/*
Theme Name: St. Onge
Theme URI: https://appliedimagination.com/
Description: A custom theme built by the team at Applied Imagination.
Author: Applied Imagination
Version: 2.0
*/
/*! 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;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

figure {
  margin: 0;
}

.left-align {
  text-align: left !important;
}

.center-align {
  text-align: center !important;
}

.right-align {
  text-align: right !important;
}

.justify-align {
  text-align: justify !important;
}

.top-align {
  vertical-align: top !important;
}

.middle-align {
  vertical-align: middle !important;
}

.bottom-align {
  vertical-align: bottom !important;
}

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

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

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

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

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

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

.symbol-plus::before {
  background-image: url('data:image/svg+xml,<svg width="15" height="15" version="1.1" viewBox="0 0 15 15" xmlns="http://www.w3.org/2000/svg"><g transform="translate(-416.666,-67)" data-name="+"><rect transform="translate(422.666,67)" width="3" height="15" fill="%23f6643d" data-name="Rectangle 292"/><path transform="translate(416.666,73)" d="m0 0h15v3h-15z" fill="%23af008b" data-name="Path 1943"/></g></svg>');
}

@font-face {
  font-family: "st-onge-icons";
  src: url("assets/fonts/st-onge-icons.eot?rgn0qz");
  src: url("assets/fonts/st-onge-icons.eot?rgn0qz#iefix") format("embedded-opentype"), url("assets/fonts/st-onge-icons.ttf?rgn0qz") format("truetype"), url("assets/fonts/st-onge-icons.woff?rgn0qz") format("woff"), url("assets/fonts/st-onge-icons.svg?rgn0qz#st-onge-icons") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "st-onge-icons" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-linkedin-legacy:before {
  content: "\eac9";
}

.icon-search:before {
  content: "\e918";
}

.icon-linkedin:before {
  content: "\e915";
}

.icon-facebook:before {
  content: "\e916";
}

.icon-youtube:before {
  content: "\e917";
}

.icon-x:before {
  content: "\e914";
}

.icon-carrot-left:before {
  content: "\e90e";
}

.icon-carrot-right:before {
  content: "\e90f";
}

.icon-close:before {
  content: "\e910";
}

.icon-email:before {
  content: "\e911";
}

.icon-globe:before {
  content: "\e912";
}

.icon-phone:before {
  content: "\e913";
}

.icon-chevron-left:before {
  content: "\e900";
}

.icon-chevron-right:before {
  content: "\e901";
}

.icon-chevron-down:before {
  content: "\e902";
}

.icon-Arrow---Lrg-Right:before {
  content: "\e904";
}

.icon-Arrow---Lrg-Down2:before {
  content: "\e903";
}

.icon-Arrow---Lrg-Up:before {
  content: "\e905";
}

.icon-Arrow---Lrg-Down1:before {
  content: "\e906";
}

.icon-search-legacy:before {
  content: "\e907";
}

.icon-Email-Icon:before {
  content: "\e908";
}

.icon-facebook-legacy:before {
  content: "\e909";
}

.icon-instagram:before {
  content: "\e90a";
}

.icon-phone1:before {
  content: "\e90b";
}

.icon-x-twitter:before {
  content: "\e90c";
}

.icon-youtube-legacy:before {
  content: "\e90d";
}

.site-content .gform_wrapper.gravity-theme, .module.accordion .gform_wrapper.gravity-theme {
  background-color: #000;
  padding: 15px 35px 37px;
  border-radius: 25px;
  position: relative;
  margin-bottom: 0;
  color: #fff;
}
.site-content .gform_wrapper.gravity-theme:last-child, .module.accordion .gform_wrapper.gravity-theme:last-child {
  margin-bottom: 0;
}
.site-content .gform_wrapper.gravity-theme form input[type=color], .module.accordion .gform_wrapper.gravity-theme form input[type=color],
.site-content .gform_wrapper.gravity-theme form input[type=date],
.module.accordion .gform_wrapper.gravity-theme form input[type=date],
.site-content .gform_wrapper.gravity-theme form input[type=datetime-local],
.module.accordion .gform_wrapper.gravity-theme form input[type=datetime-local],
.site-content .gform_wrapper.gravity-theme form input[type=datetime],
.module.accordion .gform_wrapper.gravity-theme form input[type=datetime],
.site-content .gform_wrapper.gravity-theme form input[type=email],
.module.accordion .gform_wrapper.gravity-theme form input[type=email],
.site-content .gform_wrapper.gravity-theme form input[type=month],
.module.accordion .gform_wrapper.gravity-theme form input[type=month],
.site-content .gform_wrapper.gravity-theme form input[type=number],
.module.accordion .gform_wrapper.gravity-theme form input[type=number],
.site-content .gform_wrapper.gravity-theme form input[type=password],
.module.accordion .gform_wrapper.gravity-theme form input[type=password],
.site-content .gform_wrapper.gravity-theme form input[type=search],
.module.accordion .gform_wrapper.gravity-theme form input[type=search],
.site-content .gform_wrapper.gravity-theme form input[type=tel],
.module.accordion .gform_wrapper.gravity-theme form input[type=tel],
.site-content .gform_wrapper.gravity-theme form input[type=text],
.module.accordion .gform_wrapper.gravity-theme form input[type=text],
.site-content .gform_wrapper.gravity-theme form input[type=time],
.module.accordion .gform_wrapper.gravity-theme form input[type=time],
.site-content .gform_wrapper.gravity-theme form input[type=url],
.module.accordion .gform_wrapper.gravity-theme form input[type=url],
.site-content .gform_wrapper.gravity-theme form input[type=week],
.module.accordion .gform_wrapper.gravity-theme form input[type=week],
.site-content .gform_wrapper.gravity-theme form select,
.module.accordion .gform_wrapper.gravity-theme form select,
.site-content .gform_wrapper.gravity-theme form textarea,
.module.accordion .gform_wrapper.gravity-theme form textarea {
  border: 0;
  border-radius: 25px;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 16px;
  font-weight: normal;
  color: #000;
  line-height: 1.375 !important;
  min-height: 50px !important;
  padding: 9px 30px 9px 30px;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-align: left;
  display: block;
  appearance: none;
}
.site-content .gform_wrapper.gravity-theme form input[type=color]::-webkit-input-placeholder, .module.accordion .gform_wrapper.gravity-theme form input[type=color]::-webkit-input-placeholder,
.site-content .gform_wrapper.gravity-theme form input[type=date]::-webkit-input-placeholder,
.module.accordion .gform_wrapper.gravity-theme form input[type=date]::-webkit-input-placeholder,
.site-content .gform_wrapper.gravity-theme form input[type=datetime-local]::-webkit-input-placeholder,
.module.accordion .gform_wrapper.gravity-theme form input[type=datetime-local]::-webkit-input-placeholder,
.site-content .gform_wrapper.gravity-theme form input[type=datetime]::-webkit-input-placeholder,
.module.accordion .gform_wrapper.gravity-theme form input[type=datetime]::-webkit-input-placeholder,
.site-content .gform_wrapper.gravity-theme form input[type=email]::-webkit-input-placeholder,
.module.accordion .gform_wrapper.gravity-theme form input[type=email]::-webkit-input-placeholder,
.site-content .gform_wrapper.gravity-theme form input[type=month]::-webkit-input-placeholder,
.module.accordion .gform_wrapper.gravity-theme form input[type=month]::-webkit-input-placeholder,
.site-content .gform_wrapper.gravity-theme form input[type=number]::-webkit-input-placeholder,
.module.accordion .gform_wrapper.gravity-theme form input[type=number]::-webkit-input-placeholder,
.site-content .gform_wrapper.gravity-theme form input[type=password]::-webkit-input-placeholder,
.module.accordion .gform_wrapper.gravity-theme form input[type=password]::-webkit-input-placeholder,
.site-content .gform_wrapper.gravity-theme form input[type=search]::-webkit-input-placeholder,
.module.accordion .gform_wrapper.gravity-theme form input[type=search]::-webkit-input-placeholder,
.site-content .gform_wrapper.gravity-theme form input[type=tel]::-webkit-input-placeholder,
.module.accordion .gform_wrapper.gravity-theme form input[type=tel]::-webkit-input-placeholder,
.site-content .gform_wrapper.gravity-theme form input[type=text]::-webkit-input-placeholder,
.module.accordion .gform_wrapper.gravity-theme form input[type=text]::-webkit-input-placeholder,
.site-content .gform_wrapper.gravity-theme form input[type=time]::-webkit-input-placeholder,
.module.accordion .gform_wrapper.gravity-theme form input[type=time]::-webkit-input-placeholder,
.site-content .gform_wrapper.gravity-theme form input[type=url]::-webkit-input-placeholder,
.module.accordion .gform_wrapper.gravity-theme form input[type=url]::-webkit-input-placeholder,
.site-content .gform_wrapper.gravity-theme form input[type=week]::-webkit-input-placeholder,
.module.accordion .gform_wrapper.gravity-theme form input[type=week]::-webkit-input-placeholder,
.site-content .gform_wrapper.gravity-theme form select::-webkit-input-placeholder,
.module.accordion .gform_wrapper.gravity-theme form select::-webkit-input-placeholder,
.site-content .gform_wrapper.gravity-theme form textarea::-webkit-input-placeholder,
.module.accordion .gform_wrapper.gravity-theme form textarea::-webkit-input-placeholder {
  color: #212121;
  opacity: 1;
}
.site-content .gform_wrapper.gravity-theme form input[type=color]::-moz-placeholder, .module.accordion .gform_wrapper.gravity-theme form input[type=color]::-moz-placeholder,
.site-content .gform_wrapper.gravity-theme form input[type=date]::-moz-placeholder,
.module.accordion .gform_wrapper.gravity-theme form input[type=date]::-moz-placeholder,
.site-content .gform_wrapper.gravity-theme form input[type=datetime-local]::-moz-placeholder,
.module.accordion .gform_wrapper.gravity-theme form input[type=datetime-local]::-moz-placeholder,
.site-content .gform_wrapper.gravity-theme form input[type=datetime]::-moz-placeholder,
.module.accordion .gform_wrapper.gravity-theme form input[type=datetime]::-moz-placeholder,
.site-content .gform_wrapper.gravity-theme form input[type=email]::-moz-placeholder,
.module.accordion .gform_wrapper.gravity-theme form input[type=email]::-moz-placeholder,
.site-content .gform_wrapper.gravity-theme form input[type=month]::-moz-placeholder,
.module.accordion .gform_wrapper.gravity-theme form input[type=month]::-moz-placeholder,
.site-content .gform_wrapper.gravity-theme form input[type=number]::-moz-placeholder,
.module.accordion .gform_wrapper.gravity-theme form input[type=number]::-moz-placeholder,
.site-content .gform_wrapper.gravity-theme form input[type=password]::-moz-placeholder,
.module.accordion .gform_wrapper.gravity-theme form input[type=password]::-moz-placeholder,
.site-content .gform_wrapper.gravity-theme form input[type=search]::-moz-placeholder,
.module.accordion .gform_wrapper.gravity-theme form input[type=search]::-moz-placeholder,
.site-content .gform_wrapper.gravity-theme form input[type=tel]::-moz-placeholder,
.module.accordion .gform_wrapper.gravity-theme form input[type=tel]::-moz-placeholder,
.site-content .gform_wrapper.gravity-theme form input[type=text]::-moz-placeholder,
.module.accordion .gform_wrapper.gravity-theme form input[type=text]::-moz-placeholder,
.site-content .gform_wrapper.gravity-theme form input[type=time]::-moz-placeholder,
.module.accordion .gform_wrapper.gravity-theme form input[type=time]::-moz-placeholder,
.site-content .gform_wrapper.gravity-theme form input[type=url]::-moz-placeholder,
.module.accordion .gform_wrapper.gravity-theme form input[type=url]::-moz-placeholder,
.site-content .gform_wrapper.gravity-theme form input[type=week]::-moz-placeholder,
.module.accordion .gform_wrapper.gravity-theme form input[type=week]::-moz-placeholder,
.site-content .gform_wrapper.gravity-theme form select::-moz-placeholder,
.module.accordion .gform_wrapper.gravity-theme form select::-moz-placeholder,
.site-content .gform_wrapper.gravity-theme form textarea::-moz-placeholder,
.module.accordion .gform_wrapper.gravity-theme form textarea::-moz-placeholder {
  color: #212121;
  opacity: 1;
}
.site-content .gform_wrapper.gravity-theme form input[type=color]::-ms-input-placeholder, .module.accordion .gform_wrapper.gravity-theme form input[type=color]::-ms-input-placeholder,
.site-content .gform_wrapper.gravity-theme form input[type=date]::-ms-input-placeholder,
.module.accordion .gform_wrapper.gravity-theme form input[type=date]::-ms-input-placeholder,
.site-content .gform_wrapper.gravity-theme form input[type=datetime-local]::-ms-input-placeholder,
.module.accordion .gform_wrapper.gravity-theme form input[type=datetime-local]::-ms-input-placeholder,
.site-content .gform_wrapper.gravity-theme form input[type=datetime]::-ms-input-placeholder,
.module.accordion .gform_wrapper.gravity-theme form input[type=datetime]::-ms-input-placeholder,
.site-content .gform_wrapper.gravity-theme form input[type=email]::-ms-input-placeholder,
.module.accordion .gform_wrapper.gravity-theme form input[type=email]::-ms-input-placeholder,
.site-content .gform_wrapper.gravity-theme form input[type=month]::-ms-input-placeholder,
.module.accordion .gform_wrapper.gravity-theme form input[type=month]::-ms-input-placeholder,
.site-content .gform_wrapper.gravity-theme form input[type=number]::-ms-input-placeholder,
.module.accordion .gform_wrapper.gravity-theme form input[type=number]::-ms-input-placeholder,
.site-content .gform_wrapper.gravity-theme form input[type=password]::-ms-input-placeholder,
.module.accordion .gform_wrapper.gravity-theme form input[type=password]::-ms-input-placeholder,
.site-content .gform_wrapper.gravity-theme form input[type=search]::-ms-input-placeholder,
.module.accordion .gform_wrapper.gravity-theme form input[type=search]::-ms-input-placeholder,
.site-content .gform_wrapper.gravity-theme form input[type=tel]::-ms-input-placeholder,
.module.accordion .gform_wrapper.gravity-theme form input[type=tel]::-ms-input-placeholder,
.site-content .gform_wrapper.gravity-theme form input[type=text]::-ms-input-placeholder,
.module.accordion .gform_wrapper.gravity-theme form input[type=text]::-ms-input-placeholder,
.site-content .gform_wrapper.gravity-theme form input[type=time]::-ms-input-placeholder,
.module.accordion .gform_wrapper.gravity-theme form input[type=time]::-ms-input-placeholder,
.site-content .gform_wrapper.gravity-theme form input[type=url]::-ms-input-placeholder,
.module.accordion .gform_wrapper.gravity-theme form input[type=url]::-ms-input-placeholder,
.site-content .gform_wrapper.gravity-theme form input[type=week]::-ms-input-placeholder,
.module.accordion .gform_wrapper.gravity-theme form input[type=week]::-ms-input-placeholder,
.site-content .gform_wrapper.gravity-theme form select::-ms-input-placeholder,
.module.accordion .gform_wrapper.gravity-theme form select::-ms-input-placeholder,
.site-content .gform_wrapper.gravity-theme form textarea::-ms-input-placeholder,
.module.accordion .gform_wrapper.gravity-theme form textarea::-ms-input-placeholder {
  color: #212121;
  opacity: 1;
}
.site-content .gform_wrapper.gravity-theme form input[type=color]::placeholder, .module.accordion .gform_wrapper.gravity-theme form input[type=color]::placeholder,
.site-content .gform_wrapper.gravity-theme form input[type=date]::placeholder,
.module.accordion .gform_wrapper.gravity-theme form input[type=date]::placeholder,
.site-content .gform_wrapper.gravity-theme form input[type=datetime-local]::placeholder,
.module.accordion .gform_wrapper.gravity-theme form input[type=datetime-local]::placeholder,
.site-content .gform_wrapper.gravity-theme form input[type=datetime]::placeholder,
.module.accordion .gform_wrapper.gravity-theme form input[type=datetime]::placeholder,
.site-content .gform_wrapper.gravity-theme form input[type=email]::placeholder,
.module.accordion .gform_wrapper.gravity-theme form input[type=email]::placeholder,
.site-content .gform_wrapper.gravity-theme form input[type=month]::placeholder,
.module.accordion .gform_wrapper.gravity-theme form input[type=month]::placeholder,
.site-content .gform_wrapper.gravity-theme form input[type=number]::placeholder,
.module.accordion .gform_wrapper.gravity-theme form input[type=number]::placeholder,
.site-content .gform_wrapper.gravity-theme form input[type=password]::placeholder,
.module.accordion .gform_wrapper.gravity-theme form input[type=password]::placeholder,
.site-content .gform_wrapper.gravity-theme form input[type=search]::placeholder,
.module.accordion .gform_wrapper.gravity-theme form input[type=search]::placeholder,
.site-content .gform_wrapper.gravity-theme form input[type=tel]::placeholder,
.module.accordion .gform_wrapper.gravity-theme form input[type=tel]::placeholder,
.site-content .gform_wrapper.gravity-theme form input[type=text]::placeholder,
.module.accordion .gform_wrapper.gravity-theme form input[type=text]::placeholder,
.site-content .gform_wrapper.gravity-theme form input[type=time]::placeholder,
.module.accordion .gform_wrapper.gravity-theme form input[type=time]::placeholder,
.site-content .gform_wrapper.gravity-theme form input[type=url]::placeholder,
.module.accordion .gform_wrapper.gravity-theme form input[type=url]::placeholder,
.site-content .gform_wrapper.gravity-theme form input[type=week]::placeholder,
.module.accordion .gform_wrapper.gravity-theme form input[type=week]::placeholder,
.site-content .gform_wrapper.gravity-theme form select::placeholder,
.module.accordion .gform_wrapper.gravity-theme form select::placeholder,
.site-content .gform_wrapper.gravity-theme form textarea::placeholder,
.module.accordion .gform_wrapper.gravity-theme form textarea::placeholder {
  color: #212121;
  opacity: 1;
}
.site-content .gform_wrapper.gravity-theme form textarea, .module.accordion .gform_wrapper.gravity-theme form textarea {
  padding: 15px 30px 15px 30px;
}
.site-content .gform_wrapper.gravity-theme form input[type=submit], .module.accordion .gform_wrapper.gravity-theme form input[type=submit] {
  background-color: #ffc845;
  color: #000;
  font-weight: 800;
  border: 0;
  margin-bottom: 0;
  line-height: 1.57 !important;
  min-height: 58px !important;
  min-width: 118px;
  border-radius: 50px;
  font-size: 14px;
  letter-spacing: 0.025em;
  padding: 16px 22px;
}
.site-content .gform_wrapper.gravity-theme form input[type=submit]:hover, .module.accordion .gform_wrapper.gravity-theme form input[type=submit]:hover, .site-content .gform_wrapper.gravity-theme form input[type=submit]:focus, .module.accordion .gform_wrapper.gravity-theme form input[type=submit]:focus {
  background-color: #ffbe25;
}
.site-content .gform_wrapper.gravity-theme form .gfield_select, .module.accordion .gform_wrapper.gravity-theme form .gfield_select {
  padding-right: 60px;
}
.site-content .gform_wrapper.gravity-theme form textarea, .module.accordion .gform_wrapper.gravity-theme form textarea {
  min-height: 140px !important;
}
.site-content .gform_wrapper.gravity-theme form .ginput_container_select, .module.accordion .gform_wrapper.gravity-theme form .ginput_container_select {
  position: relative;
}
.site-content .gform_wrapper.gravity-theme form .ginput_container_select::after, .module.accordion .gform_wrapper.gravity-theme form .ginput_container_select::after {
  content: "\e902";
  font-size: 21px;
  font-family: "st-onge-icons" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #000000;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  pointer-events: none;
  cursor: pointer;
}
.site-content .gform_wrapper.gravity-theme .gform_fields, .module.accordion .gform_wrapper.gravity-theme .gform_fields {
  -webkit-column-gap: 15px;
  -moz-column-gap: 15px;
  column-gap: 15px;
  row-gap: 15px;
}
.site-content .gform_wrapper.gravity-theme .description, .module.accordion .gform_wrapper.gravity-theme .description,
.site-content .gform_wrapper.gravity-theme .gfield_description,
.module.accordion .gform_wrapper.gravity-theme .gfield_description,
.site-content .gform_wrapper.gravity-theme .gsection_description,
.module.accordion .gform_wrapper.gravity-theme .gsection_description,
.site-content .gform_wrapper.gravity-theme .instruction,
.module.accordion .gform_wrapper.gravity-theme .instruction {
  display: none;
  padding: 0;
  background-color: transparent;
  border: none;
  margin: 0;
  padding-top: 0 !important;
}
.site-content .gform_wrapper.gravity-theme .gfield_error [aria-invalid=true], .module.accordion .gform_wrapper.gravity-theme .gfield_error [aria-invalid=true] {
  border-color: #af008b !important;
  background-color: #fff;
}
.site-content .gform_wrapper.gravity-theme .gfield_error [aria-invalid=true]::-webkit-input-placeholder, .module.accordion .gform_wrapper.gravity-theme .gfield_error [aria-invalid=true]::-webkit-input-placeholder {
  color: #af008b;
}
.site-content .gform_wrapper.gravity-theme .gfield_error [aria-invalid=true]::-moz-placeholder, .module.accordion .gform_wrapper.gravity-theme .gfield_error [aria-invalid=true]::-moz-placeholder {
  color: #af008b;
}
.site-content .gform_wrapper.gravity-theme .gfield_error [aria-invalid=true]::-ms-input-placeholder, .module.accordion .gform_wrapper.gravity-theme .gfield_error [aria-invalid=true]::-ms-input-placeholder {
  color: #af008b;
}
.site-content .gform_wrapper.gravity-theme .gfield_error [aria-invalid=true]::placeholder, .module.accordion .gform_wrapper.gravity-theme .gfield_error [aria-invalid=true]::placeholder {
  color: #af008b;
}
.site-content .gform_wrapper.gravity-theme .gform_validation_errors, .module.accordion .gform_wrapper.gravity-theme .gform_validation_errors {
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #af008b;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin: 0.5em 0 0.5em;
}
.site-content .gform_wrapper.gravity-theme .gform_validation_errors > h2, .module.accordion .gform_wrapper.gravity-theme .gform_validation_errors > h2 {
  font-size: 14px;
  font-weight: bold;
  color: #ffc845 !important;
  line-height: 1.25;
  text-transform: none;
  letter-spacing: 0.025em;
}
.site-content .gform_wrapper.gravity-theme .gform_validation_errors > h2 span, .module.accordion .gform_wrapper.gravity-theme .gform_validation_errors > h2 span {
  display: none;
}
.site-content .gform_wrapper.gravity-theme .gform_validation_errors:focus, .module.accordion .gform_wrapper.gravity-theme .gform_validation_errors:focus {
  outline: none;
  outline-offset: 0;
}
.site-content .gform_wrapper.gravity-theme .gform_footer, .module.accordion .gform_wrapper.gravity-theme .gform_footer {
  margin: 15px 0 0;
  padding: 0;
}
@media (max-width: 1079px) {
  .site-content .gform_wrapper.gravity-theme, .module.accordion .gform_wrapper.gravity-theme {
    padding: 32px 35px 35px;
  }
  .site-content .gform_wrapper.gravity-theme form input[type=color], .module.accordion .gform_wrapper.gravity-theme form input[type=color],
.site-content .gform_wrapper.gravity-theme form input[type=date],
.module.accordion .gform_wrapper.gravity-theme form input[type=date],
.site-content .gform_wrapper.gravity-theme form input[type=datetime-local],
.module.accordion .gform_wrapper.gravity-theme form input[type=datetime-local],
.site-content .gform_wrapper.gravity-theme form input[type=datetime],
.module.accordion .gform_wrapper.gravity-theme form input[type=datetime],
.site-content .gform_wrapper.gravity-theme form input[type=email],
.module.accordion .gform_wrapper.gravity-theme form input[type=email],
.site-content .gform_wrapper.gravity-theme form input[type=month],
.module.accordion .gform_wrapper.gravity-theme form input[type=month],
.site-content .gform_wrapper.gravity-theme form input[type=number],
.module.accordion .gform_wrapper.gravity-theme form input[type=number],
.site-content .gform_wrapper.gravity-theme form input[type=password],
.module.accordion .gform_wrapper.gravity-theme form input[type=password],
.site-content .gform_wrapper.gravity-theme form input[type=search],
.module.accordion .gform_wrapper.gravity-theme form input[type=search],
.site-content .gform_wrapper.gravity-theme form input[type=tel],
.module.accordion .gform_wrapper.gravity-theme form input[type=tel],
.site-content .gform_wrapper.gravity-theme form input[type=text],
.module.accordion .gform_wrapper.gravity-theme form input[type=text],
.site-content .gform_wrapper.gravity-theme form input[type=time],
.module.accordion .gform_wrapper.gravity-theme form input[type=time],
.site-content .gform_wrapper.gravity-theme form input[type=url],
.module.accordion .gform_wrapper.gravity-theme form input[type=url],
.site-content .gform_wrapper.gravity-theme form input[type=week],
.module.accordion .gform_wrapper.gravity-theme form input[type=week],
.site-content .gform_wrapper.gravity-theme form select,
.module.accordion .gform_wrapper.gravity-theme form select,
.site-content .gform_wrapper.gravity-theme form textarea,
.module.accordion .gform_wrapper.gravity-theme form textarea {
    padding: 11px 19px 10px 19px;
  }
}
@media (max-width: 479px) {
  .site-content .gform_wrapper.gravity-theme, .module.accordion .gform_wrapper.gravity-theme {
    padding: 24px 24px;
  }
}
.site-content .gform_confirmation_message, .module.accordion .gform_confirmation_message {
  color: #fff;
  font-weight: 700;
  line-height: 1.3;
  text-transform: uppercase;
  margin-top: 30px;
  margin-bottom: 0;
}

.side-form {
  background: #000;
  padding: 38px 35px 45px 35px;
  color: #fff;
  border-radius: 25px;
}
.side-form:last-child, .side-form > *:last-child {
  margin-bottom: 0;
}
.side-form .h6 {
  margin-bottom: 15px;
}
.side-form .gform_wrapper.gravity-theme {
  position: static;
  padding: 0;
  background-color: transparent;
  margin: 0;
}
.side-form .gform_wrapper.gravity-theme form {
  position: static;
}
.side-form .gform_wrapper.gravity-theme form input[type=color],
.side-form .gform_wrapper.gravity-theme form input[type=date],
.side-form .gform_wrapper.gravity-theme form input[type=datetime-local],
.side-form .gform_wrapper.gravity-theme form input[type=datetime],
.side-form .gform_wrapper.gravity-theme form input[type=email],
.side-form .gform_wrapper.gravity-theme form input[type=month],
.side-form .gform_wrapper.gravity-theme form input[type=number],
.side-form .gform_wrapper.gravity-theme form input[type=password],
.side-form .gform_wrapper.gravity-theme form input[type=search],
.side-form .gform_wrapper.gravity-theme form input[type=tel],
.side-form .gform_wrapper.gravity-theme form input[type=text],
.side-form .gform_wrapper.gravity-theme form input[type=time],
.side-form .gform_wrapper.gravity-theme form input[type=url],
.side-form .gform_wrapper.gravity-theme form input[type=week],
.side-form .gform_wrapper.gravity-theme form select,
.side-form .gform_wrapper.gravity-theme form textarea {
  /*padding-left: 20px;
  padding-right: 20px;*/
  padding: 9px 30px 9px 30px;
}
.side-form .gform_wrapper.gravity-theme form input[type=submit] {
  background-color: #ffc845;
  color: #000;
  font-weight: 800;
  border: 0;
  margin-bottom: 0;
  line-height: 1.57 !important;
  min-height: 58px !important;
  min-width: 118px;
  border-radius: 50px;
  font-size: 14px;
  letter-spacing: 0.025em;
  padding: 16px 22px;
}
.side-form .gform_wrapper.gravity-theme form input[type=submit]:hover, .side-form .gform_wrapper.gravity-theme form input[type=submit]:focus {
  background-color: #ffbe25;
}
.side-form .gform_wrapper.gravity-theme .gform_fields {
  -webkit-column-gap: 15px;
  -moz-column-gap: 15px;
  column-gap: 15px;
  row-gap: 15px;
}
.side-form .gform_wrapper.gravity-theme .gform_validation_errors > h2 {
  color: #000;
}
.side-form .gform_wrapper.gravity-theme .gform_footer {
  margin: 16px 0 0;
  padding: 0;
}
@media (max-width: 1079px) {
  .side-form {
    padding: 25px 25px 21px 25px;
  }
}
.subscription-form {
  margin: 105px 0 100px 0;
}
.subscription-form .inner-content {
  background-color: #000000;
  border-radius: 25px;
  padding: 34px 40px 41px;
}
.subscription-form .box {
  border-radius: 0;
  gap: 70px;
  max-width: 960px;
  margin: auto;
}
.subscription-form .box .title {
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.3;
  margin: 0 0 13px;
}
.subscription-form .box .gform_wrapper.gravity-theme {
  max-width: 100%;
  margin: 0;
  width: 100%;
  padding: 0;
  background-color: transparent;
}
.subscription-form .box .gform_wrapper.gravity-theme form {
  padding: 0;
  overflow: visible;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
.subscription-form .box .gform_wrapper.gravity-theme form input[type=color],
.subscription-form .box .gform_wrapper.gravity-theme form input[type=date],
.subscription-form .box .gform_wrapper.gravity-theme form input[type=datetime-local],
.subscription-form .box .gform_wrapper.gravity-theme form input[type=datetime],
.subscription-form .box .gform_wrapper.gravity-theme form input[type=email],
.subscription-form .box .gform_wrapper.gravity-theme form input[type=month],
.subscription-form .box .gform_wrapper.gravity-theme form input[type=number],
.subscription-form .box .gform_wrapper.gravity-theme form input[type=password],
.subscription-form .box .gform_wrapper.gravity-theme form input[type=search],
.subscription-form .box .gform_wrapper.gravity-theme form input[type=tel],
.subscription-form .box .gform_wrapper.gravity-theme form input[type=text],
.subscription-form .box .gform_wrapper.gravity-theme form input[type=time],
.subscription-form .box .gform_wrapper.gravity-theme form input[type=url],
.subscription-form .box .gform_wrapper.gravity-theme form input[type=week] {
  padding: 9px 30px 9px 30px;
  min-width: 240px;
}
.subscription-form .box .gform_wrapper.gravity-theme form input[type=submit] {
  background-color: #ffc845;
  color: #000;
  font-weight: 800;
  border: 0;
  margin-bottom: 0;
  line-height: 1.57 !important;
  min-height: 50px !important;
  min-width: 120px;
  border-radius: 25px;
  font-size: 14px;
  letter-spacing: 0.025em;
  padding: 16px 22px;
}
.subscription-form .box .gform_wrapper.gravity-theme form input[type=submit]:hover, .subscription-form .box .gform_wrapper.gravity-theme form input[type=submit]:focus {
  background-color: #ffbe25;
}
.subscription-form .box .gform_wrapper.gravity-theme form .gform_footer {
  margin: 0;
  padding: 0;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-left: 10px;
}
.subscription-form .box .gform_wrapper.gravity-theme form .gfield--type-submit {
  position: relative;
}
.subscription-form .box .gform_wrapper.gravity-theme form .gfield--type-submit .gform-loader {
  display: block;
  position: absolute;
  right: -50px;
}
.subscription-form .box .gform_wrapper.gravity-theme .gform_fields {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
  row-gap: 10px;
}
@media (max-width: 1079px) {
  .subscription-form {
    margin: 60px 0 50px 0;
  }
  .subscription-form .box .gform_wrapper.gravity-theme .gfield {
    min-width: 100%;
  }
  .subscription-form .box .gform_wrapper.gravity-theme form {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .subscription-form .box .gform_wrapper.gravity-theme form input[type=color],
.subscription-form .box .gform_wrapper.gravity-theme form input[type=date],
.subscription-form .box .gform_wrapper.gravity-theme form input[type=datetime-local],
.subscription-form .box .gform_wrapper.gravity-theme form input[type=datetime],
.subscription-form .box .gform_wrapper.gravity-theme form input[type=email],
.subscription-form .box .gform_wrapper.gravity-theme form input[type=month],
.subscription-form .box .gform_wrapper.gravity-theme form input[type=number],
.subscription-form .box .gform_wrapper.gravity-theme form input[type=password],
.subscription-form .box .gform_wrapper.gravity-theme form input[type=search],
.subscription-form .box .gform_wrapper.gravity-theme form input[type=tel],
.subscription-form .box .gform_wrapper.gravity-theme form input[type=text],
.subscription-form .box .gform_wrapper.gravity-theme form input[type=time],
.subscription-form .box .gform_wrapper.gravity-theme form input[type=url],
.subscription-form .box .gform_wrapper.gravity-theme form input[type=week] {
    min-width: 100%;
    width: 100%;
  }
  .subscription-form .box .gform_wrapper.gravity-theme form .gform_body {
    width: 100%;
  }
  .subscription-form .box .gform_wrapper.gravity-theme form .gform_footer {
    margin-left: 0;
    margin-top: 10px;
  }
  .subscription-form .box .gform_wrapper.gravity-theme form .gfield--type-submit {
    position: relative;
  }
  .subscription-form .box .gform_wrapper.gravity-theme form .gfield--type-submit .gform-loader {
    right: 10px;
  }
  .subscription-form .box .gform_wrapper.gravity-theme .gform_fields {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media (max-width: 479px) {
  .subscription-form .inner-content {
    padding: 20px 25px 25px;
  }
  .subscription-form .box .title {
    font-size: 24px;
  }
}

.single-post .subscription-form {
  margin: 100px 0;
}
@media (max-width: 1079px) {
  .single-post .subscription-form {
    margin: 50px 0;
  }
}
@media (max-width: 767px) {
  .single-post .subscription-form {
    margin: 35px 0;
  }
}

.filters {
  margin: 0 0 93px;
}
.filters .searchandfilter .screen-reader-text {
  color: #fff;
  background-color: #000000;
}
.filters .searchandfilter > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
  row-gap: 15px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
  padding: 0;
}
.filters .searchandfilter > ul > li {
  padding: 0;
  margin: 0;
  max-width: 220px;
}
.filters .searchandfilter > ul > li.sf-field-search {
  max-width: 240px;
}
.filters .searchandfilter > ul > li.sf-field-search > label {
  background-color: #e5e5e5;
  border-color: transparent;
}
.filters .searchandfilter > ul > li.sf-field-search > label:after {
  content: "\e918";
  font-family: "st-onge-icons" !important;
  position: absolute;
  top: 50%;
  right: 20px;
  font-size: 22px;
  line-height: 1;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  pointer-events: none;
  color: #000000;
}
.filters .searchandfilter > ul > li.sf-field-search > label input {
  color: #000000;
  font-size: 16px;
  font-weight: 300;
  text-transform: none;
  letter-spacing: 0em;
  padding: 14px 90px 14px 26px;
}
.filters .searchandfilter > ul > li.sf-field-search > label input::-webkit-input-placeholder {
  color: inherit;
  opacity: 1;
}
.filters .searchandfilter > ul > li.sf-field-search > label input::-moz-placeholder {
  color: inherit;
  opacity: 1;
}
.filters .searchandfilter > ul > li.sf-field-search > label input::-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}
.filters .searchandfilter > ul > li.sf-field-search > label input::placeholder {
  color: inherit;
  opacity: 1;
}
.filters .searchandfilter > ul > li.sf-field-reset > a {
  color: #000000 !important;
  font-size: 14px !important;
  font-weight: 800 !important;
  line-height: 1 !important;
  letter-spacing: 0.9px !important;
  text-decoration: none !important;
  text-transform: uppercase !important;
  -webkit-transition: color 0.3s, border-color 0.3s;
  transition: color 0.3s, border-color 0.3s;
}
.filters .searchandfilter > ul > li.sf-field-reset > a:hover, .filters .searchandfilter > ul > li.sf-field-reset > a:focus {
  color: #af008b !important;
}
.filters .searchandfilter > ul > li > label {
  width: 100%;
  position: relative;
  overflow: hidden;
  background-color: #ffc845;
  display: block;
  border-radius: 25px;
}
.filters .searchandfilter > ul > li > label:after {
  content: "\e902";
  font-family: "st-onge-icons" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 50%;
  right: 25px;
  font-size: 11px;
  line-height: 1;
  pointer-events: none;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #000000;
}
.filters .searchandfilter > ul > li > label input,
.filters .searchandfilter > ul > li > label select {
  width: 100%;
  height: 50px;
  padding: 12px 90px 12px 26px;
  background-color: transparent;
  border: none;
  outline: none;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 300;
  color: #000000;
  min-width: 220px;
  letter-spacing: 0em;
  text-transform: none;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.filters .searchandfilter > ul > li > label select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
@media (max-width: 479px) {
  .filters .searchandfilter > ul {
    display: grid;
    grid-template-columns: 1fr;
  }
  .filters .searchandfilter > ul > li {
    padding: 0;
    margin: 0;
    max-width: none;
  }
  .filters .searchandfilter > ul > li > label input,
.filters .searchandfilter > ul > li > label select {
    min-width: 0;
  }
  .filters .searchandfilter > ul > li.sf-field-search {
    max-width: none;
  }
  .filters .searchandfilter > ul > li.sf-field-search > label input {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .filters {
    margin: 0 0 60px;
  }
}

.pagination {
  margin: 90px 0 100px;
}
.pagination .nav-links {
  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;
  font-weight: 500;
  font-size: 20px;
}
.pagination .nav-links .page-numbers {
  text-decoration: none;
  padding: 0 20px 0 23px;
  position: relative;
  color: #000000;
  letter-spacing: -0.005em;
  font-size: 24px;
  font-weight: 600;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.pagination .nav-links .page-numbers:hover, .pagination .nav-links .page-numbers:focus {
  color: #ffc845;
}
.pagination .nav-links .page-numbers:nth-last-child(2):after {
  display: none;
}
.pagination .nav-links .page-numbers.dots {
  padding: 0 20px 0 20px;
  pointer-events: none;
}
.pagination .nav-links .page-numbers.prev, .pagination .nav-links .page-numbers.next {
  padding: 0;
  font-size: 25px;
  font-weight: normal;
  color: #000000;
  line-height: 1;
  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;
  opacity: 1;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.pagination .nav-links .page-numbers.prev .arrow-color-left, .pagination .nav-links .page-numbers.next .arrow-color-left {
  background-image: url('data:image/svg+xml,<svg width="25.411" height="24.924" version="1.1" viewBox="0 0 25.411 24.924" xmlns="http://www.w3.org/2000/svg"><g transform="translate(1.75 2.475)" fill="none" stroke-linecap="square" stroke-miterlimit="10" stroke-width="3.5" data-name="Arrow - Lrg"><line transform="translate(0 9.986)" x1="19.314" stroke="%23af008b" data-name="Line 1"/><path transform="translate(-179.559 -160.757)" d="m190.757 180.732 9.987-9.987-9.987-9.987" stroke="%23f6643d" data-name="Path 1"/></g></svg>');
  width: 26px;
  height: 26px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.pagination .nav-links .page-numbers.prev .arrow-color-right, .pagination .nav-links .page-numbers.next .arrow-color-right {
  background-image: url('data:image/svg+xml,<svg width="25.411" height="24.924" version="1.1" viewBox="0 0 25.411 24.924" xmlns="http://www.w3.org/2000/svg"><g transform="translate(1.75 2.475)" fill="none" stroke-linecap="square" stroke-miterlimit="10" stroke-width="3.5" data-name="Arrow - Lrg"><line transform="translate(0 9.986)" x1="19.314" stroke="%23af008b" data-name="Line 1"/><path transform="translate(-179.559 -160.757)" d="m190.757 180.732 9.987-9.987-9.987-9.987" stroke="%23f6643d" data-name="Path 1"/></g></svg>');
  width: 26px;
  height: 26px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.pagination .nav-links .page-numbers.prev:after, .pagination .nav-links .page-numbers.next:after {
  display: none;
}
.pagination .nav-links .page-numbers.prev:hover .arrow-color-left, .pagination .nav-links .page-numbers.prev:hover .arrow-color-right, .pagination .nav-links .page-numbers.prev:focus .arrow-color-left, .pagination .nav-links .page-numbers.prev:focus .arrow-color-right, .pagination .nav-links .page-numbers.next:hover .arrow-color-left, .pagination .nav-links .page-numbers.next:hover .arrow-color-right, .pagination .nav-links .page-numbers.next:focus .arrow-color-left, .pagination .nav-links .page-numbers.next:focus .arrow-color-right {
  -webkit-filter: brightness(0);
  filter: brightness(0);
}
.pagination .nav-links .page-numbers.next {
  padding-left: 25px;
}
.pagination .nav-links .page-numbers.prev {
  padding-right: 25px;
}
.pagination .nav-links .page-numbers.current {
  color: #000000;
}
.pagination .nav-links .page-numbers.current:before {
  content: "";
  width: 43px;
  height: 43px;
  border-radius: 50%;
  background-color: #ffc845;
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: -1;
  left: calc(50% + 2px);
}
.pagination .nav-links .page-numbers.inactive {
  pointer-events: none;
  color: #e5e5e5;
}
.pagination .nav-links .page-numbers.inactive .arrow-color-left,
.pagination .nav-links .page-numbers.inactive .arrow-color-right {
  background-image: url('data:image/svg+xml,<svg width="25.411" height="24.924" version="1.1" viewBox="0 0 25.411 24.924" xmlns="http://www.w3.org/2000/svg"><g transform="translate(1.75 2.475)" fill="none" stroke-linecap="square" stroke-miterlimit="10" stroke-width="3.5" data-name="Arrow - Lrg"><line transform="translate(0 9.986)" x1="19.314" stroke="%23dce3e6" data-name="Line 1"/><path transform="translate(-179.559 -160.757)" d="m190.757 180.732 9.987-9.987-9.987-9.987" stroke="%23dce3e6" data-name="Path 1"/></g></svg>');
}
@media (max-width: 1079px) {
  .pagination {
    margin: 60px 0;
  }
}
@media (max-width: 767px) {
  .pagination {
    margin: 45px 0 0;
  }
}
@media (max-width: 479px) {
  .pagination .nav-links .page-numbers {
    font-size: 18px;
    padding: 0 20px 0 22px;
  }
  .pagination .nav-links .page-numbers.dots {
    padding: 0 13px 0 15px;
  }
  .pagination .nav-links .page-numbers:after {
    height: 18px;
  }
}

html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.3;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

body {
  background: #fff;
  color: #000;
  font-size: 16px;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  letter-spacing: 0em;
  min-width: 320px;
  padding-top: 100px;
  background-image: linear-gradient(to bottom, #000, #000 100px, #fff 100px, #fff);
}
@media (max-width: 1199px) {
  body {
    background-image: linear-gradient(to bottom, #000, #000 70px, #fff 70px, #fff);
    padding-top: 70px;
  }
}

#page {
  max-width: 100%;
  overflow: hidden;
}

section,
.module {
  margin: 100px 0;
}
@media (max-width: 1679px) {
  section,
.module {
    margin: 60px 0;
  }
}
@media (max-width: 1079px) {
  section,
.module {
    margin: 45px 0;
  }
}

.wrapper {
  display: block;
  margin: 0 auto;
  max-width: 1304px;
  padding: 0 40px;
}
.wrapper.thin {
  display: block;
  margin: 0 auto;
  max-width: 1040px;
  padding: 0 40px;
}
.wrapper.site-navigation {
  width: 100%;
  max-width: unset;
  padding: 0 35px;
}
.wrapper.testimonial {
  max-width: 1565px;
}
@media (max-width: 479px) {
  .wrapper {
    padding: 0 20px;
  }
  .wrapper.thin, .wrapper.site-navigation, .wrapper.testimonial {
    padding: 0 20px;
  }
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  font-family: "Inter", sans-serif;
  color: #000000;
  font-weight: 700;
  margin-top: 1em;
  margin-bottom: 0.5em;
  line-height: 1.1;
  letter-spacing: 0em;
}
h1:first-child, .h1:first-child, h2:first-child, .h2:first-child, h3:first-child, .h3:first-child, h4:first-child, .h4:first-child, h5:first-child, .h5:first-child, h6:first-child, .h6:first-child {
  margin-top: 0;
  padding-top: 0;
}
h1:last-child, .h1:last-child, h2:last-child, .h2:last-child, h3:last-child, .h3:last-child, h4:last-child, .h4:last-child, h5:last-child, .h5:last-child, h6:last-child, .h6:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}

h1, .h1 {
  color: #000000;
  font-family: "Montserrat", sans-serif;
  font-size: 56px;
  font-weight: 700;
  line-height: 66px;
  margin: 20px 0 29px 0;
}
@media (max-width: 767px) {
  h1, .h1 {
    font-size: 40px;
    line-height: 1.2em;
  }
}

h2, .h2 {
  color: #1900A6;
  font-family: "Inter", sans-serif;
  font-size: 36px;
  font-weight: 600;
  line-height: 44px;
  margin: 41px 0 11px 0;
}
@media (max-width: 767px) {
  h2, .h2 {
    font-size: 32px;
  }
}

h3, .h3 {
  color: #000000;
  font-family: "Montserrat", sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 42px;
  margin: 40px 0 0 0;
}
h3 + p, .h3 + p {
  margin-top: 8px;
}
@media (max-width: 767px) {
  h3, .h3 {
    font-size: 24px;
    line-height: 1.2em;
  }
}

h4, .h4 {
  color: #af008b;
  font-family: "Inter", sans-serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 36px;
  margin: 44px 0 11px 0;
}
h4 + p, .h4 + p {
  margin-top: 10px;
}
@media (max-width: 767px) {
  h4, .h4 {
    font-size: 20px;
  }
}

h5, .h5 {
  color: #000000;
  font-family: "Inter", sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 26px;
  margin: 20px 0 12px 0;
}
h5 + p, .h5 + p {
  margin-top: 12px;
}
@media (max-width: 767px) {
  h5, .h5 {
    font-size: 16px;
  }
}

h6, .h6 {
  color: #f6643d;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 800;
  line-height: 22px;
  margin: 20px 0 14px 0;
  text-transform: uppercase;
}
h6 + p, .h6 + p {
  margin-top: 14px;
}

p,
div.wysiwyg-columns {
  color: #000000;
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  margin: 20px 0;
}
p:last-child,
div.wysiwyg-columns:last-child {
  margin-bottom: 0;
}

a {
  color: #f6643d;
  text-decoration: underline;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
a:hover, a:focus {
  color: #af008b;
  outline: none;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

.button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 800;
  margin: 0;
  letter-spacing: 0.45px;
  line-height: 14px;
  max-width: 100%;
  padding: 22px 30px;
  position: relative;
  outline: none;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
  text-overflow: ellipsis;
  text-transform: uppercase;
  -webkit-transition: background-color 0.3s ease, border 0.3s ease, color 0.3s ease;
  transition: background-color 0.3s ease, border 0.3s ease, color 0.3s ease;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  vertical-align: middle;
  white-space: nowrap;
  will-change: transform;
}
.button:hover, .button:focus {
  text-decoration: none;
}
.button.primary {
  background-color: #ffc845;
  color: #000;
  height: 58px;
  border-radius: 30px;
}
.button.primary:hover, .button.primary:focus {
  background-color: #ffbe25;
  color: #000;
}
.button.secondary {
  background: none;
  color: #000;
}
.button.secondary::after {
  content: " ";
  display: inline-block;
  background-image: url('data:image/svg+xml,<svg width="25.411" height="24.924" version="1.1" viewBox="0 0 25.411 24.924" xmlns="http://www.w3.org/2000/svg"><g transform="translate(1.75 2.475)" fill="none" stroke-linecap="square" stroke-miterlimit="10" stroke-width="3.5" data-name="Arrow - Lrg"><line transform="translate(0 9.986)" x1="19.314" stroke="%23af008b" data-name="Line 1"/><path transform="translate(-179.559 -160.757)" d="m190.757 180.732 9.987-9.987-9.987-9.987" stroke="%23f6643d" data-name="Path 1"/></g></svg>');
  width: 12px;
  height: 12px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-left: 8px;
  -webkit-transition: margin 0.3s ease-in-out;
  transition: margin 0.3s ease-in-out;
}
.button.secondary:hover, .button.secondary:focus {
  background: none;
}
.button.secondary:hover::after, .button.secondary:focus::after {
  margin-left: 13px;
}

hr {
  margin: 44px 0 53px;
  height: 2px;
  background-color: #000;
  border: 0;
}

.dark {
  background-color: #000000;
  color: #fff;
}
.dark .button.secondary {
  color: #fff;
}

blockquote {
  margin-left: 0;
  margin-right: 0;
  margin-top: 54px;
}
blockquote:first-child {
  margin-top: 0;
}
blockquote p {
  color: #00a98e;
  font-family: "Inter", sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 34px;
  margin: 14px 0 0 0;
}
blockquote p:first-child {
  margin-top: 0;
}
blockquote p strong {
  color: #000000;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 800;
  letter-spacing: 0.45px;
  line-height: 22px;
  margin: 3em 0;
  text-transform: uppercase;
  margin-top: 30px;
}

.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #fff;
  max-width: 100%;
  padding: 5px 3px 10px;
}

.wp-caption.alignnone {
  margin: 0 0 64px 0;
  padding: 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}
.wp-caption img.size-full {
  width: 100%;
  max-width: 100%;
  margin: 0;
}

figcaption, .wp-caption .wp-caption-text {
  color: #000000;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 400;
  margin-top: 19px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !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: #eee;
  clip: auto !important;
  -webkit-clip-path: none;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

.site-content ul, .module.accordion ul, .site-content ol, .module.accordion ol {
  padding: 0 0 0 1em;
  color: #000000;
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  margin: 0 0 20px 0;
}
.site-content ul li, .module.accordion ul li, .site-content ol li, .module.accordion ol li {
  margin-bottom: 3px;
}
.site-content ul li::marker, .module.accordion ul li::marker, .site-content ol li::marker, .module.accordion ol li::marker {
  color: #f6643d;
}
.site-content ul li:last-child, .module.accordion ul li:last-child, .site-content ol li:last-child, .module.accordion ol li:last-child {
  margin-bottom: 0;
}
.site-content ul:last-child, .module.accordion ul:last-child, .site-content ol:last-child, .module.accordion ol:last-child {
  margin-bottom: 0;
}
.site-content ul ul, .module.accordion ul ul, .site-content ul ol, .module.accordion ul ol, .site-content ol ul, .module.accordion ol ul, .site-content ol ol, .module.accordion ol ol {
  margin: 3px 0 0 0;
  padding-left: 36px;
}
@media (max-width: 1079px) {
  .site-content ul ul, .module.accordion ul ul, .site-content ul ol, .module.accordion ul ol, .site-content ol ul, .module.accordion ol ul, .site-content ol ol, .module.accordion ol ol {
    padding-left: 10px;
  }
}
.site-content ul:last-child, .module.accordion ul:last-child, .site-content ol:last-child, .module.accordion ol:last-child {
  margin-bottom: 0;
}
.site-content ul, .module.accordion ul {
  list-style-type: disc;
}
.site-content .wysiwyg-columns, .module.accordion .wysiwyg-columns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2em;
  margin: 0 0 1em;
}
.site-content .wysiwyg-columns.three, .module.accordion .wysiwyg-columns.three {
  grid-template-columns: 1fr 1fr 1fr;
}
.site-content .wysiwyg-columns.three img, .module.accordion .wysiwyg-columns.three img {
  width: 100%;
}
@media (min-width: 768px) {
  .site-content .wysiwyg-columns.with-form > div:last-of-type, .module.accordion .wysiwyg-columns.with-form > div:last-of-type {
    margin-left: 70px;
  }
}
.site-content .wysiwyg-columns.with-form > div:last-of-type h6, .module.accordion .wysiwyg-columns.with-form > div:last-of-type h6, .site-content .wysiwyg-columns.with-form > div:last-of-type .h6, .module.accordion .wysiwyg-columns.with-form > div:last-of-type .h6 {
  margin: 30px 0 8px 0;
}
.site-content .wysiwyg-columns.with-form > div:last-of-type h6:first-of-type, .module.accordion .wysiwyg-columns.with-form > div:last-of-type h6:first-of-type, .site-content .wysiwyg-columns.with-form > div:last-of-type .h6:first-of-type, .module.accordion .wysiwyg-columns.with-form > div:last-of-type .h6:first-of-type {
  margin-top: 0;
}
.site-content .wysiwyg-columns.with-form > div:last-of-type h6 + p, .module.accordion .wysiwyg-columns.with-form > div:last-of-type h6 + p, .site-content .wysiwyg-columns.with-form > div:last-of-type .h6 + p, .module.accordion .wysiwyg-columns.with-form > div:last-of-type .h6 + p {
  margin-top: 8px;
}
@media (max-width: 1199px) {
  .site-content .wysiwyg-columns.three, .module.accordion .wysiwyg-columns.three {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .site-content .wysiwyg-columns, .module.accordion .wysiwyg-columns {
    grid-template-columns: 1fr;
  }
  .site-content .wysiwyg-columns.three, .module.accordion .wysiwyg-columns.three {
    grid-template-columns: 1fr;
  }
  .site-content .wysiwyg-columns.three img, .module.accordion .wysiwyg-columns.three img {
    width: unset;
  }
}

figure.image {
  width: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  display: block;
}
figure.image .placeholder {
  display: block;
  width: 100%;
  padding-bottom: 100%;
}
figure.image .display {
  background-color: transparent;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  z-index: 2;
}
figure.image .display img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
}

.background-image {
  background-color: transparent;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}

.bg-image {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  background-size: cover;
  background-position: 50% 50%;
}

.bg-video {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: 1;
}

.background-video {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
}

.related {
  margin: 60px 0 0;
  padding: 75px 0 90px;
  background-color: #000;
}
.related:has(+ .offers-block) {
  margin-bottom: 0;
}
.related .h6 {
  font-size: 32px;
  font-family: "Montserrat", sans-serif;
  text-transform: none;
  color: #fff;
  font-weight: 700;
  line-height: 1.3;
  margin: 0 0 30px;
  letter-spacing: 0em;
}
.related .grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -webkit-column-gap: 34px;
  -moz-column-gap: 34px;
  column-gap: 34px;
  row-gap: 40px;
}
.related a {
  text-decoration: none;
}
.related .item {
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.related .item .image {
  margin: 0 0 13px;
  overflow: hidden;
  position: relative;
}
.related .item .image .placeholder {
  padding-bottom: 71.43%;
}
.related .item .image img {
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.related .item .image:last-child {
  margin-bottom: 0;
}
.related .item .image:after {
  content: "";
  width: 30%;
  height: 20px;
  left: 0;
  bottom: 0;
  background-color: #000000;
  position: absolute;
  z-index: 3;
  opacity: 0;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.related .item .eyebrow {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: #000000;
  line-height: 1.8;
  letter-spacing: 0.25px;
  text-transform: uppercase;
}
.related .item .title {
  font-size: 20px;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  color: #fff;
  line-height: 1.3;
  margin: 15px 0 0;
}
.related .item:hover, .related .item:focus {
  text-decoration: none;
  margin-top: -10px;
}
@media (max-width: 1079px) {
  .related {
    margin: 50px 0 0;
  }
  .related .grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .related {
    padding: 40px 0 45px 0;
  }
  .related .h6 {
    font-size: 28px;
  }
}
@media (max-width: 479px) {
  .related {
    margin: 40px 0 0;
  }
  .related .grid {
    grid-template-columns: 1fr;
  }
}

.small-header {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.025em;
  text-transform: uppercase;
}

.eyebrow {
  color: #f6643d;
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.4px;
  text-transform: uppercase;
}

.ace-slick-navigation-control {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  cursor: pointer;
  color: #f6643d;
  font-size: 26px;
  width: 40px;
  min-width: 40px;
  height: 40px;
  border-radius: 50%;
  border-width: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.ace-slick-navigation-control:hover, .ace-slick-navigation-control:focus {
  background-color: #f6643d;
  color: #00a98e;
}

.inactive .ace-slick-navigation-control {
  color: #f6643d;
}
.inactive .ace-slick-navigation-control:hover, .inactive .ace-slick-navigation-control:focus {
  background-color: transparent;
  color: #006853;
}

.slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 19px;
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
}
.slick-dots li {
  padding: 0 !important;
  margin: 0 !important;
  list-style: none !important;
}
.slick-dots li button {
  margin: 0;
  padding: 0;
  cursor: pointer;
  width: 16px;
  height: 16px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 2px solid #f6643d;
  border-radius: 14px;
  outline: none;
  font-size: 0;
  color: transparent;
  display: block;
  background-color: transparent;
  cursor: pointer;
}
.slick-dots li.slick-active button {
  background-color: #f6643d;
}
.slick-dots.dark li button {
  border-color: #fff;
}
.slick-dots.dark li.slick-active button {
  background-color: #fff;
  border-color: #fff;
}
@media (max-width: 1199px) {
  .slick-dots {
    -webkit-column-gap: 25px;
    -moz-column-gap: 25px;
    column-gap: 25px;
    row-gap: 25px;
  }
  .slick-dots li button {
    width: 12px;
    height: 12px;
    border-radius: 12px;
  }
}

/*
.site-content .gform_wrapper.gravity-theme {
	.gform_fields {
		grid-column-gap: 16px !important;
		column-gap: 16px !important;
		grid-row-gap: 20px !important;
		row-gap: 20px !important;
	}
	.gfield {
		input, input.large {
			&[type="text"], &[type="email"] {
				height: 50px;
				border-radius: 25px;
				padding: 17px 38px;
				align-content: center;
				font-family: $font-family-primary;
				font-size: 16px;
				font-weight: $font-weight-regular;
				line-height: 16px;
				border-style: none !important;
			}
		}
		textarea, textarea.large {
			border-radius: 25px;
			padding: 25px;
			height: 125px;
			font-family: $font-family-primary;
			font-size: 16px;
			font-weight: $font-weight-regular;
			line-height: 22px;
			border-style: none !important;
			scroll-padding: 25px;
			&::-webkit-scrollbar {
				display: none !important;
			}
		}
	}

	.gfield_label {
		border: 0;
		clip: rect(0 0 0 0);
		height: 1px;
		margin: -1px;
		overflow: hidden;
		padding: 0;
		position: absolute;
		width: 1px;
	}
	.gform_button, .gfield--type-submit .gform-button {
		cursor: pointer;
		display: inline-block;
		font-family: $font-family-secondary;
		font-size: 14px;
		font-weight: $font-weight-bold;
		margin: 0;
		letter-spacing: 0.45px;
		line-height: 14px;
		max-width: 100%;
		padding: 22px 30px;
		position: relative;
		outline: none;
		overflow: hidden;
		text-align: center;
		text-decoration: none;
		text-overflow: ellipsis;
		text-transform: uppercase;
		transition: background-color $speed-fast ease, border $speed-fast ease, color $speed-fast ease;
		user-select: none;
		vertical-align: middle;
		white-space: nowrap;
		will-change: transform;
		background-color: $color-btn;
		color: $black;
		height: 58px;
		border-radius: 30px;
		transition: all $speed-fast ease-in-out;

		&:hover,
		&:focus {
			background-color: $color-btn-dark;
			color: $black;
		}
	}
	.gform_footer {
		padding-top: 8px;
	}
}
*/
.site-header {
  background-color: #000;
  color: #fff;
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  right: 0;
}
.site-header > .wrapper {
  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;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
  height: 100px;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.site-header .site-logo {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: inline-block;
  width: 100%;
  max-height: 80px;
  max-width: 250px;
  margin-right: auto;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-width: 200px;
}
.site-header .site-logo img, .site-header .site-logo svg {
  width: 200px;
  height: auto;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: left center;
  object-position: left center;
  padding: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  aspect-ratio: 4/1;
}
.site-header .right-side {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 45px;
  -moz-column-gap: 45px;
  column-gap: 45px;
}
.site-header .right-side a {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-decoration: none;
  letter-spacing: 0.7px;
}
.site-header .right-side a i {
  display: inline-block;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.site-header .right-side a i.on {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.site-header .nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 45px;
  -moz-column-gap: 45px;
  column-gap: 45px;
  line-height: 15px;
}
.site-header .nav > .nav-element > a {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 800;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
.site-header .nav > .nav-element > a > svg {
  margin-left: 7px;
  width: 15px;
  height: 15px;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.site-header .nav > .nav-element > .sub-menu {
  border-radius: 0 0 40px 40px;
  padding-top: 24px;
  padding-bottom: 34px;
}
.site-header .nav > .nav-element > .sub-menu > .nav-element {
  position: relative;
}
.site-header .nav > .nav-element > .sub-menu a {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #000000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  font-weight: 700;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  letter-spacing: -0.5px;
  line-height: 1.2;
  padding: 8px 17px 8px 32px;
  text-decoration: none;
}
.site-header .nav > .nav-element > .sub-menu a > span {
  width: calc(100% - 23px);
}
.site-header .nav > .nav-element > .sub-menu a > svg {
  height: 18px;
  width: auto;
}
.site-header .nav > .nav-element > .sub-menu a:hover, .site-header .nav > .nav-element > .sub-menu a:focus, .site-header .nav > .nav-element > .sub-menu a.hover {
  background-color: #f2f2f2;
  color: #000000;
}
.site-header .nav > .nav-element > .sub-menu .sub-menu a:hover, .site-header .nav > .nav-element > .sub-menu .sub-menu a:focus, .site-header .nav > .nav-element > .sub-menu .sub-menu a.hover {
  background-color: #fff;
}
.site-header .search-form-wrapper a {
  color: #fff;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
.site-header .search-toggle {
  font-size: 22px;
}
.site-header .search-form {
  width: 350px;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.site-header .search-form fieldset {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
}
.site-header .search-form .field {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.site-header .search-form .field input {
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-family: "Inter", sans-serif;
  font-size: 18px;
  color: #000;
  outline: none;
  border: 0;
  border-radius: 0;
  background-color: transparent;
  padding: 0;
  margin: 0;
  display: block;
  line-height: 1;
}
.site-header .search-form .field input::-webkit-input-placeholder {
  color: #737373;
  opacity: 1;
}
.site-header .search-form .field input::-moz-placeholder {
  color: #737373;
  opacity: 1;
}
.site-header .search-form .field input::-ms-input-placeholder {
  color: #737373;
  opacity: 1;
}
.site-header .search-form .field input::placeholder {
  color: #737373;
  opacity: 1;
}
.site-header .search-form .field input:active, .site-header .search-form .field input:focus {
  border: none !important;
}
.site-header .search-form button {
  background-color: transparent;
  margin: 0;
  padding: 0;
  outline: none;
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 14px;
  color: #686868;
  cursor: pointer;
  line-height: 1;
}
@media (min-width: 1200px) {
  .site-header .wrapper {
    padding-right: 0;
    padding-left: 50px;
  }
  .site-header .wrapper > aside.right-side {
    display: grid;
    grid-template-columns: auto auto auto;
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px;
  }
  .site-header .wrapper > aside.right-side > nav, .site-header .wrapper > aside.right-side > div {
    justify-self: end;
    height: 100%;
  }
  .site-header .search-form-wrapper {
    position: relative;
    height: 82px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .site-header .search-form-wrapper .search-toggle {
    margin-top: -3px;
  }
  .site-header .search-toggle {
    color: #686868;
    cursor: pointer;
  }
  .search-on .site-header .search-toggle:before {
    content: "\e910";
    color: #ffc845;
    font-family: "st-onge-icons";
  }
  .site-header .search-form {
    background-color: #e5e5e5;
    border-radius: 0 0 25px 25px;
    position: absolute;
    opacity: 0;
    padding: 14px 25px 15px 30px;
    pointer-events: none;
    right: -30px;
    top: 100%;
    width: 280px;
    z-index: -1;
  }
  .site-header .search-form .field input {
    max-height: 44px;
    font-size: 16px;
    color: #000000;
  }
  .site-header .search-form .field input::-webkit-input-placeholder {
    color: #000000;
  }
  .site-header .search-form .field input::-moz-placeholder {
    color: #000000;
  }
  .site-header .search-form .field input::-ms-input-placeholder {
    color: #000000;
  }
  .site-header .search-form .field input::placeholder {
    color: #000000;
  }
  .search-on .site-header .search-form {
    z-index: 1;
    opacity: 1;
    pointer-events: all;
  }
  .site-header .search-form button {
    color: #000;
    font-size: 21px;
  }
  .site-header .contact-wrapper {
    background-color: #212121;
    -ms-flex-line-pack: center;
    align-content: center;
    padding: 0;
    width: 165px;
    justify-items: center;
    -webkit-transition: background-color 0.3s ease-in-out;
    transition: background-color 0.3s ease-in-out;
  }
  .site-header .contact-wrapper:hover, .site-header .contact-wrapper:focus P {
    background-color: #ffc845;
  }
  .site-header .contact-wrapper a {
    font-size: 14px;
    color: #fff;
    font-weight: 900;
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif;
    -webkit-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out;
    height: 100%;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .site-header .contact-wrapper a:hover, .site-header .contact-wrapper a:focus P {
    color: #000;
  }
  .site-header .right-side {
    height: 100%;
  }
  .site-header .nav {
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px;
  }
  .site-header nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
  }
  .site-header nav > .nav-element {
    position: relative;
    height: 100%;
    -ms-flex-line-pack: center;
    align-content: center;
  }
  .site-header nav > .nav-element > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    white-space: nowrap;
  }
  .site-header nav > .nav-element > a span {
    position: relative;
    padding: 10px 0;
    line-height: 1;
  }
  .site-header nav > .nav-element > a:hover, .site-header nav > .nav-element > a:focus, .site-header nav > .nav-element > a.hover {
    color: #ffc845;
  }
  .site-header nav > .nav-element > a:hover > svg, .site-header nav > .nav-element > a:focus > svg, .site-header nav > .nav-element > a.hover > svg {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .site-header nav > .nav-element > .sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    width: 240px;
    background-color: #fff;
    display: none;
  }
  .site-header nav > .nav-element > .sub-menu a {
    color: #000000;
  }
  .site-header nav > .nav-element > .sub-menu .sub-menu {
    position: absolute;
    top: 0;
    left: 100%;
    width: 240px;
    background-color: #f2f2f2;
    display: none;
    border-radius: 0 40px 40px 40px;
    overflow: hidden;
    padding: 24px 0 34px;
  }
  .site-header nav > .nav-element > .sub-menu .sub-menu a {
    color: #000000;
  }
  .site-header.sticky nav > .nav-element:not(.highlight) > a {
    padding-top: 22px;
    padding-bottom: 22px;
  }
  .site-header.scrolled .logo {
    height: 40px;
  }
  .site-header.scrolled > .wrapper {
    height: 60px;
  }
  .site-header.scrolled .site-logo svg {
    height: 45px;
    width: auto;
  }
}
@media (min-width: 1200px) and (max-width: 1379px) {
  .site-header .site-logo {
    max-width: 144px;
    min-width: 144px;
  }
  .site-header .wrapper > aside.right-side {
    -webkit-column-gap: 25px;
    -moz-column-gap: 25px;
    column-gap: 25px;
  }
  .site-header .wrapper > aside.right-side > nav {
    -webkit-column-gap: 25px;
    -moz-column-gap: 25px;
    column-gap: 25px;
  }
}
@media (max-width: 1199px) {
  .site-header .wrapper {
    height: 70px;
  }
  .site-header .site-logo svg, .site-header .site-logo img {
    height: 40px;
    width: auto;
  }
  .site-header aside.right-side {
    position: fixed;
    background-color: #f2f2f2;
    left: 100%;
    width: 350px;
    top: 70px;
    height: calc(100vh - 70px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0 0 60px;
    overflow: auto;
    -webkit-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
  }
  .nav-on .site-header aside.right-side {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  .site-header aside.right-side > .button-container {
    margin: 24px 20px 0;
  }
  .site-header aside.right-side > .button-container .button {
    width: 100%;
  }
  .site-header .nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
  }
  .site-header .nav > .nav-element {
    width: 100%;
    border-bottom: solid 1px #dedbc8;
  }
  .site-header .nav > .nav-element:last-child {
    margin-bottom: 0;
  }
  .site-header .nav > .nav-element > a {
    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;
    padding: 0 0;
    margin: 15px 20px;
    margin-bottom: 15px;
    color: #000000;
    text-decoration: none;
    font-size: 20px;
  }
  .site-header .nav > .nav-element > a::before {
    display: none;
  }
  .site-header .nav > .nav-element > a > svg {
    margin-left: 22px;
  }
  .site-header .nav > .nav-element > a > svg .vertical-line {
    -webkit-transition: opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  }
  .site-header .nav > .nav-element > a > svg.on .vertical-line {
    -webkit-transform: translate(431.666px, 75px) rotate(90deg);
    transform: translate(431.666px, 75px) rotate(90deg);
    opacity: 0;
  }
  .site-header .nav > .nav-element .sub-menu {
    background-color: #e5e5e5;
    display: none;
    padding: 8px 0 8px;
    border-radius: 0;
  }
  .site-header .nav > .nav-element .sub-menu .nav-element a {
    background-color: #e5e5e5;
    padding: 6px 20px;
    font-size: 16px;
    letter-spacing: 0.7px;
  }
  .site-header .nav > .nav-element .sub-menu .nav-element:not(:last-child) {
    padding-bottom: 8px;
  }
  .site-header .nav > .nav-element .sub-menu .sub-menu {
    padding: 10px 0 !important;
    background-color: #f2f2f2;
    margin: 0 0 10px 0;
  }
  .site-header .nav > .nav-element .sub-menu .sub-menu .nav-element a {
    padding-left: 40px;
    background-color: transparent !important;
  }
  .site-header .search-form-wrapper {
    background-color: #fff;
    border-radius: 40px;
    padding: 12px 25px;
    width: auto;
    margin: 18px 20px 0;
    height: auto !important;
    max-width: none;
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .site-header .search-form-wrapper a {
    display: none !important;
  }
  .site-header .search-toggle {
    display: none;
  }
  .site-header .search-form {
    width: 100%;
  }
  .site-header .search-form .field input {
    font-size: 16px;
  }
  .site-header .search-form .field input:-webkit-autofill,
.site-header .search-form .field input:-webkit-autofill:hover,
.site-header .search-form .field input:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0px 1000px #fff inset !important;
  }
  .site-header .contact-wrapper {
    width: 100%;
    padding: 15px 20px;
    background-color: #212121;
    text-align: center;
  }
  .site-header .contact-wrapper a {
    color: #fff;
    font-family: "Montserrat", sans-serif;
    font-size: 20px;
    font-weight: 800;
    letter-spacing: 0.7px;
    text-transform: uppercase;
  }
  .site-header .contact-wrapper a:hover, .site-header .contact-wrapper a:focus {
    color: #fff;
  }
  .site-header.scrolled > .wrapper {
    height: 50px;
  }
  .site-header.scrolled aside.right-side {
    top: 50px;
    height: calc(100vh - 50px);
  }
  .site-header.scrolled .site-logo svg, .site-header.scrolled .site-logo img {
    height: 36px;
  }
}
@media (max-width: 479px) {
  .nav-on .site-header aside.right-side {
    width: 100%;
  }
}

.nav-toggle {
  display: none;
  width: 33px;
  height: 21px;
  position: absolute;
  top: 50%;
  right: 40px;
  z-index: 100;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
  outline: none;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.nav-toggle i,
.nav-toggle i:before,
.nav-toggle i:after {
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  position: absolute;
  height: 3px;
  width: 33px;
  top: 9px;
  left: 0;
  background-color: #fff;
}
.nav-toggle i:before {
  content: "";
  top: -9px;
}
.nav-toggle i:after {
  content: "";
  top: 9px;
}
.nav-on .nav-toggle i {
  background: transparent;
}
.nav-on .nav-toggle i:before {
  -webkit-transform: rotateZ(45deg) translate(6.5px, 6.5px);
  transform: rotateZ(45deg) translate(6.5px, 6.5px);
}
.nav-on .nav-toggle i:after {
  -webkit-transform: rotateZ(-45deg) translate(6.5px, -6.5px);
  transform: rotateZ(-45deg) translate(6.5px, -6.5px);
}
@media (max-width: 1199px) {
  .nav-toggle {
    display: block;
  }
}
@media (max-width: 479px) {
  .nav-toggle {
    right: 20px;
  }
}

.site-footer {
  background-color: #000;
  color: #fff;
  padding: 75px 0 0 0;
}
.site-footer a {
  color: #fff;
  text-decoration: none;
}
.site-footer a:hover, .site-footer a:focus {
  color: #ffc845;
}
.site-footer .wrapper {
  max-width: 1850px;
}
.site-footer .footer-grid {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.site-footer .footer-grid .icon a svg {
  width: 274px;
  height: auto;
}
.site-footer .footer-grid aside {
  width: 100%;
  max-width: 1224px;
  margin: 0;
  padding: 0 0 30px 132px;
  margin-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: justify;
  align-content: space-between;
}
.site-footer .footer-grid .menu-main {
  width: 100%;
  max-width: 480px;
}
.site-footer .footer-grid .menu-main ul {
  font-size: 16px;
  font-family: "Inter", sans-serif;
  line-height: 24px;
  font-weight: 600;
}
.site-footer .footer-grid .menu-main ul li {
  margin-bottom: 10px;
}
.site-footer .footer-grid .menu-main .footer-menu-columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.site-footer .footer-grid .footer-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.site-footer .footer-grid .footer-info .legal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}
.site-footer .footer-grid .footer-info .copyright {
  font-size: 12px;
  line-height: 22px;
  font-weight: 600;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.site-footer .footer-grid .footer-info .menu-info {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.site-footer .footer-grid .footer-info .menu-info ul {
  display: grid;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  grid-template-columns: repeat(3, auto);
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px;
  font-size: 12px;
  line-height: 22px;
  font-weight: 600;
}
.site-footer .footer-grid .footer-info .social {
  justify-self: end;
  display: grid;
  grid-template-columns: repeat(4, auto);
  font-size: 22px;
  line-height: 22px;
  justify-items: end;
  -webkit-column-gap: 23px;
  -moz-column-gap: 23px;
  column-gap: 23px;
}
.site-footer .footer-grid .footer-info .social i.icon-x {
  font-size: 20px;
}
.site-footer .footer-grid .footer-info .social i.icon-youtube {
  font-size: 18px;
}
.site-footer .menu-container ul, .site-footer .menu-container ol {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.site-footer .menu-container ul li, .site-footer .menu-container ol li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
@media (max-width: 1319px) {
  .site-footer .footer-grid aside {
    padding: 0 0 30px 60px;
  }
  .site-footer .footer-grid .footer-info {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 20px 0 0 0;
  }
  .site-footer .footer-grid .footer-info .legal {
    width: 100%;
    margin: 0 0 20px 0;
  }
}
@media (min-width: 1200px) {
  .site-footer .footer-grid .icon {
    width: 274px;
    min-width: 274px;
    max-height: 256px;
    overflow-x: visible;
    overflow-y: hidden;
  }
}
@media (max-width: 1079px) {
  .site-footer .footer-grid .icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .site-footer .footer-grid a.site-logo {
    display: block;
  }
  .site-footer .footer-grid .footer-info .legal {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 10px;
  }
  .site-footer .footer-grid .footer-info .copyright {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .site-footer {
    padding: 40px 0 0 0;
  }
  .site-footer .footer-grid {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .site-footer .footer-grid .icon {
    padding: 0 0 40px 0;
  }
  .site-footer .footer-grid .icon a svg {
    aspect-ratio: 274/255.66;
    width: 137px;
  }
  .site-footer .footer-grid aside {
    padding: 0 0 20px 0;
  }
  .site-footer .footer-grid .footer-info .copyright {
    font-size: 13px;
  }
  .site-footer .footer-grid .footer-info .menu-info ul {
    font-size: 13px;
  }
}
@media (max-width: 479px) {
  .site-footer .footer-grid .menu-main .footer-menu-columns {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-column-gap: 15px;
    -moz-column-gap: 15px;
    column-gap: 15px;
  }
  .site-footer .footer-grid .menu-main .footer-menu-columns .footer-column {
    white-space: wrap;
  }
}

.template-post {
  margin: 20px 0 108px;
}
.template-post .wrapper {
  max-width: 1040px;
}
.template-post h1, .template-post h2 {
  margin: 0 0 25px;
}
.template-post .inner-content > h1:first-child,
.template-post .inner-content > h2:first-child {
  color: #000;
  font-family: "Montserrat", sans-serif;
  font-size: 56px;
  font-weight: 750;
  line-height: 66px;
  letter-spacing: -0.55px;
}
.template-post hr {
  margin: 50px 0;
}
.template-post .meta {
  margin: 0 0 37px;
  font-size: 28px;
  color: #af008b;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  text-transform: none;
}
.template-post .meta:has(+ .no-img) {
  margin: 0 0 30px;
}
.template-post .meta:last-child {
  margin-bottom: 0;
}
.template-post .meta > * {
  display: inline-block;
}
.template-post .meta > *::after {
  content: "/";
  margin: 0 10px 0 12px;
}
.template-post .meta > *:last-child::after {
  display: none;
}
.template-post .meta .author {
  display: inline-block;
  text-transform: none;
  color: #af008b;
}
.template-post .meta .author a {
  text-decoration: none;
  color: #af008b;
  font-weight: 600;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.template-post .meta .author a:hover, .template-post .meta .author a:focus {
  color: #000000;
}
.template-post .bios {
  padding: 70px 0 20px;
  border-bottom: 2px solid #000000;
}
.template-post .meta-tags {
  margin: 70px 0 45px;
  clear: both;
}
.template-post .meta-tags:last-child {
  margin-bottom: 0;
}
.template-post .meta-tags .h6 {
  margin-bottom: 10px;
  letter-spacing: 0.025em;
}
.template-post .meta-tags aside {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.template-post .meta-tags aside a {
  color: #000000;
  text-decoration: none;
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
}
.template-post .meta-tags aside a:hover, .template-post .meta-tags aside a:focus {
  color: #000000;
}
.template-post .meta-tags aside > *:after {
  content: ",";
  margin: 0 5px 0 0;
  color: #000;
}
.template-post .meta-tags aside > *:last-child::after {
  display: none;
}
.template-post .social-share h6 {
  color: #000;
}
.template-post .social-share .icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  gap: 14px;
  margin-top: 15px;
}
.template-post .social-share .icons a {
  padding: 10px;
  background-color: #ffc845;
  border: 0;
  border-radius: 50%;
  aspect-ratio: 1/1;
  text-decoration: none;
  line-height: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 50px;
  height: 50px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 21px;
  color: #000;
}
.template-post .social-share .icons a .icon-Email-Icon {
  font-size: 24px;
}
.template-post .social-share .icons a:hover {
  background-color: #EAB128;
}
.template-post .blog {
  border-bottom: 2px solid #000000;
}
.template-post .blog .post-content {
  padding: 0 0 70px;
}
.template-post .blog .post-content .featured-image {
  margin: 0 0 45px 0;
}
.template-post .blog .post-content .featured-image .placeholder {
  padding-bottom: 46.875%;
}
.template-post .post-content {
  word-break: break-word;
  /*
  .featured-image {
  	float: left;
  	width: 50%;
  	margin: 0 50px 50px 0;
  	overflow: hidden;
  	img {
  		width: 100%;
  		height: auto;
  		display: block;
  	}
  }
  	*/
}
.template-post .post-content:last-child {
  margin-bottom: 0;
}
.template-post .post-content .button {
  margin: 9px 0 35px;
}
.template-post .post-content .button:last-child {
  margin-bottom: 0;
}
.template-post .non-blog {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 55px;
}
.template-post .non-blog .post-content {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  margin: 0;
}
.template-post .non-blog .post-content figure.image {
  float: none;
  width: 100%;
  margin: 0 0 45px 0;
}
.template-post .non-blog .post-content figure.image .placeholder {
  display: block;
  width: 100%;
  padding-bottom: 46.875%;
}
.template-post .non-blog .split figure.image {
  float: none;
  width: 100%;
  margin: 0 0 35px 0;
}
.template-post .non-blog .split figure.image .placeholder {
  display: block;
  width: 100%;
  padding-bottom: 55%;
}
.template-post .non-blog .side {
  margin-left: 60px;
  min-width: 300px;
  width: 300px;
}
.template-post .non-blog .side > * {
  margin-bottom: 35px;
}
.template-post .non-blog .side > *:last-child {
  margin-bottom: 0;
}
.template-post .non-blog.news-event .post-content p:first-of-type {
  margin-top: 0;
}
.template-post .non-blog.news-event .post-content figure.image {
  float: left;
  width: 50%;
  margin: 0 50px 45px 0;
}
.template-post .non-blog.news-event .post-content figure.image .placeholder {
  padding-bottom: 68.75%;
}
@media (max-width: 1079px) {
  .template-post .non-blog {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .template-post .non-blog .post-content {
    width: 100%;
  }
  .template-post .non-blog .post-content figure.image {
    float: none;
    width: 100%;
    margin: 0 0 40px 0;
  }
  .template-post .non-blog .side {
    margin-left: 0;
    margin-top: 60px;
    min-width: 100%;
    width: 100%;
  }
  .template-post .non-blog.news-event .post-content {
    width: 100%;
  }
  .template-post .non-blog.news-event .post-content figure.image {
    float: none;
    width: 100%;
    margin: 0 0 40px 0;
  }
  .template-post .non-blog.news-event .post-content figure.image .placeholder {
    padding-bottom: 46.875%;
  }
}
.template-post .author-bio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
  width: 100%;
  margin: 0 0 50px;
}
.template-post .author-bio .image {
  -ms-flex-item-align: start;
  align-self: flex-start;
  max-width: 210px;
  min-width: 210px;
  margin: 0;
  overflow: hidden;
}
.template-post .author-bio .image .placeholder {
  padding-bottom: 114.285%;
}
.template-post .author-bio .author-bio-content {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  font-size: 17px;
  line-height: 1.55;
  padding: 30px 0 0;
}
.template-post .author-bio .author-bio-content .name {
  margin: 0 0 8px;
}
.template-post .author-bio .author-bio-content .name.h4 + p {
  margin-top: 0;
  margin-bottom: 25px;
}
.template-post .author-bio .author-bio-content .button.secondary {
  padding: 0;
}
.template-post.client-stories .post-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.template-post.client-stories .main-content {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  margin: 0;
}
.template-post.client-stories .details {
  background-color: #000;
  padding: 42px 40px 50px 40px;
  border-radius: 25px;
  margin: 0 0 0 60px;
  min-width: 300px;
  width: 300px;
  -ms-flex-item-align: start;
  align-self: flex-start;
}
.template-post.client-stories .details h5.title {
  padding-bottom: 15px;
  color: #fff;
  font-weight: 800;
}
.template-post.client-stories figure.image {
  float: none;
  width: 100%;
  margin: 0 0 45px 0;
}
.template-post.client-stories figure.image .placeholder {
  display: block;
  width: 100%;
  padding-bottom: 46.875%;
}
.template-post.client-stories .meta-tags {
  display: grid;
  grid-template-columns: 1fr;
  margin: 18px 0 0;
  gap: 25px;
}
.template-post.client-stories .meta-tags .h6 {
  margin-bottom: 0;
}
.template-post.client-stories .meta-tags span {
  display: block;
  font-size: 16px;
  line-height: 1.4;
  color: #fff;
  font-weight: 600;
}
.template-post.client-stories .meta-tags a {
  text-decoration: none;
  color: #fff;
}
.template-post.client-stories .meta-tags a:hover, .template-post.client-stories .meta-tags a:focus {
  color: #af008b;
}
@media (max-width: 1079px) {
  .template-post.client-stories .post-content {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .template-post.client-stories .main-content {
    width: 100%;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .template-post.client-stories .details {
    padding: 30px;
    margin: 0 0 40px 0;
    min-width: 100%;
    width: 100%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .template-post.client-stories .meta-tags {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .template-post.client-stories .meta-tags {
    grid-template-columns: 1fr;
  }
  .template-post.client-stories .details h5.title {
    font-size: 20px;
  }
}
@media (max-width: 479px) {
  .template-post.client-stories .details {
    padding: 30px;
  }
  .template-post.client-stories .meta-tags {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 1079px) {
  .template-post {
    margin-bottom: 100px;
  }
  .template-post .author-bio {
    gap: 30px;
  }
  .template-post .author-bio .author-bio-content {
    padding: 0 0 0;
  }
}
@media (max-width: 767px) {
  .template-post {
    margin-bottom: 80px;
  }
  .template-post .inner-content > h1:first-child,
.template-post .inner-content > h2:first-child {
    font-size: 40px;
    line-height: 1.2;
  }
  .template-post .blog .post-content .featured-image {
    margin: 0 0 25px 0;
  }
  .template-post .post-content .featured-image {
    float: none;
    width: 100%;
    margin: 0 0 1.5em;
  }
  .template-post .meta {
    font-size: 18px;
  }
  .template-post .author-bio hr {
    margin: 30px 0 50px 0;
  }
  .template-post .split {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    row-gap: 50px;
  }
  .template-post .split.no-sidebar .post-content .featured-image {
    float: none;
    width: 100%;
    margin: 0 0 1.5em;
  }
  .template-post .split .post-sidebar {
    margin: 0;
    min-width: 0;
    width: 100%;
  }
  .template-post .author-bio {
    font-size: 16px;
  }
  .template-post .author-bio .image {
    max-width: 150px;
    min-width: 150px;
  }
  .template-post .author-bio .author-bio-content .name {
    font-size: 20px;
  }
}
@media (max-width: 479px) {
  .template-post {
    margin: 20px 0 60px;
  }
  .template-post h1, .template-post .h1 {
    font-size: 32px;
    line-height: 1.2;
    margin: 0 0 20px;
  }
  .template-post .inner-content > h1:first-child,
.template-post .inner-content > h2:first-child {
    font-size: 32px;
    line-height: 1.2;
    margin: 0 0 20px;
  }
  .template-post .meta {
    margin: 0 0 30px;
    font-size: 16px;
  }
  .template-post .author-bio {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 20px;
  }
  .template-post .author-bio .image,
.template-post .author-bio .author-bio-content {
    width: 100%;
  }
}

.module.search-page-results h1 {
  margin-bottom: 60px;
}
.module.search-page-results a.item-search {
  display: block;
  margin-bottom: 30px;
  padding-bottom: 0;
  text-decoration: none;
}
.module.search-page-results a.item-search:last-of-type {
  padding-bottom: 0;
}
.module.search-page-results .button.secondary {
  padding: 0;
}
@media (max-width: 767px) {
  .module.search-page-results h1 {
    margin-bottom: 30px;
  }
}

.template-team {
  margin: 0 0 49px 0;
  padding: 0;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  color: #fff;
  overflow: hidden;
  min-height: 600px;
  background-color: #212121;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.template-team + .module.breadcrumbs {
  margin-bottom: 37px;
}
.template-team .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 70px;
  position: relative;
  z-index: 3;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  width: 100%;
  background-image: url(/wp-content/themes/ace/assets/images/bg-team-icon.png);
  background-position: calc(100% - 40px) 68px;
  background-size: 572px;
  background-repeat: no-repeat;
  padding-top: 68px;
  padding-bottom: 72px;
}
.template-team .wrapper > aside {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 0;
}
.template-team .avatar {
  width: 400px;
  min-width: 400px;
  position: relative;
}
.template-team .avatar .image .placeholder {
  padding-bottom: 115%;
}
.template-team .social-share {
  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;
}
.template-team .social-share .icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  gap: 14px;
  margin-top: 52px;
}
.template-team .social-share .icons a {
  padding: 10px;
  background-color: #ffc845;
  border: 0;
  border-radius: 50%;
  aspect-ratio: 1/1;
  text-decoration: none;
  line-height: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 50px;
  height: 50px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 21px;
  color: #000;
}
.template-team .social-share .icons a.icon-email {
  font-size: 16px;
}
.template-team .social-share .icons a:hover {
  background-color: #EAB128;
}
.template-team .name {
  color: #fff;
  margin-bottom: 0;
}
.template-team .credentials {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
}
.template-team .title {
  font-size: 20px;
  margin-top: 40px;
  margin-bottom: 0;
  letter-spacing: 0.025em;
}
.template-team svg {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 100%;
  width: auto;
  z-index: -1;
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}
@media (max-width: 1199px) {
  .template-team .wrapper {
    margin-top: 70px;
  }
}
@media (max-width: 1079px) {
  .template-team {
    min-height: 380px;
  }
  .template-team .wrapper {
    margin-top: 0;
    padding-top: 40px;
    padding-bottom: 40px;
    background-position: calc(100% - 40px) 40px;
    gap: 40px;
  }
  .template-team .wrapper > aside {
    padding: 0;
  }
  .template-team .avatar {
    min-width: 0;
    width: 100%;
    max-width: 260px;
  }
  .template-team .name {
    font-size: 36px;
  }
  .template-team .credentials {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  .template-team {
    min-height: unset;
    height: auto;
  }
  .template-team .wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 20px;
  }
  .template-team .wrapper > aside {
    width: 100%;
    padding-bottom: 0;
    text-align: left;
  }
  .template-team .name {
    line-height: 1.2;
  }
  .template-team .title {
    margin-top: 32px;
  }
  .template-team .social-share .icons {
    margin-top: 32px;
  }
}
@media (max-width: 479px) {
  .template-team .wrapper {
    gap: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    background-position: calc(100% - 40px) 20px;
  }
  .template-team .social-share {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .template-team .name {
    margin: 0 0 5px;
  }
  .template-team .title {
    font-size: 16px;
    margin-top: 24px;
  }
  .template-team .social-share .icons {
    margin-top: 24px;
  }
}

.module.accordion .header {
  color: #000000;
  font-family: "Montserrat", sans-serif;
  font-size: 32px;
  line-height: 42px;
  font-weight: 700;
  margin: 0 0 13px 0;
}
.module.accordion dl {
  margin: 43px 0 0 0;
  padding: 0;
  border-bottom: none;
}
.module.accordion dl > div {
  border-radius: 0;
  padding: 0;
  margin: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-top: 2px solid #000000;
}
.module.accordion dl > div + div {
  margin-top: 5px;
}
.module.accordion dl dt {
  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;
  cursor: pointer;
  color: #000000;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 26px;
  position: relative;
  padding: 21px 0 20px 0;
}
.module.accordion dl dt:first-child {
  margin-top: 0;
}
.module.accordion dl dt .accordion-heading {
  position: relative;
  top: 2px;
  line-height: 26px;
  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;
  width: 100%;
  letter-spacing: 0.2px;
}
.module.accordion dl dt .accordion-heading .item-header {
  max-width: calc(100% - 30px);
  padding-right: 20px;
}
.module.accordion dl dt .accordion-heading .chevron {
  width: 30px;
  height: 30px;
  display: block;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-items: center;
}
.module.accordion dl dt .accordion-heading .chevron svg {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: auto;
  height: 28px;
}
.module.accordion dl dt.on .accordion-heading .chevron svg {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.module.accordion dl dd {
  display: none;
  margin: 0;
  color: #fff;
  font-size: 19px;
  font-weight: 400;
  line-height: normal;
  padding: 0 95px 30px 0;
}
.module.accordion dl dd .button.secondary {
  padding: 0;
}
.module.accordion dl dd *:first-child {
  margin-top: 0;
}
@media (max-width: 1199px) {
  .module.accordion dl dt {
    min-height: 80px;
    font-size: 22px;
  }
  .module.accordion dl dd {
    padding: 0 75px 30px 0;
  }
}
@media (max-width: 767px) {
  .module.accordion dl dt {
    min-height: 60px;
    margin-top: 10px;
    padding: 10px 0px 10px 0;
    font-size: 20px;
  }
  .module.accordion dl dt .accordion-heading .chevron {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 23px;
  }
  .module.accordion dl dt .accordion-heading .chevron svg {
    width: 15px;
    height: 22.5px;
  }
  .module.accordion dl dd {
    padding: 25px 50px 25px 0px;
  }
}
@media (max-width: 479px) {
  .module.accordion dl dt {
    font-size: 18px;
  }
}

.module.breadcrumbs {
  margin: 30px 0 20px;
  font-size: 13px;
  font-family: "Inter", sans-serif;
  font-weight: 400;
}
.module.breadcrumbs + .module {
  margin-top: 0;
}
.module.breadcrumbs a {
  color: #000000;
  text-decoration: none;
}
.module.breadcrumbs a:hover, .module.breadcrumbs a:focus {
  color: #af008b;
}
.module.breadcrumbs .separator {
  margin: 0 5px;
}

.content-offer {
  width: 100%;
}
.content-offer .content-offer-grid {
  min-height: 560px;
  width: 100%;
  display: grid;
  grid-template-columns: 800px auto;
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px;
  grid-template-areas: "offerimage offercontent";
}
.content-offer .content-offer-grid > .image {
  grid-area: offerimage;
  position: relative;
}
.content-offer .content-offer-grid > .image figure.image {
  position: absolute;
  width: 800px;
  height: 560px;
  -webkit-mask-image: url('data:image/svg+xml,<svg width="800" height="560" version="1.1" viewBox="0 0 800 560" xmlns="http://www.w3.org/2000/svg"><path d="m0 0v560h1920l-1680-0.01953 560-559.98z" style="stroke-width:0"/></svg>');
  mask-image: url('data:image/svg+xml,<svg width="800" height="560" version="1.1" viewBox="0 0 800 560" xmlns="http://www.w3.org/2000/svg"><path d="m0 0v560h1920l-1680-0.01953 560-559.98z" style="stroke-width:0"/></svg>');
  -webkit-mask-composite: exclude;
  mask-composite: exclude;
  top: 0;
  left: 0;
  z-index: 1;
}
.content-offer .content-offer-grid > .image figure.image .display {
  width: 100%;
  height: 100%;
}
.content-offer .content-offer-grid > .image figure.image .display img {
  max-width: unset;
  height: unset;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.content-offer .content-offer-grid > .image > .watermark {
  position: absolute;
  width: 800px;
  height: 560px;
  top: 0;
  left: 0;
  z-index: 2;
}
.content-offer .content-offer-grid > .content {
  padding-top: 110px;
  padding-right: 40px;
  grid-area: offercontent;
}
.content-offer .content-offer-grid > .content .content-wrapper {
  width: 100%;
  max-width: 662px;
}
.content-offer .content-offer-grid > .content .h3 {
  margin-top: 63px;
}
.content-offer .content-offer-grid > .content .description {
  margin-top: 24px;
  margin-bottom: 31px;
  font-size: 18px;
  font-weight: 600;
  line-height: 26px;
}
@media (min-width: 1200px) and (max-width: 1439px) {
  .content-offer .content-offer-grid {
    grid-template-columns: 600px auto;
    min-height: 420px;
  }
  .content-offer .content-offer-grid > .image figure.image {
    width: 100%;
    height: auto;
    aspect-ratio: 800/560;
    -webkit-mask-size: 100% auto;
    mask-size: 100% auto;
  }
  .content-offer .content-offer-grid > .image > .watermark {
    width: 100%;
    height: auto;
    aspect-ratio: 800/560;
  }
  .content-offer .content-offer-grid > .content {
    padding-top: 40px;
  }
  .content-offer .content-offer-grid > .content .h3 {
    margin-top: 30px;
    font-size: 28px;
    line-height: 36px;
  }
  .content-offer .content-offer-grid > .content .description {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
@media (min-width: 1080px) and (max-width: 1199px) {
  .content-offer .content-offer-grid {
    grid-template-columns: 512px auto;
    min-height: 358px;
    -webkit-column-gap: 18px;
    -moz-column-gap: 18px;
    column-gap: 18px;
  }
  .content-offer .content-offer-grid > .image figure.image {
    width: 100%;
    height: auto;
    aspect-ratio: 800/560;
    -webkit-mask-size: 100% auto;
    mask-size: 100% auto;
  }
  .content-offer .content-offer-grid > .image > .watermark {
    width: 100%;
    height: auto;
    aspect-ratio: 800/560;
  }
  .content-offer .content-offer-grid > .content {
    padding-top: 20px;
  }
  .content-offer .content-offer-grid > .content .h3 {
    margin-top: 15px;
    font-size: 24px;
    line-height: 30px;
  }
  .content-offer .content-offer-grid > .content .description {
    margin-top: 15px;
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 22px;
  }
}
@media (max-width: 1079px) {
  .content-offer .content-offer-grid {
    grid-template-columns: 100%;
    grid-template-rows: auto auto;
    grid-template-areas: "offerimage" "offercontent";
    min-height: unset;
  }
  .content-offer .content-offer-grid > .image {
    width: 100%;
    height: 68vw;
    overflow: hidden;
  }
  .content-offer .content-offer-grid > .image figure.image {
    width: 100%;
    height: auto;
    aspect-ratio: 800/560;
    -webkit-mask-size: 100% auto;
    mask-size: 100% auto;
  }
  .content-offer .content-offer-grid > .image > .watermark {
    width: 100%;
    height: auto;
    aspect-ratio: 800/560;
  }
  .content-offer .content-offer-grid > .content {
    padding: 70px 40px 40px;
  }
  .content-offer .content-offer-grid > .content .h3 {
    margin-top: 30px;
  }
}
@media (max-width: 479px) {
  .content-offer .content-offer-grid > .content {
    padding: 70px 20px 30px;
  }
}

.dark .content-offer {
  background-color: #000;
}
.dark .content-offer .content-offer-grid > .content {
  grid-area: offercontent;
}
.dark .content-offer .content-offer-grid > .content .h3 {
  color: #fff;
}
.dark .content-offer .content-offer-grid > .content .description {
  color: #fff;
}

.featured-post-slider {
  position: relative;
  margin: 70px 0;
}
.featured-post-slider .wrapper.thin {
  position: relative;
}
.featured-post-slider .wrapper.thin .dots {
  position: absolute;
  top: 41px;
  right: 86px;
  z-index: 2;
}
.featured-post-slider .wrapper.thin .slick-dots {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 15px;
}
.featured-post-slider .wrapper.thin .slick-dots li button {
  background-color: transparent;
  border: 2px solid #f6643d;
}
.featured-post-slider .wrapper.thin .slick-dots li.slick-active button {
  background-color: #f6643d;
}
.featured-post-slider .carousel {
  background-color: #000;
  border-radius: 25px;
  overflow: hidden;
}
.featured-post-slider .carousel .slick-track {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  overflow: visible;
}
.featured-post-slider .carousel .slick-slide {
  height: auto;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.featured-post-slider .carousel .slick-slide > div {
  width: 100%;
}
.featured-post-slider .carousel .slide-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}
.featured-post-slider .carousel .content {
  width: 59.27%;
  padding: 36px 46px 46px 41px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  min-height: 268px;
}
.featured-post-slider .carousel .content h3 {
  color: #fff;
  font-size: 28px;
  line-height: 1.28;
  margin: 0;
  position: relative;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  letter-spacing: 0em;
  margin-top: 38px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding-bottom: 22px;
}
.featured-post-slider .carousel .content .button-container {
  margin-top: 0;
}
.featured-post-slider .carousel .content .button.secondary {
  color: #fff;
  padding: 0;
}
.featured-post-slider .carousel figure.image {
  width: 40.73%;
}
.featured-post-slider .carousel figure.image .placeholder {
  padding-bottom: unset;
}
.featured-post-slider .carousel figure.image .display {
  background: transparent;
}
.featured-post-slider.no-image .carousel .content {
  width: 100%;
}
@media (max-width: 767px) {
  .featured-post-slider {
    margin: 40px 0 45px;
  }
  .featured-post-slider .wrapper.thin .dots {
    top: 268px;
    right: unset;
    left: 60px;
  }
  .featured-post-slider .carousel .slide-content {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    display: block;
  }
  .featured-post-slider .carousel .slide-content .content {
    min-height: auto;
    width: 100%;
    padding: 50px 20px 30px;
  }
  .featured-post-slider .carousel .slide-content .content .eyebrow {
    padding-bottom: 10px;
  }
  .featured-post-slider .carousel .slide-content .content h3 {
    margin-top: 0;
    font-size: 24px;
  }
  .featured-post-slider .carousel .slide-content figure.image {
    width: 100%;
    height: 250px;
  }
  .featured-post-slider .carousel .slide-content figure.image .placeholder {
    padding-bottom: 100%;
  }
  .featured-post-slider.no-image .wrapper.thin .dots {
    top: 20px;
  }
}
@media (max-width: 479px) {
  .featured-post-slider .wrapper.thin .dots {
    top: 192px;
    left: 40px;
  }
  .featured-post-slider .carousel .dots {
    position: absolute;
  }
  .featured-post-slider .carousel .slick-dots {
    position: absolute;
    right: unset;
    top: unset;
    padding: 0;
    margin: 0 0 20px;
  }
  .featured-post-slider .carousel .slick-dots li:first-of-type {
    margin: 0 3px 0 0;
  }
  .featured-post-slider .carousel .slick-dots li button {
    width: 20px;
  }
  .featured-post-slider .carousel .slide-content figure.image {
    height: 175px;
  }
  .featured-post-slider.no-image .wrapper.thin .dots {
    top: 20px;
  }
}

.module.featured-posts {
  background-color: #000;
  margin: 0;
  color: #fff;
  padding: 82px 0 96px 0;
}
.module.featured-posts .featured-post-grid {
  width: 100%;
  display: grid;
  grid-template-columns: 612px auto;
  -webkit-column-gap: 172px;
  -moz-column-gap: 172px;
  column-gap: 172px;
  row-gap: 59px;
  grid-template-areas: "headermain headermore" "postmain postsmore";
}
.module.featured-posts .featured-post-grid > h3 {
  color: #fff;
  grid-area: headermain;
}
.module.featured-posts .featured-post-grid > .eyebrow {
  grid-area: headermore;
  -ms-flex-item-align: end;
  align-self: end;
  padding-bottom: 9px;
}
.module.featured-posts .featured-post-grid > .featured-post-main {
  grid-area: postmain;
}
.module.featured-posts .featured-post-grid > .featured-post-main .eyebrow {
  padding-top: 46px;
}
.module.featured-posts .featured-post-grid > .featured-post-main .h4 {
  font-weight: 600;
  margin: 11px 0 32px 0;
}
.module.featured-posts .featured-post-grid > .featured-post-main .h4 a {
  text-decoration: none;
  color: #fff;
}
.module.featured-posts .featured-post-grid > .featured-post-main .h4 a:hover, .module.featured-posts .featured-post-grid > .featured-post-main .h4 a:focus {
  color: #ffc845;
}
.module.featured-posts .featured-post-grid > .featured-post-more {
  grid-area: postsmore;
}
.module.featured-posts .featured-post-grid > .featured-post-more .meta {
  color: #00a98e;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
}
.module.featured-posts .featured-post-grid > .featured-post-more .link {
  padding: 3px 0 36px;
}
.module.featured-posts .featured-post-grid > .featured-post-more .link a {
  color: #fff;
  text-decoration: none;
  font-size: 20px;
  line-height: 26px;
  font-weight: 600;
}
.module.featured-posts .featured-post-grid > .featured-post-more .link a:hover, .module.featured-posts .featured-post-grid > .featured-post-more .link a:focus {
  color: #ffc845;
}
.module.featured-posts .featured-post-grid > .featured-post-more .button {
  margin-top: 7px;
}
.module.featured-posts .featured-post-main-thumbnail {
  margin: 0;
  padding: 0;
  position: relative;
}
.module.featured-posts .featured-post-main-thumbnail .thumbnail-wrapper {
  aspect-ratio: 612/230;
  overflow: hidden;
}
.module.featured-posts .featured-post-main-thumbnail img.wp-post-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.module.featured-posts .featured-post-main-thumbnail::before {
  display: block;
  content: " ";
  height: 20px;
  width: 132px;
  background-color: #af008b;
  position: absolute;
  left: 0;
  top: -20px;
}
.module.featured-posts .featured-post-main-thumbnail::after {
  display: block;
  content: " ";
  height: 20px;
  width: 480px;
  background-color: #404040;
  position: absolute;
  right: 0;
  bottom: -20px;
}
.module.featured-posts .button.secondary {
  color: #fff;
  padding: 0;
}
@media (min-width: 1080px) and (max-width: 1199px) {
  .module.featured-posts .featured-post-grid {
    grid-template-columns: 560px;
    -webkit-column-gap: 80px;
    -moz-column-gap: 80px;
    column-gap: 80px;
  }
  .module.featured-posts .featured-post-main-thumbnail::before {
    width: 21.5%;
  }
  .module.featured-posts .featured-post-main-thumbnail::after {
    width: 78.5%;
  }
}
@media (max-width: 1079px) {
  .module.featured-posts {
    padding: 40px 0 55px 0;
  }
  .module.featured-posts .featured-post-grid {
    grid-template-columns: 100%;
    row-gap: 0;
    grid-template-areas: "headermain" "postmain" "headermore" "postsmore";
  }
  .module.featured-posts .featured-post-grid > h3 {
    padding-bottom: 36px;
  }
  .module.featured-posts .featured-post-grid > .featured-post-main {
    padding-bottom: 69px;
  }
  .module.featured-posts .featured-post-grid .featured-post-main-thumbnail::before {
    width: 21.5%;
  }
  .module.featured-posts .featured-post-grid .featured-post-main-thumbnail::after {
    width: 78.5%;
  }
}
@media (max-width: 767px) {
  .module.featured-posts .featured-post-grid .featured-post-main-thumbnail::before {
    width: 132px;
  }
  .module.featured-posts .featured-post-grid .featured-post-main-thumbnail::after {
    width: calc(100% - 132px);
  }
}

.module.form-module {
  padding: 60px 0 62px 0;
  margin: 0;
  background-color: #1900a6;
}
.module.form-module p {
  color: #fff;
}
.module.form-module .h3 {
  color: #fff;
  margin-top: 11px;
}
.module.form-module .form-grid {
  display: grid;
  grid-template-columns: 377px auto;
  grid-template-areas: "headerouter formouter";
  -webkit-column-gap: 50px;
  -moz-column-gap: 50px;
  column-gap: 50px;
  row-gap: 20xp;
}
.module.form-module .form-grid.full-width-form {
  grid-template-columns: 100%;
  grid-template-areas: "formouter";
}
.module.form-module .header-outer {
  grid-area: headerouter;
}
.module.form-module .form-outer {
  grid-area: formouter;
}
.module.form-module .description p:first-child {
  margin-top: 12px;
}
@media (max-width: 1199px) {
  .module.form-module .form-grid {
    grid-template-columns: 100%;
    grid-template-areas: "headerouter" "formouter";
  }
}
.module.form-module .gform_wrapper.gravity-theme {
  background-color: transparent;
  padding: 0;
}
.module.form-module .gform_wrapper.gravity-theme .gform_fields {
  grid-column-gap: 16px !important;
  -webkit-column-gap: 16px !important;
  -moz-column-gap: 16px !important;
  column-gap: 16px !important;
  grid-row-gap: 20px !important;
  row-gap: 20px !important;
}
.module.form-module .gform_wrapper.gravity-theme .gfield input[type=text], .module.form-module .gform_wrapper.gravity-theme .gfield input[type=email], .module.form-module .gform_wrapper.gravity-theme .gfield input.large[type=text], .module.form-module .gform_wrapper.gravity-theme .gfield input.large[type=email] {
  height: 50px;
  border-radius: 25px;
  padding: 17px 32px;
  -ms-flex-line-pack: center;
  align-content: center;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
  border-style: none !important;
}
.module.form-module .gform_wrapper.gravity-theme .gfield textarea, .module.form-module .gform_wrapper.gravity-theme .gfield textarea.large {
  border-radius: 25px;
  padding: 16px 32px;
  min-height: 125px !important;
  height: 125px;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  border-style: none !important;
  scroll-padding: 25px;
}
.module.form-module .gform_wrapper.gravity-theme .gfield textarea::-webkit-scrollbar, .module.form-module .gform_wrapper.gravity-theme .gfield textarea.large::-webkit-scrollbar {
  display: none !important;
}
.module.form-module .gform_wrapper.gravity-theme .gfield_label {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.module.form-module .gform_wrapper.gravity-theme .gform_button, .module.form-module .gform_wrapper.gravity-theme .gfield--type-submit .gform-button {
  cursor: pointer;
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 700;
  margin: 0;
  letter-spacing: 0.45px;
  line-height: 14px !important;
  max-width: 100%;
  padding: 22px 30px;
  position: relative;
  outline: none;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
  text-overflow: ellipsis;
  text-transform: uppercase;
  -webkit-transition: background-color 0.3s ease, border 0.3s ease, color 0.3s ease;
  transition: background-color 0.3s ease, border 0.3s ease, color 0.3s ease;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  vertical-align: middle;
  white-space: nowrap;
  will-change: transform;
  background-color: #ffc845;
  color: #000;
  height: 58px;
  border-radius: 30px;
}
.module.form-module .gform_wrapper.gravity-theme .gform_button:hover, .module.form-module .gform_wrapper.gravity-theme .gform_button:focus, .module.form-module .gform_wrapper.gravity-theme .gfield--type-submit .gform-button:hover, .module.form-module .gform_wrapper.gravity-theme .gfield--type-submit .gform-button:focus {
  background-color: #ffbe25;
  color: #000;
}
@media (max-width: 1079px) {
  .module.form-module {
    padding: 30px 0 31px 0;
  }
}

.home-hero {
  margin: -100px 0 0 0;
}
.home-hero .carousel .slick-track {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  overflow: visible;
}
.home-hero .carousel .slick-slide {
  height: auto;
}
.home-hero .carousel .slick-dots {
  position: absolute;
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1;
  height: 14px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  row-gap: 19px;
  z-index: 10;
  right: 348px;
  top: 438px;
}
.home-hero .carousel .slick-dots li {
  margin: 0 7px;
  padding: 0;
}
.home-hero .carousel .slick-dots li button {
  border-color: #fff;
  width: 14px;
  height: 14px;
}
.home-hero .carousel .slick-dots li.slick-active button {
  border-color: #fff;
  background-color: #fff;
}
.home-hero .carousel .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: rgba(255, 255, 255, 0.7);
  z-index: 200;
  cursor: pointer;
}
.home-hero .carousel .slick-arrow.icon-arrow-left {
  left: 40px;
}
.home-hero .carousel .slick-arrow.icon-arrow-right {
  right: 40px;
}
.home-hero .carousel .slick-arrow.slick-disabled {
  opacity: 0.3;
  cursor: default;
}
.home-hero .carousel .home-hero-logo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
}
.home-hero .carousel .home-hero-logo img, .home-hero .carousel .home-hero-logo svg {
  width: auto;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}
.home-hero .carousel .inner {
  position: relative;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: right;
  color: #fff;
  aspect-ratio: 16/9;
}
.home-hero .carousel .inner .wrapper {
  position: absolute;
  z-index: 10;
  padding: 0 348px 0 0;
  margin: 0 0 0 auto;
  top: 500px;
  right: 0;
}
.home-hero .carousel .inner .header {
  padding: 0;
  max-width: 850px;
}
.home-hero .carousel .inner .header > *:last-child {
  margin-bottom: 0;
}
.home-hero .carousel .inner h1, .home-hero .carousel .inner h2, .home-hero .carousel .inner .h1, .home-hero .carousel .inner .h2 {
  font-size: 72px;
  font-weight: 700;
  line-height: 82px;
  color: #fff;
  margin: 0 0 0.25em;
}
.home-hero .carousel .inner h4, .home-hero .carousel .inner .h4 {
  color: #fff;
  margin: 0 0 1em;
}
.home-hero .carousel .inner h3, .home-hero .carousel .inner h5, .home-hero .carousel .inner h6, .home-hero .carousel .inner .h3, .home-hero .carousel .inner .h5, .home-hero .carousel .inner .h6 p {
  color: #fff;
}
.home-hero .carousel .inner .button-container {
  margin-top: 30px;
}
.home-hero .carousel .overlay {
  z-index: 4;
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), to(#000));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0), #000);
}
.home-hero .carousel:not(.slick-initialized) > .slide:not(:nth-of-type(1)) {
  display: none !important;
}
@media screen and (min-width: 1921px) and (min-aspect-ratio: 160/91) {
  .home-hero {
    height: 100vh;
    overflow-y: hidden;
    min-height: 1020px;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1920px) and (min-aspect-ratio: 160/91) {
  .home-hero {
    max-height: 120vh;
    overflow-y: hidden;
  }
}
@media (min-width: 1200px) {
  .home-hero .carousel .inner h1, .home-hero .carousel .inner h2, .home-hero .carousel .inner .h1, .home-hero .carousel .inner .h2 {
    margin-bottom: 54px;
  }
}
@media (min-width: 1440px) and (max-width: 1679px) {
  .home-hero .carousel .inner {
    aspect-ratio: 14/9;
  }
  .home-hero .carousel .inner .wrapper {
    top: 327px;
    padding-right: 304px;
  }
  .home-hero .carousel .inner h1, .home-hero .carousel .inner .h1 {
    font-size: 64px;
    line-height: 1.2em;
  }
  .home-hero .carousel .slick-dots {
    top: 275px;
    right: 304px;
  }
}
@media (min-width: 1200px) and (max-width: 1439px) {
  .home-hero .carousel .inner .wrapper {
    top: 280px;
    padding-right: 155px;
  }
  .home-hero .carousel .inner .header {
    max-width: 700px;
  }
  .home-hero .carousel .inner h1, .home-hero .carousel .inner .h1 {
    font-size: 48px;
    line-height: 1.2em;
    margin-bottom: 40px;
  }
  .home-hero .carousel .slick-dots {
    top: 238px;
    right: 155px;
  }
}
@media (max-width: 1199px) {
  .home-hero {
    margin: -70px 0 0 0;
  }
  .home-hero .carousel .inner .wrapper {
    padding-right: 125px;
    top: 200px;
  }
  .home-hero .carousel .inner .header {
    max-width: 650px;
  }
  .home-hero .carousel .inner h1, .home-hero .carousel .inner .h1 {
    font-size: 48px;
    line-height: 1.2em;
    margin-bottom: 30px;
  }
  .home-hero .carousel .slick-dots {
    top: 138px;
    right: 125px;
  }
}
@media (min-width: 1080px) {
  .home-hero .carousel .inner video + .background-image {
    display: none;
  }
}
@media (max-width: 1079px) {
  .home-hero .carousel .inner {
    min-height: 56.48vw;
    aspect-ratio: unset;
  }
  .home-hero .carousel .inner video {
    display: none;
  }
  .home-hero .carousel .inner .wrapper {
    padding-right: 50px;
    top: 150px;
  }
  .home-hero .carousel .inner .header {
    max-width: 500px;
  }
  .home-hero .carousel .inner h1, .home-hero .carousel .inner .h1 {
    font-size: 32px;
    line-height: 1.2em;
  }
  .home-hero .carousel .slick-dots {
    top: 108px;
    right: 50px;
  }
}
@media (max-width: 767px) {
  .home-hero .carousel .inner {
    min-height: calc(100vh - 70px);
  }
  .home-hero .carousel .inner h2 {
    font-size: 36px;
  }
  .home-hero .carousel .inner .wrapper {
    padding-right: 50px;
    top: 360px;
  }
  .home-hero .carousel .inner .header {
    max-width: 65%;
    float: right;
  }
  .home-hero .carousel .inner h1, .home-hero .carousel .inner .h1 {
    font-size: 32px;
    line-height: 1.2em;
  }
  .home-hero .carousel .slick-dots {
    top: 318px;
    right: 50px;
  }
  .home-hero .carousel .home-hero-logo {
    overflow: hidden;
  }
}
@media (max-width: 479px) {
  .home-hero .carousel .slick-arrow.icon-arrow-left {
    left: 20px;
  }
  .home-hero .carousel .slick-arrow.icon-arrow-right {
    right: 20px;
  }
  .home-hero .carousel .inner h2 {
    font-size: 28px;
  }
  .home-hero .carousel .inner .wrapper {
    padding-right: 40px;
    top: 300px;
  }
  .home-hero .carousel .inner .header {
    max-width: calc(100vw - 120px);
    float: right;
  }
  .home-hero .carousel .inner h1, .home-hero .carousel .inner .h1 {
    font-size: 32px;
    line-height: 1.2em;
  }
  .home-hero .carousel .slick-dots {
    top: 258px;
    right: 50px;
  }
}

.module.offer-slider {
  margin: 0;
}
.module.offer-slider ul.slick-dots {
  position: absolute;
  top: 112px;
  right: 20px;
  right: calc(100vw - 1572px);
  z-index: 9;
}
.module.offer-slider .slick-list .slick-track .slick-slide {
  min-height: 560px;
  max-height: 560px;
}
@media (min-width: 1440px) and (max-width: 1679px) {
  .module.offer-slider .content-offer-grid > .content .content-wrapper {
    max-width: unset;
  }
  .module.offer-slider ul.slick-dots {
    right: 40px;
  }
}
@media (min-width: 1200px) and (max-width: 1439px) {
  .module.offer-slider ul.slick-dots {
    top: 42px;
    right: 40px;
  }
  .module.offer-slider .slick-list .slick-track .slick-slide {
    max-height: 420px;
    min-height: 420px;
  }
}
@media (min-width: 1080px) and (max-width: 1199px) {
  .module.offer-slider ul.slick-dots {
    top: 22px;
    right: 40px;
  }
  .module.offer-slider .slick-list .slick-track .slick-slide {
    max-height: 358px;
    min-height: 358px;
  }
}
@media (max-width: 1079px) {
  .module.offer-slider .slick-list .slick-track .slick-slide {
    max-height: unset;
    min-height: unset;
  }
  .module.offer-slider ul.slick-dots {
    left: 40px;
    right: unset;
    top: calc(70vw + 30px);
    margin-top: 20px;
  }
}

.module.pathway-list {
  padding-top: 99px;
  padding-bottom: 111px;
  margin: 0;
  background-size: 1920px 434px;
  background-position: top right;
  background-repeat: no-repeat;
}
.module.pathway-list .wrapper {
  display: grid;
  grid-template-columns: auto 680px;
  grid-template-areas: "pathwayinfo pathwayitems";
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
}
.module.pathway-list .info {
  grid-area: pathwayinfo;
}
.module.pathway-list .items {
  grid-area: pathwayitems;
}
.module.pathway-list .eyebrow {
  margin: 0;
  padding: 0;
}
.module.pathway-list .eyebrow + .button {
  margin-top: 32px;
}
.module.pathway-list .content {
  margin: 23px 0 32px 0;
  padding: 0;
}
.module.pathway-list .item {
  min-height: 70px;
  border: 1px solid #ffc845;
  border-radius: 38px;
  margin-bottom: 15px;
  cursor: pointer;
}
.module.pathway-list .item .item-inner {
  background-image: -webkit-gradient(linear, left top, right top, from(#fff), to(#ffc845));
  background-image: linear-gradient(to right, #fff, #ffc845);
  border-radius: 38px;
}
.module.pathway-list .item a {
  display: grid;
  min-height: 70px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  grid-template-columns: auto 64px;
  color: #000;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 26px;
  text-decoration: none;
}
.module.pathway-list .item a .text {
  padding-left: 64px;
}
.module.pathway-list .item:last-child {
  margin-bottom: 0;
}
.module.pathway-list.light {
  background-image: url("assets/images/pathways-light-background.png");
}
.module.pathway-list.dark {
  background-image: url("assets/images/pathways-dark-background.png");
}
.module.pathway-list.dark h1, .module.pathway-list.dark h2, .module.pathway-list.dark h3, .module.pathway-list.dark h4, .module.pathway-list.dark h5, .module.pathway-list.dark h6, .module.pathway-list.dark p, .module.pathway-list.dark ul, .module.pathway-list.dark ol {
  color: #fff;
}
.module.pathway-list.dark .eyebrow {
  color: #f6643d;
}
.module.pathway-list.dark .item {
  border-color: #1900A6;
}
.module.pathway-list.dark .item .item-inner {
  background-image: -webkit-gradient(linear, left top, right top, from(#000), to(#1900A6));
  background-image: linear-gradient(to right, #000, #1900A6);
}
.module.pathway-list.dark .item a {
  color: #fff;
}
@media (min-width: 1440px) {
  .module.pathway-list .info {
    padding-right: 160px;
  }
}
@media (min-width: 1080px) and (max-width: 1439px) {
  .module.pathway-list .info {
    padding-right: 80px;
  }
}
@media (min-width: 1080px) and (max-width: 1199px) {
  .module.pathway-list .wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 1079px) {
  .module.pathway-list {
    padding: 50px 0 65px 0;
    background-size: 1920px 434px;
  }
  .module.pathway-list .wrapper {
    grid-template-columns: 100%;
    grid-template-areas: "pathwayinfo" "pathwayitems";
    row-gap: 40px;
  }
  .module.pathway-list .item a {
    grid-template-columns: auto 48px;
  }
  .module.pathway-list .item a .text {
    padding-left: 30px;
  }
}
@media (max-width: 767px) {
  .module.pathway-list {
    background-size: 1440px 325px;
  }
}

.module.post-archive-grid {
  margin: 42px 0 80px;
}
.module.post-archive-grid + .offers-block {
  margin-top: 150px;
}
.module.post-archive-grid .archive-grid {
  display: grid;
  -webkit-column-gap: 35px;
  -moz-column-gap: 35px;
  column-gap: 35px;
  row-gap: 57px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
.module.post-archive-grid .archive-grid.grid-member {
  -webkit-column-gap: 35px;
  -moz-column-gap: 35px;
  column-gap: 35px;
  row-gap: 57px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
.module.post-archive-grid .archive-grid.grid-client-stories {
  -webkit-column-gap: 27px;
  -moz-column-gap: 27px;
  column-gap: 27px;
  row-gap: 27px;
  grid-template-columns: 1fr 1fr 1fr;
}
.module.post-archive-grid .archive-grid.grid-news-events {
  row-gap: 84px;
}
.module.post-archive-grid.post-archive-client-stories .filters {
  margin-bottom: 70px;
}
@media (max-width: 767px) {
  .module.post-archive-grid.post-archive-client-stories .filters {
    margin-bottom: 50px;
  }
}
.module.post-archive-grid.post-archive-post .archive-grid {
  row-gap: 84px;
}
.module.post-archive-grid.post-archive-post .item h5.title {
  line-height: 26px;
}
.module.post-archive-grid.post-archive-post .item h6.type {
  margin-top: 8px;
}
.module.post-archive-grid.post-archive-member .archive-grid {
  row-gap: 84px;
}
@media (min-width: 1680px) {
  .module.post-archive-grid.post-archive-news-events {
    margin-top: -53px;
  }
}
@media (max-width: 1679px) {
  .module.post-archive-grid.post-archive-news-events {
    margin-top: -13px;
  }
}
@media (max-width: 1199px) {
  .module.post-archive-grid + .offers-block {
    margin-top: 75px;
  }
  .module.post-archive-grid .archive-grid {
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
    row-gap: 50px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
  .module.post-archive-grid .archive-grid.grid-member {
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
    row-gap: 50px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
@media (max-width: 1079px) {
  .module.post-archive-grid {
    margin: 42px 0 60px;
  }
  .module.post-archive-grid + .offers-block {
    margin-top: 75px;
  }
  .module.post-archive-grid .archive-grid {
    -webkit-column-gap: 25px;
    -moz-column-gap: 25px;
    column-gap: 25px;
    row-gap: 50px;
    grid-template-columns: 1fr 1fr;
  }
  .module.post-archive-grid .archive-grid.grid-member {
    -webkit-column-gap: 25px;
    -moz-column-gap: 25px;
    column-gap: 25px;
    row-gap: 50px;
    grid-template-columns: 1fr 1fr;
  }
  .module.post-archive-grid .archive-grid.grid-client-stories {
    -webkit-column-gap: 25px;
    -moz-column-gap: 25px;
    column-gap: 25px;
    row-gap: 25px;
    grid-template-columns: 1fr 1fr;
  }
  .module.post-archive-grid.post-archive-post .archive-grid {
    row-gap: 40px;
  }
}
@media (max-width: 767px) {
  .module.post-archive-grid {
    margin: 50px 0 60px;
  }
  .module.post-archive-grid .archive-grid.grid-member .item h5.name {
    font-size: 20px;
  }
  .module.post-archive-grid .item h5.title {
    font-size: 18px;
  }
}
@media (max-width: 479px) {
  .module.post-archive-grid + .offers-block {
    margin-top: 35px;
  }
  .module.post-archive-grid .archive-grid {
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    row-gap: 50px;
    grid-template-columns: 1fr;
  }
  .module.post-archive-grid .archive-grid.grid-member {
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    row-gap: 50px;
    grid-template-columns: 1fr;
  }
  .module.post-archive-grid .archive-grid.grid-client-stories {
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    row-gap: 20px;
    grid-template-columns: 1fr;
  }
}
.module.post-archive-grid.post-archive-member .filters {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}

.archive-grid a {
  text-decoration: none;
}
.archive-grid .item {
  text-decoration: none;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.archive-grid .item h5.title {
  line-height: 1.4;
  margin: 41px 0 0;
  font-weight: 600;
  letter-spacing: -0.2px;
}
.archive-grid .item h6.type {
  letter-spacing: 0.025em;
  line-height: 1.375;
  text-transform: uppercase;
  margin: 30px 0 0;
}
.archive-grid .item .image {
  position: relative;
}
.archive-grid .item .image .placeholder {
  padding-bottom: 71.428%;
}
.archive-grid .item .image:before {
  content: "";
  width: 100px;
  height: 20px;
  left: 0;
  top: -20px;
  background-color: #af008b;
  position: absolute;
  z-index: 3;
}
.archive-grid .item .image:after {
  content: "";
  width: 180px;
  height: 20px;
  right: 0;
  bottom: -20px;
  background-color: #e5e5e5;
  position: absolute;
  z-index: 3;
}
.archive-grid .item:hover, .archive-grid .item:focus {
  text-decoration: none;
  margin-top: -10px;
}
.archive-grid .item .no-events a {
  pointer-events: none;
  -ms-touch-action: none;
  touch-action: none;
}
.archive-grid .item .no-events a:hover, .archive-grid .item .no-events a:focus {
  margin-top: 0;
}
@media (min-width: 1080px) {
  .archive-grid .item:nth-child(8n+2) .image:before, .archive-grid .item:nth-child(8n+4) .image:before, .archive-grid .item:nth-child(8n+5) .image:before, .archive-grid .item:nth-child(8n+7) .image:before {
    background-color: #f6643d;
  }
}
@media (max-width: 767px) {
  .archive-grid .item h5.title {
    margin: 31px 0 0;
  }
  .archive-grid .item h6.type {
    margin: 20px 0 0;
  }
}
@media (min-width: 480px) and (max-width: 1079px) {
  .archive-grid .item:nth-child(4n+2) .image:before, .archive-grid .item:nth-child(4n+3) .image:before {
    background-color: #f6643d;
  }
}
@media (max-width: 479px) {
  .archive-grid .item:nth-child(even) .image:before {
    background-color: #f6643d;
  }
}
.archive-grid.grid-member .item {
  text-decoration: none;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.archive-grid.grid-member .item h5.name {
  line-height: 1.4;
  margin: 34px 0 0;
  font-weight: 600;
}
.archive-grid.grid-member .item h6.title {
  letter-spacing: 0.025em;
  line-height: 1.375;
  text-transform: uppercase;
  margin: 9px 0 0;
}
.archive-grid.grid-member .item .image {
  position: relative;
}
.archive-grid.grid-member .item .image .placeholder {
  padding-bottom: 114.285%;
}
.archive-grid.grid-member .item .image:before {
  content: "";
  width: 100px;
  height: 20px;
  left: 0;
  top: -20px;
  background-color: #af008b;
  position: absolute;
  z-index: 3;
}
.archive-grid.grid-member .item .image:after {
  content: "";
  width: 180px;
  height: 20px;
  right: 0;
  bottom: -20px;
  background-color: #e5e5e5;
  position: absolute;
  z-index: 3;
}
.archive-grid.grid-member .item:hover, .archive-grid.grid-member .item:focus {
  text-decoration: none;
  margin-top: -10px;
}
.archive-grid.grid-member .item .no-events a {
  pointer-events: none;
  -ms-touch-action: none;
  touch-action: none;
}
.archive-grid.grid-member .item .no-events a:hover, .archive-grid.grid-member .item .no-events a:focus {
  margin-top: 0;
}
@media (min-width: 1080px) {
  .archive-grid.grid-member .item:nth-child(8n+2) .image:before, .archive-grid.grid-member .item:nth-child(8n+4) .image:before, .archive-grid.grid-member .item:nth-child(8n+5) .image:before, .archive-grid.grid-member .item:nth-child(8n+7) .image:before {
    background-color: #f6643d;
  }
}
@media (min-width: 480px) and (max-width: 1079px) {
  .archive-grid.grid-member .item:nth-child(4n+2) .image:before, .archive-grid.grid-member .item:nth-child(4n+3) .image:before {
    background-color: #f6643d;
  }
}
@media (max-width: 479px) {
  .archive-grid.grid-member .item:nth-child(even) .image:before {
    background-color: #f6643d;
  }
}
.archive-grid.grid-client-stories .item {
  text-decoration: none;
  background-color: #000;
  border-radius: 25px;
  overflow: hidden;
}
.archive-grid.grid-client-stories .item:hover, .archive-grid.grid-client-stories .item:focus {
  margin-bottom: 10px;
}
.archive-grid.grid-client-stories .item aside {
  padding: 25px 26px 45px 30px;
}
.archive-grid.grid-client-stories .item h5.title {
  color: #fff;
  margin: 0;
}
.archive-grid.grid-client-stories .item h6.type {
  margin: 10px 0 0;
}
.archive-grid.grid-client-stories .item .image {
  position: relative;
}
.archive-grid.grid-client-stories .item .image .placeholder {
  padding-bottom: 64.1%;
}
.archive-grid.grid-client-stories .item .image:before {
  display: none;
}
.archive-grid.grid-client-stories .item .image:after {
  display: none;
}
@media (max-width: 767px) {
  .archive-grid .item .content {
    padding: 20px 0;
  }
  .archive-grid .item h3.title {
    font-size: 21px;
  }
  .archive-grid .item h4.type {
    font-size: 14px;
  }
  .archive-grid.grid-member .item h3.name {
    font-size: 21px;
  }
  .archive-grid.grid-member .item h4.credentials {
    font-size: 18px;
  }
  .archive-grid.grid-member .item h5.title {
    font-size: 14px;
  }
  .archive-grid.grid-case-studies .item h3.title {
    font-size: 21px;
  }
  .archive-grid.grid-case-studies .item h4.type {
    font-size: 14px;
    margin: 10px 0 0;
  }
}

.module.stats {
  margin: 0;
  background-image: url("assets/images/stats-backdrop-web.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  color: #fff;
  padding-top: 85px;
  padding-bottom: 80px;
}
.module.stats .stats-grid-outer {
  display: grid;
  grid-template-columns: 255px auto;
  -webkit-column-gap: 78px;
  -moz-column-gap: 78px;
  column-gap: 78px;
  grid-template-areas: "statsheader statsnumbers";
}
.module.stats .stats-grid-outer .h3 {
  grid-area: statsheader;
  color: #fff;
}
.module.stats .stats-grid-outer .stats-grid-inner {
  grid-area: statsnumbers;
  color: #fff;
  display: grid;
  -webkit-column-gap: 70px;
  -moz-column-gap: 70px;
  column-gap: 70px;
  row-gap: 40px;
}
.module.stats .stats-grid-outer .stats-grid-inner.one-per-row {
  grid-template-columns: 100%;
}
.module.stats .stats-grid-outer .stats-grid-inner.two-per-row {
  grid-template-columns: repeat(2, 1fr);
}
.module.stats .stats-grid-outer .stats-grid-inner.three-per-row {
  grid-template-columns: repeat(3, 1fr);
}
.module.stats .stats-grid-outer .stats-grid-inner .item {
  border-top: 2px solid #ffc845;
  padding-top: 20px;
}
.module.stats .stats-grid-outer .stats-grid-inner .number {
  font-family: "Montserrat", sans-serif;
  color: #fff;
  font-size: 86px;
  line-height: 110px;
  font-weight: 700;
}
.module.stats .stats-grid-outer .stats-grid-inner .description {
  font-family: "Inter", sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  padding-right: 15px;
}
@media (min-width: 1080px) and (max-width: 1199px) {
  .module.stats .stats-grid-outer {
    grid-template-columns: 100%;
    grid-template-areas: "statsheader" "statsnumbers";
    row-gap: 30px;
  }
}
@media (min-width: 768px) and (max-width: 1079px) {
  .module.stats .stats-grid-outer {
    grid-template-columns: 100%;
    grid-template-areas: "statsheader" "statsnumbers";
    row-gap: 30px;
  }
  .module.stats .stats-grid-outer .stats-grid-inner {
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px;
  }
  .module.stats .stats-grid-outer .stats-grid-inner .number {
    font-size: 64px;
    line-height: 80px;
  }
}
@media (max-width: 767px) {
  .module.stats .stats-grid-outer {
    grid-template-columns: 100%;
    grid-template-areas: "statsheader" "statsnumbers";
    row-gap: 30px;
  }
  .module.stats .stats-grid-outer .stats-grid-inner {
    row-gap: 30px;
  }
  .module.stats .stats-grid-outer .stats-grid-inner.one-per-row, .module.stats .stats-grid-outer .stats-grid-inner.two-per-row, .module.stats .stats-grid-outer .stats-grid-inner.three-per-row {
    grid-template-columns: 100%;
  }
  .module.stats .stats-grid-outer .stats-grid-inner .number {
    font-size: 40px;
    line-height: 56px;
  }
  .module.stats .stats-grid-outer .stats-grid-inner .description {
    padding-right: 0;
  }
}

.module.subpage-hero {
  background-color: #000;
  margin: 0;
  width: 100%;
}
.module.subpage-hero .mask-container {
  position: relative;
  width: 100%;
  height: 130px;
  overflow: hidden;
}
.module.subpage-hero .mask-container svg {
  width: 1920px;
  height: 130px;
  stroke: #fff;
}
.module.subpage-hero .mask-container img {
  width: 1920px;
  height: 130px;
  min-width: 1920px;
  min-height: 130px;
}
.module.subpage-hero.theme-blue {
  background-image: -webkit-gradient(linear, left top, right top, from(#000), to(#1900a6));
  background-image: linear-gradient(to right, #000, #1900a6);
}
.module.subpage-hero.theme-orange {
  background-image: -webkit-gradient(linear, left top, right top, from(#000), to(#f6643d));
  background-image: linear-gradient(to right, #000, #f6643d);
}
.module.subpage-hero.theme-purple {
  background-image: -webkit-gradient(linear, left top, right top, from(#000), to(#af008b));
  background-image: linear-gradient(to right, #000, #af008b);
}
.module.subpage-hero.theme-teal {
  background-image: -webkit-gradient(linear, left top, right top, from(#000), to(#00afd7));
  background-image: linear-gradient(to right, #000, #00afd7);
}
.module.subpage-hero.theme-green {
  background-image: -webkit-gradient(linear, left top, right top, from(#000), to(#00a98e));
  background-image: linear-gradient(to right, #000, #00a98e);
}
.module.subpage-hero.theme-yellow {
  background-image: -webkit-gradient(linear, left top, right top, from(#000), to(#ffc845));
  background-image: linear-gradient(to right, #000, #ffc845);
}
@media (max-width: 767px) {
  .module.subpage-hero .mask-container {
    height: 85px;
  }
}

.module.testimonial {
  background-color: #f2f2f2;
  margin: 0;
  padding: 77px 0 0 0;
}
.module.testimonial .testimonials-grid {
  width: 100%;
  max-width: 100%;
  display: grid;
  grid-template-columns: 508px calc(100% - 613px);
  -webkit-column-gap: 105px;
  -moz-column-gap: 105px;
  column-gap: 105px;
  height: 523px;
}
.module.testimonial .banner {
  position: relative;
  justify-items: end;
  max-height: 523px;
  overflow: hidden;
  padding-top: 77px;
}
.module.testimonial .banner img {
  -webkit-mask-image: url('data:image/svg+xml,<svg width="508" height="523" version="1.1" viewBox="0 0 508 523" xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="none"><g transform="translate(-217.079,-3607)" clip-path="url(%23clip-path)" data-name="Mask - Image"><path transform="translate(218.155,3607)" d="m262.924 0v523h113.918l130.082-130.084v-392.916z" style="stroke-width:0"/></g></svg>');
  mask-image: url('data:image/svg+xml,<svg width="508" height="523" version="1.1" viewBox="0 0 508 523" xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="none"><g transform="translate(-217.079,-3607)" clip-path="url(%23clip-path)" data-name="Mask - Image"><path transform="translate(218.155,3607)" d="m262.924 0v523h113.918l130.082-130.084v-392.916z" style="stroke-width:0"/></g></svg>');
  -webkit-mask-size: 508px 523px;
  mask-size: 508px 523px;
  -webkit-mask-position: 0 34px;
  mask-position: 0 34px;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  position: absolute;
  top: -34px;
  right: 0;
}
.module.testimonial .banner svg {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  height: 218px;
}
.module.testimonial h3 {
  margin: 0;
}
.module.testimonial .dot-container {
  margin: 37px 0 36px 0;
}
.module.testimonial .dot-container .slick-dots {
  gap: 15px;
}
@media (min-width: 1200px) {
  .module.testimonial blockquote {
    width: calc(100% - 150px);
  }
}
@media (min-width: 1200px) and (max-width: 1439px) {
  .module.testimonial .testimonials-grid {
    grid-template-columns: 360px calc(100% - 440px);
    height: 420px;
    -webkit-column-gap: 80px;
    -moz-column-gap: 80px;
    column-gap: 80px;
  }
  .module.testimonial blockquote p {
    font-size: 21px;
    line-height: 30px;
  }
  .module.testimonial .banner img {
    width: 360px;
    height: auto;
    top: -16px;
    left: 10px;
    -webkit-mask-position: -10px -26px;
    mask-position: -10px -26px;
    -webkit-mask-size: 360px 523px;
    mask-size: 360px 523px;
  }
  .module.testimonial .banner svg {
    width: 360px;
    height: auto;
    aspect-ratio: 508/218;
  }
}
@media (min-width: 1080px) {
  .module.testimonial .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .module.testimonial .content-inner {
    width: 100%;
    padding-bottom: 52px;
  }
}
@media (max-width: 1199px) {
  .module.testimonial {
    padding: 40px 0 40px 0;
  }
  .module.testimonial .testimonials-grid {
    display: block;
    height: unset;
  }
  .module.testimonial .banner {
    display: none;
  }
}
/*# sourceMappingURL=style.css.map */
