/* Version: 2.1.2 - Generated 2025-04-09 08:33:48 */
body {
  font-size: 1.8rem;
  font-size: calc(1.6rem + (0.3 * ((100vw - 32rem) / 112)));
  font-size: clamp(1.6rem, calc(0.2678571429vw + 1.5142857143rem), 1.9rem);
  line-height: 1.5;
}
.ct-section-inner-wrap {
  padding: 6rem 2.4rem;
  padding: calc(7.2rem + (4.8 * ((100vw - 32rem) / 112))) calc(2.4rem + (0.6 * ((100vw - 32rem) / 112)));
  padding: clamp(7.2rem, calc(4.2857142857vw + 5.8285714286rem), 12rem) clamp(2.4rem, calc(0.5357142857vw + 2.2285714286rem), 3rem);
}
.oxy-header-container {
  padding-left: clamp(2.4rem, calc(0.5357142857vw + 2.2285714286rem), 3rem);
  padding-right: clamp(2.4rem, calc(0.5357142857vw + 2.2285714286rem), 3rem);
}
*:focus, button:focus {
  outline-style: solid;
  outline-color: var(--primary);
  outline-width: 0.2rem;
  outline-offset: 0.25em;
}
*:focus:not(:focus-visible), button:focus:not(:focus-visible) {
  outline: none;
}
/*Disables focus on finger touch for mobile devices*/
:focus:not(:focus-visible) {
  outline: none;
}
*:focus.focus--primary {
  outline-color: var(--primary);
}
.focus--primary *:focus {
  outline-color: var(--primary);
}
*:focus.focus--secondary {
  outline-color: var(--secondary);
}
.focus--secondary *:focus {
  outline-color: var(--secondary);
}
*:focus.focus--accent {
  outline-color: var(--accent);
}
.focus--accent *:focus {
  outline-color: var(--accent);
}
*:focus.focus--base {
  outline-color: var(--base);
}
.focus--base *:focus {
  outline-color: var(--base);
}
*:focus.focus--shade {
  outline-color: var(--shade);
}
.focus--shade *:focus {
  outline-color: var(--shade);
}
*:focus.focus--black {
  outline-color: #000;
}
.focus--black *:focus {
  outline-color: #000;
}
*:focus.focus--white {
  outline-color: #fff;
}
.focus--white *:focus {
  outline-color: #fff;
}
body.ct_inner div#ct-builder div.ct-component.ct-inner-content-workarea .hidden-accessible {
  position: relative !important;
  width: 20px !important;
  height: auto !important;
  margin: 0;
  line-height: 1;
  visibility: hidden;
}
body.ct_inner div#ct-builder div.ct-component.ct-inner-content-workarea .hidden-accessible::before {
  content: "A";
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: absolute;
  background: #111;
  color: #f5f5f5;
  font-size: max(60%, 13px);
  padding: 0.5em;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  visibility: visible;
  border-radius: 50%;
}
.link--skip, .ct-link-text.link--skip {
  position: absolute;
  top: 1rem;
  left: 1rem;
  transform: translateY(-250%);
  padding: 1em 1.5em;
  border-width: 0.25rem;
  border-radius: 0;
  text-transform: none;
  -webkit-text-decoration: none;
  text-decoration: none;
  letter-spacing: 0;
  font-weight: 400;
  font-style: normal;
  min-width: 20rem;
  line-height: 1;
  background: var(--primary);
  color: var(--primary-ultra-light);
  text-align: center;
}
.link--skip:focus, .ct-link-text.link--skip:focus {
  transform: translateY(0);
}
.clickable-parent {
  position: static;
}
.clickable-parent a {
  position: static;
}
.clickable-parent::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  cursor: pointer !important;
  display: flex;
}
.text--primary {
  color: #1860a0;
}
.text--primary-hover {
  color: #1b6fb8;
}
.text--primary-ultra-light {
  color: #e9f3fc;
}
.text--primary-light {
  color: #bcdbf5;
}
.text--primary-medium {
  color: #2186de;
}
.text--primary-dark {
  color: #11436f;
}
.text--primary-ultra-dark {
  color: #071b2c;
}
.text--primary-comp {
  color: #a05718;
}
.text--secondary {
  color: white;
}
.text--secondary-hover {
  color: white;
}
.text--secondary-ultra-light {
  color: #f2f2f2;
}
.text--secondary-light {
  color: #d9d9d9;
}
.text--secondary-medium {
  color: gray;
}
.text--secondary-dark {
  color: #404040;
}
.text--secondary-ultra-dark {
  color: #1a1a1a;
}
.text--secondary-comp {
  color: white;
}
.text--accent {
  color: #eaac8b;
}
.text--accent-hover {
  color: #f2ceba;
}
.text--accent-ultra-light {
  color: #fbf0e9;
}
.text--accent-light {
  color: #f3d1be;
}
.text--accent-medium {
  color: #d76528;
}
.text--accent-dark {
  color: #6c3314;
}
.text--accent-ultra-dark {
  color: #2b1408;
}
.text--accent-comp {
  color: #8bc8ea;
}
.text--base {
  color: #344f6f;
}
.text--base-hover {
  color: #3c5a80;
}
.text--base-ultra-light {
  color: #eef2f7;
}
.text--base-light {
  color: #cbd7e7;
}
.text--base-medium {
  color: #527bad;
}
.text--base-dark {
  color: #293d57;
}
.text--base-ultra-dark {
  color: #101923;
}
.text--base-comp {
  color: #6f5534;
}
.text--white {
  color: #fff;
}
.text--black {
  color: #000;
}
.text--shade {
  color: black;
}
.text--shade-hover {
  color: black;
}
.text--shade-ultra-light {
  color: #f2f2f2;
}
.text--shade-light {
  color: #d9d9d9;
}
.text--shade-medium {
  color: gray;
}
.text--shade-dark {
  color: #404040;
}
.text--shade-ultra-dark {
  color: #1a1a1a;
}
.text--shade-comp {
  color: black;
}
.text--xs {
  font-size: 1.26rem;
  font-size: calc(0.9004501688rem + (0.1688344067 * ((100vw - 32rem) / 112)));
  font-size: clamp(0.9004501688rem, calc(0.1507450059vw + 0.8522117669rem), 1.0692845755rem);
}
.text--s {
  font-size: 1.42rem;
  font-size: calc(1.200300075rem + (0.2250562641 * ((100vw - 32rem) / 112)));
  font-size: clamp(1.200300075rem, calc(0.2009430929vw + 1.1359982853rem), 1.4253563391rem);
}
.text--m {
  font-size: 1.8rem;
  font-size: calc(1.6rem + (0.3 * ((100vw - 32rem) / 112)));
  font-size: clamp(1.6rem, calc(0.2678571429vw + 1.5142857143rem), 1.9rem);
}
.text--l {
  font-size: 2.025rem;
  font-size: calc(1.92rem + (0.6127 * ((100vw - 32rem) / 112)));
  font-size: clamp(1.92rem, calc(0.5470535714vw + 1.7449428571rem), 2.5327rem);
}
.text--xl {
  font-size: 2.28rem;
  font-size: calc(2.304rem + (1.0720891 * ((100vw - 32rem) / 112)));
  font-size: clamp(2.304rem, calc(0.9572224107vw + 1.9976888286rem), 3.3760891rem);
}
.text--xxl {
  font-size: 2.565rem;
  font-size: calc(2.7648rem + (1.7355267703 * ((100vw - 32rem) / 112)));
  font-size: clamp(2.7648rem, calc(1.5495774735vw + 2.2689352085rem), 4.5003267703rem);
}
.text--xs.text--larger {
  font-size: 1.56rem;
  font-size: calc(1.0805402026rem + (0.5233866606 * ((100vw - 32rem) / 112)));
  font-size: clamp(1.0805402026rem, calc(0.4673095184vw + 0.9310011567rem), 1.6039268632rem);
}
.text--s.text--larger {
  font-size: 1.68rem;
  font-size: calc(1.44036009rem + (0.6976744186 * ((100vw - 32rem) / 112)));
  font-size: clamp(1.44036009rem, calc(0.622923588vw + 1.2410245418rem), 2.1380345086rem);
}
.text--m.text--larger {
  font-size: 2.16rem;
  font-size: calc(1.92rem + (0.93 * ((100vw - 32rem) / 112)));
  font-size: clamp(1.92rem, calc(0.8303571429vw + 1.6542857143rem), 2.85rem);
}
.text--l.text--larger {
  font-size: 2.4rem;
  font-size: calc(2.304rem + (1.49505 * ((100vw - 32rem) / 112)));
  font-size: clamp(2.304rem, calc(1.3348660714vw + 1.8768428571rem), 3.79905rem);
}
.text--xl.text--larger {
  font-size: 2.76rem;
  font-size: calc(2.7648rem + (2.29933365 * ((100vw - 32rem) / 112)));
  font-size: clamp(2.7648rem, calc(2.0529764732vw + 2.1078475286rem), 5.06413365rem);
}
.text--xxl.text--larger {
  font-size: 3.12rem;
  font-size: calc(3.31776rem + (3.4327301555 * ((100vw - 32rem) / 112)));
  font-size: clamp(3.31776rem, calc(3.0649376388vw + 2.3369799556rem), 6.7504901555rem);
}
h1.text--larger {
  font-size: 3.12rem;
  font-size: calc(3.31776rem + (3.0774411999 * ((100vw - 32rem) / 112)));
  font-size: clamp(3.31776rem, calc(2.7477153571vw + 2.4384910857rem), 6.3952011999rem);
}
h2.text--larger {
  font-size: 2.76rem;
  font-size: calc(2.7648rem + (2.0328003 * ((100vw - 32rem) / 112)));
  font-size: clamp(2.7648rem, calc(1.8150002679vw + 2.1839999143rem), 4.7976003rem);
}
h3.text--larger {
  font-size: 2.4rem;
  font-size: calc(2.304rem + (1.2951 * ((100vw - 32rem) / 112)));
  font-size: clamp(2.304rem, calc(1.1563392857vw + 1.9339714286rem), 3.5991rem);
}
h4.text--larger {
  font-size: 2.16rem;
  font-size: calc(1.92rem + (0.78 * ((100vw - 32rem) / 112)));
  font-size: clamp(1.92rem, calc(0.6964285714vw + 1.6971428571rem), 2.7rem);
}
h5.text--larger {
  font-size: 1.68rem;
  font-size: calc(1.44rem + (0.36 * ((100vw - 32rem) / 112)));
  font-size: clamp(1.44rem, calc(0.3214285714vw + 1.3371428571rem), 1.8rem);
}
h6.text--larger {
  font-size: 1.56rem;
  font-size: calc(1.32rem + (0.33 * ((100vw - 32rem) / 112)));
  font-size: clamp(1.32rem, calc(0.2946428571vw + 1.2257142857rem), 1.65rem);
}
.text--100 {
  font-weight: 100;
}
.text--200 {
  font-weight: 200;
}
.text--300 {
  font-weight: 300;
}
.text--400 {
  font-weight: 400;
}
.text--500 {
  font-weight: 500;
}
.text--600 {
  font-weight: 600;
}
.text--700 {
  font-weight: 700;
}
.text--800 {
  font-weight: 800;
}
.text--900 {
  font-weight: 900;
}
.text--bold {
  font-weight: bold;
}
.text--italic {
  font-style: italic;
}
.text--oblique {
  font-style: oblique;
}
.text--decoration-none {
  -webkit-text-decoration: none;
  text-decoration: none;
}
.text--underline {
  -webkit-text-decoration: underline;
  text-decoration: underline;
}
.text--underline-wavy {
  -webkit-text-decoration: underline wavy;
  text-decoration: underline wavy;
}
.text--underline-dotted {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}
.text--underline-double {
  -webkit-text-decoration: underline double;
  text-decoration: underline double;
}
.text--underline-dashed {
  -webkit-text-decoration: underline dashed;
  text-decoration: underline dashed;
}
.text--overline {
  -webkit-text-decoration: overline;
  text-decoration: overline;
}
.text--line-through {
  -webkit-text-decoration: line-through;
  text-decoration: line-through;
}
.text--transform-none {
  text-transform: none;
}
.text--uppercase {
  text-transform: uppercase;
}
.text--lowercase {
  text-transform: lowercase;
}
.text--capitalize {
  text-transform: capitalize;
}
.text--left {
  text-align: left;
}
.text--center {
  text-align: center;
}
.text--right {
  text-align: right;
}
.text--justify {
  text-align: justify;
}
.ct-span.text--100 {
  font-weight: 100;
}
.ct-span.text--200 {
  font-weight: 200;
}
.ct-span.text--300 {
  font-weight: 300;
}
.ct-span.text--400 {
  font-weight: 400;
}
.ct-span.text--500 {
  font-weight: 500;
}
.ct-span.text--600 {
  font-weight: 600;
}
.ct-span.text--700 {
  font-weight: 700;
}
.ct-span.text--800 {
  font-weight: 800;
}
.ct-span.text--900 {
  font-weight: 900;
}
.ct-span.text--bold {
  font-weight: bold;
}
.ct-span.text--italic {
  font-style: italic;
}
.ct-span.text--oblique {
  font-style: oblique;
}
.ct-span.text--decoration-none {
  -webkit-text-decoration: none;
  text-decoration: none;
}
.ct-span.text--underline {
  -webkit-text-decoration: underline;
  text-decoration: underline;
}
.ct-span.text--underline-wavy {
  -webkit-text-decoration: underline wavy;
  text-decoration: underline wavy;
}
.ct-span.text--underline-dotted {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}
.ct-span.text--underline-double {
  -webkit-text-decoration: underline double;
  text-decoration: underline double;
}
.ct-span.text--underline-dashed {
  -webkit-text-decoration: underline dashed;
  text-decoration: underline dashed;
}
.ct-span.text--overline {
  -webkit-text-decoration: overline;
  text-decoration: overline;
}
.ct-span.text--line-through {
  -webkit-text-decoration: line-through;
  text-decoration: line-through;
}
.ct-span.text--transform-none {
  text-transform: none;
}
.ct-span.text--uppercase {
  text-transform: uppercase;
}
.ct-span.text--lowercase {
  text-transform: lowercase;
}
.ct-span.text--capitalize {
  text-transform: capitalize;
}
.ct-span.text--left {
  text-align: left;
}
.ct-span.text--center {
  text-align: center;
}
.ct-span.text--right {
  text-align: right;
}
.ct-span.text--justify {
  text-align: justify;
}
.btn--primary, .ct-link-button.btn--primary {
  background-color: var(--primary);
  color: var(--primary-ultra-light);
  cursor: pointer;
  border-style: solid;
  border-color: var(--primary);
  padding: 1em 1.5em;
  border-width: 0.25rem;
  border-radius: 0;
  text-transform: none;
  -webkit-text-decoration: none;
  text-decoration: none;
  letter-spacing: 0;
  font-weight: 400;
  font-style: normal;
  min-width: 20rem;
  line-height: 1;
  font-size: 1.8rem;
  font-size: calc(1.6rem + (0.3 * ((100vw - 32rem) / 112)));
  font-size: clamp(1.6rem, calc(0.2678571429vw + 1.5142857143rem), 1.9rem);
}
.btn--primary:hover, .ct-link-button.btn--primary:hover {
  background-color: var(--primary-hover);
  color: var(--primary-ultra-light);
  border-color: var(--primary-hover);
  cursor: pointer;
}
.btn--primary.btn--outline, .ct-link-button.btn--primary.btn--outline {
  background-color: transparent;
  border-style: solid;
  cursor: pointer;
  color: var(--primary);
  padding: 1em 1.5em;
  border-width: 0.25rem;
  border-radius: 0;
  text-transform: none;
  font-weight: 400;
}
.btn--primary.btn--outline:hover, .ct-link-button.btn--primary.btn--outline:hover {
  background-color: var(--primary-hover);
  color: var(--primary-ultra-light);
}
.btn--secondary, .ct-link-button.btn--secondary {
  background-color: var(--secondary);
  color: var(--secondary-ultra-light);
  cursor: pointer;
  border-style: solid;
  border-color: var(--secondary);
  padding: 1em 1.5em;
  border-width: 0.25rem;
  border-radius: 0;
  text-transform: none;
  -webkit-text-decoration: none;
  text-decoration: none;
  letter-spacing: 0;
  font-weight: 400;
  font-style: normal;
  min-width: 20rem;
  line-height: 1;
  font-size: 1.8rem;
  font-size: calc(1.6rem + (0.3 * ((100vw - 32rem) / 112)));
  font-size: clamp(1.6rem, calc(0.2678571429vw + 1.5142857143rem), 1.9rem);
}
.btn--secondary:hover, .ct-link-button.btn--secondary:hover {
  background-color: var(--secondary-hover);
  color: var(--secondary-ultra-light);
  border-color: var(--secondary-hover);
  cursor: pointer;
}
.btn--secondary.btn--outline, .ct-link-button.btn--secondary.btn--outline {
  background-color: transparent;
  border-style: solid;
  cursor: pointer;
  color: var(--secondary);
  padding: 1em 1.5em;
  border-width: 0.25rem;
  border-radius: 0;
  text-transform: none;
  font-weight: 400;
}
.btn--secondary.btn--outline:hover, .ct-link-button.btn--secondary.btn--outline:hover {
  background-color: var(--secondary-hover);
  color: var(--secondary-ultra-light);
}
.btn--accent, .ct-link-button.btn--accent {
  background-color: var(--accent);
  color: var(--accent-ultra-light);
  cursor: pointer;
  border-style: solid;
  border-color: var(--accent);
  padding: 1em 1.5em;
  border-width: 0.25rem;
  border-radius: 0;
  text-transform: none;
  -webkit-text-decoration: none;
  text-decoration: none;
  letter-spacing: 0;
  font-weight: 400;
  font-style: normal;
  min-width: 20rem;
  line-height: 1;
  font-size: 1.8rem;
  font-size: calc(1.6rem + (0.3 * ((100vw - 32rem) / 112)));
  font-size: clamp(1.6rem, calc(0.2678571429vw + 1.5142857143rem), 1.9rem);
}
.btn--accent:hover, .ct-link-button.btn--accent:hover {
  background-color: var(--accent-hover);
  color: var(--accent-ultra-light);
  border-color: var(--accent-hover);
  cursor: pointer;
}
.btn--accent.btn--outline, .ct-link-button.btn--accent.btn--outline {
  background-color: transparent;
  border-style: solid;
  cursor: pointer;
  color: var(--accent);
  padding: 1em 1.5em;
  border-width: 0.25rem;
  border-radius: 0;
  text-transform: none;
  font-weight: 400;
}
.btn--accent.btn--outline:hover, .ct-link-button.btn--accent.btn--outline:hover {
  background-color: var(--accent-hover);
  color: var(--accent-ultra-light);
}
.btn--base, .ct-link-button.btn--base {
  background-color: var(--base);
  color: var(--base-ultra-light);
  cursor: pointer;
  border-style: solid;
  border-color: var(--base);
  padding: 1em 1.5em;
  border-width: 0.25rem;
  border-radius: 0;
  text-transform: none;
  -webkit-text-decoration: none;
  text-decoration: none;
  letter-spacing: 0;
  font-weight: 400;
  font-style: normal;
  min-width: 20rem;
  line-height: 1;
  font-size: 1.8rem;
  font-size: calc(1.6rem + (0.3 * ((100vw - 32rem) / 112)));
  font-size: clamp(1.6rem, calc(0.2678571429vw + 1.5142857143rem), 1.9rem);
}
.btn--base:hover, .ct-link-button.btn--base:hover {
  background-color: var(--base-hover);
  color: var(--base-ultra-light);
  border-color: var(--base-hover);
  cursor: pointer;
}
.btn--base.btn--outline, .ct-link-button.btn--base.btn--outline {
  background-color: transparent;
  border-style: solid;
  cursor: pointer;
  color: var(--base);
  padding: 1em 1.5em;
  border-width: 0.25rem;
  border-radius: 0;
  text-transform: none;
  font-weight: 400;
}
.btn--base.btn--outline:hover, .ct-link-button.btn--base.btn--outline:hover {
  background-color: var(--base-hover);
  color: var(--base-ultra-light);
}
.btn--black, .ct-link-button.btn--black {
  background-color: var(--shade-black);
  color: var(--shade-white);
  cursor: pointer;
  border-style: solid;
  border-color: var(--shade-black);
  padding: 1em 1.5em;
  border-width: 0.25rem;
  border-radius: 0;
  text-transform: none;
  -webkit-text-decoration: none;
  text-decoration: none;
  letter-spacing: 0;
  font-weight: 400;
  font-style: normal;
  min-width: 20rem;
  line-height: 1;
  font-size: 1.8rem;
  font-size: calc(1.6rem + (0.3 * ((100vw - 32rem) / 112)));
  font-size: clamp(1.6rem, calc(0.2678571429vw + 1.5142857143rem), 1.9rem);
}
.btn--black:hover, .ct-link-button.btn--black:hover {
  background-color: var(--primary-hover);
  color: var(--shade-white);
  border-color: var(--shade-white);
  cursor: pointer;
}
.btn--black.btn--outline, .ct-link-button.btn--black.btn--outline {
  background-color: transparent;
  border-style: solid;
  cursor: pointer;
  color: var(--shade-black);
  padding: 1em 1.5em;
  border-width: 0.25rem;
  border-radius: 0;
  text-transform: none;
  font-weight: 400;
}
.btn--black.btn--outline:hover, .ct-link-button.btn--black.btn--outline:hover {
  background-color: var(--primary-hover);
  color: var(--primary-ultra-light);
}
.btn--white, .ct-link-button.btn--white {
  background-color: var(--shade-white);
  color: var(--shade-black);
  cursor: pointer;
  border-style: solid;
  border-color: var(--shade-white);
  padding: 1em 1.5em;
  border-width: 0.25rem;
  border-radius: 0;
  text-transform: none;
  -webkit-text-decoration: none;
  text-decoration: none;
  letter-spacing: 0;
  font-weight: 400;
  font-style: normal;
  min-width: 20rem;
  line-height: 1;
  font-size: 1.8rem;
  font-size: calc(1.6rem + (0.3 * ((100vw - 32rem) / 112)));
  font-size: clamp(1.6rem, calc(0.2678571429vw + 1.5142857143rem), 1.9rem);
}
.btn--white:hover, .ct-link-button.btn--white:hover {
  background-color: var(--primary-hover);
  color: var(--shade-white);
  border-color: var(--shade-black);
  cursor: pointer;
}
.btn--white.btn--outline, .ct-link-button.btn--white.btn--outline {
  background-color: transparent;
  border-style: solid;
  cursor: pointer;
  color: var(--shade-white);
  padding: 1em 1.5em;
  border-width: 0.25rem;
  border-radius: 0;
  text-transform: none;
  font-weight: 400;
}
.btn--white.btn--outline:hover, .ct-link-button.btn--white.btn--outline:hover {
  background-color: var(--primary-hover);
  color: var(--primary-ultra-light);
}
.btn--xs, .ct-link-button.btn--xs {
  font-size: 1.26rem;
  font-size: calc(0.9004501688rem + (0.1688344067 * ((100vw - 32rem) / 112)));
  font-size: clamp(0.9004501688rem, calc(0.1507450059vw + 0.8522117669rem), 1.0692845755rem);
  padding: 1em 1.5em;
  border-width: 0.25rem;
  border-radius: 0;
  text-transform: none;
  -webkit-text-decoration: none;
  text-decoration: none;
  letter-spacing: 0;
  font-weight: 400;
  font-style: normal;
  min-width: 20rem;
  line-height: 1;
  cursor: pointer;
}
.btn--s, .ct-link-button.btn--s {
  font-size: 1.42rem;
  font-size: calc(1.200300075rem + (0.2250562641 * ((100vw - 32rem) / 112)));
  font-size: clamp(1.200300075rem, calc(0.2009430929vw + 1.1359982853rem), 1.4253563391rem);
  padding: 1em 1.5em;
  border-width: 0.25rem;
  border-radius: 0;
  text-transform: none;
  -webkit-text-decoration: none;
  text-decoration: none;
  letter-spacing: 0;
  font-weight: 400;
  font-style: normal;
  min-width: 20rem;
  line-height: 1;
  cursor: pointer;
}
.btn--m, .ct-link-button.btn--m {
  font-size: 1.8rem;
  font-size: calc(1.6rem + (0.3 * ((100vw - 32rem) / 112)));
  font-size: clamp(1.6rem, calc(0.2678571429vw + 1.5142857143rem), 1.9rem);
  padding: 1em 1.5em;
  border-width: 0.25rem;
  border-radius: 0;
  text-transform: none;
  -webkit-text-decoration: none;
  text-decoration: none;
  letter-spacing: 0;
  font-weight: 400;
  font-style: normal;
  min-width: 20rem;
  line-height: 1;
  cursor: pointer;
}
.btn--l, .ct-link-button.btn--l {
  font-size: 2.025rem;
  font-size: calc(1.92rem + (0.6127 * ((100vw - 32rem) / 112)));
  font-size: clamp(1.92rem, calc(0.5470535714vw + 1.7449428571rem), 2.5327rem);
  padding: 1em 1.5em;
  border-width: 0.25rem;
  border-radius: 0;
  text-transform: none;
  -webkit-text-decoration: none;
  text-decoration: none;
  letter-spacing: 0;
  font-weight: 400;
  font-style: normal;
  min-width: 20rem;
  line-height: 1;
  cursor: pointer;
}
.btn--xl, .ct-link-button.btn--xl {
  font-size: 2.28rem;
  font-size: calc(2.304rem + (1.0720891 * ((100vw - 32rem) / 112)));
  font-size: clamp(2.304rem, calc(0.9572224107vw + 1.9976888286rem), 3.3760891rem);
  padding: 1em 1.5em;
  border-width: 0.25rem;
  border-radius: 0;
  text-transform: none;
  -webkit-text-decoration: none;
  text-decoration: none;
  letter-spacing: 0;
  font-weight: 400;
  font-style: normal;
  min-width: 20rem;
  line-height: 1;
  cursor: pointer;
}
.btn--xxl, .ct-link-button.btn--xxl {
  font-size: 2.565rem;
  font-size: calc(2.7648rem + (1.7355267703 * ((100vw - 32rem) / 112)));
  font-size: clamp(2.7648rem, calc(1.5495774735vw + 2.2689352085rem), 4.5003267703rem);
  padding: 1em 1.5em;
  border-width: 0.25rem;
  border-radius: 0;
  text-transform: none;
  -webkit-text-decoration: none;
  text-decoration: none;
  letter-spacing: 0;
  font-weight: 400;
  font-style: normal;
  min-width: 20rem;
  line-height: 1;
  cursor: pointer;
}
.ct-video.aspect--1-1 > .oxygen-vsb-responsive-video-wrapper > iframe {
  position: relative;
}
.ct-video.aspect--1-1 > .oxygen-vsb-responsive-video-wrapper {
  padding-bottom: 0 !important;
}
.ct-video.aspect--1-2 > .oxygen-vsb-responsive-video-wrapper > iframe {
  position: relative;
}
.ct-video.aspect--1-2 > .oxygen-vsb-responsive-video-wrapper {
  padding-bottom: 0 !important;
}
.ct-video.aspect--2-1 > .oxygen-vsb-responsive-video-wrapper > iframe {
  position: relative;
}
.ct-video.aspect--2-1 > .oxygen-vsb-responsive-video-wrapper {
  padding-bottom: 0 !important;
}
.ct-video.aspect--2-3 > .oxygen-vsb-responsive-video-wrapper > iframe {
  position: relative;
}
.ct-video.aspect--2-3 > .oxygen-vsb-responsive-video-wrapper {
  padding-bottom: 0 !important;
}
.ct-video.aspect--3-2 > .oxygen-vsb-responsive-video-wrapper > iframe {
  position: relative;
}
.ct-video.aspect--3-2 > .oxygen-vsb-responsive-video-wrapper {
  padding-bottom: 0 !important;
}
.ct-video.aspect--3-4 > .oxygen-vsb-responsive-video-wrapper > iframe {
  position: relative;
}
.ct-video.aspect--3-4 > .oxygen-vsb-responsive-video-wrapper {
  padding-bottom: 0 !important;
}
.ct-video.aspect--4-3 > .oxygen-vsb-responsive-video-wrapper > iframe {
  position: relative;
}
.ct-video.aspect--4-3 > .oxygen-vsb-responsive-video-wrapper {
  padding-bottom: 0 !important;
}
.ct-video.aspect--16-9 > .oxygen-vsb-responsive-video-wrapper > iframe {
  position: relative;
}
.ct-video.aspect--16-9 > .oxygen-vsb-responsive-video-wrapper {
  padding-bottom: 0 !important;
}
.ct-video.aspect--9-16 > .oxygen-vsb-responsive-video-wrapper > iframe {
  position: relative;
}
.ct-video.aspect--9-16 > .oxygen-vsb-responsive-video-wrapper {
  padding-bottom: 0 !important;
}
@media (max-width: 1439px) {
  .aspect--xl-1-1 > .oxygen-vsb-responsive-video-wrapper > iframe {
    position: relative;
  }
  .aspect--xl-1-1 > .oxygen-vsb-responsive-video-wrapper {
    padding-bottom: 0 !important;
  }
  .aspect--xl-1-2 > .oxygen-vsb-responsive-video-wrapper > iframe {
    position: relative;
  }
  .aspect--xl-1-2 > .oxygen-vsb-responsive-video-wrapper {
    padding-bottom: 0 !important;
  }
  .aspect--xl-2-1 > .oxygen-vsb-responsive-video-wrapper > iframe {
    position: relative;
  }
  .aspect--xl-2-1 > .oxygen-vsb-responsive-video-wrapper {
    padding-bottom: 0 !important;
  }
  .aspect--xl-2-3 > .oxygen-vsb-responsive-video-wrapper > iframe {
    position: relative;
  }
  .aspect--xl-2-3 > .oxygen-vsb-responsive-video-wrapper {
    padding-bottom: 0 !important;
  }
  .aspect--xl-3-2 > .oxygen-vsb-responsive-video-wrapper > iframe {
    position: relative;
  }
  .aspect--xl-3-2 > .oxygen-vsb-responsive-video-wrapper {
    padding-bottom: 0 !important;
  }
  .aspect--xl-3-4 > .oxygen-vsb-responsive-video-wrapper > iframe {
    position: relative;
  }
  .aspect--xl-3-4 > .oxygen-vsb-responsive-video-wrapper {
    padding-bottom: 0 !important;
  }
  .aspect--xl-4-3 > .oxygen-vsb-responsive-video-wrapper > iframe {
    position: relative;
  }
  .aspect--xl-4-3 > .oxygen-vsb-responsive-video-wrapper {
    padding-bottom: 0 !important;
  }
  .aspect--xl-16-9 > .oxygen-vsb-responsive-video-wrapper > iframe {
    position: relative;
  }
  .aspect--xl-16-9 > .oxygen-vsb-responsive-video-wrapper {
    padding-bottom: 0 !important;
  }
  .aspect--xl-9-16 > .oxygen-vsb-responsive-video-wrapper > iframe {
    position: relative;
  }
  .aspect--xl-9-16 > .oxygen-vsb-responsive-video-wrapper {
    padding-bottom: 0 !important;
  }
}
@media (max-width: 991px) {
  .aspect--l-1-1 > .oxygen-vsb-responsive-video-wrapper > iframe {
    position: relative;
  }
  .aspect--l-1-1 > .oxygen-vsb-responsive-video-wrapper {
    padding-bottom: 0 !important;
  }
  .aspect--l-1-2 > .oxygen-vsb-responsive-video-wrapper > iframe {
    position: relative;
  }
  .aspect--l-1-2 > .oxygen-vsb-responsive-video-wrapper {
    padding-bottom: 0 !important;
  }
  .aspect--l-2-1 > .oxygen-vsb-responsive-video-wrapper > iframe {
    position: relative;
  }
  .aspect--l-2-1 > .oxygen-vsb-responsive-video-wrapper {
    padding-bottom: 0 !important;
  }
  .aspect--l-2-3 > .oxygen-vsb-responsive-video-wrapper > iframe {
    position: relative;
  }
  .aspect--l-2-3 > .oxygen-vsb-responsive-video-wrapper {
    padding-bottom: 0 !important;
  }
  .aspect--l-3-2 > .oxygen-vsb-responsive-video-wrapper > iframe {
    position: relative;
  }
  .aspect--l-3-2 > .oxygen-vsb-responsive-video-wrapper {
    padding-bottom: 0 !important;
  }
  .aspect--l-3-4 > .oxygen-vsb-responsive-video-wrapper > iframe {
    position: relative;
  }
  .aspect--l-3-4 > .oxygen-vsb-responsive-video-wrapper {
    padding-bottom: 0 !important;
  }
  .aspect--l-4-3 > .oxygen-vsb-responsive-video-wrapper > iframe {
    position: relative;
  }
  .aspect--l-4-3 > .oxygen-vsb-responsive-video-wrapper {
    padding-bottom: 0 !important;
  }
  .aspect--l-16-9 > .oxygen-vsb-responsive-video-wrapper > iframe {
    position: relative;
  }
  .aspect--l-16-9 > .oxygen-vsb-responsive-video-wrapper {
    padding-bottom: 0 !important;
  }
  .aspect--l-9-16 > .oxygen-vsb-responsive-video-wrapper > iframe {
    position: relative;
  }
  .aspect--l-9-16 > .oxygen-vsb-responsive-video-wrapper {
    padding-bottom: 0 !important;
  }
}
@media (max-width: 767px) {
  .aspect--m-1-1 > .oxygen-vsb-responsive-video-wrapper > iframe {
    position: relative;
  }
  .aspect--m-1-1 > .oxygen-vsb-responsive-video-wrapper {
    padding-bottom: 0 !important;
  }
  .aspect--m-1-2 > .oxygen-vsb-responsive-video-wrapper > iframe {
    position: relative;
  }
  .aspect--m-1-2 > .oxygen-vsb-responsive-video-wrapper {
    padding-bottom: 0 !important;
  }
  .aspect--m-2-1 > .oxygen-vsb-responsive-video-wrapper > iframe {
    position: relative;
  }
  .aspect--m-2-1 > .oxygen-vsb-responsive-video-wrapper {
    padding-bottom: 0 !important;
  }
  .aspect--m-2-3 > .oxygen-vsb-responsive-video-wrapper > iframe {
    position: relative;
  }
  .aspect--m-2-3 > .oxygen-vsb-responsive-video-wrapper {
    padding-bottom: 0 !important;
  }
  .aspect--m-3-2 > .oxygen-vsb-responsive-video-wrapper > iframe {
    position: relative;
  }
  .aspect--m-3-2 > .oxygen-vsb-responsive-video-wrapper {
    padding-bottom: 0 !important;
  }
  .aspect--m-3-4 > .oxygen-vsb-responsive-video-wrapper > iframe {
    position: relative;
  }
  .aspect--m-3-4 > .oxygen-vsb-responsive-video-wrapper {
    padding-bottom: 0 !important;
  }
  .aspect--m-4-3 > .oxygen-vsb-responsive-video-wrapper > iframe {
    position: relative;
  }
  .aspect--m-4-3 > .oxygen-vsb-responsive-video-wrapper {
    padding-bottom: 0 !important;
  }
  .aspect--m-16-9 > .oxygen-vsb-responsive-video-wrapper > iframe {
    position: relative;
  }
  .aspect--m-16-9 > .oxygen-vsb-responsive-video-wrapper {
    padding-bottom: 0 !important;
  }
  .aspect--m-9-16 > .oxygen-vsb-responsive-video-wrapper > iframe {
    position: relative;
  }
  .aspect--m-9-16 > .oxygen-vsb-responsive-video-wrapper {
    padding-bottom: 0 !important;
  }
}
@media (max-width: 479px) {
  .aspect--s-1-1 > .oxygen-vsb-responsive-video-wrapper > iframe {
    position: relative;
  }
  .aspect--s-1-1 > .oxygen-vsb-responsive-video-wrapper {
    padding-bottom: 0 !important;
  }
  .aspect--s-1-2 > .oxygen-vsb-responsive-video-wrapper > iframe {
    position: relative;
  }
  .aspect--s-1-2 > .oxygen-vsb-responsive-video-wrapper {
    padding-bottom: 0 !important;
  }
  .aspect--s-2-1 > .oxygen-vsb-responsive-video-wrapper > iframe {
    position: relative;
  }
  .aspect--s-2-1 > .oxygen-vsb-responsive-video-wrapper {
    padding-bottom: 0 !important;
  }
  .aspect--s-2-3 > .oxygen-vsb-responsive-video-wrapper > iframe {
    position: relative;
  }
  .aspect--s-2-3 > .oxygen-vsb-responsive-video-wrapper {
    padding-bottom: 0 !important;
  }
  .aspect--s-3-2 > .oxygen-vsb-responsive-video-wrapper > iframe {
    position: relative;
  }
  .aspect--s-3-2 > .oxygen-vsb-responsive-video-wrapper {
    padding-bottom: 0 !important;
  }
  .aspect--s-3-4 > .oxygen-vsb-responsive-video-wrapper > iframe {
    position: relative;
  }
  .aspect--s-3-4 > .oxygen-vsb-responsive-video-wrapper {
    padding-bottom: 0 !important;
  }
  .aspect--s-4-3 > .oxygen-vsb-responsive-video-wrapper > iframe {
    position: relative;
  }
  .aspect--s-4-3 > .oxygen-vsb-responsive-video-wrapper {
    padding-bottom: 0 !important;
  }
  .aspect--s-16-9 > .oxygen-vsb-responsive-video-wrapper > iframe {
    position: relative;
  }
  .aspect--s-16-9 > .oxygen-vsb-responsive-video-wrapper {
    padding-bottom: 0 !important;
  }
  .aspect--s-9-16 > .oxygen-vsb-responsive-video-wrapper > iframe {
    position: relative;
  }
  .aspect--s-9-16 > .oxygen-vsb-responsive-video-wrapper {
    padding-bottom: 0 !important;
  }
}
@media (min-width: 1439px) {
  .breakout--s {
    width: 60vw;
    max-width: 60vw !important;
    margin-left: calc(-30vw + 50%);
    margin-right: calc(-30vw + 50%);
  }
  .ct-image.breakout--s {
    width: 60vw;
    max-width: 60vw !important;
    margin-left: calc(-30vw + 50%);
    margin-right: calc(-30vw + 50%);
  }
  .breakout--m {
    width: 70vw;
    max-width: 70vw !important;
    margin-left: calc(-35vw + 50%);
    margin-right: calc(-35vw + 50%);
  }
  .ct-image.breakout--m {
    width: 70vw;
    max-width: 70vw !important;
    margin-left: calc(-35vw + 50%);
    margin-right: calc(-35vw + 50%);
  }
  .breakout--l {
    width: 80vw;
    max-width: 80vw !important;
    margin-left: calc(-40vw + 50%);
    margin-right: calc(-40vw + 50%);
  }
  .ct-image.breakout--l {
    width: 80vw;
    max-width: 80vw !important;
    margin-left: calc(-40vw + 50%);
    margin-right: calc(-40vw + 50%);
  }
  .breakout--xl {
    width: 90vw;
    max-width: 90vw !important;
    margin-left: calc(-45vw + 50%);
    margin-right: calc(-45vw + 50%);
  }
  .ct-image.breakout--xl {
    width: 90vw;
    max-width: 90vw !important;
    margin-left: calc(-45vw + 50%);
    margin-right: calc(-45vw + 50%);
  }
}
.breakout--full {
  width: 100vw !important;
  max-width: 100vw !important;
  margin-left: calc(-50vw + 50%) !important;
  align-self: flex-start;
}
.ct-image.breakout--full {
  width: 100vw !important;
  max-width: 100vw !important;
  margin-left: calc(-50vw + 50%) !important;
  align-self: flex-start;
}
@media (max-width: 1439px) {
  [class*="breakout--"]:not(.breakout--full) {
    width: 100% !important;
    max-width: 100% !important;
    margin-left: 0;
    margin-right: 0;
  }
}
.flex--col:not(.ct-section), .ct-section.flex--col .ct-section-inner-wrap {
  display: flex;
  flex-direction: column;
}
.flex--row:not(.ct-section), .ct-section.flex--row .ct-section-inner-wrap {
  display: flex;
  flex-direction: row;
}
.flex--col-reverse:not(.ct-section), .ct-section.flex--col-reverse .ct-section-inner-wrap {
  display: flex;
  flex-direction: column-reverse;
}
.flex--row-reverse:not(.ct-section), .ct-section.flex--row-reverse .ct-section-inner-wrap {
  display: flex;
  flex-direction: row-reverse;
}
@media (max-width: 1439px) {
  .flex--col-xl:not(.ct-section), .ct-section.flex--col-xl .ct-section-inner-wrap {
    display: flex;
    flex-direction: column;
  }
  .flex--row-xl:not(.ct-section), .ct-section.flex--row-xl .ct-section-inner-wrap {
    display: flex;
    flex-direction: row;
  }
  .flex--col-reverse-xl:not(.ct-section), .ct-section.flex--col-reverse-xl .ct-section-inner-wrap {
    display: flex;
    flex-direction: column-reverse;
  }
  .flex--row-reverse-xl:not(.ct-section), .ct-section.flex--row-reverse-xl .ct-section-inner-wrap {
    display: flex;
    flex-direction: row-reverse;
  }
}
@media (max-width: 991px) {
  .flex--col-l:not(.ct-section), .ct-section.flex--col-l .ct-section-inner-wrap {
    display: flex;
    flex-direction: column;
  }
  .flex--row-l:not(.ct-section), .ct-section.flex--row-l .ct-section-inner-wrap {
    display: flex;
    flex-direction: row;
  }
  .flex--col-reverse-l:not(.ct-section), .ct-section.flex--col-reverse-l .ct-section-inner-wrap {
    display: flex;
    flex-direction: column-reverse;
  }
  .flex--row-reverse-l:not(.ct-section), .ct-section.flex--row-reverse-l .ct-section-inner-wrap {
    display: flex;
    flex-direction: row-reverse;
  }
}
@media (max-width: 767px) {
  .flex--col-m:not(.ct-section), .ct-section.flex--col-m .ct-section-inner-wrap {
    display: flex;
    flex-direction: column;
  }
  .flex--row-m:not(.ct-section), .ct-section.flex--row-m .ct-section-inner-wrap {
    display: flex;
    flex-direction: row;
  }
  .flex--col-reverse-m:not(.ct-section), .ct-section.flex--col-reverse-m .ct-section-inner-wrap {
    display: flex;
    flex-direction: column-reverse;
  }
  .flex--row-reverse-m:not(.ct-section), .ct-section.flex--row-reverse-m .ct-section-inner-wrap {
    display: flex;
    flex-direction: row-reverse;
  }
}
@media (max-width: 479px) {
  .flex--col-s:not(.ct-section), .ct-section.flex--col-s .ct-section-inner-wrap {
    display: flex;
    flex-direction: column;
  }
  .flex--row-s:not(.ct-section), .ct-section.flex--row-s .ct-section-inner-wrap {
    display: flex;
    flex-direction: row;
  }
  .flex--col-reverse-s:not(.ct-section), .ct-section.flex--col-reverse-s .ct-section-inner-wrap {
    display: flex;
    flex-direction: column-reverse;
  }
  .flex--row-reverse-s:not(.ct-section), .ct-section.flex--row-reverse-s .ct-section-inner-wrap {
    display: flex;
    flex-direction: row-reverse;
  }
}
.justify-content--start:not(.ct-section), .ct-section.justify-content--start .ct-section-inner-wrap {
  display: flex;
  justify-content: flex-start;
}
.justify-content--end:not(.ct-section), .ct-section.justify-content--end .ct-section-inner-wrap {
  display: flex;
  justify-content: flex-end;
}
.justify-content--center:not(.ct-section), .ct-section.justify-content--center .ct-section-inner-wrap {
  display: flex;
  justify-content: center;
}
.justify-content--between:not(.ct-section), .ct-section.justify-content--between .ct-section-inner-wrap {
  display: flex;
  justify-content: space-between;
}
.justify-content--around:not(.ct-section), .ct-section.justify-content--around .ct-section-inner-wrap {
  display: flex;
  justify-content: space-around;
}
.justify-content--stretch:not(.ct-section), .ct-section.justify-content--stretch .ct-section-inner-wrap {
  display: flex;
  justify-content: stretch;
}
.align-content--start:not(.ct-section), .ct-section.align-content--start .ct-section-inner-wrap {
  display: flex;
  align-content: flex-start;
}
.align-content--end:not(.ct-section), .ct-section.align-content--end .ct-section-inner-wrap {
  display: flex;
  align-content: flex-end;
}
.align-content--center:not(.ct-section), .ct-section.align-content--center .ct-section-inner-wrap {
  display: flex;
  align-content: center;
}
.align-content--baseline:not(.ct-section), .ct-section.align-content--baseline .ct-section-inner-wrap {
  display: flex;
  align-content: baseline;
}
.align-content--stretch:not(.ct-section), .ct-section.align-content--stretch .ct-section-inner-wrap {
  display: flex;
  align-content: stretch;
}
.justify-items--start:not(.ct-section), .ct-section.justify-items--start .ct-section-inner-wrap {
  display: flex;
  justify-items: flex-start;
}
.justify-items--center:not(.ct-section), .ct-section.justify-items--center .ct-section-inner-wrap {
  display: flex;
  justify-items: center;
}
.justify-items--end:not(.ct-section), .ct-section.justify-items--end .ct-section-inner-wrap {
  display: flex;
  justify-items: flex-end;
}
.justify-items--stretch:not(.ct-section), .ct-section.justify-items--stretch .ct-section-inner-wrap {
  display: flex;
  justify-items: stretch;
}
.align-items--start:not(.ct-section), .ct-section.align-items--start .ct-section-inner-wrap {
  display: flex;
  align-items: flex-start;
}
.align-items--end:not(.ct-section), .ct-section.align-items--end .ct-section-inner-wrap {
  display: flex;
  align-items: flex-end;
}
.align-items--center:not(.ct-section), .ct-section.align-items--center .ct-section-inner-wrap {
  display: flex;
  align-items: center;
}
.align-items--baseline:not(.ct-section), .ct-section.align-items--baseline .ct-section-inner-wrap {
  display: flex;
  align-items: baseline;
}
.align-items--stretch:not(.ct-section), .ct-section.align-items--stretch .ct-section-inner-wrap {
  display: flex;
  align-items: stretch;
}
.self--start:not(.ct-section), .ct-section.self--start .ct-section-inner-wrap {
  display: flex;
  align-self: flex-start;
}
.self--end:not(.ct-section), .ct-section.self--end .ct-section-inner-wrap {
  display: flex;
  align-self: flex-end;
}
.self--stretch:not(.ct-section), .ct-section.self--stretch .ct-section-inner-wrap {
  display: flex;
  align-self: stretch;
}
.self--center:not(.ct-section), .ct-section.self--center .ct-section-inner-wrap {
  display: flex;
  align-self: center;
}
.flex--wrap:not(.ct-section), .ct-section.flex--wrap > .ct-section-inner-wrap {
  flex-wrap: wrap;
}
.stretch:not(.ct-section), .ct-section.stretch .ct-section-inner-wrap {
  display: flex;
  align-content: stretch;
  align-items: stretch;
  justify-content: stretch;
  justify-items: stretch;
}
.grid--1:not(.ct-section), .ct-section.grid--1 .ct-section-inner-wrap {
  display: grid !important;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  width: 100%;
}
.grid--2:not(.ct-section), .ct-section.grid--2 .ct-section-inner-wrap {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  width: 100%;
}
.grid--3:not(.ct-section), .ct-section.grid--3 .ct-section-inner-wrap {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  width: 100%;
}
.grid--4:not(.ct-section), .ct-section.grid--4 .ct-section-inner-wrap {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  width: 100%;
}
.grid--5:not(.ct-section), .ct-section.grid--5 .ct-section-inner-wrap {
  display: grid !important;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  width: 100%;
}
.grid--6:not(.ct-section), .ct-section.grid--6 .ct-section-inner-wrap {
  display: grid !important;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  width: 100%;
}
.grid--7:not(.ct-section), .ct-section.grid--7 .ct-section-inner-wrap {
  display: grid !important;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  width: 100%;
}
.grid--8:not(.ct-section), .ct-section.grid--8 .ct-section-inner-wrap {
  display: grid !important;
  grid-template-columns: repeat(8, minmax(0, 1fr));
  width: 100%;
}
.grid--9:not(.ct-section), .ct-section.grid--9 .ct-section-inner-wrap {
  display: grid !important;
  grid-template-columns: repeat(9, minmax(0, 1fr));
  width: 100%;
}
.grid--10:not(.ct-section), .ct-section.grid--10 .ct-section-inner-wrap {
  display: grid !important;
  grid-template-columns: repeat(10, minmax(0, 1fr));
  width: 100%;
}
.grid--11:not(.ct-section), .ct-section.grid--11 .ct-section-inner-wrap {
  display: grid !important;
  grid-template-columns: repeat(11, minmax(0, 1fr));
  width: 100%;
}
.grid--12:not(.ct-section), .ct-section.grid--12 .ct-section-inner-wrap {
  display: grid !important;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  width: 100%;
}
.grid--1-2:not(.ct-section), .ct-section.grid--1-2 .ct-section-inner-wrap {
  display: grid !important;
  grid-template-columns: 1fr 2fr;
  width: 100%;
}
.grid--1-3:not(.ct-section), .ct-section.grid--1-3 .ct-section-inner-wrap {
  display: grid !important;
  grid-template-columns: 1fr 3fr;
  width: 100%;
}
.grid--2-1:not(.ct-section), .ct-section.grid--2-1 .ct-section-inner-wrap {
  display: grid !important;
  grid-template-columns: 2fr 1fr;
  width: 100%;
}
.grid--2-3:not(.ct-section), .ct-section.grid--2-3 .ct-section-inner-wrap {
  display: grid !important;
  grid-template-columns: 2fr 3fr;
  width: 100%;
}
.grid--3-1:not(.ct-section), .ct-section.grid--3-1 .ct-section-inner-wrap {
  display: grid !important;
  grid-template-columns: 3fr 1fr;
  width: 100%;
}
.grid--3-2:not(.ct-section), .ct-section.grid--3-2 .ct-section-inner-wrap {
  display: grid !important;
  grid-template-columns: 3fr 2fr;
  width: 100%;
}
.grid--auto-2:not(.ct-section), .ct-section.grid--auto-2 .ct-section-inner-wrap {
  display: grid !important;
  grid-template-columns: repeat(auto-fit, minmax(min(46.1538461538rem, 100vw - 6rem), 1fr));
  width: 100%;
}
.grid--auto-3:not(.ct-section), .ct-section.grid--auto-3 .ct-section-inner-wrap {
  display: grid !important;
  grid-template-columns: repeat(auto-fit, minmax(min(34.5864661654rem, 100vw - 6rem), 1fr));
  width: 100%;
}
.grid--auto-4:not(.ct-section), .ct-section.grid--auto-4 .ct-section-inner-wrap {
  display: grid !important;
  grid-template-columns: repeat(auto-fit, minmax(min(27.6553106212rem, 100vw - 6rem), 1fr));
  width: 100%;
}
.grid--auto-5:not(.ct-section), .ct-section.grid--auto-5 .ct-section-inner-wrap {
  display: grid !important;
  grid-template-columns: repeat(auto-fit, minmax(min(23.0383973289rem, 100vw - 6rem), 1fr));
  width: 100%;
}
.grid--auto-6:not(.ct-section), .ct-section.grid--auto-6 .ct-section-inner-wrap {
  display: grid !important;
  grid-template-columns: repeat(auto-fit, minmax(min(19.7424892704rem, 100vw - 6rem), 1fr));
  width: 100%;
}
.grid--auto-1-2:not(.ct-section), .ct-section.grid--auto-1-2 .ct-section-inner-wrap {
  display: grid !important;
  grid-template-columns: 1fr 2fr;
  width: 100%;
}
.grid--auto-1-3:not(.ct-section), .ct-section.grid--auto-1-3 .ct-section-inner-wrap {
  display: grid !important;
  grid-template-columns: 1fr 3fr;
  width: 100%;
}
.grid--auto-2-1:not(.ct-section), .ct-section.grid--auto-2-1 .ct-section-inner-wrap {
  display: grid !important;
  grid-template-columns: 2fr 1fr;
  width: 100%;
}
.grid--auto-2-3:not(.ct-section), .ct-section.grid--auto-2-3 .ct-section-inner-wrap {
  display: grid !important;
  grid-template-columns: 2fr 3fr;
  width: 100%;
}
.grid--auto-3-1:not(.ct-section), .ct-section.grid--auto-3-1 .ct-section-inner-wrap {
  display: grid !important;
  grid-template-columns: 3fr 1fr;
  width: 100%;
}
.grid--auto-3-2:not(.ct-section), .ct-section.grid--auto-3-2 .ct-section-inner-wrap {
  display: grid !important;
  grid-template-columns: 3fr 2fr;
  width: 100%;
}
@media (max-width: 1439px) {
  .grid--xl-1:not(.ct-section), .ct-section.grid--xl-1 .ct-section-inner-wrap {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .grid--xl-2:not(.ct-section), .ct-section.grid--xl-2 .ct-section-inner-wrap {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .grid--xl-3:not(.ct-section), .ct-section.grid--xl-3 .ct-section-inner-wrap {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .grid--xl-4:not(.ct-section), .ct-section.grid--xl-4 .ct-section-inner-wrap {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .grid--xl-5:not(.ct-section), .ct-section.grid--xl-5 .ct-section-inner-wrap {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .grid--xl-6:not(.ct-section), .ct-section.grid--xl-6 .ct-section-inner-wrap {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
  .grid--xl-7:not(.ct-section), .ct-section.grid--xl-7 .ct-section-inner-wrap {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }
  .grid--xl-8:not(.ct-section), .ct-section.grid--xl-8 .ct-section-inner-wrap {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }
  .grid--xl-9:not(.ct-section), .ct-section.grid--xl-9 .ct-section-inner-wrap {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }
  .grid--xl-10:not(.ct-section), .ct-section.grid--xl-10 .ct-section-inner-wrap {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }
  .grid--xl-11:not(.ct-section), .ct-section.grid--xl-11 .ct-section-inner-wrap {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }
  .grid--xl-12:not(.ct-section), .ct-section.grid--xl-12 .ct-section-inner-wrap {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
}
@media (max-width: 991px) {
  .grid--l-1:not(.ct-section), .ct-section.grid--l-1 .ct-section-inner-wrap {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .grid--l-2:not(.ct-section), .ct-section.grid--l-2 .ct-section-inner-wrap {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .grid--l-3:not(.ct-section), .ct-section.grid--l-3 .ct-section-inner-wrap {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .grid--l-4:not(.ct-section), .ct-section.grid--l-4 .ct-section-inner-wrap {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .grid--l-5:not(.ct-section), .ct-section.grid--l-5 .ct-section-inner-wrap {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .grid--l-6:not(.ct-section), .ct-section.grid--l-6 .ct-section-inner-wrap {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
  .grid--l-7:not(.ct-section), .ct-section.grid--l-7 .ct-section-inner-wrap {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }
  .grid--l-8:not(.ct-section), .ct-section.grid--l-8 .ct-section-inner-wrap {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }
  .grid--l-9:not(.ct-section), .ct-section.grid--l-9 .ct-section-inner-wrap {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }
  .grid--l-10:not(.ct-section), .ct-section.grid--l-10 .ct-section-inner-wrap {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }
  .grid--l-11:not(.ct-section), .ct-section.grid--l-11 .ct-section-inner-wrap {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }
  .grid--l-12:not(.ct-section), .ct-section.grid--l-12 .ct-section-inner-wrap {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
}
@media (max-width: 767px) {
  .grid--m-1:not(.ct-section), .ct-section.grid--m-1 .ct-section-inner-wrap {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .grid--m-2:not(.ct-section), .ct-section.grid--m-2 .ct-section-inner-wrap {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .grid--m-3:not(.ct-section), .ct-section.grid--m-3 .ct-section-inner-wrap {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .grid--m-4:not(.ct-section), .ct-section.grid--m-4 .ct-section-inner-wrap {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .grid--m-5:not(.ct-section), .ct-section.grid--m-5 .ct-section-inner-wrap {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .grid--m-6:not(.ct-section), .ct-section.grid--m-6 .ct-section-inner-wrap {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
  .grid--m-7:not(.ct-section), .ct-section.grid--m-7 .ct-section-inner-wrap {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }
  .grid--m-8:not(.ct-section), .ct-section.grid--m-8 .ct-section-inner-wrap {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }
  .grid--m-9:not(.ct-section), .ct-section.grid--m-9 .ct-section-inner-wrap {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }
  .grid--m-10:not(.ct-section), .ct-section.grid--m-10 .ct-section-inner-wrap {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }
  .grid--m-11:not(.ct-section), .ct-section.grid--m-11 .ct-section-inner-wrap {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }
  .grid--m-12:not(.ct-section), .ct-section.grid--m-12 .ct-section-inner-wrap {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
}
@media (max-width: 479px) {
  .grid--s-1:not(.ct-section), .ct-section.grid--s-1 .ct-section-inner-wrap {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .grid--s-2:not(.ct-section), .ct-section.grid--s-2 .ct-section-inner-wrap {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .grid--s-3:not(.ct-section), .ct-section.grid--s-3 .ct-section-inner-wrap {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .grid--s-4:not(.ct-section), .ct-section.grid--s-4 .ct-section-inner-wrap {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .grid--s-5:not(.ct-section), .ct-section.grid--s-5 .ct-section-inner-wrap {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .grid--s-6:not(.ct-section), .ct-section.grid--s-6 .ct-section-inner-wrap {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
  .grid--s-7:not(.ct-section), .ct-section.grid--s-7 .ct-section-inner-wrap {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }
  .grid--s-8:not(.ct-section), .ct-section.grid--s-8 .ct-section-inner-wrap {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }
  .grid--s-9:not(.ct-section), .ct-section.grid--s-9 .ct-section-inner-wrap {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }
  .grid--s-10:not(.ct-section), .ct-section.grid--s-10 .ct-section-inner-wrap {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }
  .grid--s-11:not(.ct-section), .ct-section.grid--s-11 .ct-section-inner-wrap {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }
  .grid--s-12:not(.ct-section), .ct-section.grid--s-12 .ct-section-inner-wrap {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
}
@media (min-width: 1439px) {
  .grid--alternate-xl:not(.ct-section) > .grid--1-2:nth-of-type(even), .grid--alternate-xl .ct-section-inner-wrap > .grid--1-2:nth-of-type(even) {
    grid-template-columns: 2fr 1fr;
  }
  .grid--alternate-xl:not(.ct-section) > .grid--1-2:nth-of-type(even) > *:last-child, .grid--alternate-xl .ct-section-inner-wrap > .grid--1-2:nth-of-type(even) > *:last-child {
    order: -1;
  }
  .grid--alternate-xl:not(.ct-section) > .grid--1-3:nth-of-type(even), .grid--alternate-xl .ct-section-inner-wrap > .grid--1-3:nth-of-type(even) {
    grid-template-columns: 3fr 1fr;
  }
  .grid--alternate-xl:not(.ct-section) > .grid--1-3:nth-of-type(even) > *:last-child, .grid--alternate-xl .ct-section-inner-wrap > .grid--1-3:nth-of-type(even) > *:last-child {
    order: -1;
  }
  .grid--alternate-xl:not(.ct-section) > .grid--2-1:nth-of-type(even), .grid--alternate-xl .ct-section-inner-wrap > .grid--2-1:nth-of-type(even) {
    grid-template-columns: 1fr 2fr;
  }
  .grid--alternate-xl:not(.ct-section) > .grid--2-1:nth-of-type(even) > *:last-child, .grid--alternate-xl .ct-section-inner-wrap > .grid--2-1:nth-of-type(even) > *:last-child {
    order: -1;
  }
  .grid--alternate-xl:not(.ct-section) > .grid--2-3:nth-of-type(even), .grid--alternate-xl .ct-section-inner-wrap > .grid--2-3:nth-of-type(even) {
    grid-template-columns: 3fr 2fr;
  }
  .grid--alternate-xl:not(.ct-section) > .grid--2-3:nth-of-type(even) > *:last-child, .grid--alternate-xl .ct-section-inner-wrap > .grid--2-3:nth-of-type(even) > *:last-child {
    order: -1;
  }
  .grid--alternate-xl:not(.ct-section) > .grid--3-1:nth-of-type(even), .grid--alternate-xl .ct-section-inner-wrap > .grid--3-1:nth-of-type(even) {
    grid-template-columns: 1fr 3fr;
  }
  .grid--alternate-xl:not(.ct-section) > .grid--3-1:nth-of-type(even) > *:last-child, .grid--alternate-xl .ct-section-inner-wrap > .grid--3-1:nth-of-type(even) > *:last-child {
    order: -1;
  }
  .grid--alternate-xl:not(.ct-section) > .grid--3-2:nth-of-type(even), .grid--alternate-xl .ct-section-inner-wrap > .grid--3-2:nth-of-type(even) {
    grid-template-columns: 2fr 3fr;
  }
  .grid--alternate-xl:not(.ct-section) > .grid--3-2:nth-of-type(even) > *:last-child, .grid--alternate-xl .ct-section-inner-wrap > .grid--3-2:nth-of-type(even) > *:last-child {
    order: -1;
  }
}
@media (min-width: 991px) {
  .grid--alternate-l:not(.ct-section) > .grid--1-2:nth-of-type(even), .grid--alternate-l .ct-section-inner-wrap > .grid--1-2:nth-of-type(even) {
    grid-template-columns: 2fr 1fr;
  }
  .grid--alternate-l:not(.ct-section) > .grid--1-2:nth-of-type(even) > *:last-child, .grid--alternate-l .ct-section-inner-wrap > .grid--1-2:nth-of-type(even) > *:last-child {
    order: -1;
  }
  .grid--alternate-l:not(.ct-section) > .grid--1-3:nth-of-type(even), .grid--alternate-l .ct-section-inner-wrap > .grid--1-3:nth-of-type(even) {
    grid-template-columns: 3fr 1fr;
  }
  .grid--alternate-l:not(.ct-section) > .grid--1-3:nth-of-type(even) > *:last-child, .grid--alternate-l .ct-section-inner-wrap > .grid--1-3:nth-of-type(even) > *:last-child {
    order: -1;
  }
  .grid--alternate-l:not(.ct-section) > .grid--2-1:nth-of-type(even), .grid--alternate-l .ct-section-inner-wrap > .grid--2-1:nth-of-type(even) {
    grid-template-columns: 1fr 2fr;
  }
  .grid--alternate-l:not(.ct-section) > .grid--2-1:nth-of-type(even) > *:last-child, .grid--alternate-l .ct-section-inner-wrap > .grid--2-1:nth-of-type(even) > *:last-child {
    order: -1;
  }
  .grid--alternate-l:not(.ct-section) > .grid--2-3:nth-of-type(even), .grid--alternate-l .ct-section-inner-wrap > .grid--2-3:nth-of-type(even) {
    grid-template-columns: 3fr 2fr;
  }
  .grid--alternate-l:not(.ct-section) > .grid--2-3:nth-of-type(even) > *:last-child, .grid--alternate-l .ct-section-inner-wrap > .grid--2-3:nth-of-type(even) > *:last-child {
    order: -1;
  }
  .grid--alternate-l:not(.ct-section) > .grid--3-1:nth-of-type(even), .grid--alternate-l .ct-section-inner-wrap > .grid--3-1:nth-of-type(even) {
    grid-template-columns: 1fr 3fr;
  }
  .grid--alternate-l:not(.ct-section) > .grid--3-1:nth-of-type(even) > *:last-child, .grid--alternate-l .ct-section-inner-wrap > .grid--3-1:nth-of-type(even) > *:last-child {
    order: -1;
  }
  .grid--alternate-l:not(.ct-section) > .grid--3-2:nth-of-type(even), .grid--alternate-l .ct-section-inner-wrap > .grid--3-2:nth-of-type(even) {
    grid-template-columns: 2fr 3fr;
  }
  .grid--alternate-l:not(.ct-section) > .grid--3-2:nth-of-type(even) > *:last-child, .grid--alternate-l .ct-section-inner-wrap > .grid--3-2:nth-of-type(even) > *:last-child {
    order: -1;
  }
}
@media (min-width: 767px) {
  .grid--alternate-m:not(.ct-section) > .grid--1-2:nth-of-type(even), .grid--alternate-m .ct-section-inner-wrap > .grid--1-2:nth-of-type(even) {
    grid-template-columns: 2fr 1fr;
  }
  .grid--alternate-m:not(.ct-section) > .grid--1-2:nth-of-type(even) > *:last-child, .grid--alternate-m .ct-section-inner-wrap > .grid--1-2:nth-of-type(even) > *:last-child {
    order: -1;
  }
  .grid--alternate-m:not(.ct-section) > .grid--1-3:nth-of-type(even), .grid--alternate-m .ct-section-inner-wrap > .grid--1-3:nth-of-type(even) {
    grid-template-columns: 3fr 1fr;
  }
  .grid--alternate-m:not(.ct-section) > .grid--1-3:nth-of-type(even) > *:last-child, .grid--alternate-m .ct-section-inner-wrap > .grid--1-3:nth-of-type(even) > *:last-child {
    order: -1;
  }
  .grid--alternate-m:not(.ct-section) > .grid--2-1:nth-of-type(even), .grid--alternate-m .ct-section-inner-wrap > .grid--2-1:nth-of-type(even) {
    grid-template-columns: 1fr 2fr;
  }
  .grid--alternate-m:not(.ct-section) > .grid--2-1:nth-of-type(even) > *:last-child, .grid--alternate-m .ct-section-inner-wrap > .grid--2-1:nth-of-type(even) > *:last-child {
    order: -1;
  }
  .grid--alternate-m:not(.ct-section) > .grid--2-3:nth-of-type(even), .grid--alternate-m .ct-section-inner-wrap > .grid--2-3:nth-of-type(even) {
    grid-template-columns: 3fr 2fr;
  }
  .grid--alternate-m:not(.ct-section) > .grid--2-3:nth-of-type(even) > *:last-child, .grid--alternate-m .ct-section-inner-wrap > .grid--2-3:nth-of-type(even) > *:last-child {
    order: -1;
  }
  .grid--alternate-m:not(.ct-section) > .grid--3-1:nth-of-type(even), .grid--alternate-m .ct-section-inner-wrap > .grid--3-1:nth-of-type(even) {
    grid-template-columns: 1fr 3fr;
  }
  .grid--alternate-m:not(.ct-section) > .grid--3-1:nth-of-type(even) > *:last-child, .grid--alternate-m .ct-section-inner-wrap > .grid--3-1:nth-of-type(even) > *:last-child {
    order: -1;
  }
  .grid--alternate-m:not(.ct-section) > .grid--3-2:nth-of-type(even), .grid--alternate-m .ct-section-inner-wrap > .grid--3-2:nth-of-type(even) {
    grid-template-columns: 2fr 3fr;
  }
  .grid--alternate-m:not(.ct-section) > .grid--3-2:nth-of-type(even) > *:last-child, .grid--alternate-m .ct-section-inner-wrap > .grid--3-2:nth-of-type(even) > *:last-child {
    order: -1;
  }
}
@media (min-width: 479px) {
  .grid--alternate-s:not(.ct-section) > .grid--1-2:nth-of-type(even), .grid--alternate-s .ct-section-inner-wrap > .grid--1-2:nth-of-type(even) {
    grid-template-columns: 2fr 1fr;
  }
  .grid--alternate-s:not(.ct-section) > .grid--1-2:nth-of-type(even) > *:last-child, .grid--alternate-s .ct-section-inner-wrap > .grid--1-2:nth-of-type(even) > *:last-child {
    order: -1;
  }
  .grid--alternate-s:not(.ct-section) > .grid--1-3:nth-of-type(even), .grid--alternate-s .ct-section-inner-wrap > .grid--1-3:nth-of-type(even) {
    grid-template-columns: 3fr 1fr;
  }
  .grid--alternate-s:not(.ct-section) > .grid--1-3:nth-of-type(even) > *:last-child, .grid--alternate-s .ct-section-inner-wrap > .grid--1-3:nth-of-type(even) > *:last-child {
    order: -1;
  }
  .grid--alternate-s:not(.ct-section) > .grid--2-1:nth-of-type(even), .grid--alternate-s .ct-section-inner-wrap > .grid--2-1:nth-of-type(even) {
    grid-template-columns: 1fr 2fr;
  }
  .grid--alternate-s:not(.ct-section) > .grid--2-1:nth-of-type(even) > *:last-child, .grid--alternate-s .ct-section-inner-wrap > .grid--2-1:nth-of-type(even) > *:last-child {
    order: -1;
  }
  .grid--alternate-s:not(.ct-section) > .grid--2-3:nth-of-type(even), .grid--alternate-s .ct-section-inner-wrap > .grid--2-3:nth-of-type(even) {
    grid-template-columns: 3fr 2fr;
  }
  .grid--alternate-s:not(.ct-section) > .grid--2-3:nth-of-type(even) > *:last-child, .grid--alternate-s .ct-section-inner-wrap > .grid--2-3:nth-of-type(even) > *:last-child {
    order: -1;
  }
  .grid--alternate-s:not(.ct-section) > .grid--3-1:nth-of-type(even), .grid--alternate-s .ct-section-inner-wrap > .grid--3-1:nth-of-type(even) {
    grid-template-columns: 1fr 3fr;
  }
  .grid--alternate-s:not(.ct-section) > .grid--3-1:nth-of-type(even) > *:last-child, .grid--alternate-s .ct-section-inner-wrap > .grid--3-1:nth-of-type(even) > *:last-child {
    order: -1;
  }
  .grid--alternate-s:not(.ct-section) > .grid--3-2:nth-of-type(even), .grid--alternate-s .ct-section-inner-wrap > .grid--3-2:nth-of-type(even) {
    grid-template-columns: 2fr 3fr;
  }
  .grid--alternate-s:not(.ct-section) > .grid--3-2:nth-of-type(even) > *:last-child, .grid--alternate-s .ct-section-inner-wrap > .grid--3-2:nth-of-type(even) > *:last-child {
    order: -1;
  }
}
@media (max-width: 991px) {
  .grid--auto-1-2:not(.ct-section), .ct-section.grid--auto-1-2 .ct-section-inner-wrap {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(min(34.5864661654rem, 100vw - 6rem), 1fr));
  }
  .grid--auto-1-3:not(.ct-section), .ct-section.grid--auto-1-3 .ct-section-inner-wrap {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(min(34.5864661654rem, 100vw - 6rem), 1fr));
  }
  .grid--auto-3-2:not(.ct-section), .ct-section.grid--auto-3-2 .ct-section-inner-wrap {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(min(34.5864661654rem, 100vw - 6rem), 1fr));
  }
  .grid--auto-2-3:not(.ct-section), .ct-section.grid--auto-2-3 .ct-section-inner-wrap {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(min(34.5864661654rem, 100vw - 6rem), 1fr));
  }
  .grid--auto-2-1:not(.ct-section), .ct-section.grid--auto-2-1 .ct-section-inner-wrap {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(min(34.5864661654rem, 100vw - 6rem), 1fr));
  }
  .grid--auto-3-1:not(.ct-section), .ct-section.grid--auto-3-1 .ct-section-inner-wrap {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(min(34.5864661654rem, 100vw - 6rem), 1fr));
  }
}
.gap--xs:not(.ct-section), .ct-section.gap--xs > .ct-section-inner-wrap {
  gap: 1.896rem;
  gap: calc(1.0666666667rem + (0.2666666667 * ((100vw - 32rem) / 112)));
  gap: clamp(1.0666666667rem, calc(0.2380952381vw + 0.9904761905rem), 1.3333333333rem);
}
.gap--s:not(.ct-section), .ct-section.gap--s > .ct-section-inner-wrap {
  gap: 2.133rem;
  gap: calc(1.6rem + (0.4 * ((100vw - 32rem) / 112)));
  gap: clamp(1.6rem, calc(0.3571428571vw + 1.4857142857rem), 2rem);
}
.gap--m:not(.ct-section), .ct-section.gap--m > .ct-section-inner-wrap {
  gap: 2.4rem;
  gap: calc(2.4rem + (0.6 * ((100vw - 32rem) / 112)));
  gap: clamp(2.4rem, calc(0.5357142857vw + 2.2285714286rem), 3rem);
}
.gap--l:not(.ct-section), .ct-section.gap--l > .ct-section-inner-wrap {
  gap: 2.7rem;
  gap: calc(3.1992rem + (1.3008 * ((100vw - 32rem) / 112)));
  gap: clamp(3.1992rem, calc(1.1614285714vw + 2.8275428571rem), 4.5rem);
}
.gap--xl:not(.ct-section), .ct-section.gap--xl > .ct-section-inner-wrap {
  gap: 3.038rem;
  gap: calc(4.2645336rem + (2.4854664 * ((100vw - 32rem) / 112)));
  gap: clamp(4.2645336rem, calc(2.2191664286vw + 3.5544003429rem), 6.75rem);
}
.gap--xxl:not(.ct-section), .ct-section.gap--xxl > .ct-section-inner-wrap {
  gap: 3.42rem;
  gap: calc(5.6846232888rem + (4.4403767112 * ((100vw - 32rem) / 112)));
  gap: clamp(5.6846232888rem, calc(3.9646220636vw + 4.4159442285rem), 10.125rem);
}
@media (max-width: 1439px) {
  .gap--xl-xs:not(.ct-section), .ct-section.gap--xl-xs > .ct-section-inner-wrap {
    gap: 1.896rem;
    gap: calc(1.0666666667rem + (0.2666666667 * ((100vw - 32rem) / 112)));
    gap: clamp(1.0666666667rem, calc(0.2380952381vw + 0.9904761905rem), 1.3333333333rem);
  }
  .gap--xl-s:not(.ct-section), .ct-section.gap--xl-s > .ct-section-inner-wrap {
    gap: 2.133rem;
    gap: calc(1.6rem + (0.4 * ((100vw - 32rem) / 112)));
    gap: clamp(1.6rem, calc(0.3571428571vw + 1.4857142857rem), 2rem);
  }
  .gap--xl-m:not(.ct-section), .ct-section.gap--xl-m > .ct-section-inner-wrap {
    gap: 2.4rem;
    gap: calc(2.4rem + (0.6 * ((100vw - 32rem) / 112)));
    gap: clamp(2.4rem, calc(0.5357142857vw + 2.2285714286rem), 3rem);
  }
  .gap--xl-l:not(.ct-section), .ct-section.gap--xl-l > .ct-section-inner-wrap {
    gap: 2.7rem;
    gap: calc(3.1992rem + (1.3008 * ((100vw - 32rem) / 112)));
    gap: clamp(3.1992rem, calc(1.1614285714vw + 2.8275428571rem), 4.5rem);
  }
  .gap--xl-xl:not(.ct-section), .ct-section.gap--xl-xl > .ct-section-inner-wrap {
    gap: 3.038rem;
    gap: calc(4.2645336rem + (2.4854664 * ((100vw - 32rem) / 112)));
    gap: clamp(4.2645336rem, calc(2.2191664286vw + 3.5544003429rem), 6.75rem);
  }
  .gap--xl-xxl:not(.ct-section), .ct-section.gap--xl-xxl > .ct-section-inner-wrap {
    gap: 3.42rem;
    gap: calc(5.6846232888rem + (4.4403767112 * ((100vw - 32rem) / 112)));
    gap: clamp(5.6846232888rem, calc(3.9646220636vw + 4.4159442285rem), 10.125rem);
  }
}
@media (max-width: 991px) {
  .gap--l-xs:not(.ct-section), .ct-section.gap--l-xs > .ct-section-inner-wrap {
    gap: 1.896rem;
    gap: calc(1.0666666667rem + (0.2666666667 * ((100vw - 32rem) / 112)));
    gap: clamp(1.0666666667rem, calc(0.2380952381vw + 0.9904761905rem), 1.3333333333rem);
  }
  .gap--l-s:not(.ct-section), .ct-section.gap--l-s > .ct-section-inner-wrap {
    gap: 2.133rem;
    gap: calc(1.6rem + (0.4 * ((100vw - 32rem) / 112)));
    gap: clamp(1.6rem, calc(0.3571428571vw + 1.4857142857rem), 2rem);
  }
  .gap--l-m:not(.ct-section), .ct-section.gap--l-m > .ct-section-inner-wrap {
    gap: 2.4rem;
    gap: calc(2.4rem + (0.6 * ((100vw - 32rem) / 112)));
    gap: clamp(2.4rem, calc(0.5357142857vw + 2.2285714286rem), 3rem);
  }
  .gap--l-l:not(.ct-section), .ct-section.gap--l-l > .ct-section-inner-wrap {
    gap: 2.7rem;
    gap: calc(3.1992rem + (1.3008 * ((100vw - 32rem) / 112)));
    gap: clamp(3.1992rem, calc(1.1614285714vw + 2.8275428571rem), 4.5rem);
  }
  .gap--l-xl:not(.ct-section), .ct-section.gap--l-xl > .ct-section-inner-wrap {
    gap: 3.038rem;
    gap: calc(4.2645336rem + (2.4854664 * ((100vw - 32rem) / 112)));
    gap: clamp(4.2645336rem, calc(2.2191664286vw + 3.5544003429rem), 6.75rem);
  }
  .gap--l-xxl:not(.ct-section), .ct-section.gap--l-xxl > .ct-section-inner-wrap {
    gap: 3.42rem;
    gap: calc(5.6846232888rem + (4.4403767112 * ((100vw - 32rem) / 112)));
    gap: clamp(5.6846232888rem, calc(3.9646220636vw + 4.4159442285rem), 10.125rem);
  }
}
@media (max-width: 767px) {
  .gap--m-xs:not(.ct-section), .ct-section.gap--m-xs > .ct-section-inner-wrap {
    gap: 1.896rem;
    gap: calc(1.0666666667rem + (0.2666666667 * ((100vw - 32rem) / 112)));
    gap: clamp(1.0666666667rem, calc(0.2380952381vw + 0.9904761905rem), 1.3333333333rem);
  }
  .gap--m-s:not(.ct-section), .ct-section.gap--m-s > .ct-section-inner-wrap {
    gap: 2.133rem;
    gap: calc(1.6rem + (0.4 * ((100vw - 32rem) / 112)));
    gap: clamp(1.6rem, calc(0.3571428571vw + 1.4857142857rem), 2rem);
  }
  .gap--m-m:not(.ct-section), .ct-section.gap--m-m > .ct-section-inner-wrap {
    gap: 2.4rem;
    gap: calc(2.4rem + (0.6 * ((100vw - 32rem) / 112)));
    gap: clamp(2.4rem, calc(0.5357142857vw + 2.2285714286rem), 3rem);
  }
  .gap--m-l:not(.ct-section), .ct-section.gap--m-l > .ct-section-inner-wrap {
    gap: 2.7rem;
    gap: calc(3.1992rem + (1.3008 * ((100vw - 32rem) / 112)));
    gap: clamp(3.1992rem, calc(1.1614285714vw + 2.8275428571rem), 4.5rem);
  }
  .gap--m-xl:not(.ct-section), .ct-section.gap--m-xl > .ct-section-inner-wrap {
    gap: 3.038rem;
    gap: calc(4.2645336rem + (2.4854664 * ((100vw - 32rem) / 112)));
    gap: clamp(4.2645336rem, calc(2.2191664286vw + 3.5544003429rem), 6.75rem);
  }
  .gap--m-xxl:not(.ct-section), .ct-section.gap--m-xxl > .ct-section-inner-wrap {
    gap: 3.42rem;
    gap: calc(5.6846232888rem + (4.4403767112 * ((100vw - 32rem) / 112)));
    gap: clamp(5.6846232888rem, calc(3.9646220636vw + 4.4159442285rem), 10.125rem);
  }
}
@media (max-width: 479px) {
  .gap--s-xs:not(.ct-section), .ct-section.gap--s-xs > .ct-section-inner-wrap {
    gap: 1.896rem;
    gap: calc(1.0666666667rem + (0.2666666667 * ((100vw - 32rem) / 112)));
    gap: clamp(1.0666666667rem, calc(0.2380952381vw + 0.9904761905rem), 1.3333333333rem);
  }
  .gap--s-s:not(.ct-section), .ct-section.gap--s-s > .ct-section-inner-wrap {
    gap: 2.133rem;
    gap: calc(1.6rem + (0.4 * ((100vw - 32rem) / 112)));
    gap: clamp(1.6rem, calc(0.3571428571vw + 1.4857142857rem), 2rem);
  }
  .gap--s-m:not(.ct-section), .ct-section.gap--s-m > .ct-section-inner-wrap {
    gap: 2.4rem;
    gap: calc(2.4rem + (0.6 * ((100vw - 32rem) / 112)));
    gap: clamp(2.4rem, calc(0.5357142857vw + 2.2285714286rem), 3rem);
  }
  .gap--s-l:not(.ct-section), .ct-section.gap--s-l > .ct-section-inner-wrap {
    gap: 2.7rem;
    gap: calc(3.1992rem + (1.3008 * ((100vw - 32rem) / 112)));
    gap: clamp(3.1992rem, calc(1.1614285714vw + 2.8275428571rem), 4.5rem);
  }
  .gap--s-xl:not(.ct-section), .ct-section.gap--s-xl > .ct-section-inner-wrap {
    gap: 3.038rem;
    gap: calc(4.2645336rem + (2.4854664 * ((100vw - 32rem) / 112)));
    gap: clamp(4.2645336rem, calc(2.2191664286vw + 3.5544003429rem), 6.75rem);
  }
  .gap--s-xxl:not(.ct-section), .ct-section.gap--s-xxl > .ct-section-inner-wrap {
    gap: 3.42rem;
    gap: calc(5.6846232888rem + (4.4403767112 * ((100vw - 32rem) / 112)));
    gap: clamp(5.6846232888rem, calc(3.9646220636vw + 4.4159442285rem), 10.125rem);
  }
}
.height--20:not(.ct-section), .ct-section.height--20 > .ct-section-inner-wrap {
  min-height: 20vh;
}
.height--30:not(.ct-section), .ct-section.height--30 > .ct-section-inner-wrap {
  min-height: 30vh;
}
.height--40:not(.ct-section), .ct-section.height--40 > .ct-section-inner-wrap {
  min-height: 40vh;
}
.height--50:not(.ct-section), .ct-section.height--50 > .ct-section-inner-wrap {
  min-height: 50vh;
}
.height--60:not(.ct-section), .ct-section.height--60 > .ct-section-inner-wrap {
  min-height: 60vh;
}
.height--70:not(.ct-section), .ct-section.height--70 > .ct-section-inner-wrap {
  min-height: 70vh;
}
.height--80:not(.ct-section), .ct-section.height--80 > .ct-section-inner-wrap {
  min-height: 80vh;
}
.height--90:not(.ct-section), .ct-section.height--90 > .ct-section-inner-wrap {
  min-height: 90vh;
}
.height--100:not(.ct-section), .ct-section.height--100 > .ct-section-inner-wrap {
  min-height: 100vh;
}
.height--full:not(.ct-section), .ct-section.height--full > .ct-section-inner-wrap {
  min-height: 100vh;
}
@media (max-width: 1439px) {
  .height--xl-20:not(.ct-section), .ct-section.height--xl-20 > .ct-section-inner-wrap {
    min-height: 20vh;
  }
  .height--xl-30:not(.ct-section), .ct-section.height--xl-30 > .ct-section-inner-wrap {
    min-height: 30vh;
  }
  .height--xl-40:not(.ct-section), .ct-section.height--xl-40 > .ct-section-inner-wrap {
    min-height: 40vh;
  }
  .height--xl-50:not(.ct-section), .ct-section.height--xl-50 > .ct-section-inner-wrap {
    min-height: 50vh;
  }
  .height--xl-60:not(.ct-section), .ct-section.height--xl-60 > .ct-section-inner-wrap {
    min-height: 60vh;
  }
  .height--xl-70:not(.ct-section), .ct-section.height--xl-70 > .ct-section-inner-wrap {
    min-height: 70vh;
  }
  .height--xl-80:not(.ct-section), .ct-section.height--xl-80 > .ct-section-inner-wrap {
    min-height: 80vh;
  }
  .height--xl-90:not(.ct-section), .ct-section.height--xl-90 > .ct-section-inner-wrap {
    min-height: 90vh;
  }
  .height--xl-100:not(.ct-section), .ct-section.height--xl-100 > .ct-section-inner-wrap {
    min-height: 100vh;
  }
  .height--xl-full:not(.ct-section), .ct-section.height--xl-full > .ct-section-inner-wrap {
    min-height: 100vh;
  }
}
@media (max-width: 991px) {
  .height--l-20:not(.ct-section), .ct-section.height--l-20 > .ct-section-inner-wrap {
    min-height: 20vh;
  }
  .height--l-30:not(.ct-section), .ct-section.height--l-30 > .ct-section-inner-wrap {
    min-height: 30vh;
  }
  .height--l-40:not(.ct-section), .ct-section.height--l-40 > .ct-section-inner-wrap {
    min-height: 40vh;
  }
  .height--l-50:not(.ct-section), .ct-section.height--l-50 > .ct-section-inner-wrap {
    min-height: 50vh;
  }
  .height--l-60:not(.ct-section), .ct-section.height--l-60 > .ct-section-inner-wrap {
    min-height: 60vh;
  }
  .height--l-70:not(.ct-section), .ct-section.height--l-70 > .ct-section-inner-wrap {
    min-height: 70vh;
  }
  .height--l-80:not(.ct-section), .ct-section.height--l-80 > .ct-section-inner-wrap {
    min-height: 80vh;
  }
  .height--l-90:not(.ct-section), .ct-section.height--l-90 > .ct-section-inner-wrap {
    min-height: 90vh;
  }
  .height--l-100:not(.ct-section), .ct-section.height--l-100 > .ct-section-inner-wrap {
    min-height: 100vh;
  }
  .height--l-full:not(.ct-section), .ct-section.height--l-full > .ct-section-inner-wrap {
    min-height: 100vh;
  }
}
@media (max-width: 767px) {
  .height--m-20:not(.ct-section), .ct-section.height--m-20 > .ct-section-inner-wrap {
    min-height: 20vh;
  }
  .height--m-30:not(.ct-section), .ct-section.height--m-30 > .ct-section-inner-wrap {
    min-height: 30vh;
  }
  .height--m-40:not(.ct-section), .ct-section.height--m-40 > .ct-section-inner-wrap {
    min-height: 40vh;
  }
  .height--m-50:not(.ct-section), .ct-section.height--m-50 > .ct-section-inner-wrap {
    min-height: 50vh;
  }
  .height--m-60:not(.ct-section), .ct-section.height--m-60 > .ct-section-inner-wrap {
    min-height: 60vh;
  }
  .height--m-70:not(.ct-section), .ct-section.height--m-70 > .ct-section-inner-wrap {
    min-height: 70vh;
  }
  .height--m-80:not(.ct-section), .ct-section.height--m-80 > .ct-section-inner-wrap {
    min-height: 80vh;
  }
  .height--m-90:not(.ct-section), .ct-section.height--m-90 > .ct-section-inner-wrap {
    min-height: 90vh;
  }
  .height--m-100:not(.ct-section), .ct-section.height--m-100 > .ct-section-inner-wrap {
    min-height: 100vh;
  }
  .height--m-full:not(.ct-section), .ct-section.height--m-full > .ct-section-inner-wrap {
    min-height: 100vh;
  }
}
@media (max-width: 479px) {
  .height--s-20:not(.ct-section), .ct-section.height--s-20 > .ct-section-inner-wrap {
    min-height: 20vh;
  }
  .height--s-30:not(.ct-section), .ct-section.height--s-30 > .ct-section-inner-wrap {
    min-height: 30vh;
  }
  .height--s-40:not(.ct-section), .ct-section.height--s-40 > .ct-section-inner-wrap {
    min-height: 40vh;
  }
  .height--s-50:not(.ct-section), .ct-section.height--s-50 > .ct-section-inner-wrap {
    min-height: 50vh;
  }
  .height--s-60:not(.ct-section), .ct-section.height--s-60 > .ct-section-inner-wrap {
    min-height: 60vh;
  }
  .height--s-70:not(.ct-section), .ct-section.height--s-70 > .ct-section-inner-wrap {
    min-height: 70vh;
  }
  .height--s-80:not(.ct-section), .ct-section.height--s-80 > .ct-section-inner-wrap {
    min-height: 80vh;
  }
  .height--s-90:not(.ct-section), .ct-section.height--s-90 > .ct-section-inner-wrap {
    min-height: 90vh;
  }
  .height--s-100:not(.ct-section), .ct-section.height--s-100 > .ct-section-inner-wrap {
    min-height: 100vh;
  }
  .height--s-full:not(.ct-section), .ct-section.height--s-full > .ct-section-inner-wrap {
    min-height: 100vh;
  }
}
.max-height--20:not(.ct-section), .ct-section.max-height--20 > .ct-section-inner-wrap {
  max-height: 20vh;
}
.max-height--30:not(.ct-section), .ct-section.max-height--30 > .ct-section-inner-wrap {
  max-height: 30vh;
}
.max-height--40:not(.ct-section), .ct-section.max-height--40 > .ct-section-inner-wrap {
  max-height: 40vh;
}
.max-height--50:not(.ct-section), .ct-section.max-height--50 > .ct-section-inner-wrap {
  max-height: 50vh;
}
.max-height--60:not(.ct-section), .ct-section.max-height--60 > .ct-section-inner-wrap {
  max-height: 60vh;
}
.max-height--70:not(.ct-section), .ct-section.max-height--70 > .ct-section-inner-wrap {
  max-height: 70vh;
}
.max-height--80:not(.ct-section), .ct-section.max-height--80 > .ct-section-inner-wrap {
  max-height: 80vh;
}
.max-height--90:not(.ct-section), .ct-section.max-height--90 > .ct-section-inner-wrap {
  max-height: 90vh;
}
.max-height--100:not(.ct-section), .ct-section.max-height--100 > .ct-section-inner-wrap {
  max-height: 100vh;
}
.max-height--full:not(.ct-section), .ct-section.max-height--full > .ct-section-inner-wrap {
  max-height: 100vh;
}
@media (max-width: 1439px) {
  .max-height--xl-20:not(.ct-section), .ct-section.max-height--xl-20 > .ct-section-inner-wrap {
    max-height: 20vh;
  }
  .max-height--xl-30:not(.ct-section), .ct-section.max-height--xl-30 > .ct-section-inner-wrap {
    max-height: 30vh;
  }
  .max-height--xl-40:not(.ct-section), .ct-section.max-height--xl-40 > .ct-section-inner-wrap {
    max-height: 40vh;
  }
  .max-height--xl-50:not(.ct-section), .ct-section.max-height--xl-50 > .ct-section-inner-wrap {
    max-height: 50vh;
  }
  .max-height--xl-60:not(.ct-section), .ct-section.max-height--xl-60 > .ct-section-inner-wrap {
    max-height: 60vh;
  }
  .max-height--xl-70:not(.ct-section), .ct-section.max-height--xl-70 > .ct-section-inner-wrap {
    max-height: 70vh;
  }
  .max-height--xl-80:not(.ct-section), .ct-section.max-height--xl-80 > .ct-section-inner-wrap {
    max-height: 80vh;
  }
  .max-height--xl-90:not(.ct-section), .ct-section.max-height--xl-90 > .ct-section-inner-wrap {
    max-height: 90vh;
  }
  .max-height--xl-100:not(.ct-section), .ct-section.max-height--xl-100 > .ct-section-inner-wrap {
    max-height: 100vh;
  }
  .max-height--xl-full:not(.ct-section), .ct-section.max-height--xl-full > .ct-section-inner-wrap {
    max-height: 100vh;
  }
}
@media (max-width: 991px) {
  .max-height--l-20:not(.ct-section), .ct-section.max-height--l-20 > .ct-section-inner-wrap {
    max-height: 20vh;
  }
  .max-height--l-30:not(.ct-section), .ct-section.max-height--l-30 > .ct-section-inner-wrap {
    max-height: 30vh;
  }
  .max-height--l-40:not(.ct-section), .ct-section.max-height--l-40 > .ct-section-inner-wrap {
    max-height: 40vh;
  }
  .max-height--l-50:not(.ct-section), .ct-section.max-height--l-50 > .ct-section-inner-wrap {
    max-height: 50vh;
  }
  .max-height--l-60:not(.ct-section), .ct-section.max-height--l-60 > .ct-section-inner-wrap {
    max-height: 60vh;
  }
  .max-height--l-70:not(.ct-section), .ct-section.max-height--l-70 > .ct-section-inner-wrap {
    max-height: 70vh;
  }
  .max-height--l-80:not(.ct-section), .ct-section.max-height--l-80 > .ct-section-inner-wrap {
    max-height: 80vh;
  }
  .max-height--l-90:not(.ct-section), .ct-section.max-height--l-90 > .ct-section-inner-wrap {
    max-height: 90vh;
  }
  .max-height--l-100:not(.ct-section), .ct-section.max-height--l-100 > .ct-section-inner-wrap {
    max-height: 100vh;
  }
  .max-height--l-full:not(.ct-section), .ct-section.max-height--l-full > .ct-section-inner-wrap {
    max-height: 100vh;
  }
}
@media (max-width: 767px) {
  .max-height--m-20:not(.ct-section), .ct-section.max-height--m-20 > .ct-section-inner-wrap {
    max-height: 20vh;
  }
  .max-height--m-30:not(.ct-section), .ct-section.max-height--m-30 > .ct-section-inner-wrap {
    max-height: 30vh;
  }
  .max-height--m-40:not(.ct-section), .ct-section.max-height--m-40 > .ct-section-inner-wrap {
    max-height: 40vh;
  }
  .max-height--m-50:not(.ct-section), .ct-section.max-height--m-50 > .ct-section-inner-wrap {
    max-height: 50vh;
  }
  .max-height--m-60:not(.ct-section), .ct-section.max-height--m-60 > .ct-section-inner-wrap {
    max-height: 60vh;
  }
  .max-height--m-70:not(.ct-section), .ct-section.max-height--m-70 > .ct-section-inner-wrap {
    max-height: 70vh;
  }
  .max-height--m-80:not(.ct-section), .ct-section.max-height--m-80 > .ct-section-inner-wrap {
    max-height: 80vh;
  }
  .max-height--m-90:not(.ct-section), .ct-section.max-height--m-90 > .ct-section-inner-wrap {
    max-height: 90vh;
  }
  .max-height--m-100:not(.ct-section), .ct-section.max-height--m-100 > .ct-section-inner-wrap {
    max-height: 100vh;
  }
  .max-height--m-full:not(.ct-section), .ct-section.max-height--m-full > .ct-section-inner-wrap {
    max-height: 100vh;
  }
}
@media (max-width: 479px) {
  .max-height--s-20:not(.ct-section), .ct-section.max-height--s-20 > .ct-section-inner-wrap {
    max-height: 20vh;
  }
  .max-height--s-30:not(.ct-section), .ct-section.max-height--s-30 > .ct-section-inner-wrap {
    max-height: 30vh;
  }
  .max-height--s-40:not(.ct-section), .ct-section.max-height--s-40 > .ct-section-inner-wrap {
    max-height: 40vh;
  }
  .max-height--s-50:not(.ct-section), .ct-section.max-height--s-50 > .ct-section-inner-wrap {
    max-height: 50vh;
  }
  .max-height--s-60:not(.ct-section), .ct-section.max-height--s-60 > .ct-section-inner-wrap {
    max-height: 60vh;
  }
  .max-height--s-70:not(.ct-section), .ct-section.max-height--s-70 > .ct-section-inner-wrap {
    max-height: 70vh;
  }
  .max-height--s-80:not(.ct-section), .ct-section.max-height--s-80 > .ct-section-inner-wrap {
    max-height: 80vh;
  }
  .max-height--s-90:not(.ct-section), .ct-section.max-height--s-90 > .ct-section-inner-wrap {
    max-height: 90vh;
  }
  .max-height--s-100:not(.ct-section), .ct-section.max-height--s-100 > .ct-section-inner-wrap {
    max-height: 100vh;
  }
  .max-height--s-full:not(.ct-section), .ct-section.max-height--s-full > .ct-section-inner-wrap {
    max-height: 100vh;
  }
}
.owl--xs:not(.ct-section) > * + *, .ct-section.owl--xs .ct-section-inner-wrap > * + * {
  margin-top: 1.896rem;
  margin-top: calc(1.0666666667rem + (0.2666666667 * ((100vw - 32rem) / 112)));
  margin-top: clamp(1.0666666667rem, calc(0.2380952381vw + 0.9904761905rem), 1.3333333333rem);
}
.owl--s:not(.ct-section) > * + *, .ct-section.owl--s .ct-section-inner-wrap > * + * {
  margin-top: 2.133rem;
  margin-top: calc(1.6rem + (0.4 * ((100vw - 32rem) / 112)));
  margin-top: clamp(1.6rem, calc(0.3571428571vw + 1.4857142857rem), 2rem);
}
.owl--m:not(.ct-section) > * + *, .ct-section.owl--m .ct-section-inner-wrap > * + * {
  margin-top: 2.4rem;
  margin-top: calc(2.4rem + (0.6 * ((100vw - 32rem) / 112)));
  margin-top: clamp(2.4rem, calc(0.5357142857vw + 2.2285714286rem), 3rem);
}
.owl--l:not(.ct-section) > * + *, .ct-section.owl--l .ct-section-inner-wrap > * + * {
  margin-top: 2.7rem;
  margin-top: calc(3.1992rem + (1.3008 * ((100vw - 32rem) / 112)));
  margin-top: clamp(3.1992rem, calc(1.1614285714vw + 2.8275428571rem), 4.5rem);
}
.owl--xl:not(.ct-section) > * + *, .ct-section.owl--xl .ct-section-inner-wrap > * + * {
  margin-top: 3.038rem;
  margin-top: calc(4.2645336rem + (2.4854664 * ((100vw - 32rem) / 112)));
  margin-top: clamp(4.2645336rem, calc(2.2191664286vw + 3.5544003429rem), 6.75rem);
}
.owl--xxl:not(.ct-section) > * + *, .ct-section.owl--xxl .ct-section-inner-wrap > * + * {
  margin-top: 3.42rem;
  margin-top: calc(5.6846232888rem + (4.4403767112 * ((100vw - 32rem) / 112)));
  margin-top: clamp(5.6846232888rem, calc(3.9646220636vw + 4.4159442285rem), 10.125rem);
}
.pad-section--xs:not(.ct-section), .pad-section--xs .ct-section-inner-wrap {
  padding: 1.896rem 2.4rem;
  padding: calc(3.2rem + (2.1333333333 * ((100vw - 32rem) / 112))) calc(2.4rem + (0.6 * ((100vw - 32rem) / 112)));
  padding: clamp(3.2rem, calc(1.9047619048vw + 2.5904761905rem), 5.3333333333rem) clamp(2.4rem, calc(0.5357142857vw + 2.2285714286rem), 3rem);
}
.pad-section--s:not(.ct-section), .pad-section--s .ct-section-inner-wrap {
  padding: 2.133rem 2.4rem;
  padding: calc(4.8rem + (3.2 * ((100vw - 32rem) / 112))) calc(2.4rem + (0.6 * ((100vw - 32rem) / 112)));
  padding: clamp(4.8rem, calc(2.8571428571vw + 3.8857142857rem), 8rem) clamp(2.4rem, calc(0.5357142857vw + 2.2285714286rem), 3rem);
}
.pad-section--m:not(.ct-section), .pad-section--m .ct-section-inner-wrap {
  padding: 2.4rem 2.4rem;
  padding: calc(7.2rem + (4.8 * ((100vw - 32rem) / 112))) calc(2.4rem + (0.6 * ((100vw - 32rem) / 112)));
  padding: clamp(7.2rem, calc(4.2857142857vw + 5.8285714286rem), 12rem) clamp(2.4rem, calc(0.5357142857vw + 2.2285714286rem), 3rem);
}
.pad-section--l:not(.ct-section), .pad-section--l .ct-section-inner-wrap {
  padding: 2.7rem 2.4rem;
  padding: calc(9.5976rem + (8.4024 * ((100vw - 32rem) / 112))) calc(2.4rem + (0.6 * ((100vw - 32rem) / 112)));
  padding: clamp(9.5976rem, calc(7.5021428571vw + 7.1969142857rem), 18rem) clamp(2.4rem, calc(0.5357142857vw + 2.2285714286rem), 3rem);
}
.pad-section--xl:not(.ct-section), .pad-section--xl .ct-section-inner-wrap {
  padding: 3.038rem 2.4rem;
  padding: calc(12.7936008rem + (14.2063992 * ((100vw - 32rem) / 112))) calc(2.4rem + (0.6 * ((100vw - 32rem) / 112)));
  padding: clamp(12.7936008rem, calc(12.684285vw + 8.7346296rem), 27rem) clamp(2.4rem, calc(0.5357142857vw + 2.2285714286rem), 3rem);
}
.pad-section--xxl:not(.ct-section), .pad-section--xxl .ct-section-inner-wrap {
  padding: 3.42rem 2.4rem;
  padding: calc(17.0538698664rem + (23.4461301336 * ((100vw - 32rem) / 112))) calc(2.4rem + (0.6 * ((100vw - 32rem) / 112)));
  padding: clamp(17.0538698664rem, calc(20.9340447621vw + 10.3549755425rem), 40.5rem) clamp(2.4rem, calc(0.5357142857vw + 2.2285714286rem), 3rem);
}
.pad-section--none:not(.ct-section), .pad-section--none .ct-section-inner-wrap {
  padding: 0 clamp(2.4rem, calc(0.5357142857vw + 2.2285714286rem), 3rem);
}
@media (max-width: 1439px) {
  .pad-section--xl-xs:not(.ct-section), .pad-section--xl-xs .ct-section-inner-wrap {
    padding: 1.896rem 2.4rem;
    padding: calc(3.2rem + (2.1333333333 * ((100vw - 32rem) / 112))) calc(2.4rem + (0.6 * ((100vw - 32rem) / 112)));
    padding: clamp(3.2rem, calc(1.9047619048vw + 2.5904761905rem), 5.3333333333rem) clamp(2.4rem, calc(0.5357142857vw + 2.2285714286rem), 3rem);
  }
  .pad-section--xl-none:not(.ct-section), .pad-section--xl-none .ct-section-inner-wrap {
    padding: 0 clamp(2.4rem, calc(0.5357142857vw + 2.2285714286rem), 3rem);
  }
  .pad--none--xl:not(.ct-section), .pad--none--xl .ct-section-inner-wrap {
    padding: 0 !important;
  }
  .pad-section--xl-s:not(.ct-section), .pad-section--xl-s .ct-section-inner-wrap {
    padding: 2.133rem 2.4rem;
    padding: calc(4.8rem + (3.2 * ((100vw - 32rem) / 112))) calc(2.4rem + (0.6 * ((100vw - 32rem) / 112)));
    padding: clamp(4.8rem, calc(2.8571428571vw + 3.8857142857rem), 8rem) clamp(2.4rem, calc(0.5357142857vw + 2.2285714286rem), 3rem);
  }
  .pad-section--xl-none:not(.ct-section), .pad-section--xl-none .ct-section-inner-wrap {
    padding: 0 clamp(2.4rem, calc(0.5357142857vw + 2.2285714286rem), 3rem);
  }
  .pad--none--xl:not(.ct-section), .pad--none--xl .ct-section-inner-wrap {
    padding: 0 !important;
  }
  .pad-section--xl-m:not(.ct-section), .pad-section--xl-m .ct-section-inner-wrap {
    padding: 2.4rem 2.4rem;
    padding: calc(7.2rem + (4.8 * ((100vw - 32rem) / 112))) calc(2.4rem + (0.6 * ((100vw - 32rem) / 112)));
    padding: clamp(7.2rem, calc(4.2857142857vw + 5.8285714286rem), 12rem) clamp(2.4rem, calc(0.5357142857vw + 2.2285714286rem), 3rem);
  }
  .pad-section--xl-none:not(.ct-section), .pad-section--xl-none .ct-section-inner-wrap {
    padding: 0 clamp(2.4rem, calc(0.5357142857vw + 2.2285714286rem), 3rem);
  }
  .pad--none--xl:not(.ct-section), .pad--none--xl .ct-section-inner-wrap {
    padding: 0 !important;
  }
  .pad-section--xl-l:not(.ct-section), .pad-section--xl-l .ct-section-inner-wrap {
    padding: 2.7rem 2.4rem;
    padding: calc(9.5976rem + (8.4024 * ((100vw - 32rem) / 112))) calc(2.4rem + (0.6 * ((100vw - 32rem) / 112)));
    padding: clamp(9.5976rem, calc(7.5021428571vw + 7.1969142857rem), 18rem) clamp(2.4rem, calc(0.5357142857vw + 2.2285714286rem), 3rem);
  }
  .pad-section--xl-none:not(.ct-section), .pad-section--xl-none .ct-section-inner-wrap {
    padding: 0 clamp(2.4rem, calc(0.5357142857vw + 2.2285714286rem), 3rem);
  }
  .pad--none--xl:not(.ct-section), .pad--none--xl .ct-section-inner-wrap {
    padding: 0 !important;
  }
  .pad-section--xl-xl:not(.ct-section), .pad-section--xl-xl .ct-section-inner-wrap {
    padding: 3.038rem 2.4rem;
    padding: calc(12.7936008rem + (14.2063992 * ((100vw - 32rem) / 112))) calc(2.4rem + (0.6 * ((100vw - 32rem) / 112)));
    padding: clamp(12.7936008rem, calc(12.684285vw + 8.7346296rem), 27rem) clamp(2.4rem, calc(0.5357142857vw + 2.2285714286rem), 3rem);
  }
  .pad-section--xl-none:not(.ct-section), .pad-section--xl-none .ct-section-inner-wrap {
    padding: 0 clamp(2.4rem, calc(0.5357142857vw + 2.2285714286rem), 3rem);
  }
  .pad--none--xl:not(.ct-section), .pad--none--xl .ct-section-inner-wrap {
    padding: 0 !important;
  }
  .pad-section--xl-xxl:not(.ct-section), .pad-section--xl-xxl .ct-section-inner-wrap {
    padding: 3.42rem 2.4rem;
    padding: calc(17.0538698664rem + (23.4461301336 * ((100vw - 32rem) / 112))) calc(2.4rem + (0.6 * ((100vw - 32rem) / 112)));
    padding: clamp(17.0538698664rem, calc(20.9340447621vw + 10.3549755425rem), 40.5rem) clamp(2.4rem, calc(0.5357142857vw + 2.2285714286rem), 3rem);
  }
  .pad-section--xl-none:not(.ct-section), .pad-section--xl-none .ct-section-inner-wrap {
    padding: 0 clamp(2.4rem, calc(0.5357142857vw + 2.2285714286rem), 3rem);
  }
  .pad--none--xl:not(.ct-section), .pad--none--xl .ct-section-inner-wrap {
    padding: 0 !important;
  }
}
@media (max-width: 991px) {
  .pad-section--l-xs:not(.ct-section), .pad-section--l-xs .ct-section-inner-wrap {
    padding: 1.896rem 2.4rem;
    padding: calc(3.2rem + (2.1333333333 * ((100vw - 32rem) / 112))) calc(2.4rem + (0.6 * ((100vw - 32rem) / 112)));
    padding: clamp(3.2rem, calc(1.9047619048vw + 2.5904761905rem), 5.3333333333rem) clamp(2.4rem, calc(0.5357142857vw + 2.2285714286rem), 3rem);
  }
  .pad-section--l-none:not(.ct-section), .pad-section--l-none .ct-section-inner-wrap {
    padding: 0 clamp(2.4rem, calc(0.5357142857vw + 2.2285714286rem), 3rem);
  }
  .pad--none--l:not(.ct-section), .pad--none--l .ct-section-inner-wrap {
    padding: 0 !important;
  }
  .pad-section--l-s:not(.ct-section), .pad-section--l-s .ct-section-inner-wrap {
    padding: 2.133rem 2.4rem;
    padding: calc(4.8rem + (3.2 * ((100vw - 32rem) / 112))) calc(2.4rem + (0.6 * ((100vw - 32rem) / 112)));
    padding: clamp(4.8rem, calc(2.8571428571vw + 3.8857142857rem), 8rem) clamp(2.4rem, calc(0.5357142857vw + 2.2285714286rem), 3rem);
  }
  .pad-section--l-none:not(.ct-section), .pad-section--l-none .ct-section-inner-wrap {
    padding: 0 clamp(2.4rem, calc(0.5357142857vw + 2.2285714286rem), 3rem);
  }
  .pad--none--l:not(.ct-section), .pad--none--l .ct-section-inner-wrap {
    padding: 0 !important;
  }
  .pad-section--l-m:not(.ct-section), .pad-section--l-m .ct-section-inner-wrap {
    padding: 2.4rem 2.4rem;
    padding: calc(7.2rem + (4.8 * ((100vw - 32rem) / 112))) calc(2.4rem + (0.6 * ((100vw - 32rem) / 112)));
    padding: clamp(7.2rem, calc(4.2857142857vw + 5.8285714286rem), 12rem) clamp(2.4rem, calc(0.5357142857vw + 2.2285714286rem), 3rem);
  }
  .pad-section--l-none:not(.ct-section), .pad-section--l-none .ct-section-inner-wrap {
    padding: 0 clamp(2.4rem, calc(0.5357142857vw + 2.2285714286rem), 3rem);
  }
  .pad--none--l:not(.ct-section), .pad--none--l .ct-section-inner-wrap {
    padding: 0 !important;
  }
  .pad-section--l-l:not(.ct-section), .pad-section--l-l .ct-section-inner-wrap {
    padding: 2.7rem 2.4rem;
    padding: calc(9.5976rem + (8.4024 * ((100vw - 32rem) / 112))) calc(2.4rem + (0.6 * ((100vw - 32rem) / 112)));
    padding: clamp(9.5976rem, calc(7.5021428571vw + 7.1969142857rem), 18rem) clamp(2.4rem, calc(0.5357142857vw + 2.2285714286rem), 3rem);
  }
  .pad-section--l-none:not(.ct-section), .pad-section--l-none .ct-section-inner-wrap {
    padding: 0 clamp(2.4rem, calc(0.5357142857vw + 2.2285714286rem), 3rem);
  }
  .pad--none--l:not(.ct-section), .pad--none--l .ct-section-inner-wrap {
    padding: 0 !important;
  }
  .pad-section--l-xl:not(.ct-section), .pad-section--l-xl .ct-section-inner-wrap {
    padding: 3.038rem 2.4rem;
    padding: calc(12.7936008rem + (14.2063992 * ((100vw - 32rem) / 112))) calc(2.4rem + (0.6 * ((100vw - 32rem) / 112)));
    padding: clamp(12.7936008rem, calc(12.684285vw + 8.7346296rem), 27rem) clamp(2.4rem, calc(0.5357142857vw + 2.2285714286rem), 3rem);
  }
  .pad-section--l-none:not(.ct-section), .pad-section--l-none .ct-section-inner-wrap {
    padding: 0 clamp(2.4rem, calc(0.5357142857vw + 2.2285714286rem), 3rem);
  }
  .pad--none--l:not(.ct-section), .pad--none--l .ct-section-inner-wrap {
    padding: 0 !important;
  }
  .pad-section--l-xxl:not(.ct-section), .pad-section--l-xxl .ct-section-inner-wrap {
    padding: 3.42rem 2.4rem;
    padding: calc(17.0538698664rem + (23.4461301336 * ((100vw - 32rem) / 112))) calc(2.4rem + (0.6 * ((100vw - 32rem) / 112)));
    padding: clamp(17.0538698664rem, calc(20.9340447621vw + 10.3549755425rem), 40.5rem) clamp(2.4rem, calc(0.5357142857vw + 2.2285714286rem), 3rem);
  }
  .pad-section--l-none:not(.ct-section), .pad-section--l-none .ct-section-inner-wrap {
    padding: 0 clamp(2.4rem, calc(0.5357142857vw + 2.2285714286rem), 3rem);
  }
  .pad--none--l:not(.ct-section), .pad--none--l .ct-section-inner-wrap {
    padding: 0 !important;
  }
}
@media (max-width: 767px) {
  .pad-section--m-xs:not(.ct-section), .pad-section--m-xs .ct-section-inner-wrap {
    padding: 1.896rem 2.4rem;
    padding: calc(3.2rem + (2.1333333333 * ((100vw - 32rem) / 112))) calc(2.4rem + (0.6 * ((100vw - 32rem) / 112)));
    padding: clamp(3.2rem, calc(1.9047619048vw + 2.5904761905rem), 5.3333333333rem) clamp(2.4rem, calc(0.5357142857vw + 2.2285714286rem), 3rem);
  }
  .pad-section--m-none:not(.ct-section), .pad-section--m-none .ct-section-inner-wrap {
    padding: 0 clamp(2.4rem, calc(0.5357142857vw + 2.2285714286rem), 3rem);
  }
  .pad--none--m:not(.ct-section), .pad--none--m .ct-section-inner-wrap {
    padding: 0 !important;
  }
  .pad-section--m-s:not(.ct-section), .pad-section--m-s .ct-section-inner-wrap {
    padding: 2.133rem 2.4rem;
    padding: calc(4.8rem + (3.2 * ((100vw - 32rem) / 112))) calc(2.4rem + (0.6 * ((100vw - 32rem) / 112)));
    padding: clamp(4.8rem, calc(2.8571428571vw + 3.8857142857rem), 8rem) clamp(2.4rem, calc(0.5357142857vw + 2.2285714286rem), 3rem);
  }
  .pad-section--m-none:not(.ct-section), .pad-section--m-none .ct-section-inner-wrap {
    padding: 0 clamp(2.4rem, calc(0.5357142857vw + 2.2285714286rem), 3rem);
  }
  .pad--none--m:not(.ct-section), .pad--none--m .ct-section-inner-wrap {
    padding: 0 !important;
  }
  .pad-section--m-m:not(.ct-section), .pad-section--m-m .ct-section-inner-wrap {
    padding: 2.4rem 2.4rem;
    padding: calc(7.2rem + (4.8 * ((100vw - 32rem) / 112))) calc(2.4rem + (0.6 * ((100vw - 32rem) / 112)));
    padding: clamp(7.2rem, calc(4.2857142857vw + 5.8285714286rem), 12rem) clamp(2.4rem, calc(0.5357142857vw + 2.2285714286rem), 3rem);
  }
  .pad-section--m-none:not(.ct-section), .pad-section--m-none .ct-section-inner-wrap {
    padding: 0 clamp(2.4rem, calc(0.5357142857vw + 2.2285714286rem), 3rem);
  }
  .pad--none--m:not(.ct-section), .pad--none--m .ct-section-inner-wrap {
    padding: 0 !important;
  }
  .pad-section--m-l:not(.ct-section), .pad-section--m-l .ct-section-inner-wrap {
    padding: 2.7rem 2.4rem;
    padding: calc(9.5976rem + (8.4024 * ((100vw - 32rem) / 112))) calc(2.4rem + (0.6 * ((100vw - 32rem) / 112)));
    padding: clamp(9.5976rem, calc(7.5021428571vw + 7.1969142857rem), 18rem) clamp(2.4rem, calc(0.5357142857vw + 2.2285714286rem), 3rem);
  }
  .pad-section--m-none:not(.ct-section), .pad-section--m-none .ct-section-inner-wrap {
    padding: 0 clamp(2.4rem, calc(0.5357142857vw + 2.2285714286rem), 3rem);
  }
  .pad--none--m:not(.ct-section), .pad--none--m .ct-section-inner-wrap {
    padding: 0 !important;
  }
  .pad-section--m-xl:not(.ct-section), .pad-section--m-xl .ct-section-inner-wrap {
    padding: 3.038rem 2.4rem;
    padding: calc(12.7936008rem + (14.2063992 * ((100vw - 32rem) / 112))) calc(2.4rem + (0.6 * ((100vw - 32rem) / 112)));
    padding: clamp(12.7936008rem, calc(12.684285vw + 8.7346296rem), 27rem) clamp(2.4rem, calc(0.5357142857vw + 2.2285714286rem), 3rem);
  }
  .pad-section--m-none:not(.ct-section), .pad-section--m-none .ct-section-inner-wrap {
    padding: 0 clamp(2.4rem, calc(0.5357142857vw + 2.2285714286rem), 3rem);
  }
  .pad--none--m:not(.ct-section), .pad--none--m .ct-section-inner-wrap {
    padding: 0 !important;
  }
  .pad-section--m-xxl:not(.ct-section), .pad-section--m-xxl .ct-section-inner-wrap {
    padding: 3.42rem 2.4rem;
    padding: calc(17.0538698664rem + (23.4461301336 * ((100vw - 32rem) / 112))) calc(2.4rem + (0.6 * ((100vw - 32rem) / 112)));
    padding: clamp(17.0538698664rem, calc(20.9340447621vw + 10.3549755425rem), 40.5rem) clamp(2.4rem, calc(0.5357142857vw + 2.2285714286rem), 3rem);
  }
  .pad-section--m-none:not(.ct-section), .pad-section--m-none .ct-section-inner-wrap {
    padding: 0 clamp(2.4rem, calc(0.5357142857vw + 2.2285714286rem), 3rem);
  }
  .pad--none--m:not(.ct-section), .pad--none--m .ct-section-inner-wrap {
    padding: 0 !important;
  }
}
@media (max-width: 479px) {
  .pad-section--s-xs:not(.ct-section), .pad-section--s-xs .ct-section-inner-wrap {
    padding: 1.896rem 2.4rem;
    padding: calc(3.2rem + (2.1333333333 * ((100vw - 32rem) / 112))) calc(2.4rem + (0.6 * ((100vw - 32rem) / 112)));
    padding: clamp(3.2rem, calc(1.9047619048vw + 2.5904761905rem), 5.3333333333rem) clamp(2.4rem, calc(0.5357142857vw + 2.2285714286rem), 3rem);
  }
  .pad-section--s-none:not(.ct-section), .pad-section--s-none .ct-section-inner-wrap {
    padding: 0 clamp(2.4rem, calc(0.5357142857vw + 2.2285714286rem), 3rem);
  }
  .pad--none--s:not(.ct-section), .pad--none--s .ct-section-inner-wrap {
    padding: 0 !important;
  }
  .pad-section--s-s:not(.ct-section), .pad-section--s-s .ct-section-inner-wrap {
    padding: 2.133rem 2.4rem;
    padding: calc(4.8rem + (3.2 * ((100vw - 32rem) / 112))) calc(2.4rem + (0.6 * ((100vw - 32rem) / 112)));
    padding: clamp(4.8rem, calc(2.8571428571vw + 3.8857142857rem), 8rem) clamp(2.4rem, calc(0.5357142857vw + 2.2285714286rem), 3rem);
  }
  .pad-section--s-none:not(.ct-section), .pad-section--s-none .ct-section-inner-wrap {
    padding: 0 clamp(2.4rem, calc(0.5357142857vw + 2.2285714286rem), 3rem);
  }
  .pad--none--s:not(.ct-section), .pad--none--s .ct-section-inner-wrap {
    padding: 0 !important;
  }
  .pad-section--s-m:not(.ct-section), .pad-section--s-m .ct-section-inner-wrap {
    padding: 2.4rem 2.4rem;
    padding: calc(7.2rem + (4.8 * ((100vw - 32rem) / 112))) calc(2.4rem + (0.6 * ((100vw - 32rem) / 112)));
    padding: clamp(7.2rem, calc(4.2857142857vw + 5.8285714286rem), 12rem) clamp(2.4rem, calc(0.5357142857vw + 2.2285714286rem), 3rem);
  }
  .pad-section--s-none:not(.ct-section), .pad-section--s-none .ct-section-inner-wrap {
    padding: 0 clamp(2.4rem, calc(0.5357142857vw + 2.2285714286rem), 3rem);
  }
  .pad--none--s:not(.ct-section), .pad--none--s .ct-section-inner-wrap {
    padding: 0 !important;
  }
  .pad-section--s-l:not(.ct-section), .pad-section--s-l .ct-section-inner-wrap {
    padding: 2.7rem 2.4rem;
    padding: calc(9.5976rem + (8.4024 * ((100vw - 32rem) / 112))) calc(2.4rem + (0.6 * ((100vw - 32rem) / 112)));
    padding: clamp(9.5976rem, calc(7.5021428571vw + 7.1969142857rem), 18rem) clamp(2.4rem, calc(0.5357142857vw + 2.2285714286rem), 3rem);
  }
  .pad-section--s-none:not(.ct-section), .pad-section--s-none .ct-section-inner-wrap {
    padding: 0 clamp(2.4rem, calc(0.5357142857vw + 2.2285714286rem), 3rem);
  }
  .pad--none--s:not(.ct-section), .pad--none--s .ct-section-inner-wrap {
    padding: 0 !important;
  }
  .pad-section--s-xl:not(.ct-section), .pad-section--s-xl .ct-section-inner-wrap {
    padding: 3.038rem 2.4rem;
    padding: calc(12.7936008rem + (14.2063992 * ((100vw - 32rem) / 112))) calc(2.4rem + (0.6 * ((100vw - 32rem) / 112)));
    padding: clamp(12.7936008rem, calc(12.684285vw + 8.7346296rem), 27rem) clamp(2.4rem, calc(0.5357142857vw + 2.2285714286rem), 3rem);
  }
  .pad-section--s-none:not(.ct-section), .pad-section--s-none .ct-section-inner-wrap {
    padding: 0 clamp(2.4rem, calc(0.5357142857vw + 2.2285714286rem), 3rem);
  }
  .pad--none--s:not(.ct-section), .pad--none--s .ct-section-inner-wrap {
    padding: 0 !important;
  }
  .pad-section--s-xxl:not(.ct-section), .pad-section--s-xxl .ct-section-inner-wrap {
    padding: 3.42rem 2.4rem;
    padding: calc(17.0538698664rem + (23.4461301336 * ((100vw - 32rem) / 112))) calc(2.4rem + (0.6 * ((100vw - 32rem) / 112)));
    padding: clamp(17.0538698664rem, calc(20.9340447621vw + 10.3549755425rem), 40.5rem) clamp(2.4rem, calc(0.5357142857vw + 2.2285714286rem), 3rem);
  }
  .pad-section--s-none:not(.ct-section), .pad-section--s-none .ct-section-inner-wrap {
    padding: 0 clamp(2.4rem, calc(0.5357142857vw + 2.2285714286rem), 3rem);
  }
  .pad--none--s:not(.ct-section), .pad--none--s .ct-section-inner-wrap {
    padding: 0 !important;
  }
}
.pad--none .ct-section-inner-wrap {
  padding: 0 !important;
}
section.fr-hero-padding {
  padding-top: var(--fr-hero-padding);
  padding-bottom: var(--fr-hero-padding);
}
.display--inline {
  display: inline;
}
.display--block {
  display: block;
}
.display--contents {
  display: contents;
}
.display--inline-block {
  display: inline-block;
}
.display--inline-flex {
  display: inline-flex;
}
.display--list-item {
  display: list-item;
}
.display--none {
  display: none;
}
@media (max-width: 1439px) {
  .display--xl-block {
    display: block;
  }
  .display--xl-none {
    display: none;
  }
}
@media (max-width: 991px) {
  .display--l-block {
    display: block;
  }
  .display--l-none {
    display: none;
  }
}
@media (max-width: 767px) {
  .display--m-block {
    display: block;
  }
  .display--m-none {
    display: none;
  }
}
@media (max-width: 479px) {
  .display--s-block {
    display: block;
  }
  .display--s-none {
    display: none;
  }
}
.pad-header--xs {
  padding: 1.896rem 0;
  padding: calc(1.0666666667rem + (0.2666666667 * ((100vw - 32rem) / 112))) 0;
  padding: clamp(1.0666666667rem, calc(0.2380952381vw + 0.9904761905rem), 1.3333333333rem) 0;
}
.pad-header--s {
  padding: 2.133rem 0;
  padding: calc(1.6rem + (0.4 * ((100vw - 32rem) / 112))) 0;
  padding: clamp(1.6rem, calc(0.3571428571vw + 1.4857142857rem), 2rem) 0;
}
.pad-header--m {
  padding: 2.4rem 0;
  padding: calc(2.4rem + (0.6 * ((100vw - 32rem) / 112))) 0;
  padding: clamp(2.4rem, calc(0.5357142857vw + 2.2285714286rem), 3rem) 0;
}
.pad-header--l {
  padding: 2.7rem 0;
  padding: calc(3.1992rem + (1.3008 * ((100vw - 32rem) / 112))) 0;
  padding: clamp(3.1992rem, calc(1.1614285714vw + 2.8275428571rem), 4.5rem) 0;
}
.pad-header--xl {
  padding: 3.038rem 0;
  padding: calc(4.2645336rem + (2.4854664 * ((100vw - 32rem) / 112))) 0;
  padding: clamp(4.2645336rem, calc(2.2191664286vw + 3.5544003429rem), 6.75rem) 0;
}
.pad-header--xxl {
  padding: 3.42rem 0;
  padding: calc(5.6846232888rem + (4.4403767112 * ((100vw - 32rem) / 112))) 0;
  padding: clamp(5.6846232888rem, calc(3.9646220636vw + 4.4159442285rem), 10.125rem) 0;
}
.width--vp-max {
  width: 100%;
  max-width: calc((144 - 3 * 2) * 1rem);
  margin-right: auto;
  margin-left: auto;
}
:root {
  --vp-max: calc((144 - 3 * 2) * 1rem);
}
