@charset "UTF-8";
/*! Slick Design CSS */
/**** Match these to the custom colors in wp_custom.php > add_theme_support( 'editor-color-palette',  ****/
.has-black-color {
  color: #000000;
}

.has-black-background-color {
  background: #000000;
}

.has-font-color {
  color: #5686c5;
}

.has-font-background-color {
  background: #5686c5;
}

.has-grey-dark-color {
  color: #666666;
}

.has-grey-dark-background-color {
  background: #666666;
}

.has-grey-color {
  color: #aaaaaa;
}

.has-grey-background-color {
  background: #aaaaaa;
}

.has-line-color {
  color: #fafafa;
}

.has-line-background-color {
  background: #fafafa;
}

.has-light-color {
  color: #eeeeee;
}

.has-light-background-color {
  background: #eeeeee;
}

.has-white-color {
  color: #ffffff;
}

.has-white-background-color {
  background: #ffffff;
}

.has-teal-color {
  color: #2695b9;
}

.has-teal-background-color {
  background: #2695b9;
}

.has-brand-dark-color {
  color: #225381;
}

.has-brand-dark-background-color {
  background: #225381;
}

.has-brand-color {
  color: #327abe;
}

.has-brand-background-color {
  background: #327abe;
}

.has-brand-light-color {
  color: #5686c5;
}

.has-brand-light-background-color {
  background: #5686c5;
}

.has-accent-dark-color {
  color: #98245e;
}

.has-accent-dark-background-color {
  background: #98245e;
}

.has-accent-color {
  color: #d03984;
}

.has-accent-background-color {
  background: #d03984;
}

.has-accent-light-color {
  color: #df77aa;
}

.has-accent-light-background-color {
  background: #df77aa;
}

/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main { /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 0.8em;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 0.75em;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif; /* 1 */
  font-size: 1em; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

/* GRIDLING
 * ---------------------------------------------
 * Version: 1.2.3
 * Copyright (c) 2017 N. Talbot; Dual licensed: MIT/GPL
 *
 * Description:
 * ---------------------------------------------
 * Gridling is a lightweight CSS layout tool for building responsive websites fast.
 *
 * Inspired by the Twitter Bootstrap framework, simple row and column classes are used
 * to convert design layouts into a grid of halves, thirds, quarters and fifths.
 * Gridling also includes breakpoint variables that can be reused throughout your project
 * to handle all media queries, its system is adaptable and highly customisable.
 *
 * Features:
 * ---------------------------------------------
 * 1. Grid system
 * 2. Spacing utilties (Padding and Margin)
 * 3. Media breakpoint variables
 *
 * More information:
 * ---------------------------------------------
 * http://gridling.naashdev.net
 * By Nathan Talbot
 */
.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}
.grid, .wp-block-group.is-style-full-width .wp-block-group__inner-container,
.wp-block-group.is-style-full-width .wp-block-cover__inner-container,
.wp-block-cover.is-style-full-width .wp-block-group__inner-container,
.wp-block-cover.is-style-full-width .wp-block-cover__inner-container {
  max-width: 1780px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}
.grid:before, .wp-block-group.is-style-full-width .wp-block-group__inner-container:before,
.wp-block-group.is-style-full-width .wp-block-cover__inner-container:before,
.wp-block-cover.is-style-full-width .wp-block-group__inner-container:before,
.wp-block-cover.is-style-full-width .wp-block-cover__inner-container:before, .grid:after, .wp-block-group.is-style-full-width .wp-block-group__inner-container:after,
.wp-block-group.is-style-full-width .wp-block-cover__inner-container:after,
.wp-block-cover.is-style-full-width .wp-block-group__inner-container:after,
.wp-block-cover.is-style-full-width .wp-block-cover__inner-container:after {
  content: "";
  display: table;
}
.grid:after, .wp-block-group.is-style-full-width .wp-block-group__inner-container:after,
.wp-block-group.is-style-full-width .wp-block-cover__inner-container:after,
.wp-block-cover.is-style-full-width .wp-block-group__inner-container:after,
.wp-block-cover.is-style-full-width .wp-block-cover__inner-container:after {
  clear: both;
}

.grid-lg {
  max-width: 1440px;
}

.row:before, .row:after {
  content: "";
  display: table;
}
.row:after {
  clear: both;
}

.col {
  width: 100%;
  float: left;
  min-height: 1px;
}

.wp-block-group.is-style-full-width {
  margin: 0px -20px;
}
.m-t-1 {
  margin-top: 10px;
}

.m-t-2 {
  margin-top: 20px;
}

.m-t-3 {
  margin-top: 30px;
}

.m-t-4 {
  margin-top: 40px;
}

.m-t-5 {
  margin-top: 50px;
}

.m-t-6 {
  margin-top: 60px;
}

.m-t-7 {
  margin-top: 70px;
}

.m-t-8 {
  margin-top: 80px;
}

.m-t-9 {
  margin-top: 90px;
}

.m-t-10 {
  margin-top: 100px;
}

.m-t-11 {
  margin-top: 110px;
}

.m-t-12 {
  margin-top: 120px;
}

.m-r-1 {
  margin-right: 10px;
}

.m-r-2 {
  margin-right: 20px;
}

.m-r-3 {
  margin-right: 30px;
}

.m-r-4 {
  margin-right: 40px;
}

.m-r-5 {
  margin-right: 50px;
}

.m-r-6 {
  margin-right: 60px;
}

.m-r-7 {
  margin-right: 70px;
}

.m-r-8 {
  margin-right: 80px;
}

.m-r-9 {
  margin-right: 90px;
}

.m-r-10 {
  margin-right: 100px;
}

.m-r-11 {
  margin-right: 110px;
}

.m-r-12 {
  margin-right: 120px;
}

.m-b-1 {
  margin-bottom: 10px;
}

.m-b-2 {
  margin-bottom: 20px;
}

.m-b-3 {
  margin-bottom: 30px;
}

.m-b-4 {
  margin-bottom: 40px;
}

.m-b-5 {
  margin-bottom: 50px;
}

.m-b-6 {
  margin-bottom: 60px;
}

.m-b-7 {
  margin-bottom: 70px;
}

.m-b-8 {
  margin-bottom: 80px;
}

.m-b-9 {
  margin-bottom: 90px;
}

.m-b-10 {
  margin-bottom: 100px;
}

.m-b-11 {
  margin-bottom: 110px;
}

.m-b-12 {
  margin-bottom: 120px;
}

.m-l-1 {
  margin-left: 10px;
}

.m-l-2 {
  margin-left: 20px;
}

.m-l-3 {
  margin-left: 30px;
}

.m-l-4 {
  margin-left: 40px;
}

.m-l-5 {
  margin-left: 50px;
}

.m-l-6 {
  margin-left: 60px;
}

.m-l-7 {
  margin-left: 70px;
}

.m-l-8 {
  margin-left: 80px;
}

.m-l-9 {
  margin-left: 90px;
}

.m-l-10 {
  margin-left: 100px;
}

.m-l-11 {
  margin-left: 110px;
}

.m-l-12 {
  margin-left: 120px;
}

.p-t-1 {
  padding-top: 10px;
}

.p-t-2 {
  padding-top: 20px;
}

.p-t-3 {
  padding-top: 30px;
}

.p-t-4 {
  padding-top: 40px;
}

.p-t-5 {
  padding-top: 50px;
}

.p-t-6 {
  padding-top: 60px;
}

.p-t-7 {
  padding-top: 70px;
}

.p-t-8 {
  padding-top: 80px;
}

.p-t-9 {
  padding-top: 90px;
}

.p-t-10 {
  padding-top: 100px;
}

.p-t-11 {
  padding-top: 110px;
}

.p-t-12 {
  padding-top: 120px;
}

.p-r-1 {
  padding-right: 10px;
}

.p-r-2 {
  padding-right: 20px;
}

.p-r-3 {
  padding-right: 30px;
}

.p-r-4 {
  padding-right: 40px;
}

.p-r-5 {
  padding-right: 50px;
}

.p-r-6 {
  padding-right: 60px;
}

.p-r-7 {
  padding-right: 70px;
}

.p-r-8 {
  padding-right: 80px;
}

.p-r-9 {
  padding-right: 90px;
}

.p-r-10 {
  padding-right: 100px;
}

.p-r-11 {
  padding-right: 110px;
}

.p-r-12 {
  padding-right: 120px;
}

.p-b-1 {
  padding-bottom: 10px;
}

.p-b-2 {
  padding-bottom: 20px;
}

.p-b-3 {
  padding-bottom: 30px;
}

.p-b-4 {
  padding-bottom: 40px;
}

.p-b-5 {
  padding-bottom: 50px;
}

.p-b-6 {
  padding-bottom: 60px;
}

.p-b-7 {
  padding-bottom: 70px;
}

.p-b-8 {
  padding-bottom: 80px;
}

.p-b-9 {
  padding-bottom: 90px;
}

.p-b-10 {
  padding-bottom: 100px;
}

.p-b-11 {
  padding-bottom: 110px;
}

.p-b-12 {
  padding-bottom: 120px;
}

.p-l-1 {
  padding-left: 10px;
}

.p-l-2 {
  padding-left: 20px;
}

.p-l-3 {
  padding-left: 30px;
}

.p-l-4 {
  padding-left: 40px;
}

.p-l-5 {
  padding-left: 50px;
}

.p-l-6 {
  padding-left: 60px;
}

.p-l-7 {
  padding-left: 70px;
}

.p-l-8 {
  padding-left: 80px;
}

.p-l-9 {
  padding-left: 90px;
}

.p-l-10 {
  padding-left: 100px;
}

.p-l-11 {
  padding-left: 110px;
}

.p-l-12 {
  padding-left: 120px;
}

/* MIXINS
 * ---------------------------------------------
 *
 * This is a custom library of reusable mixins.
 * To make navigating the files easier I've seperated
 * these into the below sections:
 *
 * Contents:
 * ---------------------------------------------
 * 1. Base & Resets
 * 2. Layout
 * 3. Elements
 * 4. Animations & Transitions
 * 5. Misc (For project specific mixins)
 */
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes spin-dots {
  0%, 80%, 100% {
    transform: scale(0);
  }
  40% {
    transform: scale(1);
  }
}
@keyframes activate {
  0% {
    transform: translateY(-10px);
    opacity: 0;
  }
  100% {
    transform: translateX(0px);
    opacity: 1;
  }
}
.hide-text {
  font-size: 0 !important;
  color: transparent !important;
  text-shadow: none;
  background-color: transparent;
  border: 0;
  display: block;
  width: 0;
  height: 0;
  overflow: hidden;
  text-decoration: none;
  position: absolute;
  top: 0;
  left: 0;
}

.relative {
  position: relative;
}

.center {
  text-align: center;
}

.nav {
  list-style: none;
  margin: 0;
  padding: 0;
}

.rounded {
  border-radius: 50vw;
  overflow: hidden;
}

.max-width-1000 {
  max-width: 1000px;
}

.max-width-832 {
  max-width: 832px;
}

.max-width-720 {
  max-width: 720px;
}

.max-width-center {
  margin-right: auto;
  margin-left: auto;
}

.max-width-right {
  margin-right: 0;
  margin-left: auto;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

*:focus:not(:focus-visible) {
  outline: none;
}

html {
  -webkit-tap-highlight-color: transparent;
}

html,
body {
  overflow-x: hidden;
  font-size: 16px;
}

body {
  background: #fafafa;
  background-image: url(../images/bg.svg);
  background-repeat: repeat-y;
  background-size: 100%;
  font-family: "Sen", Helvetica, Arial, sans-serif;
  font-size: 14px; /* All font sizes calculated against this one */
  color: #5686c5;
  line-height: 1.4;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

::-moz-selection {
  background: #327abe;
  color: #ffffff;
}

::selection {
  background: #327abe;
  color: #ffffff;
}

::-moz-selection {
  background: #327abe;
  color: #ffffff;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

iframe {
  max-width: 100%;
}

figure {
  margin: 0 0 20px;
}

figcaption {
  text-align: center;
  margin: 5px 0px 0px;
}

body a {
  color: #327abe;
}
body a:hover {
  color: #327abe;
}

body h2 {
  margin: 0 0 4rem 0;
  padding: 0;
}

.aligncenter {
  display: block;
  margin: 0 auto;
}

.alignright {
  float: right;
}

.alignleft {
  float: left;
}

ul.list-icon,
[class^=is-style-bullets-] {
  font-family: "Azo Sans", Helvetica, Arial, sans-serif;
  font-weight: 300;
  list-style: none;
  padding: 0;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 800px;
  margin: auto;
}
ul.list-icon li,
[class^=is-style-bullets-] li {
  display: flex;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  align-items: center;
  margin-bottom: 1rem;
}
ul.list-icon li:before,
[class^=is-style-bullets-] li:before {
  content: "";
  background-image: url(../images/list-img.png);
  background-repeat: no-repeat;
  background-size: contain;
  min-height: 50px;
  min-width: 50px;
  display: block;
}
ul.list-icon li a,
[class^=is-style-bullets-] li a {
  margin-top: 0;
}
ul.list-icon.two-col,
[class^=is-style-bullets-].two-col {
  display: flex;
  flex-wrap: wrap;
  max-width: 100%;
  justify-content: space-between;
}
ul.list-icon.two-col li,
[class^=is-style-bullets-].two-col li {
  width: 45%;
}

.is-style-bullets-lg {
  position: relative;
}
.is-style-bullets-lg li {
  display: block;
  padding-left: calc(80px + 1.5rem);
  margin-bottom: 5rem;
}
.is-style-bullets-lg li:before {
  min-height: 80px;
  min-width: 80px;
  width: 80px;
  position: absolute;
  left: 0;
}

.is-style-bullets-sm li:before {
  min-height: 35px;
  min-width: 35px;
}

.border-brand-color {
  height: 500px;
  width: 500px;
  max-width: 500px;
  margin: 0 auto;
}
.border-brand-color img {
  border: 5px solid #327abe;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.wp-block-button.is-style-secondary .wp-block-button__link {
  font-family: "Azo Sans", Helvetica, Arial, sans-serif;
}

.font-azo {
  font-family: "Azo Sans", Helvetica, Arial, sans-serif;
}

.no-padding {
  padding: 0 !important;
}
.no-padding .wp-block-group__inner-container {
  padding: 0 !important;
}

.no-margin {
  margin: 0 !important;
}

.blog .pagination {
  margin: 0 auto;
  width: -moz-fit-content;
  width: fit-content;
}
.blog .pagination .page-numbers {
  border: 0px;
  border-radius: 50%;
  background: rgba(50, 122, 190, 0.25);
  height: 20px;
  overflow: hidden;
  text-indent: -100px;
  white-space: nowrap;
  width: 20px;
  min-width: auto;
}
.blog .pagination .page-numbers.current {
  background: #327abe;
}
.blog .pagination .page-numbers.current:hover, .blog .pagination .page-numbers.current:focus {
  background: #327abe;
}
.blog .pagination .page-numbers:hover, .blog .pagination .page-numbers:focus {
  background: #327abe;
}
.blog .pagination .prev,
.blog .pagination .next {
  display: none;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
body .gform_wrapper h3.gform_title {
  font-weight: bold;
  line-height: 1.2;
  margin: 64px 0 16px 0;
  font-family: "Azo Sans", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
}
h1.is-style-normal,
.h1.is-style-normal,
h2.is-style-normal,
.h2.is-style-normal,
h3.is-style-normal,
.h3.is-style-normal,
h4.is-style-normal,
.h4.is-style-normal,
h5.is-style-normal,
.h5.is-style-normal,
h6.is-style-normal,
.h6.is-style-normal,
body .gform_wrapper h3.gform_title.is-style-normal {
  text-transform: none;
  font-weight: 400;
  font-family: "Sen", Helvetica, Arial, sans-serif;
}

h1,
.h1 {
  font-size: 1.875em;
}

h2,
.h2 {
  font-size: 1.5em;
}

h3,
.h3,
body .gform_wrapper h3.gform_title {
  letter-spacing: inherit !important;
  font-size: 1.375em;
}

h4,
.h4 {
  font-size: 1.2em;
}

h5,
.h5 {
  font-size: 1em;
}

h6,
.h6 {
  font-size: 0.8em;
}

p,
body .gform_wrapper .gform_description {
  margin: 0 0 24px;
}

ul,
ol {
  margin: 0 0 24px;
}

a {
  color: #225381;
  font-weight: 700;
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  text-decoration: none;
}
a:hover, a:focus {
  color: #225381;
  text-decoration: underline;
}

strong,
b {
  font-weight: bold;
}

.accordion {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: 50px !important;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.accordion-title {
  text-transform: uppercase;
  font-family: "Azo Sans", Helvetica, Arial, sans-serif;
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 0;
}
.accordion > div.half {
  display: inline-block;
  width: 48%;
}
.accordion .item {
  border-bottom: 1px solid #327abe;
  padding: 0.7rem 0;
}
.accordion .item p {
  margin: 0;
}
.accordion div {
  position: relative;
}
.accordion div label {
  color: #327abe;
  font-weight: bold;
  display: block;
  padding: 12px 4px;
  margin: 0px;
  cursor: pointer;
  text-transform: uppercase;
}
.accordion div label:after {
  content: "";
  background: url(../images/accordion-btn.svg) no-repeat;
  height: 55px;
  width: 55px;
  transform: rotate(0deg);
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  float: right;
  margin-top: -14.7px;
}
.accordion div input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.accordion div input:hover + label, .accordion div input:focus + label {
  color: #327abe;
}
.accordion div input:checked + label + .content {
  max-height: 100vh;
  overflow-y: auto;
  padding: 16px 0;
  opacity: 1;
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1), opacity 0.2s linear;
}
.accordion div input:checked + label:after {
  transform: rotate(-180deg);
}
.accordion div .content {
  overflow: hidden;
  max-height: 0px;
  padding: 0;
  opacity: 0;
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1), opacity 0.2s linear, padding 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0.2s;
}
.accordion div .content p {
  font-family: "Azo Sans", Helvetica, Arial, sans-serif;
  font-weight: lighter;
}
.accordion.arrows div label:after, .accordion.is-style-arrows div label:after {
  content: "\e905";
}
.accordion.arrows div input:checked + label:after, .accordion.is-style-arrows div input:checked + label:after {
  transform: rotate(-180deg);
}
.accordion.plus-minus div label:after, .accordion.is-style-plus-minus div label:after {
  content: "\e90f";
}
.accordion.plus-minus div input:checked + label:after, .accordion.is-style-plus-minus div input:checked + label:after {
  transform: rotate(45deg);
}

.tabs-group {
  margin-bottom: 24px;
}
.tabs-group .tabs ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.tabs-group .tabs ul:before, .tabs-group .tabs ul:after {
  content: "";
  display: table;
}
.tabs-group .tabs ul:after {
  clear: both;
}
.tabs-group .tabs ul > li {
  float: left;
}
.tabs-group .tabs ul > li > a {
  display: block;
  padding: 16px 24px;
  background: #327abe;
  color: #ffffff;
  text-decoration: none;
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}
.tabs-group .tabs ul > li > a.is-active {
  background: #225381;
}
.tabs-group .tabs ul > li > a:hover, .tabs-group .tabs ul > li > a:focus {
  background: #225381;
}
.tabs-group .tab-content {
  display: none;
  padding: 32px 0;
}
.tabs-group .tab-content.is-active {
  display: block;
  animation-name: activate;
  animation-duration: 0.4s;
  animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  animation-iteration-count: 1;
  animation-fill-mode: both;
}
.tabs-group .tab-content *:first-child {
  margin-top: 0;
}
.tabs-group .tab-content *:last-child {
  margin-bottom: 0;
}

body .childpages .child {
  align-items: center;
  box-shadow: -8px 10px 20px rgba(50, 122, 190, 0.1843137255);
  border-radius: 100px;
  background-color: #ffffff;
  overflow: hidden;
  display: flex;
  padding: 3rem 7rem;
  margin: 0 auto 4rem auto;
  max-width: 1281px;
  justify-content: space-between;
}
body .childpages .child ul.anchor-bullets {
  list-style: none;
  padding: unset;
}
body .childpages .child ul.anchor-bullets li {
  margin-bottom: 0.5rem;
}
body .childpages .child ul.anchor-bullets li a {
  align-items: center;
  color: #327abe;
  font-family: "Azo Sans", Helvetica, Arial, sans-serif;
  text-decoration: none;
  text-transform: uppercase;
  display: flex;
  gap: 1rem;
}
body .childpages .child ul.anchor-bullets li a:before {
  content: "";
  background-image: url(../images/list-img.png);
  background-repeat: no-repeat;
  background-size: contain;
  min-height: 50px;
  min-width: 50px;
  display: block;
}
body .childpages .child .thumbnail {
  width: 33%;
}
body .childpages .child .thumbnail .inner {
  padding-top: 100%;
  position: relative;
  border-radius: 50vw;
  border: 5px solid #327abe;
  width: 100%;
  overflow: hidden;
  display: block;
}
body .childpages .child .thumbnail img {
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  top: 0;
  height: 100%;
  width: 100%;
}
body .childpages .child .content {
  width: 62%;
  max-width: 473px;
}
body .childpages .child .content h2 {
  margin-top: 0;
  margin-bottom: 1.5rem;
}
body .childpages .child .content ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
body .childpages .child .content .excerpt {
  margin-bottom: 2rem;
}
body .childpages .child:nth-child(even) {
  flex-direction: row-reverse;
}
body .childpages .child:last-child {
  margin-bottom: 0;
}
body .childpages.style-services .child {
  padding: 4rem 3rem;
}
body .childpages.style-services .child .thumbnail .inner {
  padding-top: calc(100% - 10px);
}
body .childpages.style-services .child .content {
  max-width: 100%;
}
body .childpages.style-services .child .content ul.list-icon {
  margin-bottom: 1rem;
}
body .childpages.style-presentation.type-page {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 2rem;
}
body .childpages.style-presentation.type-page .child {
  border-radius: 72px;
  margin: 0;
  flex-grow: 1;
  text-align: center !important;
  justify-content: center;
}
body .childpages.style-presentation.type-page .child h2 {
  margin: 0;
  color: #327abe;
}
body .childpages.style-presentation.type-page .child:hover {
  background: #f9f9f9;
}
body .childpages.style-presentation.type-page .child:hover h2 {
  color: #276096;
}
body .childpages.style-presentation.type-page .child a {
  text-decoration: none;
}
body .childpages.style-presentation.type-page .child a:focus, body .childpages.style-presentation.type-page .child a:hover {
  text-decoration: none;
}
body .childpages.style-presentation.type-page .child .content {
  max-width: 100%;
}
body .childpages.style-presentation.type-presentation .child {
  background-color: transparent;
  box-shadow: none;
  border-bottom: 1px solid #327abe;
  border-radius: 0;
  padding: 2.5rem 0;
  flex-direction: row-reverse;
  max-width: 1500px;
  margin-bottom: 0;
  gap: 0 2rem;
}
body .childpages.style-presentation.type-presentation .child a:not(.btn):not(button:not([id*=slick-slide])):not(input[type=submit]) {
  color: #327abe;
}
body .childpages.style-presentation.type-presentation .child .excerpt a {
  font-weight: 400;
}
body .childpages.style-presentation.type-presentation .child .thumbnail {
  position: relative;
  width: 315px;
  min-width: 315px;
  height: 300px;
  margin-right: 1.5rem;
}
body .childpages.style-presentation.type-presentation .child .thumbnail .inner {
  border: 0;
  border-radius: 0;
  -webkit-clip-path: polygon(41% 5%, 81% 28%, 81% 74%, 41% 98%, 0% 75%, -1% 29%);
          clip-path: polygon(41% 5%, 81% 28%, 81% 74%, 41% 98%, 0% 75%, -1% 29%);
  left: 40px;
  top: 5px;
}
body .childpages.style-presentation.type-presentation .child .thumbnail .inner img {
  left: -40px;
}
body .childpages.style-presentation.type-presentation .child .thumbnail:before {
  content: "";
  height: 336px;
  width: 336px;
  min-width: 336px;
  background-image: url(../images/hexa.svg);
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 10px;
}
body .childpages.style-presentation.type-presentation .child .content {
  width: 72%;
  max-width: 100%;
}
body .childpages.style-presentation.type-presentation .child .content .title h3 {
  margin-top: 0;
  font-family: "Sen", Helvetica, Arial, sans-serif;
}
body .childpages.style-presentation.type-presentation .child .content a:hover {
  text-decoration: none;
}
body .childpages.style-presentation.type-presentation .child .content .excerpt p {
  font-family: "Azo Sans", Helvetica, Arial, sans-serif;
  font-weight: lighter;
}
body.home .childpages .child .thumbnail .inner {
  padding-top: calc(100% - 10px);
}

.team {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin: 5rem 0 0 0;
  gap: 2rem 1rem;
}
.team .team-member {
  text-align: center;
}
.team .team-member .rounded {
  border: 5px solid #327abe;
  height: 200px;
  width: 200px;
  margin: auto;
}
.team .team-member .rounded img {
  margin-top: -15px;
}
.team .team-member .tm-details {
  text-transform: uppercase;
}
.team .team-member .tm-details p.h4 {
  margin-top: 1rem;
}

.posts {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  margin: 0px -13px;
  margin-top: 1.5rem;
}
.posts > .post {
  width: calc(33.3% - 24px);
  display: inline-block;
  flex-basis: calc(33.3% - 24px);
  margin: 20px 12px;
  background: #fff;
}
.posts > .post .image {
  padding-top: 100%;
  position: relative;
}
.posts > .post .image span {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 10px;
  text-transform: uppercase;
  font-size: 1em;
}
.posts > .post h3 {
  margin-top: 10px;
}
.posts .featured {
  width: calc(66.6% - 24px);
  flex-basis: calc(66.6% - 24px);
}
.posts .featured .image {
  padding-top: calc(50% - 12px);
}

.pagination {
  margin: 20px auto 40px;
}
.pagination > * {
  display: inline-block;
  border: 1px solid #327abe;
  min-width: 38px;
  height: 38px;
  line-height: 34px;
  text-align: center;
  padding: 0px 8px !important;
}
.pagination > *:hover, .pagination > *:focus {
  background: #eeeeee;
}

.page-numbers {
  padding: 6px;
  margin-right: 5px;
}
.page-numbers.current {
  font-weight: bold;
  background: #eeeeee;
  border: 0px;
}

.single-post .content h2 {
  margin-bottom: 10px;
}
.single-post .content .meta {
  margin-bottom: 40px;
}
.single-post .content .meta span.post-date {
  padding-right: 30px;
}
.single-post .content h3 {
  margin: 40px auto 10px;
}

.posts .post {
  border-radius: 20px;
  border: 1px solid #e8edf4;
}
.posts .post .image {
  padding-top: 0;
  border-bottom: 1px solid #327abe;
}
.posts .post .image a {
  display: block;
  width: 100%;
}
.posts .post .image a img {
  width: 100%;
}
.posts .post .content {
  padding: 1.5rem;
}
.posts .post .content h3 {
  margin-top: 0;
  font-family: "Sen", Helvetica, Arial, sans-serif;
}
.posts .post .content h3 a {
  color: #327abe;
}
.posts .post .content p {
  font-family: "Azo Sans", Helvetica, Arial, sans-serif;
  font-weight: lighter;
}

a.btn, .btn, button:not([id*=slick-slide]),
input[type=submit],
.wp-block-button .wp-block-button__link,
.wp-block-file a.wp-block-file__button {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  font-size: 1em;
  font-family: "Sen", Helvetica, Arial, sans-serif;
  font-weight: 700;
  line-height: 1;
  padding: 16px 24px;
  border: 0;
  border-radius: 50vw;
  margin: 0 8px 0 0;
  opacity: 1 !important;
  box-shadow: none;
  text-decoration: none;
  white-space: nowrap;
  cursor: pointer;
  text-align: center;
  text-transform: uppercase;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  color: #ffffff;
  background: #327abe;
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  min-width: 128px;
}
a.btn:hover, a.btn:focus, .btn:hover, button:hover:not([id*=slick-slide]),
input[type=submit]:hover, .btn:focus, button:focus:not([id*=slick-slide]),
input[type=submit]:focus,
.wp-block-button .wp-block-button__link:hover,
.wp-block-button .wp-block-button__link:focus,
.wp-block-file a.wp-block-file__button:hover,
.wp-block-file a.wp-block-file__button:focus {
  background: #225381;
  color: #ffffff;
}

a.btn-secondary,
.wp-block-button.btn-secondary .wp-block-button__link, .wp-block-button.is-style-secondary .wp-block-button__link,
.wp-block-file.btn-secondary a.wp-block-file__button,
button.btn-secondary,
input[type=submit].btn-secondary {
  color: #ffffff;
  background: #d03984;
}
a.btn-secondary:hover, a.btn-secondary:focus,
.wp-block-button.btn-secondary .wp-block-button__link:hover,
.wp-block-button.btn-secondary .wp-block-button__link:focus, .wp-block-button.is-style-secondary .wp-block-button__link:hover, .wp-block-button.is-style-secondary .wp-block-button__link:focus,
.wp-block-file.btn-secondary a.wp-block-file__button:hover,
.wp-block-file.btn-secondary a.wp-block-file__button:focus,
button.btn-secondary:hover,
button.btn-secondary:focus,
input[type=submit].btn-secondary:hover,
input[type=submit].btn-secondary:focus {
  background: #98245e;
}

a.btn-outline,
.wp-block-button.is-style-outline .wp-block-button__link,
.wp-block-button.btn-outline a,
.wp-block-file.btn-outline a.wp-block-file__button,
button.btn-outline,
input[type=submit].btn-outline {
  color: #327abe;
  background: rgba(50, 122, 190, 0);
  border: 2px solid #327abe;
  padding: 14px 22px;
}
a.btn-outline:hover, a.btn-outline:focus,
.wp-block-button.is-style-outline .wp-block-button__link:hover,
.wp-block-button.is-style-outline .wp-block-button__link:focus,
.wp-block-button.btn-outline a:hover,
.wp-block-button.btn-outline a:focus,
.wp-block-file.btn-outline a.wp-block-file__button:hover,
.wp-block-file.btn-outline a.wp-block-file__button:focus,
button.btn-outline:hover,
button.btn-outline:focus,
input[type=submit].btn-outline:hover,
input[type=submit].btn-outline:focus {
  color: #ffffff;
  background: #327abe;
}

a.btn-disabled,
.wp-block-button.btn-disabled .wp-block-button__link,
.wp-block-file.btn-disabled a.wp-block-file__button,
button.btn-disabled,
input[type=submit].btn-disabled {
  color: #aaaaaa;
  background: #eeeeee;
  pointer-events: none;
}
a.btn-disabled:hover, a.btn-disabled:focus,
.wp-block-button.btn-disabled .wp-block-button__link:hover,
.wp-block-button.btn-disabled .wp-block-button__link:focus,
.wp-block-file.btn-disabled a.wp-block-file__button:hover,
.wp-block-file.btn-disabled a.wp-block-file__button:focus,
button.btn-disabled:hover,
button.btn-disabled:focus,
input[type=submit].btn-disabled:hover,
input[type=submit].btn-disabled:focus {
  color: #aaaaaa;
  background: #eeeeee;
}

a.btn-support,
.wp-block-button.btn-support .wp-block-button__link, .wp-block-button.is-style-support .wp-block-button__link,
.wp-block-file.btn-support a.wp-block-file__button,
button.btn-support,
input[type=submit].btn-support {
  color: #327abe;
  padding: 16px 5px;
  background: none;
  text-decoration: underline;
  min-width: unset;
}
a.btn-support:hover, a.btn-support:focus,
.wp-block-button.btn-support .wp-block-button__link:hover,
.wp-block-button.btn-support .wp-block-button__link:focus, .wp-block-button.is-style-support .wp-block-button__link:hover, .wp-block-button.is-style-support .wp-block-button__link:focus,
.wp-block-file.btn-support a.wp-block-file__button:hover,
.wp-block-file.btn-support a.wp-block-file__button:focus,
button.btn-support:hover,
button.btn-support:focus,
input[type=submit].btn-support:hover,
input[type=submit].btn-support:focus {
  color: #225381;
}

a.btn-full {
  width: 100%;
}

.wp-block-button.is-style-fill a.has-background, .wp-block-button.is-style-fill .wp-block-button__link.has-background {
  border-style: solid;
  border-width: 2px;
}

.wp-block-button a.has-black-color, .wp-block-button .wp-block-button__link.has-black-color {
  color: #000000;
}
.wp-block-button a.has-black-color:hover, .wp-block-button a.has-black-color:focus, .wp-block-button .wp-block-button__link.has-black-color:hover, .wp-block-button .wp-block-button__link.has-black-color:focus {
  background-color: #000000;
}
.wp-block-button a.has-black-color:not(.has-background):hover, .wp-block-button a.has-black-color:not(.has-background):focus, .wp-block-button .wp-block-button__link.has-black-color:not(.has-background):hover, .wp-block-button .wp-block-button__link.has-black-color:not(.has-background):focus {
  color: #ffffff;
}
.wp-block-button a.has-black-background-color, .wp-block-button .wp-block-button__link.has-black-background-color {
  background-color: #000000;
}
.wp-block-button a.has-black-background-color:hover, .wp-block-button a.has-black-background-color:focus, .wp-block-button .wp-block-button__link.has-black-background-color:hover, .wp-block-button .wp-block-button__link.has-black-background-color:focus {
  color: #000000;
}
.wp-block-button a.has-black-background-color:not(.has-text-color):hover, .wp-block-button a.has-black-background-color:not(.has-text-color):focus, .wp-block-button .wp-block-button__link.has-black-background-color:not(.has-text-color):hover, .wp-block-button .wp-block-button__link.has-black-background-color:not(.has-text-color):focus {
  background-color: #327abe;
}
.wp-block-button.is-style-outline a.has-black-color, .wp-block-button.is-style-outline .wp-block-button__link.has-black-color {
  border-color: #000000;
}
.wp-block-button.is-style-fill a.has-black-background-color {
  border-color: #000000;
}

.wp-block-button a.has-font-color, .wp-block-button .wp-block-button__link.has-font-color {
  color: #5686c5;
}
.wp-block-button a.has-font-color:hover, .wp-block-button a.has-font-color:focus, .wp-block-button .wp-block-button__link.has-font-color:hover, .wp-block-button .wp-block-button__link.has-font-color:focus {
  background-color: #5686c5;
}
.wp-block-button a.has-font-color:not(.has-background):hover, .wp-block-button a.has-font-color:not(.has-background):focus, .wp-block-button .wp-block-button__link.has-font-color:not(.has-background):hover, .wp-block-button .wp-block-button__link.has-font-color:not(.has-background):focus {
  color: #ffffff;
}
.wp-block-button a.has-font-background-color, .wp-block-button .wp-block-button__link.has-font-background-color {
  background-color: #5686c5;
}
.wp-block-button a.has-font-background-color:hover, .wp-block-button a.has-font-background-color:focus, .wp-block-button .wp-block-button__link.has-font-background-color:hover, .wp-block-button .wp-block-button__link.has-font-background-color:focus {
  color: #5686c5;
}
.wp-block-button a.has-font-background-color:not(.has-text-color):hover, .wp-block-button a.has-font-background-color:not(.has-text-color):focus, .wp-block-button .wp-block-button__link.has-font-background-color:not(.has-text-color):hover, .wp-block-button .wp-block-button__link.has-font-background-color:not(.has-text-color):focus {
  background-color: #327abe;
}
.wp-block-button.is-style-outline a.has-font-color, .wp-block-button.is-style-outline .wp-block-button__link.has-font-color {
  border-color: #5686c5;
}
.wp-block-button.is-style-fill a.has-font-background-color {
  border-color: #5686c5;
}

.wp-block-button a.has-grey-dark-color, .wp-block-button .wp-block-button__link.has-grey-dark-color {
  color: #666666;
}
.wp-block-button a.has-grey-dark-color:hover, .wp-block-button a.has-grey-dark-color:focus, .wp-block-button .wp-block-button__link.has-grey-dark-color:hover, .wp-block-button .wp-block-button__link.has-grey-dark-color:focus {
  background-color: #666666;
}
.wp-block-button a.has-grey-dark-color:not(.has-background):hover, .wp-block-button a.has-grey-dark-color:not(.has-background):focus, .wp-block-button .wp-block-button__link.has-grey-dark-color:not(.has-background):hover, .wp-block-button .wp-block-button__link.has-grey-dark-color:not(.has-background):focus {
  color: #ffffff;
}
.wp-block-button a.has-grey-dark-background-color, .wp-block-button .wp-block-button__link.has-grey-dark-background-color {
  background-color: #666666;
}
.wp-block-button a.has-grey-dark-background-color:hover, .wp-block-button a.has-grey-dark-background-color:focus, .wp-block-button .wp-block-button__link.has-grey-dark-background-color:hover, .wp-block-button .wp-block-button__link.has-grey-dark-background-color:focus {
  color: #666666;
}
.wp-block-button a.has-grey-dark-background-color:not(.has-text-color):hover, .wp-block-button a.has-grey-dark-background-color:not(.has-text-color):focus, .wp-block-button .wp-block-button__link.has-grey-dark-background-color:not(.has-text-color):hover, .wp-block-button .wp-block-button__link.has-grey-dark-background-color:not(.has-text-color):focus {
  background-color: #327abe;
}
.wp-block-button.is-style-outline a.has-grey-dark-color, .wp-block-button.is-style-outline .wp-block-button__link.has-grey-dark-color {
  border-color: #666666;
}
.wp-block-button.is-style-fill a.has-grey-dark-background-color {
  border-color: #666666;
}

.wp-block-button a.has-grey-color, .wp-block-button .wp-block-button__link.has-grey-color {
  color: #aaaaaa;
}
.wp-block-button a.has-grey-color:hover, .wp-block-button a.has-grey-color:focus, .wp-block-button .wp-block-button__link.has-grey-color:hover, .wp-block-button .wp-block-button__link.has-grey-color:focus {
  background-color: #aaaaaa;
}
.wp-block-button a.has-grey-color:not(.has-background):hover, .wp-block-button a.has-grey-color:not(.has-background):focus, .wp-block-button .wp-block-button__link.has-grey-color:not(.has-background):hover, .wp-block-button .wp-block-button__link.has-grey-color:not(.has-background):focus {
  color: #ffffff;
}
.wp-block-button a.has-grey-background-color, .wp-block-button .wp-block-button__link.has-grey-background-color {
  background-color: #aaaaaa;
}
.wp-block-button a.has-grey-background-color:hover, .wp-block-button a.has-grey-background-color:focus, .wp-block-button .wp-block-button__link.has-grey-background-color:hover, .wp-block-button .wp-block-button__link.has-grey-background-color:focus {
  color: #aaaaaa;
}
.wp-block-button a.has-grey-background-color:not(.has-text-color):hover, .wp-block-button a.has-grey-background-color:not(.has-text-color):focus, .wp-block-button .wp-block-button__link.has-grey-background-color:not(.has-text-color):hover, .wp-block-button .wp-block-button__link.has-grey-background-color:not(.has-text-color):focus {
  background-color: #327abe;
}
.wp-block-button.is-style-outline a.has-grey-color, .wp-block-button.is-style-outline .wp-block-button__link.has-grey-color {
  border-color: #aaaaaa;
}
.wp-block-button.is-style-fill a.has-grey-background-color {
  border-color: #aaaaaa;
}

.wp-block-button a.has-line-color, .wp-block-button .wp-block-button__link.has-line-color {
  color: #fafafa;
}
.wp-block-button a.has-line-color:hover, .wp-block-button a.has-line-color:focus, .wp-block-button .wp-block-button__link.has-line-color:hover, .wp-block-button .wp-block-button__link.has-line-color:focus {
  background-color: #fafafa;
}
.wp-block-button a.has-line-color:not(.has-background):hover, .wp-block-button a.has-line-color:not(.has-background):focus, .wp-block-button .wp-block-button__link.has-line-color:not(.has-background):hover, .wp-block-button .wp-block-button__link.has-line-color:not(.has-background):focus {
  color: #ffffff;
}
.wp-block-button a.has-line-background-color, .wp-block-button .wp-block-button__link.has-line-background-color {
  background-color: #fafafa;
}
.wp-block-button a.has-line-background-color:hover, .wp-block-button a.has-line-background-color:focus, .wp-block-button .wp-block-button__link.has-line-background-color:hover, .wp-block-button .wp-block-button__link.has-line-background-color:focus {
  color: #fafafa;
}
.wp-block-button a.has-line-background-color:not(.has-text-color):hover, .wp-block-button a.has-line-background-color:not(.has-text-color):focus, .wp-block-button .wp-block-button__link.has-line-background-color:not(.has-text-color):hover, .wp-block-button .wp-block-button__link.has-line-background-color:not(.has-text-color):focus {
  background-color: #327abe;
}
.wp-block-button.is-style-outline a.has-line-color, .wp-block-button.is-style-outline .wp-block-button__link.has-line-color {
  border-color: #fafafa;
}
.wp-block-button.is-style-fill a.has-line-background-color {
  border-color: #fafafa;
}

.wp-block-button a.has-light-color, .wp-block-button .wp-block-button__link.has-light-color {
  color: #eeeeee;
}
.wp-block-button a.has-light-color:hover, .wp-block-button a.has-light-color:focus, .wp-block-button .wp-block-button__link.has-light-color:hover, .wp-block-button .wp-block-button__link.has-light-color:focus {
  background-color: #eeeeee;
}
.wp-block-button a.has-light-color:not(.has-background):hover, .wp-block-button a.has-light-color:not(.has-background):focus, .wp-block-button .wp-block-button__link.has-light-color:not(.has-background):hover, .wp-block-button .wp-block-button__link.has-light-color:not(.has-background):focus {
  color: #ffffff;
}
.wp-block-button a.has-light-background-color, .wp-block-button .wp-block-button__link.has-light-background-color {
  background-color: #eeeeee;
}
.wp-block-button a.has-light-background-color:hover, .wp-block-button a.has-light-background-color:focus, .wp-block-button .wp-block-button__link.has-light-background-color:hover, .wp-block-button .wp-block-button__link.has-light-background-color:focus {
  color: #eeeeee;
}
.wp-block-button a.has-light-background-color:not(.has-text-color):hover, .wp-block-button a.has-light-background-color:not(.has-text-color):focus, .wp-block-button .wp-block-button__link.has-light-background-color:not(.has-text-color):hover, .wp-block-button .wp-block-button__link.has-light-background-color:not(.has-text-color):focus {
  background-color: #327abe;
}
.wp-block-button.is-style-outline a.has-light-color, .wp-block-button.is-style-outline .wp-block-button__link.has-light-color {
  border-color: #eeeeee;
}
.wp-block-button.is-style-fill a.has-light-background-color {
  border-color: #eeeeee;
}

.wp-block-button a.has-white-color, .wp-block-button .wp-block-button__link.has-white-color {
  color: #ffffff;
}
.wp-block-button a.has-white-color:hover, .wp-block-button a.has-white-color:focus, .wp-block-button .wp-block-button__link.has-white-color:hover, .wp-block-button .wp-block-button__link.has-white-color:focus {
  background-color: #ffffff;
}
.wp-block-button a.has-white-color:not(.has-background):hover, .wp-block-button a.has-white-color:not(.has-background):focus, .wp-block-button .wp-block-button__link.has-white-color:not(.has-background):hover, .wp-block-button .wp-block-button__link.has-white-color:not(.has-background):focus {
  color: #327abe;
}
.wp-block-button a.has-white-background-color, .wp-block-button .wp-block-button__link.has-white-background-color {
  background-color: #ffffff;
}
.wp-block-button a.has-white-background-color:hover, .wp-block-button a.has-white-background-color:focus, .wp-block-button .wp-block-button__link.has-white-background-color:hover, .wp-block-button .wp-block-button__link.has-white-background-color:focus {
  color: #ffffff;
}
.wp-block-button a.has-white-background-color:not(.has-text-color):hover, .wp-block-button a.has-white-background-color:not(.has-text-color):focus, .wp-block-button .wp-block-button__link.has-white-background-color:not(.has-text-color):hover, .wp-block-button .wp-block-button__link.has-white-background-color:not(.has-text-color):focus {
  background-color: #327abe;
}
.wp-block-button.is-style-outline a.has-white-color, .wp-block-button.is-style-outline .wp-block-button__link.has-white-color {
  border-color: #ffffff;
}
.wp-block-button.is-style-fill a.has-white-background-color {
  border-color: #ffffff;
}

.wp-block-button a.has-teal-color, .wp-block-button .wp-block-button__link.has-teal-color {
  color: #2695b9;
}
.wp-block-button a.has-teal-color:hover, .wp-block-button a.has-teal-color:focus, .wp-block-button .wp-block-button__link.has-teal-color:hover, .wp-block-button .wp-block-button__link.has-teal-color:focus {
  background-color: #2695b9;
}
.wp-block-button a.has-teal-color:not(.has-background):hover, .wp-block-button a.has-teal-color:not(.has-background):focus, .wp-block-button .wp-block-button__link.has-teal-color:not(.has-background):hover, .wp-block-button .wp-block-button__link.has-teal-color:not(.has-background):focus {
  color: #ffffff;
}
.wp-block-button a.has-teal-background-color, .wp-block-button .wp-block-button__link.has-teal-background-color {
  background-color: #2695b9;
}
.wp-block-button a.has-teal-background-color:hover, .wp-block-button a.has-teal-background-color:focus, .wp-block-button .wp-block-button__link.has-teal-background-color:hover, .wp-block-button .wp-block-button__link.has-teal-background-color:focus {
  color: #2695b9;
}
.wp-block-button a.has-teal-background-color:not(.has-text-color):hover, .wp-block-button a.has-teal-background-color:not(.has-text-color):focus, .wp-block-button .wp-block-button__link.has-teal-background-color:not(.has-text-color):hover, .wp-block-button .wp-block-button__link.has-teal-background-color:not(.has-text-color):focus {
  background-color: #327abe;
}
.wp-block-button.is-style-outline a.has-teal-color, .wp-block-button.is-style-outline .wp-block-button__link.has-teal-color {
  border-color: #2695b9;
}
.wp-block-button.is-style-fill a.has-teal-background-color {
  border-color: #2695b9;
}

.wp-block-button a.has-brand-dark-color, .wp-block-button .wp-block-button__link.has-brand-dark-color {
  color: #225381;
}
.wp-block-button a.has-brand-dark-color:hover, .wp-block-button a.has-brand-dark-color:focus, .wp-block-button .wp-block-button__link.has-brand-dark-color:hover, .wp-block-button .wp-block-button__link.has-brand-dark-color:focus {
  background-color: #225381;
}
.wp-block-button a.has-brand-dark-color:not(.has-background):hover, .wp-block-button a.has-brand-dark-color:not(.has-background):focus, .wp-block-button .wp-block-button__link.has-brand-dark-color:not(.has-background):hover, .wp-block-button .wp-block-button__link.has-brand-dark-color:not(.has-background):focus {
  color: #ffffff;
}
.wp-block-button a.has-brand-dark-background-color, .wp-block-button .wp-block-button__link.has-brand-dark-background-color {
  background-color: #225381;
}
.wp-block-button a.has-brand-dark-background-color:hover, .wp-block-button a.has-brand-dark-background-color:focus, .wp-block-button .wp-block-button__link.has-brand-dark-background-color:hover, .wp-block-button .wp-block-button__link.has-brand-dark-background-color:focus {
  color: #225381;
}
.wp-block-button a.has-brand-dark-background-color:not(.has-text-color):hover, .wp-block-button a.has-brand-dark-background-color:not(.has-text-color):focus, .wp-block-button .wp-block-button__link.has-brand-dark-background-color:not(.has-text-color):hover, .wp-block-button .wp-block-button__link.has-brand-dark-background-color:not(.has-text-color):focus {
  background-color: #327abe;
}
.wp-block-button.is-style-outline a.has-brand-dark-color, .wp-block-button.is-style-outline .wp-block-button__link.has-brand-dark-color {
  border-color: #225381;
}
.wp-block-button.is-style-fill a.has-brand-dark-background-color {
  border-color: #225381;
}

.wp-block-button a.has-brand-color, .wp-block-button .wp-block-button__link.has-brand-color {
  color: #327abe;
}
.wp-block-button a.has-brand-color:hover, .wp-block-button a.has-brand-color:focus, .wp-block-button .wp-block-button__link.has-brand-color:hover, .wp-block-button .wp-block-button__link.has-brand-color:focus {
  background-color: #327abe;
}
.wp-block-button a.has-brand-color:not(.has-background):hover, .wp-block-button a.has-brand-color:not(.has-background):focus, .wp-block-button .wp-block-button__link.has-brand-color:not(.has-background):hover, .wp-block-button .wp-block-button__link.has-brand-color:not(.has-background):focus {
  color: #ffffff;
}
.wp-block-button a.has-brand-background-color, .wp-block-button .wp-block-button__link.has-brand-background-color {
  background-color: #327abe;
}
.wp-block-button a.has-brand-background-color:hover, .wp-block-button a.has-brand-background-color:focus, .wp-block-button .wp-block-button__link.has-brand-background-color:hover, .wp-block-button .wp-block-button__link.has-brand-background-color:focus {
  color: #327abe;
}
.wp-block-button a.has-brand-background-color:not(.has-text-color):hover, .wp-block-button a.has-brand-background-color:not(.has-text-color):focus, .wp-block-button .wp-block-button__link.has-brand-background-color:not(.has-text-color):hover, .wp-block-button .wp-block-button__link.has-brand-background-color:not(.has-text-color):focus {
  background-color: #ffffff;
}
.wp-block-button.is-style-outline a.has-brand-color, .wp-block-button.is-style-outline .wp-block-button__link.has-brand-color {
  border-color: #327abe;
}
.wp-block-button.is-style-fill a.has-brand-background-color {
  border-color: #327abe;
}

.wp-block-button a.has-brand-light-color, .wp-block-button .wp-block-button__link.has-brand-light-color {
  color: #5686c5;
}
.wp-block-button a.has-brand-light-color:hover, .wp-block-button a.has-brand-light-color:focus, .wp-block-button .wp-block-button__link.has-brand-light-color:hover, .wp-block-button .wp-block-button__link.has-brand-light-color:focus {
  background-color: #5686c5;
}
.wp-block-button a.has-brand-light-color:not(.has-background):hover, .wp-block-button a.has-brand-light-color:not(.has-background):focus, .wp-block-button .wp-block-button__link.has-brand-light-color:not(.has-background):hover, .wp-block-button .wp-block-button__link.has-brand-light-color:not(.has-background):focus {
  color: #ffffff;
}
.wp-block-button a.has-brand-light-background-color, .wp-block-button .wp-block-button__link.has-brand-light-background-color {
  background-color: #5686c5;
}
.wp-block-button a.has-brand-light-background-color:hover, .wp-block-button a.has-brand-light-background-color:focus, .wp-block-button .wp-block-button__link.has-brand-light-background-color:hover, .wp-block-button .wp-block-button__link.has-brand-light-background-color:focus {
  color: #5686c5;
}
.wp-block-button a.has-brand-light-background-color:not(.has-text-color):hover, .wp-block-button a.has-brand-light-background-color:not(.has-text-color):focus, .wp-block-button .wp-block-button__link.has-brand-light-background-color:not(.has-text-color):hover, .wp-block-button .wp-block-button__link.has-brand-light-background-color:not(.has-text-color):focus {
  background-color: #327abe;
}
.wp-block-button.is-style-outline a.has-brand-light-color, .wp-block-button.is-style-outline .wp-block-button__link.has-brand-light-color {
  border-color: #5686c5;
}
.wp-block-button.is-style-fill a.has-brand-light-background-color {
  border-color: #5686c5;
}

.wp-block-button a.has-accent-dark-color, .wp-block-button .wp-block-button__link.has-accent-dark-color {
  color: #98245e;
}
.wp-block-button a.has-accent-dark-color:hover, .wp-block-button a.has-accent-dark-color:focus, .wp-block-button .wp-block-button__link.has-accent-dark-color:hover, .wp-block-button .wp-block-button__link.has-accent-dark-color:focus {
  background-color: #98245e;
}
.wp-block-button a.has-accent-dark-color:not(.has-background):hover, .wp-block-button a.has-accent-dark-color:not(.has-background):focus, .wp-block-button .wp-block-button__link.has-accent-dark-color:not(.has-background):hover, .wp-block-button .wp-block-button__link.has-accent-dark-color:not(.has-background):focus {
  color: #ffffff;
}
.wp-block-button a.has-accent-dark-background-color, .wp-block-button .wp-block-button__link.has-accent-dark-background-color {
  background-color: #98245e;
}
.wp-block-button a.has-accent-dark-background-color:hover, .wp-block-button a.has-accent-dark-background-color:focus, .wp-block-button .wp-block-button__link.has-accent-dark-background-color:hover, .wp-block-button .wp-block-button__link.has-accent-dark-background-color:focus {
  color: #98245e;
}
.wp-block-button a.has-accent-dark-background-color:not(.has-text-color):hover, .wp-block-button a.has-accent-dark-background-color:not(.has-text-color):focus, .wp-block-button .wp-block-button__link.has-accent-dark-background-color:not(.has-text-color):hover, .wp-block-button .wp-block-button__link.has-accent-dark-background-color:not(.has-text-color):focus {
  background-color: #327abe;
}
.wp-block-button.is-style-outline a.has-accent-dark-color, .wp-block-button.is-style-outline .wp-block-button__link.has-accent-dark-color {
  border-color: #98245e;
}
.wp-block-button.is-style-fill a.has-accent-dark-background-color {
  border-color: #98245e;
}

.wp-block-button a.has-accent-color, .wp-block-button .wp-block-button__link.has-accent-color {
  color: #d03984;
}
.wp-block-button a.has-accent-color:hover, .wp-block-button a.has-accent-color:focus, .wp-block-button .wp-block-button__link.has-accent-color:hover, .wp-block-button .wp-block-button__link.has-accent-color:focus {
  background-color: #d03984;
}
.wp-block-button a.has-accent-color:not(.has-background):hover, .wp-block-button a.has-accent-color:not(.has-background):focus, .wp-block-button .wp-block-button__link.has-accent-color:not(.has-background):hover, .wp-block-button .wp-block-button__link.has-accent-color:not(.has-background):focus {
  color: #ffffff;
}
.wp-block-button a.has-accent-background-color, .wp-block-button .wp-block-button__link.has-accent-background-color {
  background-color: #d03984;
}
.wp-block-button a.has-accent-background-color:hover, .wp-block-button a.has-accent-background-color:focus, .wp-block-button .wp-block-button__link.has-accent-background-color:hover, .wp-block-button .wp-block-button__link.has-accent-background-color:focus {
  color: #d03984;
}
.wp-block-button a.has-accent-background-color:not(.has-text-color):hover, .wp-block-button a.has-accent-background-color:not(.has-text-color):focus, .wp-block-button .wp-block-button__link.has-accent-background-color:not(.has-text-color):hover, .wp-block-button .wp-block-button__link.has-accent-background-color:not(.has-text-color):focus {
  background-color: #327abe;
}
.wp-block-button.is-style-outline a.has-accent-color, .wp-block-button.is-style-outline .wp-block-button__link.has-accent-color {
  border-color: #d03984;
}
.wp-block-button.is-style-fill a.has-accent-background-color {
  border-color: #d03984;
}

.wp-block-button a.has-accent-light-color, .wp-block-button .wp-block-button__link.has-accent-light-color {
  color: #df77aa;
}
.wp-block-button a.has-accent-light-color:hover, .wp-block-button a.has-accent-light-color:focus, .wp-block-button .wp-block-button__link.has-accent-light-color:hover, .wp-block-button .wp-block-button__link.has-accent-light-color:focus {
  background-color: #df77aa;
}
.wp-block-button a.has-accent-light-color:not(.has-background):hover, .wp-block-button a.has-accent-light-color:not(.has-background):focus, .wp-block-button .wp-block-button__link.has-accent-light-color:not(.has-background):hover, .wp-block-button .wp-block-button__link.has-accent-light-color:not(.has-background):focus {
  color: #ffffff;
}
.wp-block-button a.has-accent-light-background-color, .wp-block-button .wp-block-button__link.has-accent-light-background-color {
  background-color: #df77aa;
}
.wp-block-button a.has-accent-light-background-color:hover, .wp-block-button a.has-accent-light-background-color:focus, .wp-block-button .wp-block-button__link.has-accent-light-background-color:hover, .wp-block-button .wp-block-button__link.has-accent-light-background-color:focus {
  color: #df77aa;
}
.wp-block-button a.has-accent-light-background-color:not(.has-text-color):hover, .wp-block-button a.has-accent-light-background-color:not(.has-text-color):focus, .wp-block-button .wp-block-button__link.has-accent-light-background-color:not(.has-text-color):hover, .wp-block-button .wp-block-button__link.has-accent-light-background-color:not(.has-text-color):focus {
  background-color: #327abe;
}
.wp-block-button.is-style-outline a.has-accent-light-color, .wp-block-button.is-style-outline .wp-block-button__link.has-accent-light-color {
  border-color: #df77aa;
}
.wp-block-button.is-style-fill a.has-accent-light-background-color {
  border-color: #df77aa;
}

.pswp__ui .pswp__button {
  min-width: unset;
  width: unset;
  background-position: 0 0;
}
.pswp__ui .pswp__button--arrow--left, .pswp__ui .pswp__button--arrow--right {
  background: 0 0 !important;
  top: 50%;
  margin-top: -50px !important;
  width: 70px;
  height: 100px;
  position: absolute !important;
}
.pswp__ui .pswp__button--share {
  background-position: -44px -44px !important;
}
.pswp__ui .pswp__button--close {
  background-position: 0 -44px !important;
}
.pswp__ui .pswp__button--zoom, .pswp__ui .pswp__button--zoom:hover {
  background-position: -88px 0;
}

.icon.wp-block-button a, .icon.wp-block-button .wp-block-button__link {
  padding-left: 24px;
}
.icon.wp-block-button a:before, .icon.wp-block-button .wp-block-button__link:before {
  font-family: "icomoon";
  speak-as: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: 10px;
}
.icon.wp-block-button.icn-right a, .icon.wp-block-button.icn-right .wp-block-button__link {
  padding-right: 24px;
  position: relative;
}
.icon.wp-block-button.icn-right a:before, .icon.wp-block-button.icn-right .wp-block-button__link:before {
  position: absolute;
  margin-top: -0.5em;
  top: 50%;
  right: -5px;
}
.icon.wp-block-button.icn-right.is-style-support a, .icon.wp-block-button.icn-right.is-style-support .wp-block-button__link, .icon.wp-block-button.icn-right.btn-support a, .icon.wp-block-button.icn-right.btn-support .wp-block-button__link {
  padding-left: 5px;
}
.icon.wp-block-button.icn-star-full a:before, .icon.wp-block-button.icn-star-full .wp-block-button__link:before {
  content: "\e91a";
}
.icon.wp-block-button.icn-twitter a:before, .icon.wp-block-button.icn-twitter .wp-block-button__link:before {
  content: "\e917";
}
.icon.wp-block-button.icn-linkedin a:before, .icon.wp-block-button.icn-linkedin .wp-block-button__link:before {
  content: "\e918";
}
.icon.wp-block-button.icn-instagram a:before, .icon.wp-block-button.icn-instagram .wp-block-button__link:before {
  content: "\e919";
}
.icon.wp-block-button.icn-facebook a:before, .icon.wp-block-button.icn-facebook .wp-block-button__link:before {
  content: "\e91e";
}
.icon.wp-block-button.icn-slick a:before, .icon.wp-block-button.icn-slick .wp-block-button__link:before {
  content: "\e948";
}
.icon.wp-block-button.icn-pinterest a:before, .icon.wp-block-button.icn-pinterest .wp-block-button__link:before {
  content: "\e949";
}
.icon.wp-block-button.icn-upload a:before, .icon.wp-block-button.icn-upload .wp-block-button__link:before {
  content: "\e91e";
}
.icon.wp-block-button.icn-download a:before, .icon.wp-block-button.icn-download .wp-block-button__link:before {
  content: "\e91c";
}
.icon.wp-block-button.icn-arrow-down a:before, .icon.wp-block-button.icn-arrow-down .wp-block-button__link:before {
  content: "\e900";
}
.icon.wp-block-button.icn-arrow-left a:before, .icon.wp-block-button.icn-arrow-left .wp-block-button__link:before {
  content: "\e901";
}
.icon.wp-block-button.icn-arrow-right a:before, .icon.wp-block-button.icn-arrow-right .wp-block-button__link:before {
  content: "\e902";
}
.icon.wp-block-button.icn-arrow-up a:before, .icon.wp-block-button.icn-arrow-up .wp-block-button__link:before {
  content: "\e903";
}
.icon.wp-block-button.icn-calendar a:before, .icon.wp-block-button.icn-calendar .wp-block-button__link:before {
  content: "\e904";
}
.icon.wp-block-button.icn-chevron-down a:before, .icon.wp-block-button.icn-chevron-down .wp-block-button__link:before {
  content: "\e905";
}
.icon.wp-block-button.icn-chevron-left a:before, .icon.wp-block-button.icn-chevron-left .wp-block-button__link:before {
  content: "\e906";
}
.icon.wp-block-button.icn-chevron-right a:before, .icon.wp-block-button.icn-chevron-right .wp-block-button__link:before {
  content: "\e907";
}
.icon.wp-block-button.icn-chevron-up a:before, .icon.wp-block-button.icn-chevron-up .wp-block-button__link:before {
  content: "\e908";
}
.icon.wp-block-button.icn-image a:before, .icon.wp-block-button.icn-image .wp-block-button__link:before {
  content: "\e90a";
}
.icon.wp-block-button.icn-mail a:before, .icon.wp-block-button.icn-mail .wp-block-button__link:before {
  content: "\e91d";
}
.icon.wp-block-button.icn-pin a:before, .icon.wp-block-button.icn-pin .wp-block-button__link:before {
  content: "\e90c";
}
.icon.wp-block-button.icn-phone a:before, .icon.wp-block-button.icn-phone .wp-block-button__link:before {
  content: "\e91c";
}
.icon.wp-block-button.icn-phone-call a:before, .icon.wp-block-button.icn-phone-call .wp-block-button__link:before {
  content: "\e90e";
}
.icon.wp-block-button.icn-plus a:before, .icon.wp-block-button.icn-plus .wp-block-button__link:before {
  content: "\e90f";
}
.icon.wp-block-button.icn-printer a:before, .icon.wp-block-button.icn-printer .wp-block-button__link:before {
  content: "\e910";
}
.icon.wp-block-button.icn-search a:before, .icon.wp-block-button.icn-search .wp-block-button__link:before {
  content: "\e911";
}
.icon.wp-block-button.icn-share a:before, .icon.wp-block-button.icn-share .wp-block-button__link:before {
  content: "\e912";
}
.icon.wp-block-button.icn-star a:before, .icon.wp-block-button.icn-star .wp-block-button__link:before {
  content: "\e909";
}
.icon.wp-block-button.icn-user a:before, .icon.wp-block-button.icn-user .wp-block-button__link:before {
  content: "\e913";
}
.icon.wp-block-button.icn-close a:before, .icon.wp-block-button.icn-close .wp-block-button__link:before {
  content: "\e914";
}
.icon.wp-block-button.icn-arrow-right-alt a:before, .icon.wp-block-button.icn-arrow-right-alt .wp-block-button__link:before {
  content: "\e91d";
}
.icon.wp-block-button.icn-youtube a:before, .icon.wp-block-button.icn-youtube .wp-block-button__link:before {
  content: "\e915";
}
.icon.wp-block-button.icn-location a:before, .icon.wp-block-button.icn-location .wp-block-button__link:before {
  content: "\e916";
}
.icon.wp-block-button:before {
  display: none;
}

.field {
  position: relative;
  margin-bottom: 8px;
}

label {
  font-size: 1em;
  display: block;
  margin-bottom: 8px;
  font-weight: 700;
}

input[type=text],
input[type=email],
input[type=tel],
input[type=password],
textarea,
.gform_wrapper textarea,
.select select,
.select .customSelect,
.ginput_container_select select,
.ginput_container_select .customSelect {
  font-size: 1em;
  line-height: 1.4;
  font-family: "Sen", Helvetica, Arial, sans-serif;
  width: 100% !important;
  background: transparent;
  padding: 0.75rem 0;
  border: 0;
  border-bottom: 1px solid #fafafa;
  margin-bottom: 8px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  box-shadow: none;
  transition: border 0.6s cubic-bezier(0.19, 1, 0.22, 1), color 0.6s cubic-bezier(0.19, 1, 0.22, 1), background-color 0.6s cubic-bezier(0.19, 1, 0.22, 1), box-shadow 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}
input[type=text]:focus,
input[type=email]:focus,
input[type=tel]:focus,
input[type=password]:focus,
textarea:focus,
.gform_wrapper textarea:focus,
.select select:focus,
.select .customSelect:focus,
.ginput_container_select select:focus,
.ginput_container_select .customSelect:focus {
  border: 0px;
}

body .gform_wrapper input[type=submit]:hover {
  background-color: #98245e;
}

body .gform_wrapper .gform_body .ginput_container_select {
  border: none;
  margin-top: 0.5rem;
}
body .gform_wrapper.gravity-theme .gform_footer input[type=submit] {
  margin: auto;
}
body.contact .gravity-theme .gform_footer.top_label {
  display: none;
}

select:focus + .customSelect {
  border-color: #327abe;
  box-shadow: inset 0 -2px 0 0 #327abe;
}

textarea,
.gform_wrapper textarea {
  overflow: auto;
  height: 5rem;
  min-height: 5rem;
  max-height: 10rem;
  vertical-align: top;
}

.gform_wrapper textarea {
  margin: 0;
}

button {
  cursor: pointer;
  border: 0;
  outline: 0;
  border-radius: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

input[type=submit],
input[type=button] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
}

.select,
.ginput_container_select {
  position: relative;
}
.select .customSelect,
.select select,
.ginput_container_select .customSelect,
.ginput_container_select select {
  line-height: 1.4;
  font-family: "Sen", Helvetica, Arial, sans-serif;
}
.select select,
.ginput_container_select select {
  z-index: 999;
}
.select .customSelect:after,
.ginput_container_select .customSelect:after {
  content: "\e905";
  font-size: 1.25em;
  position: absolute;
  top: 50%;
  margin-top: -0.85rem;
  right: 0;
  z-index: -1;
  pointer-events: none;
}

.ginput_container_select select {
  margin: 0;
}

.customSelectInner {
  width: 100% !important;
}

input[type=radio],
input[type=checkbox] {
  background: none;
  border: none;
}

form input[type=radio],
form input[type=checkbox] {
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 1px solid #fafafa;
  box-shadow: inset 0px 0px 0px 3px #fff;
  background: #ffffff;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
form input[type=radio] + label,
form input[type=checkbox] + label {
  line-height: 1;
  padding: 0px 10px;
  margin: 0px;
}
form input[type=radio]:focus,
form input[type=checkbox]:focus {
  border-color: #666666;
}
form input[type=radio][type=radio],
form input[type=checkbox][type=radio] {
  border-radius: 50%;
}
form input[type=radio]:checked, form input[type=radio][checked=true],
form input[type=checkbox]:checked,
form input[type=checkbox][checked=true] {
  background: #327abe;
}

::-webkit-input-placeholder {
  color: #5686c5;
  opacity: 0.6;
}

:-moz-placeholder {
  color: #5686c5;
  opacity: 0.6;
}

::-moz-placeholder {
  color: #5686c5;
  opacity: 0.6;
}

:-ms-input-placeholder {
  color: #5686c5;
  opacity: 0.6;
}

.input-group {
  display: flex;
  width: 100%;
}
.input-group > input,
.input-group > button {
  margin-bottom: 0;
}
.input-group > input {
  flex: 1 1 auto;
}
.input-group > .input-group-addon {
  flex: 1 0 auto;
}
.input-group > .input-group-addon button {
  height: 100%;
  margin: 0;
  min-width: 1px;
}

body .gform_wrapper .gform_body input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
  margin-top: 0.5rem;
}
body .gform_wrapper .gform_body .gfield_radio .gchoice,
body .gform_wrapper .gform_body .gfield_checkbox .gchoice {
  padding: 8px 0px !important;
}
body .gform_wrapper .gform_body .gfield_radio .gchoice > *,
body .gform_wrapper .gform_body .gfield_checkbox .gchoice > * {
  display: inline-block;
  vertical-align: middle;
}
body .gform_wrapper .gform_body .gfield_radio .gchoice input,
body .gform_wrapper .gform_body .gfield_checkbox .gchoice input {
  margin: 0 !important;
  height: 30px;
  width: 30px;
  padding: 0;
  min-height: unset;
  box-shadow: 0px 3px 3px rgba(86, 134, 197, 0.05), inset 0px 0px 0px 3px #fff;
}
body .gform_wrapper .gform_body .gfield_radio .gchoice input:checked,
body .gform_wrapper .gform_body .gfield_checkbox .gchoice input:checked {
  background: #327abe;
}

html.no-flexbox .input-group {
  display: table;
  width: 100%;
}
html.no-flexbox .input-group > input,
html.no-flexbox .input-group > .input-group-addon {
  display: table-cell;
  vertical-align: middle;
}

body .gform_wrapper:not(.gform_validation_error) .gform_body {
  margin-top: 32px;
}

body .gform_wrapper {
  margin-bottom: 64px;
}
body .gform_wrapper .gform_body > ul > li:first-child label {
  margin-top: 0;
}
body .gform_wrapper ul {
  text-indent: 0;
}
body .gform_wrapper ul.gform_fields {
  list-style-type: none;
  display: block;
  padding: 0;
  margin: 0;
  overflow: visible;
}
body .gform_wrapper ul.gfield_checkbox,
body .gform_wrapper ul.gfield_radio {
  margin: 8px 0 0 0;
  padding: 0;
}
body .gform_wrapper ul.gfield_checkbox > li,
body .gform_wrapper ul.gfield_radio > li {
  margin-bottom: 8px;
}
body .gform_wrapper form li,
body .gform_wrapper li {
  margin-left: 0 !important;
  list-style-type: none !important;
  list-style-image: none !important;
  list-style: none !important;
  overflow: visible;
}
body .gform_wrapper ul li.gfield {
  margin: 0 0 8px 0;
}
body .gform_wrapper .gfield_required {
  color: #d24a50;
  margin-left: 0.2em;
}
body .gform_wrapper .field_description_below .gfield_description {
  border-radius: 12px;
}
body .gform_wrapper .top_label .gfield_label,
body .gform_wrapper label.gfield_label,
body .gform_wrapper legend.gfield_label {
  display: inline-block;
  margin: 16px 0 0 0;
  clear: both;
}
body .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
  margin: 0;
}
body .gform_wrapper .ginput_container.ginput_container_date {
  position: relative;
}
body .gform_wrapper .ginput_container.ginput_container_date img.ui-datepicker-trigger {
  position: absolute;
  right: 0;
  top: 50%;
  height: 1rem;
  margin-top: -0.45rem;
}
body .gform_wrapper .gfield_radio > li[class*=gchoice_] input[type=text] ::-webkit-input-placeholder {
  color: #5686c5;
  opacity: 0.6;
}
body .gform_wrapper .gfield_radio > li[class*=gchoice_] input[type=text] :-moz-placeholder {
  color: #5686c5;
  opacity: 0.6;
}
body .gform_wrapper .gfield_radio > li[class*=gchoice_] input[type=text] ::-moz-placeholder {
  color: #5686c5;
  opacity: 0.6;
}
body .gform_wrapper .gfield_radio > li[class*=gchoice_] input[type=text] :-ms-input-placeholder {
  color: #5686c5;
  opacity: 0.6;
}
body .gform_wrapper .screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}
body .gform_wrapper div.validation_error {
  font-weight: normal;
  padding: 0;
  margin: 32px 0 16px 0;
  color: #d24a50;
  border: 0;
  text-align: inherit;
}
body .gform_wrapper .validation_message {
  color: #d24a50;
  font-weight: normal;
  font-size: 0.8em;
  margin: 4px 0 0 0;
}
body .gform_wrapper li.gfield.gfield_error,
body .gform_wrapper .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
  margin-bottom: 16px;
  border: 0;
  background: none;
  padding: 0;
  max-width: none;
}
body .gform_wrapper li.gfield.gfield_error label.gfield_label,
body .gform_wrapper .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning label.gfield_label {
  margin-top: 0;
}
body .gform_wrapper li.gfield.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
body .gform_wrapper li.gfield.gfield_error textarea,
body .gform_wrapper li.gfield.gfield_error select,
body .gform_wrapper li.gfield.gfield_error .customSelect,
body .gform_wrapper .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
body .gform_wrapper .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning textarea,
body .gform_wrapper .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning select,
body .gform_wrapper .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning .customSelect {
  border-color: #d24a50 !important;
}
body .gform_wrapper li.gfield.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):focus,
body .gform_wrapper li.gfield.gfield_error textarea:focus,
body .gform_wrapper li.gfield.gfield_error select:focus,
body .gform_wrapper li.gfield.gfield_error .customSelect:focus,
body .gform_wrapper .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):focus,
body .gform_wrapper .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning textarea:focus,
body .gform_wrapper .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning select:focus,
body .gform_wrapper .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning .customSelect:focus {
  box-shadow: inset 0 -2px 0 0 #d24a50;
}
body .gform_wrapper li.gfield.gfield_error input[type=radio].custom-radio + label:before,
body .gform_wrapper li.gfield.gfield_error input[type=checkbox].custom-checkbox + label:before,
body .gform_wrapper li.gfield.gfield_error .gfield_checkbox > li[class*=gchoice_] input[id*=choice_] + label:before,
body .gform_wrapper li.gfield.gfield_error .gfield_radio > li[class*=gchoice_] input[id*=choice_] + label:before,
body .gform_wrapper .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning input[type=radio].custom-radio + label:before,
body .gform_wrapper .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning input[type=checkbox].custom-checkbox + label:before,
body .gform_wrapper .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning .gfield_checkbox > li[class*=gchoice_] input[id*=choice_] + label:before,
body .gform_wrapper .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning .gfield_radio > li[class*=gchoice_] input[id*=choice_] + label:before {
  border: 1px solid #d24a50;
  background-color: rgba(210, 74, 80, 0.05);
}

.ui-datepicker {
  width: 216px;
  height: auto;
  font: 0.8em "Sen", Helvetica, Arial, sans-serif;
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.2), 0 6px 6px rgba(0, 0, 0, 0.2);
  background: #ffffff;
}
.ui-datepicker a {
  text-decoration: none;
}
.ui-datepicker .ui-datepicker[style] {
  margin: 8px auto 0;
}
.ui-datepicker .ui-datepicker-header {
  font-weight: 700;
  line-height: 30px;
  height: 30px;
  background-color: #327abe;
  color: #ffffff;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-next,
.ui-datepicker .ui-datepicker-header .ui-datepicker-prev {
  display: inline-block;
  width: 30px;
  height: 30px;
  text-align: center;
  cursor: pointer;
  color: #ffffff;
  position: relative;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-next:before,
.ui-datepicker .ui-datepicker-header .ui-datepicker-prev:before {
  position: absolute;
  margin-top: -0.5em;
  top: 50%;
  left: 0px;
  right: 0px;
  text-align: center;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-next:before,
.ui-datepicker .ui-datepicker-header .ui-datepicker-prev:before {
  font-size: 1.1em;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-next span,
.ui-datepicker .ui-datepicker-header .ui-datepicker-prev span {
  display: none;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-next {
  float: right;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-prev {
  float: left;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-title {
  text-align: center;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-title select {
  margin-top: 2.5%;
}
.ui-datepicker table {
  width: 100%;
  border-collapse: collapse;
}
.ui-datepicker table.ui-datepicker-calendar {
  margin: 0;
}
.ui-datepicker table.ui-datepicker-calendar thead {
  background: #ffffff;
  border-bottom: 1px solid #fafafa;
}
.ui-datepicker table.ui-datepicker-calendar thead th {
  text-transform: uppercase;
  text-align: center;
  padding: 5px 0;
  font-size: 0.563em;
  color: #666666;
  text-shadow: none;
}
.ui-datepicker table.ui-datepicker-calendar tbody tr {
  border-bottom: 1px solid #fafafa;
}
.ui-datepicker table.ui-datepicker-calendar tbody tr td {
  padding: 0;
  border-top: 1px solid #fafafa;
  border-right: 1px solid #fafafa;
}
.ui-datepicker table.ui-datepicker-calendar tbody tr td:last-child {
  border-right: 0;
}
.ui-datepicker table.ui-datepicker-calendar tbody tr td a,
.ui-datepicker table.ui-datepicker-calendar tbody tr td span {
  display: inline-block;
  font-weight: 700;
  text-align: center;
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.ui-datepicker table.ui-datepicker-calendar tbody tr td.ui-datepicker-unselectable, .ui-datepicker table.ui-datepicker-calendar tbody tr td.ui-state-disabled {
  background: #eeeeee;
  color: #aaaaaa;
}
.ui-datepicker table.ui-datepicker-calendar tbody tr td .ui-state-default {
  background: #ffffff;
  box-shadow: none;
  text-shadow: none;
  color: #5686c5;
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}
.ui-datepicker table.ui-datepicker-calendar tbody tr td .ui-state-default:hover, .ui-datepicker table.ui-datepicker-calendar tbody tr td .ui-state-default:focus {
  background: #eeeeee;
}
.ui-datepicker table.ui-datepicker-calendar tbody tr td .ui-state-default.ui-state-highlight {
  background: #327abe;
  color: #ffffff;
}
.ui-datepicker table.ui-datepicker-calendar tbody tr td .ui-state-default.ui-state-active {
  border: none;
  margin: 0;
  background: #ffffff;
  box-shadow: inset 0 0 0 2px #327abe;
}

body .gform_wrapper .gfield_required {
  display: none;
}
body .gform_wrapper .ginput_container input,
body .gform_wrapper .ginput_container textarea {
  background: #ffffff;
  border-radius: 10px;
  box-shadow: 0px 3px 3px rgba(86, 134, 197, 0.05);
  margin-top: 0.5rem;
  min-height: 50px;
  margin-bottom: 1.2rem;
}
body .gform_wrapper .ginput_container select {
  border: 1px solid #5686c5;
  box-shadow: 0px 3px 3px rgba(86, 134, 197, 0.05);
}
body .gform_wrapper .ginput_container .name_first label {
  display: none;
}
body .gform_wrapper .ginput_container_select {
  background: #ffffff;
  border: 1px solid #5686c5;
  border-radius: 10px;
  box-shadow: 0px 3px 3px rgba(86, 134, 197, 0.05);
}
body .gform_wrapper .ginput_container_select select {
  height: 100% !important;
}
body .gform_wrapper .ginput_container_select .customSelect {
  border-bottom: none;
  box-shadow: none;
  margin-bottom: 0;
  padding-left: 10px;
}
body .gform_wrapper .ginput_container_select .customSelect:after {
  z-index: 1;
  right: 5px;
}
body .gform_wrapper input[type=submit] {
  background: #d03984;
  border-radius: 5rem;
}
body .gform_wrapper #field_submit {
  align-self: center;
}

@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon.eot?okah7f");
  src: url("../fonts/icomoon.eot?okah7f#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?okah7f") format("truetype"), url("../fonts/icomoon.woff?okah7f") format("woff"), url("../fonts/icomoon.svg?okah7f#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^=icn-]:before,
[class*=" icn-"]:before,
.customSelect:after,
.ui-datepicker-next:before,
.ui-datepicker-prev:before {
  font-family: "icomoon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icn-right {
  position: relative;
}
.icn-right:before {
  position: absolute;
  margin-top: -0.5em;
  top: 50%;
  right: -5px;
}

.icn-star-full:before {
  content: "\e91a";
}

.icn-twitter:before {
  content: "\e917";
}

.icn-linkedin:before {
  content: "\e918";
}

.icn-instagram:before {
  content: "\e919";
}

.icn-facebook:before {
  content: "\e91e";
}

.icn-slick:before {
  content: "\e948";
}

.icn-pinterest:before {
  content: "\e949";
}

.icn-upload:before {
  content: "\e91e";
}

.icn-download:before {
  content: "\e91c";
}

.icn-arrow-down:before {
  content: "\e900";
}

.icn-arrow-left:before {
  content: "\e901";
}

.icn-arrow-right:before {
  content: "\e902";
}

.icn-arrow-up:before {
  content: "\e903";
}

.icn-calendar:before {
  content: "\e904";
}

.icn-chevron-down:before {
  content: "\e905";
}

.icn-chevron-left:before {
  content: "\e906";
}

.icn-chevron-right:before {
  content: "\e907";
}

.icn-chevron-up:before {
  content: "\e908";
}

.icn-image:before {
  content: "\e90a";
}

.icn-mail:before {
  content: "\e91d";
}

.icn-pin:before {
  content: "\e90c";
}

.icn-phone:before {
  content: "\e91c";
}

.icn-phone-call:before {
  content: "\e90e";
}

.icn-plus:before {
  content: "\e90f";
}

.icn-printer:before {
  content: "\e910";
}

.icn-search:before {
  content: "\e911";
}

.icn-share:before {
  content: "\e912";
}

.icn-star:before {
  content: "\e909";
}

.icn-user:before {
  content: "\e913";
}

.icn-close:before {
  content: "\e914";
}

.icn-arrow-right-alt:before {
  content: "\e91d";
}

.icn-youtube:before {
  content: "\e915";
}

.icn-location:before {
  content: "\e916";
}

.slider {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
}
.slider img {
  width: 100%;
}

.slider-wrap {
  position: relative;
}

.slider-controls {
  text-align: center;
}
.slider-controls .next,
.slider-controls .prev {
  z-index: 3;
  font-size: 1.875em;
  line-height: 1;
  width: 30px;
  height: 30px;
  text-decoration: none;
}

.slider-carousel .slick-slide {
  padding-left: 32px;
  cursor: grab;
}
.slider-carousel:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 30px;
  width: 32px;
  background: #ffffff;
  z-index: 2;
}

.pager {
  list-style: none;
  margin: 0;
  padding: 0;
  display: block;
}
.pager > li {
  display: inline-block;
}
.pager button {
  border: 0;
  width: 11px;
  height: 11px;
  background: #eeeeee;
  opacity: 0.8;
  margin: 0 4px;
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition-duration: 0.4s;
  border-radius: 50%;
  padding: 0;
}
.pager button:hover, .pager button:focus {
  opacity: 1;
  width: 16px;
  height: 16px;
}
.pager .slick-active button {
  transition-duration: 0.6s;
  width: 16px;
  height: 16px;
  opacity: 1;
  background: #ffffff;
}

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.social {
  list-style: none;
  margin: 0;
  padding: 0;
}
.social > li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 3px;
}
.social a {
  display: block;
  width: 44px;
  height: 44px;
  background-color: #ffffff;
  position: relative;
  text-decoration: none;
  opacity: 1;
  transition: opacity 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  border-radius: 50vw;
}
.social a:before {
  position: absolute;
  margin-top: -0.5em;
  top: 50%;
  left: 0px;
  right: 0px;
  text-align: center;
}
.social a:before {
  color: #327abe;
  font-size: 1.5rem;
}
.social a:hover, .social a:focus {
  opacity: 0.8;
}

.contact-list > div {
  padding-left: 30px;
  margin: 10px 0px;
}
.contact-list > div > *:before {
  color: #327abe;
  float: left;
  margin-left: -30px;
  line-height: 1.6;
}
.contact-list > div > *:hover:before, .contact-list > div > *:focus:before {
  color: #225381;
}

.s-nav .title a {
  text-decoration: none;
}
.s-nav li > a {
  display: block;
  text-decoration: none;
  color: #5686c5;
  padding: 4px 0;
  border-bottom: 1px solid;
}
.s-nav li > a:hover, .s-nav li > a:focus {
  color: #327abe;
}
.s-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

#map {
  height: 400px;
  width: 100%;
}

.has-text-color.has-white-color a {
  color: #ffffff;
}

#product #register-panel, #product #login-panel {
  display: none;
  padding: 2rem 0;
}

.wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper:before {
  padding-top: 56.25%;
}
.wp-block-embed.wp-embed-aspect-21-9 .wp-block-embed__wrapper:before {
  padding-top: 42.85%;
}
.wp-block-embed.wp-embed-aspect-18-9 .wp-block-embed__wrapper:before {
  padding-top: 50%;
}
.wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper:before {
  padding-top: 75%;
}
.wp-block-embed.wp-embed-aspect-1-1 .wp-block-embed__wrapper:before {
  padding-top: 100%;
}
.wp-block-embed.is-type-video {
  border-radius: 4px;
  overflow: hidden;
  box-shadow: -3px 3px 15px 23px rgba(0, 0, 0, 0.01);
}
.wp-block-embed.is-type-video .wp-block-embed__wrapper {
  position: relative;
}
.wp-block-embed.is-type-video .wp-block-embed__wrapper:before {
  content: "";
  display: block;
  padding-top: 50%;
}
.wp-block-embed.is-type-video iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.wp-block-file {
  margin: 0 0 24px 0;
}
.wp-block-file a:not(.wp-block-file__button) {
  pointer-events: none;
  cursor: default;
  text-decoration: none;
  color: #5686c5;
  margin: 0 16px 16px 0;
  font-weight: normal;
  display: inline-block;
}

blockquote.wp-block-quote {
  margin: 24px 0;
  padding: 1rem 2rem;
  border-left: 4px solid #327abe;
  font-weight: normal;
  font-size: 1.2rem;
}
blockquote.wp-block-quote p:last-of-type {
  margin: 0 0 16px;
}
blockquote.wp-block-quote p:last-of-type:last-child {
  margin: 0 0 8px;
}
blockquote.wp-block-quote cite {
  font-style: normal;
  font-weight: 700;
  font-size: 1rem;
}

figure.wp-block-pullquote {
  position: relative;
  padding: 24px 0;
  margin: 0 0 16px;
}
figure.wp-block-pullquote:before, figure.wp-block-pullquote:after {
  display: block;
  position: absolute;
  font-size: 10rem;
  color: #000000;
  opacity: 0.2;
  z-index: -1;
  line-height: 1;
  top: 0;
}
figure.wp-block-pullquote:before {
  content: "“";
  left: 0;
}
figure.wp-block-pullquote:after {
  content: "”";
  right: 0;
}
figure.wp-block-pullquote blockquote {
  font-weight: normal;
  margin: 0;
  padding: 0 4rem;
}
figure.wp-block-pullquote blockquote p {
  font-size: 1.6rem;
}
figure.wp-block-pullquote blockquote p:last-of-type {
  margin: 0 0 16px;
}
figure.wp-block-pullquote blockquote p:last-of-type:last-child {
  margin: 0 0 8px;
}
figure.wp-block-pullquote blockquote cite {
  font-style: normal;
  font-weight: 700;
  font-size: 1rem;
}

figure.wp-block-image figcaption {
  margin: 8px 0 24px 0;
  text-align: left;
}

.wp-block-columns {
  margin: 0;
  grid-gap: 40px;
}
.wp-block-columns .wp-block-column.has-background {
  padding: 2rem;
  border-radius: 4px;
  overflow: hidden;
}
.wp-block-columns .wp-block-column > *:first-child,
.wp-block-columns .wp-block-column > .wp-block-buttons a:first-child {
  margin-top: 0;
}
.wp-block-columns .wp-block-column > *:last-child,
.wp-block-columns .wp-block-column > .wp-block-buttons a:last-child {
  margin-bottom: 0;
}
.wp-block-columns .wp-block-column .wp-block-group.extended-width {
  width: calc(var(--data-fullwidth-main) / 2 - 1em);
  width: calc(100% + 20px);
}
.wp-block-columns.justify-center {
  justify-content: center;
}
.wp-block-columns + .wp-block-columns,
.wp-block-columns + .wp-block-group:not(.has-background, .graphic) .wp-block-group__inner-container {
  padding-top: 0 !important;
}

.wp-block-group.has-background:not(.is-style-full-width, .is-style-no-spacing) .wp-block-group__inner-container {
  padding-left: 2rem;
  padding-right: 2rem;
}
.wp-block-group.has-background:not(.is-style-full-width, .is-style-no-spacing) .wp-block-group__inner-container > *:first-child,
.wp-block-group.has-background:not(.is-style-full-width, .is-style-no-spacing) .wp-block-group__inner-container > .wp-block-buttons a:first-child {
  margin-top: 0;
}
.wp-block-group.has-background:not(.is-style-full-width, .is-style-no-spacing) .wp-block-group__inner-container > *:last-child,
.wp-block-group.has-background:not(.is-style-full-width, .is-style-no-spacing) .wp-block-group__inner-container > .wp-block-buttons a:last-child {
  margin-bottom: 0;
}
.wp-block-group:not(.is-style-no-spacing) .wp-block-group__inner-container {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.wp-block-group:not(.is-style-no-spacing) .wp-block-group__inner-container .wp-block-group .wp-block-group__inner-container {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.wp-block-group:not(.is-style-no-spacing) .wp-block-group__inner-container > *:first-child,
.wp-block-group:not(.is-style-no-spacing) .wp-block-group__inner-container > .wp-block-buttons a:first-child {
  margin-top: 0;
}
.wp-block-group:not(.is-style-no-spacing) .wp-block-group__inner-container > *:last-child,
.wp-block-group:not(.is-style-no-spacing) .wp-block-group__inner-container > .wp-block-buttons a:last-child {
  margin-bottom: 0;
  margin-top: 1.5em;
}
.wp-block-group:not(.has-background) + .wp-block-group:not(.has-background) .wp-block-group__inner-container, .wp-block-group:not(.has-background) + .wp-block-columns {
  padding-top: 0;
}

.wp-block-group.is-style-full-width,
.wp-block-cover.is-style-full-width {
  overflow: hidden;
  margin: 0px -20px;
  width: 100%;
  padding: 0;
  width: var(--data-fullwidth-main);
}
.wp-block-group.is-style-full-width .wp-block-group__inner-container,
.wp-block-group.is-style-full-width .wp-block-cover__inner-container,
.wp-block-cover.is-style-full-width .wp-block-group__inner-container,
.wp-block-cover.is-style-full-width .wp-block-cover__inner-container {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.wp-block-media-text.is-style-full-width {
  overflow: hidden;
  margin: 0px -20px;
  width: 100%;
  width: 100vw;
}
.wp-block-media-text.is-style-full-width .wp-block-media-text__content {
  max-width: calc(1780px / 2);
}
.wp-block-media-text.is-style-full-width .wp-block-media-text__content > *:first-child,
.wp-block-media-text.is-style-full-width .wp-block-media-text__content > .wp-block-buttons a:first-child {
  margin-top: 0;
}
.wp-block-media-text.is-style-full-width .wp-block-media-text__content > *:last-child,
.wp-block-media-text.is-style-full-width .wp-block-media-text__content > .wp-block-buttons a:last-child {
  margin-bottom: 0;
}

.header {
  position: absolute;
  z-index: 999;
  top: 25px;
  width: 100%;
  font-family: "Azo Sans", Helvetica, Arial, sans-serif;
}
.header .topbar {
  background: #327abe;
  color: #ffffff;
}
.header .logo {
  display: block;
  width: 40px;
  height: 40px;
  background-image: url("../images/logo-white.png");
  background-size: 40px 40px;
  background-position: center;
  background-repeat: no-repeat;
  margin: 10px 0 10px 20px;
}
.header .main-navigation a {
  text-decoration: none;
}
.header .main-navigation ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.header .main-navigation ul:before, .header .main-navigation ul:after {
  content: "";
  display: table;
}
.header .main-navigation ul:after {
  clear: both;
}
.header .main-navigation > ul li {
  position: relative;
  width: 100%;
  line-height: 2rem;
}
.header .main-navigation > ul li .arrow:before {
  margin-top: -0.6em;
}
.header .main-navigation > ul > li a {
  color: #ffffff;
  display: block;
  position: relative;
  padding: 12px 16px;
  text-transform: uppercase;
  z-index: 1;
}
.header .search-form {
  position: relative;
}
.header .search-form label[for=toggle-form] {
  position: absolute;
  top: 0;
  right: 0px;
  width: 40px;
  height: 40px;
  text-align: center;
  font-size: 0px;
  cursor: pointer;
}
.header .search-form label[for=toggle-form]:after {
  content: "\e911";
  font-family: "Icomoon";
  font-size: 18px;
  pointer-events: none;
  color: #225381;
  width: 30px;
  height: 30px;
  margin: 5px;
  line-height: 26px;
  transform: all 0.3s;
  display: block;
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}
.header .search-form #toggle-form {
  position: absolute;
  top: 0;
  right: 0px;
  width: 40px;
  height: 40px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  border: 0px;
  opacity: 0;
}
.header .search-form #searchform {
  text-align: left;
  position: absolute;
  top: 0;
  right: 40px;
  width: 0px;
  z-index: 41;
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  overflow: hidden;
}
.header .search-form #searchform label {
  display: none;
}
.header .search-form #searchform input[type=text] {
  height: 40px;
  margin: 0;
  padding-right: 40px !important;
  background: #ffffff;
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  border: none;
  z-index: 41;
}
.header .search-form #searchform input[type=text]:before {
  content: "";
  width: 100%;
  height: 100%;
}
.header .search-form #searchform input[type=text]:focus {
  box-shadow: none;
}
.header .search-form #searchform input[type=submit] {
  background: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  border: none;
  opacity: 0;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 40px;
  min-width: 1px;
  cursor: pointer;
  pointer-events: none;
  margin: 0px;
}
.header .search-form #searchform input[type=submit]:hover, .header .search-form #searchform input[type=submit]:focus {
  background: #eeeeee;
  color: #eeeeee;
}
.header .search-form #searchform:after {
  content: "\e911";
  font-family: "Icomoon";
  position: absolute;
  top: 6px;
  right: 0px;
  font-size: 1.125em;
  pointer-events: none;
  opacity: 0;
  color: #327abe;
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}
.header .search-form input#toggle-form:checked + label:after,
.header .search-form input#toggle-form[checked] + label:after {
  content: "\e914";
}
.header .search-form input#toggle-form:checked + label + #searchform input[type=submit],
.header .search-form input#toggle-form[checked] + label + #searchform input[type=submit],
.header .search-form #searchform:focus-within input[type=submit] {
  pointer-events: all;
}
.header .search-form input#toggle-form:checked + label + #searchform:after,
.header .search-form input#toggle-form[checked] + label + #searchform:after,
.header .search-form #searchform:focus-within:after {
  opacity: 1;
}

.arrow {
  width: 40px;
  height: 40px;
  position: relative;
  color: #327abe;
  position: absolute;
  font-size: 1.25em;
  top: 7px;
  right: 0px;
  z-index: 2;
  cursor: pointer;
  display: inline-block;
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}
.arrow:before {
  position: absolute;
  margin-top: -0.5em;
  top: 50%;
  left: 0px;
  right: 0px;
  text-align: center;
}
.arrow:before {
  transform: scaleY(1);
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}

.menu-toggle {
  position: absolute;
  right: 10px;
}
.menu-toggle .hamburger {
  width: 24px;
  height: 24px;
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.menu-toggle .hamburger > .line {
  width: 24px;
  height: 2px;
  background: #327abe;
  display: block;
  position: absolute;
  top: 11px;
  transform: rotate(0deg);
  transition: transform 0.3s cubic-bezier(0.19, 1, 0.22, 1), top 0.3s cubic-bezier(0.19, 1, 0.22, 1) 0.6s, opacity 0.3s cubic-bezier(0.19, 1, 0.22, 1) 0.6s, height 0.3s cubic-bezier(0.19, 1, 0.22, 1) 0.3s, width 0s linear 0.6s;
}
.menu-toggle .hamburger > .line1 {
  top: 3px;
}
.menu-toggle .hamburger > .line2 {
  opacity: 1;
}
.menu-toggle .hamburger > .line3 {
  top: 19px;
}
.menu-toggle .hamburger > .line4 {
  opacity: 0;
  left: 11px;
  width: 2px;
  height: 0px;
}

.menu-open .header .menu-toggle > .hamburger .line {
  transition: transform 0.3s cubic-bezier(0.19, 1, 0.22, 1) 0.6s, top 0.3s cubic-bezier(0.19, 1, 0.22, 1), opacity 0.3s cubic-bezier(0.19, 1, 0.22, 1), height 0.3s cubic-bezier(0.19, 1, 0.22, 1) 0.3s, width 0s linear 0.3s;
}
.menu-open .header .menu-toggle > .hamburger > .line1 {
  top: 11px;
  opacity: 0;
}
.menu-open .header .menu-toggle > .hamburger > .line2 {
  transform: rotate(45deg);
}
.menu-open .header .menu-toggle > .hamburger > .line3 {
  top: 11px;
  opacity: 0;
}
.menu-open .header .menu-toggle > .hamburger > .line4 {
  top: 0;
  opacity: 1;
  height: 24px;
  transform: rotate(45deg);
}

.activation-page .header {
  position: relative;
}

a#return {
  position: fixed;
  right: 1.5rem;
  bottom: 1.5rem;
  width: 3rem;
  height: 3rem;
  background: #327abe;
  line-height: 1;
  font-size: 1.5rem;
  color: #fff;
  text-align: center;
  overflow: hidden;
  padding: 0.75rem;
  z-index: 10;
  opacity: 0;
  pointer-events: none;
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transform: translateY(-16px);
  text-decoration: none;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3), 0 2px 4px rgba(0, 0, 0, 0.3);
}
a#return:hover, a#return:focus {
  background: #225381;
}
a#return.show {
  opacity: 1;
  pointer-events: all;
  transform: none;
}
a#return span {
  text-indent: 100px;
  display: block;
}

.footer {
  background: #327abe;
  font-family: "Azo Sans", Helvetica, Arial, sans-serif;
}
.footer .footer-cta {
  display: flex;
  justify-content: center;
}
.footer .footer-cta .contact {
  margin-right: 4px;
}
.footer p,
.footer a {
  font-weight: normal;
  font-size: 0.7rem;
}
.footer > .grid, .wp-block-group.is-style-full-width .footer > .wp-block-group__inner-container,
.wp-block-group.is-style-full-width .footer > .wp-block-cover__inner-container,
.wp-block-cover.is-style-full-width .footer > .wp-block-group__inner-container,
.wp-block-cover.is-style-full-width .footer > .wp-block-cover__inner-container {
  padding: 20px;
}
.footer .logo {
  display: block;
  width: 80px;
  height: 80px;
  background-image: url("../images/logo-full-white.png");
  background-size: 80px 80px;
  background-position: center;
  background-repeat: no-repeat;
  margin: 2rem auto;
  display: block;
}
.footer .footer-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer .footer-nav ul:before, .footer .footer-nav ul:after {
  content: "";
  display: table;
}
.footer .footer-nav ul:after {
  clear: both;
}
.footer .footer-nav ul li {
  display: block;
}
.footer .bottom {
  background: #327abe;
  text-align: center;
  color: #ffffff;
  padding: 10px 20px;
  font-size: 0.8em;
}
.footer .bottom .copyright {
  margin: 0;
}
.footer .bottom .slickdesign {
  color: inherit;
  transition: color 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  padding-right: 25px;
  text-decoration: none;
}

.page-content > .content {
  padding: 40px 0;
}

.banner {
  position: relative;
  width: 100%;
  height: var(--bg-height);
  --bg-height: 807px;
}
.banner:before {
  content: "";
  height: 100%;
  width: 100%;
  background: rgba(50, 122, 190, 0.6);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 7;
}
.banner > .content {
  color: #ffffff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  width: 1300px;
  max-width: 844px;
  text-align: center;
  z-index: 9;
}
.banner > .content h1 {
  margin-top: 0;
  text-align: center;
  text-transform: uppercase;
}
.banner > .content .grid > p, .banner > .content .wp-block-group.is-style-full-width .wp-block-group__inner-container > p, .wp-block-group.is-style-full-width .banner > .content .wp-block-group__inner-container > p,
.banner > .content .wp-block-group.is-style-full-width .wp-block-cover__inner-container > p,
.wp-block-group.is-style-full-width .banner > .content .wp-block-cover__inner-container > p,
.banner > .content .wp-block-cover.is-style-full-width .wp-block-group__inner-container > p,
.wp-block-cover.is-style-full-width .banner > .content .wp-block-group__inner-container > p,
.banner > .content .wp-block-cover.is-style-full-width .wp-block-cover__inner-container > p,
.wp-block-cover.is-style-full-width .banner > .content .wp-block-cover__inner-container > p {
  font-weight: bold;
  padding: 0 100px;
  text-align: center;
  text-transform: uppercase;
}
.banner .bg {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-size: cover;
  background-position: center;
  background-color: #eeeeee;
  z-index: 1;
}
.banner .banner-image {
  position: absolute;
  bottom: 3rem;
  z-index: 9;
  left: 50%;
  margin-left: -78px;
}

.service-banner {
  height: 600px;
  border-radius: 50vw 0 0 50vw;
  margin-left: auto;
  margin-top: 12rem;
  overflow: hidden;
  width: 90%;
  overflow: hidden;
  align-items: center;
  display: flex;
  position: relative;
}
.service-banner .content {
  margin-left: 12rem;
  color: #ffffff;
  max-width: 1000px;
}
.service-banner .content h1 {
  margin-top: 0;
}
.service-banner .content div p {
  font-size: 2rem;
  font-weight: bold;
}
.service-banner .content div p:last-child {
  margin-bottom: 0;
}
.service-banner .bg {
  position: absolute;
  display: block;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-size: cover;
  background-position: center;
}
.service-banner .bg:after {
  content: "";
  display: block;
  top: 0;
  background-color: rgba(50, 122, 190, 0.6);
  width: 100%;
  height: 100%;
}

.presentation-banner {
  margin-top: 12rem;
  background-color: #2695b9;
  color: #ffffff;
  position: relative;
  margin-bottom: 4.5rem;
}
.presentation-banner:after {
  content: "";
  width: 300px;
  height: 300px;
  background-image: url(../images/hexagons-group.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: -50px;
  right: -50px;
  opacity: 0.2;
  z-index: 0;
}
.presentation-banner .category {
  width: 50px;
  height: 100%;
  background-color: #5686c5;
  position: absolute;
  left: 0;
  top: 0;
}
.presentation-banner .category .post-meta {
  display: block;
  writing-mode: vertical-rl;
  text-align: center;
  text-orientation: mixed;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  transform: scale(-1);
  font-weight: 700;
  text-transform: uppercase;
}
.presentation-banner .grid, .presentation-banner .wp-block-group.is-style-full-width .wp-block-group__inner-container, .wp-block-group.is-style-full-width .presentation-banner .wp-block-group__inner-container,
.presentation-banner .wp-block-group.is-style-full-width .wp-block-cover__inner-container,
.wp-block-group.is-style-full-width .presentation-banner .wp-block-cover__inner-container,
.presentation-banner .wp-block-cover.is-style-full-width .wp-block-group__inner-container,
.wp-block-cover.is-style-full-width .presentation-banner .wp-block-group__inner-container,
.presentation-banner .wp-block-cover.is-style-full-width .wp-block-cover__inner-container,
.wp-block-cover.is-style-full-width .presentation-banner .wp-block-cover__inner-container {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  padding-left: calc(50px + 1.5rem);
}
.presentation-banner .grid .row, .presentation-banner .wp-block-group.is-style-full-width .wp-block-group__inner-container .row, .wp-block-group.is-style-full-width .presentation-banner .wp-block-group__inner-container .row,
.presentation-banner .wp-block-group.is-style-full-width .wp-block-cover__inner-container .row,
.wp-block-group.is-style-full-width .presentation-banner .wp-block-cover__inner-container .row,
.presentation-banner .wp-block-cover.is-style-full-width .wp-block-group__inner-container .row,
.wp-block-cover.is-style-full-width .presentation-banner .wp-block-group__inner-container .row,
.presentation-banner .wp-block-cover.is-style-full-width .wp-block-cover__inner-container .row,
.wp-block-cover.is-style-full-width .presentation-banner .wp-block-cover__inner-container .row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.presentation-banner .thumbnail {
  border: 2px solid #ffffff;
}
.presentation-banner .thumbnail .inner {
  position: relative;
  padding-top: 100%;
}
.presentation-banner .thumbnail .inner img {
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  top: 0;
  width: 100%;
  height: 100%;
}

nav.breadcrumbs {
  margin-bottom: 20px;
  color: #767676;
}
nav.breadcrumbs a {
  color: #767676;
  font-weight: normal;
}
nav.breadcrumbs a:hover, nav.breadcrumbs a:focus {
  color: #327abe;
}

.page-content .search-form form {
  margin-bottom: 20px;
}
.page-content .search-form form label {
  font-size: 0px;
}
.page-content .search-form form input[type=text] {
  width: calc(100% - 180px) !important;
  display: inline-block;
}
.page-content .search-form form input[type=submit] {
  width: 150px;
  margin-left: 25px;
  background: #327abe;
  border-radius: 0px;
  display: inline-block;
  height: 50px;
  border: 0px;
  cursor: pointer;
}
.page-content .search-form form input[type=submit]:hover, .page-content .search-form form input[type=submit]:focus {
  background: #225381;
}
.page-content .count {
  margin-bottom: 40px;
}
.page-content .result {
  margin: 40px 0px;
}
.page-content .result .search-title {
  font-size: 1.5em;
  margin-bottom: 5px;
}
.page-content .result .search-title .type {
  font-size: 0.9em;
}

.wp-block-group h2 {
  color: #327abe;
  text-transform: uppercase;
  margin-bottom: 2rem;
}
.wp-block-group p {
  color: #327abe;
}

.wp-block-button .wp-block-button__link {
  background: #d03984;
  border-radius: 2rem;
  font-size: 20px;
  font-weight: bold;
  padding: 1rem 3rem;
  text-transform: uppercase;
}

.bubble-image-wrap {
  margin-top: 1.5px !important;
  margin-bottom: 5rem !important;
}
.bubble-image-wrap p {
  max-width: 720px;
}

.image-bubbles .bubble {
  height: 400px;
  width: 400px;
  overflow: hidden;
  border-radius: 50%;
  border: 5px solid #327abe;
  position: absolute;
}
.image-bubbles .bubble img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.image-bubbles.image-bubbles-3 {
  position: relative;
  min-height: 660px;
}
.image-bubbles.image-bubbles-3 .bubble {
  left: 320px;
  top: 95px;
}
.image-bubbles.image-bubbles-3 .bubble:first-child {
  height: 300px;
  width: 300px;
  left: 2rem;
  top: 0;
}
.image-bubbles.image-bubbles-3 .bubble:last-child {
  height: 350px;
  width: 350px;
  left: 8px;
  top: 310px;
}
.image-bubbles.image-bubbles-2 {
  position: relative;
  margin-left: calc(50% - 300px);
  min-height: 486px;
}
.image-bubbles.image-bubbles-2 .bubble {
  height: 300px;
  width: 300px;
}
.image-bubbles.image-bubbles-2 .bubble:last-child {
  height: 400px;
  width: 400px;
  left: 215px;
  top: 85px;
  z-index: -1;
}

.colleges-box {
  box-shadow: -8px 10px 20px rgba(50, 122, 190, 0.1843137255);
}

.about-columns {
  margin: auto;
}
.about-columns figure {
  border: 5px solid #327abe;
  height: 20rem;
  width: 20rem;
  border-radius: 25rem;
  overflow: hidden;
}
.about-columns figure img {
  margin-top: -15px;
}
.about-columns p {
  font-size: 1.5rem;
}
.about-columns .wp-block-column:first-child {
  flex-basis: fit-content !important;
  flex-grow: unset;
  min-width: 90px;
}

.about-paragraph {
  font-size: 1.5rem;
}

.sub-title {
  font-size: 1.7rem;
  text-transform: uppercase;
}

.corporate-intro {
  font-family: "Azo Sans", Helvetica, Arial, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
}

.left-curve {
  background: #2695b9;
  color: #ffffff;
  border-radius: 295px 0 0 295px;
  margin-left: 0 !important;
  margin-bottom: 5rem !important;
}
.left-curve p {
  font-size: 1rem;
  font-weight: bold;
  margin: 0;
}
.left-curve p.bigger {
  font-size: 1.15rem;
}
.left-curve p:last-child {
  margin-top: 0 !important;
}
.left-curve .wp-block-group__inner-container {
  padding-left: 6rem !important;
  padding-right: 2rem !important;
}
.left-curve .wp-block-group__inner-container > * {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.testimonials {
  color: #ffffff;
  font-family: "Azo Sans", Helvetica, Arial, sans-serif;
  min-height: auto;
}
.testimonials .caption p {
  text-align: center;
}
.testimonials .name {
  text-align: center;
  font-weight: 600;
}
.testimonials .pager {
  align-items: center;
  display: flex;
  -webkit-margin-before: 2rem;
          margin-block-start: 2rem;
  -webkit-margin-start: auto;
          margin-inline-start: auto;
  -webkit-margin-end: auto;
          margin-inline-end: auto;
  width: -moz-fit-content;
  width: fit-content;
}
.testimonials .pager > li {
  display: flex;
}
.testimonials .slick-arrow {
  visibility: hidden;
}
.testimonials .wp-block-cover__inner-container {
  height: 610px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.testimonials .wp-block-cover__inner-container:before {
  background: url(../images/quote-left.svg) no-repeat;
  height: 124px;
  position: absolute;
  top: 0;
  width: 385px;
}
.testimonials .wp-block-cover__inner-container:after {
  background: url(../images/quote-right.svg) no-repeat;
  height: 224px;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 385px;
}

.paragraph-title {
  font-size: 1.5rem;
  font-weight: bold;
}

.wp-block-columns.kidzucate-block .wp-block-column {
  text-align: center;
}
.wp-block-columns.kidzucate-block .wp-block-column h2 {
  font-family: "Sen", Helvetica, Arial, sans-serif;
  font-size: 1.5rem;
  margin-bottom: 8px;
  text-transform: none;
}

.kidzucate-bubble-p {
  padding-right: 8rem;
}
.kidzucate-bubble-p p {
  font-family: "Azo Sans", Helvetica, Arial, sans-serif;
  font-weight: lighter;
  margin-bottom: 0;
}

.anti-bullying-programme .tabs-group {
  display: none;
}
.anti-bullying-programme .tabs-group .tabs ul li {
  width: 50%;
  text-align: center;
}
.anti-bullying-programme .tabs-group .tabs ul li a {
  background: none;
  color: #327abe;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 144px;
  margin: auto;
}
.anti-bullying-programme .tabs-group .tabs ul li a:before {
  content: "";
  background: #327abe;
  border-radius: 50%;
  display: block;
  height: 50px;
  margin: 0 auto 1rem auto;
  width: 50px;
}
.anti-bullying-programme .tabs-group .tabs ul li a.is-active {
  background: rgba(255, 255, 255, 0.5);
  border-radius: 4px;
  box-shadow: -8px 10px 20px rgba(50, 122, 190, 0.1843137255);
}
.anti-bullying-programme .tabs-group .tabs ul li:nth-child(2) a:before {
  background: #d03984;
}
.anti-bullying-programme .tabs-group .tabs ul li:nth-child(3) a:before {
  background: #2695b9;
}
.anti-bullying-programme .tabs-group .tabs ul li:last-child a:before {
  background: #5686c5;
}
.anti-bullying-programme .tabs-group .tab-content {
  padding-bottom: 0;
  text-align: center;
}

.presentation {
  font-family: "Azo Sans", Helvetica, Arial, sans-serif;
  width: 90%;
  margin: 0 auto 5rem auto;
  max-width: 1400px;
}
.presentation .top-section {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.presentation .top-section .info {
  min-width: 50%;
}
.presentation .top-section .info p {
  font-weight: bold;
  margin-bottom: 0.5rem;
}
.presentation .top-section .info p span {
  color: #d03984;
  display: block;
}
.presentation .top-section .presentation-cta {
  background: #327abe;
  font-size: 2.5rem;
  font-weight: bold;
  padding: 1rem;
}
.presentation .top-section .presentation-cta p {
  color: #ffffff;
  max-width: 854px;
  margin-bottom: 0;
  margin-left: 1rem !important;
  max-width: 46vw;
}
.presentation .top-section .presentation-cta .is-layout-constrained.wp-block-group.is-style-full-width {
  margin: 0 !important;
}
.presentation-flex {
  display: flex;
  gap: 2rem;
  margin-top: 2rem;
}
.presentation-flex .content {
  width: 100%;
  min-width: 50%;
}
.presentation-flex .content h2 {
  font-family: "Azo Sans", Helvetica, Arial, sans-serif;
  margin-bottom: 2rem;
  text-transform: none;
}
.presentation-flex .content ul {
  margin-left: 0;
}
.presentation-flex .content .download-button {
  margin-top: 4rem;
}
.presentation-flex .content .download-button a {
  width: auto;
}
.presentation-flex .content .topics {
  width: 100%;
}
.presentation-flex .content .topics ul.topics-2-col {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 100%;
}
.presentation-flex .content .topics ul.topics-2-col li {
  width: 48%;
}
.presentation-flex .outcomes {
  min-width: 50%;
}
.presentation-flex .outcomes h3 {
  text-transform: none;
}
.presentation-flex .outcomes ul {
  padding-left: 18px;
}
.presentation-flex .outcomes ul li {
  margin-bottom: 1rem;
  font-weight: lighter;
}
.presentation-flex .outcomes p {
  font-weight: lighter;
}

.contact-section {
  grid-gap: 160px;
  margin-top: 5rem;
}

.table-graph {
  background: #ffffff;
  border: none;
  border-radius: 25px;
  box-shadow: -8px 10px 20px rgba(50, 122, 190, 0.1843137255);
  font-family: "Azo Sans", Helvetica, Arial, sans-serif;
  max-width: 1042px;
  margin: 0;
  padding: 1.5rem 3rem;
}
.table-graph table tr {
  border-bottom: 1px solid #327abe;
}
.table-graph table tr td {
  border: 0px solid;
  font-size: 1.2rem;
}
.table-graph table tr td:first-child {
  font-weight: bold;
}
.table-graph table tr td:last-child {
  align-items: center;
  display: flex;
  justify-content: flex-start;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  max-width: 374px;
  margin-left: auto;
}
.table-graph table tr td:last-child span {
  color: #d03984;
  font-size: 3rem;
  font-weight: bold;
}
.table-graph table tr:last-child {
  border-bottom: none;
}
@media screen and (min-width: 768px){
  .c-1-1 {
    width: 100%;
  }
  .c-1-2 {
    width: 50%;
  }
  .c-2-2 {
    width: 100%;
  }
  .c-1-3 {
    width: 33.3333333333%;
  }
  .c-2-3 {
    width: 66.6666666667%;
  }
  .c-3-3 {
    width: 100%;
  }
  .c-1-4 {
    width: 25%;
  }
  .c-2-4 {
    width: 50%;
  }
  .c-3-4 {
    width: 75%;
  }
  .c-4-4 {
    width: 100%;
  }
  .c-1-5 {
    width: 20%;
  }
  .c-2-5 {
    width: 40%;
  }
  .c-3-5 {
    width: 60%;
  }
  .c-4-5 {
    width: 80%;
  }
  .c-5-5 {
    width: 100%;
  }
  .c-1-6 {
    width: 16.6666666667%;
  }
  .c-2-6 {
    width: 33.3333333333%;
  }
  .c-3-6 {
    width: 50%;
  }
  .c-4-6 {
    width: 66.6666666667%;
  }
  .c-5-6 {
    width: 83.3333333333%;
  }
  .c-6-6 {
    width: 100%;
  }
  .c-1-7 {
    width: 14.2857142857%;
  }
  .c-2-7 {
    width: 28.5714285714%;
  }
  .c-3-7 {
    width: 42.8571428571%;
  }
  .c-4-7 {
    width: 57.1428571429%;
  }
  .c-5-7 {
    width: 71.4285714286%;
  }
  .c-6-7 {
    width: 85.7142857143%;
  }
  .c-7-7 {
    width: 100%;
  }
  .c-1-8 {
    width: 12.5%;
  }
  .c-2-8 {
    width: 25%;
  }
  .c-3-8 {
    width: 37.5%;
  }
  .c-4-8 {
    width: 50%;
  }
  .c-5-8 {
    width: 62.5%;
  }
  .c-6-8 {
    width: 75%;
  }
  .c-7-8 {
    width: 87.5%;
  }
  .c-8-8 {
    width: 100%;
  }
  .c-1-9 {
    width: 11.1111111111%;
  }
  .c-2-9 {
    width: 22.2222222222%;
  }
  .c-3-9 {
    width: 33.3333333333%;
  }
  .c-4-9 {
    width: 44.4444444444%;
  }
  .c-5-9 {
    width: 55.5555555556%;
  }
  .c-6-9 {
    width: 66.6666666667%;
  }
  .c-7-9 {
    width: 77.7777777778%;
  }
  .c-8-9 {
    width: 88.8888888889%;
  }
  .c-9-9 {
    width: 100%;
  }
  .c-1-10 {
    width: 10%;
  }
  .c-2-10 {
    width: 20%;
  }
  .c-3-10 {
    width: 30%;
  }
  .c-4-10 {
    width: 40%;
  }
  .c-5-10 {
    width: 50%;
  }
  .c-6-10 {
    width: 60%;
  }
  .c-7-10 {
    width: 70%;
  }
  .c-8-10 {
    width: 80%;
  }
  .c-9-10 {
    width: 90%;
  }
  .c-10-10 {
    width: 100%;
  }
  .c-1-11 {
    width: 9.0909090909%;
  }
  .c-2-11 {
    width: 18.1818181818%;
  }
  .c-3-11 {
    width: 27.2727272727%;
  }
  .c-4-11 {
    width: 36.3636363636%;
  }
  .c-5-11 {
    width: 45.4545454545%;
  }
  .c-6-11 {
    width: 54.5454545455%;
  }
  .c-7-11 {
    width: 63.6363636364%;
  }
  .c-8-11 {
    width: 72.7272727273%;
  }
  .c-9-11 {
    width: 81.8181818182%;
  }
  .c-10-11 {
    width: 90.9090909091%;
  }
  .c-11-11 {
    width: 100%;
  }
  .c-1-12 {
    width: 8.3333333333%;
  }
  .c-2-12 {
    width: 16.6666666667%;
  }
  .c-3-12 {
    width: 25%;
  }
  .c-4-12 {
    width: 33.3333333333%;
  }
  .c-5-12 {
    width: 41.6666666667%;
  }
  .c-6-12 {
    width: 50%;
  }
  .c-7-12 {
    width: 58.3333333333%;
  }
  .c-8-12 {
    width: 66.6666666667%;
  }
  .c-9-12 {
    width: 75%;
  }
  .c-10-12 {
    width: 83.3333333333%;
  }
  .c-11-12 {
    width: 91.6666666667%;
  }
  .c-12-12 {
    width: 100%;
  }
  .r-g-0 {
    margin-left: 0px;
  }
  .r-g-0 > .col {
    padding-left: 0px;
  }
  .r-g-1 {
    margin-left: -10px;
  }
  .r-g-1 > .col {
    padding-left: 10px;
  }
  .r-g-2 {
    margin-left: -20px;
  }
  .r-g-2 > .col {
    padding-left: 20px;
  }
  .r-g-3 {
    margin-left: -30px;
  }
  .r-g-3 > .col {
    padding-left: 30px;
  }
  .r-g-4 {
    margin-left: -40px;
  }
  .r-g-4 > .col {
    padding-left: 40px;
  }
  .r-g-5 {
    margin-left: -50px;
  }
  .r-g-5 > .col {
    padding-left: 50px;
  }
  .r-g-6 {
    margin-left: -60px;
  }
  .r-g-6 > .col {
    padding-left: 60px;
  }
  .r-g-7 {
    margin-left: -70px;
  }
  .r-g-7 > .col {
    padding-left: 70px;
  }
  .r-g-8 {
    margin-left: -80px;
  }
  .r-g-8 > .col {
    padding-left: 80px;
  }
  .r-g-9 {
    margin-left: -90px;
  }
  .r-g-9 > .col {
    padding-left: 90px;
  }
  .r-g-10 {
    margin-left: -100px;
  }
  .r-g-10 > .col {
    padding-left: 100px;
  }
  .r-g-11 {
    margin-left: -110px;
  }
  .r-g-11 > .col {
    padding-left: 110px;
  }
  .r-g-12 {
    margin-left: -120px;
  }
  .r-g-12 > .col {
    padding-left: 120px;
  }
  .r-1 > .col:nth-child(1n+1) {
    clear: both;
  }
  .r-2 > .col:nth-child(2n+1) {
    clear: both;
  }
  .r-3 > .col:nth-child(3n+1) {
    clear: both;
  }
  .r-4 > .col:nth-child(4n+1) {
    clear: both;
  }
  .r-5 > .col:nth-child(5n+1) {
    clear: both;
  }
  .r-6 > .col:nth-child(6n+1) {
    clear: both;
  }
  .r-7 > .col:nth-child(7n+1) {
    clear: both;
  }
  .r-8 > .col:nth-child(8n+1) {
    clear: both;
  }
  .r-9 > .col:nth-child(9n+1) {
    clear: both;
  }
  .r-10 > .col:nth-child(10n+1) {
    clear: both;
  }
  .r-11 > .col:nth-child(11n+1) {
    clear: both;
  }
  .r-12 > .col:nth-child(12n+1) {
    clear: both;
  }
  .c-right {
    float: right;
  }
  .c-left {
    clear: left;
  }
  .r-flex,
  .c-flex {
    display: flex;
  }
  .r-flex.col,
  .c-flex.col {
    flex-direction: column;
  }
  .r-flex.col.c-reverse,
  .c-flex.col.c-reverse {
    flex-direction: column-reverse;
  }
  .r-flex.row.r-reverse,
  .c-flex.row.r-reverse {
    flex-direction: row-reverse;
  }
  .r-flex:before,
  .c-flex:before {
    content: none;
  }
  .hide-md-lg {
    display: none;
  }
  .nav-flex {
    display: flex;
  }
  .nav-flex > li {
    flex: 1 1 auto;
  }
  .nav-flex > li:last-of-type {
    flex: 0 0 auto;
  }
  html,
  body {
    font-size: 18px;
  }
  p.lead,
  body .gform_wrapper .gform_description.lead {
    font-size: 1.2em;
  }
  .slider-controls .next,
  .slider-controls .prev {
    position: absolute;
    top: calc(50% - 15px);
  }
  .slider-controls .prev {
    left: -10px;
  }
  .slider-controls .next {
    right: -10px;
  }
  .slider-carousel {
    margin-left: -32px;
  }
  .slider-carousel .slick-slide {
    padding-left: 32px;
  }
  .header .topbar {
    text-align: right;
  }
  .header .topbar a {
    text-decoration: none;
  }
  .header .topbar a.tel {
    float: left;
    color: #ffffff;
    line-height: 40px;
    transition: color 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  }
  .header .topbar a.tel:hover, .header .topbar a.tel:focus {
    color: rgba(255, 255, 255, 0.7);
  }
  .header .topbar .social {
    display: inline-block;
  }
  .header .topbar .social a[class*=icn] {
    overflow: hidden;
    width: 40px;
    height: 40px;
    color: #ffffff;
    transition: 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  }
  .header .topbar .social a[class*=icn]:before, .header .topbar .social a[class*=icn]:after {
    line-height: 40px;
    text-align: center;
    transition: 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  }
  .header .topbar .social a[class*=icn]:before {
    top: 0px;
    margin-top: 0px;
  }
  .header .topbar .social a[class*=icn]:after {
    position: absolute;
    top: 100%;
    left: 0px;
    width: 100%;
    font-family: "icomoon";
  }
  .header .topbar .social a[class*=icn]:hover:before, .header .topbar .social a[class*=icn]:focus:before {
    top: -100%;
  }
  .header .topbar .social a[class*=icn]:hover:after, .header .topbar .social a[class*=icn]:focus:after {
    top: 0px;
  }
  .header .topbar .social .icn-linkedin:after {
    content: "\e918";
  }
  .header .topbar .social .icn-facebook:after {
    content: "\e91b";
  }
  .header .topbar .social .icn-twitter:after {
    content: "\e917";
  }
  .header .topbar .social .icn-instagram:after {
    content: "\e919";
  }
  .header .topbar .social .icn-youtube:after {
    content: "\e915";
  }
  .header .topbar .social .icn-pinterest:after {
    content: "\e949";
  }
  .header .topbar .search-form {
    display: inline-block;
    width: 40px;
    height: 40px;
    vertical-align: middle;
  }
  .header .topbar .search-form label[for=toggle-form]:after {
    color: #ffffff;
    border: 1px solid #ffffff;
    border-radius: 50%;
  }
  .header .topbar .search-form label[for=toggle-form]:hover:after, .header .topbar .search-form label[for=toggle-form]:focus:after {
    background: #225381;
  }
  .header .topbar .search-form input#toggle-form:checked + label + #searchform,
  .header .topbar .search-form input#toggle-form[checked] + label + #searchform,
  .header .topbar .search-form #searchform:focus-within {
    width: 300px !important;
  }
  .header .topbar .search-form input#toggle-form:checked + label + #searchform input[type=text],
  .header .topbar .search-form input#toggle-form[checked] + label + #searchform input[type=text],
  .header .topbar .search-form #searchform:focus-within input[type=text] {
    padding: 10px 12px;
  }
  .header .topbar .search-form input#toggle-form:checked + label + #searchform:after,
  .header .topbar .search-form input#toggle-form[checked] + label + #searchform:after,
  .header .topbar .search-form #searchform:focus-within:after {
    right: 12px;
  }
  .header > .grid, .wp-block-group.is-style-full-width .header > .wp-block-group__inner-container,
  .wp-block-group.is-style-full-width .header > .wp-block-cover__inner-container,
  .wp-block-cover.is-style-full-width .header > .wp-block-group__inner-container,
  .wp-block-cover.is-style-full-width .header > .wp-block-cover__inner-container {
    display: flex;
    align-items: center;
  }
  .header .logo {
    margin: 20px 0;
    vertical-align: middle;
    display: inline-block;
  }
  .header .mobile-menu {
    vertical-align: middle;
    display: inline-block !important;
    flex: 1;
  }
  .header .mobile-menu .main-navigation > ul {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    padding-left: 64px;
  }
  .header .mobile-menu .main-navigation > ul > li {
    width: auto;
  }
  .header .mobile-menu .main-navigation > ul > li.contact-cta {
    border-radius: 30px;
    border-radius: 30px;
    overflow: hidden;
    margin-left: auto;
  }
  .header .mobile-menu .main-navigation > ul > li.contact-cta a {
    background-color: #d03984;
    padding: 12px 40px;
  }
  .header .mobile-menu .main-navigation > ul > li.contact-cta a:hover {
    border-radius: 30px;
    background-color: #98245e;
  }
  .header .mobile-menu .main-navigation > ul > li > .arrow {
    color: #ffffff;
  }
  .header .mobile-menu .main-navigation > ul > li > a {
    transition: 0.3s ease-in-out;
    position: relative;
  }
  .header .mobile-menu .main-navigation > ul li.has-submenu > a {
    padding-right: 40px;
  }
  .header .mobile-menu .main-navigation > ul li:hover .sub-menu, .header .mobile-menu .main-navigation > ul li:hover + .submenu, .header .mobile-menu .main-navigation > ul li:focus .sub-menu, .header .mobile-menu .main-navigation > ul li:focus + .submenu, .header .mobile-menu .main-navigation > ul li:focus-within .sub-menu, .header .mobile-menu .main-navigation > ul li:focus-within + .submenu, .header .mobile-menu .main-navigation > ul li.is-open .sub-menu, .header .mobile-menu .main-navigation > ul li.is-open + .submenu,
  .header .mobile-menu .main-navigation > ul li > a:hover .sub-menu,
  .header .mobile-menu .main-navigation > ul li > a:hover + .submenu,
  .header .mobile-menu .main-navigation > ul li > a:focus .sub-menu,
  .header .mobile-menu .main-navigation > ul li > a:focus + .submenu {
    opacity: 1;
    padding-top: 0;
    transition: 0s left linear 0s, 0.6s padding-top cubic-bezier(0.19, 1, 0.22, 1) 0s, 0.3s opacity linear 0s;
  }
  .header .mobile-menu .main-navigation > ul li:hover > .sub-menu, .header .mobile-menu .main-navigation > ul li:hover + .submenu, .header .mobile-menu .main-navigation > ul li:focus > .sub-menu, .header .mobile-menu .main-navigation > ul li:focus + .submenu, .header .mobile-menu .main-navigation > ul li:focus-within > .sub-menu, .header .mobile-menu .main-navigation > ul li:focus-within + .submenu, .header .mobile-menu .main-navigation > ul li.is-open > .sub-menu, .header .mobile-menu .main-navigation > ul li.is-open + .submenu,
  .header .mobile-menu .main-navigation > ul li > a:hover > .sub-menu,
  .header .mobile-menu .main-navigation > ul li > a:hover + .submenu,
  .header .mobile-menu .main-navigation > ul li > a:focus > .sub-menu,
  .header .mobile-menu .main-navigation > ul li > a:focus + .submenu {
    left: 0;
  }
  .header .mobile-menu .main-navigation > ul .sub-menu {
    position: absolute;
    top: 100%;
    left: -999em;
    width: auto;
    min-width: 240px;
    padding-top: 5px;
    opacity: 0;
    display: block !important;
    transition: 0s left 0.3s, 0.3s padding-top 0s, 0.3s opacity ease-in-out 0s;
  }
  .header .mobile-menu .main-navigation > ul .sub-menu > li > a {
    color: #327abe;
    background: #ffffff;
    text-transform: none;
    font-weight: 500;
  }
  .header .mobile-menu .main-navigation > ul .sub-menu > li > a:hover, .header .mobile-menu .main-navigation > ul .sub-menu > li > a:focus {
    color: #ffffff;
    background: #327abe;
  }
  .header .mobile-menu .main-navigation > ul .sub-menu > li.has-submenu .arrow {
    transform: rotate(270deg);
  }
  .header .mobile-menu .main-navigation > ul .sub-menu > li.has-submenu:hover > .sub-menu, .header .mobile-menu .main-navigation > ul .sub-menu > li.has-submenu:focus > .sub-menu, .header .mobile-menu .main-navigation > ul .sub-menu > li.has-submenu:focus-within > .sub-menu, .header .mobile-menu .main-navigation > ul .sub-menu > li.has-submenu.is-open > .sub-menu,
  .header .mobile-menu .main-navigation > ul .sub-menu > li.has-submenu > a:hover > .sub-menu,
  .header .mobile-menu .main-navigation > ul .sub-menu > li.has-submenu > a:focus > .sub-menu {
    left: 100%;
    opacity: 1;
    top: 0;
  }
  .menu-toggle .hamburger {
    display: none;
  }
  .page-template-template-services .header .logo,
  .page-template-template-programs .header .logo, .activation-page .header .logo,
  .single-presentation .header .logo {
    display: block;
    width: 40px;
    height: 40px;
    background-image: url("../images/favicon.png");
    background-size: 40px 40px;
    background-position: center;
    background-repeat: no-repeat;
  }
  .page-template-template-services .header .main-navigation > ul > li > .arrow,
  .page-template-template-services .header .main-navigation > ul > li a,
  .page-template-template-programs .header .main-navigation > ul > li > .arrow,
  .page-template-template-programs .header .main-navigation > ul > li a, .activation-page .header .main-navigation > ul > li > .arrow,
  .activation-page .header .main-navigation > ul > li a,
  .single-presentation .header .main-navigation > ul > li > .arrow,
  .single-presentation .header .main-navigation > ul > li a {
    color: #327abe;
  }
  .page-template-template-services .header .main-navigation > ul > li.contact-cta a,
  .page-template-template-programs .header .main-navigation > ul > li.contact-cta a, .activation-page .header .main-navigation > ul > li.contact-cta a,
  .single-presentation .header .main-navigation > ul > li.contact-cta a {
    color: #ffffff;
  }
  .page-content > .content {
    padding: 60px 0;
  }
  .left-curve p {
    font-size: 1.5rem;
  }
  .left-curve p.bigger {
    font-size: 2rem;
  }
}
@media screen and (min-width: 768px) and (min-width: 1781px){
  .page-template-template-services .header .logo,
  .page-template-template-programs .header .logo, .activation-page .header .logo,
  .single-presentation .header .logo {
    width: 83px;
    height: 83px;
    background-size: 83px 83px;
  }
}
@media screen and (min-width: 1780px){
  .wp-block-group.is-style-full-width {
    width: 100%;
    width: 100vw;
    margin-left: calc(-50vw + 870px);
  }
  .wp-block-group.is-style-full-width,
  .wp-block-cover.is-style-full-width {
    margin-left: calc(
      -50vw + 870px
    );
    margin-left: calc(
      (var(--data-fullwidth) / 2) + 870px
    );
  }
  .wp-block-group.is-style-full-width.has-custom-content-position .wp-block-cover__inner-container,
  .wp-block-cover.is-style-full-width.has-custom-content-position .wp-block-cover__inner-container {
    width: calc(1780px / 2);
  }
  .wp-block-group.is-style-full-width.has-custom-content-position.is-position-center-right .wp-block-cover__inner-container,
  .wp-block-cover.is-style-full-width.has-custom-content-position.is-position-center-right .wp-block-cover__inner-container {
    margin: auto auto auto calc(var(--data-fullwidth-main) / 2);
  }
  .wp-block-group.is-style-full-width.has-custom-content-position.is-position-center-left .wp-block-cover__inner-container,
  .wp-block-cover.is-style-full-width.has-custom-content-position.is-position-center-left .wp-block-cover__inner-container {
    margin: auto calc(var(--data-fullwidth-main) / 2) auto auto;
  }
  .wp-block-group.is-style-full-width.has-custom-content-position.is-position-top-left .wp-block-cover__inner-container,
  .wp-block-cover.is-style-full-width.has-custom-content-position.is-position-top-left .wp-block-cover__inner-container {
    margin: 0 calc(var(--data-fullwidth-main) / 2) auto auto;
  }
  .wp-block-group.is-style-full-width.has-custom-content-position.is-position-top-right .wp-block-cover__inner-container,
  .wp-block-cover.is-style-full-width.has-custom-content-position.is-position-top-right .wp-block-cover__inner-container {
    margin: 0 auto auto calc(var(--data-fullwidth-main) / 2);
  }
  .wp-block-group.is-style-full-width.has-custom-content-position.is-position-bottom-left .wp-block-cover__inner-container,
  .wp-block-cover.is-style-full-width.has-custom-content-position.is-position-bottom-left .wp-block-cover__inner-container {
    margin: auto calc(var(--data-fullwidth-main) / 2) 0 auto;
  }
  .wp-block-group.is-style-full-width.has-custom-content-position.is-position-bottom-right .wp-block-cover__inner-container,
  .wp-block-cover.is-style-full-width.has-custom-content-position.is-position-bottom-right .wp-block-cover__inner-container {
    margin: auto auto 0 calc(var(--data-fullwidth-main) / 2);
  }
  .wp-block-media-text.is-style-full-width {
    margin-left: calc(-50vw + 870px);
    margin-left: calc(
      (var(--data-fullwidth) / 2) + 870px
    );
  }
  .wp-block-media-text.is-style-full-width.has-media-on-the-right .wp-block-media-text__content {
    margin: auto 0 auto auto;
    padding-left: 0;
  }
}
@media screen and (min-width: 1781px){
  .lg-1-1 {
    width: 100%;
  }
  .lg-1-2 {
    width: 50%;
  }
  .lg-2-2 {
    width: 100%;
  }
  .lg-1-3 {
    width: 33.3333333333%;
  }
  .lg-2-3 {
    width: 66.6666666667%;
  }
  .lg-3-3 {
    width: 100%;
  }
  .lg-1-4 {
    width: 25%;
  }
  .lg-2-4 {
    width: 50%;
  }
  .lg-3-4 {
    width: 75%;
  }
  .lg-4-4 {
    width: 100%;
  }
  .lg-1-5 {
    width: 20%;
  }
  .lg-2-5 {
    width: 40%;
  }
  .lg-3-5 {
    width: 60%;
  }
  .lg-4-5 {
    width: 80%;
  }
  .lg-5-5 {
    width: 100%;
  }
  .lg-1-6 {
    width: 16.6666666667%;
  }
  .lg-2-6 {
    width: 33.3333333333%;
  }
  .lg-3-6 {
    width: 50%;
  }
  .lg-4-6 {
    width: 66.6666666667%;
  }
  .lg-5-6 {
    width: 83.3333333333%;
  }
  .lg-6-6 {
    width: 100%;
  }
  .lg-1-7 {
    width: 14.2857142857%;
  }
  .lg-2-7 {
    width: 28.5714285714%;
  }
  .lg-3-7 {
    width: 42.8571428571%;
  }
  .lg-4-7 {
    width: 57.1428571429%;
  }
  .lg-5-7 {
    width: 71.4285714286%;
  }
  .lg-6-7 {
    width: 85.7142857143%;
  }
  .lg-7-7 {
    width: 100%;
  }
  .lg-1-8 {
    width: 12.5%;
  }
  .lg-2-8 {
    width: 25%;
  }
  .lg-3-8 {
    width: 37.5%;
  }
  .lg-4-8 {
    width: 50%;
  }
  .lg-5-8 {
    width: 62.5%;
  }
  .lg-6-8 {
    width: 75%;
  }
  .lg-7-8 {
    width: 87.5%;
  }
  .lg-8-8 {
    width: 100%;
  }
  .lg-1-9 {
    width: 11.1111111111%;
  }
  .lg-2-9 {
    width: 22.2222222222%;
  }
  .lg-3-9 {
    width: 33.3333333333%;
  }
  .lg-4-9 {
    width: 44.4444444444%;
  }
  .lg-5-9 {
    width: 55.5555555556%;
  }
  .lg-6-9 {
    width: 66.6666666667%;
  }
  .lg-7-9 {
    width: 77.7777777778%;
  }
  .lg-8-9 {
    width: 88.8888888889%;
  }
  .lg-9-9 {
    width: 100%;
  }
  .lg-1-10 {
    width: 10%;
  }
  .lg-2-10 {
    width: 20%;
  }
  .lg-3-10 {
    width: 30%;
  }
  .lg-4-10 {
    width: 40%;
  }
  .lg-5-10 {
    width: 50%;
  }
  .lg-6-10 {
    width: 60%;
  }
  .lg-7-10 {
    width: 70%;
  }
  .lg-8-10 {
    width: 80%;
  }
  .lg-9-10 {
    width: 90%;
  }
  .lg-10-10 {
    width: 100%;
  }
  .lg-1-11 {
    width: 9.0909090909%;
  }
  .lg-2-11 {
    width: 18.1818181818%;
  }
  .lg-3-11 {
    width: 27.2727272727%;
  }
  .lg-4-11 {
    width: 36.3636363636%;
  }
  .lg-5-11 {
    width: 45.4545454545%;
  }
  .lg-6-11 {
    width: 54.5454545455%;
  }
  .lg-7-11 {
    width: 63.6363636364%;
  }
  .lg-8-11 {
    width: 72.7272727273%;
  }
  .lg-9-11 {
    width: 81.8181818182%;
  }
  .lg-10-11 {
    width: 90.9090909091%;
  }
  .lg-11-11 {
    width: 100%;
  }
  .lg-1-12 {
    width: 8.3333333333%;
  }
  .lg-2-12 {
    width: 16.6666666667%;
  }
  .lg-3-12 {
    width: 25%;
  }
  .lg-4-12 {
    width: 33.3333333333%;
  }
  .lg-5-12 {
    width: 41.6666666667%;
  }
  .lg-6-12 {
    width: 50%;
  }
  .lg-7-12 {
    width: 58.3333333333%;
  }
  .lg-8-12 {
    width: 66.6666666667%;
  }
  .lg-9-12 {
    width: 75%;
  }
  .lg-10-12 {
    width: 83.3333333333%;
  }
  .lg-11-12 {
    width: 91.6666666667%;
  }
  .lg-12-12 {
    width: 100%;
  }
  .lg-g-0 {
    margin-left: 0px;
  }
  .lg-g-0 > .col {
    padding-left: 0px;
  }
  .lg-g-1 {
    margin-left: -10px;
  }
  .lg-g-1 > .col {
    padding-left: 10px;
  }
  .lg-g-2 {
    margin-left: -20px;
  }
  .lg-g-2 > .col {
    padding-left: 20px;
  }
  .lg-g-3 {
    margin-left: -30px;
  }
  .lg-g-3 > .col {
    padding-left: 30px;
  }
  .lg-g-4 {
    margin-left: -40px;
  }
  .lg-g-4 > .col {
    padding-left: 40px;
  }
  .lg-g-5 {
    margin-left: -50px;
  }
  .lg-g-5 > .col {
    padding-left: 50px;
  }
  .lg-g-6 {
    margin-left: -60px;
  }
  .lg-g-6 > .col {
    padding-left: 60px;
  }
  .lg-g-7 {
    margin-left: -70px;
  }
  .lg-g-7 > .col {
    padding-left: 70px;
  }
  .lg-g-8 {
    margin-left: -80px;
  }
  .lg-g-8 > .col {
    padding-left: 80px;
  }
  .lg-g-9 {
    margin-left: -90px;
  }
  .lg-g-9 > .col {
    padding-left: 90px;
  }
  .lg-g-10 {
    margin-left: -100px;
  }
  .lg-g-10 > .col {
    padding-left: 100px;
  }
  .lg-g-11 {
    margin-left: -110px;
  }
  .lg-g-11 > .col {
    padding-left: 110px;
  }
  .lg-g-12 {
    margin-left: -120px;
  }
  .lg-g-12 > .col {
    padding-left: 120px;
  }
  .lg-1 > .col:nth-child(1n+1) {
    clear: both;
  }
  .lg-2 > .col:nth-child(2n+1) {
    clear: both;
  }
  .lg-3 > .col:nth-child(3n+1) {
    clear: both;
  }
  .lg-4 > .col:nth-child(4n+1) {
    clear: both;
  }
  .lg-5 > .col:nth-child(5n+1) {
    clear: both;
  }
  .lg-6 > .col:nth-child(6n+1) {
    clear: both;
  }
  .lg-7 > .col:nth-child(7n+1) {
    clear: both;
  }
  .lg-8 > .col:nth-child(8n+1) {
    clear: both;
  }
  .lg-9 > .col:nth-child(9n+1) {
    clear: both;
  }
  .lg-10 > .col:nth-child(10n+1) {
    clear: both;
  }
  .lg-11 > .col:nth-child(11n+1) {
    clear: both;
  }
  .lg-12 > .col:nth-child(12n+1) {
    clear: both;
  }
  .lg-right {
    float: right;
  }
  .lg-left {
    clear: left;
  }
  .lg-flex,
  .lg-flex {
    display: flex;
  }
  .lg-flex.col,
  .lg-flex.col {
    flex-direction: column;
  }
  .lg-flex.col.lg-reverse,
  .lg-flex.col.lg-reverse {
    flex-direction: column-reverse;
  }
  .lg-flex.row.lg-reverse,
  .lg-flex.row.lg-reverse {
    flex-direction: row-reverse;
  }
  .lg-flex:before,
  .lg-flex:before {
    content: none;
  }
  .hide-lg {
    display: none;
  }
  h1,
  .h1 {
    font-size: 3.5em;
  }
  h2,
  .h2 {
    font-size: 2.5em;
  }
  h3,
  .h3,
  body .gform_wrapper h3.gform_title {
    font-size: 1.875em;
  }
  .slider-controls .prev {
    left: -40px;
  }
  .slider-controls .next {
    right: -40px;
  }
  .slider-carousel:before {
    left: 0;
  }
  .wp-block-columns .wp-block-column:first-child .wp-block-group.extended-width {
    margin-left: calc((var(--data-fullwidth) + 1366px) / 2 - 20px);
  }
  .wp-block-columns .wp-block-column:first-child .wp-block-group.extended-width .wp-block-group__inner-container {
    margin-left: calc((var(--data-fullwidth-main) - 1366px) / 2 + 20px);
  }
  .wp-block-columns .wp-block-column .wp-block-group.extended-width {
    width: calc((var(--data-fullwidth-main) - 1780px) / 2 + 100% + 20px + 1em);
  }
  .header .logo {
    width: 83px;
    height: 83px;
    background-size: 83px 83px;
  }
  .footer .logo {
    width: 190px;
    height: 190px;
    background-size: 190px 190px;
  }
}
@media screen and (min-width: 1920px){
  .xl-1-1 {
    width: 100%;
  }
  .xl-1-2 {
    width: 50%;
  }
  .xl-2-2 {
    width: 100%;
  }
  .xl-1-3 {
    width: 33.3333333333%;
  }
  .xl-2-3 {
    width: 66.6666666667%;
  }
  .xl-3-3 {
    width: 100%;
  }
  .xl-1-4 {
    width: 25%;
  }
  .xl-2-4 {
    width: 50%;
  }
  .xl-3-4 {
    width: 75%;
  }
  .xl-4-4 {
    width: 100%;
  }
  .xl-1-5 {
    width: 20%;
  }
  .xl-2-5 {
    width: 40%;
  }
  .xl-3-5 {
    width: 60%;
  }
  .xl-4-5 {
    width: 80%;
  }
  .xl-5-5 {
    width: 100%;
  }
  .xl-1-6 {
    width: 16.6666666667%;
  }
  .xl-2-6 {
    width: 33.3333333333%;
  }
  .xl-3-6 {
    width: 50%;
  }
  .xl-4-6 {
    width: 66.6666666667%;
  }
  .xl-5-6 {
    width: 83.3333333333%;
  }
  .xl-6-6 {
    width: 100%;
  }
  .xl-1-7 {
    width: 14.2857142857%;
  }
  .xl-2-7 {
    width: 28.5714285714%;
  }
  .xl-3-7 {
    width: 42.8571428571%;
  }
  .xl-4-7 {
    width: 57.1428571429%;
  }
  .xl-5-7 {
    width: 71.4285714286%;
  }
  .xl-6-7 {
    width: 85.7142857143%;
  }
  .xl-7-7 {
    width: 100%;
  }
  .xl-1-8 {
    width: 12.5%;
  }
  .xl-2-8 {
    width: 25%;
  }
  .xl-3-8 {
    width: 37.5%;
  }
  .xl-4-8 {
    width: 50%;
  }
  .xl-5-8 {
    width: 62.5%;
  }
  .xl-6-8 {
    width: 75%;
  }
  .xl-7-8 {
    width: 87.5%;
  }
  .xl-8-8 {
    width: 100%;
  }
  .xl-1-9 {
    width: 11.1111111111%;
  }
  .xl-2-9 {
    width: 22.2222222222%;
  }
  .xl-3-9 {
    width: 33.3333333333%;
  }
  .xl-4-9 {
    width: 44.4444444444%;
  }
  .xl-5-9 {
    width: 55.5555555556%;
  }
  .xl-6-9 {
    width: 66.6666666667%;
  }
  .xl-7-9 {
    width: 77.7777777778%;
  }
  .xl-8-9 {
    width: 88.8888888889%;
  }
  .xl-9-9 {
    width: 100%;
  }
  .xl-1-10 {
    width: 10%;
  }
  .xl-2-10 {
    width: 20%;
  }
  .xl-3-10 {
    width: 30%;
  }
  .xl-4-10 {
    width: 40%;
  }
  .xl-5-10 {
    width: 50%;
  }
  .xl-6-10 {
    width: 60%;
  }
  .xl-7-10 {
    width: 70%;
  }
  .xl-8-10 {
    width: 80%;
  }
  .xl-9-10 {
    width: 90%;
  }
  .xl-10-10 {
    width: 100%;
  }
  .xl-1-11 {
    width: 9.0909090909%;
  }
  .xl-2-11 {
    width: 18.1818181818%;
  }
  .xl-3-11 {
    width: 27.2727272727%;
  }
  .xl-4-11 {
    width: 36.3636363636%;
  }
  .xl-5-11 {
    width: 45.4545454545%;
  }
  .xl-6-11 {
    width: 54.5454545455%;
  }
  .xl-7-11 {
    width: 63.6363636364%;
  }
  .xl-8-11 {
    width: 72.7272727273%;
  }
  .xl-9-11 {
    width: 81.8181818182%;
  }
  .xl-10-11 {
    width: 90.9090909091%;
  }
  .xl-11-11 {
    width: 100%;
  }
  .xl-1-12 {
    width: 8.3333333333%;
  }
  .xl-2-12 {
    width: 16.6666666667%;
  }
  .xl-3-12 {
    width: 25%;
  }
  .xl-4-12 {
    width: 33.3333333333%;
  }
  .xl-5-12 {
    width: 41.6666666667%;
  }
  .xl-6-12 {
    width: 50%;
  }
  .xl-7-12 {
    width: 58.3333333333%;
  }
  .xl-8-12 {
    width: 66.6666666667%;
  }
  .xl-9-12 {
    width: 75%;
  }
  .xl-10-12 {
    width: 83.3333333333%;
  }
  .xl-11-12 {
    width: 91.6666666667%;
  }
  .xl-12-12 {
    width: 100%;
  }
  .xl-g-0 {
    margin-left: 0px;
  }
  .xl-g-0 > .col {
    padding-left: 0px;
  }
  .xl-g-1 {
    margin-left: -10px;
  }
  .xl-g-1 > .col {
    padding-left: 10px;
  }
  .xl-g-2 {
    margin-left: -20px;
  }
  .xl-g-2 > .col {
    padding-left: 20px;
  }
  .xl-g-3 {
    margin-left: -30px;
  }
  .xl-g-3 > .col {
    padding-left: 30px;
  }
  .xl-g-4 {
    margin-left: -40px;
  }
  .xl-g-4 > .col {
    padding-left: 40px;
  }
  .xl-g-5 {
    margin-left: -50px;
  }
  .xl-g-5 > .col {
    padding-left: 50px;
  }
  .xl-g-6 {
    margin-left: -60px;
  }
  .xl-g-6 > .col {
    padding-left: 60px;
  }
  .xl-g-7 {
    margin-left: -70px;
  }
  .xl-g-7 > .col {
    padding-left: 70px;
  }
  .xl-g-8 {
    margin-left: -80px;
  }
  .xl-g-8 > .col {
    padding-left: 80px;
  }
  .xl-g-9 {
    margin-left: -90px;
  }
  .xl-g-9 > .col {
    padding-left: 90px;
  }
  .xl-g-10 {
    margin-left: -100px;
  }
  .xl-g-10 > .col {
    padding-left: 100px;
  }
  .xl-g-11 {
    margin-left: -110px;
  }
  .xl-g-11 > .col {
    padding-left: 110px;
  }
  .xl-g-12 {
    margin-left: -120px;
  }
  .xl-g-12 > .col {
    padding-left: 120px;
  }
  .xl-1 > .col:nth-child(1n+1) {
    clear: both;
  }
  .xl-2 > .col:nth-child(2n+1) {
    clear: both;
  }
  .xl-3 > .col:nth-child(3n+1) {
    clear: both;
  }
  .xl-4 > .col:nth-child(4n+1) {
    clear: both;
  }
  .xl-5 > .col:nth-child(5n+1) {
    clear: both;
  }
  .xl-6 > .col:nth-child(6n+1) {
    clear: both;
  }
  .xl-7 > .col:nth-child(7n+1) {
    clear: both;
  }
  .xl-8 > .col:nth-child(8n+1) {
    clear: both;
  }
  .xl-9 > .col:nth-child(9n+1) {
    clear: both;
  }
  .xl-10 > .col:nth-child(10n+1) {
    clear: both;
  }
  .xl-11 > .col:nth-child(11n+1) {
    clear: both;
  }
  .xl-12 > .col:nth-child(12n+1) {
    clear: both;
  }
  .xl-right {
    float: right;
  }
  .xl-left {
    clear: left;
  }
  .xl-flex,
  .xl-flex {
    display: flex;
  }
  .xl-flex.col,
  .xl-flex.col {
    flex-direction: column;
  }
  .xl-flex.col.xl-reverse,
  .xl-flex.col.xl-reverse {
    flex-direction: column-reverse;
  }
  .xl-flex.row.xl-reverse,
  .xl-flex.row.xl-reverse {
    flex-direction: row-reverse;
  }
  .xl-flex:before,
  .xl-flex:before {
    content: none;
  }
  .hide-xl {
    display: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 1780px) and (min-width: 768px){
  .page-template-template-services .header .logo,
  .page-template-template-programs .header .logo, .activation-page .header .logo,
  .single-presentation .header .logo {
    width: 60px;
    height: 60px;
    background-size: 60px 60px;
  }
}
@media screen and (max-width: 1780px) and (min-width: 768px){
  .md-1-1 {
    width: 100%;
  }
  .md-1-2 {
    width: 50%;
  }
  .md-2-2 {
    width: 100%;
  }
  .md-1-3 {
    width: 33.3333333333%;
  }
  .md-2-3 {
    width: 66.6666666667%;
  }
  .md-3-3 {
    width: 100%;
  }
  .md-1-4 {
    width: 25%;
  }
  .md-2-4 {
    width: 50%;
  }
  .md-3-4 {
    width: 75%;
  }
  .md-4-4 {
    width: 100%;
  }
  .md-1-5 {
    width: 20%;
  }
  .md-2-5 {
    width: 40%;
  }
  .md-3-5 {
    width: 60%;
  }
  .md-4-5 {
    width: 80%;
  }
  .md-5-5 {
    width: 100%;
  }
  .md-1-6 {
    width: 16.6666666667%;
  }
  .md-2-6 {
    width: 33.3333333333%;
  }
  .md-3-6 {
    width: 50%;
  }
  .md-4-6 {
    width: 66.6666666667%;
  }
  .md-5-6 {
    width: 83.3333333333%;
  }
  .md-6-6 {
    width: 100%;
  }
  .md-1-7 {
    width: 14.2857142857%;
  }
  .md-2-7 {
    width: 28.5714285714%;
  }
  .md-3-7 {
    width: 42.8571428571%;
  }
  .md-4-7 {
    width: 57.1428571429%;
  }
  .md-5-7 {
    width: 71.4285714286%;
  }
  .md-6-7 {
    width: 85.7142857143%;
  }
  .md-7-7 {
    width: 100%;
  }
  .md-1-8 {
    width: 12.5%;
  }
  .md-2-8 {
    width: 25%;
  }
  .md-3-8 {
    width: 37.5%;
  }
  .md-4-8 {
    width: 50%;
  }
  .md-5-8 {
    width: 62.5%;
  }
  .md-6-8 {
    width: 75%;
  }
  .md-7-8 {
    width: 87.5%;
  }
  .md-8-8 {
    width: 100%;
  }
  .md-1-9 {
    width: 11.1111111111%;
  }
  .md-2-9 {
    width: 22.2222222222%;
  }
  .md-3-9 {
    width: 33.3333333333%;
  }
  .md-4-9 {
    width: 44.4444444444%;
  }
  .md-5-9 {
    width: 55.5555555556%;
  }
  .md-6-9 {
    width: 66.6666666667%;
  }
  .md-7-9 {
    width: 77.7777777778%;
  }
  .md-8-9 {
    width: 88.8888888889%;
  }
  .md-9-9 {
    width: 100%;
  }
  .md-1-10 {
    width: 10%;
  }
  .md-2-10 {
    width: 20%;
  }
  .md-3-10 {
    width: 30%;
  }
  .md-4-10 {
    width: 40%;
  }
  .md-5-10 {
    width: 50%;
  }
  .md-6-10 {
    width: 60%;
  }
  .md-7-10 {
    width: 70%;
  }
  .md-8-10 {
    width: 80%;
  }
  .md-9-10 {
    width: 90%;
  }
  .md-10-10 {
    width: 100%;
  }
  .md-1-11 {
    width: 9.0909090909%;
  }
  .md-2-11 {
    width: 18.1818181818%;
  }
  .md-3-11 {
    width: 27.2727272727%;
  }
  .md-4-11 {
    width: 36.3636363636%;
  }
  .md-5-11 {
    width: 45.4545454545%;
  }
  .md-6-11 {
    width: 54.5454545455%;
  }
  .md-7-11 {
    width: 63.6363636364%;
  }
  .md-8-11 {
    width: 72.7272727273%;
  }
  .md-9-11 {
    width: 81.8181818182%;
  }
  .md-10-11 {
    width: 90.9090909091%;
  }
  .md-11-11 {
    width: 100%;
  }
  .md-1-12 {
    width: 8.3333333333%;
  }
  .md-2-12 {
    width: 16.6666666667%;
  }
  .md-3-12 {
    width: 25%;
  }
  .md-4-12 {
    width: 33.3333333333%;
  }
  .md-5-12 {
    width: 41.6666666667%;
  }
  .md-6-12 {
    width: 50%;
  }
  .md-7-12 {
    width: 58.3333333333%;
  }
  .md-8-12 {
    width: 66.6666666667%;
  }
  .md-9-12 {
    width: 75%;
  }
  .md-10-12 {
    width: 83.3333333333%;
  }
  .md-11-12 {
    width: 91.6666666667%;
  }
  .md-12-12 {
    width: 100%;
  }
  .md-g-0 {
    margin-left: 0px;
  }
  .md-g-0 > .col {
    padding-left: 0px;
  }
  .md-g-1 {
    margin-left: -10px;
  }
  .md-g-1 > .col {
    padding-left: 10px;
  }
  .md-g-2 {
    margin-left: -20px;
  }
  .md-g-2 > .col {
    padding-left: 20px;
  }
  .md-g-3 {
    margin-left: -30px;
  }
  .md-g-3 > .col {
    padding-left: 30px;
  }
  .md-g-4 {
    margin-left: -40px;
  }
  .md-g-4 > .col {
    padding-left: 40px;
  }
  .md-g-5 {
    margin-left: -50px;
  }
  .md-g-5 > .col {
    padding-left: 50px;
  }
  .md-g-6 {
    margin-left: -60px;
  }
  .md-g-6 > .col {
    padding-left: 60px;
  }
  .md-g-7 {
    margin-left: -70px;
  }
  .md-g-7 > .col {
    padding-left: 70px;
  }
  .md-g-8 {
    margin-left: -80px;
  }
  .md-g-8 > .col {
    padding-left: 80px;
  }
  .md-g-9 {
    margin-left: -90px;
  }
  .md-g-9 > .col {
    padding-left: 90px;
  }
  .md-g-10 {
    margin-left: -100px;
  }
  .md-g-10 > .col {
    padding-left: 100px;
  }
  .md-g-11 {
    margin-left: -110px;
  }
  .md-g-11 > .col {
    padding-left: 110px;
  }
  .md-g-12 {
    margin-left: -120px;
  }
  .md-g-12 > .col {
    padding-left: 120px;
  }
  .md-1 > .col:nth-child(1n+1) {
    clear: both;
  }
  .md-2 > .col:nth-child(2n+1) {
    clear: both;
  }
  .md-3 > .col:nth-child(3n+1) {
    clear: both;
  }
  .md-4 > .col:nth-child(4n+1) {
    clear: both;
  }
  .md-5 > .col:nth-child(5n+1) {
    clear: both;
  }
  .md-6 > .col:nth-child(6n+1) {
    clear: both;
  }
  .md-7 > .col:nth-child(7n+1) {
    clear: both;
  }
  .md-8 > .col:nth-child(8n+1) {
    clear: both;
  }
  .md-9 > .col:nth-child(9n+1) {
    clear: both;
  }
  .md-10 > .col:nth-child(10n+1) {
    clear: both;
  }
  .md-11 > .col:nth-child(11n+1) {
    clear: both;
  }
  .md-12 > .col:nth-child(12n+1) {
    clear: both;
  }
  .md-right {
    float: right;
  }
  .md-left {
    clear: left;
  }
  .md-flex,
  .md-flex {
    display: flex;
  }
  .md-flex.col,
  .md-flex.col {
    flex-direction: column;
  }
  .md-flex.col.md-reverse,
  .md-flex.col.md-reverse {
    flex-direction: column-reverse;
  }
  .md-flex.row.md-reverse,
  .md-flex.row.md-reverse {
    flex-direction: row-reverse;
  }
  .md-flex:before,
  .md-flex:before {
    content: none;
  }
  .hide-md {
    display: none;
  }
  h1,
  .h1 {
    font-size: 3em;
  }
  h2,
  .h2 {
    font-size: 1.875em;
  }
  h3,
  .h3,
  body .gform_wrapper h3.gform_title {
    font-size: 1.625em;
  }
  .slider {
    padding: 0 30px;
  }
  .header .logo {
    width: 60px;
    height: 60px;
    background-size: 60px 60px;
  }
  .footer .logo {
    width: 100px;
    height: 100px;
    background-size: 100px 100px;
  }
}
@media screen and (max-width: 1500px){
  .border-brand-color {
    height: 400px;
    width: 400px;
  }
  .team {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .service-banner .content h1 {
    font-size: 2rem;
  }
  .service-banner .content div p {
    font-size: 1.5rem;
    margin-bottom: 0.5rem;
  }
  .image-bubbles .bubble {
    height: 250px;
    width: 250px;
  }
  .image-bubbles.image-bubbles-3 {
    position: relative;
    min-height: 480px;
    margin-left: calc(50% - 195px);
  }
  .image-bubbles.image-bubbles-3 .bubble {
    left: 198px;
    top: 75px;
  }
  .image-bubbles.image-bubbles-3 .bubble:first-child {
    height: 170px;
    width: 170px;
    left: 28px;
    top: 40px;
  }
  .image-bubbles.image-bubbles-3 .bubble:last-child {
    height: 220px;
    width: 220px;
    left: 0;
    top: 220px;
  }
  .image-bubbles.image-bubbles-2 {
    margin-left: calc(50% - 185px);
    min-height: 387px;
  }
  .image-bubbles.image-bubbles-2 .bubble {
    height: 180px;
    width: 180px;
  }
  .image-bubbles.image-bubbles-2 .bubble:last-child {
    height: 280px;
    width: 280px;
    left: 90px;
  }
  .presentation .top-section .presentation-cta p {
    font-size: 2rem;
  }
  .contact-section {
    grid-gap: 40px;
  }
}
@media (max-width: 1340px){
  body .gform_wrapper .gfield.gfield--width-half {
    grid-column: span 12 !important;
  }
}
@media screen and (max-width: 992px){
  ul.list-icon,
  [class^=is-style-bullets-] {
    margin-left: 0;
  }
  .border-brand-color {
    height: 250px;
    width: 250px;
  }
  body .childpages .child .content ul {
    grid-template-columns: 1fr;
  }
  body .childpages.style-presentation.type-page {
    grid-template-columns: 1fr 1fr;
  }
  body .childpages.style-presentation.type-presentation .child .thumbnail {
    width: 250px;
    min-width: 250px;
    height: 233px;
  }
  body .childpages.style-presentation.type-presentation .child .thumbnail:before {
    height: 267px;
    width: 267px;
    min-width: 267px;
  }
  body .childpages.style-presentation.type-presentation .child .thumbnail .inner {
    left: 32px;
    top: 6px;
  }
  .team {
    grid-template-columns: 1fr 1fr;
  }
  .header .main-navigation > ul {
    padding-left: 12px !important;
  }
  .header .main-navigation > ul li a {
    font-size: 14px;
  }
  .header .main-navigation > ul li .arrow {
    top: 3px;
  }
  .footer {
    -webkit-clip-path: none !important;
            clip-path: none !important;
  }
  .banner {
    -webkit-clip-path: none !important;
            clip-path: none !important;
    --bg-height: 698px;
  }
  .service-banner .content {
    margin-left: 5rem;
  }
  .service-banner {
    height: unset;
    min-height: 450px;
    margin-top: 8rem;
  }
  .presentation-banner {
    margin-top: 8rem;
    margin-bottom: 2rem;
  }
  .breakpoint-992 {
    flex-direction: column;
  }
  .breakpoint-992 h2,
  .breakpoint-992 p {
    text-align: center;
  }
  .breakpoint-992 .wp-block-buttons {
    justify-content: center;
  }
  .breakpoint-992 .image-bubbles-3 {
    margin-left: calc(50% - 225px);
  }
  .about-columns figure {
    height: 20rem;
    width: 20rem;
  }
  .kidzucate-bubble-p {
    padding-right: 0rem;
  }
}
@media (max-width: 781px){
  .colleges-box .wp-block-column {
    width: 40%;
  }
  .colleges-box .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column {
    flex-basis: 40% !important;
  }
}
@media screen and (max-width: 767px){
  .mobile-order-1 {
    order: 1;
  }
  .mobile-order-2 {
    order: 2;
  }
  .mobile-order-3 {
    order: 3;
  }
  .mobile-order-4 {
    order: 4;
  }
  .mobile-order-5 {
    order: 5;
  }
  .mobile-order-6 {
    order: 6;
  }
  .mobile-order-7 {
    order: 7;
  }
  .mobile-order-8 {
    order: 8;
  }
  .mobile-order-9 {
    order: 9;
  }
  .mobile-order-10 {
    order: 10;
  }
  .mobile-order-11 {
    order: 11;
  }
  .mobile-order-12 {
    order: 12;
  }
  .sm-1-1 {
    width: 100%;
  }
  .sm-1-2 {
    width: 50%;
  }
  .sm-2-2 {
    width: 100%;
  }
  .sm-1-3 {
    width: 33.3333333333%;
  }
  .sm-2-3 {
    width: 66.6666666667%;
  }
  .sm-3-3 {
    width: 100%;
  }
  .sm-1-4 {
    width: 25%;
  }
  .sm-2-4 {
    width: 50%;
  }
  .sm-3-4 {
    width: 75%;
  }
  .sm-4-4 {
    width: 100%;
  }
  .sm-1-5 {
    width: 20%;
  }
  .sm-2-5 {
    width: 40%;
  }
  .sm-3-5 {
    width: 60%;
  }
  .sm-4-5 {
    width: 80%;
  }
  .sm-5-5 {
    width: 100%;
  }
  .sm-1-6 {
    width: 16.6666666667%;
  }
  .sm-2-6 {
    width: 33.3333333333%;
  }
  .sm-3-6 {
    width: 50%;
  }
  .sm-4-6 {
    width: 66.6666666667%;
  }
  .sm-5-6 {
    width: 83.3333333333%;
  }
  .sm-6-6 {
    width: 100%;
  }
  .sm-1-7 {
    width: 14.2857142857%;
  }
  .sm-2-7 {
    width: 28.5714285714%;
  }
  .sm-3-7 {
    width: 42.8571428571%;
  }
  .sm-4-7 {
    width: 57.1428571429%;
  }
  .sm-5-7 {
    width: 71.4285714286%;
  }
  .sm-6-7 {
    width: 85.7142857143%;
  }
  .sm-7-7 {
    width: 100%;
  }
  .sm-1-8 {
    width: 12.5%;
  }
  .sm-2-8 {
    width: 25%;
  }
  .sm-3-8 {
    width: 37.5%;
  }
  .sm-4-8 {
    width: 50%;
  }
  .sm-5-8 {
    width: 62.5%;
  }
  .sm-6-8 {
    width: 75%;
  }
  .sm-7-8 {
    width: 87.5%;
  }
  .sm-8-8 {
    width: 100%;
  }
  .sm-1-9 {
    width: 11.1111111111%;
  }
  .sm-2-9 {
    width: 22.2222222222%;
  }
  .sm-3-9 {
    width: 33.3333333333%;
  }
  .sm-4-9 {
    width: 44.4444444444%;
  }
  .sm-5-9 {
    width: 55.5555555556%;
  }
  .sm-6-9 {
    width: 66.6666666667%;
  }
  .sm-7-9 {
    width: 77.7777777778%;
  }
  .sm-8-9 {
    width: 88.8888888889%;
  }
  .sm-9-9 {
    width: 100%;
  }
  .sm-1-10 {
    width: 10%;
  }
  .sm-2-10 {
    width: 20%;
  }
  .sm-3-10 {
    width: 30%;
  }
  .sm-4-10 {
    width: 40%;
  }
  .sm-5-10 {
    width: 50%;
  }
  .sm-6-10 {
    width: 60%;
  }
  .sm-7-10 {
    width: 70%;
  }
  .sm-8-10 {
    width: 80%;
  }
  .sm-9-10 {
    width: 90%;
  }
  .sm-10-10 {
    width: 100%;
  }
  .sm-1-11 {
    width: 9.0909090909%;
  }
  .sm-2-11 {
    width: 18.1818181818%;
  }
  .sm-3-11 {
    width: 27.2727272727%;
  }
  .sm-4-11 {
    width: 36.3636363636%;
  }
  .sm-5-11 {
    width: 45.4545454545%;
  }
  .sm-6-11 {
    width: 54.5454545455%;
  }
  .sm-7-11 {
    width: 63.6363636364%;
  }
  .sm-8-11 {
    width: 72.7272727273%;
  }
  .sm-9-11 {
    width: 81.8181818182%;
  }
  .sm-10-11 {
    width: 90.9090909091%;
  }
  .sm-11-11 {
    width: 100%;
  }
  .sm-1-12 {
    width: 8.3333333333%;
  }
  .sm-2-12 {
    width: 16.6666666667%;
  }
  .sm-3-12 {
    width: 25%;
  }
  .sm-4-12 {
    width: 33.3333333333%;
  }
  .sm-5-12 {
    width: 41.6666666667%;
  }
  .sm-6-12 {
    width: 50%;
  }
  .sm-7-12 {
    width: 58.3333333333%;
  }
  .sm-8-12 {
    width: 66.6666666667%;
  }
  .sm-9-12 {
    width: 75%;
  }
  .sm-10-12 {
    width: 83.3333333333%;
  }
  .sm-11-12 {
    width: 91.6666666667%;
  }
  .sm-12-12 {
    width: 100%;
  }
  .sm-g-0 {
    margin-left: 0px;
  }
  .sm-g-0 > .col {
    padding-left: 0px;
  }
  .sm-g-1 {
    margin-left: -10px;
  }
  .sm-g-1 > .col {
    padding-left: 10px;
  }
  .sm-g-2 {
    margin-left: -20px;
  }
  .sm-g-2 > .col {
    padding-left: 20px;
  }
  .sm-g-3 {
    margin-left: -30px;
  }
  .sm-g-3 > .col {
    padding-left: 30px;
  }
  .sm-g-4 {
    margin-left: -40px;
  }
  .sm-g-4 > .col {
    padding-left: 40px;
  }
  .sm-g-5 {
    margin-left: -50px;
  }
  .sm-g-5 > .col {
    padding-left: 50px;
  }
  .sm-g-6 {
    margin-left: -60px;
  }
  .sm-g-6 > .col {
    padding-left: 60px;
  }
  .sm-g-7 {
    margin-left: -70px;
  }
  .sm-g-7 > .col {
    padding-left: 70px;
  }
  .sm-g-8 {
    margin-left: -80px;
  }
  .sm-g-8 > .col {
    padding-left: 80px;
  }
  .sm-g-9 {
    margin-left: -90px;
  }
  .sm-g-9 > .col {
    padding-left: 90px;
  }
  .sm-g-10 {
    margin-left: -100px;
  }
  .sm-g-10 > .col {
    padding-left: 100px;
  }
  .sm-g-11 {
    margin-left: -110px;
  }
  .sm-g-11 > .col {
    padding-left: 110px;
  }
  .sm-g-12 {
    margin-left: -120px;
  }
  .sm-g-12 > .col {
    padding-left: 120px;
  }
  .sm-1 > .col:nth-child(1n+1) {
    clear: both;
  }
  .sm-2 > .col:nth-child(2n+1) {
    clear: both;
  }
  .sm-3 > .col:nth-child(3n+1) {
    clear: both;
  }
  .sm-4 > .col:nth-child(4n+1) {
    clear: both;
  }
  .sm-5 > .col:nth-child(5n+1) {
    clear: both;
  }
  .sm-6 > .col:nth-child(6n+1) {
    clear: both;
  }
  .sm-7 > .col:nth-child(7n+1) {
    clear: both;
  }
  .sm-8 > .col:nth-child(8n+1) {
    clear: both;
  }
  .sm-9 > .col:nth-child(9n+1) {
    clear: both;
  }
  .sm-10 > .col:nth-child(10n+1) {
    clear: both;
  }
  .sm-11 > .col:nth-child(11n+1) {
    clear: both;
  }
  .sm-12 > .col:nth-child(12n+1) {
    clear: both;
  }
  .sm-right {
    float: right;
  }
  .sm-left {
    clear: left;
  }
  .sm-flex,
  .sm-flex {
    display: flex;
  }
  .sm-flex.col,
  .sm-flex.col {
    flex-direction: column;
  }
  .sm-flex.col.sm-reverse,
  .sm-flex.col.sm-reverse {
    flex-direction: column-reverse;
  }
  .sm-flex.row.sm-reverse,
  .sm-flex.row.sm-reverse {
    flex-direction: row-reverse;
  }
  .sm-flex:before,
  .sm-flex:before {
    content: none;
  }
  .hide-sm {
    display: none;
  }
  ul.list-icon li:before,
  [class^=is-style-bullets-] li:before {
    min-height: 30px;
    min-width: 30px;
  }
  ul.list-icon.two-col li,
  [class^=is-style-bullets-].two-col li {
    width: 100%;
  }
  .is-style-bullets-lg li {
    padding-left: calc(30px + 1.5rem);
    margin-bottom: 2rem;
  }
  .revesere-responsive-layout {
    flex-direction: column-reverse;
  }
  .accordion-title {
    font-size: 1rem;
  }
  .accordion > div.half {
    width: 100%;
  }
  .accordion .item {
    padding: 1rem 0;
  }
  body .childpages .child .content ul li:before {
    min-width: 40px;
    min-height: 40px;
  }
  body .childpages .child {
    border-radius: 50px;
    flex-direction: column;
    padding: 3rem;
  }
  body .childpages .child:nth-child(even) {
    flex-direction: column;
  }
  body .childpages .child .thumbnail {
    width: 275px;
    margin-bottom: 2rem;
  }
  body .childpages .child .content {
    width: 100%;
  }
  body .childpages .child .content .btn, body .childpages .child .content button:not([id*=slick-slide]),
  body .childpages .child .content input[type=submit] {
    width: auto;
  }
  body .childpages .child .content h2 {
    font-size: 1rem;
  }
  body .childpages.style-presentation.type-page {
    grid-template-columns: 1fr;
  }
  body .childpages.style-presentation.type-presentation .child {
    flex-wrap: wrap;
    flex-direction: row;
  }
  body .childpages.style-presentation.type-presentation .child .content {
    width: 100%;
  }
  .team .team-member .rounded {
    height: 100px;
    width: 100px;
    border-width: 2px;
  }
  .posts > .post {
    width: calc(50% - 24px);
    flex-basis: calc(50% - 24px);
  }
  .posts > .post.featured {
    width: 100%;
    flex-basis: 100%;
  }
  a.btn, .btn, button:not([id*=slick-slide]),
  input[type=submit],
  .wp-block-button .wp-block-button__link,
  .wp-block-file a.wp-block-file__button {
    width: 100%;
    margin: 0 0 16px 0;
  }
  body .gform_wrapper input[type=submit] {
    width: auto;
    margin: 1rem auto 0 auto;
  }
  .slider .slick-slide {
    cursor: grab;
  }
  .slider-controls .next,
  .slider-controls .prev {
    display: none !important;
  }
  .slider-carousel:before {
    display: none;
  }
  .slider-carousel {
    margin-left: -20px;
  }
  .slider-carousel .slick-slide {
    padding-left: 20px;
  }
  .pager button {
    width: 8px;
    height: 8px;
  }
  .pager .slick-active button {
    box-shadow: 0 0 0 4px #327abe inset;
  }
  figure.wp-block-pullquote:before, figure.wp-block-pullquote:after {
    font-size: 7rem;
    line-height: 1.3;
  }
  figure.wp-block-pullquote blockquote {
    padding: 0 2rem;
  }
  figure.wp-block-pullquote blockquote p {
    font-size: 1.2rem;
  }
  figure.wp-block-image {
    text-align: center;
  }
  .wp-block-columns .wp-block-column .wp-block-group.extended-width {
    width: 100%;
    margin-left: -20px;
    margin-right: -20px;
  }
  .wp-block-group:not(.is-style-no-spacing) .wp-block-group__inner-container {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .wp-block-group.is-style-full-width .wp-block-group__inner-container,
  .wp-block-group.is-style-full-width .wp-block-cover__inner-container,
  .wp-block-cover.is-style-full-width .wp-block-group__inner-container,
  .wp-block-cover.is-style-full-width .wp-block-cover__inner-container {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .wp-block-media-text.is-style-full-width .wp-block-media-text__content {
    margin: 30px 20px !important;
  }
  .header {
    height: 60px;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    background-color: #ffffff;
  }
  .header a.tel,
  .header .search-form input#toggle-form,
  .header .search-form label[for=toggle-form],
  .header .menu-toggle {
    position: fixed;
    top: 10px;
    width: 40px;
    height: 40px;
    cursor: pointer;
  }
  .header a.tel:before, .header a.tel:after,
  .header .search-form input#toggle-form:before,
  .header .search-form input#toggle-form:after,
  .header .search-form label[for=toggle-form]:before,
  .header .search-form label[for=toggle-form]:after,
  .header .menu-toggle:before,
  .header .menu-toggle:after {
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
    left: 0;
    right: 0;
    text-align: center;
  }
  .header .topbar a.tel {
    left: 60px;
    font-size: 1.75em;
  }
  .header .topbar .social {
    display: none;
  }
  .header .topbar .search-form {
    position: absolute;
    top: 60px;
    width: 100%;
  }
  .header .topbar .search-form input#toggle-form,
  .header .topbar .search-form label[for=toggle-form] {
    left: 10px;
  }
  .header .topbar .search-form label[for=toggle-form]:after {
    background: transparent !important;
    font-size: 24px;
    color: #327abe;
  }
  .header .topbar .search-form label[for=toggle-form]:hover:after, .header .topbar .search-form label[for=toggle-form]:focus:after {
    color: #225381;
  }
  .header .topbar .search-form #searchform {
    width: 100%;
    height: 0px;
    top: 0px;
    right: 0px;
  }
  .header .topbar .search-form #searchform input[type=text] {
    height: 60px;
    padding: 20px 40px 20px 20px;
    border-top: 1px solid #eeeeee;
    border-bottom: 1px solid #eeeeee;
  }
  .header .topbar .search-form #searchform:after {
    font-size: 1.75em;
  }
  .header .topbar .search-form input#toggle-form:checked + label + #searchform,
  .header .topbar .search-form input#toggle-form[checked] + label + #searchform {
    height: 60px;
  }
  .header .topbar .search-form input#toggle-form:checked + label + #searchform:after,
  .header .topbar .search-form input#toggle-form[checked] + label + #searchform:after {
    right: 16px;
  }
  .header .grid, .header .wp-block-group.is-style-full-width .wp-block-group__inner-container, .wp-block-group.is-style-full-width .header .wp-block-group__inner-container,
  .header .wp-block-group.is-style-full-width .wp-block-cover__inner-container,
  .wp-block-group.is-style-full-width .header .wp-block-cover__inner-container,
  .header .wp-block-cover.is-style-full-width .wp-block-group__inner-container,
  .wp-block-cover.is-style-full-width .header .wp-block-group__inner-container,
  .header .wp-block-cover.is-style-full-width .wp-block-cover__inner-container,
  .wp-block-cover.is-style-full-width .header .wp-block-cover__inner-container {
    padding: 0;
  }
  .header .logo {
    margin: 0 auto;
    margin-left: 1rem;
    height: 60px;
    background-image: url(../images/favicon.png);
  }
  .header .mobile-menu {
    position: absolute;
    top: 60px;
    width: 100vw;
    height: calc(100vh - 60px);
    overflow-y: auto;
    background: #327abe;
    padding: 60px 0px;
    transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  }
  .header .mobile-menu.fade {
    opacity: 0;
    left: 0px;
    pointer-events: none;
  }
  .header .mobile-menu.fade.open {
    opacity: 1;
    pointer-events: all;
  }
  .header .mobile-menu.top {
    top: -101vh;
  }
  .header .mobile-menu.top.open {
    top: 60px;
  }
  .header .mobile-menu.right {
    right: -101vw;
  }
  .header .mobile-menu.right.open {
    right: 0px;
  }
  .header .mobile-menu.bottom {
    bottom: -101vh;
  }
  .header .mobile-menu.bottom.open {
    top: 60px;
  }
  .header .mobile-menu.left {
    left: -101vw;
  }
  .header .mobile-menu.left.open {
    left: 0px;
  }
  .header .mobile-menu .main-navigation ul li a {
    color: #ffffff;
    font-size: 1em;
  }
  .header .mobile-menu .main-navigation > ul {
    padding-left: 0 !important;
  }
  .header .mobile-menu .main-navigation > ul > li a {
    padding: 0px 20px;
  }
  .header .mobile-menu .main-navigation > ul > li > a {
    padding: 20px;
    font-size: 1.4rem;
  }
  .header .mobile-menu .main-navigation > ul > li.open > i:before {
    transform: scaleY(-1);
  }
  .header .mobile-menu .main-navigation > ul .sub-menu {
    background: #225381;
    max-height: 0px;
    opacity: 0px;
    overflow: hidden;
    transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1), opacity 0.2s linear;
  }
  .header .mobile-menu .main-navigation > ul .sub-menu.open {
    max-height: 100vh;
    opacity: 1;
    transition: all 3s cubic-bezier(0.19, 1, 0.22, 1), opacity 0.2s linear;
  }
  .header .mobile-menu .main-navigation .arrow {
    color: #ffffff;
  }
  .footer .bottom * {
    float: none;
    text-align: center;
  }
  main {
    padding-top: 60px;
  }
  .banner {
    --bg-height: 400px;
  }
  .banner > .content .banner-logo {
    width: 100px;
  }
  .banner > .content {
    width: 100%;
  }
  .banner .banner-image {
    bottom: 2rem;
    margin-left: -44px;
    width: 88px;
  }
  .service-banner {
    height: unset;
    min-height: 300px;
    width: 100%;
    border-radius: 0;
    margin-top: 0;
  }
  .service-banner .content {
    margin-left: 0;
  }
  .presentation-banner {
    margin-top: 0;
  }
  .presentation-banner .c-1-3 {
    max-width: 300px;
  }
  .presentation-banner .category .post-meta {
    text-align: right;
    margin-top: 1.5rem;
  }
  .presentation-banner:after {
    width: 180px;
    height: 180px;
  }
  .wp-block-button .wp-block-button__link {
    font-size: 1rem;
    padding: 1rem 1.5rem;
  }
  .image-bubbles.image-bubbles-2 {
    min-height: 365px;
  }
  .about-columns figure {
    height: 100px;
    width: 100px;
  }
  .left-curve {
    margin-top: 3rem !important;
    margin-left: -20px !important;
  }
  .left-curve .wp-block-group__inner-container {
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 3rem !important;
  }
  .testimonials .wp-block-cover__inner-container {
    height: 284px;
  }
  .testimonials .wp-block-cover__inner-container:before {
    height: 150px;
    background-size: contain;
    width: 280px;
  }
  .testimonials .wp-block-cover__inner-container:after {
    background-size: contain;
    height: 150px;
    width: 280px;
  }
  .wp-block-columns.kidzucate-block {
    display: none;
  }
  .kidzucate-bubble-p {
    margin-top: -40px !important;
  }
  .kidzucate-bubble-p p {
    text-align: left;
  }
  .anti-bullying-programme .tabs-group {
    display: block;
  }
  .presentation .top-section {
    flex-wrap: wrap;
  }
  .presentation .top-section .presentation-cta {
    margin-top: 1.5rem;
  }
  .presentation .top-section .presentation-cta p {
    font-size: 1.5rem;
    max-width: 80vw;
  }
  .presentation-flex .content .topics ul.topics-2-col li {
    width: 100%;
  }
  .presentation-flex {
    flex-wrap: wrap;
  }
  .presentation-flex .outcomes h3 {
    margin-top: 0;
  }
  .contact-section {
    margin-top: 0;
  }
  .table-graph {
    padding: 1rem 1.5rem;
  }
  .table-graph table tr td {
    font-size: 0.8rem;
  }
  .table-graph table tr td:last-child span {
    font-size: 1.8rem;
  }
}
@media (max-width: 480px){
  .image-bubbles.image-bubbles-3 {
    margin-left: calc(50% - 175px);
    min-height: 340px;
  }
  .image-bubbles.image-bubbles-3 .bubble {
    height: 200px;
    width: 200px;
    left: 150px;
    top: 14px;
  }
  .image-bubbles.image-bubbles-3 .bubble:first-child {
    height: 120px;
    width: 120px;
    top: 0;
  }
  .image-bubbles.image-bubbles-3 .bubble:last-child {
    height: 170px;
    width: 170px;
    top: 132px;
  }
}
@media screen and (max-width: 400px){
  .xs-1-1 {
    width: 100%;
  }
  .xs-1-2 {
    width: 50%;
  }
  .xs-2-2 {
    width: 100%;
  }
  .xs-1-3 {
    width: 33.3333333333%;
  }
  .xs-2-3 {
    width: 66.6666666667%;
  }
  .xs-3-3 {
    width: 100%;
  }
  .xs-1-4 {
    width: 25%;
  }
  .xs-2-4 {
    width: 50%;
  }
  .xs-3-4 {
    width: 75%;
  }
  .xs-4-4 {
    width: 100%;
  }
  .xs-1-5 {
    width: 20%;
  }
  .xs-2-5 {
    width: 40%;
  }
  .xs-3-5 {
    width: 60%;
  }
  .xs-4-5 {
    width: 80%;
  }
  .xs-5-5 {
    width: 100%;
  }
  .xs-1-6 {
    width: 16.6666666667%;
  }
  .xs-2-6 {
    width: 33.3333333333%;
  }
  .xs-3-6 {
    width: 50%;
  }
  .xs-4-6 {
    width: 66.6666666667%;
  }
  .xs-5-6 {
    width: 83.3333333333%;
  }
  .xs-6-6 {
    width: 100%;
  }
  .xs-1-7 {
    width: 14.2857142857%;
  }
  .xs-2-7 {
    width: 28.5714285714%;
  }
  .xs-3-7 {
    width: 42.8571428571%;
  }
  .xs-4-7 {
    width: 57.1428571429%;
  }
  .xs-5-7 {
    width: 71.4285714286%;
  }
  .xs-6-7 {
    width: 85.7142857143%;
  }
  .xs-7-7 {
    width: 100%;
  }
  .xs-1-8 {
    width: 12.5%;
  }
  .xs-2-8 {
    width: 25%;
  }
  .xs-3-8 {
    width: 37.5%;
  }
  .xs-4-8 {
    width: 50%;
  }
  .xs-5-8 {
    width: 62.5%;
  }
  .xs-6-8 {
    width: 75%;
  }
  .xs-7-8 {
    width: 87.5%;
  }
  .xs-8-8 {
    width: 100%;
  }
  .xs-1-9 {
    width: 11.1111111111%;
  }
  .xs-2-9 {
    width: 22.2222222222%;
  }
  .xs-3-9 {
    width: 33.3333333333%;
  }
  .xs-4-9 {
    width: 44.4444444444%;
  }
  .xs-5-9 {
    width: 55.5555555556%;
  }
  .xs-6-9 {
    width: 66.6666666667%;
  }
  .xs-7-9 {
    width: 77.7777777778%;
  }
  .xs-8-9 {
    width: 88.8888888889%;
  }
  .xs-9-9 {
    width: 100%;
  }
  .xs-1-10 {
    width: 10%;
  }
  .xs-2-10 {
    width: 20%;
  }
  .xs-3-10 {
    width: 30%;
  }
  .xs-4-10 {
    width: 40%;
  }
  .xs-5-10 {
    width: 50%;
  }
  .xs-6-10 {
    width: 60%;
  }
  .xs-7-10 {
    width: 70%;
  }
  .xs-8-10 {
    width: 80%;
  }
  .xs-9-10 {
    width: 90%;
  }
  .xs-10-10 {
    width: 100%;
  }
  .xs-1-11 {
    width: 9.0909090909%;
  }
  .xs-2-11 {
    width: 18.1818181818%;
  }
  .xs-3-11 {
    width: 27.2727272727%;
  }
  .xs-4-11 {
    width: 36.3636363636%;
  }
  .xs-5-11 {
    width: 45.4545454545%;
  }
  .xs-6-11 {
    width: 54.5454545455%;
  }
  .xs-7-11 {
    width: 63.6363636364%;
  }
  .xs-8-11 {
    width: 72.7272727273%;
  }
  .xs-9-11 {
    width: 81.8181818182%;
  }
  .xs-10-11 {
    width: 90.9090909091%;
  }
  .xs-11-11 {
    width: 100%;
  }
  .xs-1-12 {
    width: 8.3333333333%;
  }
  .xs-2-12 {
    width: 16.6666666667%;
  }
  .xs-3-12 {
    width: 25%;
  }
  .xs-4-12 {
    width: 33.3333333333%;
  }
  .xs-5-12 {
    width: 41.6666666667%;
  }
  .xs-6-12 {
    width: 50%;
  }
  .xs-7-12 {
    width: 58.3333333333%;
  }
  .xs-8-12 {
    width: 66.6666666667%;
  }
  .xs-9-12 {
    width: 75%;
  }
  .xs-10-12 {
    width: 83.3333333333%;
  }
  .xs-11-12 {
    width: 91.6666666667%;
  }
  .xs-12-12 {
    width: 100%;
  }
  .xs-g-0 {
    margin-left: 0px;
  }
  .xs-g-0 > .col {
    padding-left: 0px;
  }
  .xs-g-1 {
    margin-left: -10px;
  }
  .xs-g-1 > .col {
    padding-left: 10px;
  }
  .xs-g-2 {
    margin-left: -20px;
  }
  .xs-g-2 > .col {
    padding-left: 20px;
  }
  .xs-g-3 {
    margin-left: -30px;
  }
  .xs-g-3 > .col {
    padding-left: 30px;
  }
  .xs-g-4 {
    margin-left: -40px;
  }
  .xs-g-4 > .col {
    padding-left: 40px;
  }
  .xs-g-5 {
    margin-left: -50px;
  }
  .xs-g-5 > .col {
    padding-left: 50px;
  }
  .xs-g-6 {
    margin-left: -60px;
  }
  .xs-g-6 > .col {
    padding-left: 60px;
  }
  .xs-g-7 {
    margin-left: -70px;
  }
  .xs-g-7 > .col {
    padding-left: 70px;
  }
  .xs-g-8 {
    margin-left: -80px;
  }
  .xs-g-8 > .col {
    padding-left: 80px;
  }
  .xs-g-9 {
    margin-left: -90px;
  }
  .xs-g-9 > .col {
    padding-left: 90px;
  }
  .xs-g-10 {
    margin-left: -100px;
  }
  .xs-g-10 > .col {
    padding-left: 100px;
  }
  .xs-g-11 {
    margin-left: -110px;
  }
  .xs-g-11 > .col {
    padding-left: 110px;
  }
  .xs-g-12 {
    margin-left: -120px;
  }
  .xs-g-12 > .col {
    padding-left: 120px;
  }
  .xs-1 > .col:nth-child(1n+1) {
    clear: both;
  }
  .xs-2 > .col:nth-child(2n+1) {
    clear: both;
  }
  .xs-3 > .col:nth-child(3n+1) {
    clear: both;
  }
  .xs-4 > .col:nth-child(4n+1) {
    clear: both;
  }
  .xs-5 > .col:nth-child(5n+1) {
    clear: both;
  }
  .xs-6 > .col:nth-child(6n+1) {
    clear: both;
  }
  .xs-7 > .col:nth-child(7n+1) {
    clear: both;
  }
  .xs-8 > .col:nth-child(8n+1) {
    clear: both;
  }
  .xs-9 > .col:nth-child(9n+1) {
    clear: both;
  }
  .xs-10 > .col:nth-child(10n+1) {
    clear: both;
  }
  .xs-11 > .col:nth-child(11n+1) {
    clear: both;
  }
  .xs-12 > .col:nth-child(12n+1) {
    clear: both;
  }
  .xs-right {
    float: right;
  }
  .xs-left {
    clear: left;
  }
  .xs-flex,
  .xs-flex {
    display: flex;
  }
  .xs-flex.col,
  .xs-flex.col {
    flex-direction: column;
  }
  .xs-flex.col.xs-reverse,
  .xs-flex.col.xs-reverse {
    flex-direction: column-reverse;
  }
  .xs-flex.row.xs-reverse,
  .xs-flex.row.xs-reverse {
    flex-direction: row-reverse;
  }
  .xs-flex:before,
  .xs-flex:before {
    content: none;
  }
  .hide-xs {
    display: none;
  }
  .posts > .post {
    width: 100%;
    flex-basis: 100%;
  }
  .footer .logo {
    display: block;
  }
  .footer .footer-nav {
    float: none;
  }
}
