/*
Theme Name: MakeMoreNow.org
Author: Paul Werth, Mark Fidler
Description:
Version: 1.0
*/
.debug {
  outline: 1px dotted rgba(255, 0, 0, 0.5);
}
.debug * {
  outline: 1px dotted rgba(255, 0, 0, 0.5);
}
.backgroundCover {
  background-image: url('https://via.placeholder.com/1000x1000/?text=!');
  background-color: #fff;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.absFill {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}
.linkLineAnimation {
  display: inline-block;
  position: relative;
  -webkit-transition: transform 400ms;
  -moz-transition: transform 400ms;
  transition: transform 400ms;
}
.linkLineAnimation:before {
  content: '';
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
  width: 0;
  height: 3px;
  margin-top: 3px;
  background: #F63440;
  -webkit-transition: width 400ms;
  -moz-transition: width 400ms;
  transition: width 400ms;
}
.linkLineAnimation:hover:before {
  width: 100%;
}
.solidButtonHover {
  background-size: 100% 200%;
  background-image: linear-gradient(to bottom, #F6414D 50%, #c12932 50%);
  -webkit-transition: background-position 200ms;
  -moz-transition: background-position 200ms;
  transition: background-position 200ms;
}
.solidButtonHover:hover {
  background-position: 0 100%;
}
.solidButton {
  display: inline-block;
  background: #FB09FA;
  padding: 22px 30px;
  color: #fff;
  font-size: clamp(23.25px, 1.5599999999999998vw, 30px);
  line-height: 1;
  /*@media (max-width: 1450px) {
      @newSize: (@sizeValue * .75);
      font-size: ~"clamp(16px, @{newSize}px, 100px)";
    }*/
  font-weight: 800;
  text-decoration: none;
  letter-spacing: 3px;
}
.wysiwygStyles ol {
  list-style-type: decimal;
}
.wysiwygStyles ul {
  list-style-type: disc;
}
.wysiwygStyles ul,
.wysiwygStyles ol {
  margin-left: 2em;
  margin-bottom: 1.5em;
}
.wysiwygStyles ul li,
.wysiwygStyles ol li {
  margin-bottom: 0.5em;
}
.wysiwygStyles ul li:last-child,
.wysiwygStyles ol li:last-child {
  margin-bottom: 0;
}
.wysiwygStyles ul:last-child,
.wysiwygStyles ol:last-child {
  margin-bottom: 0;
}
.wysiwygStyles ul > li > ul,
.wysiwygStyles ol > li > ul {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.signupStyles {
  width: 302px;
  max-width: 100%;
  margin: 0 auto 70px;
  text-align: center;
  position: relative;
}
.signupStyles textarea,
.signupStyles input {
  color: #434343;
  font-family: 'Plus Jakarta Sans', 'Arial', sans-serif;
  font-size: 18px;
  font-style: normal;
  line-height: normal;
  padding: 13px 20px;
  border: 1px solid #D7D7D7;
  background-color: #F7F7F7;
}
.signupStyles textarea::-webkit-input-placeholder,
.signupStyles input::-webkit-input-placeholder {
  color: #434343;
  font-style: normal;
}
.signupStyles textarea::-moz-placeholder,
.signupStyles input::-moz-placeholder {
  color: #434343;
  font-style: normal;
}
.signupStyles textarea:-ms-input-placeholder,
.signupStyles input:-ms-input-placeholder {
  color: #434343;
  font-style: normal;
}
.signupStyles textarea:-moz-placeholder,
.signupStyles input:-moz-placeholder {
  color: #434343;
  font-style: normal;
}
.signupStyles .nf-field-label {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}
.signupStyles .nf-field-container {
  margin-bottom: 20px;
}
.signupStyles .nf-error-msg {
  margin-right: 0;
  color: #D62938;
}
.signupStyles #nf-field-12-container {
  margin-bottom: 10px;
}
.signupStyles input[type="button"] {
  background: #D62938;
  color: #FFF;
  display: inline-block;
  font-family: 'Plus Jakarta Sans', 'Arial', sans-serif;
  font-size: 15px;
  font-weight: 800;
  letter-spacing: 4px;
  line-height: 20/15;
  padding: 14px 24px;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}
.signupStyles input[type="button"]:hover {
  background: #6b141c;
}
.signupStyles .nf-response-msg {
  color: #2A2A2A;
  font-size: 18px;
  line-height: 23/18;
  text-align: center;
}
.signupStyles .nf-error.field-wrap .nf-field-element:after {
  background: #D62938;
}
.signupStyles .nf-error .ninja-forms-field {
  border-color: #D62938 !important;
}
/*! destyle.css v1.0.11 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model
   ========================================================================== */
* {
  box-sizing: border-box;
}
::before,
::after {
  box-sizing: inherit;
}
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/
}
/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}
/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}
/* Vertical rhythm
   ========================================================================== */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}
/* Headings
   ========================================================================== */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}
/* Lists (enumeration)
   ========================================================================== */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
/* Lists (definition)
   ========================================================================== */
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  border: 0;
  border-top: 1px solid;
  margin: 0;
  clear: both;
  color: inherit;
}
/**
 * 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: inherit;
  /* 2 */
}
address {
  font-style: inherit;
}
/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}
/**
 * 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 */
  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: inherit;
  /* 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;
  vertical-align: bottom;
}
embed,
object,
iframe {
  border: 0;
  vertical-align: bottom;
}
/* Forms
   ========================================================================== */
/**
 * Reset form fields to make them styleable
 * 1. Reset radio and checkbox to preserve their look in iOS.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}
[type='checkbox'] {
  /* 1 */
  -webkit-appearance: checkbox;
  appearance: checkbox;
}
[type='radio'] {
  /* 1 */
  -webkit-appearance: radio;
  appearance: radio;
}
/**
 * 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'] {
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}
button[disabled],
[type='button'][disabled],
[type='reset'][disabled],
[type='submit'][disabled] {
  cursor: default;
}
/**
 * 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;
}
/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  border: 0;
  min-width: 0;
}
/**
 * 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 {
  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. Remove the padding in IE 10.
 */
[type='checkbox'],
[type='radio'] {
  padding: 0;
  /* 1 */
}
/**
 * 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 outline style in Safari.
 */
[type='search'] {
  outline-offset: -2px;
  /* 1 */
}
/**
 * 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 */
}
/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}
/* 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;
}
/* Table
   ========================================================================== */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
caption {
  text-align: left;
}
td,
th {
  vertical-align: top;
}
th {
  text-align: left;
  font-weight: bold;
}
/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}
/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}
@keyframes blinker {
  from {
    opacity: 0.75;
  }
  50% {
    opacity: 0;
  }
  to {
    opacity: 0.75;
  }
}
@keyframes zoomin {
  to {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes flipin {
  to {
    transform: rotateY(0deg) scale(1);
    opacity: 1;
  }
}
@keyframes slidein {
  to {
    right: 0;
  }
}
/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 15px 15px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}
.hamburger:hover {
  opacity: 0.7;
}
.hamburger.is-active:hover {
  opacity: 0.7;
}
.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: #1C5775;
}
.hamburger-box {
  width: 40px;
  height: 24px;
  display: inline-block;
  position: relative;
}
.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}
.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
  width: 40px;
  height: 4px;
  background-color: #1C5775;
  border-radius: 4px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}
.hamburger-inner::before,
.hamburger-inner::after {
  content: "";
  display: block;
}
.hamburger-inner::before {
  top: -10px;
}
.hamburger-inner::after {
  bottom: -10px;
}
/*
   * 3DX
   */
.hamburger--3dx .hamburger-box {
  perspective: 80px;
}
.hamburger--3dx .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dx .hamburger-inner::before,
.hamburger--3dx .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dx.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateY(180deg);
}
.hamburger--3dx.is-active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--3dx.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}
/*
   * 3DX Reverse
   */
.hamburger--3dx-r .hamburger-box {
  perspective: 80px;
}
.hamburger--3dx-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dx-r .hamburger-inner::before,
.hamburger--3dx-r .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dx-r.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateY(-180deg);
}
.hamburger--3dx-r.is-active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--3dx-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}
/*
   * 3DY
   */
.hamburger--3dy .hamburger-box {
  perspective: 80px;
}
.hamburger--3dy .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dy .hamburger-inner::before,
.hamburger--3dy .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dy.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(-180deg);
}
.hamburger--3dy.is-active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--3dy.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}
/*
   * 3DY Reverse
   */
.hamburger--3dy-r .hamburger-box {
  perspective: 80px;
}
.hamburger--3dy-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dy-r .hamburger-inner::before,
.hamburger--3dy-r .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dy-r.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(180deg);
}
.hamburger--3dy-r.is-active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--3dy-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}
/*
   * 3DXY
   */
.hamburger--3dxy .hamburger-box {
  perspective: 80px;
}
.hamburger--3dxy .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dxy .hamburger-inner::before,
.hamburger--3dxy .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dxy.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(180deg) rotateY(180deg);
}
.hamburger--3dxy.is-active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--3dxy.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}
/*
   * 3DXY Reverse
   */
.hamburger--3dxy-r .hamburger-box {
  perspective: 80px;
}
.hamburger--3dxy-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dxy-r .hamburger-inner::before,
.hamburger--3dxy-r .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dxy-r.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(180deg) rotateY(180deg) rotateZ(-180deg);
}
.hamburger--3dxy-r.is-active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--3dxy-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}
/*
   * Arrow
   */
.hamburger--arrow.is-active .hamburger-inner::before {
  transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}
.hamburger--arrow.is-active .hamburger-inner::after {
  transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1);
}
/*
   * Arrow Right
   */
.hamburger--arrow-r.is-active .hamburger-inner::before {
  transform: translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1);
}
.hamburger--arrow-r.is-active .hamburger-inner::after {
  transform: translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}
/*
   * Arrow Alt
   */
.hamburger--arrowalt .hamburger-inner::before {
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hamburger--arrowalt .hamburger-inner::after {
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hamburger--arrowalt.is-active .hamburger-inner::before {
  top: 0;
  transform: translate3d(-8px, -10px, 0) rotate(-45deg) scale(0.7, 1);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}
.hamburger--arrowalt.is-active .hamburger-inner::after {
  bottom: 0;
  transform: translate3d(-8px, 10px, 0) rotate(45deg) scale(0.7, 1);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}
/*
   * Arrow Alt Right
   */
.hamburger--arrowalt-r .hamburger-inner::before {
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hamburger--arrowalt-r .hamburger-inner::after {
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hamburger--arrowalt-r.is-active .hamburger-inner::before {
  top: 0;
  transform: translate3d(8px, -10px, 0) rotate(45deg) scale(0.7, 1);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}
.hamburger--arrowalt-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: translate3d(8px, 10px, 0) rotate(-45deg) scale(0.7, 1);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}
/*
   * Arrow Turn
   */
.hamburger--arrowturn.is-active .hamburger-inner {
  transform: rotate(-180deg);
}
.hamburger--arrowturn.is-active .hamburger-inner::before {
  transform: translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1);
}
.hamburger--arrowturn.is-active .hamburger-inner::after {
  transform: translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}
/*
   * Arrow Turn Right
   */
.hamburger--arrowturn-r.is-active .hamburger-inner {
  transform: rotate(-180deg);
}
.hamburger--arrowturn-r.is-active .hamburger-inner::before {
  transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}
.hamburger--arrowturn-r.is-active .hamburger-inner::after {
  transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1);
}
/*
   * Boring
   */
.hamburger--boring .hamburger-inner,
.hamburger--boring .hamburger-inner::before,
.hamburger--boring .hamburger-inner::after {
  transition-property: none;
}
.hamburger--boring.is-active .hamburger-inner {
  transform: rotate(45deg);
}
.hamburger--boring.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}
.hamburger--boring.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
}
/*
   * Collapse
   */
.hamburger--collapse .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse .hamburger-inner::after {
  top: -20px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}
.hamburger--collapse .hamburger-inner::before {
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse.is-active .hamburger-inner {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--collapse.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
}
.hamburger--collapse.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(-90deg);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}
/*
   * Collapse Reverse
   */
.hamburger--collapse-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse-r .hamburger-inner::after {
  top: -20px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}
.hamburger--collapse-r .hamburger-inner::before {
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse-r.is-active .hamburger-inner {
  transform: translate3d(0, -10px, 0) rotate(45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--collapse-r.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
}
.hamburger--collapse-r.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(90deg);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}
/*
   * Elastic
   */
.hamburger--elastic .hamburger-inner {
  top: 2px;
  transition-duration: 0.275s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic .hamburger-inner::before {
  top: 10px;
  transition: opacity 0.125s 0.275s ease;
}
.hamburger--elastic .hamburger-inner::after {
  top: 20px;
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(135deg);
  transition-delay: 0.075s;
}
.hamburger--elastic.is-active .hamburger-inner::before {
  transition-delay: 0s;
  opacity: 0;
}
.hamburger--elastic.is-active .hamburger-inner::after {
  transform: translate3d(0, -20px, 0) rotate(-270deg);
  transition-delay: 0.075s;
}
/*
   * Elastic Reverse
   */
.hamburger--elastic-r .hamburger-inner {
  top: 2px;
  transition-duration: 0.275s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic-r .hamburger-inner::before {
  top: 10px;
  transition: opacity 0.125s 0.275s ease;
}
.hamburger--elastic-r .hamburger-inner::after {
  top: 20px;
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic-r.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(-135deg);
  transition-delay: 0.075s;
}
.hamburger--elastic-r.is-active .hamburger-inner::before {
  transition-delay: 0s;
  opacity: 0;
}
.hamburger--elastic-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -20px, 0) rotate(270deg);
  transition-delay: 0.075s;
}
/*
   * Emphatic
   */
.hamburger--emphatic {
  overflow: hidden;
}
.hamburger--emphatic .hamburger-inner {
  transition: background-color 0.125s 0.175s ease-in;
}
.hamburger--emphatic .hamburger-inner::before {
  left: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in;
}
.hamburger--emphatic .hamburger-inner::after {
  top: 10px;
  right: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in;
}
.hamburger--emphatic.is-active .hamburger-inner {
  transition-delay: 0s;
  transition-timing-function: ease-out;
  background-color: transparent !important;
}
.hamburger--emphatic.is-active .hamburger-inner::before {
  left: -80px;
  top: -80px;
  transform: translate3d(80px, 80px, 0) rotate(45deg);
  transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.hamburger--emphatic.is-active .hamburger-inner::after {
  right: -80px;
  top: -80px;
  transform: translate3d(-80px, 80px, 0) rotate(-45deg);
  transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}
/*
   * Emphatic Reverse
   */
.hamburger--emphatic-r {
  overflow: hidden;
}
.hamburger--emphatic-r .hamburger-inner {
  transition: background-color 0.125s 0.175s ease-in;
}
.hamburger--emphatic-r .hamburger-inner::before {
  left: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in;
}
.hamburger--emphatic-r .hamburger-inner::after {
  top: 10px;
  right: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in;
}
.hamburger--emphatic-r.is-active .hamburger-inner {
  transition-delay: 0s;
  transition-timing-function: ease-out;
  background-color: transparent !important;
}
.hamburger--emphatic-r.is-active .hamburger-inner::before {
  left: -80px;
  top: 80px;
  transform: translate3d(80px, -80px, 0) rotate(-45deg);
  transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.hamburger--emphatic-r.is-active .hamburger-inner::after {
  right: -80px;
  top: 80px;
  transform: translate3d(-80px, -80px, 0) rotate(45deg);
  transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}
/*
   * Minus
   */
.hamburger--minus .hamburger-inner::before,
.hamburger--minus .hamburger-inner::after {
  transition: bottom 0.08s 0s ease-out, top 0.08s 0s ease-out, opacity 0s linear;
}
.hamburger--minus.is-active .hamburger-inner::before,
.hamburger--minus.is-active .hamburger-inner::after {
  opacity: 0;
  transition: bottom 0.08s ease-out, top 0.08s ease-out, opacity 0s 0.08s linear;
}
.hamburger--minus.is-active .hamburger-inner::before {
  top: 0;
}
.hamburger--minus.is-active .hamburger-inner::after {
  bottom: 0;
}
/*
   * Slider
   */
.hamburger--slider .hamburger-inner {
  top: 2px;
}
.hamburger--slider .hamburger-inner::before {
  top: 10px;
  transition-property: transform, opacity;
  transition-timing-function: ease;
  transition-duration: 0.15s;
}
.hamburger--slider .hamburger-inner::after {
  top: 20px;
}
.hamburger--slider.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--slider.is-active .hamburger-inner::before {
  transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
  opacity: 0;
}
.hamburger--slider.is-active .hamburger-inner::after {
  transform: translate3d(0, -20px, 0) rotate(-90deg);
}
/*
   * Slider Reverse
   */
.hamburger--slider-r .hamburger-inner {
  top: 2px;
}
.hamburger--slider-r .hamburger-inner::before {
  top: 10px;
  transition-property: transform, opacity;
  transition-timing-function: ease;
  transition-duration: 0.15s;
}
.hamburger--slider-r .hamburger-inner::after {
  top: 20px;
}
.hamburger--slider-r.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(-45deg);
}
.hamburger--slider-r.is-active .hamburger-inner::before {
  transform: rotate(45deg) translate3d(5.71429px, -6px, 0);
  opacity: 0;
}
.hamburger--slider-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -20px, 0) rotate(90deg);
}
/*
   * Spin
   */
.hamburger--spin .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin .hamburger-inner::before {
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}
.hamburger--spin .hamburger-inner::after {
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin.is-active .hamburger-inner {
  transform: rotate(225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--spin.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}
.hamburger--spin.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}
/*
   * Spin Reverse
   */
.hamburger--spin-r .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin-r .hamburger-inner::before {
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}
.hamburger--spin-r .hamburger-inner::after {
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin-r.is-active .hamburger-inner {
  transform: rotate(-225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--spin-r.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}
.hamburger--spin-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(90deg);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}
/*
   * Spring
   */
.hamburger--spring .hamburger-inner {
  top: 2px;
  transition: background-color 0s 0.13s linear;
}
.hamburger--spring .hamburger-inner::before {
  top: 10px;
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring .hamburger-inner::after {
  top: 20px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring.is-active .hamburger-inner {
  transition-delay: 0.22s;
  background-color: transparent !important;
}
.hamburger--spring.is-active .hamburger-inner::before {
  top: 0;
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--spring.is-active .hamburger-inner::after {
  top: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, 10px, 0) rotate(-45deg);
}
/*
   * Spring Reverse
   */
.hamburger--spring-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring-r .hamburger-inner::after {
  top: -20px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0s linear;
}
.hamburger--spring-r .hamburger-inner::before {
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring-r.is-active .hamburger-inner {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--spring-r.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0s 0.22s linear;
}
.hamburger--spring-r.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(90deg);
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
}
/*
   * Stand
   */
.hamburger--stand .hamburger-inner {
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear;
}
.hamburger--stand .hamburger-inner::before {
  transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--stand .hamburger-inner::after {
  transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--stand.is-active .hamburger-inner {
  transform: rotate(90deg);
  background-color: transparent !important;
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear;
}
.hamburger--stand.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(-45deg);
  transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--stand.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(45deg);
  transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}
/*
   * Stand Reverse
   */
.hamburger--stand-r .hamburger-inner {
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear;
}
.hamburger--stand-r .hamburger-inner::before {
  transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--stand-r .hamburger-inner::after {
  transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--stand-r.is-active .hamburger-inner {
  transform: rotate(-90deg);
  background-color: transparent !important;
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear;
}
.hamburger--stand-r.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(-45deg);
  transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--stand-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(45deg);
  transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}
/*
   * Squeeze
   */
.hamburger--squeeze .hamburger-inner {
  transition-duration: 0.075s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--squeeze .hamburger-inner::before {
  transition: top 0.075s 0.12s ease, opacity 0.075s ease;
}
.hamburger--squeeze .hamburger-inner::after {
  transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--squeeze.is-active .hamburger-inner {
  transform: rotate(45deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--squeeze.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.075s ease, opacity 0.075s 0.12s ease;
}
.hamburger--squeeze.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}
/*
   * Vortex
   */
.hamburger--vortex .hamburger-inner {
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.hamburger--vortex .hamburger-inner::before,
.hamburger--vortex .hamburger-inner::after {
  transition-duration: 0s;
  transition-delay: 0.1s;
  transition-timing-function: linear;
}
.hamburger--vortex .hamburger-inner::before {
  transition-property: top, opacity;
}
.hamburger--vortex .hamburger-inner::after {
  transition-property: bottom, transform;
}
.hamburger--vortex.is-active .hamburger-inner {
  transform: rotate(765deg);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.hamburger--vortex.is-active .hamburger-inner::before,
.hamburger--vortex.is-active .hamburger-inner::after {
  transition-delay: 0s;
}
.hamburger--vortex.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}
.hamburger--vortex.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(90deg);
}
/*
   * Vortex Reverse
   */
.hamburger--vortex-r .hamburger-inner {
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.hamburger--vortex-r .hamburger-inner::before,
.hamburger--vortex-r .hamburger-inner::after {
  transition-duration: 0s;
  transition-delay: 0.1s;
  transition-timing-function: linear;
}
.hamburger--vortex-r .hamburger-inner::before {
  transition-property: top, opacity;
}
.hamburger--vortex-r .hamburger-inner::after {
  transition-property: bottom, transform;
}
.hamburger--vortex-r.is-active .hamburger-inner {
  transform: rotate(-765deg);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.hamburger--vortex-r.is-active .hamburger-inner::before,
.hamburger--vortex-r.is-active .hamburger-inner::after {
  transition-delay: 0s;
}
.hamburger--vortex-r.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}
.hamburger--vortex-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
}
html {
  font-size: 62.5%;
  height: 100%;
}
body {
  box-sizing: border-box;
  letter-spacing: 0;
  font-family: 'Plus Jakarta Sans', 'Arial', sans-serif;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1;
  font-weight: 400;
  color: #000;
  background: #FFF;
  min-width: 315px;
  overflow-x: hidden;
}
body *,
body *:before,
body *:after {
  box-sizing: inherit;
}
body.nav-open {
  overflow: hidden;
}
body img {
  max-width: 100%;
}
body p {
  margin: 0 0 1.5em 0;
}
body p:last-child {
  margin-bottom: 0;
}
body a {
  color: inherit;
  text-decoration: underline;
}
body .wp-block {
  max-width: 1200px !important;
}
body .fas,
body .fa-solid {
  font-family: fontawesome;
  font-style: normal;
}
body .nf-response-msg {
  color: #3B3C3E;
  font-family: 'Plus Jakarta Sans', 'Arial', sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 1.875;
  margin-bottom: 10px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  body .nf-response-msg {
    font-size: 18px;
    line-height: 1.5;
  }
}
body section .nf-form-cont form .nf-form-content {
  padding: 0;
}
body section .nf-form-cont form .nf-form-fields-required {
  display: none;
}
body section .nf-form-cont form .ninja-forms-req-symbol {
  color: #3B3C3E;
}
body section .nf-form-cont form .nf-field-label {
  margin-bottom: 8px;
}
body section .nf-form-cont form .nf-field-container {
  margin-bottom: 35px;
}
body section .nf-form-cont form label {
  color: #97999B;
  font-size: clamp(15.5px, 1.04vw, 20px);
  line-height: 1.4;
  /*@media (max-width: 1450px) {
      @newSize: (@sizeValue * .75);
      font-size: ~"clamp(16px, @{newSize}px, 100px)";
    }*/
  font-weight: 700;
}
body section .nf-form-cont form textarea {
  display: block;
  color: #000;
  font-family: 'Plus Jakarta Sans', 'Arial', sans-serif;
  font-size: clamp(15.5px, 1.04vw, 20px);
  line-height: 1.4;
  /*@media (max-width: 1450px) {
      @newSize: (@sizeValue * .75);
      font-size: ~"clamp(16px, @{newSize}px, 100px)";
    }*/
  font-weight: 700;
  background: #fff;
  border: 1px solid #2c425d;
  width: 100%;
  padding: 15px;
  margin-bottom: 0;
}
body section .nf-form-cont form textarea::-webkit-input-placeholder {
  color: #7B7B7B;
  font-style: italic;
}
body section .nf-form-cont form textarea::-moz-placeholder {
  color: #7B7B7B;
  font-style: italic;
}
body section .nf-form-cont form textarea:-ms-input-placeholder {
  color: #7B7B7B;
  font-style: italic;
}
body section .nf-form-cont form textarea:-moz-placeholder {
  color: #7B7B7B;
  font-style: italic;
}
body section .nf-form-cont form input {
  display: block;
  color: #000;
  font-family: 'Plus Jakarta Sans', 'Arial', sans-serif;
  font-size: clamp(15.5px, 1.04vw, 20px);
  line-height: 1.4;
  /*@media (max-width: 1450px) {
      @newSize: (@sizeValue * .75);
      font-size: ~"clamp(16px, @{newSize}px, 100px)";
    }*/
  font-weight: 700;
  background: #fff;
  border: 1px solid #2c425d;
  width: 100%;
  padding: 15px;
  margin-bottom: 0;
}
body section .nf-form-cont form input::-webkit-input-placeholder {
  color: #7B7B7B;
  font-style: italic;
}
body section .nf-form-cont form input::-moz-placeholder {
  color: #7B7B7B;
  font-style: italic;
}
body section .nf-form-cont form input:-ms-input-placeholder {
  color: #7B7B7B;
  font-style: italic;
}
body section .nf-form-cont form input:-moz-placeholder {
  color: #7B7B7B;
  font-style: italic;
}
body section .nf-form-cont form .nf-field-description {
  font-size: 18px;
  line-height: 1.2;
}
body section .nf-form-cont form .file_upload-wrap .nf-fu-button-cancel {
  display: none !important;
}
body section .nf-form-cont form .file_upload-wrap .nf-fu-fileinput-button {
  border: 1px solid #CCCCCC;
  border-radius: 32px;
  padding: 16px 60px;
  color: #3B3C3E;
  font-size: 24px;
  line-height: 1;
  font-weight: bold;
  margin-top: 40px;
}
body section .nf-form-cont form .file_upload-wrap [type="file"] {
  display: none !important;
}
body section .nf-form-cont form .file_upload-wrap .nf-fu-progress {
  height: auto;
  margin: 0;
}
body section .nf-form-cont form .file_upload-wrap .nf-fu-progress-bar-success {
  display: none;
}
body section .nf-form-cont form .submit-container input,
body section .nf-form-cont form .submit-container .type-submit,
body section .nf-form-cont form .submit-container [value="Submit"],
body section .nf-form-cont form .submit-container [type="submit"] {
  font-family: 'Plus Jakarta Sans', 'Arial', sans-serif;
  border: 0;
  display: inline-block;
  background: #FB09FA;
  padding: 22px 30px;
  color: #fff;
  font-size: clamp(23.25px, 1.5599999999999998vw, 30px);
  line-height: 1;
  /*@media (max-width: 1450px) {
      @newSize: (@sizeValue * .75);
      font-size: ~"clamp(16px, @{newSize}px, 100px)";
    }*/
  font-weight: 800;
  text-decoration: none;
  letter-spacing: 3px;
}
html {
  scroll-behavior: smooth;
}
body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  background: #231F20;
  background-image: url('/assets/background pattern.png');
  color: #fff;
}
body.nobg {
  background-image: none;
}
footer {
  position: relative;
  z-index: 20;
  background: #231F20;
  padding: 150px 7vw 90px 14vw;
}
@media (max-width: 900px) {
  footer {
    padding: 100px 5vw;
  }
}
footer .wrapper {
  display: flex;
  align-items: flex-start;
  gap: 7vw;
  row-gap: 50px;
}
@media (max-width: 900px) {
  footer .wrapper {
    flex-direction: column;
  }
}
footer .wrapper .logos {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  gap: 3.125vw;
  row-gap: 30px;
}
footer .wrapper .logos img {
  height: 60px;
  width: auto;
}
footer .wrapper .logos hr {
  flex-shrink: 0;
  align-self: stretch;
  width: 1px;
  height: 60px;
  border: 0;
  background: #fff;
}
footer .wrapper .copy {
  color: #fff;
  font-size: 14px;
  line-height: 22px;
}
.debug {
  outline: 1px dotted rgba(255, 0, 0, 0.25);
}
.skiptomain {
  display: inline-block;
  background: #FB09FA;
  padding: 22px 30px;
  color: #fff;
  font-size: clamp(23.25px, 1.5599999999999998vw, 30px);
  line-height: 1;
  /*@media (max-width: 1450px) {
      @newSize: (@sizeValue * .75);
      font-size: ~"clamp(16px, @{newSize}px, 100px)";
    }*/
  font-weight: 800;
  text-decoration: none;
  letter-spacing: 3px;
  position: absolute;
  left: -99999px;
  top: auto;
  overflow: hidden;
}
.skiptomain:focus {
  left: 0;
}
.applynow {
  position: fixed;
  z-index: 10;
  bottom: 5vw;
  right: 5vw;
  display: inline-block;
  background: #FB09FA;
  padding: 22px 30px;
  color: #fff;
  font-size: clamp(23.25px, 1.5599999999999998vw, 30px);
  line-height: 1;
  /*@media (max-width: 1450px) {
      @newSize: (@sizeValue * .75);
      font-size: ~"clamp(16px, @{newSize}px, 100px)";
    }*/
  font-weight: 800;
  text-decoration: none;
  letter-spacing: 3px;
  width: 180px;
  height: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 25px;
  border-radius: 50%;
  box-shadow: 0px 0px 30px #000000BF;
}
@media (max-width: 1400px) {
  .applynow {
    width: 140px;
    height: 140px;
    right: 20px;
  }
}
.callout-intro .top {
  display: flex;
  gap: 4.65vw;
  row-gap: 50px;
  padding: 100px 10vw 0 5vw;
}
@media (max-width: 1050px) {
  .callout-intro .top {
    flex-direction: column;
    padding-top: 75px;
  }
}
@media (max-width: 780px) {
  .callout-intro .top {
    padding: 50px 5vw 0;
    justify-content: space-around;
  }
}
.callout-intro .top > .logo {
  flex: 1;
}
.callout-intro .nav {
  position: relative;
  z-index: 99;
  display: flex;
  gap: 4.65vw;
  align-items: center;
  justify-content: flex-end;
}
@media (max-width: 780px) {
  .callout-intro .nav {
    justify-content: space-around;
  }
}
.callout-intro .nav a {
  color: #FB09FA;
  font-size: clamp(17.05px, 1.144vw, 22px);
  line-height: 1.27272727;
  /*@media (max-width: 1450px) {
      @newSize: (@sizeValue * .75);
      font-size: ~"clamp(16px, @{newSize}px, 100px)";
    }*/
  font-weight: 800;
  text-decoration: none;
  text-align: center;
}
@media (max-width: 610px) {
  .callout-intro .nav a {
    font-size: 15px;
  }
}
.callout-intro .nav .lg-text {
  display: inline-block;
}
.callout-intro .nav .sm-text {
  display: none;
}
@media (max-width: 610px) {
  .callout-intro .nav .lg-text {
    display: none;
  }
  .callout-intro .nav .sm-text {
    display: inline-block;
  }
}
.callout-intro .patterns img,
.callout-intro .patterns svg {
  position: absolute;
  width: 18.75vw;
  height: auto;
  fill: red;
  color: red;
}
.callout-intro .patterns img:nth-child(1),
.callout-intro .patterns svg:nth-child(1) {
  width: 25vw;
  left: -7vw;
  top: 40vh;
}
.callout-intro .patterns img:nth-child(2),
.callout-intro .patterns svg:nth-child(2) {
  left: 5vw;
  top: 60vh;
}
.callout-intro .patterns img:nth-child(3),
.callout-intro .patterns svg:nth-child(3) {
  right: 10vw;
  top: 50vh;
  width: 15vw;
}
.callout-intro .patterns img:nth-child(4),
.callout-intro .patterns svg:nth-child(4) {
  width: 20vw;
  right: -5vw;
  top: 15vh;
}
.callout-intro .wrapper {
  padding: 120px 18vw 100px 5vw;
  position: relative;
  display: flex;
  flex-direction: row-reverse;
  gap: 5vw;
  row-gap: 50px;
}
@media (max-width: 1400px) {
  .callout-intro .wrapper {
    padding: 70px 18vw 70px 5vw;
  }
}
@media (max-width: 1050px) {
  .callout-intro .wrapper {
    padding: 70px 5vw;
  }
}
@media (max-width: 700px) {
  .callout-intro .wrapper {
    flex-direction: column;
    align-items: center;
    padding: 70px 5vw;
  }
}
.callout-intro .wrapper.lesspadding {
  padding-top: 40px;
  padding-bottom: 60px;
}
.callout-intro .wrapper .logo {
  width: 25vw;
  min-width: 350px;
}
@media (max-width: 1000px) {
  .callout-intro .wrapper .logo {
    width: 35vw;
    min-width: 0;
  }
}
@media (max-width: 700px) {
  .callout-intro .wrapper .logo {
    width: 250px;
  }
}
.callout-intro .wrapper .logo a svg {
  width: 100%;
  height: auto;
}
.callout-intro .wrapper .copy {
  flex: 1;
  font-size: clamp(17.05px, 1.144vw, 22px);
  line-height: 1.45454545;
  /*@media (max-width: 1450px) {
      @newSize: (@sizeValue * .75);
      font-size: ~"clamp(16px, @{newSize}px, 100px)";
    }*/
  font-weight: 500;
  text-wrap: balance;
}
.callout-intro .wrapper .copy p {
  margin-top: 30px;
}
.callout-intro .wrapper .copy h1 {
  font-size: clamp(55.800000000000004px, 3.7439999999999998vw, 72px);
  line-height: 1.25;
  /*@media (max-width: 1450px) {
      @newSize: (@sizeValue * .75);
      font-size: ~"clamp(16px, @{newSize}px, 100px)";
    }*/
  font-weight: bold;
}
.callout-intro .wrapper .copy .date {
  color: #F9F450;
  font-size: clamp(34.1px, 2.288vw, 44px);
  line-height: 1;
  /*@media (max-width: 1450px) {
      @newSize: (@sizeValue * .75);
      font-size: ~"clamp(16px, @{newSize}px, 100px)";
    }*/
  font-weight: bold;
}
.callout-intro .wrapper .button {
  flex-shrink: 0;
  width: 24vw;
  margin-top: 50px;
}
@media (max-width: 1080px) {
  .callout-intro .wrapper .button {
    width: auto;
  }
}
@media (max-width: 700px) {
  .callout-intro .wrapper .button {
    text-align: center;
  }
}
.callout-intro .wrapper .button a {
  display: inline-block;
  background: #FB09FA;
  padding: 22px 30px;
  color: #fff;
  font-size: clamp(23.25px, 1.5599999999999998vw, 30px);
  line-height: 1;
  /*@media (max-width: 1450px) {
      @newSize: (@sizeValue * .75);
      font-size: ~"clamp(16px, @{newSize}px, 100px)";
    }*/
  font-weight: 800;
  text-decoration: none;
  letter-spacing: 3px;
  text-align: center;
}
.callout-intro .people {
  pointer-events: none;
  position: absolute;
  top: 40%;
  right: 0;
}
@media (max-width: 1050px) {
  .callout-intro .people {
    top: 70%;
  }
}
@media (max-width: 700px) {
  .callout-intro .people {
    display: none;
  }
}
.callout-intro .people img {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  max-width: none;
}
.callout-intro .people img:nth-child(1) {
  width: 19.2708vw;
}
.callout-intro .people img:nth-child(2) {
  width: 13.3333vw;
  right: 7.75vw;
  margin-top: 50px;
}
.callout-intro-ended .top {
  display: flex;
  gap: 4.65vw;
  row-gap: 50px;
  padding: 100px 10vw 0 5vw;
}
@media (max-width: 1050px) {
  .callout-intro-ended .top {
    flex-direction: column;
    padding-top: 75px;
  }
}
@media (max-width: 780px) {
  .callout-intro-ended .top {
    padding: 50px 5vw 0;
    justify-content: space-around;
  }
}
.callout-intro-ended .top > .logo {
  flex: 1;
}
.callout-intro-ended .patterns img,
.callout-intro-ended .patterns svg {
  position: absolute;
  width: 18.75vw;
  height: auto;
  fill: red;
  color: red;
}
.callout-intro-ended .patterns img:nth-child(1),
.callout-intro-ended .patterns svg:nth-child(1) {
  width: 25vw;
  left: -7vw;
  top: 40vh;
}
.callout-intro-ended .patterns img:nth-child(2),
.callout-intro-ended .patterns svg:nth-child(2) {
  left: 5vw;
  top: 60vh;
}
.callout-intro-ended .patterns img:nth-child(3),
.callout-intro-ended .patterns svg:nth-child(3) {
  right: 10vw;
  top: 50vh;
  width: 15vw;
}
.callout-intro-ended .patterns img:nth-child(4),
.callout-intro-ended .patterns svg:nth-child(4) {
  width: 20vw;
  right: -5vw;
  top: 15vh;
}
.callout-intro-ended .wrapper {
  padding: 120px 12vw 100px 12vw;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5vw;
  row-gap: 50px;
}
.callout-intro-ended .wrapper .logo {
  width: 25vw;
  min-width: 350px;
}
@media (max-width: 1000px) {
  .callout-intro-ended .wrapper .logo {
    width: 35vw;
    min-width: 0;
  }
}
@media (max-width: 700px) {
  .callout-intro-ended .wrapper .logo {
    width: 250px;
  }
}
.callout-intro-ended .wrapper .logo a svg {
  width: 100%;
  height: auto;
}
.callout-intro-ended .wrapper .copy {
  flex: 1;
  font-size: clamp(24.8px, 1.664vw, 32px);
  line-height: 1.1875;
  /*@media (max-width: 1450px) {
      @newSize: (@sizeValue * .75);
      font-size: ~"clamp(16px, @{newSize}px, 100px)";
    }*/
  font-weight: 500;
  text-align: center;
  text-wrap: balance;
}
.callout-intro-ended .wrapper .copy p {
  margin-top: 30px;
}
.callout-benefits {
  position: relative;
  padding: 20px 23vw 100px 5vw;
}
@media (max-width: 700px) {
  .callout-benefits {
    padding: 20px 5vw 75px;
  }
}
.callout-benefits.phonetext {
  display: flex;
  padding: 0 5vw;
}
@media (max-width: 767px) {
  .callout-benefits.phonetext {
    flex-direction: column;
  }
}
.callout-benefits.phonetext .wrapper {
  padding-bottom: 50px;
}
.callout-benefits .phonetext {
  position: relative;
  align-self: flex-end;
  width: 41vw;
  margin-top: -100px;
}
@media (max-width: 767px) {
  .callout-benefits .phonetext {
    width: 100%;
    margin-top: 0;
  }
}
.callout-benefits .phonetext img {
  display: block;
  width: 100%;
}
.callout-benefits .phonetext .text {
  position: absolute;
  color: #F9F450;
  font-size: 1.75vw;
  line-height: 1.18;
  font-weight: 800;
  width: 11vw;
  top: 6vw;
  left: 7vw;
  animation: 2000ms fadein;
}
@media (max-width: 767px) {
  .callout-benefits .phonetext .text {
    font-size: 3.5vw;
    width: 21vw;
    top: 12vw;
    left: 16vw;
  }
}
@keyframes fadein {
  0% {
    transform: scale(0.8);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
.callout-benefits .wrapper {
  flex: 1;
}
.callout-benefits .wrapper .steps .heading {
  font-size: clamp(34.1px, 2.288vw, 44px);
  line-height: 1.13636364;
  /*@media (max-width: 1450px) {
      @newSize: (@sizeValue * .75);
      font-size: ~"clamp(16px, @{newSize}px, 100px)";
    }*/
  text-wrap: balance;
  font-weight: bold;
  margin-bottom: 50px;
}
.callout-benefits .wrapper .steps ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 45px;
}
@media (max-width: 1250px) {
  .callout-benefits .wrapper .steps ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }
}
@media (max-width: 550px) {
  .callout-benefits .wrapper .steps ul {
    grid-template-columns: repeat(1, 1fr);
  }
}
.callout-benefits .wrapper .steps ul li {
  position: relative;
  padding: 10px 0 0 50px;
  font-size: clamp(17.05px, 1.144vw, 22px);
  line-height: 1.45454545;
  /*@media (max-width: 1450px) {
      @newSize: (@sizeValue * .75);
      font-size: ~"clamp(16px, @{newSize}px, 100px)";
    }*/
  font-weight: 500;
  text-wrap: balance;
}
.callout-benefits .wrapper .steps ul li span {
  position: absolute;
  top: 0;
  left: 0;
  font-size: clamp(34.1px, 2.288vw, 44px);
  line-height: 1.13636364;
  /*@media (max-width: 1450px) {
      @newSize: (@sizeValue * .75);
      font-size: ~"clamp(16px, @{newSize}px, 100px)";
    }*/
  font-weight: bold;
  color: #F9F450;
}
.callout-benefits .wrapper .scrolldown {
  margin-top: 100px;
  margin-bottom: 100px;
  display: flex;
  gap: 19px;
  align-items: center;
  color: #FB09FA;
  font-size: clamp(17.05px, 1.144vw, 22px);
  line-height: 1.27272727;
  /*@media (max-width: 1450px) {
      @newSize: (@sizeValue * .75);
      font-size: ~"clamp(16px, @{newSize}px, 100px)";
    }*/
  font-weight: 800;
  text-wrap: balance;
}
@media (max-width: 700px) {
  .callout-benefits .wrapper .scrolldown {
    margin-right: 20vw;
  }
}
@media (max-width: 550px) {
  .callout-benefits .wrapper .scrolldown {
    margin-top: 70px;
    margin-bottom: 70px;
  }
}
@media (max-width: 400px) {
  .callout-benefits .wrapper .scrolldown {
    margin-right: 0;
  }
}
.callout-benefits .wrapper .scrolldown svg {
  flex-shrink: 0;
  height: 27px;
  fill: #FB09FA;
  color: #FB09FA;
  transform: rotate(90deg);
}
.callout-benefits .wrapper .howitworks {
  font-size: clamp(20.150000000000002px, 1.3519999999999999vw, 26px);
  line-height: 1.07692308;
  /*@media (max-width: 1450px) {
      @newSize: (@sizeValue * .75);
      font-size: ~"clamp(16px, @{newSize}px, 100px)";
    }*/
  font-weight: bold;
  display: flex;
  flex-direction: column;
  gap: 5vw;
  row-gap: 50px;
}
.callout-benefits .wrapper .howitworks .heading {
  font-size: clamp(34.1px, 2.288vw, 44px);
  line-height: 1.13636364;
  /*@media (max-width: 1450px) {
      @newSize: (@sizeValue * .75);
      font-size: ~"clamp(16px, @{newSize}px, 100px)";
    }*/
  font-weight: bold;
  text-wrap: balance;
}
.callout-benefits .wrapper .howitworks ul {
  margin-top: 10px;
  flex: 1;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 20px;
}
.callout-benefits .wrapper .howitworks ul li {
  text-wrap: balance;
  display: flex;
  gap: 25px;
  align-items: flex-start;
}
.callout-benefits .wrapper .howitworks ul li svg {
  flex-shrink: 0;
  fill: #F9F450;
  width: 40px;
  height: 40px;
  margin-top: -5px;
}
.callout-benefits .wrapper .benefits {
  font-size: clamp(20.150000000000002px, 1.3519999999999999vw, 26px);
  line-height: 1.07692308;
  /*@media (max-width: 1450px) {
      @newSize: (@sizeValue * .75);
      font-size: ~"clamp(16px, @{newSize}px, 100px)";
    }*/
  font-weight: bold;
  display: flex;
  gap: 5vw;
  row-gap: 50px;
}
@media (max-width: 1200px) {
  .callout-benefits .wrapper .benefits {
    flex-direction: column;
  }
}
.callout-benefits .wrapper .benefits .heading {
  font-size: clamp(34.1px, 2.288vw, 44px);
  line-height: 1.13636364;
  /*@media (max-width: 1450px) {
      @newSize: (@sizeValue * .75);
      font-size: ~"clamp(16px, @{newSize}px, 100px)";
    }*/
  font-weight: bold;
  text-wrap: balance;
}
.callout-benefits .wrapper .benefits ul {
  margin-top: 10px;
  flex: 1;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 45px;
}
@media (max-width: 550px) {
  .callout-benefits .wrapper .benefits ul {
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
  }
}
.callout-benefits .wrapper .benefits ul li {
  text-wrap: balance;
  display: flex;
  gap: 25px;
  align-items: flex-start;
}
.callout-benefits .wrapper .benefits ul li svg {
  flex-shrink: 0;
  fill: #F9F450;
  width: 40px;
  height: 40px;
  margin-top: -5px;
}
.callout-cards {
  position: relative;
  padding: 0 10vw 0 5vw;
}
@media (max-width: 1400px) {
  .callout-cards {
    padding: 0 5vw;
  }
}
.callout-cards:before {
  content: '';
  display: block;
  background: #231F20;
  position: absolute;
  top: 300px;
  left: 0;
  right: 0;
  bottom: 0;
}
.callout-cards .wrapper {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.5vw;
}
@media (max-width: 1080px) {
  .callout-cards .wrapper {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }
}
@media (max-width: 767px) {
  .callout-cards .wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}
.callout-cards .wrapper .card {
  background: transparent;
  perspective: 670px;
  height: 670px;
}
@media (max-width: 1080px) {
  .callout-cards .wrapper .card {
    perspective: 620px;
    height: 620px;
  }
}
.callout-cards .wrapper .card .cards {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.callout-cards .wrapper .card .card-wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: transform 0.8s, box-shadow 0.8s;
  transform-style: preserve-3d;
  display: none;
}
.callout-cards .wrapper .card .card-wrap.job-active {
  display: block;
}
.callout-cards .wrapper .card .card-wrap.active {
  transform: rotateY(180deg) translateY(-10px);
  box-shadow: 0px 0px 50px #7085FF;
}
.callout-cards .wrapper .card .card-wrap .front,
.callout-cards .wrapper .card .card-wrap .back {
  padding: 30px 2.5vw;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
@media (max-width: 767px) {
  .callout-cards .wrapper .card .card-wrap .front,
  .callout-cards .wrapper .card .card-wrap .back {
    padding: 30px;
  }
}
.callout-cards .wrapper .card .card-wrap .back {
  transform: rotateY(180deg);
  box-shadow: 0px 0px 50px #7085FF;
  border: 8px solid #FB09FA;
  padding: 30px 37px;
}
.callout-cards .wrapper .card .front {
  display: flex;
  flex-direction: column;
}
.callout-cards .wrapper .card .front > img {
  height: 170px;
  width: 75%;
  object-fit: contain;
  object-position: 0% 50%;
  margin-bottom: 48px;
}
.callout-cards .wrapper .card .front .title {
  color: #1414C9;
  font-size: clamp(24.8px, 1.664vw, 32px);
  line-height: 1.125;
  /*@media (max-width: 1450px) {
      @newSize: (@sizeValue * .75);
      font-size: ~"clamp(16px, @{newSize}px, 100px)";
    }*/
  font-weight: bold;
  margin-bottom: 24px;
  min-height: 2lh;
}
.callout-cards .wrapper .card .front .copy {
  flex: 1;
  color: #707070;
  font-size: clamp(17.05px, 1.144vw, 22px);
  line-height: 1.45454545;
  /*@media (max-width: 1450px) {
      @newSize: (@sizeValue * .75);
      font-size: ~"clamp(16px, @{newSize}px, 100px)";
    }*/
  font-weight: 500;
  margin-bottom: 40px;
}
.callout-cards .wrapper .card .front .link a {
  display: inline-flex;
  align-items: center;
  gap: 15px;
  font-size: clamp(15.5px, 1.04vw, 20px);
  line-height: 1;
  /*@media (max-width: 1450px) {
      @newSize: (@sizeValue * .75);
      font-size: ~"clamp(16px, @{newSize}px, 100px)";
    }*/
  font-weight: 800;
  color: #FB09FA;
  text-decoration: none;
}
.callout-cards .wrapper .card .front .link a svg {
  height: 29px;
  width: 25px;
  fill: #FB09FA;
  color: #FB09FA;
}
.callout-cards .wrapper .card .front .navigationspace {
  height: 65.8px;
}
.callout-cards .wrapper .card .front .navigation {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
  border-top: 1px solid #9BA1BC;
  padding-top: 20px;
}
.callout-cards .wrapper .card .front .navigation .button-next svg,
.callout-cards .wrapper .card .front .navigation .button-prev svg {
  width: 13px;
  height: 21;
  fill: #FB09FA;
}
.callout-cards .wrapper .card .front .navigation .button-next svg {
  transform: rotate(180deg);
}
.callout-cards .wrapper .card .front .navigation .pagination {
  font-size: 14px;
  line-height: 1.2;
  display: flex;
  gap: 10px;
  align-items: center;
}
.callout-cards .wrapper .card .front .navigation .pagination a {
  display: inline-flex;
  color: #fff;
  text-decoration: none;
  border-radius: 30px;
  background: #C4C8D9;
  padding: 4px 10px;
}
.callout-cards .wrapper .card .front .navigation .pagination a.active {
  background: #FB09FA;
}
.callout-cards .wrapper .card .back {
  display: flex;
  flex-direction: column;
}
.callout-cards .wrapper .card .back .title {
  color: #1414C9;
  font-size: clamp(18.6px, 1.248vw, 24px);
  line-height: 1.125;
  /*@media (max-width: 1450px) {
      @newSize: (@sizeValue * .75);
      font-size: ~"clamp(16px, @{newSize}px, 100px)";
    }*/
  font-weight: bold;
  margin-bottom: 24px;
}
.callout-cards .wrapper .card .back .perks {
  flex: 1;
  color: #1414C9;
  font-size: clamp(18.6px, 1.248vw, 24px);
  line-height: 1.16666667;
  /*@media (max-width: 1450px) {
      @newSize: (@sizeValue * .75);
      font-size: ~"clamp(16px, @{newSize}px, 100px)";
    }*/
  font-weight: 500;
}
.callout-cards .wrapper .card .back .perks .perks-title {
  color: #231F20;
  font-size: clamp(24.8px, 1.664vw, 32px);
  line-height: 1.125;
  /*@media (max-width: 1450px) {
      @newSize: (@sizeValue * .75);
      font-size: ~"clamp(16px, @{newSize}px, 100px)";
    }*/
  font-weight: bold;
  margin-bottom: 20px;
}
.callout-cards .wrapper .card .back .perks ul {
  display: flex;
  flex-direction: column;
  gap: 15px;
  list-style: disc;
  padding-left: 23px;
}
.callout-cards .wrapper .card .back > img {
  height: 70px;
  object-fit: contain;
  object-position: 50% 50%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 48px;
}
.callout-cards .wrapper .card .back .link {
  background: #FB09FA;
  padding: 25px;
  margin-left: -37px;
  margin-right: -37px;
  margin-bottom: -38px;
}
.callout-cards .wrapper .card .back .link a {
  display: inline-flex;
  align-items: center;
  gap: 15px;
  font-size: clamp(15.5px, 1.04vw, 20px);
  line-height: 1;
  /*@media (max-width: 1450px) {
      @newSize: (@sizeValue * .75);
      font-size: ~"clamp(16px, @{newSize}px, 100px)";
    }*/
  font-weight: 800;
  color: #fff;
  text-decoration: none;
}
.callout-cards .wrapper .card .back .link a svg {
  height: 29px;
  width: 25px;
  fill: #fff;
  color: #fff;
  transform: rotate(180deg);
}
.callout-amm {
  position: relative;
  background: #231F20;
  padding: 120px 10vw 0;
}
@media (max-width: 1080px) {
  .callout-amm {
    padding: 120px 5vw 0;
  }
}
.callout-amm:before {
  content: '';
  display: block;
  background: #fff;
  height: 140px;
  margin: 0 -10vw 140px;
}
.callout-amm .wrapper h2 {
  font-size: clamp(34.1px, 2.288vw, 44px);
  line-height: 1.13636364;
  /*@media (max-width: 1450px) {
      @newSize: (@sizeValue * .75);
      font-size: ~"clamp(16px, @{newSize}px, 100px)";
    }*/
  font-weight: bold;
  margin-bottom: 70px;
}
.callout-amm .wrapper h3 {
  display: flex;
  gap: 25px;
  align-items: center;
  font-size: clamp(15.5px, 1.04vw, 20px);
  line-height: 1.4;
  /*@media (max-width: 1450px) {
      @newSize: (@sizeValue * .75);
      font-size: ~"clamp(16px, @{newSize}px, 100px)";
    }*/
  font-weight: bold;
}
.callout-amm .wrapper h3:after {
  flex: 1;
  content: '';
  display: block;
  height: 2px;
  background: #F9F450;
}
.callout-amm .wrapper .content {
  margin: 50px 5vw 75px;
}
.callout-amm .wrapper .content:last-child {
  margin-bottom: 0;
}
.callout-amm .wrapper .content.social {
  margin-left: -5vw;
  margin-right: -5vw;
}
.callout-amm .wrapper .content.social img {
  width: 100%;
  height: auto;
}
.callout-amm .wrapper .content.display {
  display: flex;
  gap: 8vw;
  margin-right: 0;
}
.callout-amm .wrapper .content.display .left {
  flex: 263;
}
.callout-amm .wrapper .content.display .right {
  flex: 950;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 50px;
}
.callout-amm .wrapper .content.display .right img:nth-child(1) {
  width: 100%;
  height: auto;
  align-self: stretch;
}
.callout-amm .wrapper .content.display .right img:nth-child(2) {
  height: 67%;
  width: auto;
}
.callout-amm .wrapper .content.videos {
  display: flex;
  gap: 8vw;
  align-items: flex-start;
}
.callout-amm .wrapper .content.videos .video:nth-child(1) {
  flex: 674;
  margin-top: 50px;
}
.callout-amm .wrapper .content.videos .video:nth-child(2) {
  flex: 396;
}
.callout-amm .wrapper .content.videos video {
  width: 100%;
  height: auto;
}
.callout-amm .wrapper .content.activation .half {
  display: flex;
  gap: 50px;
}
.callout-amm .wrapper .content.activation .half img {
  flex: 1;
}
.callout-amm .wrapper .content.activation .twothirds {
  display: flex;
  margin-top: 50px;
}
.callout-amm .wrapper .content.activation .twothirds img {
  width: 66.6667%;
}
.callout-faqs {
  position: relative;
  background: #231F20;
  padding: 120px 10vw 0;
}
@media (max-width: 1080px) {
  .callout-faqs {
    padding: 120px 5vw 0;
  }
}
.callout-faqs.outlined {
  border: 2px solid #F9F450;
  padding: 80px 5vw;
  margin: 0 5vw;
}
@media (max-width: 1080px) {
  .callout-faqs.outlined {
    padding: 80px 2.5vw;
    margin: 0 2.5vw;
  }
}
.callout-faqs.outlined .wrapper .faqs .faq {
  margin-left: 0;
  margin-right: 0;
}
.callout-faqs > img {
  position: absolute;
  right: 3vw;
  top: 100px;
  width: 15vw;
  height: auto;
}
.callout-faqs .wrapper {
  position: relative;
}
.callout-faqs .wrapper h2 {
  font-size: clamp(34.1px, 2.288vw, 44px);
  line-height: 1.13636364;
  /*@media (max-width: 1450px) {
      @newSize: (@sizeValue * .75);
      font-size: ~"clamp(16px, @{newSize}px, 100px)";
    }*/
  font-weight: bold;
}
.callout-faqs .wrapper .faqs .faq {
  padding: 45px 0;
  margin: 0 4vw;
  border-bottom: 1px solid #9BA1BC;
}
@media (max-width: 1080px) {
  .callout-faqs .wrapper .faqs .faq {
    margin: 0;
  }
}
.callout-faqs .wrapper .faqs .faq button {
  font-size: clamp(24.8px, 1.664vw, 32px);
  line-height: 1.125;
  /*@media (max-width: 1450px) {
      @newSize: (@sizeValue * .75);
      font-size: ~"clamp(16px, @{newSize}px, 100px)";
    }*/
  font-weight: bold;
  display: flex;
  text-wrap: balance;
  padding-left: 50px;
  gap: 50px;
}
@media (max-width: 767px) {
  .callout-faqs .wrapper .faqs .faq button {
    gap: 25px;
    padding-left: 25px;
  }
}
.callout-faqs .wrapper .faqs .faq button svg {
  flex-shrink: 0;
  fill: #FB09FA;
  height: 28px;
  width: 28px;
  transform: rotate(180deg);
}
.callout-faqs .wrapper .faqs .faq button:hover {
  text-decoration: underline;
}
.callout-faqs .wrapper .faqs .faq .copy {
  display: none;
  color: #E8E8E8;
  font-size: clamp(17.05px, 1.144vw, 22px);
  line-height: 1.63636364;
  /*@media (max-width: 1450px) {
      @newSize: (@sizeValue * .75);
      font-size: ~"clamp(16px, @{newSize}px, 100px)";
    }*/
  font-weight: 500;
  text-wrap: balance;
  margin: 20px 128px 0;
}
@media (max-width: 767px) {
  .callout-faqs .wrapper .faqs .faq .copy {
    margin: 20px 0 0 78px;
  }
}
.callout-faqs .wrapper .faqs .faq.active button svg {
  transform: rotate(270deg);
}
.callout-whitelogos {
  padding: 60px 5vw 0;
}
.callout-whitelogos .wrapper {
  display: grid;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  row-gap: 40px;
  align-items: center;
  justify-content: center;
}
.callout-whitelogos .wrapper img {
  margin: 0 auto;
}
.callout-whitelogos .wrapper img:nth-child(1) {
  height: 60px;
}
.callout-whitelogos .wrapper img:nth-child(2) {
  height: 36px;
}
.callout-whitelogos .wrapper img:nth-child(3) {
  height: 92px;
}
.callout-whitelogos .wrapper img:nth-child(4) {
  height: 30px;
}
.callout-whitelogos .wrapper img:nth-child(5) {
  height: 30px;
}
