@import url(https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;500;600&display=swap);
@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: #373737;
}

.has-font-background-color {
  background: #373737;
}

.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: #cccccc;
}

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

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

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

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

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

.has-brand-dark-color {
  color: #0b1e35;
}

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

.has-brand-color {
  color: #194174;
}

.has-brand-background-color {
  background: #194174;
}

.has-brand-light-color {
  color: #2764b3;
}

.has-brand-light-background-color {
  background: #2764b3;
}

.has-accent-dark-color {
  color: #32b9eb;
}

.has-accent-dark-background-color {
  background: #32b9eb;
}

.has-accent-color {
  color: #78D1F2;
}

.has-accent-background-color {
  background: #78D1F2;
}

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

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

.has-blue-color {
  color: #78D1F2;
}

.has-blue-background-color {
  background: #78D1F2;
}

.has-dark-blue-color {
  color: #194174;
}

.has-dark-blue-background-color {
  background: #194174;
}

.has-green-color {
  color: #B6CCA1;
}

.has-green-background-color {
  background: #B6CCA1;
}

.has-peach-color {
  color: #F6938D;
}

.has-peach-background-color {
  background: #F6938D;
}

.has-pink-color {
  color: #B6519F;
}

.has-pink-background-color {
  background: #B6519F;
}

/*! 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, .is-style-full-width .wp-block-group__inner-container, .is-style-full-width .wp-block-cover__inner-container {
  max-width: 1366px;
  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, .is-style-full-width .wp-block-group__inner-container:before, .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, .is-style-full-width .wp-block-group__inner-container:after, .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, .is-style-full-width .wp-block-group__inner-container:after, .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;
}

.p-1 {
  padding: 10px;
}

.p-2 {
  padding: 20px;
}

.p-3 {
  padding: 30px;
}

.p-4 {
  padding: 40px;
}

.p-5 {
  padding: 50px;
}

.p-6 {
  padding: 60px;
}

.p-7 {
  padding: 70px;
}

.p-8 {
  padding: 80px;
}

.p-9 {
  padding: 90px;
}

.p-10 {
  padding: 100px;
}

.p-11 {
  padding: 110px;
}

.p-12 {
  padding: 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;
}

*, *: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: 14px; /* All font sizes calculated against this one */
  color: #194174;
}

body {
  background: #FFFFFF;
  font-family: "Open Sans", sans-serif;
  line-height: 1.6em;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body p {
  font-weight: 500;
}

::-moz-selection {
  background: #194174;
  color: #FFFFFF;
}

::selection {
  background: #194174;
  color: #FFFFFF;
}

::-moz-selection {
  background: #194174;
  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;
}

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

.alignright {
  float: right;
}

.alignleft {
  float: left;
}

.flex-item {
  display: flex;
}
.flex-item.justify-start {
  justify-content: start;
}
.flex-item.justify-center {
  justify-content: center;
}
.flex-item.justify-end {
  justify-content: end;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6,
body .gform_wrapper h3.gform_title {
  font-weight: bold;
  line-height: 1.4;
  margin: 2rem 0 1rem 0;
}
h1.is-style-with-background, h1.with-background, .h1.is-style-with-background, .h1.with-background, h2.is-style-with-background, h2.with-background, .h2.is-style-with-background, .h2.with-background, h3.is-style-with-background, h3.with-background, .h3.is-style-with-background, .h3.with-background, h4.is-style-with-background, h4.with-background, .h4.is-style-with-background, .h4.with-background, h5.is-style-with-background, h5.with-background, .h5.is-style-with-background, .h5.with-background, h6.is-style-with-background, h6.with-background, .h6.is-style-with-background, .h6.with-background,
body .gform_wrapper h3.gform_title.is-style-with-background,
body .gform_wrapper h3.gform_title.with-background {
  background-color: #194174;
  color: #FFFFFF;
  padding: 0 0.4rem;
  display: inline-block;
}

h1, .h1 {
  font-size: 50px;
  line-height: 1em;
}

h2, .h2 {
  font-size: 36px;
}

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

h4, .h4 {
  font-size: 1.1rem;
}

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: #194174;
  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: #0b1e35;
  text-decoration: underline;
}

strong, b {
  font-weight: bold;
}

.accordion {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: 50px !important;
}
.accordion div {
  position: relative;
}
.accordion div label {
  color: #373737;
  font-weight: bold;
  display: block;
  padding: 12px 4px;
  margin: 0px;
  border-bottom: 1px solid #cccccc;
  cursor: pointer;
  position: relative;
}
.accordion div label:before, .accordion div label:after {
  content: "";
  display: block;
  background-color: #194174;
  position: absolute;
  top: 50%;
  right: 0;
  transition: 0.35s;
  width: 40px;
  height: 3px;
  border-radius: 10px;
}
.accordion div label:before {
  transform: translatey(-50%);
}
.accordion div label:after {
  transform: translatey(-50%) rotate(90deg);
}
.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: #0b1e35;
  background: #eeeeee;
}
.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:before {
  transform: translatey(-50%) rotate(-90deg);
  opacity: 0;
}
.accordion div input:checked + label:after {
  transform: translatey(-50%) rotate(0);
}
.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.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:before, .accordion.plus-minus div:after, .accordion.is-style-plus-minus div:before, .accordion.is-style-plus-minus div:after {
  content: "";
  display: block;
  background-color: #333;
  position: absolute;
  top: 50%;
  left: 0;
  transition: 0.35s;
  width: 100%;
  height: 3px;
}
.accordion.plus-minus div:before, .accordion.is-style-plus-minus div:before {
  transform: translatey(-50%);
}
.accordion.plus-minus div:after, .accordion.is-style-plus-minus div:after {
  transform: translatey(-50%) rotate(90deg);
}
.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: #194174;
  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: #0b1e35;
}
.tabs-group .tabs ul > li > a:hover, .tabs-group .tabs ul > li > a:focus {
  background: #0b1e35;
}
.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;
}

.posts {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  margin: 0px -13px;
}
.posts > .post {
  width: calc(33.3% - 24px);
  display: inline-block;
  flex-basis: calc(33.3% - 24px);
  margin: 20px 12px;
  background: #fff;
  color: #194174;
}
.posts > .post .image {
  padding-top: 56.25%;
  position: relative;
}
.posts > .post .image span {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 10px;
  text-transform: uppercase;
  font-size: 1em;
}
.posts > .post h2 {
  margin-top: 0px;
  margin-bottom: 0.5rem;
}
.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;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pagination > * {
  display: inline-block;
  border: 1px solid #194174;
  min-width: 40px;
  height: 40px;
  line-height: 34px;
  text-align: center;
  padding: 0px 8px !important;
  color: #FFFFFF;
  opacity: 0.75;
  font-weight: 700;
}
.pagination > *:hover, .pagination > *:focus {
  opacity: 1;
  color: #FFFFFF;
  text-decoration: none;
}
.pagination .prev, .pagination .next {
  opacity: 1;
  font-size: 1.3rem;
  width: 40px;
  padding: 0 !important;
}
.pagination .prev:hover, .pagination .prev:focus, .pagination .next:hover, .pagination .next:focus {
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
}

.page-numbers {
  padding: 6px;
  margin-right: 5px;
}
.page-numbers.current {
  border: 0px;
  opacity: 1;
}

.single-post .banner {
  min-height: 95vh;
  z-index: 0;
}
.single-post .banner:before {
  content: "";
  height: 100%;
  width: 100%;
  background: linear-gradient(1800deg, rgb(25, 65, 116) 5%, rgba(255, 255, 255, 0.0480786064) 70%);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 11;
}
.single-post .banner .content {
  z-index: 12;
  top: 42%;
}
.single-post .banner .content .grid h1, .single-post .banner .content .is-style-full-width .wp-block-group__inner-container h1, .is-style-full-width .single-post .banner .content .wp-block-group__inner-container h1, .single-post .banner .content .is-style-full-width .wp-block-cover__inner-container h1, .is-style-full-width .single-post .banner .content .wp-block-cover__inner-container h1 {
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
  display: inline;
  line-height: 1.4;
  max-width: 400px;
}
.single-post .page-content {
  background: #194174;
}
.single-post .page-content .content {
  margin-top: -340px;
  position: relative;
  z-index: 15;
  overflow: hidden;
}
.single-post .page-content .content .blog-details {
  display: flex;
  color: #FFFFFF;
  justify-content: space-between;
  max-width: 1170px;
  margin: auto;
  font-size: 1rem;
  font-weight: 500;
  /* Landscape mobile view */
}
.single-post .page-content .content .blog-details .meta {
  margin-bottom: 1rem;
}
.single-post .page-content .content .blog-details .meta span.post-date {
  padding-right: 30px;
}
.single-post .page-content .content .blog-details .breadcrumbs {
  color: #FFFFFF;
}
.single-post .page-content .content .blog-details a {
  color: #FFFFFF;
}
.single-post .page-content .content .blog-content {
  border-radius: 20px;
  padding: 2rem;
  background: #FFFFFF;
  max-width: 1170px;
  margin: 0 auto 4rem auto;
  position: relative;
}
.single-post .page-content .content .blog-content p {
  margin-bottom: 2rem;
}
.single-post .page-content .content .blog-content .sharer {
  padding-top: 0.5rem;
}
.single-post .page-content .content .blog-content .sharer:before {
  content: "";
  background: url(../images/blue-horizontal-dashed-border.svg);
  height: 3px;
  width: 100%;
  display: block;
  position: absolute;
  left: 0;
}
.single-post .page-content .content .blog-content .sharer h4 {
  margin: 2rem 0 0.5rem 0;
}
.single-post .page-content .content .blog-content:before {
  content: "";
  background-image: url(../images/blog-details-dotted-bg.svg);
  background-size: cover;
  display: block;
  height: 600px;
  position: absolute;
  right: -216px;
  bottom: -18rem;
  width: 600px;
  z-index: -1;
}

.blog .posts {
  margin-top: 0;
}
.blog .posts .post {
  border-radius: 15px;
  overflow: hidden;
}
.blog .posts .post .content {
  padding: 2rem 2.4rem;
}
.blog .posts .post .content .btn, .blog .posts .post .content button:not([id*=slick-slide]),
.blog .posts .post .content input[type=submit] {
  display: inline-block;
  width: auto;
}
.blog .posts .post .content .btn:before, .blog .posts .post .content button:not([id*=slick-slide]):before,
.blog .posts .post .content input[type=submit]:before {
  background: rgba(25, 65, 116, 0.25);
}

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: "Open Sans", sans-serif;
  font-weight: 700;
  padding: 0;
  padding-right: 3.1rem;
  border: 0;
  border-radius: 0;
  margin: 24px 0 0 24px;
  opacity: 1 !important;
  box-shadow: none;
  text-decoration: none;
  white-space: nowrap;
  cursor: pointer;
  text-align: center;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: transparent;
  color: #194174;
  line-height: 3rem;
  text-transform: uppercase;
  z-index: 11;
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  min-width: 128px;
}
a.btn:before,
.btn:before,
button:not([id*=slick-slide]):before,
input[type=submit]:before,
.wp-block-button .wp-block-button__link:before,
.wp-block-file a.wp-block-file__button:before {
  content: "";
  display: inline-block;
  height: 3rem;
  width: 3rem;
  background: #78D1F2;
  border-radius: 3rem;
  position: absolute;
  top: 0;
  left: -27px;
  z-index: -1;
  transition: 0.3s ease-in-out;
}
a.btn:after,
.btn:after,
button:not([id*=slick-slide]):after,
input[type=submit]:after,
.wp-block-button .wp-block-button__link:after,
.wp-block-file a.wp-block-file__button:after {
  content: "\e91d";
  display: inline-block;
  font-family: "icomoon";
  margin-left: 8px;
  position: relative;
  top: 1px;
  transition: 0.3s ease-in-out;
}
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: transparent;
  color: #194174;
}
a.btn:hover:before, a.btn:focus:before,
.btn:hover:before,
button:hover:not([id*=slick-slide]):before,
input[type=submit]:hover:before,
.btn:focus:before,
button:focus:not([id*=slick-slide]):before,
input[type=submit]:focus:before,
.wp-block-button .wp-block-button__link:hover:before,
.wp-block-button .wp-block-button__link:focus:before,
.wp-block-file a.wp-block-file__button:hover:before,
.wp-block-file a.wp-block-file__button:focus:before {
  width: 100%;
  transition: 0.3s ease-in-out;
}
a.btn:hover:after, a.btn:focus:after,
.btn:hover:after,
button:hover:not([id*=slick-slide]):after,
input[type=submit]:hover:after,
.btn:focus:after,
button:focus:not([id*=slick-slide]):after,
input[type=submit]:focus:after,
.wp-block-button .wp-block-button__link:hover:after,
.wp-block-button .wp-block-button__link:focus:after,
.wp-block-file a.wp-block-file__button:hover:after,
.wp-block-file a.wp-block-file__button:focus:after {
  margin-left: 12px;
  transition: 0.3s ease-in-out;
}

a.btn-secondary,
.wp-block-button.btn-secondary .wp-block-button__link,
button.wp-block-button:not([id*=slick-slide]) .wp-block-button__link,
input.wp-block-button[type=submit] .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.wp-block-file:not([id*=slick-slide]) a.wp-block-file__button,
input.wp-block-file[type=submit] a.wp-block-file__button,
button.btn-secondary,
button:not([id*=slick-slide]),
input[type=submit].btn-secondary,
input[type=submit] {
  color: #FFFFFF;
  background: #194174;
  line-height: 1;
  padding: 16px 24px;
  margin: 1rem 0;
}
a.btn-secondary:hover, a.btn-secondary:focus,
.wp-block-button.btn-secondary .wp-block-button__link:hover,
button.wp-block-button:not([id*=slick-slide]) .wp-block-button__link:hover,
input.wp-block-button[type=submit] .wp-block-button__link:hover,
.wp-block-button.btn-secondary .wp-block-button__link:focus,
button.wp-block-button:not([id*=slick-slide]) .wp-block-button__link:focus,
input.wp-block-button[type=submit] .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,
button.wp-block-file:not([id*=slick-slide]) a.wp-block-file__button:hover,
input.wp-block-file[type=submit] a.wp-block-file__button:hover,
.wp-block-file.btn-secondary a.wp-block-file__button:focus,
button.wp-block-file:not([id*=slick-slide]) a.wp-block-file__button:focus,
input.wp-block-file[type=submit] a.wp-block-file__button:focus,
button.btn-secondary:hover,
button:hover:not([id*=slick-slide]),
button.btn-secondary:focus,
button:focus:not([id*=slick-slide]),
input[type=submit].btn-secondary:hover,
input[type=submit]:hover,
input[type=submit].btn-secondary:focus,
input[type=submit]:focus {
  background: #78D1F2;
}
a.btn-secondary:before,
.wp-block-button.btn-secondary .wp-block-button__link:before,
button.wp-block-button:not([id*=slick-slide]) .wp-block-button__link:before,
input.wp-block-button[type=submit] .wp-block-button__link:before,
.wp-block-button.is-style-secondary .wp-block-button__link:before,
.wp-block-file.btn-secondary a.wp-block-file__button:before,
button.wp-block-file:not([id*=slick-slide]) a.wp-block-file__button:before,
input.wp-block-file[type=submit] a.wp-block-file__button:before,
button.btn-secondary:before,
button:not([id*=slick-slide]):before,
input[type=submit].btn-secondary:before,
input[type=submit]:before {
  display: none;
}

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: #194174;
  background: rgba(25, 65, 116, 0);
  border: 2px solid #194174;
  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: #194174;
}

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: #194174;
  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: #0b1e35;
}

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-background-color,
.wp-block-button .wp-block-button__link.has-black-background-color {
  background-color: transparent;
}
.wp-block-button a.has-black-background-color:before,
.wp-block-button .wp-block-button__link.has-black-background-color:before {
  background-color: #000000;
}
.wp-block-button a.has-black-background-color:hover:before, .wp-block-button a.has-black-background-color:focus:before,
.wp-block-button .wp-block-button__link.has-black-background-color:hover:before,
.wp-block-button .wp-block-button__link.has-black-background-color:focus:before {
  background-color: #000000;
}
.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-background-color,
.wp-block-button .wp-block-button__link.has-font-background-color {
  background-color: transparent;
}
.wp-block-button a.has-font-background-color:before,
.wp-block-button .wp-block-button__link.has-font-background-color:before {
  background-color: #373737;
}
.wp-block-button a.has-font-background-color:hover:before, .wp-block-button a.has-font-background-color:focus:before,
.wp-block-button .wp-block-button__link.has-font-background-color:hover:before,
.wp-block-button .wp-block-button__link.has-font-background-color:focus:before {
  background-color: #373737;
}
.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: #373737;
}
.wp-block-button.is-style-fill a.has-font-background-color {
  border-color: #373737;
}

.wp-block-button a.has-grey-dark-background-color,
.wp-block-button .wp-block-button__link.has-grey-dark-background-color {
  background-color: transparent;
}
.wp-block-button a.has-grey-dark-background-color:before,
.wp-block-button .wp-block-button__link.has-grey-dark-background-color:before {
  background-color: #666666;
}
.wp-block-button a.has-grey-dark-background-color:hover:before, .wp-block-button a.has-grey-dark-background-color:focus:before,
.wp-block-button .wp-block-button__link.has-grey-dark-background-color:hover:before,
.wp-block-button .wp-block-button__link.has-grey-dark-background-color:focus:before {
  background-color: #666666;
}
.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-background-color,
.wp-block-button .wp-block-button__link.has-grey-background-color {
  background-color: transparent;
}
.wp-block-button a.has-grey-background-color:before,
.wp-block-button .wp-block-button__link.has-grey-background-color:before {
  background-color: #aaaaaa;
}
.wp-block-button a.has-grey-background-color:hover:before, .wp-block-button a.has-grey-background-color:focus:before,
.wp-block-button .wp-block-button__link.has-grey-background-color:hover:before,
.wp-block-button .wp-block-button__link.has-grey-background-color:focus:before {
  background-color: #aaaaaa;
}
.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-background-color,
.wp-block-button .wp-block-button__link.has-line-background-color {
  background-color: transparent;
}
.wp-block-button a.has-line-background-color:before,
.wp-block-button .wp-block-button__link.has-line-background-color:before {
  background-color: #cccccc;
}
.wp-block-button a.has-line-background-color:hover:before, .wp-block-button a.has-line-background-color:focus:before,
.wp-block-button .wp-block-button__link.has-line-background-color:hover:before,
.wp-block-button .wp-block-button__link.has-line-background-color:focus:before {
  background-color: #cccccc;
}
.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: #cccccc;
}
.wp-block-button.is-style-fill a.has-line-background-color {
  border-color: #cccccc;
}

.wp-block-button a.has-light-background-color,
.wp-block-button .wp-block-button__link.has-light-background-color {
  background-color: transparent;
}
.wp-block-button a.has-light-background-color:before,
.wp-block-button .wp-block-button__link.has-light-background-color:before {
  background-color: #eeeeee;
}
.wp-block-button a.has-light-background-color:hover:before, .wp-block-button a.has-light-background-color:focus:before,
.wp-block-button .wp-block-button__link.has-light-background-color:hover:before,
.wp-block-button .wp-block-button__link.has-light-background-color:focus:before {
  background-color: #eeeeee;
}
.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-background-color,
.wp-block-button .wp-block-button__link.has-white-background-color {
  background-color: transparent;
}
.wp-block-button a.has-white-background-color:before,
.wp-block-button .wp-block-button__link.has-white-background-color:before {
  background-color: #FFFFFF;
}
.wp-block-button a.has-white-background-color:hover:before, .wp-block-button a.has-white-background-color:focus:before,
.wp-block-button .wp-block-button__link.has-white-background-color:hover:before,
.wp-block-button .wp-block-button__link.has-white-background-color:focus:before {
  background-color: #FFFFFF;
}
.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-brand-dark-background-color,
.wp-block-button .wp-block-button__link.has-brand-dark-background-color {
  background-color: transparent;
}
.wp-block-button a.has-brand-dark-background-color:before,
.wp-block-button .wp-block-button__link.has-brand-dark-background-color:before {
  background-color: #0b1e35;
}
.wp-block-button a.has-brand-dark-background-color:hover:before, .wp-block-button a.has-brand-dark-background-color:focus:before,
.wp-block-button .wp-block-button__link.has-brand-dark-background-color:hover:before,
.wp-block-button .wp-block-button__link.has-brand-dark-background-color:focus:before {
  background-color: #0b1e35;
}
.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: #0b1e35;
}
.wp-block-button.is-style-fill a.has-brand-dark-background-color {
  border-color: #0b1e35;
}

.wp-block-button a.has-brand-background-color,
.wp-block-button .wp-block-button__link.has-brand-background-color {
  background-color: transparent;
}
.wp-block-button a.has-brand-background-color:before,
.wp-block-button .wp-block-button__link.has-brand-background-color:before {
  background-color: #194174;
}
.wp-block-button a.has-brand-background-color:hover:before, .wp-block-button a.has-brand-background-color:focus:before,
.wp-block-button .wp-block-button__link.has-brand-background-color:hover:before,
.wp-block-button .wp-block-button__link.has-brand-background-color:focus:before {
  background-color: #194174;
}
.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: #194174;
}
.wp-block-button.is-style-fill a.has-brand-background-color {
  border-color: #194174;
}

.wp-block-button a.has-brand-light-background-color,
.wp-block-button .wp-block-button__link.has-brand-light-background-color {
  background-color: transparent;
}
.wp-block-button a.has-brand-light-background-color:before,
.wp-block-button .wp-block-button__link.has-brand-light-background-color:before {
  background-color: #2764b3;
}
.wp-block-button a.has-brand-light-background-color:hover:before, .wp-block-button a.has-brand-light-background-color:focus:before,
.wp-block-button .wp-block-button__link.has-brand-light-background-color:hover:before,
.wp-block-button .wp-block-button__link.has-brand-light-background-color:focus:before {
  background-color: #2764b3;
}
.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: #2764b3;
}
.wp-block-button.is-style-fill a.has-brand-light-background-color {
  border-color: #2764b3;
}

.wp-block-button a.has-accent-dark-background-color,
.wp-block-button .wp-block-button__link.has-accent-dark-background-color {
  background-color: transparent;
}
.wp-block-button a.has-accent-dark-background-color:before,
.wp-block-button .wp-block-button__link.has-accent-dark-background-color:before {
  background-color: #32b9eb;
}
.wp-block-button a.has-accent-dark-background-color:hover:before, .wp-block-button a.has-accent-dark-background-color:focus:before,
.wp-block-button .wp-block-button__link.has-accent-dark-background-color:hover:before,
.wp-block-button .wp-block-button__link.has-accent-dark-background-color:focus:before {
  background-color: #32b9eb;
}
.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: #32b9eb;
}
.wp-block-button.is-style-fill a.has-accent-dark-background-color {
  border-color: #32b9eb;
}

.wp-block-button a.has-accent-background-color,
.wp-block-button .wp-block-button__link.has-accent-background-color {
  background-color: transparent;
}
.wp-block-button a.has-accent-background-color:before,
.wp-block-button .wp-block-button__link.has-accent-background-color:before {
  background-color: #78D1F2;
}
.wp-block-button a.has-accent-background-color:hover:before, .wp-block-button a.has-accent-background-color:focus:before,
.wp-block-button .wp-block-button__link.has-accent-background-color:hover:before,
.wp-block-button .wp-block-button__link.has-accent-background-color:focus:before {
  background-color: #78D1F2;
}
.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: #78D1F2;
}
.wp-block-button.is-style-fill a.has-accent-background-color {
  border-color: #78D1F2;
}

.wp-block-button a.has-accent-light-background-color,
.wp-block-button .wp-block-button__link.has-accent-light-background-color {
  background-color: transparent;
}
.wp-block-button a.has-accent-light-background-color:before,
.wp-block-button .wp-block-button__link.has-accent-light-background-color:before {
  background-color: #bee9f9;
}
.wp-block-button a.has-accent-light-background-color:hover:before, .wp-block-button a.has-accent-light-background-color:focus:before,
.wp-block-button .wp-block-button__link.has-accent-light-background-color:hover:before,
.wp-block-button .wp-block-button__link.has-accent-light-background-color:focus:before {
  background-color: #bee9f9;
}
.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: #bee9f9;
}
.wp-block-button.is-style-fill a.has-accent-light-background-color {
  border-color: #bee9f9;
}

.wp-block-button a.has-blue-background-color,
.wp-block-button .wp-block-button__link.has-blue-background-color {
  background-color: transparent;
}
.wp-block-button a.has-blue-background-color:before,
.wp-block-button .wp-block-button__link.has-blue-background-color:before {
  background-color: #78D1F2;
}
.wp-block-button a.has-blue-background-color:hover:before, .wp-block-button a.has-blue-background-color:focus:before,
.wp-block-button .wp-block-button__link.has-blue-background-color:hover:before,
.wp-block-button .wp-block-button__link.has-blue-background-color:focus:before {
  background-color: #78D1F2;
}
.wp-block-button.is-style-outline a.has-blue-color,
.wp-block-button.is-style-outline .wp-block-button__link.has-blue-color {
  border-color: #78D1F2;
}
.wp-block-button.is-style-fill a.has-blue-background-color {
  border-color: #78D1F2;
}

.wp-block-button a.has-dark-blue-background-color,
.wp-block-button .wp-block-button__link.has-dark-blue-background-color {
  background-color: transparent;
}
.wp-block-button a.has-dark-blue-background-color:before,
.wp-block-button .wp-block-button__link.has-dark-blue-background-color:before {
  background-color: #194174;
}
.wp-block-button a.has-dark-blue-background-color:hover:before, .wp-block-button a.has-dark-blue-background-color:focus:before,
.wp-block-button .wp-block-button__link.has-dark-blue-background-color:hover:before,
.wp-block-button .wp-block-button__link.has-dark-blue-background-color:focus:before {
  background-color: #194174;
}
.wp-block-button.is-style-outline a.has-dark-blue-color,
.wp-block-button.is-style-outline .wp-block-button__link.has-dark-blue-color {
  border-color: #194174;
}
.wp-block-button.is-style-fill a.has-dark-blue-background-color {
  border-color: #194174;
}

.wp-block-button a.has-green-background-color,
.wp-block-button .wp-block-button__link.has-green-background-color {
  background-color: transparent;
}
.wp-block-button a.has-green-background-color:before,
.wp-block-button .wp-block-button__link.has-green-background-color:before {
  background-color: #B6CCA1;
}
.wp-block-button a.has-green-background-color:hover:before, .wp-block-button a.has-green-background-color:focus:before,
.wp-block-button .wp-block-button__link.has-green-background-color:hover:before,
.wp-block-button .wp-block-button__link.has-green-background-color:focus:before {
  background-color: #B6CCA1;
}
.wp-block-button.is-style-outline a.has-green-color,
.wp-block-button.is-style-outline .wp-block-button__link.has-green-color {
  border-color: #B6CCA1;
}
.wp-block-button.is-style-fill a.has-green-background-color {
  border-color: #B6CCA1;
}

.wp-block-button a.has-peach-background-color,
.wp-block-button .wp-block-button__link.has-peach-background-color {
  background-color: transparent;
}
.wp-block-button a.has-peach-background-color:before,
.wp-block-button .wp-block-button__link.has-peach-background-color:before {
  background-color: #F6938D;
}
.wp-block-button a.has-peach-background-color:hover:before, .wp-block-button a.has-peach-background-color:focus:before,
.wp-block-button .wp-block-button__link.has-peach-background-color:hover:before,
.wp-block-button .wp-block-button__link.has-peach-background-color:focus:before {
  background-color: #F6938D;
}
.wp-block-button.is-style-outline a.has-peach-color,
.wp-block-button.is-style-outline .wp-block-button__link.has-peach-color {
  border-color: #F6938D;
}
.wp-block-button.is-style-fill a.has-peach-background-color {
  border-color: #F6938D;
}

.wp-block-button a.has-pink-background-color,
.wp-block-button .wp-block-button__link.has-pink-background-color {
  background-color: transparent;
}
.wp-block-button a.has-pink-background-color:before,
.wp-block-button .wp-block-button__link.has-pink-background-color:before {
  background-color: #B6519F;
}
.wp-block-button a.has-pink-background-color:hover:before, .wp-block-button a.has-pink-background-color:focus:before,
.wp-block-button .wp-block-button__link.has-pink-background-color:hover:before,
.wp-block-button .wp-block-button__link.has-pink-background-color:focus:before {
  background-color: #B6519F;
}
.wp-block-button.is-style-outline a.has-pink-color,
.wp-block-button.is-style-outline .wp-block-button__link.has-pink-color {
  border-color: #B6519F;
}
.wp-block-button.is-style-fill a.has-pink-background-color {
  border-color: #B6519F;
}

.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: 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: "\e91b";
}
.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: "\e90b";
}
.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: "\e942";
}
.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;
}

button:not([id*=slick-slide]):after,
input[type=submit]:after {
  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],
textarea,
.gform_wrapper textarea,
.select select,
.select .customSelect,
.ginput_container_select select,
.ginput_container_select .customSelect {
  font-size: 1.1rem !important;
  line-height: 1.6em;
  font-family: "Open Sans", sans-serif;
  width: 100% !important;
  background: transparent;
  padding: 0.75rem 0;
  border: 0;
  border-bottom: 1px solid #cccccc;
  border-radius: 0;
  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,
textarea:focus,
.gform_wrapper textarea:focus,
.select select:focus,
.select .customSelect:focus,
.ginput_container_select select:focus,
.ginput_container_select .customSelect:focus {
  border-color: #194174;
  box-shadow: inset 0 -2px 0 0 #194174;
}

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

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: "Open Sans", 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 #cccccc;
  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: #194174;
}

.gfield_radio li,
.gfield_checkbox li {
  padding: 8px 0px !important;
}
.gfield_radio li > *,
.gfield_checkbox li > * {
  display: inline-block;
  vertical-align: middle;
}
.gfield_radio li ul li,
.gfield_checkbox li ul li {
  display: inline-block;
}
.gfield_radio li ul li > *,
.gfield_checkbox li ul li > * {
  display: inline-block;
  vertical-align: middle;
}
.gfield_radio li ul li input[type=text],
.gfield_checkbox li ul li input[type=text] {
  width: auto !important;
  margin: 0px 0px 0px 5px;
  padding: 6px 10px !important;
  height: auto;
}
.gfield_radio li li:not(:last-child) label,
.gfield_checkbox li li:not(:last-child) label {
  margin-right: 5px;
}

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

:-moz-placeholder {
  color: #373737;
  opacity: 0.6;
}

::-moz-placeholder {
  color: #373737;
  opacity: 0.6;
}

:-ms-input-placeholder {
  color: #373737;
  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;
}

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 {
  padding-top: 0;
}
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: #373737;
  opacity: 0.6;
}
body .gform_wrapper .gfield_radio > li[class*=gchoice_] input[type=text] :-moz-placeholder {
  color: #373737;
  opacity: 0.6;
}
body .gform_wrapper .gfield_radio > li[class*=gchoice_] input[type=text] ::-moz-placeholder {
  color: #373737;
  opacity: 0.6;
}
body .gform_wrapper .gfield_radio > li[class*=gchoice_] input[type=text] :-ms-input-placeholder {
  color: #373737;
  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);
}
body .gform_wrapper .gfield_error [aria-invalid=true] {
  border: unset;
  border-bottom: 1px solid #c02b0a;
}
body .gform_wrapper .gfield_description {
  margin-top: 12px;
  padding: 4px 12px !important;
}

.ui-datepicker {
  width: 216px;
  height: auto;
  font: 0.8em "Open Sans", 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: #194174;
  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 #cccccc;
}
.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 #cccccc;
}
.ui-datepicker table.ui-datepicker-calendar tbody tr td {
  padding: 0;
  border-top: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
}
.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: #373737;
  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: #194174;
  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 #194174;
}

body .gform_wrapper {
  -webkit-margin-start: 6rem;
          margin-inline-start: 6rem;
  margin-bottom: 0;
  padding: 125px 0;
}
body .gform_wrapper .gform_body {
  margin-top: 0 !important;
}
body .gform_wrapper .gform_body input {
  border-bottom: 1px solid #194174;
  padding-left: 0 !important;
}
body .gform_wrapper .gform_body input:focus, body .gform_wrapper .gform_body input:focus-visible {
  outline: unset;
}
body .gform_wrapper .gform_body input[type=checkbox] {
  border: 1px solid #194174;
  border-radius: 50%;
  cursor: pointer;
}
body .gform_wrapper .gform_body textarea {
  border: 1px solid #194174;
  margin-top: 2rem;
}
body .gform_wrapper .gform_body textarea:focus, body .gform_wrapper .gform_body textarea:focus-visible {
  outline-color: #194174;
}
body .gform_wrapper .gform_footer {
  padding: 2rem 0 0 0;
}
body .gform_wrapper .gform_footer input[type=submit] {
  border-radius: 75px;
  font-weight: 500;
  text-transform: uppercase;
}

@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: "\e91b";
}

.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: "\e90b";
}

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

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

.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-arrow-left-alt:before {
  content: "\e91d";
  transform: scale(-1);
  display: inline-block;
}

.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-controls .pager {
  margin-top: 2rem;
}

.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: 20px;
  height: 20px;
  background: #eeeeee;
  margin: 0 4px;
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition-duration: 0.4s;
  border-radius: 50%;
  padding: 0;
  opacity: 0.7;
}
.pager button:hover, .pager button:focus {
  box-shadow: 0 0 0 2px #FFFFFF inset;
  opacity: 1;
}
.pager .slick-active button {
  transition-duration: 0.6s;
  box-shadow: 0 0 0 10px #FFFFFF inset;
  opacity: 1;
}

.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;
}

.testimonials {
  width: 100vw;
  position: relative;
  margin-left: -50vw;
  left: 50%;
}
.testimonials .slick-track {
  display: flex;
}
.testimonials .slick-slide {
  height: inherit;
}
.testimonials .slick-slide > div {
  padding: 0 1rem;
  height: 100%;
}
.testimonials .slick-slide .testimonial {
  background-color: #FFFFFF;
  color: #194174;
  padding: 2rem;
  border-radius: 15px;
  height: 100%;
}
.testimonials .slick-slide .testimonial svg.quotes {
  width: 50px;
}
.testimonials .slick-slide .testimonial svg.quotes .q-path {
  fill: #78D1F2;
}
.testimonials .slick-slide .testimonial .content {
  padding-bottom: 1.5rem;
}
.testimonials .slick-slide .testimonial .name-company {
  background: #194174;
  color: #FFFFFF;
  padding: 0.25rem 0.5rem;
  display: inline-block;
}
.testimonials .slick-slide:nth-child(2n) svg.quotes .q-path {
  fill: #B6CCA1;
}
.testimonials .slick-slide:nth-child(3n) svg.quotes .q-path {
  fill: #F6938D;
}
.testimonials .slick-slide:nth-child(4n) svg.quotes .q-path {
  fill: #B6519F;
}

.social {
  list-style: none;
  margin: 0;
  padding: 0;
}
.social > li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 3px;
}
.social a {
  display: block;
  width: 30px;
  height: 30px;
  background-color: #FFFFFF;
  position: relative;
  border-radius: 50%;
  text-decoration: none;
}
.social a:before {
  position: absolute;
  margin-top: -0.5em;
  top: 50%;
  left: 0px;
  right: 0px;
  text-align: center;
}
.social a:before {
  color: #194174;
}
.social a:hover, .social a:focus {
  background: #194174;
}
.social a:hover:before, .social a:focus:before {
  color: #FFFFFF;
}

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

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

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

.background-fadeout {
  width: 100%;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: var(--service-colour, #FFFFFF);
  transition: background-color 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  z-index: 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: #373737;
  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 #194174;
  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.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.is-style-restricted-width, .restricted-width {
  max-width: 1088px;
  margin-left: auto;
  margin-right: auto;
}

.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, .is-style-full-width {
  overflow: hidden;
  margin: 0px -20px;
  width: 100%;
  padding: 0;
  width: 100vw;
}
.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, .is-style-full-width .wp-block-group__inner-container, .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(1366px / 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;
}

.wp-block-separator, hr {
  border: none;
  background: url(../images/blue-horizontal-dashed-border.svg);
  display: block;
  height: 3px;
  margin-top: 1rem;
  margin-bottom: 2rem;
  width: 260px;
  margin-left: 0;
}
.wp-block-separator.white, hr.white {
  background: url(../images/white-horizontal-dashed-border.svg);
}

.header {
  position: fixed;
  width: 100%;
  z-index: 9999999999;
  background-color: #FFFFFF;
  left: 0;
  right: 0;
  top: 0;
}
.header .topbar {
  background: #194174;
  color: #FFFFFF;
}
.header .logo {
  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%;
}
.header .main-navigation > ul > li a {
  display: block;
  position: relative;
  padding: 12px 16px;
  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: #0b1e35;
  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: #194174;
  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: #194174;
  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 {
  cursor: pointer;
  position: absolute;
  right: 1rem;
  background: #194174;
  border-radius: 50%;
  height: 55px !important;
  width: 55px !important;
}
.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: #FFFFFF;
  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 {
  background: #194174;
}
.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);
}

a#return {
  position: fixed;
  right: 1.5rem;
  bottom: 1.5rem;
  width: 3rem;
  height: 3rem;
  background: #194174;
  line-height: 1;
  font-size: 1.5rem;
  color: #fff;
  text-align: center;
  overflow: hidden;
  padding: 0.75rem;
  z-index: 999;
  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: #0b1e35;
}
a#return.show {
  opacity: 1;
  pointer-events: all;
  transform: none;
}
a#return span {
  text-indent: 100px;
  display: block;
}

.footer {
  background: #194174;
  padding: 3rem 0 1rem 0;
  position: relative;
  color: #FFFFFF;
}
.footer a {
  color: #FFFFFF;
}
.footer .footer-nav > ul {
  -moz-columns: 2;
       columns: 2;
  gap: 2rem;
}
.footer .footer-nav > ul li {
  margin-bottom: 0.5rem;
}
.footer .footer-nav > ul li a {
  color: #FFFFFF;
}
.footer-top {
  align-items: flex-end;
  padding-bottom: 2rem;
  margin-bottom: 2rem;
  position: relative;
}
.footer-top:after {
  content: "";
  background-image: url(../images/white-horizontal-dashed-border.svg);
  display: block;
  height: 2px;
  width: 100%;
  position: absolute;
  bottom: 0;
}
.footer .bottom {
  display: flex;
  align-items: baseline;
  padding-bottom: 1rem;
}
.footer .bottom .alignright {
  margin: 0;
  display: block;
  text-align: right;
  width: 100%;
}
.footer > .grid, .is-style-full-width .footer > .wp-block-group__inner-container, .is-style-full-width .footer > .wp-block-cover__inner-container {
  padding: 20px;
}
.footer .logo {
  width: 264px;
  height: 112px;
  background-image: url(../images/footer-logo.svg);
  background-size: 264px 112px;
  background-position: center;
  background-repeat: no-repeat;
  margin: 0;
  display: inline-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 {
  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);
  position: relative;
  padding-right: 25px;
  text-decoration: none;
}
.footer .bottom .slickdesign:before {
  position: absolute;
  margin-top: -0.5em;
  top: 50%;
  right: 0px;
}
.footer .bottom .slickdesign:before {
  font-size: 1.25em;
  transition: transform 1.6s cubic-bezier(0.19, 1, 0.22, 1);
  width: 22px;
  height: 18px;
  display: block;
  transform-origin: 50%;
  transform: rotate(0deg);
  text-align: center;
}
.footer .bottom .slickdesign:hover, .footer .bottom .slickdesign:focus {
  color: rgba(255, 255, 255, 0.6);
}
.footer .bottom .slickdesign:hover:before, .footer .bottom .slickdesign:focus:before {
  transform: rotate(360deg);
}

main {
  padding-top: 78px;
}
main.has-dark-blue-background-color {
  color: #FFFFFF;
}

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

.banner {
  height: 250px;
  position: relative;
}
.banner > .content {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
}
.banner > .content {
  z-index: 2;
  color: #FFFFFF;
}
.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;
}

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

.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: #194174;
  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: #0b1e35;
}
.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;
}

.home .main {
  padding-top: 0;
  background: linear-gradient(180deg, rgb(255, 255, 255) 3%, rgb(120, 209, 242) 10%);
}
.home .main .page-content .dotted-bg {
  display: none;
  position: absolute;
  left: 50%;
  top: 10vh;
  -webkit-margin-start: -490px;
          margin-inline-start: -490px;
  z-index: 1;
}
.home .main .page-content .dotted-bg path {
  stroke-width: 2px;
  vector-effect: non-scaling-stroke;
}
.home .main .page-content .dotted-bg.tab-screen {
  display: none;
}
.home .main .page-content .dotted-bg.mobile-screen {
  display: none;
}
.home .main .page-content .dotted-bg.small-mobile-screen {
  display: none;
}
.home .main .page-content .banner {
  height: 55vh;
  -webkit-margin-start: auto;
          margin-inline-start: auto;
  -webkit-margin-end: auto;
          margin-inline-end: auto;
  text-align: center;
  position: relative;
  z-index: 1;
}
.home .main .page-content .banner:after {
  display: none;
}
.home .main .page-content .banner h1 {
  color: #194174;
  margin: 64px 0;
  font-size: 66px;
  line-height: 66px;
}
.home .main .page-content .banner p {
  color: #194174;
  font-size: 24px;
  font-weight: 500;
  max-width: 814px;
  -webkit-margin-start: auto;
          margin-inline-start: auto;
  -webkit-margin-end: auto;
          margin-inline-end: auto;
  line-height: 32px;
}
.home .main .page-content .our-services {
  margin-top: 6%;
}
.home .main .page-content .our-services .h2-title {
  position: relative;
  margin: auto;
  min-height: 230px;
  width: -moz-fit-content;
  width: fit-content;
  z-index: 1;
}
.home .main .page-content .our-services .h2-title h2 {
  color: #194174;
  display: inline-block;
  margin: 0;
  position: relative;
  z-index: 1;
  padding: 0.1rem 0.6rem 0.25rem;
  line-height: 1.5;
}
.home .main .page-content .our-services .h2-title h2 br {
  display: none;
}
.home .main .page-content .our-services .h2-title span {
  background: url(../images/h2-bg.svg) no-repeat;
  background-size: contain;
  display: inline-block;
  height: 250px;
  width: 250px;
  position: absolute;
  right: -200px;
  top: -25px;
}
.home .main .page-content .our-services .services-block {
  max-width: 1088px;
  -webkit-margin-before: 66px;
          margin-block-start: 66px;
  -webkit-margin-after: 66px;
          margin-block-end: 66px;
  -webkit-margin-start: auto;
          margin-inline-start: auto;
  -webkit-margin-end: auto;
          margin-inline-end: auto;
  position: relative;
  z-index: 1;
}
.home .main .page-content .our-services .services-block .title {
  display: flex;
  align-items: center;
  gap: 2rem;
  position: relative;
  z-index: 11;
}
.home .main .page-content .our-services .services-block .title .icon {
  background: #FFFFFF;
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 140px;
  width: 140px;
}
.home .main .page-content .our-services .services-block .title .icon svg {
  max-width: 80px;
  max-height: 80px;
}
.home .main .page-content .our-services .services-block .title .text h3 {
  color: #194174;
  display: inline;
  margin: 0;
  line-height: 1.4;
}
.home .main .page-content .our-services .services-block .content {
  background: #FFFFFF;
  border-radius: 26px;
  margin-top: 2rem;
  padding: 2rem;
  position: relative;
  z-index: 1;
}
.home .main .page-content .our-services .services-block .content a.btn {
  background: unset;
  color: #194174;
  font-size: 0.9rem;
  margin: 0 0 0 24px;
  padding: 0;
  line-height: 3rem;
  text-transform: uppercase;
  padding-right: 3.1rem;
  position: relative;
  width: auto;
}
.home .main .page-content .our-services .services-block .content a.btn:before {
  content: "";
  display: inline-block;
  height: 3rem;
  width: 3rem;
  background: var(--btn-colour, #78D1F2);
  border-radius: 3rem;
  position: absolute;
  top: 0px;
  left: -27px;
  z-index: -1;
  transition: 0.3s ease-in-out;
}
.home .main .page-content .our-services .services-block .content a.btn:hover:before {
  width: 100%;
  transition: 0.3s ease-in-out;
}
.home .main .page-content .our-services .services-block .content a.btn:hover:after {
  margin-left: 12px;
  transition: 0.3s ease-in-out;
}
.home .main .page-content .our-services .services-block .faded-icon {
  display: none;
  position: absolute;
  right: -180px;
  top: 70px;
}
.home .main .page-content .our-services .services-block .faded-icon svg {
  height: 508px;
  width: auto;
}
.home .main .page-content .our-services .services-block .faded-icon svg path,
.home .main .page-content .our-services .services-block .faded-icon svg rect {
  fill: rgba(255, 255, 255, 0.2);
}
.home .main .page-content .our-services .services-block.bgcolor-green .content a:before {
  background: #B6CCA1;
}
.home .main .page-content .our-services .services-block.bgcolor-peach .content a:before {
  background: #F6938D;
}
.home .main .page-content .our-services .services-block.align-right .title {
  flex-direction: row-reverse;
}
.home .main .page-content .our-services .services-block.align-right .title .text {
  text-align: right;
}
.home .main .page-content .our-services .services-block:first-child:after {
  content: "";
  background: url(../images/dotted-line-two.svg) no-repeat;
  background-position: top -230px left 68px;
  height: 688px;
  display: none;
  position: absolute;
  width: 100%;
}
.home .main .page-content .our-services .services-block:nth-child(2):before {
  content: "";
  background: url(../images/vertical-dotted-border.svg);
  display: none;
  height: 6rem;
  position: absolute;
  width: 2px;
  top: 100px;
  right: 68px;
  z-index: -1;
}
.home .main .page-content .our-services .services-block:nth-child(2) .faded-icon {
  left: -180px;
  top: -18px;
}
.home .main .page-content .our-services .services-block:nth-child(2) .faded-icon svg {
  height: 374px;
}
.home .main .page-content .our-services .services-block:nth-child(3):before {
  content: "";
  background: url(../images/vertical-dotted-border.svg);
  display: none;
  height: 400px;
  position: absolute;
  width: 2px;
  top: -100px;
  right: 68px;
  z-index: -1;
}
.home .main .page-content .our-services .services-block:nth-child(3) .faded-icon {
  right: -236px;
  top: -30px;
}
.home .main .page-content .our-services .services-block:nth-child(3) .faded-icon svg {
  height: 466px;
}
.home .main .page-content .our-services .services-block:nth-child(4):before {
  content: "";
  background: url(../images/vertical-dotted-border.svg);
  display: none;
  height: 380px;
  position: absolute;
  width: 2px;
  top: -100px;
  right: 68px;
  z-index: -1;
}
.home .main .page-content .our-services .services-block:nth-child(4) .faded-icon {
  left: -268px;
  top: -52px;
}
.home .main .page-content .our-services .services-block:nth-child(4) .faded-icon svg {
  height: 400px;
}
.home .main .page-content .our-services .services-block:nth-child(4):after {
  content: "";
  background: url(../images/dotted-line-three.svg) no-repeat;
  background-position: top -8px right 65px;
  height: 465px;
  display: none;
  position: absolute;
  width: 100%;
}
.home .main .page-content .our-services .services-block:nth-child(5):after {
  content: "";
  background: url(../images/vertical-dotted-border.svg);
  display: none;
  height: 400px;
  position: absolute;
  width: 2px;
  bottom: -360px;
  left: 68px;
  z-index: -1;
}
.home .main .page-content .our-services .services-block:nth-child(5) .faded-icon {
  right: -210px;
  top: 220px;
}
.home .main .page-content .our-services .services-block:nth-child(5) .faded-icon svg {
  height: 372px;
}
.home .main .page-content .our-services .services-block:nth-child(6):after {
  content: "";
  background: url(../images/vertical-dotted-border.svg);
  display: block;
  height: 24px;
  position: absolute;
  width: 2px;
  bottom: -16;
  left: 68px;
  z-index: -1;
}
.home .main .page-content .our-services .services-block:nth-child(6):last-child:after {
  display: none;
}
.home .main .page-content .our-services .services-block:nth-child(6) .faded-icon {
  left: -198px;
  top: 160px;
}
.home .main .page-content .our-services .services-block:nth-child(6) .faded-icon svg {
  height: 478px;
}

.contact-cta {
  background: #FFFFFF;
  position: relative;
  color: #194174;
}
.contact-cta .grid .row, .contact-cta .is-style-full-width .wp-block-group__inner-container .row, .is-style-full-width .contact-cta .wp-block-group__inner-container .row, .contact-cta .is-style-full-width .wp-block-cover__inner-container .row, .is-style-full-width .contact-cta .wp-block-cover__inner-container .row {
  display: flex;
}
.contact-cta .grid .row .col, .contact-cta .is-style-full-width .wp-block-group__inner-container .row .col, .is-style-full-width .contact-cta .wp-block-group__inner-container .row .col, .contact-cta .is-style-full-width .wp-block-cover__inner-container .row .col, .is-style-full-width .contact-cta .wp-block-cover__inner-container .row .col {
  display: inline-flex;
  align-items: center;
}
.contact-cta .grid .row .col .content-wrap, .contact-cta .is-style-full-width .wp-block-group__inner-container .row .col .content-wrap, .is-style-full-width .contact-cta .wp-block-group__inner-container .row .col .content-wrap, .contact-cta .is-style-full-width .wp-block-cover__inner-container .row .col .content-wrap, .is-style-full-width .contact-cta .wp-block-cover__inner-container .row .col .content-wrap {
  padding: 125px 0;
  -webkit-margin-end: 6rem;
          margin-inline-end: 6rem;
}
.contact-cta .grid .row .col .content-wrap .has-dark-blue-background-color, .contact-cta .is-style-full-width .wp-block-group__inner-container .row .col .content-wrap .has-dark-blue-background-color, .is-style-full-width .contact-cta .wp-block-group__inner-container .row .col .content-wrap .has-dark-blue-background-color, .contact-cta .is-style-full-width .wp-block-cover__inner-container .row .col .content-wrap .has-dark-blue-background-color, .is-style-full-width .contact-cta .wp-block-cover__inner-container .row .col .content-wrap .has-dark-blue-background-color {
  border-radius: 15px;
}
.contact-cta .grid .row .col h3, .contact-cta .is-style-full-width .wp-block-group__inner-container .row .col h3, .is-style-full-width .contact-cta .wp-block-group__inner-container .row .col h3, .contact-cta .is-style-full-width .wp-block-cover__inner-container .row .col h3, .is-style-full-width .contact-cta .wp-block-cover__inner-container .row .col h3 {
  margin-top: 0;
}

.roadmap-banner {
  background: #FFFFFF;
  color: #194174;
  position: relative;
}
.roadmap-banner .container {
  max-width: 1087px;
  margin: auto;
  display: flex;
  align-items: center;
}
.roadmap-banner .container .content {
  min-width: 456px;
}
.roadmap-banner .container .content h1 {
  margin-top: 0;
}
.roadmap-banner .container .content h1:after {
  content: "";
  background: url(../images/h1-border.svg);
  display: block;
  height: 3px;
  margin-top: 2rem;
  margin-bottom: 2rem;
  width: 260px;
}
.roadmap .roadmap-block {
  background: #FFFFFF;
  color: #194174;
  border-radius: 1.4rem;
  max-width: 1088px;
  margin: 0 auto 64px auto;
  padding: 2rem;
  position: relative;
}
.roadmap .roadmap-block .wp-block-group__inner-container {
  padding: 0;
}
.roadmap .roadmap-block .wp-block-group__inner-container h3 {
  margin: 0;
}
.roadmap .roadmap-block .wp-block-group__inner-container p {
  margin: 1rem 0 0 0 !important;
}
.roadmap .roadmap-block:before {
  content: "";
  background: url(../images/vertical-dotted-border.svg);
  display: none;
  height: 6rem;
  position: absolute;
  width: 2px;
  top: -6rem;
  right: 260px;
}
.roadmap .roadmap-block:first-child {
  margin-top: 64px;
}
.roadmap .roadmap-block:first-child:before {
  height: calc(6rem + 75px);
  top: calc(-6rem - 75px);
}

.service-banner {
  padding: 223px 0;
}
.service-banner .grid, .service-banner .is-style-full-width .wp-block-group__inner-container, .is-style-full-width .service-banner .wp-block-group__inner-container, .service-banner .is-style-full-width .wp-block-cover__inner-container, .is-style-full-width .service-banner .wp-block-cover__inner-container {
  display: flex;
  align-items: center;
  gap: 0 1rem;
}
.service-banner .grid:before, .service-banner .is-style-full-width .wp-block-group__inner-container:before, .is-style-full-width .service-banner .wp-block-group__inner-container:before, .service-banner .is-style-full-width .wp-block-cover__inner-container:before, .is-style-full-width .service-banner .wp-block-cover__inner-container:before, .service-banner .grid:after, .service-banner .is-style-full-width .wp-block-group__inner-container:after, .is-style-full-width .service-banner .wp-block-group__inner-container:after, .service-banner .is-style-full-width .wp-block-cover__inner-container:after, .is-style-full-width .service-banner .wp-block-cover__inner-container:after {
  display: none;
}
.service-banner .grid .banner-title, .service-banner .is-style-full-width .wp-block-group__inner-container .banner-title, .is-style-full-width .service-banner .wp-block-group__inner-container .banner-title, .service-banner .is-style-full-width .wp-block-cover__inner-container .banner-title, .is-style-full-width .service-banner .wp-block-cover__inner-container .banner-title {
  display: flex;
  align-items: center;
}
.service-banner .grid .banner-title .icon, .service-banner .is-style-full-width .wp-block-group__inner-container .banner-title .icon, .is-style-full-width .service-banner .wp-block-group__inner-container .banner-title .icon, .service-banner .is-style-full-width .wp-block-cover__inner-container .banner-title .icon, .is-style-full-width .service-banner .wp-block-cover__inner-container .banner-title .icon {
  align-items: center;
  background: #FFFFFF;
  border-radius: 50%;
  display: flex;
  height: 180px;
  justify-content: center;
  margin-right: 2rem;
  min-width: 180px;
  width: 180px;
}
.service-banner .grid .banner-title .icon svg, .service-banner .is-style-full-width .wp-block-group__inner-container .banner-title .icon svg, .is-style-full-width .service-banner .wp-block-group__inner-container .banner-title .icon svg, .service-banner .is-style-full-width .wp-block-cover__inner-container .banner-title .icon svg, .is-style-full-width .service-banner .wp-block-cover__inner-container .banner-title .icon svg {
  width: 60%;
}
.service-banner .grid .banner-title .text, .service-banner .is-style-full-width .wp-block-group__inner-container .banner-title .text, .is-style-full-width .service-banner .wp-block-group__inner-container .banner-title .text, .service-banner .is-style-full-width .wp-block-cover__inner-container .banner-title .text, .is-style-full-width .service-banner .wp-block-cover__inner-container .banner-title .text {
  position: relative;
}
.service-banner .grid .banner-title .text h1, .service-banner .is-style-full-width .wp-block-group__inner-container .banner-title .text h1, .is-style-full-width .service-banner .wp-block-group__inner-container .banner-title .text h1, .service-banner .is-style-full-width .wp-block-cover__inner-container .banner-title .text h1, .is-style-full-width .service-banner .wp-block-cover__inner-container .banner-title .text h1 {
  color: #194174;
  margin: 0;
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
  display: inline;
  line-height: 1.4em;
  padding: 0 0.5rem;
  position: relative;
  z-index: 1;
  font-size: 3rem;
}
.service-banner .grid .banner-title .text span, .service-banner .is-style-full-width .wp-block-group__inner-container .banner-title .text span, .is-style-full-width .service-banner .wp-block-group__inner-container .banner-title .text span, .service-banner .is-style-full-width .wp-block-cover__inner-container .banner-title .text span, .is-style-full-width .service-banner .wp-block-cover__inner-container .banner-title .text span {
  background: url(../images/h2-bg.svg) no-repeat;
  display: inline-block;
  height: 250px;
  width: 250px;
  position: absolute;
  right: 44px;
  top: -25px;
}
.service-banner .grid .banner-content, .service-banner .is-style-full-width .wp-block-group__inner-container .banner-content, .is-style-full-width .service-banner .wp-block-group__inner-container .banner-content, .service-banner .is-style-full-width .wp-block-cover__inner-container .banner-content, .is-style-full-width .service-banner .wp-block-cover__inner-container .banner-content {
  background: #FFFFFF;
  border-radius: 26px;
  color: #194174;
  max-width: 614px;
  padding: 2.5rem;
  text-align: center;
}
.service-banner .grid .banner-content h2, .service-banner .is-style-full-width .wp-block-group__inner-container .banner-content h2, .is-style-full-width .service-banner .wp-block-group__inner-container .banner-content h2, .service-banner .is-style-full-width .wp-block-cover__inner-container .banner-content h2, .is-style-full-width .service-banner .wp-block-cover__inner-container .banner-content h2 {
  margin: 0 0 1rem 0;
  padding: 0;
  font-size: 1.5rem;
}
.service-banner .grid .banner-content p, .service-banner .is-style-full-width .wp-block-group__inner-container .banner-content p, .is-style-full-width .service-banner .wp-block-group__inner-container .banner-content p, .service-banner .is-style-full-width .wp-block-cover__inner-container .banner-content p, .is-style-full-width .service-banner .wp-block-cover__inner-container .banner-content p {
  margin-bottom: 1rem;
}
.service-banner .grid .banner-content p:last-child, .service-banner .is-style-full-width .wp-block-group__inner-container .banner-content p:last-child, .is-style-full-width .service-banner .wp-block-group__inner-container .banner-content p:last-child, .service-banner .is-style-full-width .wp-block-cover__inner-container .banner-content p:last-child, .is-style-full-width .service-banner .wp-block-cover__inner-container .banner-content p:last-child {
  margin-bottom: 0;
}

.content-steps {
  position: relative;
  margin-bottom: 20rem;
}
.content-steps .step {
  background: #FFFFFF;
  border-radius: 1rem;
  padding: 2rem 0;
  margin-bottom: 5rem;
  position: relative;
}
.content-steps .step .step-header {
  display: flex;
  align-items: center;
  padding: 0 2rem;
}
.content-steps .step .step-header .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  height: 90px;
  width: 90px;
  min-width: 90px;
  position: relative;
  z-index: 1;
}
.content-steps .step .step-header .icon svg {
  height: 36px;
  width: 36px;
}
.content-steps .step .step-header .icon svg path {
  fill: #FFFFFF;
}
.content-steps .step .step-header .heading {
  margin-left: -2rem;
}
.content-steps .step .step-header .heading h3 {
  display: inline-block;
  background: #194174;
  color: #FFFFFF;
  font-size: 2.7rem;
  margin: 0;
  padding-left: 3rem;
  padding-right: 1rem;
}
.content-steps .step .content {
  padding: 0 2rem;
  color: #194174;
  font-weight: 500;
}
.content-steps .step .content .first-list {
  list-style: none;
  padding: 0 0 0 1rem;
  margin: 1rem 0 1rem 45px;
  position: relative;
}
.content-steps .step .content .first-list:before {
  content: "";
  background: #194174;
  display: block;
  height: calc(100% + 1rem);
  width: 3px;
  position: absolute;
  left: 0;
  top: calc(-1rem - (1.6em / 2) + 3px);
}
.content-steps .step .content .first-list li {
  position: relative;
  padding-left: 14px;
}
.content-steps .step .content .first-list li:before {
  content: "";
  height: 3px;
  width: 20px;
  background: #194174;
  display: block;
  position: absolute;
  left: -1rem;
  top: calc(1.6em / 2);
}
.content-steps .step .content p {
  padding: 0 2.5rem;
  margin-bottom: 0;
}
.content-steps .step .content .seperator {
  background: url(../images/horizontal-dashed-border.svg) repeat-x;
  border: 0;
  display: block;
  height: 2px;
  width: calc(100% + 4rem);
  margin-left: -2rem;
  margin-right: -2rem;
  margin-top: 3rem;
}
.content-steps .step .content h3 {
  margin-top: 3rem;
}
.content-steps .step .content ul.col-2 {
  list-style: none;
  margin: 0;
  padding: 0;
  -moz-column-count: 2;
       column-count: 2;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 1.5rem auto;
  -moz-column-gap: 12rem;
       column-gap: 12rem;
}
.content-steps .step .content ul.col-2 li {
  position: relative;
  line-height: 2rem;
  margin-left: 18px;
}
.content-steps .step .content ul.col-2 li:before {
  content: "";
  border-radius: 5px;
  width: 8px;
  height: 2px;
  background: #194174;
  display: block;
  position: absolute;
  left: -18px;
  top: 18px;
}
.content-steps .step:before {
  content: "";
  background: url(../images/vertical-dotted-border.svg) no-repeat;
  display: block;
  height: 5rem;
  width: 3px;
  position: absolute;
  left: 50%;
  top: -5rem;
}
.content-steps .step:first-child:before {
  display: none;
}
.content-steps:before {
  content: "";
  background-image: url(../images/h2-bg.svg);
  background-size: cover;
  display: block;
  height: 600px;
  position: absolute;
  right: -370px;
  top: 105px;
  width: 600px;
}

.has-blue-background-color .icon {
  background: #78D1F2;
}

.has-green-background-color .icon {
  background: #B6CCA1;
}

.has-peach-background-color .icon {
  background: #F6938D;
}

.services-how-we-work {
  position: relative;
  padding-bottom: 7rem;
}
.services-how-we-work .hww-heading {
  position: relative;
  margin: auto;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-margin-after: 8rem;
          margin-block-end: 8rem;
}
.services-how-we-work .hww-heading h2 {
  color: #194174;
  display: inline-block;
  margin: 0;
  padding: 0 0.4rem;
  position: relative;
  z-index: 1;
}
.services-how-we-work .hww-heading span {
  background: url(../images/h2-bg.svg) no-repeat;
  display: inline-block;
  height: 187px;
  width: 187px;
  position: absolute;
  right: -87px;
  bottom: -26px;
  background-size: cover;
}
.services-how-we-work .hww-blocks .item {
  background: #FFFFFF;
  border-radius: 15px;
  color: #194174;
  -webkit-margin-before: 2rem;
          margin-block-start: 2rem;
  -webkit-margin-start: auto;
          margin-inline-start: auto;
  -webkit-margin-end: auto;
          margin-inline-end: auto;
  max-width: 812px;
  padding: 2rem;
}
.services-how-we-work .hww-blocks .item .item-header {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.services-how-we-work .hww-blocks .item .item-header .icon {
  height: 90px;
  width: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-right: 1rem;
}
.services-how-we-work .hww-blocks .item .item-header .icon svg {
  width: 50%;
  height: 50%;
}
.services-how-we-work .hww-blocks .item .item-header h3 {
  margin: 0;
}
.services-how-we-work .hww-blocks .item p {
  margin: 0;
}
.services-how-we-work:before {
  content: "";
  background-image: url(../images/h2-bg.svg);
  background-size: cover;
  display: block;
  height: 600px;
  position: absolute;
  right: -216px;
  bottom: 200px;
  width: 600px;
}

.contact .banner.contact-banner {
  background: #194174;
  background-image: url(../images/contact-banner-bg.svg);
  background-repeat: no-repeat;
  background-position: bottom -6rem right 8rem;
  min-height: 555px;
  height: 32vw;
}
.contact .banner.contact-banner h1 {
  margin: 0;
}
.contact .contact-top-block {
  margin: auto;
  max-width: 844px;
  text-align: center;
}
.contact .contact-top-block .wp-block-group__inner-container {
  padding-top: 32px;
  padding-bottom: 32px;
}
.contact .contact-top-block .wp-block-group__inner-container h2 {
  display: inline-block;
  margin-top: 0 !important;
  margin-bottom: 2rem !important;
  padding: 0 2rem;
}
.contact .contact-details {
  margin-top: 3rem;
  padding: 5rem 0;
}
.contact .contact-details .wp-block-column {
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact .contact-details .wp-block-column .icon {
  background: #194174;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 140px;
  width: 140px;
  margin-right: 2rem;
}
.contact .contact-details .wp-block-column .icon > span {
  display: block;
  color: #FFFFFF;
  font-size: 4.2rem;
}
.contact .contact-details .wp-block-column div {
  font-weight: 500;
}
.contact .contact-details .wp-block-column div p.h4 {
  margin-top: 0;
}
.contact .contact-details .wp-block-column div a {
  font-weight: 500;
}
.contact .contact-forms .wp-block-group-inner .wp-block-columns .gform_wrapper {
  padding: 0;
  -webkit-margin-start: 0rem;
          margin-inline-start: 0rem;
  width: 90%;
  margin: auto;
}
.contact .contact-forms .wp-block-group-inner .wp-block-columns #map {
  width: 90%;
  margin: auto;
  height: 100%;
  border-radius: 10px;
}

.gform_wrapper.gravity-theme .gfield-choice-input + label {
  cursor: pointer;
}

.inner-banner .banner {
  background: #FFFFFF;
  background-image: url(../images/resources-banner-bg.svg);
  background-repeat: no-repeat;
  background-position: bottom -6rem right 8rem;
  min-height: 555px;
  height: 32vw;
}
.inner-banner .banner h1 {
  color: #194174;
  margin: 0;
}

.accordion {
  max-width: 1088px;
  margin: auto;
  margin-bottom: 0 !important;
  padding: 4rem 0;
}
.accordion .item {
  background: #FFFFFF;
  border-radius: 20px;
  margin-bottom: 2.5rem;
  padding: 2rem;
}
.accordion .item input:hover + label, .accordion .item input:focus + label {
  background: unset;
  color: #194174;
}
.accordion .item label {
  border-bottom: unset;
  color: #194174;
  font-size: 35px;
  font-weight: bold;
}
.accordion .item .content {
  width: calc(100% + 8rem);
  margin-left: -4rem;
  margin-left: -4rem;
}
.accordion .item .content:before {
  content: "";
  background-image: url(../images/blue-horizontal-dashed-border.svg);
  background-repeat: repeat-x;
  height: 3px;
  width: 100%;
  display: block;
}
.accordion .item .content p {
  color: #194174;
  padding: 0 4rem;
  margin: 2rem 0 0 0;
}
.accordion .item:last-child {
  margin-bottom: 0;
}

.faq .banner h1 {
  max-width: 1088px;
  margin: auto;
}

.terms-conditions .content h1 {
  max-width: 1170px;
  margin: auto;
}
.terms-conditions .terms-block {
  margin: 5rem 0;
  color: #194174;
}
.terms-conditions .terms-block div {
  padding: 3rem !important;
  border-radius: 20px;
  background: #FFFFFF;
  max-width: 1170px;
  margin: auto;
  position: relative;
}
.terms-conditions .terms-block div:before {
  content: "";
  background-image: url(../images/blog-details-dotted-bg.svg);
  background-size: cover;
  display: block;
  height: 600px;
  position: absolute;
  right: -400px;
  bottom: -120px;
  width: 600px;
}

.why-us .content h1 {
  max-width: 1088px;
  margin: 0 auto;
}
.why-us h2.border-bottom {
  color: #FFFFFF;
  display: inline-block;
  max-width: 1088px;
  margin: 5rem auto 0 auto;
}
.why-us h2.border-bottom:after {
  content: "";
  background: url(../images/white-horizontal-dashed-border.svg);
  display: block;
  height: 3px;
  margin-top: 1rem;
  margin-bottom: 3rem;
  max-width: 270px;
  width: 80%;
}
.why-us h2.border-bottom.hide-md-lg {
  display: none;
}
.why-us .why-block {
  background: #FFFFFF;
  border-radius: 20px;
  max-width: 1088px;
  margin: 0 auto;
  padding: 3rem;
  margin-bottom: 16rem;
  position: relative;
}
.why-us .why-block .wp-block-group__inner-container {
  padding: 0 !important;
}
.why-us .why-block:before {
  content: "";
  background-image: url(../images/blog-details-dotted-bg.svg);
  background-size: cover;
  display: block;
  height: 600px;
  position: absolute;
  right: -150px;
  bottom: -241px;
  width: 600px;
}
.why-us .why-block p {
  color: #194174;
}
.why-us .about-owner {
  margin-bottom: 6rem;
}
.why-us .about-owner .wp-block-column figure {
  height: 26rem;
  width: 26rem;
  margin-top: 180px;
  position: relative;
}
.why-us .about-owner .wp-block-column figure img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
  border-radius: 50%;
  position: relative;
  z-index: 1;
}
.why-us .about-owner .wp-block-column figure:before {
  content: "";
  background: url(../images/h2-bg.svg) no-repeat;
  height: 300px;
  width: 300px;
  display: block;
  position: absolute;
  right: -132px;
  top: -75px;
}
.why-us .about-owner .wp-block-column p {
  max-width: 550px;
}
.why-us .slider-controls .slick-arrow {
  display: none !important;
}

.customer-touchpoint-marketing .service-banner .grid .banner-title .icon svg, .customer-touchpoint-marketing .service-banner .is-style-full-width .wp-block-group__inner-container .banner-title .icon svg, .is-style-full-width .customer-touchpoint-marketing .service-banner .wp-block-group__inner-container .banner-title .icon svg, .customer-touchpoint-marketing .service-banner .is-style-full-width .wp-block-cover__inner-container .banner-title .icon svg, .is-style-full-width .customer-touchpoint-marketing .service-banner .wp-block-cover__inner-container .banner-title .icon svg {
  width: 40%;
}

@media (min-width: 500px) and (max-width: 780px){
  .single-post .page-content .content .blog-details {
    flex-direction: row !important;
    align-items: center;
  }
  .single-post .page-content .content .blog-details .breadcrumbs {
    margin-bottom: 0 !important;
  }
}

@media (min-width: 500px) and (max-width: 844px) and (orientation: landscape){
  .single-post .banner {
    min-height: 470px;
  }
  .single-post .banner .content {
    top: 28%;
  }
}

@media screen and (min-width: 781px){
  .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;
  }
  h2, .h2 {
    font-size: 2.5rem;
  }
  h3,
  .h3,
  body .gform_wrapper h3.gform_title {
    font-size: 1.5rem;
  }
  p.lead,
  body .gform_wrapper .gform_description.lead {
    font-size: 1.2em;
  }
  .single-post .banner .content .grid, .single-post .banner .content .is-style-full-width .wp-block-group__inner-container, .is-style-full-width .single-post .banner .content .wp-block-group__inner-container, .single-post .banner .content .is-style-full-width .wp-block-cover__inner-container, .is-style-full-width .single-post .banner .content .wp-block-cover__inner-container {
    max-width: 1170px;
    padding: 0;
  }
  .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: #0b1e35;
  }
  .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, .is-style-full-width .header > .wp-block-group__inner-container, .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: end;
    gap: 1.5rem;
  }
  .header .mobile-menu .main-navigation > ul > li {
    width: auto;
    margin-right: 3rem;
  }
  .header .mobile-menu .main-navigation > ul > li > a {
    transition: 0.3s ease-in-out;
    position: relative;
    padding-left: 0;
    padding-right: 0;
  }
  .header .mobile-menu .main-navigation > ul > li > a:after {
    content: "";
    background: #194174;
    position: absolute;
    bottom: 8px;
    left: 0px;
    width: 0%;
    height: 2px;
    opacity: 0;
    transition: 0.3s ease-in-out;
    z-index: -1;
  }
  .header .mobile-menu .main-navigation > ul > li:hover > a:after, .header .mobile-menu .main-navigation > ul > li:focus > a:after, .header .mobile-menu .main-navigation > ul > li.is-open > a:after,
  .header .mobile-menu .main-navigation > ul > li > a:focus:after, .header .mobile-menu .main-navigation > ul > li.current-menu-item > a:after, .header .mobile-menu .main-navigation > ul > li.current-menu-ancestor > a:after {
    opacity: 1;
    transition: 0.3s ease-in-out;
    width: 100%;
  }
  .header .mobile-menu .main-navigation > ul > li:last-child {
    margin-right: 0;
  }
  .header .mobile-menu .main-navigation > ul li.has-submenu > a {
    padding-right: 40px;
  }
  .header .mobile-menu .main-navigation > ul li.has-submenu:hover > a + .arrow, .header .mobile-menu .main-navigation > ul li.has-submenu:active > a + .arrow {
    color: #194174;
  }
  .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: 50%;
  }
  .header .mobile-menu .main-navigation > ul .sub-menu {
    position: absolute;
    top: 100%;
    left: -999em;
    width: auto;
    min-width: 300px;
    padding-top: 5px;
    opacity: 0;
    box-shadow: 0px 4px 5px rgba(36, 64, 112, 0.35);
    display: block !important;
    transform: translateX(-50%);
    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: #194174;
    font-weight: 400;
    font-size: 0.9em;
    background: #FFFFFF;
    text-align: center;
  }
  .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: #194174;
  }
  .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-content > .content {
    padding: 60px 0;
  }
  .banner {
    height: 400px;
  }
}

@media screen and (min-width: 781px) and (max-width: 1140px){
  .header .mobile-menu .main-navigation > ul > li {
    margin-right: 0.7rem;
  }
  .header .mobile-menu .main-navigation > ul > li > a {
    font-size: 14px;
  }
}

@media screen and (min-width: 1366px){
  .wp-block-group.is-style-full-width {
    width: 100%;
    width: 100vw;
    margin-left: calc(-50vw + 663px);
  }
  .wp-block-group.is-style-full-width, .wp-block-cover.is-style-full-width, .is-style-full-width {
    margin-left: calc(-50vw + 663px);
    margin-left: calc((var(--data-fullwidth)/2) + 663px);
  }
  .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, .is-style-full-width.has-custom-content-position .wp-block-cover__inner-container {
    width: calc(1366px / 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, .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, .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, .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, .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, .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, .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 + 663px);
    margin-left: calc((var(--data-fullwidth)/2) + 663px);
  }
  .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: 1367px){
  .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.409rem;
  }
  .slider-controls .prev {
    left: -40px;
  }
  .slider-controls .next {
    right: -40px;
  }
  .slider-carousel:before {
    left: 0;
  }
}

@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;
  }
  html, body {
    font-size: 22px;
  }
}

@media screen and (max-width: 1366px) and (min-width: 781px){
  .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: 3.5rem;
  }
  .slider {
    padding: 0 30px;
  }
}

@media screen and (max-width: 1140px){
  .accordion div label:before, .accordion div label:after {
    width: 30px;
  }
  .blog .posts .post .content .btn, .blog .posts .post .content button:not([id*=slick-slide]),
  .blog .posts .post .content input[type=submit] {
    font-size: 20px;
  }
  .home .main .page-content .dotted-bg.big-screen {
    display: none;
  }
  .home .main .page-content .dotted-bg.tab-screen {
    display: block;
    left: -12%;
    margin-left: 0;
    width: 100%;
  }
  .home .main .page-content .our-services .services-block:first-child {
    margin-bottom: 42vw;
  }
  .home .main .page-content .our-services .services-block:first-child:before {
    content: "";
    background: url(../images/brand-strategy-dots.svg) no-repeat;
    background-position: top left;
    height: 174px;
    display: block;
    position: absolute;
    left: -5rem;
    top: -3rem;
    width: 154px;
    z-index: -1;
  }
  .home .main .page-content .our-services .services-block:first-child:after {
    background: url(../images/mobile-dotted-two.svg) no-repeat;
    background-position: top 0 left 0;
    background-size: contain;
    height: 50vw;
    width: calc(100% - 90px);
    left: 54px;
  }
  .home .main .page-content .our-services .services-block:nth-child(2):before {
    right: 44px;
  }
  .home .main .page-content .our-services .services-block:nth-child(3):before {
    right: 44px;
  }
  .home .main .page-content .our-services .services-block:nth-child(4):before {
    right: 44px;
  }
  .home .main .page-content .our-services .services-block:nth-child(4) {
    margin-bottom: 25vw;
  }
  .home .main .page-content .our-services .services-block:nth-child(4):after {
    background: url(../images/mobile-dottet-three.svg) no-repeat;
    background-position: top 0 left 0;
    background-size: contain;
    height: 26.7vw;
    width: calc(100% - 72px);
    left: 40px;
  }
  .home .main .page-content .our-services .services-block:nth-child(4) .faded-icon {
    left: -64px;
  }
  .home .main .page-content .our-services .services-block:nth-child(4) .faded-icon svg {
    height: 300px;
  }
  .home .main .page-content .our-services .services-block:nth-child(5):after {
    height: 670px;
    left: 44px;
  }
  .home .main .page-content .our-services .services-block:nth-child(5) .faded-icon {
    right: -87px;
    top: -112px;
  }
  .home .main .page-content .our-services .services-block:nth-child(6):after {
    left: 44px;
  }
  .home .main .page-content .our-services .services-block:nth-child(6) .faded-icon {
    left: auto;
    right: -102px;
    top: -66px;
  }
  .home .main .page-content .our-services .services-block:nth-child(6) .title .icon svg {
    width: 40%;
  }
  .home .main .page-content .our-services .services-block .title .icon {
    height: 94px;
    width: 94px;
  }
  .home .main .page-content .our-services .services-block .title .icon svg {
    width: 60%;
  }
  .home .main .page-content .our-services .services-block .content {
    margin-top: 1rem;
  }
  .roadmap-banner .container {
    flex-wrap: wrap;
    flex-direction: column;
    padding: 4rem 4rem 0 4rem;
  }
  .roadmap-banner .container .content {
    min-width: 100%;
  }
  .roadmap-banner .container .graphic {
    margin-bottom: -1rem;
  }
  .roadmap-banner .container .graphic svg {
    height: 100%;
    width: 100%;
  }
  .roadmap .roadmap-block:before {
    right: calc(50% + 6px);
  }
  .roadmap .roadmap-block:first-child:before {
    top: -9rem;
  }
  .service-banner {
    padding: 8rem 0 12rem 0;
  }
  .service-banner .grid, .service-banner .is-style-full-width .wp-block-group__inner-container, .is-style-full-width .service-banner .wp-block-group__inner-container, .service-banner .is-style-full-width .wp-block-cover__inner-container, .is-style-full-width .service-banner .wp-block-cover__inner-container {
    flex-wrap: wrap;
    align-items: center;
    flex-direction: column;
  }
  .service-banner .grid .banner-title, .service-banner .is-style-full-width .wp-block-group__inner-container .banner-title, .is-style-full-width .service-banner .wp-block-group__inner-container .banner-title, .service-banner .is-style-full-width .wp-block-cover__inner-container .banner-title, .is-style-full-width .service-banner .wp-block-cover__inner-container .banner-title {
    width: 100%;
  }
  .service-banner .grid .banner-title .icon, .service-banner .is-style-full-width .wp-block-group__inner-container .banner-title .icon, .is-style-full-width .service-banner .wp-block-group__inner-container .banner-title .icon, .service-banner .is-style-full-width .wp-block-cover__inner-container .banner-title .icon, .is-style-full-width .service-banner .wp-block-cover__inner-container .banner-title .icon {
    height: 94px;
    width: 94px;
    min-width: 94px;
  }
  .service-banner .grid .banner-title .icon svg, .service-banner .is-style-full-width .wp-block-group__inner-container .banner-title .icon svg, .is-style-full-width .service-banner .wp-block-group__inner-container .banner-title .icon svg, .service-banner .is-style-full-width .wp-block-cover__inner-container .banner-title .icon svg, .is-style-full-width .service-banner .wp-block-cover__inner-container .banner-title .icon svg {
    width: 65%;
  }
  .service-banner .grid .banner-title .text, .service-banner .is-style-full-width .wp-block-group__inner-container .banner-title .text, .is-style-full-width .service-banner .wp-block-group__inner-container .banner-title .text, .service-banner .is-style-full-width .wp-block-cover__inner-container .banner-title .text, .is-style-full-width .service-banner .wp-block-cover__inner-container .banner-title .text {
    max-width: 400px;
  }
  .service-banner .grid .banner-title .text span, .service-banner .is-style-full-width .wp-block-group__inner-container .banner-title .text span, .is-style-full-width .service-banner .wp-block-group__inner-container .banner-title .text span, .service-banner .is-style-full-width .wp-block-cover__inner-container .banner-title .text span, .is-style-full-width .service-banner .wp-block-cover__inner-container .banner-title .text span {
    right: -17px;
    top: -58px;
  }
  .service-banner .grid .banner-content, .service-banner .is-style-full-width .wp-block-group__inner-container .banner-content, .is-style-full-width .service-banner .wp-block-group__inner-container .banner-content, .service-banner .is-style-full-width .wp-block-cover__inner-container .banner-content, .is-style-full-width .service-banner .wp-block-cover__inner-container .banner-content {
    margin-top: 5rem;
    max-width: 100%;
    z-index: 1;
  }
  .content-steps .step .step-header .heading h3 {
    font-size: 2rem;
  }
  .content-steps {
    margin-bottom: 15rem;
  }
  .contact .banner.contact-banner {
    background-position: bottom -16rem right 4rem;
  }
  .contact .banner.contact-banner .content {
    top: 37%;
  }
  .inner-banner .banner {
    background-position: bottom -16rem right 4rem;
  }
  .inner-banner .banner .content {
    top: 37%;
  }
  .accordion .item label {
    font-size: 25px;
  }
  .why-us .about-owner .wp-block-column figure {
    height: 18rem;
    width: 18rem;
  }
  .why-us .about-owner .wp-block-column p {
    max-width: 100%;
  }
}

@media screen and (max-width: 992px){
  .single-post .page-content .content .blog-details {
    flex-direction: column;
  }
  .single-post .page-content .content .blog-details .breadcrumbs {
    margin-bottom: 0.5rem;
  }
  .single-post .page-content .content .blog-details .meta {
    display: flex;
    flex-direction: column;
  }
  .home .main .page-content .dotted-bg.tab-screen {
    display: none;
  }
  .home .main .page-content .dotted-bg.mobile-screen {
    display: block;
    left: 0;
    -webkit-margin-start: 0;
            margin-inline-start: 0;
    top: 0;
    left: -30%;
    width: 100%;
  }
  .home .main .page-content .banner h1 {
    font-size: 50px;
    line-height: 50px;
    margin: 64px 0 32px 0;
  }
  .home .main .page-content .banner p {
    font-size: 18px;
  }
  .home .main .page-content .our-services {
    margin-top: 20rem;
  }
  .home .main .page-content .our-services .h2-title {
    text-align: center;
  }
  .home .main .page-content .our-services .h2-title h2 {
    display: inline;
    -webkit-box-decoration-break: clone;
            box-decoration-break: clone;
  }
  .home .main .page-content .our-services .h2-title h2 br {
    display: block;
  }
  .home .main .page-content .our-services .h2-title span {
    height: 184px;
    width: 184px;
    right: -100px;
  }
}

@media screen and (max-width: 780px){
  .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;
  }
  .accordion div label:before, .accordion div label:after {
    width: 20px;
  }
  .posts > .post {
    width: calc(50% - 24px);
    flex-basis: calc(50% - 24px);
  }
  .posts > .post.featured {
    width: 100%;
    flex-basis: 100%;
  }
  .single-post .banner {
    min-height: 560px;
  }
  .single-post .banner .content {
    top: 30%;
  }
  .single-post .banner:before {
    background: linear-gradient(1800deg, rgb(25, 65, 116) 5%, rgba(255, 255, 255, 0.0480786064) 100%);
  }
  .single-post .page-content .content .blog-content:before {
    width: 25vw;
    height: 25vw;
    right: 0;
    bottom: -5rem;
  }
  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%;
  }
  .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: 10px;
    height: 10px;
  }
  .pager .slick-active button {
    box-shadow: 0 0 0 5px #FFFFFF 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-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, .is-style-full-width .wp-block-group__inner-container, .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: 86px;
  }
  .header a.tel,
  .header .search-form input#toggle-form,
  .header .search-form label[for=toggle-form],
  .header .menu-toggle {
    position: fixed;
    top: 14.3333333333px;
    width: 40px;
    height: 57.3333333333px;
  }
  .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: 86px;
    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: #194174;
  }
  .header .topbar .search-form label[for=toggle-form]:hover:after, .header .topbar .search-form label[for=toggle-form]:focus:after {
    color: #0b1e35;
  }
  .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 .is-style-full-width .wp-block-group__inner-container, .is-style-full-width .header .wp-block-group__inner-container, .header .is-style-full-width .wp-block-cover__inner-container, .is-style-full-width .header .wp-block-cover__inner-container {
    padding: 0;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .header .grid:before, .header .is-style-full-width .wp-block-group__inner-container:before, .is-style-full-width .header .wp-block-group__inner-container:before, .header .is-style-full-width .wp-block-cover__inner-container:before, .is-style-full-width .header .wp-block-cover__inner-container:before, .header .grid::after, .header .is-style-full-width .wp-block-group__inner-container::after, .is-style-full-width .header .wp-block-group__inner-container::after, .header .is-style-full-width .wp-block-cover__inner-container::after, .is-style-full-width .header .wp-block-cover__inner-container::after {
    display: none;
  }
  .header .logo {
    margin: 0 0 0 1rem;
  }
  .header .logo svg {
    height: 50px;
    width: auto;
  }
  .header .logo svg #logo-type {
    opacity: 1;
    transition: opacity 0.5s ease-in-out;
  }
  .header .logo svg .logo-mark {
    transform: translate(0) scale(1);
    transition: transform 0.3s ease-in-out;
  }
  .header .logo svg .connect-path {
    fill: #194174;
    transition: fill 0.3s linear;
  }
  .header .mobile-menu {
    position: absolute;
    top: 85px;
    width: 100vw;
    height: calc(100vh - 86px);
    overflow-y: auto;
    background: #194174;
    padding: 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: 86px;
  }
  .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: 86px;
  }
  .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 li a:after {
    content: "";
    background: #FFFFFF;
    position: absolute;
    bottom: 8px;
    left: 0px;
    width: 0%;
    height: 2px;
    opacity: 0;
    transition: 0.3s ease-in-out;
    z-index: -1;
  }
  .header .mobile-menu .main-navigation ul li a:hover:after, .header .mobile-menu .main-navigation ul li a:focus:after {
    opacity: 1;
    transition: 0.3s ease-in-out;
    width: 100%;
  }
  .header .mobile-menu .main-navigation ul li.has-submenu > a:hover:after, .header .mobile-menu .main-navigation ul li.has-submenu > a:focus:after {
    width: 128%;
  }
  .header .mobile-menu .main-navigation ul li.has-submenu ul li a {
    padding: 12px 0;
  }
  .header .mobile-menu .main-navigation ul li.has-submenu ul li a:after {
    height: 1px;
  }
  .header .mobile-menu .main-navigation ul li.open > a:after {
    opacity: 1;
    width: 128%;
  }
  .header .mobile-menu .main-navigation > ul > li {
    text-align: center;
  }
  .header .mobile-menu .main-navigation > ul > li a {
    padding: 0px 20px;
    display: inline-block;
  }
  .header .mobile-menu .main-navigation > ul > li > a {
    padding: 20px 0;
    font-size: 1.4rem;
  }
  .header .mobile-menu .main-navigation > ul > li i {
    top: 13px;
    left: 50%;
    margin-left: 36px;
  }
  .header .mobile-menu .main-navigation > ul > li.open > i:before {
    transform: scaleY(-1);
  }
  .header .mobile-menu .main-navigation > ul .sub-menu {
    background: #194174;
    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 > li a {
    padding: 8px;
  }
  .header .mobile-menu .main-navigation > ul .sub-menu .sub-menu {
    padding-left: 20px;
  }
  .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;
  }
  .menu-open .header .logo svg .connect-path {
    fill: #FFFFFF;
  }
  .menu-open .header .logo svg #logo-type {
    opacity: 0;
  }
  .menu-open .header .logo svg .logo-mark {
    transform: translate(-50%, 0) scale(1);
  }
  .footer-top {
    flex-wrap: wrap;
  }
  .footer-top .footer-nav ul {
    -moz-columns: 1;
         columns: 1;
  }
  .footer-top .flex-item.justify-end {
    justify-content: flex-start;
  }
  .footer-top .flex-item.justify-end .social {
    margin-top: 2rem;
  }
  main {
    padding-top: 86px;
  }
  .home .main .page-content .banner {
    height: 80vh;
  }
  .home .main .page-content .our-services .services-block .title {
    gap: 12px;
  }
  .home .main .page-content .our-services .services-block .faded-icon {
    width: 75vw;
    height: 75vw;
    right: -25vw;
  }
  .home .main .page-content .our-services .services-block .faded-icon svg {
    position: absolute;
    width: 100% !important;
    height: 100% !important;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: center;
       object-position: center;
    top: 0;
    left: 0;
  }
  .home .main .page-content .our-services .services-block:first-child:before {
    left: -7rem;
  }
  .home .main .page-content .our-services .services-block:first-child:after {
    background: url(../images/mobile-first-curve.svg) no-repeat;
    background-size: cover;
  }
  .home .main .page-content .our-services .services-block:nth-child(4) {
    margin-bottom: 51vw;
  }
  .home .main .page-content .our-services .services-block:nth-child(4):after {
    background: url(../images/mobile-second-curve.svg) no-repeat;
    background-size: cover;
    height: 52vw;
  }
  .home .main .page-content .our-services {
    margin-top: 10rem;
  }
  .contact-cta .grid .row, .contact-cta .is-style-full-width .wp-block-group__inner-container .row, .is-style-full-width .contact-cta .wp-block-group__inner-container .row, .contact-cta .is-style-full-width .wp-block-cover__inner-container .row, .is-style-full-width .contact-cta .wp-block-cover__inner-container .row {
    flex-wrap: wrap;
  }
  .contact-cta .grid .row .col, .contact-cta .is-style-full-width .wp-block-group__inner-container .row .col, .is-style-full-width .contact-cta .wp-block-group__inner-container .row .col, .contact-cta .is-style-full-width .wp-block-cover__inner-container .row .col, .is-style-full-width .contact-cta .wp-block-cover__inner-container .row .col {
    flex-wrap: wrap;
  }
  .contact-cta .grid .row .col:first-child:after, .contact-cta .is-style-full-width .wp-block-group__inner-container .row .col:first-child:after, .is-style-full-width .contact-cta .wp-block-group__inner-container .row .col:first-child:after, .contact-cta .is-style-full-width .wp-block-cover__inner-container .row .col:first-child:after, .is-style-full-width .contact-cta .wp-block-cover__inner-container .row .col:first-child:after {
    content: "";
    background-image: url(../images/blue-horizontal-dashed-border.svg);
    background-repeat: repeat-x;
    height: 2px;
    margin-left: -20px;
    margin-right: -20px;
    width: calc(100% + 40px);
  }
  .contact-cta .grid .row .col:first-child .content-wrap, .contact-cta .is-style-full-width .wp-block-group__inner-container .row .col:first-child .content-wrap, .is-style-full-width .contact-cta .wp-block-group__inner-container .row .col:first-child .content-wrap, .contact-cta .is-style-full-width .wp-block-cover__inner-container .row .col:first-child .content-wrap, .is-style-full-width .contact-cta .wp-block-cover__inner-container .row .col:first-child .content-wrap {
    padding: 3rem 1rem;
    -webkit-margin-end: 0;
            margin-inline-end: 0;
  }
  .contact-cta .grid .row .col:first-child .content-wrap p:last-child, .contact-cta .is-style-full-width .wp-block-group__inner-container .row .col:first-child .content-wrap p:last-child, .is-style-full-width .contact-cta .wp-block-group__inner-container .row .col:first-child .content-wrap p:last-child, .contact-cta .is-style-full-width .wp-block-cover__inner-container .row .col:first-child .content-wrap p:last-child, .is-style-full-width .contact-cta .wp-block-cover__inner-container .row .col:first-child .content-wrap p:last-child {
    margin-bottom: 0;
  }
  .contact-cta .grid .row .col .gform_wrapper, .contact-cta .is-style-full-width .wp-block-group__inner-container .row .col .gform_wrapper, .is-style-full-width .contact-cta .wp-block-group__inner-container .row .col .gform_wrapper, .contact-cta .is-style-full-width .wp-block-cover__inner-container .row .col .gform_wrapper, .is-style-full-width .contact-cta .wp-block-cover__inner-container .row .col .gform_wrapper {
    margin: 0;
    padding: 3rem 1rem;
    width: 100%;
  }
  .roadmap-banner .container {
    padding: 4rem 2rem 0 2rem;
  }
  .roadmap .roadmap-block:before {
    right: calc(50% - 1px);
  }
  .roadmap .roadmap-block .wp-block-group__inner-container {
    padding-top: 0;
    padding-bottom: 0;
  }
  .service-banner {
    padding: 6rem 0;
  }
  .service-banner .grid .banner-title .icon, .service-banner .is-style-full-width .wp-block-group__inner-container .banner-title .icon, .is-style-full-width .service-banner .wp-block-group__inner-container .banner-title .icon, .service-banner .is-style-full-width .wp-block-cover__inner-container .banner-title .icon, .is-style-full-width .service-banner .wp-block-cover__inner-container .banner-title .icon {
    height: 70px;
    width: 70px;
    min-width: 70px;
  }
  .service-banner .grid .banner-title .text, .service-banner .is-style-full-width .wp-block-group__inner-container .banner-title .text, .is-style-full-width .service-banner .wp-block-group__inner-container .banner-title .text, .service-banner .is-style-full-width .wp-block-cover__inner-container .banner-title .text, .is-style-full-width .service-banner .wp-block-cover__inner-container .banner-title .text {
    max-width: 200px;
  }
  .service-banner .grid .banner-title .text h1, .service-banner .is-style-full-width .wp-block-group__inner-container .banner-title .text h1, .is-style-full-width .service-banner .wp-block-group__inner-container .banner-title .text h1, .service-banner .is-style-full-width .wp-block-cover__inner-container .banner-title .text h1, .is-style-full-width .service-banner .wp-block-cover__inner-container .banner-title .text h1 {
    font-size: 3rem;
  }
  .service-banner .grid .banner-title .text span, .service-banner .is-style-full-width .wp-block-group__inner-container .banner-title .text span, .is-style-full-width .service-banner .wp-block-group__inner-container .banner-title .text span, .service-banner .is-style-full-width .wp-block-cover__inner-container .banner-title .text span, .is-style-full-width .service-banner .wp-block-cover__inner-container .banner-title .text span {
    background-size: contain;
    height: 162px;
    width: 162px;
    right: -114px;
    top: -39px;
  }
  .content-steps .step .step-header .icon {
    height: 64px;
    min-width: 64px;
    width: 64px;
  }
  .content-steps .step .content .first-list {
    margin-left: 32px;
  }
  .content-steps .step .content ul.col-2 {
    -moz-column-gap: 4rem;
         column-gap: 4rem;
  }
  .content-steps .step .content ul.col-2 li:before {
    top: 14px;
  }
  .content-steps:before {
    display: none;
  }
  .services-how-we-work .hww-heading span {
    height: 112px;
    width: 112px;
    background-size: contain;
  }
  .services-how-we-work .hww-blocks .item .item-header .icon {
    height: 50px;
    min-width: 50px;
    width: 50px;
  }
  .services-how-we-work .hww-blocks .item {
    -webkit-margin-before: 1rem;
            margin-block-start: 1rem;
  }
  .services-how-we-work .hww-blocks .item h3 {
    font-size: 22px;
  }
  .services-how-we-work:before {
    display: none;
  }
  .contact .banner.contact-banner {
    background-size: 337px;
    background-position: bottom -11rem right 4rem;
    min-height: 380px;
    height: 380px;
  }
  .contact .banner.contact-banner .content h1 {
    font-size: 50px;
  }
  .contact .contact-top-block h2 {
    -webkit-box-decoration-break: clone;
            box-decoration-break: clone;
    display: inline;
    padding: 0 1rem;
  }
  .contact .contact-top-block p {
    margin-top: 2rem;
  }
  .contact .contact-top-block:after {
    content: "";
    background: url(../images/blue-horizontal-dashed-border.svg) no-repeat;
    display: block;
    height: 1px;
    margin-left: -1rem;
    margin-right: -1rem;
    width: calc(100% + 2rem);
  }
  .contact .contact-details {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  .contact .contact-details .wp-block-column {
    justify-content: flex-start;
    align-items: flex-start;
  }
  .contact .contact-details .wp-block-column .icon {
    height: 80px;
    width: 80px;
  }
  .contact .contact-details .wp-block-column .icon span {
    font-size: 3rem;
  }
  .contact .contact-forms {
    margin-bottom: 3rem;
  }
  .contact .contact-forms .wp-block-group-inner .wp-block-columns {
    flex-direction: column-reverse;
  }
  .inner-banner .banner {
    background-size: 337px;
    background-position: bottom -11rem right 4rem;
    min-height: 380px;
    height: 380px;
  }
  .inner-banner .banner .content h1 {
    font-size: 50px;
  }
  .accordion .item label {
    font-size: 18px;
  }
  .why-us h2.border-bottom.hide-md-lg {
    display: inline-block;
    margin-top: 0;
  }
  .why-us .why-block {
    margin-bottom: 6rem;
  }
  .why-us .why-block:before {
    display: none;
  }
  .why-us .about-owner {
    flex-direction: column-reverse;
  }
  .why-us .about-owner .wp-block-column figure {
    height: 300px;
    margin: 0 auto 3rem;
    width: 300px;
  }
  .why-us .about-owner .wp-block-column figure:before {
    right: -90px;
    bottom: -45px;
    top: unset;
    height: 240px;
    width: 240px;
    background-size: contain;
  }
  .why-us .about-owner h2.border-bottom {
    display: none;
  }
  .why-us .about-owner h2.border-bottom.hide-md-lg {
    display: inline-block;
  }
}

@media screen and (max-width: 480px){
  .blog .posts .post {
    width: 100%;
    flex-basis: 100%;
  }
  .home .main .page-content .dotted-bg.mobile-screen {
    display: none;
  }
  .home .main .page-content .dotted-bg.small-mobile-screen {
    display: block;
    left: -3%;
    margin-left: 0;
    width: 100%;
  }
  .content-steps .step .step-header .heading h3 {
    padding-left: 3rem;
    font-size: 22px;
  }
}

@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;
  }
  h1, .h1 {
    font-size: 3rem;
  }
  .posts > .post {
    width: 100%;
    flex-basis: 100%;
  }
  .footer .logo {
    display: block;
  }
  .footer .footer-nav {
    float: none;
  }
  .content-steps .step .content ul.col-2 {
    -moz-column-count: 1;
         column-count: 1;
  }
}
