/* IMPORTS */
/* COLOURS */
.section-bg-dark-blue {
  background: #1B1A52;
}

/* MIXINS */
/* Scss Document */
/*! normalize.css v8.0.1 | 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 iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

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

/**
 * Render the `main` element consistently in IE.
 */
main {
  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
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          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
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 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 */
}

/**
 * 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 size in all browsers.
 */
small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 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;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * 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 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

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

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
          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 in Chrome and Safari on macOS.
 */
[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 Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

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

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

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

.clear:before:after,
.clear:after:after,
.entry-content:before:after,
.entry-content:after:after,
.comment-content:before:after,
.comment-content:after:after,
.site-header:before:after,
.site-header:after:after,
.site-content:before:after,
.site-content:after:after,
.site-footer:before:after,
.site-footer:after:after {
  content: "";
  height: 0;
  display: block;
  visibility: hidden;
  clear: both;
}

.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

#gdpr-cookie-message {
  position: fixed;
  bottom: 50px;
  width: 530px;
  right: 50px;
  padding: 30px;
  background: #D9D9D9;
  color: #414241;
  z-index: 10000000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#gdpr-cookie-message a {
  color: black;
  text-decoration: underline;
}
#gdpr-cookie-message h5 {
  margin: 1rem 0;
}
#gdpr-cookie-message .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}
@media (max-width: 885px) {
  #gdpr-cookie-message .wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 20px;
  }
}
#gdpr-cookie-message p {
  margin: 0.6em 0;
  font-size: 16px;
  line-height: 1.6;
  text-align: center;
  padding: 0 10px;
}
@media (min-width: 60em) {
  #gdpr-cookie-message p {
    text-align: left;
  }
}
@media (min-width: 885px) {
  #gdpr-cookie-message p {
    padding: unset;
    padding-left: 20px;
  }
}
#gdpr-cookie-message h4 {
  display: none;
}
#gdpr-cookie-message p:last-child {
  margin: 0.6em 0;
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 1.6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: auto;
}
#gdpr-cookie-message li {
  width: 49%;
  display: inline-block;
}
#gdpr-cookie-message li > * {
  margin: 0.6em 0;
  font-size: 14px;
  -webkit-appearance: checkbox;
     -moz-appearance: checkbox;
          appearance: checkbox;
}
#gdpr-cookie-message button,
#gdpr-cookie-message button#ihavecookiesBtn {
  block-size: -webkit-fit-content;
  block-size: -moz-fit-content;
  block-size: fit-content;
  border: none;
  color: #000000;
  font-size: 15px;
  padding: 10px;
  margin-left: 0px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  margin: 5px;
  border: 1px solid #000000;
}
#gdpr-cookie-message button#gdpr-cookie-accept:hover {
  background: #41BCE0;
  border: 1px solid #000000;
  color: #000000;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
#gdpr-cookie-message button#gdpr-cookie-advanced {
  background: #41BCE0;
  color: #000000;
  border: 1px solid #000000;
  margin-right: 20px;
}
#gdpr-cookie-message button#gdpr-cookie-advanced:hover {
  background: #41BCE0;
  color: #000000;
  border: 1px solid #000000;
}
#gdpr-cookie-message button:disabled {
  opacity: 0.3;
}
#gdpr-cookie-message input[type=checkbox] {
  float: none;
  margin-top: 0;
  margin-right: 5px;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
}
*:before, *:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

html {
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
}

body {
  font-family: "Inter", serif;
  font-weight: 400;
  color: #000000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  font-size: 16px;
}

#page,
#content {
  position: relative;
  overflow: hidden;
}

#content {
  overflow: hidden;
  margin-top: 113px;
}
@media (min-width: 60em) {
  #content {
    padding-top: 0px;
  }
}

@supports (display: grid) {
  section,
  .section {
    grid-template-columns: minmax(0, 1fr) minmax(auto, 1074px) minmax(0, 1fr);
    display: grid;
  }
  @media (max-width: 1074px) {
    section,
    .section {
      grid-template-columns: 0px minmax(0, 1fr) 0px;
    }
  }
}
section.section--large,
.section.section--large {
  grid-template-columns: minmax(0, 1fr) minmax(auto, 1616px) minmax(0, 1fr);
}
@media (max-width: 1616px) {
  section.section--large,
  .section.section--large {
    grid-template-columns: 0px minmax(0, 1fr) 0px;
  }
}
section.section--medium,
.section.section--medium {
  grid-template-columns: minmax(0, 1fr) minmax(auto, 1344px) minmax(0, 1fr);
}
@media (max-width: 1344px) {
  section.section--medium,
  .section.section--medium {
    grid-template-columns: 0px minmax(0, 1fr) 0px;
  }
}

.container {
  width: 100%;
  clear: both;
}
@supports (display: grid) {
  .container {
    grid-column: 2/3;
    grid-auto-flow: row;
  }
}

span {
  display: inline-block;
}

.flex-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@supports (display: grid) {
  .grid-container {
    display: grid;
  }
}

@supports (display: grid) {
  .col {
    display: grid;
  }
}

@supports (display: grid) {
  .col-2 {
    grid-template-columns: minmax(0, 1fr);
    grid-gap: 20px;
  }
}
@media (min-width: 60em) {
  @supports (display: grid) {
    .col-2 {
      grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    }
  }
}

@supports (display: grid) {
  .col-3 {
    grid-template-columns: minmax(0, 1fr);
    grid-gap: 20px;
  }
}
@media (min-width: 48em) {
  @supports (display: grid) {
    .col-3 {
      grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    }
  }
}
@media (min-width: 64em) {
  @supports (display: grid) {
    .col-3 {
      grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr);
    }
  }
}

@supports (display: grid) {
  .col-4 {
    grid-template-columns: minmax(0, 1fr);
    grid-gap: 20px;
  }
}
@media (min-width: 48em) {
  @supports (display: grid) {
    .col-4 {
      grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
      grid-gap: 20px;
    }
  }
}
@media (min-width: 60em) {
  @supports (display: grid) {
    .col-4 {
      grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr);
    }
  }
}
@media (min-width: 64em) {
  .col-4 {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr);
  }
}

@supports (display: grid) {
  .col-5 {
    grid-template-columns: minmax(0, 1fr);
    grid-gap: 20px;
  }
}
@media (min-width: 42.5em) {
  @supports (display: grid) {
    .col-5 {
      grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
      grid-gap: 20px;
    }
  }
}
@media (min-width: 60em) {
  @supports (display: grid) {
    .col-5 {
      grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr);
    }
  }
}
@media (min-width: 64em) {
  .col-5 {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr);
  }
}

.ph {
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 60em) {
  .ph {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.mh {
  margin-left: 20px;
  margin-right: 20px;
}
@media (min-width: 60em) {
  .mh {
    margin-left: 30px;
    margin-right: 30px;
  }
}

.pv {
  padding-top: 20px;
  padding-bottom: 20px;
}

.pt {
  padding-top: 20px;
}

.pb {
  padding-bottom: 20px;
}

.pr {
  padding-right: 20px;
}

.pl {
  padding-left: 20px;
}

.mt {
  margin-top: 20px;
}

.mv {
  margin-top: 20px;
  margin-bottom: 20px;
}

.mb {
  margin-bottom: 20px;
}

.mt-20 {
  margin-top: 20px;
}

.section-pt {
  padding-top: 25px;
}
@media (min-width: 60em) {
  .section-pt {
    padding-top: 50px;
  }
}

.section-pb {
  padding-bottom: 25px;
}
@media (min-width: 60em) {
  .section-pb {
    padding-bottom: 50px;
  }
}

.section-mt {
  margin-top: 25px;
}
@media (min-width: 60em) {
  .section-mt {
    margin-top: 50px;
  }
}

.section-mb {
  margin-bottom: 25px;
}
@media (min-width: 60em) {
  .section-mb {
    margin-bottom: 50px;
  }
}

.np {
  padding-top: 0;
  padding-bottom: 0;
}

.section-pv {
  padding-top: 25px;
  padding-bottom: 25px;
}
@media (min-width: 60em) {
  .section-pv {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.cover {
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-attachment: cover;
  background-size: cover !important;
}

.center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.textcenter {
  text-align: center;
}

h1,
h2,
h3,
h4,
h5 {
  font-family: "Zoika font", serif;
  margin: 0 0 0.6em 0;
  font-weight: 400;
  letter-spacing: 0.05em;
  color: #000000;
  display: block;
  max-width: 100%;
}

h1 {
  font-size: 81px;
  color: #1B1A52;
  line-height: 1;
  margin-bottom: 20px;
}
@media (max-width: 48em) {
  h1 {
    font-size: 60px;
  }
}

h2 {
  font-size: 70px;
  line-height: 1.1;
  margin-bottom: 20px;
  color: #1B1A52;
}
@media (max-width: 48em) {
  h2 {
    font-size: 50px;
  }
}

h3 {
  font-size: 30px;
  color: #1B1A52;
  line-height: 1.2;
}

h4 {
  font-size: 18px;
  color: #1B1A52;
  margin: 0.4em 0;
}

.f-m {
  font-size: 18px;
  color: #1B1A52;
}

.f-l {
  font-size: 30px;
  color: #1B1A52;
}

.f-xl {
  font-size: 70px;
  color: #1B1A52;
}

p {
  margin: 0.6em 0;
  color: #1B1A52;
}

ul,
ol {
  margin-bottom: 40px;
  list-style-position: inside;
}
ul li,
ol li {
  color: #000000;
  font-weight: normal;
  margin-bottom: 10px;
  position: relative;
  padding-left: 0;
}
ul li > ul,
ol li > ul {
  margin: 10px 0;
}
ul li a,
ol li a {
  display: inline-block;
}

.table-wrap {
  width: 100%;
  margin-bottom: 40px;
}

table {
  table-layout: fixed;
  width: 100%;
  border-collapse: collapse;
}
table tr {
  text-align: left;
}
table tr td {
  padding: 10px;
  text-transform: uppercase;
  color: #000000;
  letter-spacing: 0.1em;
}
table thead td {
  font-family: "Inter", serif;
}
table tbody tr td {
  font-family: "Inter", serif;
  border-bottom: 1px solid #000000;
}
@media (max-width: 64em) {
  table {
    border: 1px solid #e4e4e4;
  }
  table thead {
    display: none;
  }
  table tr td {
    display: block;
    border-bottom: 1px solid #e4e4e4;
  }
  table tbody tr {
    width: 100% !important;
  }
  table tbody tr td {
    display: block;
    text-align: right;
    width: 100% !important;
    height: auto !important;
  }
  table tbody tr td:before {
    content: attr(data-th);
    display: inline-block;
    float: left;
    text-transform: uppercase;
  }
}

a,
a:visited {
  display: inline-block;
  color: #000000;
  text-decoration: none;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  position: relative;
}
a .fas,
a:visited .fas {
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
a:hover,
a:visited:hover {
  cursor: pointer;
}

button,
a.button {
  cursor: pointer;
  color: #ffffff;
  font-weight: 500;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.125em;
  font-size: 14px;
  font-size: 0.875rem;
  background-color: #1B1A52;
  border: 1px solid #1B1A52;
  border-radius: 0;
  min-width: 170px;
  line-height: 50px;
  text-align: center;
  padding: 0 30px;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  white-space: nowrap;
}
button.primary,
a.button.primary {
  border: 1px solid #41BCE0;
  background: #41BCE0;
}
button.primary:hover,
a.button.primary:hover {
  border: 1px solid #000000;
  background: #41BCE0;
}
button.secondary,
a.button.secondary {
  border: 1px solid #41BCE0;
  background: #41BCE0;
}
button.secondary:hover,
a.button.secondary:hover {
  border: 1px solid #41BCE0;
  background: #41BCE0;
}

.button:hover {
  -webkit-transform: scale(0.96);
          transform: scale(0.96);
}

.video-block {
  position: relative;
  width: 100%;
}
.video-block .video-wrapper {
  overflow: hidden;
}
.video-block .wp-video,
.video-block video.wp-video-shortcode,
.video-block .mejs-container,
.video-block .mejs-overlay.load {
  width: 100% !important;
  height: 100% !important;
}
.video-block .wp-video,
.video-block video.wp-video-shortcode {
  max-width: 100% !important;
}
.video-block video.wp-video-shortcode {
  position: relative;
}
.video-block .mejs-mediaelement {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.video-block .mejs-overlay-play {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: auto !important;
  height: auto !important;
}
.video-block .mejs-overlay-button {
  width: 42px !important;
  height: 48px !important;
  background-image: url("../../src/images/play-white.svg") !important;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center !important;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.no-touchevents .video-block .mejs-overlay-button:hover {
  opacity: 0.6;
}
.video-block .mejs-controls {
  opacity: 0 !important;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.video-block .mejs-controls .mejs-time-rail .mejs-time-current {
  background-color: #000000 !important;
}
.video-block .mejs-container {
  padding-top: 56.25%;
}
.no-touchevents .video-block .mejs-container:hover .mejs-controls {
  opacity: 1 !important;
}

.media-embed {
  background-color: #000000;
  overflow: hidden;
  padding-top: 56.25%;
  position: relative;
}
.media-embed .poster,
.media-embed .iframe-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.media-embed .poster {
  z-index: 10;
  cursor: pointer;
}
.media-embed .poster a {
  display: block;
  width: 100%;
  height: 100%;
}
.media-embed .poster a::before {
  display: block;
  content: "";
  position: absolute;
  background: rgba(0, 0, 0, 0.2);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.media-embed .poster img {
  width: 100%;
  height: 100%;
  font-family: "object-fit:cover";
  -o-object-fit: cover;
     object-fit: cover;
}
.media-embed .poster .play {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 3;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.media-embed .poster .play i {
  font-size: 60px;
  font-size: 3.75rem;
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
}
.no-touchevents .media-embed .poster:hover .play i {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

header#masthead {
  padding: 0;
  z-index: 1000;
  background: #ffffff;
  position: fixed;
  padding: 20px;
  -webkit-box-shadow: 0 0 9px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 9px rgba(0, 0, 0, 0.2);
  width: 100%;
  height: 100px;
}
header#masthead .container {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.mobile-navigation--open header#masthead .container {
  grid-row: 1/2;
  grid-column: 1/2;
}
header#masthead .top-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
header#masthead .site-branding {
  height: 100%;
}
header#masthead .site-branding a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding: 0;
}
header#masthead .site-branding a img {
  height: 100%;
}
header#masthead .site-branding a img,
header#masthead .site-branding a svg {
  width: 100%;
}
header#masthead .menu-toggle {
  width: 28px;
  height: 18px;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  z-index: 4;
}
header#masthead .menu-toggle span {
  width: 100%;
  height: 2px;
  background: #000000;
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
}
.no-touchevents header#masthead .menu-toggle:hover {
  cursor: pointer;
}
.no-touchevents header#masthead .menu-toggle:hover span {
  background: #000000;
}
.mobile-navigation--open header#masthead .menu-toggle:before {
  color: #000000;
}
.mobile-navigation--open header#masthead .menu-toggle span {
  background: #000000;
}
.mobile-navigation--open header#masthead .menu-toggle span:nth-child(1) {
  -webkit-transform: translateY(8px) rotate(45deg);
          transform: translateY(8px) rotate(45deg);
}
.mobile-navigation--open header#masthead .menu-toggle span:nth-child(2) {
  width: 0;
}
.mobile-navigation--open header#masthead .menu-toggle span:nth-child(3) {
  -webkit-transform: translateY(-8px) rotate(-45deg);
          transform: translateY(-8px) rotate(-45deg);
}
@media (max-width: 80em) {
  header#masthead .menu-toggle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.mobile-nav__contact-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.alert-banner {
  background: #E20C7B;
}
.alert-banner.alert-banner-header {
  margin-top: 100px;
}
.alert-banner .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
}
@media (max-width: 48em) {
  .alert-banner .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.alert-banner .container p {
  color: #ffffff;
}
.alert-banner .container a {
  background: #1B1A52;
  color: #ffffff;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 10px;
  padding-right: 10px;
}

#site-navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 80em) {
  #site-navigation {
    display: none;
    visibility: hidden;
  }
}
#site-navigation ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}
#site-navigation ul li {
  position: relative;
}
#site-navigation ul li a {
  text-decoration: none;
  color: #1B1A52;
  font-family: "inter";
}
#site-navigation ul li:hover > a {
  text-decoration: underline;
}
#site-navigation ul li.level-0 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 15px;
  margin-bottom: 0;
}
#site-navigation ul li.level-0.current-menu-item > a, #site-navigation ul li.level-0:hover > a {
  color: #E20C7B;
}
#site-navigation ul li.level-0.current-menu-item > a:before, #site-navigation ul li.level-0:hover > a:before {
  width: 100%;
  left: 0;
}
#site-navigation ul li.level-0 a {
  font-size: 16px;
  font-size: 1rem;
  height: 30px;
}
#site-navigation ul li.level-0 a:before {
  display: block;
  content: "";
  height: 2px;
  width: 0;
  position: absolute;
  bottom: 0;
  left: 50%;
  background: #E20C7B;
  -webkit-transition: allease 0.2s;
  transition: allease 0.2s;
}
#site-navigation ul li:nth-last-child(1) {
  margin-right: 0;
  padding-right: 0;
}
#site-navigation ul li:first-child {
  padding-left: 0;
}
#site-navigation ul li.menu-item-has-children ul {
  display: block;
  min-width: 16em;
  max-width: 20em;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  position: absolute;
  top: 100%;
  right: 0;
  padding: 15px;
  background: #ffffff;
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
}
#site-navigation ul li.menu-item-has-children ul li:last-child {
  margin-bottom: 0;
}
#site-navigation ul li.menu-item-has-children ul li a {
  padding: 8px 40px 8px 0;
}
.no-touchevents #site-navigation ul li.menu-item-has-children ul li a:hover {
  color: #E20C7B;
}
.no-touchevents #site-navigation ul li.menu-item-has-children:hover ul {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  -webkit-box-shadow: 0 0 9px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 9px rgba(0, 0, 0, 0.2);
}
#site-navigation ul li.current-page-ancestor > a, #site-navigation ul li.current-menu-item > a, #site-navigation ul li.current_page_parent > a {
  text-decoration: underline;
}

#menu-top-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}
#menu-top-menu li {
  padding: 5px 10px;
  font-size: 16px;
  font-size: 1rem;
}
#menu-top-menu li:last-child {
  padding-right: 0;
}

#mobile-navigation {
  color: #ffffff;
  background-color: #1B1A52;
  position: fixed;
  top: -100%;
  left: 0;
  width: 100%;
  height: calc(var(--vh, 1vh) * 100);
  z-index: 500;
  overflow: hidden;
  -webkit-transition: 0.6s all;
  transition: 0.6s all;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  padding-top: 100px;
}
#mobile-navigation .nav-footer i {
  color: white;
}
#mobile-navigation.active {
  top: 0;
}
@media (min-width: 80em) {
  #mobile-navigation {
    top: -100% !important;
  }
}
#mobile-navigation .scroll-container {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -ms-flex-flow: column;
      flex-flow: column;
  height: 100%;
  z-index: 10;
  overflow: auto;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform: translate3d(0);
          transform: translate3d(0);
}
#mobile-navigation .scroll-container nav {
  width: 100%;
  padding-bottom: 20px;
  grid-template-columns: 30px minmax(0, 1fr) 30px;
}
#mobile-navigation .scroll-container nav .container {
  padding: 30px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}
#mobile-navigation .scroll-container nav .container ul {
  display: block;
  width: 100%;
  margin: 0;
}
#mobile-navigation .scroll-container nav#navigation .container ul li {
  display: block;
  position: relative;
  width: 100%;
  margin: 0;
  padding: 15px 0;
  border-bottom: 1px solid #ffffff;
}
#mobile-navigation .scroll-container nav#navigation .container ul li span.link-wrap {
  display: block;
  width: 100%;
  padding: 25px 40px 15px 0;
  border-bottom: 1px solid #ffffff;
}
#mobile-navigation .scroll-container nav#navigation .container ul li .menu-expand {
  cursor: pointer;
  position: absolute;
  z-index: 10;
  top: 0;
  right: 0;
  width: 20px;
  height: 55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#mobile-navigation .scroll-container nav#navigation .container ul li .menu-expand.active {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
#mobile-navigation .scroll-container nav#navigation .container ul li .menu-expand i {
  color: #ffffff;
  font-family: "Font Awesome 6 Pro";
  font-weight: 300;
  font-size: 24px;
  font-size: 1.5rem;
}
#mobile-navigation .scroll-container nav#navigation .container ul li a {
  display: inline-block;
  color: #ffffff;
  letter-spacing: normal;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: normal;
}
#mobile-navigation .scroll-container nav#navigation .container ul li a:before {
  display: none;
}
.no-touchevents #mobile-navigation .scroll-container nav#navigation .container ul li a:hover {
  color: #ffffff;
}
#mobile-navigation .scroll-container nav#navigation .container ul li:last-child a {
  padding-bottom: 0;
}
#mobile-navigation .scroll-container nav#navigation .container ul li.current-page-ancestor a, #mobile-navigation .scroll-container nav#navigation .container ul li.current-menu-item a, #mobile-navigation .scroll-container nav#navigation .container ul li.current_page_parent a {
  color: #ffffff;
}
#mobile-navigation .scroll-container nav#navigation .container ul li.menu-item-has-children > ul {
  position: static;
  display: none;
  opacity: 1;
  pointer-events: auto;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
  height: auto;
  padding: 10px 0 0 0;
  -webkit-transform: none;
          transform: none;
  -webkit-transition: none;
  transition: none;
  max-height: none;
}
#mobile-navigation .scroll-container nav#navigation .container ul li.menu-item-has-children > ul li {
  opacity: 1;
  -webkit-transition: none;
  transition: none;
}
#mobile-navigation .scroll-container nav#navigation .container ul li.menu-item-has-children > ul li:last-child {
  border: 0;
}
#mobile-navigation .scroll-container nav#navigation .container ul li.menu-item-has-children > ul li .menu-expand {
  top: 0;
}
#mobile-navigation .scroll-container nav#navigation .container ul li.menu-item-has-children > ul li .menu-expand i {
  color: #ffffff;
}
#mobile-navigation .scroll-container nav#navigation .container ul li.menu-item-has-children > ul li a {
  color: #ffffff;
}
.no-touchevents #mobile-navigation .scroll-container nav#navigation .container ul li.menu-item-has-children > ul li a:hover {
  color: #ffffff;
}
#mobile-navigation .scroll-container nav#navigation .container ul li.menu-item-has-children > ul li ul {
  padding: 0 0 0 20px;
}
#mobile-navigation .scroll-container nav#navigation .container ul li.menu-item-has-children > ul li ul ul {
  display: none !important;
  visibility: hidden !important;
  height: 0;
}
#mobile-navigation .scroll-container nav#navigation .container ul li.menu-item-has-children > ul li.current-menu-parent > a, #mobile-navigation .scroll-container nav#navigation .container ul li.menu-item-has-children > ul li.current-page-ancestor > a, #mobile-navigation .scroll-container nav#navigation .container ul li.menu-item-has-children > ul li.current-menu-item > a, #mobile-navigation .scroll-container nav#navigation .container ul li.menu-item-has-children > ul li.current_page_parent > a {
  color: #1B1A52;
}
#mobile-navigation .scroll-container nav#navigation .container ul li.menu-item-has-children > ul:before, #mobile-navigation .scroll-container nav#navigation .container ul li.menu-item-has-children > ul:after {
  display: none;
}
#mobile-navigation .scroll-container nav#navigation .container ul li.level-1 > ul li > a {
  color: #1B1A52;
}
.no-touchevents #mobile-navigation .scroll-container nav#navigation .container ul li.level-1 > ul li > a:hover {
  color: #1B1A52;
}

.footer-navigation {
  max-width: 350px;
  width: 100%;
}
.footer-navigation ul {
  -webkit-columns: 2;
     -moz-columns: 2;
          columns: 2;
  list-style: none;
}
.footer-navigation ul li {
  margin-bottom: 15px;
}
.footer-navigation ul li:before {
  content: none;
}

.terms-menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  margin-bottom: 0;
}
.terms-menu ul li {
  margin-right: 24px;
  margin-bottom: 0;
}
.terms-menu ul li:before {
  content: none;
}

.social-navigation ul {
  margin-top: 34px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  list-style-type: none;
}
.social-navigation ul li {
  list-style-type: none;
  display: inline-block;
  margin-right: 20px;
}
.social-navigation ul li:last-child {
  margin-right: 0;
}
.social-navigation ul li a {
  width: 30px;
  height: 30px;
  border: 1px solid white;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/*
Banner Slider
*/
.banner-slider {
  position: relative;
  width: 100%;
  height: calc(100vh - 100px);
  min-height: 700px;
}
.banner-slider .swiper-wrap {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.banner-slider .swiper-wrap .swiper {
  width: 100vw;
  height: calc(100vh - 100px);
  min-height: 700px;
}
.banner-slider .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
.banner-slider .banner-slider-image {
  width: 100%;
  height: 100%;
  font-family: "object-fit:cover";
  -o-object-fit: cover;
     object-fit: cover;
}
.banner-slider .banner-content {
  width: 100%;
  max-width: 528px;
}
.banner-slider .banner-content:first-child:is(h1, h2, h3, h4, h5, h6) {
  margin-top: 0;
}
.banner-slider .swiper-button-next,
.banner-slider .swiper-button-prev {
  color: #000000;
  display: none;
}
.banner-slider .swiper-pagination-bullet-active {
  background: #000000;
}
.banner-slider .swiper-pagination {
  bottom: 50px !important;
}
@media (max-width: 48em) {
  .banner-slider .swiper-button-next,
  .banner-slider .swiper-button-prev {
    top: unset;
    bottom: 43px;
  }
}

/*
Banner Image
*/
.banner-image {
  position: relative;
  width: 100vw;
  height: calc(100vh - 100px);
  min-height: 500px;
  pointer-events: none;
}
.banner-image img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  font-family: "object-fit:cover";
  -o-object-fit: cover;
     object-fit: cover;
}
.banner-image .container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.banner-image .container .banner-content {
  padding-bottom: 50px;
}

/* 
Banner with Form
*/
.banner-form {
  position: relative;
  width: 100vw;
  height: 100%;
  min-height: calc(100vh - 100px);
}
.banner-form .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.banner-form .banner-image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  font-family: "object-fit:cover";
  -o-object-fit: cover;
     object-fit: cover;
}
.banner-form form {
  width: 100%;
  max-width: 528px;
}
@media (max-width: 60em) {
  .banner-form form {
    margin: 0 auto;
  }
}
.banner-form .wpcf7 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 60em) {
  .banner-form .wpcf7 {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

/* 
Post Banner
*/
.post-banner {
  padding-top: 50px;
}
.post-banner h1 {
  margin-top: 0;
}
.post-banner .banner-image {
  width: 100%;
  height: 500px;
  margin: 42px 0;
  position: relative;
}
.post-banner .banner-image img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  font-family: "object-fit:cover";
  -o-object-fit: cover;
     object-fit: cover;
  margin: 0;
}

/* 
Banner For Author Page
*/
.banner-author h1 {
  margin: 0;
}
.banner-author img {
  width: 70px;
  height: 70px;
  font-family: "object-fit:cover";
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
  border: 1px solid black;
  margin-right: 28px;
}

.banner-half {
  margin-top: 50px;
}
.banner-half .banner-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
@media (min-width: 48em) {
  .banner-half .banner-content {
    padding-right: 100px;
  }
}
.banner-half .banner-image {
  width: 115%;
  position: relative;
  max-height: 590px;
  height: 100%;
  min-height: unset !important;
}
.banner-half .banner-image:before {
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background-color: #E20C7B;
  position: absolute;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-animation: rotateBanner 1s forwards;
          animation: rotateBanner 1s forwards;
}
.banner-half h1 {
  margin-bottom: 20px;
}

.service-banner h1 {
  text-align: center;
  color: #1B1A52;
}
.service-banner p {
  text-align: center;
  color: #1B1A52;
}

.banner-no h1 {
  text-align: center;
  color: #1B1A52;
}
.banner-no p {
  text-align: center;
  color: #1B1A52;
}

.swiper-slide {
  height: auto !important;
}

/*
===========================
Smaller Image Slider
===========================
*/
.small-image-slider .swiper-button-next,
.small-image-slider .swiper-button-prev {
  color: #000000;
}
.small-image-slider .swiper-button-next:after,
.small-image-slider .swiper-button-prev:after {
  font-size: 30px;
}
.small-image-slider .swiper-button-prev {
  left: -40px !important;
}
.small-image-slider .swiper-button-next {
  right: -40px !important;
}
.small-image-slider .swiper-pagination-bullet-active {
  background: #000000;
}
.small-image-slider .swiper-pag,
.small-image-slider .swiper-pag-2,
.small-image-slider .swiper-pag-3,
.small-image-slider .swiper-pag-4 {
  bottom: 18px !important;
  position: absolute;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 1210px) {
  .small-image-slider .swiper-pag,
  .small-image-slider .swiper-pag-2,
  .small-image-slider .swiper-pag-3,
  .small-image-slider .swiper-pag-4 {
    display: none;
  }
}
@media (max-width: 1210px) {
  .small-image-slider .swiper-button-next,
  .small-image-slider .swiper-button-prev {
    bottom: 0;
    top: unset;
  }
}
.small-image-slider .swiper {
  overflow: hidden;
}
.small-image-slider .swiper-slide {
  overflow: hidden;
}
.small-image-slider .swiper-slide img {
  width: 100%;
  height: 100%;
  font-family: "object-fit:cover";
  -o-object-fit: cover;
     object-fit: cover;
}
.small-image-slider .swiper-container,
.small-image-slider .swiper-container-width {
  margin: 0 auto;
  overflow: hidden;
  max-width: 1344px;
}
.small-image-slider .swiper-container {
  position: relative;
  padding-bottom: 70px;
}
.small-image-slider .swiper-container .swiper-container-width {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
}
@media (min-width: 1074px) {
  .small-image-slider .swiper-container-width {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
}
@media (min-width: 1210px) {
  .small-image-slider .swiper-container {
    max-width: 1344px;
    padding-bottom: 0;
  }
  .small-image-slider .swiper-container .swiper-container-width {
    max-width: 1074px;
  }
}
@media (min-width: 1515px) {
  .small-image-slider .swiper-container {
    max-width: 1616px;
  }
  .small-image-slider .swiper-container .swiper-container-width {
    max-width: 1344px;
    padding: 0 30px;
  }
}

/*
============================
Large Image Slider
============================
*/
.large-image-slider {
  /*@include breakpoint($bp-medium) {
  	&__container--1,
  	&__container--2 {
  		display: block;
  		padding-left: 30px !important;
  		padding-right: 30px !important;
  	}
  	&__container--2 {
  		.swiper-slide {
  			@include image__dimensions(100%, 10%);
  		}
  	}
  }

  @include breakpoint($slider-collapse-small) {
  	&__container--2 {
  		padding-bottom: 0;
  	}
  	&__container--1,
  	&__container--2 {
  		max-width: $section-width-medium;
  		.swiper-container-width {
  			max-width: $section-width-small;
  		}
  	}
  }

  @include breakpoint($slider-collapse-medium) {
  	&__container--1,
  	&__container--2 {
  		max-width: $section-width-large;
  		.swiper-container-width {
  			max-width: $section-width-medium - 60px;
  		}
  	}
  }*/
}
.large-image-slider .swiper-button-next,
.large-image-slider .swiper-button-prev {
  color: #000000;
}
.large-image-slider .swiper-button-next:after,
.large-image-slider .swiper-button-prev:after {
  font-size: 30px;
}
.large-image-slider .swiper-button-prev {
  left: -40px !important;
}
.large-image-slider .swiper-button-next {
  right: -40px !important;
}
.large-image-slider .swiper-pagination-bullet-active {
  background: #000000;
}
.large-image-slider .swiper-pag,
.large-image-slider .swiper-pag-2,
.large-image-slider .swiper-pag-3,
.large-image-slider .swiper-pag-4 {
  bottom: 18px !important;
  position: absolute;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 1210px) {
  .large-image-slider .swiper-pag,
  .large-image-slider .swiper-pag-2,
  .large-image-slider .swiper-pag-3,
  .large-image-slider .swiper-pag-4 {
    display: none;
  }
}
@media (max-width: 1210px) {
  .large-image-slider .swiper-button-next,
  .large-image-slider .swiper-button-prev {
    bottom: 0;
    top: unset;
  }
}
.large-image-slider .container,
.large-image-slider .swiper-container-width {
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.large-image-slider .swiper-container-width {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
}
.large-image-slider .container .slider-wrap {
  overflow: hidden;
}
.large-image-slider .container .swiper-slide {
  position: relative;
}
.large-image-slider .container .swiper-slide img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  font-family: "object-fit:cover";
  -o-object-fit: cover;
     object-fit: cover;
}
.large-image-slider .container .wrapper-1 {
  padding-bottom: 30px;
}
.large-image-slider .container .wrapper-1 .swiper-slide {
  min-height: 60vh;
  max-height: 60vh;
  position: relative;
  width: 100% !important;
}
@media (max-width: 960px) {
  .large-image-slider .container .wrapper-1 .swiper-slide {
    min-height: 40vh;
    max-height: 40vh;
  }
}
.large-image-slider .container .wrapper-2 {
  padding-bottom: 70px;
}
.large-image-slider .container .wrapper-2 .swiper-slide {
  opacity: 0.5;
  width: 100%;
  padding-bottom: 10%;
  position: relative;
}
.large-image-slider .container .wrapper-2 .swiper-slide img {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  font-family: "object-fit:cover";
  -o-object-fit: cover;
     object-fit: cover;
}
.large-image-slider .container .wrapper-2 .swiper-slide.swiper-slide-thumb-active {
  opacity: 1;
}
@media (max-width: 960px) {
  .large-image-slider .container .wrapper-2 .swiper-slide {
    width: 100%;
    padding-bottom: 20%;
    position: relative;
  }
  .large-image-slider .container .wrapper-2 .swiper-slide img {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    font-family: "object-fit:cover";
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.large-image-slider .swiper-slide {
  cursor: pointer;
}

/* 
================================
Reviews Slider
================================
*/
.reviews .swiper-button-next,
.reviews .swiper-button-prev {
  color: #000000;
}
.reviews .swiper-button-next:after,
.reviews .swiper-button-prev:after {
  font-size: 30px;
}
.reviews .swiper-button-prev {
  left: -40px !important;
}
.reviews .swiper-button-next {
  right: -40px !important;
}
.reviews .swiper-pagination-bullet-active {
  background: #000000;
}
.reviews .swiper-pag,
.reviews .swiper-pag-2,
.reviews .swiper-pag-3,
.reviews .swiper-pag-4 {
  bottom: 18px !important;
  position: absolute;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 1210px) {
  .reviews .swiper-pag,
  .reviews .swiper-pag-2,
  .reviews .swiper-pag-3,
  .reviews .swiper-pag-4 {
    display: none;
  }
}
@media (max-width: 1210px) {
  .reviews .swiper-button-next,
  .reviews .swiper-button-prev {
    bottom: 0;
    top: unset;
  }
}
.reviews .reviews-carousel {
  overflow: hidden;
  padding: 0 80px;
  position: relative;
}
.reviews .reviews-carousel.swiper-container {
  width: 100%;
  padding: 0 80px;
}
@media (max-width: 1280px) {
  .reviews .reviews-carousel.swiper-container {
    padding: 0;
  }
}
.reviews .reviews-carousel .swiper-wrapper {
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1280px) {
  .reviews .reviews-carousel .swiper-wrapper {
    padding-bottom: 30px;
  }
}
.reviews .reviews-carousel .carousel-controls .controls .swiper-button-next {
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
  right: 10px !important;
}
.reviews .reviews-carousel .carousel-controls .controls .swiper-button-prev {
  -webkit-transform: translateX(-10px);
          transform: translateX(-10px);
  left: 10px !important;
}
.reviews .reviews-carousel .item {
  height: auto !important;
}
.reviews .reviews-carousel .item .rating {
  width: 100%;
}
.reviews .reviews-carousel .item .rating .star {
  margin-right: 6px;
}
.reviews .reviews-carousel .item .rating .star:before {
  display: inline-block;
  content: "\f005";
  font-size: 22px;
  color: black;
  font-family: "Font Awesome 6 Pro";
}
.reviews .reviews-carousel .item .rating .star:last-child {
  margin-right: 0;
}
.reviews .reviews-carousel .item .rating .star.filled:before {
  font-weight: bold;
}
.reviews .reviews-carousel .item .item-content h3 {
  font-size: 24px;
  font-size: 1.5rem;
}
.reviews .reviews-carousel .item img {
  width: 100%;
  height: 100%;
  font-family: "object-fit:cover";
  -o-object-fit: cover;
     object-fit: cover;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-right: 10px;
}

/* 
====================================
Related Posts Slider (On Single)
====================================
*/
.related .swiper-button-next,
.related .swiper-button-prev {
  color: #000000;
}
.related .swiper-button-next:after,
.related .swiper-button-prev:after {
  font-size: 30px;
}
.related .swiper-button-prev {
  left: -40px !important;
}
.related .swiper-button-next {
  right: -40px !important;
}
.related .swiper-pagination-bullet-active {
  background: #000000;
}
.related .swiper-pag,
.related .swiper-pag-2,
.related .swiper-pag-3,
.related .swiper-pag-4 {
  bottom: 18px !important;
  position: absolute;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 1210px) {
  .related .swiper-pag,
  .related .swiper-pag-2,
  .related .swiper-pag-3,
  .related .swiper-pag-4 {
    display: none;
  }
}
@media (max-width: 1210px) {
  .related .swiper-button-next,
  .related .swiper-button-prev {
    bottom: 0;
    top: unset;
  }
}
.related__swiper {
  overflow: hidden;
}
.related .swiper-container,
.related .swiper-container-width {
  margin: 0 auto;
  overflow: hidden;
  max-width: 1344px;
}
.related .swiper-container {
  position: relative;
  padding-bottom: 70px;
}
.related .swiper-container .swiper-container-width {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 1210px) {
  .related .swiper-container {
    max-width: 1344px;
    padding-bottom: 0;
  }
  .related .swiper-container .swiper-container-width {
    max-width: 1074px;
  }
}
@media (min-width: 1515px) {
  .related .swiper-container {
    max-width: 1616px;
  }
  .related .swiper-container .swiper-container-width {
    max-width: 1284px;
  }
}

/* 

	Related Posts Slider (On Single)

*/
.page-section .section-heading {
  grid-column: 1/-1;
  padding-bottom: 30px;
}
.page-section .section-heading .content-wrap {
  width: 100%;
  max-width: 670px;
}
.page-section .section-heading .content-wrap > *:last-child {
  margin-bottom: 0;
}
.page-section .section-heading .content-wrap h3 {
  font-size: 22px;
  font-size: 1.375rem;
}
.page-section .section-heading.centered {
  text-align: center;
}
.page-section .section-heading.centered .content-wrap {
  text-align: center;
  margin: 0 auto;
}

/*
==============================
BASIC CONTENT
==============================
*/
.basic-content {
  width: 100%;
  min-height: 320px;
  position: relative;
}
.basic-content .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: center;
      align-content: center;
}
.basic-content .content-wrap {
  position: relative;
  z-index: 10;
  width: 100%;
}
.basic-content .content-wrap.center-content {
  text-align: center;
  width: 100%;
}
.basic-content .content-wrap p img {
  margin: 20px 0;
  max-width: 100%;
  height: auto;
}
.basic-content .content-wrap p img.aligncenter {
  margin: 20px auto;
}
.basic-content .content-wrap h1,
.basic-content .content-wrap h2 {
  font-size: 40px;
  font-size: 2.5rem;
}
.basic-content .content-wrap .button {
  margin-top: 20px;
}
.basic-content .content-wrap > *:last-child {
  margin-bottom: 0;
}
.basic-content.quote h1, .basic-content.quote h2, .basic-content.quote h3, .basic-content.quote h4, .basic-content.quote h5, .basic-content.quote h6, .basic-content.quote p, .basic-content.quote li {
  font-size: 20px;
}
.basic-content.quote .content-wrap {
  padding: 50px;
  border: 5px solid white;
}
@media (min-width: 48em) {
  .basic-content.quote .content-wrap {
    padding: 100px;
  }
}
.basic-content.bg-purple::before, .basic-content.bg-green::before, .basic-content.bg-orange::before, .basic-content.bg-pink::before, .basic-content.bg-dark-blue::before, .basic-content.bg-light-blue::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  -webkit-transform: rotate(-2deg);
          transform: rotate(-2deg);
  width: 150%;
  left: -20%;
}
.basic-content.bg-purple.section-pb, .basic-content.bg-green.section-pb, .basic-content.bg-orange.section-pb, .basic-content.bg-pink.section-pb, .basic-content.bg-dark-blue.section-pb, .basic-content.bg-light-blue.section-pb {
  padding-bottom: 25px;
  margin-bottom: 25px;
}
@media (min-width: 60em) {
  .basic-content.bg-purple.section-pb, .basic-content.bg-green.section-pb, .basic-content.bg-orange.section-pb, .basic-content.bg-pink.section-pb, .basic-content.bg-dark-blue.section-pb, .basic-content.bg-light-blue.section-pb {
    padding-bottom: 100px;
    margin-bottom: 100px;
  }
}
.basic-content.bg-purple.section-pt, .basic-content.bg-green.section-pt, .basic-content.bg-orange.section-pt, .basic-content.bg-pink.section-pt, .basic-content.bg-dark-blue.section-pt, .basic-content.bg-light-blue.section-pt {
  padding-top: 25px;
  margin-top: 25px;
}
@media (min-width: 60em) {
  .basic-content.bg-purple.section-pt, .basic-content.bg-green.section-pt, .basic-content.bg-orange.section-pt, .basic-content.bg-pink.section-pt, .basic-content.bg-dark-blue.section-pt, .basic-content.bg-light-blue.section-pt {
    padding-top: 100px;
    margin-bottom: 100px;
  }
}
.basic-content.bg-purple h1, .basic-content.bg-purple h2, .basic-content.bg-purple h3, .basic-content.bg-purple h4, .basic-content.bg-purple h5, .basic-content.bg-purple h6, .basic-content.bg-purple p, .basic-content.bg-purple li, .basic-content.bg-green h1, .basic-content.bg-green h2, .basic-content.bg-green h3, .basic-content.bg-green h4, .basic-content.bg-green h5, .basic-content.bg-green h6, .basic-content.bg-green p, .basic-content.bg-green li, .basic-content.bg-orange h1, .basic-content.bg-orange h2, .basic-content.bg-orange h3, .basic-content.bg-orange h4, .basic-content.bg-orange h5, .basic-content.bg-orange h6, .basic-content.bg-orange p, .basic-content.bg-orange li, .basic-content.bg-pink h1, .basic-content.bg-pink h2, .basic-content.bg-pink h3, .basic-content.bg-pink h4, .basic-content.bg-pink h5, .basic-content.bg-pink h6, .basic-content.bg-pink p, .basic-content.bg-pink li, .basic-content.bg-dark-blue h1, .basic-content.bg-dark-blue h2, .basic-content.bg-dark-blue h3, .basic-content.bg-dark-blue h4, .basic-content.bg-dark-blue h5, .basic-content.bg-dark-blue h6, .basic-content.bg-dark-blue p, .basic-content.bg-dark-blue li, .basic-content.bg-light-blue h1, .basic-content.bg-light-blue h2, .basic-content.bg-light-blue h3, .basic-content.bg-light-blue h4, .basic-content.bg-light-blue h5, .basic-content.bg-light-blue h6, .basic-content.bg-light-blue p, .basic-content.bg-light-blue li {
  color: #ffffff;
}
.basic-content.bg-purple a:not(.button):not(.btn), .basic-content.bg-green a:not(.button):not(.btn), .basic-content.bg-orange a:not(.button):not(.btn), .basic-content.bg-pink a:not(.button):not(.btn), .basic-content.bg-dark-blue a:not(.button):not(.btn), .basic-content.bg-light-blue a:not(.button):not(.btn) {
  color: white;
  text-decoration: underline;
}
.basic-content.bg-purple::before {
  background: #832E8B;
}
.basic-content.bg-green::before {
  background: #7FC040;
}
.basic-content.bg-orange::before {
  background: #F3AB1D;
}
.basic-content.bg-pink::before {
  background: #E20C7B;
}
.basic-content.bg-dark-blue::before {
  background: #1B1A52;
}
.basic-content.bg-white::before {
  background: #ffffff;
}

/*
==============================
TWO COLUMN CONTENT
==============================
*/
.two-column-content .container .grid-container {
  grid-gap: 80px;
}
.two-column-content .container .grid-container .section-media img {
  width: 100%;
}

/* 
==============================
Three Column content
==============================
*/
@supports (display: grid) {
  .three-column-content .col-3 {
    grid-template-columns: 1fr;
    grid-gap: 20px;
  }
}
@media (min-width: 48em) {
  @supports (display: grid) {
    .three-column-content .col-3 {
      grid-template-columns: 1fr 1fr;
    }
  }
}
@media (min-width: 60em) {
  @supports (display: grid) {
    .three-column-content .col-3 {
      grid-template-columns: 1fr 1fr 1fr;
    }
  }
}
.three-column-content .col-3 .section-media img {
  width: 100%;
}

/* 
=========================
Four Column content
=========================
*/
@supports (display: grid) {
  .four-column-content .col-4 {
    grid-template-columns: 1fr;
    grid-gap: 20px;
  }
}
@media (min-width: 42.5em) {
  @supports (display: grid) {
    .four-column-content .col-4 {
      grid-template-columns: 1fr 1fr;
      grid-gap: 20px;
    }
  }
}
@media (min-width: 48em) {
  @supports (display: grid) {
    .four-column-content .col-4 {
      grid-template-columns: 1fr 1fr 1fr;
    }
  }
}
@media (min-width: 60em) {
  .four-column-content .col-4 {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
.four-column-content .col-4 .section-media {
  width: 100px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
}
.four-column-content .col-4 .section-media img {
  width: 100%;
}

/* 
=======================
Three Column Panels
=======================
*/
@supports (display: grid) {
  .three-column-panels .col-3 {
    grid-template-columns: 1fr;
    grid-gap: 20px;
  }
}
@media (min-width: 48em) {
  @supports (display: grid) {
    .three-column-panels .col-3 {
      grid-template-columns: 1fr 1fr;
    }
  }
}
@media (min-width: 60em) {
  @supports (display: grid) {
    .three-column-panels .col-3 {
      grid-template-columns: 1fr 1fr 1fr;
    }
  }
}
.three-column-panels .column {
  position: relative;
}
.three-column-panels .section-media {
  width: 100%;
  padding-bottom: 100%;
  position: relative;
}
.three-column-panels .section-media img {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  font-family: "object-fit:cover";
  -o-object-fit: cover;
     object-fit: cover;
}
.three-column-panels .section-media img {
  width: 100%;
  height: 100%;
  font-family: "object-fit:cover";
  -o-object-fit: cover;
     object-fit: cover;
}
.three-column-panels .block-content {
  padding: 30px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

/* 
=================================
Media Left/right and Content
=================================
*/
.media-and-content {
  position: relative;
}
.media-and-content.bg-purple::before, .media-and-content.bg-green::before, .media-and-content.bg-orange::before, .media-and-content.bg-pink::before, .media-and-content.bg-dark-blue::before, .media-and-content.bg-light-blue::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  -webkit-transform: rotate(-2deg);
          transform: rotate(-2deg);
  width: 150%;
  left: -20%;
}
.media-and-content.bg-purple.section-pb, .media-and-content.bg-green.section-pb, .media-and-content.bg-orange.section-pb, .media-and-content.bg-pink.section-pb, .media-and-content.bg-dark-blue.section-pb, .media-and-content.bg-light-blue.section-pb {
  padding-bottom: 50px;
  margin-bottom: 50px;
}
@media (min-width: 60em) {
  .media-and-content.bg-purple.section-pb, .media-and-content.bg-green.section-pb, .media-and-content.bg-orange.section-pb, .media-and-content.bg-pink.section-pb, .media-and-content.bg-dark-blue.section-pb, .media-and-content.bg-light-blue.section-pb {
    padding-bottom: 100px;
    margin-bottom: 100px;
  }
}
.media-and-content.bg-purple.section-pt, .media-and-content.bg-green.section-pt, .media-and-content.bg-orange.section-pt, .media-and-content.bg-pink.section-pt, .media-and-content.bg-dark-blue.section-pt, .media-and-content.bg-light-blue.section-pt {
  padding-top: 50px;
  margin-top: 50px;
}
@media (min-width: 60em) {
  .media-and-content.bg-purple.section-pt, .media-and-content.bg-green.section-pt, .media-and-content.bg-orange.section-pt, .media-and-content.bg-pink.section-pt, .media-and-content.bg-dark-blue.section-pt, .media-and-content.bg-light-blue.section-pt {
    padding-top: 100px;
    margin-top: 100px;
  }
}
.media-and-content.bg-purple h1, .media-and-content.bg-purple h2, .media-and-content.bg-purple h3, .media-and-content.bg-purple h4, .media-and-content.bg-purple h5, .media-and-content.bg-purple h6, .media-and-content.bg-purple p, .media-and-content.bg-purple li, .media-and-content.bg-green h1, .media-and-content.bg-green h2, .media-and-content.bg-green h3, .media-and-content.bg-green h4, .media-and-content.bg-green h5, .media-and-content.bg-green h6, .media-and-content.bg-green p, .media-and-content.bg-green li, .media-and-content.bg-orange h1, .media-and-content.bg-orange h2, .media-and-content.bg-orange h3, .media-and-content.bg-orange h4, .media-and-content.bg-orange h5, .media-and-content.bg-orange h6, .media-and-content.bg-orange p, .media-and-content.bg-orange li, .media-and-content.bg-pink h1, .media-and-content.bg-pink h2, .media-and-content.bg-pink h3, .media-and-content.bg-pink h4, .media-and-content.bg-pink h5, .media-and-content.bg-pink h6, .media-and-content.bg-pink p, .media-and-content.bg-pink li, .media-and-content.bg-dark-blue h1, .media-and-content.bg-dark-blue h2, .media-and-content.bg-dark-blue h3, .media-and-content.bg-dark-blue h4, .media-and-content.bg-dark-blue h5, .media-and-content.bg-dark-blue h6, .media-and-content.bg-dark-blue p, .media-and-content.bg-dark-blue li, .media-and-content.bg-light-blue h1, .media-and-content.bg-light-blue h2, .media-and-content.bg-light-blue h3, .media-and-content.bg-light-blue h4, .media-and-content.bg-light-blue h5, .media-and-content.bg-light-blue h6, .media-and-content.bg-light-blue p, .media-and-content.bg-light-blue li {
  color: #ffffff;
}
.media-and-content.bg-purple a:not(.button):not(.btn), .media-and-content.bg-green a:not(.button):not(.btn), .media-and-content.bg-orange a:not(.button):not(.btn), .media-and-content.bg-pink a:not(.button):not(.btn), .media-and-content.bg-dark-blue a:not(.button):not(.btn), .media-and-content.bg-light-blue a:not(.button):not(.btn) {
  color: white;
  text-decoration: underline;
}
.media-and-content.bg-purple::before {
  background: #832E8B;
}
.media-and-content.bg-purple .section-media.section-image:before {
  background-color: #E20C7B;
}
.media-and-content.bg-purple .section-media.section-video > div:before {
  background-color: #E20C7B;
}
.media-and-content.bg-green::before {
  background: #7FC040;
}
.media-and-content.bg-green .section-media.section-image:before {
  background-color: #832E8B;
}
.media-and-content.bg-green .section-media.section-video > div:before {
  background-color: #832E8B;
}
.media-and-content.bg-orange::before {
  background: #F3AB1D;
}
.media-and-content.bg-orange .section-media.section-image:before {
  background-color: #1B1A52;
}
.media-and-content.bg-orange .section-media.section-video > div:before {
  background-color: #1B1A52;
}
.media-and-content.bg-pink::before {
  background: #E20C7B;
}
.media-and-content.bg-pink .section-media.section-image:before {
  background-color: #832E8B;
}
.media-and-content.bg-pink .section-media.section-video > div:before {
  background-color: #832E8B;
}
.media-and-content.bg-dark-blue::before {
  background: #1B1A52;
}
.media-and-content.bg-dark-blue .section-media.section-image:before {
  background-color: #E20C7B;
}
.media-and-content.bg-dark-blue .section-media.section-video > div:before {
  background-color: #E20C7B;
}
.media-and-content.bg-white::before {
  background: #ffffff;
}
.media-and-content.bg-white .section-media.section-image:before {
  background-color: #E20C7B;
}
.media-and-content.bg-white .section-media.section-video > div:before {
  background-color: #E20C7B;
}
.media-and-content .section-content {
  position: relative;
}
.media-and-content .section-media {
  position: relative;
}
.media-and-content .section-media img {
  width: 100%;
  width: 100%;
  height: 100%;
  font-family: "object-fit:cover";
  -o-object-fit: cover;
     object-fit: cover;
}
.media-and-content .section-content {
  max-width: 100%;
  width: 100%;
  justify-self: center;
  -ms-flex-item-align: center;
      align-self: center;
}
@media (min-width: 60em) {
  .media-and-content .section-content {
    max-width: 511px;
  }
}
.media-and-content li {
  color: #1B1A52;
}
@media (min-width: 60em) {
  .media-and-content.wider-content .section-content {
    max-width: 500px;
  }
}
.media-and-content .media-right .section-media {
  grid-column: 1/2;
  grid-row: 2/3;
}
.media-and-content .media-right .section-content {
  grid-column: 1/2;
  grid-row: 1/2;
}
@media (min-width: 60em) {
  .media-and-content .media-right .section-media {
    grid-column: 2/3;
    grid-row: 1/2;
  }
  .media-and-content .media-right .section-content {
    grid-column: 1/2;
    grid-row: 1/2;
  }
}
.media-and-content .section-media.section-image:before {
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  position: absolute;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.media-and-content .section-media.section-image.animated:before {
  -webkit-animation: rotateBanner 1s forwards;
          animation: rotateBanner 1s forwards;
}
.media-and-content .section-media.section-video .video-wrap:before {
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  position: absolute;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.media-and-content .section-media.section-video .video-wrap.animated:before {
  -webkit-animation: rotateBanner 1s forwards;
          animation: rotateBanner 1s forwards;
}

.video-wrap {
  position: relative;
}

.media-and-content .section-video.animated .video-wrap:before {
  -webkit-animation: rotateBanner 1s forwards;
          animation: rotateBanner 1s forwards;
}

.section-media.animate .video-block:before {
  -webkit-animation: rotateBanner 1s forwards;
          animation: rotateBanner 1s forwards;
}

/* 
================================
Full Width Image/Video
================================ 
*/
.full-width-media .section-media {
  width: 100%;
}
.full-width-media .section-media img {
  width: 100%;
  width: 100%;
  height: 100%;
  font-family: "object-fit:cover";
  -o-object-fit: cover;
     object-fit: cover;
}

/* 
=============================
Accordion
=============================
*/
.accordion-section .section-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.accordion-section .section-heading .content-wrap {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.accordion-section .accordion-item {
  width: 100%;
  padding: 18px 0 10px 0;
  border-bottom: 1px solid black;
}
.accordion-section .accordion-item .toggle-header {
  cursor: pointer;
  width: 100%;
  padding-right: 50px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.accordion-section .accordion-item .toggle-header h3 {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: normal;
  margin-bottom: 10px;
}
.accordion-section .accordion-item .toggle-header .toggle-icon {
  width: 38px;
  height: 38px;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: black;
  border-radius: 50%;
  opacity: 1;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.accordion-section .accordion-item .toggle-header .toggle-icon i {
  color: #ffffff;
  font-weight: 300;
  font-size: 20px;
  font-size: 1.25rem;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.accordion-section .accordion-item .toggle-content {
  padding: 10px 0;
  padding-right: 65px;
  display: none;
}
.accordion-section .accordion-item .toggle-content > *:last-child {
  margin-bottom: 0;
}
.accordion-section .accordion-item .toggle-content p {
  font-size: 16px;
  font-size: 1rem;
}
.accordion-section .accordion-item.active .toggle-header .toggle-icon {
  opacity: 0.6;
}
.accordion-section .accordion-item.active .toggle-header .toggle-icon i {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

/* 
===========================
Featured Posts/Pages
===========================
*/
.selected-posts .block-image {
  overflow: hidden;
}
.selected-posts .block-image a img {
  width: 100%;
  height: 100%;
  font-family: "object-fit:cover";
  -o-object-fit: cover;
     object-fit: cover;
  vertical-align: top;
}
.selected-posts .posts-container {
  grid-gap: 50px;
}

/* 
============================
GALLERY
============================
*/
.gallery-section {
  width: 100%;
  clear: both;
}
.gallery-section .gallery {
  width: 100%;
}
.gallery-section .gallery .item {
  position: relative;
  overflow: hidden;
}
.gallery-section .gallery .item a {
  width: 100%;
  padding-top: 56.25%;
  position: relative;
  vertical-align: top;
}
.gallery-section .gallery .item a img {
  width: 100%;
  height: 100%;
  vertical-align: top;
  position: absolute;
  top: 0;
  left: 0;
  font-family: "object-fit:cover;object-position:center";
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.test1 {
  border: 5px solid blue;
}

.quote {
  position: relative;
}
@media (max-width: 48em) {
  .quote {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }
}
.quote .content-wrap {
  position: relative;
}
.quote .quote-icon-1 {
  background: #E20C7B;
  width: 120px;
  height: 120px;
  position: absolute;
  top: -45px;
  fill: white;
  padding-left: 20px;
  padding-right: 20px;
  left: 30px;
}
@media (max-width: 48em) {
  .quote .quote-icon-1 {
    width: 80px;
    height: 50px;
    padding-left: 10px;
    padding-right: 10px;
    top: -25px;
  }
}
.quote .quote-icon-2 {
  background: #E20C7B;
  width: 120px;
  height: 120px;
  position: absolute;
  bottom: -45px;
  fill: white;
  padding-left: 20px;
  padding-right: 20px;
  right: 30px;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
@media (max-width: 48em) {
  .quote .quote-icon-2 {
    width: 80px;
    height: 50px;
    padding-left: 10px;
    padding-right: 10px;
    bottom: -30px;
  }
}
.quote svg {
  width: 100%;
  height: 100%;
}

@media (max-width: 48em) {
  .media-left .section-media {
    margin-bottom: 20px;
  }
}

.two-buttons .button:nth-child(1) {
  margin-right: 7px;
}
.two-buttons .button:nth-child(2) {
  margin-left: 7px;
}
@media (max-width: 48em) {
  .two-buttons .button {
    width: 100%;
  }
  .two-buttons .button:nth-child(1) {
    margin-bottom: 15px;
  }
  .two-buttons .button:nth-child(1), .two-buttons .button:nth-child(2) {
    margin-left: 0;
    margin-right: 0;
  }
}

@media (max-width: 48em) {
  .lottie-banner {
    display: none;
  }
}

.news-posts .grid-container {
  grid-gap: 40px 80px;
}
.news-posts .block-image {
  margin-bottom: 20px;
}
.news-posts .block-image a:before {
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  position: absolute;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  background: #E20C7B;
}
.news-posts .block.animated .block-image a:before {
  -webkit-animation: rotateBanner 1s forwards;
          animation: rotateBanner 1s forwards;
}
.news-posts .block:hover .block-image {
  -webkit-transform: scale(0.96);
          transform: scale(0.96);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.news-block,
.page-block,
.service-block,
.staff-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.news-block .meta,
.page-block .meta,
.service-block .meta,
.staff-block .meta {
  width: 100%;
}
.news-block .block-image,
.page-block .block-image,
.service-block .block-image,
.staff-block .block-image {
  margin-bottom: 20px;
  width: 100%;
}
.news-block .block-image a, .news-block .block-image div,
.page-block .block-image a,
.page-block .block-image div,
.service-block .block-image a,
.service-block .block-image div,
.staff-block .block-image a,
.staff-block .block-image div {
  display: block;
  width: 100%;
  padding-bottom: 100%;
  position: relative;
}
.news-block .block-image a img, .news-block .block-image div img,
.page-block .block-image a img,
.page-block .block-image div img,
.service-block .block-image a img,
.service-block .block-image div img,
.staff-block .block-image a img,
.staff-block .block-image div img {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  font-family: "object-fit:cover";
  -o-object-fit: cover;
     object-fit: cover;
}
.news-block .block-image a img, .news-block .block-image div img,
.page-block .block-image a img,
.page-block .block-image div img,
.service-block .block-image a img,
.service-block .block-image div img,
.staff-block .block-image a img,
.staff-block .block-image div img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.news-block .block-content,
.page-block .block-content,
.service-block .block-content,
.staff-block .block-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.news-block .block-content .block-title,
.page-block .block-content .block-title,
.service-block .block-content .block-title,
.staff-block .block-content .block-title {
  width: 100%;
}
.news-block .block-content .excerpt,
.page-block .block-content .excerpt,
.service-block .block-content .excerpt,
.staff-block .block-content .excerpt {
  width: 100%;
}
.news-block .first-cat,
.page-block .first-cat,
.service-block .first-cat,
.staff-block .first-cat {
  margin-bottom: 20px;
}

.news-block h1, .news-block h2, .news-block h3, .news-block h4, .news-block h5, .news-block h6, .news-block p, .news-block .first-cat, .news-block a:not(.button) {
  color: #1B1A52 !important;
}

.service-block p, .service-block h2, .service-block h3, .service-block a {
  color: white;
}

@supports (display: grid) {
  #luke_posts_wrap {
    grid-template-columns: 1fr;
    grid-gap: 20px;
  }
}
@media (min-width: 48em) {
  @supports (display: grid) {
    #luke_posts_wrap {
      grid-template-columns: 1fr 1fr;
    }
  }
}
@media (min-width: 60em) {
  @supports (display: grid) {
    #luke_posts_wrap {
      grid-template-columns: 1fr 1fr 1fr;
    }
  }
}

.load-more-posts {
  width: 100%;
  clear: both;
  min-height: 80px;
  text-align: center;
  padding: 20px 0 0 0;
  grid-column: 1/-1;
}
.load-more-posts a {
  display: inline-block;
}
.load-more-posts .load {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  clear: both;
  display: inline-block;
  position: relative;
  text-indent: -9999em;
  border-top: 5px solid rgba(0, 0, 0, 0.1);
  border-right: 5px solid rgba(0, 0, 0, 0.1);
  border-bottom: 5px solid rgba(0, 0, 0, 0.1);
  border-left: 5px solid #000000;
  -webkit-animation: loading 1s infinite linear;
          animation: loading 1s infinite linear;
}

.social-share {
  padding-bottom: 50px;
  width: 100%;
}
.social-share ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0;
  list-style-type: none;
}
.social-share ul li {
  margin-bottom: 0;
  margin-right: 20px;
}
.social-share ul li a {
  border: 1px solid #000000;
  border-radius: 50%;
  width: 28px;
  height: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 20px;
  border-bottom: 1px solid #1B1A52;
}
.filter span {
  color: #1B1A52;
}
.filter .category-filter {
  margin: 0 30px;
  cursor: pointer;
  position: relative;
  width: 120px;
}
.filter .category-filter select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  background: none;
  width: 100%;
  cursor: pointer;
  color: #1B1A52;
}
.filter .category-filter i {
  pointer-events: none;
  position: absolute;
  top: 4px;
  right: -13px;
}
@media (max-width: 48em) {
  .filter {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .filter .category-filter {
    margin: 20px 0;
  }
}

.bold-text {
  font-weight: bold;
}

.excerpt p span {
  font-weight: bold;
}

.post-cats .container .category-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 20px;
  border-bottom: 1px solid #000000;
}

.post-type-archive-services h1, .post-type-archive-staff h1, .post-type-archive-board-staff h1, .post-type-archive-testimonials h1 {
  color: #ffffff;
}
.post-type-archive-services .cta-border, .post-type-archive-staff .cta-border, .post-type-archive-board-staff .cta-border, .post-type-archive-testimonials .cta-border {
  border-top: 4px solid #41BCE0;
}

.staff-block {
  background: #ffffff;
}
.staff-block .block-image {
  padding: 20px;
  padding-bottom: 0;
}
.staff-block .staff-block-content {
  padding: 20px;
  padding-top: 0;
}
.staff-block .meta p {
  background: #E20C7B;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 10px;
  padding-right: 10px;
  color: #ffffff;
  text-align: center;
  font-weight: bold;
}

.staff-image-single {
  max-width: 400px;
}
.staff-image-single img {
  width: 100%;
}

.post-date, .first-cat, .author, .social-share, .social-share span, .social-share a {
  color: #1B1A52;
}

.single-post .content-wrap h1, .single-post .content-wrap h2, .single-post .content-wrap h3, .single-post .content-wrap h4, .single-post .content-wrap h5, .single-post .content-wrap h6, .single-post .content-wrap p, .single-post .content-wrap a, .single-post .content-wrap li {
  color: #1B1A52;
}
.single-post .content-wrap a:not(.button) {
  text-decoration: underline;
}

.related h1, .related h2, .related h3, .related h4, .related h5, .related h6, .related p, .related a, .related li {
  color: #1B1A52;
}
.related a.button {
  color: #ffffff;
}

.page-block .block-title {
  margin-bottom: 0 !important;
  color: #1B1A52 !important;
  font-size: 36px;
}
.page-block .block-title > * {
  color: #1B1A52 !important;
}
.page-block p {
  margin-bottom: 20px;
}

.page-block:hover .block-image {
  -webkit-transform: scale(0.96);
          transform: scale(0.96);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.staff-block {
  position: relative;
}
.staff-block .block-image a {
  padding-bottom: 57% !important;
}
.staff-block .block-image a:before {
  background: white !important;
}
.staff-block a:not(.button) {
  color: #1B1A52;
}
.staff-block:before {
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  position: absolute;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  background: #E20C7B;
}
.staff-block.animated:before {
  -webkit-animation: rotateBanner 1s forwards;
          animation: rotateBanner 1s forwards;
}
.staff-block .staff-block-wrap {
  background: white;
}

.staff-image-single {
  position: relative;
}
.staff-image-single:before {
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  position: absolute;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  background: #E20C7B;
  -webkit-animation: rotateBanner 1s forwards;
          animation: rotateBanner 1s forwards;
}

.staff-gap {
  grid-gap: 50px;
}

@media (max-width: 48em) {
  .posts-container.grid-container {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.pointer-events-none {
  pointer-events: none;
}

.event-header-title {
  font-size: 60px;
  margin-bottom: 50px;
}
@media (max-width: 60em) {
  .event-header-title {
    font-size: 40px;
    margin-top: 30px;
  }
}

.search-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: auto;
}
@media (max-width: 60em) {
  .search-wrap {
    margin-left: unset;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
}
.search-wrap input {
  margin-bottom: 0 !important;
  margin-right: 20px;
}
@media (max-width: 48em) {
  .search-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .search-wrap .search-button {
    margin-top: 15px;
    margin-left: 0 !important;
  }
}

.filter {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 60em) {
  .filter {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
}

.posts-container {
  margin-top: 30px !important;
}

.single-post h1 {
  font-size: 60px;
}

.single-post-content h2 {
  font-size: 45px;
}
.single-post-content a {
  color: #1B1A52;
  text-decoration: underline;
}

/* Scss Document */
form {
  /* RESPONSE / ERRORS*/
}
form p {
  margin: 0;
}
form textarea,
form input[type=tel],
form input[type=email],
form input[type=number],
form input[type=text],
form input[type=password] {
  width: 100%;
  padding: 16px;
  border-radius: 0;
  border: 1px solid #1B1A52;
  border-radius: 8px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-family: "Inter", serif;
  font-weight: 500;
  background-color: white;
  color: #1B1A52;
}
form .select-wrap {
  overflow: hidden;
  background-color: #ffffff;
  position: relative;
  border: 1px solid #1B1A52;
  border-radius: 8px;
}
form .select-wrap:before {
  content: "\f078";
  width: 25px;
  height: 14px;
  font-family: "Font Awesome 6 Pro";
  position: absolute;
  right: 10px;
  top: 25%;
  color: #000000;
  z-index: 4;
}
form .select-wrap select {
  font-family: "Inter", serif;
  font-weight: 500;
  width: 100%;
  position: relative;
  z-index: 3;
  cursor: pointer;
  height: 100%;
  padding: 16px;
  text-indent: 1px;
  text-overflow: "";
  border: none;
  margin-bottom: 0;
  background-color: white;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
form textarea {
  resize: none;
  min-height: 170px;
  max-width: 100%;
  font-weight: 500;
  font-family: "Inter", serif;
  border: 1px solid #1B1A52;
  border-radius: 8px;
}
form textarea,
form .select-wrap,
form input[type=tel],
form input[type=email],
form input[type=number],
form input[type=text],
form input[type=password] {
  margin-bottom: 20px;
}
form textarea:focus,
form .select-wrap:focus,
form input[type=tel]:focus,
form input[type=email]:focus,
form input[type=number]:focus,
form input[type=text]:focus,
form input[type=password]:focus {
  outline: none;
}
form input[type=checkbox] {
  cursor: pointer;
  position: relative;
  top: 4px;
}
form button,
form input[type=submit] {
  border: none;
  cursor: pointer;
  text-align: center;
  text-transform: uppercase;
  line-height: 50px;
  font-family: "Inter", serif;
  padding: 0 20px;
  width: 100%;
  color: #ffffff;
  background-color: #1B1A52;
  border: 1px solid #1B1A52;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.no-touchevents form button:hover,
.no-touchevents form input[type=submit]:hover {
  color: #1B1A52;
  background-color: #ffffff;
}
form .wpcf7-form-control-wrap {
  display: block;
}
form ::-webkit-input-placeholder {
  font-weight: 500;
}
form ::-moz-placeholder {
  font-weight: 500;
}
form :-ms-input-placeholder {
  font-weight: 500;
}
form :-moz-placeholder {
  font-weight: 500;
}
form .wpcf7-acceptance,
form .checkbox {
  margin-bottom: 20px;
}
form .wpcf7-acceptance .wpcf7-list-item,
form .checkbox .wpcf7-list-item {
  margin: 0 10px 20px 0;
}
form .wpcf7-acceptance .wpcf7-list-item label,
form .checkbox .wpcf7-list-item label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
form .wpcf7-acceptance .wpcf7-list-item label input[type=checkbox],
form .checkbox .wpcf7-list-item label input[type=checkbox] {
  display: inline-block;
  vertical-align: middle;
  margin: 0 12px 5px 0;
  position: relative;
}
form .wpcf7-spinner,
form .wpcf7-spinner:after {
  border-radius: 50%;
  width: 22px !important;
  height: 22px !important;
}
form .wpcf7-spinner {
  clear: both;
  display: block;
  position: relative;
  margin: 0;
  left: 0;
  top: 20px;
  background-image: none !important;
  text-indent: -9999em;
  background-color: transparent !important;
  border-top: 4px solid #e4e4e4 !important;
  border-right: 4px solid #1B1A52 !important;
  border-bottom: 4px solid #1B1A52 !important;
  border-left: 4px solid #1B1A52 !important;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-animation: loading 1s infinite linear;
          animation: loading 1s infinite linear;
}
form .wpcf7-spinner:before {
  content: none;
}
form span.wpcf7-not-valid-tip {
  display: none;
}
form input[type=checkbox] + span.wpcf7-not-valid-tip {
  display: block;
  margin-bottom: 5px;
}
form .wpcf7-response-output {
  margin: 30px 0 !important;
  padding: 15px 20px;
  width: 100%;
  font-family: "Inter", serif;
  border-radius: 0;
}
form textarea.wpcf7-not-valid,
form select.wpcf7-not-valid,
form form .select-wrap select.wpcf7-not-valid,
form input[type=tel].wpcf7-not-valid,
form input[type=email].wpcf7-not-valid,
form input[type=text].wpcf7-not-valid {
  color: #0d2240;
  opacity: 1;
  background-color: #ffd4d4;
  border-color: red;
}
form .invalid .focus-input {
  background-color: #ffd4d4;
}
form div.wpcf7-mail-sent-ng,
form div.wpcf7-validation-errors {
  border: 2px solid red;
  background-color: #ffd4d4;
  width: 100%;
  padding: 16px 20px;
  color: #ec6c6c;
  color: red;
}
form div.wpcf7-mail-sent-ok {
  padding: 20px;
  border: 2px solid #55d2a6;
  margin-bottom: 20px;
  position: relative;
  background-color: #f2fffa;
  color: #0d2240;
}

.contact-page {
  padding-top: 40px;
}
@media (min-width: 60em) {
  .contact-page {
    padding-top: 100px;
  }
}

.form-block .wpcf7 {
  max-width: 800px;
  margin: 0 auto;
}

.global-contact-info {
  margin-bottom: 20px;
}
.global-contact-info .phone {
  margin-right: 20px;
  color: #1B1A52;
}
.global-contact-info .email {
  color: #1B1A52;
}
.global-contact-info a, .global-contact-info i {
  color: #1B1A52;
}

form .select-wrap {
  border: 1px solid #1B1A52 !important;
  border-radius: 8px !important;
}
form .select-wrap select {
  color: #1B1A52 !important;
}

.wpcf7-list-item-label {
  color: #1B1A52;
}
.wpcf7-list-item-label a {
  color: #1B1A52 !important;
}

.map-section iframe, .map-section .iframe-wrap {
  width: 100%;
}

.main-footer {
  background: #1B1A52;
  padding-top: 50px;
}
.main-footer .copy {
  color: #ffffff;
}
.main-footer div, .main-footer a {
  color: white;
}
.main-footer ul {
  list-style: none;
}
.main-footer ul li a {
  color: #ffffff;
}
.main-footer .row {
  width: 100%;
  clear: both;
}
.main-footer .row .column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  width: 100%;
}
.main-footer .row .column.left {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.main-footer .row .column.right {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.main-footer .row .column.right .tel {
  margin-right: 20px;
}
.main-footer .footer-top .site-branding a {
  max-width: 220px;
  width: 100%;
  margin-bottom: 40px;
}
.main-footer .footer-middle .contact-info {
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.main-footer .footer-middle .address p {
  margin: 0;
}
.main-footer .footer-bottom {
  position: relative;
}
.main-footer .footer-bottom .container {
  position: relative;
  padding-top: 20px;
  padding-bottom: 20px;
}
.main-footer .footer-bottom .container:before {
  content: "";
  height: 1px;
  width: calc(100% - 60px);
  position: absolute;
  left: 30px;
  top: 0;
  background-color: white;
}
@media (max-width: 60em) {
  .main-footer .footer-bottom .container .grid-container .column {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.main-footer .footer-bottom .luke {
  justify-self: flex-end;
}
.main-footer .footer-bottom .luke img {
  width: 20px;
  vertical-align: sub;
  margin-right: 10px;
}
.main-footer .footer-bottom .copy {
  margin-right: 20px;
}
@media (max-width: 60em) {
  .main-footer .flex-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .main-footer .flex-container .column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.footer-logo img {
  width: 100%;
}

.cta-wrap .container {
  grid-gap: 0;
}

.cta-1 {
  background-color: #41BCE0;
}

.cta-2 {
  background-color: #1B1A52;
}

.cta-1, .cta-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
}
@media (max-width: 48em) {
  .cta-1, .cta-2 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.cta-1 h1, .cta-1 h2, .cta-1 h3, .cta-1 h4, .cta-1 h5, .cta-1 h6, .cta-1 p, .cta-1 a, .cta-2 h1, .cta-2 h2, .cta-2 h3, .cta-2 h4, .cta-2 h5, .cta-2 h6, .cta-2 p, .cta-2 a {
  color: #ffffff;
}
.cta-1 .cta-wrap, .cta-2 .cta-wrap {
  max-width: 700px;
  padding-left: 30px;
  padding-right: 30px;
}

.logos-wrap {
  margin-bottom: 20px;
}

.footer-logos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
}
.footer-logos .footer-logo {
  width: 190px;
}

/* Scss Document */
@-webkit-keyframes loading {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes loading {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.fadeOut {
  -webkit-animation-name: fadeOut;
          animation-name: fadeOut;
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 12%, 0);
            transform: translate3d(0, 12%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 12%, 0);
            transform: translate3d(0, 12%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
  -webkit-animation-duration: 1.8s;
          animation-duration: 1.8s;
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-8%, 0, 0);
            transform: translate3d(-8%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-8%, 0, 0);
            transform: translate3d(-8%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
          animation-name: fadeInLeft;
  -webkit-animation-duration: 1.8s;
          animation-duration: 1.8s;
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(8%, 0, 0);
            transform: translate3d(8%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(8%, 0, 0);
            transform: translate3d(8%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
          animation-name: fadeInRight;
  -webkit-animation-duration: 1.8s;
          animation-duration: 1.8s;
}

.no-touchevents .sm-fade,
.no-touchevents .sm-slideup,
.no-touchevents .sm-slideleft,
.no-touchevents .sm-slideright {
  opacity: 0;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}

.fade,
.sm-fade,
.sm-slideup,
.sm-slideleft,
.sm-slideright {
  opacity: 0;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}

.ie .sm-fade,
.ie .sm-slideup,
.ie .sm-slideleft,
.ie .sm-slideright,
.safari .sm-fade,
.safari .sm-slideup,
.safari .sm-slideleft,
.safari .sm-slideright {
  opacity: 1 !important;
  -webkit-transition: none;
  transition: none;
  -webkit-animation: none;
          animation: none;
}

.animated {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.lottie-banner {
  position: absolute;
  top: 75px;
  right: 49px;
  -webkit-transform: rotate(273deg);
          transform: rotate(273deg);
}

.lottie-section {
  position: absolute;
  top: -50px;
  right: -125px;
  -webkit-transform: rotate(273deg);
          transform: rotate(273deg);
}

@-webkit-keyframes rotateBanner {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
  }
}

@keyframes rotateBanner {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
  }
}
/*
==================================
HEIGHT BASED MEDIA QUERY
==================================
*/
/* HEIGHT AND WIDTH */
.test {
  color: "red";
}
/*# sourceMappingURL=styles.css.map */
