html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

* {
  box-sizing: border-box;
}

input {
  appearance: none;
  outline: none;
  border: none;
  border-radius: 0;
}

img,
svg,
button {
  background: transparent;
  display: block;
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
}

a {
  text-decoration: none;
}

html {
  --color-background: #FCF4E5;
  --color-background-offset: #F7EDDB;
  --color-white: #FFFFFF;
  --color-gray-15: #D9D2C5;
  --color-gray-20: #CDC7BB;
  --color-gray-30: #B5B0A5;
  --color-gray-40: #9E9990;
  --color-gray-50: #86827B;
  --color-gray-60: #6F6C66;
  --color-gray-70: #585551;
  --color-gray-90: #292826;
  --color-black: #111111;
  --color-black-harsh: #000000;
}
html .theme-light {
  --color-background: #FFFFFF;
  --color-background-offset: #F5F3F0;
  --color-white: #FFFFFF;
  --color-gray-15: #E0DCD3;
  --color-gray-20: #D7D2C9;
  --color-gray-30: #D1CDC6;
  --color-gray-40: #A4A099;
  --color-gray-50: #86827B;
  --color-gray-60: #6F6C66;
  --color-gray-70: #585551;
  --color-gray-90: #292826;
  --color-black: #111111;
  --color-black-harsh: #000000;
}
html .theme-dark {
  --color-background: #111111;
  --color-background-offset: #1E1E1E;
  --color-white: #111111;
  --color-gray-15: #222222;
  --color-gray-20: #333333;
  --color-gray-30: #444444;
  --color-gray-40: #494949;
  --color-gray-50: #666666;
  --color-gray-60: #999999;
  --color-gray-70: #AAAAAA;
  --color-gray-90: #EFEFEF;
  --color-black: #F5F2ED;
  --color-black-harsh: #FFFFFF;
}

* {
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  text-transform: initial;
  font-family: "Manrope", -apple-system, BlinkMacSystemFont, Roboto, Helvetica Neue, sans-serif;
  font-weight: 700;
}
h1.medium,
h2.medium,
h3.medium,
h4.medium,
h5.medium,
h6.medium {
  font-weight: 500;
}
h1.semibold,
h2.semibold,
h3.semibold,
h4.semibold,
h5.semibold,
h6.semibold {
  font-weight: 600;
}
h1 span,
h2 span,
h3 span,
h4 span,
h5 span,
h6 span {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
}
h1 span:not(.trans),
h2 span:not(.trans),
h3 span:not(.trans),
h4 span:not(.trans),
h5 span:not(.trans),
h6 span:not(.trans) {
  background: linear-gradient(170deg, #FFB217 20%, #E02727 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
h1 span.trans,
h2 span.trans,
h3 span.trans,
h4 span.trans,
h5 span.trans,
h6 span.trans {
  background: none;
  color: rgba(255, 255, 255, 0.25);
}

body,
html,
p {
  font-family: "Inconsolata", -apple-system, BlinkMacSystemFont, Roboto, Helvetica Neue, sans-serif;
  font-weight: 400;
  font-size: 17px;
  line-height: 125%;
}
body.medium,
html.medium,
p.medium {
  font-weight: 500;
}
body.semibold,
html.semibold,
p.semibold {
  font-weight: 600;
}
body.bold,
html.bold,
p.bold {
  font-weight: 700;
}

h1 {
  font-size: 110px;
  line-height: 100%;
  letter-spacing: -0.15rem;
  color: var(--color-transparent);
}
@media screen and (max-width: 950px) {
  h1 {
    font-size: 65px;
    line-height: 110%;
    letter-spacing: -0.15rem;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
}

h2 {
  font-size: 55px;
  line-height: 110%;
  letter-spacing: -0.1rem;
}
@media screen and (max-width: 950px) {
  h2 {
    font-size: 45px;
    line-height: 120%;
    letter-spacing: -0.1rem;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
}

h3 {
  font-size: 40px;
  line-height: 120%;
  letter-spacing: -0.1rem;
}
@media screen and (max-width: 950px) {
  h3 {
    font-size: 35px;
    line-height: 120%;
    letter-spacing: -0.1rem;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
}

h4 {
  font-size: 25px;
  line-height: 120%;
  letter-spacing: -0.05rem;
}

h5 {
  font-size: 20px;
  line-height: 125%;
  letter-spacing: -0.01rem;
}

h6 {
  font-size: 16px;
  line-height: 125%;
  letter-spacing: -0.01rem;
}

p {
  font-size: 17px;
  line-height: 125%;
}
p.size-large {
  font-size: 25px;
  line-height: 135%;
}
@media screen and (max-width: 950px) {
  p.size-large {
    font-size: 23px;
    line-height: 135%;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
}
p.size-medium {
  font-size: 20px;
  line-height: 135%;
}
@media screen and (max-width: 950px) {
  p.size-medium {
    font-size: 19px;
    line-height: 135%;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
}
p.size-micro {
  font-size: 15px;
  line-height: 130%;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeInOut {
  0% {
    opacity: 0;
  }
  40% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes slideShowTwo {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  60% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes slideShowThree {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  30% {
    opacity: 1;
  }
  40% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes titleOne {
  0% {
    opacity: 0;
  }
  5% {
    opacity: 1;
  }
  20% {
    opacity: 1;
  }
  25% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes titleTwo {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  45% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes titleThree {
  0% {
    opacity: 0;
  }
  40% {
    opacity: 0;
  }
  45% {
    opacity: 1;
  }
  60% {
    opacity: 1;
  }
  65% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes titleFour {
  0% {
    opacity: 0;
  }
  60% {
    opacity: 0;
  }
  65% {
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  85% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes titleFive {
  0% {
    opacity: 0;
  }
  80% {
    opacity: 0;
  }
  85% {
    opacity: 1;
  }
  98% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.announcement {
  background: var(--color-black);
  padding: 10px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.3s ease-in-out;
}
.announcement-inside {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  transition: padding-left 0.3s ease-in-out;
}
.announcement-inside-content {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
@media screen and (max-width: 950px) {
  .announcement-inside-content {
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
}
.announcement-title {
  font-weight: 600;
  color: var(--color-background);
}
.announcement-description {
  color: var(--color-gray-20);
}
@media screen and (max-width: 950px) {
  .announcement-description {
    font-size: 15px;
    line-height: 130%;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
}
.announcement-button {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
  background: var(--color-gray-90);
  padding: 5px 15px;
  color: var(--color-background);
  font-weight: 600;
  transition: background 0.3s ease-in-out, padding-right 0.3s ease-in-out;
  position: relative;
}
.announcement-button-arrow {
  width: 11px;
  height: 11px;
  display: block;
  background-image: url("../../assets/images/icons/arrow-right-multi.png");
  background-size: 11px;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
@media screen and (min-width: 950px) {
  .announcement {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  .announcement:hover {
    background: var(--color-black-harsh);
  }
  .announcement:hover .announcement-inside {
    padding-left: 10px;
  }
  .announcement:hover .announcement-button {
    padding-right: calc(15px + 10px);
  }
  .announcement:hover .announcement-button-arrow {
    opacity: 1;
  }
}

.badge {
  width: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
  padding: 5px 10px 5px calc(10px + 2px);
  background: var(--color-background-offset);
  font-size: 15px;
  line-height: 130%;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--color-gray-90);
  text-align: center;
  letter-spacing: 0;
}
.badge.type-secondary {
  background: var(--color-background);
}

.benefits {
  width: 100%;
  padding: 80px 20px 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 40px;
  text-align: center;
}
@media screen and (max-width: 950px) {
  .benefits {
    padding: 60px 20px 40px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
}
.benefits-content {
  width: -moz-available;
  width: -webkit-fill-available;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 20px;
}
.benefits-content-icon, .benefits-content-icon img {
  width: 40px;
  height: 40px;
}
.benefits-content-copy {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 10px;
}
.benefits-content-copy-title {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.benefits-content-copy p {
  max-width: 1000px;
  padding: 0;
}
.benefits-content-panels {
  width: -moz-available;
  width: -webkit-fill-available;
  max-width: 1200px;
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-direction: row;
  gap: 20px;
}
@media screen and (max-width: 950px) {
  .benefits-content-panels {
    flex-direction: column;
    gap: 15px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
}
.benefits-content-panels-panel {
  width: -moz-available;
  width: -webkit-fill-available;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
  gap: 15px;
  background: var(--color-background-offset);
  border-radius: 5px;
  padding: 30px;
}
@media screen and (min-width: 950px) {
  .benefits-content-panels-panel {
    max-width: calc(33.3333333333% - 20px);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
}
.benefits-content-panels-panel-icon, .benefits-content-panels-panel-image {
  width: -moz-available;
  width: -webkit-fill-available;
  height: 225px;
  display: flex;
  border-radius: 3px;
}
.benefits-content-panels-panel-icon {
  align-items: center;
  justify-content: center;
  background: var(--color-background);
}
.benefits-content-panels-panel-icon-inside {
  width: 100px;
  height: 100px;
  background-color: var(--color-background-offset);
  border-radius: 35px;
  background-size: 40px;
  background-position: center;
  background-repeat: no-repeat;
}
.benefits-content-panels-panel-image {
  border-radius: 3px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.benefits-content-panels-panel-logo, .benefits-content-panels-panel-logo img {
  height: 40px;
}
.benefits-content-panels-panel-info {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
  gap: 5px;
  flex-grow: 1;
}
.benefits-content-panels-panel a,
.benefits-content-panels-panel .button {
  width: -moz-available;
  width: -webkit-fill-available;
}
.benefits-content-panels-left .benefits-content-panels-panel {
  align-items: flex-start;
  text-align: left;
}
.benefits-content-panels-left .benefits-content-panels-panel-info {
  align-items: flex-start;
}

.page-id-52 .benefits-content-panels-panel {
  max-width: calc(50% - 40px - 20px);
}
@media screen and (max-width: 950px) {
  .page-id-52 .benefits-content-panels-panel {
    max-width: 100%;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
}

.button {
  width: fit-content;
  display: flex;
  background: var(--color-black-harsh);
  border-radius: 3px;
  padding: 15px 30px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  transition: background 0.3s ease-in-out;
  cursor: pointer;
}
.button.padding-medium {
  padding: 15px 20px;
}
.button-label {
  font-size: 20px;
  line-height: 125%;
  letter-spacing: -0.01rem;
  font-family: "Manrope", -apple-system, BlinkMacSystemFont, Roboto, Helvetica Neue, sans-serif;
  font-weight: 600;
  color: var(--color-background);
  white-space: nowrap;
}
.button.label-h6 .button-label {
  font-size: 16px;
  line-height: 125%;
  letter-spacing: -0.01rem;
}
.button.label-body, .button.label-body-micro {
  padding: 10px 15px;
}
.button.label-body .button-label, .button.label-body-micro .button-label {
  font-family: "Inconsolata", -apple-system, BlinkMacSystemFont, Roboto, Helvetica Neue, sans-serif;
  font-size: 17px;
  line-height: 125%;
}
.button.label-body-micro .button-label {
  font-size: 15px;
  line-height: 130%;
}
.button.type-secondary {
  background: var(--color-background-offset);
}
.button.type-teritary {
  background: var(--color-background);
}
.button.type-teritary:hover {
  background: var(--color-background-offset);
}
.button.type-secondary .button-label, .button.type-teritary .button-label {
  color: var(--color-black);
}
.button-icon, .button-icon img {
  width: 22px;
  height: 22px;
}
.button-icon {
  transition: transform 0.3s ease-in-out;
}
.button-arrow {
  width: 12px;
  height: 12px;
  display: block;
  background-image: url("../../assets/images/icons/arrow-right-multi.png");
  background-size: 12px;
  background-position: center;
  background-repeat: no-repeat;
  transition: transform 0.3s ease-in-out;
}
.button-chevron {
  width: 10px;
  height: 10px;
  display: block;
  background-image: url("../../assets/images/icons/arrow-down.svg");
  background-size: 10px;
  background-position: center;
  background-repeat: no-repeat;
  transition: transform 0.3s ease-in-out;
}
@media screen and (min-width: 1250px) {
  .button {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  .button:hover .button-icon {
    transform: scale(1.11);
  }
  .button:hover .button-arrow {
    transform: translateX(5px);
  }
  .button:hover .button-chevron {
    transform: rotate(-180deg);
  }
}

.link {
  width: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  gap: 10px;
  transition: background 0.3s ease-in-out;
  cursor: pointer;
}
.link-icon, .link-icon img {
  width: 22px;
  height: 22px;
}
.link-icon {
  transition: transform 0.3s ease-in-out;
}
.link-label {
  width: fit-content;
  display: flex;
  position: relative;
  font-size: 17px;
  line-height: 125%;
  font-weight: 600;
  color: var(--color-black);
  white-space: nowrap;
}
.link-label span {
  width: 30px;
  height: 10px;
  margin-left: 10px;
  border-radius: 10px;
  vertical-align: middle;
  display: inline-block;
  background: #900;
  transform: translateY(6px);
}
.link-label:after {
  width: 12px;
  height: 12px;
  display: block;
  content: "";
  background-image: url("../../assets/images/icons/arrow-right-multi.png");
  background-size: 12px;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 100%;
  transform: translateY(-50%);
  transition: left 0.3s ease-in-out, opacity 0.3s ease-in-out;
  opacity: 0;
}
@media screen and (min-width: 1250px) {
  .link {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  .link:hover .link-icon {
    transform: scale(1.11);
  }
  .link:hover .link-label:after {
    left: calc(100% + 10px);
    opacity: 1;
  }
}

.faqs {
  width: 100%;
  background: var(--color-background);
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
  gap: 20px;
}
.faqs-panel {
  width: -moz-available;
  width: -webkit-fill-available;
  background-color: var(--color-background-offset);
  border-radius: 5px;
  padding: 60px 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 20px;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 950px) {
  .faqs-panel {
    padding: 40px 30px 30px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
}
.faqs-panel-inside {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 20px;
  position: relative;
  z-index: 1;
}
.faqs-panel-icon, .faqs-panel-icon img {
  width: 40px;
  height: 40px;
}
.faqs-panel-copy {
  width: -moz-available;
  width: -webkit-fill-available;
  max-width: 750px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 10px;
  text-align: center;
}
.faqs-panel-questions {
  width: -moz-available;
  width: -webkit-fill-available;
  max-width: 1150px;
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 20px;
  transition: height 0.3s ease-in-out;
}
.faqs-panel-question {
  width: -moz-available;
  width: -webkit-fill-available;
  display: flex;
  align-items: flex-start;
  justify-content: stretch;
  flex-direction: column;
  padding: 25px 0 25px 30px;
  gap: 5px;
  border-radius: 5px;
  background-color: var(--color-background);
  background-image: url("../../assets/images/icons/minus.png");
  background-size: 22px;
  background-position: top 26px right 30px;
  background-repeat: no-repeat;
  text-align: left;
  cursor: pointer;
}
.faqs-panel-question-answer {
  width: -moz-available;
  width: -webkit-fill-available;
  display: flex;
  align-items: flex-start;
  justify-content: stretch;
  flex-direction: column;
  gap: 10px;
  opacity: 0;
  animation: fadeIn 0.3s ease-in-out forwards;
}
.faqs-panel-question h5,
.faqs-panel-question p {
  padding-right: 82px;
}
.faqs-panel-question p {
  padding-right: 30px;
}
.faqs-panel-question:not(:only-child) {
  max-width: calc(50% - 30px);
}
@media screen and (max-width: 950px) {
  .faqs-panel-question:not(:only-child) {
    max-width: 100%;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
}
.faqs-panel-question:not(.expanded) {
  background-image: url("../../assets/images/icons/plus.png");
}
.faqs-panel-question:not(.expanded) .faqs-panel-question-answer {
  display: none;
}

.features {
  width: 100%;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 40px;
  text-align: center;
  position: relative;
}
.features-panel {
  width: -moz-available;
  width: -webkit-fill-available;
  background-color: var(--color-background);
  border-radius: 5px;
  padding: 80px 40px 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 20px;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 950px) {
  .features-panel {
    padding: 60px 30px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
}
.features-panel:before, .features-panel:after {
  width: -moz-available;
  width: -webkit-fill-available;
  height: 50%;
  position: absolute;
  z-index: 0;
  background-size: cover;
  background-repeat: no-repeat;
  display: block;
  content: "";
}
@media screen and (max-width: 950px) {
  .features-panel:before, .features-panel:after {
    width: 100%;
    height: 30%;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
}
.features-panel:before {
  top: 0;
  left: 0;
  background-image: url("../../assets/images/gradient/gradient-edges-left.jpg");
  background-position: center left;
}
.features-panel:after {
  bottom: 0;
  right: 0;
  background-image: url("../../assets/images/gradient/gradient-edges-right.jpg");
  background-position: center right;
}
.features-content, .features-content-image, .features-panels {
  position: relative;
  z-index: 2;
}
.features-content {
  width: -moz-available;
  width: -webkit-fill-available;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 20px;
}
.features-content-icon, .features-content-icon img {
  width: 40px;
  height: 40px;
}
.features-content-copy {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 10px;
}
.features-content-copy-title {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.features-content-copy p {
  max-width: 900px;
  padding: 0 20px;
}
.features-content-copy p:not(.size-medium) {
  color: var(--color-gray-60);
}
.features-content-image {
  width: -moz-available;
  width: -webkit-fill-available;
  height: 450px;
  object-fit: contain;
  margin: 10px 0;
  display: flex;
  align-items: stretch;
  justify-content: stretch;
  position: relative;
}
@media screen and (max-width: 950px) {
  .features-content-image {
    height: 300px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
}
.features-content-image-one, .features-content-image-two, .features-content-image-three {
  width: -moz-available;
  width: -webkit-fill-available;
  height: -moz-available;
  height: -webkit-fill-available;
  position: absolute;
  flex-grow: 1;
  top: 0;
  left: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.features-content-image.slideshow-two .features-content-image-one {
  opacity: 0;
  animation: slideShowTwo 10s ease-in-out infinite;
}
.features-content-image.slideshow-two .features-content-image-two {
  opacity: 0;
  animation: slideShowTwo 10s ease-in-out infinite;
  animation-delay: 5s;
}
.features-content-image.slideshow-three .features-content-image-one {
  opacity: 0;
  animation: slideShowThree 15s ease-in-out infinite;
}
.features-content-image.slideshow-three .features-content-image-two {
  opacity: 0;
  animation: slideShowThree 15s ease-in-out infinite;
  animation-delay: 5s;
}
.features-content-image.slideshow-three .features-content-image-three {
  opacity: 0;
  animation: slideShowThree 15s ease-in-out infinite;
  animation-delay: 10s;
}
.features-panels {
  width: -moz-available;
  width: -webkit-fill-available;
  max-width: 1150px;
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 20px;
}
.features-panels-item {
  width: -moz-available;
  width: -webkit-fill-available;
  display: flex;
  align-items: flex-start;
  justify-content: stretch;
  flex-direction: column;
  padding: 25px 30px;
  gap: 5px;
  border-radius: 5px;
  background-color: var(--color-background-offset);
  text-align: left;
}
.features-panels-item:not(:only-child) {
  max-width: calc(50% - 30px);
}
@media screen and (max-width: 950px) {
  .features-panels-item:not(:only-child) {
    max-width: 100%;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
}
.features-panels-item-icon, .features-panels-item-icon img {
  width: 40px;
  height: 40px;
}
.features-panels-item-icon {
  margin-bottom: 10px;
}
.features-panels-item p.size-micro {
  color: var(--color-gray-60);
}

.footer {
  width: 100%;
  background: var(--color-background);
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
  gap: 20px;
}
.footer-panel {
  background: var(--color-background-offset);
  border-radius: 5px;
  padding: 15px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
  gap: 15px;
}
.footer-panel-top {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
}
@media screen and (max-width: 950px) {
  .footer-panel-top {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    row-gap: 20px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
}
.footer-panel-top-logo {
  padding-left: 2px;
  padding-bottom: 2px;
}
.footer-panel-top-logo img {
  width: 175px;
}
@media screen and (max-width: 950px) {
  .footer-panel-top-logo img {
    width: 140px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
}
.footer-panel-top-actions {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  gap: 15px;
}
@media screen and (max-width: 950px) {
  .footer-panel-top-actions {
    width: -moz-available;
    width: -webkit-fill-available;
    flex-direction: column-reverse;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  .footer-panel-top-actions a,
  .footer-panel-top-actions .button {
    width: -moz-available;
    width: -webkit-fill-available;
    display: flex;
    max-width: 400px;
  }
  .footer-panel-top-actions a.type-secondary,
  .footer-panel-top-actions .button.type-secondary {
    background: var(--color-background);
  }
}
.footer-panel-bottom {
  width: -moz-available;
  width: -webkit-fill-available;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-direction: row;
  padding: 10px 10px 5px;
}
@media screen and (max-width: 1250px) {
  .footer-panel-bottom {
    flex-wrap: wrap;
    row-gap: 30px;
    justify-content: flex-start;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
}
.footer-panel-bottom-column {
  min-width: 150px;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 15px;
}
@media screen and (max-width: 1250px) {
  .footer-panel-bottom-column {
    width: 33%;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
}
@media screen and (max-width: 950px) {
  .footer-panel-bottom-column {
    width: 100%;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
}
@media screen and (max-width: 1250px) {
  .footer-panel-bottom-column:nth-child(4n), .footer-panel-bottom-column:nth-child(5n) {
    width: 50%;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
}
@media screen and (max-width: 950px) {
  .footer-panel-bottom-column:nth-child(4n), .footer-panel-bottom-column:nth-child(5n) {
    width: 100%;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
}
@media screen and (max-width: 950px) {
  .footer-panel-bottom-column:nth-child(5n) {
    margin-top: -60px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
}
.footer-panel-bottom-column-group {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 15px;
}
@media screen and (max-width: 1250px) {
  .footer-panel-bottom-column-group {
    width: 48%;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
}
@media screen and (max-width: 950px) {
  .footer-panel-bottom-column-group {
    width: 100%;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
}
.footer-panel-bottom-column-title, .footer-panel-bottom-column-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding: 5px 0;
  text-align: left;
}
.footer-panel-bottom-column-title {
  font-size: 16px;
  line-height: 125%;
  letter-spacing: -0.01rem;
  font-family: "Manrope", -apple-system, BlinkMacSystemFont, Roboto, Helvetica Neue, sans-serif;
  font-weight: 700;
  color: var(--color-black);
}
.footer-panel-bottom-column-link {
  font-size: 17px;
  line-height: 125%;
  font-weight: 600;
}
.footer-fineprint {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  gap: 40px;
  padding: 0 20px;
}
@media screen and (max-width: 950px) {
  .footer-fineprint {
    flex-direction: column;
    gap: 15px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
}
.footer-fineprint-copy, .footer-fineprint-link {
  font-weight: 600;
  color: var(--color-gray-70);
  text-align: center;
}
.footer-fineprint-link {
  transition: color 0.3s ease-in-out;
}
.footer-fineprint-link:hover {
  color: var(--color-black);
}

.bottom {
  background: var(--color-background);
}

.form {
  width: -moz-available;
  width: -webkit-fill-available;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.form .hbspt-form {
  width: 100%;
  max-width: 500px;
}

.header {
  width: calc(100% - 20px - 20px);
  position: fixed;
  top: 20px;
  left: 20px;
  background: var(--color-background);
  backdrop-filter: blur(10px);
  z-index: 10;
  border-radius: 5px;
  padding: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.02);
  transition: top 0.6s ease-in-out, background 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}
.header-scrolled {
  top: 20px !important;
}
.header-scrolled:not(:hover) {
  background: rgba(255, 255, 255, 0.05);
  box-shadow: inset 0 0 1px rgba(255, 255, 255, 0.2), inset -1px -1px 2px rgba(255, 255, 255, 0.05), 0 5px 5px rgba(0, 0, 0, 0.02);
}
.header-inside {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  gap: 10px;
}
.header-logo {
  padding-left: 2px;
  padding-bottom: 2px;
}
.header-logo img {
  width: 175px;
}
@media screen and (max-width: 950px) {
  .header-logo img {
    width: 140px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
}
.header-nav {
  width: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  gap: 0;
}
@media screen and (max-width: 950px) {
  .header-nav {
    gap: 10px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
}
.header-nav .button.type-teritary {
  background: transparent;
}
.header-nav .button.type-teritary:hover {
  background: var(--color-background-offset);
}
.header-flyout {
  width: fit-content;
  height: fit-content;
  display: flex;
}
.header-flyout-panel {
  display: none;
  position: absolute;
  top: calc(100% - 15px);
  left: 0;
  width: 100%;
  background: var(--color-background);
  border-radius: 0 0 5px 5px;
  padding: 15px;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.05);
}
.header-flyout-panel-inside {
  width: -moz-available;
  width: -webkit-fill-available;
  opacity: 0;
  animation: fadeIn 0.3s ease-in-out forwards;
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: stretch;
  gap: 20px;
}
.header-flyout-panel-inside-column {
  width: -moz-available;
  width: -webkit-fill-available;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 15px;
  padding: 20px;
}
.header-flyout-panel-inside-column:first-child {
  width: fit-content;
  background: var(--color-background-offset);
  border-radius: 5px;
}
@media screen and (min-width: 950px) {
  .header-flyout-panel-inside-column:first-child {
    max-width: 33.3333333333%;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
}
@media screen and (max-width: 1250px) {
  .header-flyout-panel-inside-column:first-child {
    max-width: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
}
.header-flyout-panel-inside-column:first-child .button.type-secondary {
  background: var(--color-background);
}
.header-flyout-panel-inside-column:first-child .header-flyout-panel-inside-column-top {
  padding-right: 10px;
}
.header-flyout-panel-inside-column-top, .header-flyout-panel-inside-column-actions {
  width: -moz-available;
  width: -webkit-fill-available;
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  gap: 15px;
}
.header-flyout-panel-inside-column-top-section, .header-flyout-panel-inside-column-actions-section {
  width: -moz-available;
  width: -webkit-fill-available;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.header-flyout-panel-inside-column-top-section.padding-spaced, .header-flyout-panel-inside-column-actions-section.padding-spaced {
  gap: 10px;
}
.header-flyout-panel-inside-column-top-section img, .header-flyout-panel-inside-column-actions-section img {
  width: -moz-available;
  width: -webkit-fill-available;
  height: 25px;
  display: block;
  object-fit: contain;
  object-position: left center;
}
.header-flyout-panel-inside-column-top-grid, .header-flyout-panel-inside-column-actions-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 15px;
  grid-row-gap: 15px;
}
.header-flyout-panel-inside-column-top-grid a, .header-flyout-panel-inside-column-actions-grid a {
  width: -moz-available;
  width: -webkit-fill-available;
  position: relative;
  display: flex;
  flex-grow: 1;
}
.header-flyout-panel-inside-column-top-grid a .header-link-arrow, .header-flyout-panel-inside-column-actions-grid a .header-link-arrow {
  width: 200px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  right: 0;
  flex-grow: 1;
  background: linear-gradient(90deg, rgba(252, 244, 229, 0) 0%, var(--color-background) 75%);
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
.header-flyout-panel-inside-column-top-grid a .header-link-arrow:after, .header-flyout-panel-inside-column-actions-grid a .header-link-arrow:after {
  width: -moz-available;
  width: -webkit-fill-available;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  right: 0;
  flex-grow: 1;
  background-image: url("../../assets/images/icons/arrow-right-multi.png");
  background-size: 12px;
  background-position: center right 20px;
  background-repeat: no-repeat;
  content: "";
}
.header-flyout-panel-inside-column-top-grid a:hover .header-link-arrow, .header-flyout-panel-inside-column-actions-grid a:hover .header-link-arrow {
  opacity: 1;
}
.header-flyout-panel-inside-column-actions {
  flex-grow: 0;
  gap: 5px;
}
.header-flyout-panel-inside-column .button {
  width: -moz-available;
  width: -webkit-fill-available;
}
.header-flyout:hover .button:not(.label-body-micro) {
  background: var(--color-background-offset);
}
.header-flyout:hover .button-chevron {
  transform: rotate(-180deg);
}
.header-flyout:hover .header-flyout-panel,
.header-flyout .header-flyout-panel:hover {
  display: block;
}
.header-flyout:hover .header-flyout-panel .header-flyout-panel-inside,
.header-flyout .header-flyout-panel:hover .header-flyout-panel-inside {
  opacity: 1;
}

.announcement + .header {
  top: calc(20px + 52px);
}
@media screen and (max-width: 950px) {
  .announcement + .header {
    top: calc(40px + 64px);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
}

.header .related {
  padding: 0;
  align-items: stretch;
}
.header .related-content:first-child {
  flex-shrink: 0;
  width: 350px;
}
.header .related-content-panels {
  max-width: -moz-available;
  max-width: -webkit-fill-available;
  flex-grow: 1;
}
.header .related-content-panels-panel {
  padding: 20px;
  flex-grow: 1;
}
.header .related-content-panels-panel-icon, .header .related-content-panels-panel-image {
  height: 175px;
}
.header-flyout:last-child .header-flyout-panel-inside {
  padding-left: 5px;
}
.header .footer {
  padding: 0;
}
.header .footer-panel {
  padding: 0;
  background: none;
}
.header .footer-panel-bottom {
  padding: 0 5px;
}

.hero {
  width: 100%;
  background-image: url("../../assets/images/gradient/gradient.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  overflow: hidden;
}
.hero-overlay {
  width: 100%;
  position: absolute;
  bottom: -30px;
  left: 0;
  font-family: "Manrope", -apple-system, BlinkMacSystemFont, Roboto, Helvetica Neue, sans-serif;
  font-size: 250px;
  font-weight: 700;
  line-height: 275px;
  letter-spacing: -0.4rem;
  color: var(--color-white);
  white-space: nowrap;
  text-align: center;
  overflow: hidden;
  opacity: 0.075;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  gap: 200px;
}
@media screen and (max-width: 950px) {
  .hero-overlay {
    font-size: 125px;
    line-height: 175px;
    gap: 100px;
    letter-spacing: -0.2rem;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
}
.hero-gradient {
  width: 100%;
  height: 175px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: linear-gradient(180deg, rgba(252, 244, 229, 0) 0%, #FCF4E5 100%);
}
@media screen and (max-width: 950px) {
  .hero-gradient {
    height: 75px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
}
.hero-inside {
  width: -moz-available;
  width: -webkit-fill-available;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column-reverse;
  position: relative;
}
.hero-graphic {
  position: relative;
  z-index: 10;
}
.hero-graphic img {
  width: 100%;
  height: 300px;
  object-fit: contain;
}
.hero-screen {
  width: calc(100% - 20px - 20px);
  max-width: 1150px;
  height: 500px;
  display: block;
  border-radius: 30px 30px 0 0;
  background-color: var(--color-black-harsh);
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  box-shadow: 0 0 0 15px rgba(255, 255, 255, 0.1);
  position: relative;
}
@media screen and (max-width: 950px) {
  .hero-screen {
    height: 200px;
    border-radius: 10px 10px 0 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
}
.hero-screen-two {
  width: 100%;
  height: 100%;
  border-radius: 30px 30px 0 0;
  background-color: var(--color-black-harsh);
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  animation: fadeInOut 10s ease-in-out infinite;
}
.hero-top {
  padding: 160px 20px 170px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 15px;
  text-align: center;
}
@media screen and (max-width: 950px) {
  .hero-top {
    padding-top: 120px;
    padding-bottom: 100px;
    gap: 15px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
}
.hero-top-title {
  width: -moz-available;
  width: -webkit-fill-available;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  position: relative;
}
.hero-top-title h1 {
  width: 85vw;
  margin: 0 auto;
}
@media screen and (min-width: 950px) {
  .hero-top-title h1 {
    width: 85vw;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
}
.hero-top-title img {
  width: 100px;
  height: 100px;
  display: inline-block;
  vertical-align: middle;
  transform: translateY(-10px);
  margin: 0 25px;
}
@media screen and (max-width: 950px) {
  .hero-top-title img {
    width: 60px;
    height: 60px;
    margin: 0 15px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
}
.hero-top-title-line {
  width: -moz-available;
  width: -webkit-fill-available;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hero-top-title-line h1 {
  width: 100%;
}
.hero-top-title-line:nth-child(1n) {
  opacity: 0;
  animation: titleOne 13s ease-in-out infinite;
}
.hero-top-title-line:nth-child(2n), .hero-top-title-line:nth-child(3n), .hero-top-title-line:nth-child(4n), .hero-top-title-line:nth-child(5n) {
  width: 100vw;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  opacity: 0;
  animation: titleTwo 13s ease-in-out infinite;
}
.hero-top-title-line:nth-child(3n) {
  animation: titleThree 13s ease-in-out infinite;
}
.hero-top-title-line:nth-child(4n) {
  animation: titleFour 13s ease-in-out infinite;
}
.hero-top-title-line:nth-child(5n) {
  animation: titleFive 13s ease-in-out infinite;
}
.hero-top p {
  max-width: 800px;
}
.hero-top-actions {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  gap: 15px;
}
@media screen and (max-width: 950px) {
  .hero-top-actions {
    width: -moz-available;
    width: -webkit-fill-available;
    flex-direction: column-reverse;
    gap: 10px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  .hero-top-actions a,
  .hero-top-actions .button {
    width: 100%;
    max-width: 400px;
  }
}
.hero .hero-graphic + .hero-top,
.hero .hero-screen + .hero-top {
  padding-bottom: 55px;
}
@media screen and (max-width: 950px) {
  .hero .hero-graphic + .hero-top,
  .hero .hero-screen + .hero-top {
    padding-bottom: 45px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
}

.mobile-menu {
  width: -moz-available;
  width: -webkit-fill-available;
  height: 100%;
  height: -webkit-fill-available;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  background: var(--color-background);
  flex-grow: 1;
  padding: 20px 0;
  gap: 20px;
}
.mobile-menu:not(.show) {
  display: none;
}
.mobile-menu-top, .mobile-menu-bottom {
  width: -moz-available;
  width: -webkit-fill-available;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-grow: 0;
  padding: 0 20px;
}
.mobile-menu-bottom a,
.mobile-menu-bottom .button {
  width: -moz-available;
  width: -webkit-fill-available;
}
.mobile-menu-logo {
  width: 140px;
}
.mobile-menu-middle, .mobile-menu-list {
  width: -moz-available;
  width: -webkit-fill-available;
  display: flex;
  flex-grow: 1;
  flex-direction: column;
}
.mobile-menu-middle {
  overflow: auto;
}
.mobile-menu-top, .mobile-menu-bottom, .mobile-menu-middle {
  opacity: 0;
  animation: fadeIn 0.6s ease-in-out forwards;
}

.offer {
  width: 100%;
  background: var(--color-background);
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
  gap: 20px;
}
.offer-panel {
  width: -moz-available;
  width: -webkit-fill-available;
  background-color: var(--color-background);
  border-radius: 5px;
  padding: 60px 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 20px;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 950px) {
  .offer-panel {
    padding: 40px 30px 30px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
}
.offer-panel:before, .offer-panel:after {
  width: 50%;
  height: 100%;
  position: absolute;
  z-index: 0;
  background-size: cover;
  background-repeat: no-repeat;
  display: block;
  content: "";
}
@media screen and (max-width: 950px) {
  .offer-panel:before, .offer-panel:after {
    width: 100%;
    height: 50%;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
}
.offer-panel:before {
  top: 0;
  left: 0;
  background-image: url("../../assets/images/gradient/gradient-edges-left.jpg");
  background-position: center left;
}
.offer-panel:after {
  bottom: 0;
  right: 0;
  background-image: url("../../assets/images/gradient/gradient-edges-right.jpg");
  background-position: center right;
}
.offer-panel-inside {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 20px;
  position: relative;
  z-index: 1;
}
.offer-panel-icon, .offer-panel-icon img {
  width: 40px;
  height: 40px;
}
.offer-panel-copy {
  width: -moz-available;
  width: -webkit-fill-available;
  max-width: 750px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 10px;
  text-align: center;
}
.offer-panel-copy p {
  color: var(--color-gray-60);
}
.offer-panel-copy p.size-medium {
  color: var(--color-gray-90);
}
.offer-panel-actions {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  gap: 15px;
  padding-bottom: 5px;
}
@media screen and (max-width: 950px) {
  .offer-panel-actions {
    width: -moz-available;
    width: -webkit-fill-available;
    flex-direction: column-reverse;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  .offer-panel-actions a,
  .offer-panel-actions .button {
    width: 100%;
    max-width: 400px;
    display: flex;
  }
}

.related {
  width: 100%;
  padding: 60px calc(20px + 15px) 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  gap: 40px;
}
@media screen and (max-width: 950px) {
  .related {
    flex-direction: column;
    padding: 60px 20px 40px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
}
.related-content {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  gap: 20px;
}
@media screen and (min-width: 950px) {
  .related-content:first-child {
    width: 450px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
}
.related-content-icon, .related-content-icon img {
  width: 40px;
  height: 40px;
}
.related-content-copy {
  width: -moz-available;
  width: -webkit-fill-available;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  gap: 10px;
}
.related-content-copy-title {
  width: -moz-available;
  width: -webkit-fill-available;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
}
.related-content-panels {
  width: -moz-available;
  width: -webkit-fill-available;
  max-width: 1200px;
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-direction: row;
  gap: 20px;
}
@media screen and (max-width: 950px) {
  .related-content-panels {
    flex-direction: column;
    gap: 15px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
}
.related-content-panels-panel {
  width: -moz-available;
  width: -webkit-fill-available;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  gap: 15px;
  background: var(--color-background-offset);
  border-radius: 5px;
  padding: 30px;
}
@media screen and (max-width: 950px) {
  .related-content-panels-panel {
    max-width: 600px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
}
@media screen and (max-width: 1250px) {
  .related-content-panels-panel:nth-child(3n) {
    display: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
}
@media screen and (max-width: 950px) {
  .related-content-panels-panel:nth-child(3n) {
    display: flex;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
}
.related-content-panels-panel-top {
  width: -moz-available;
  width: -webkit-fill-available;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  gap: 15px;
  flex-grow: 1;
}
.related-content-panels-panel-icon, .related-content-panels-panel-image {
  width: -moz-available;
  width: -webkit-fill-available;
  height: 200px;
  display: flex;
  border-radius: 3px;
}
.related-content-panels-panel-icon {
  align-items: center;
  justify-content: center;
  background: var(--color-background);
}
.related-content-panels-panel-icon-inside {
  width: 100px;
  height: 100px;
  background-color: var(--color-background-offset);
  border-radius: 35px;
  background-size: 40px;
  background-position: center;
  background-repeat: no-repeat;
}
.related-content-panels-panel-image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.related-content-panels-panel-logo, .related-content-panels-panel-logo img {
  height: 40px;
}
.related-content-panels-panel-info {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
}
.related-content-panels-panel a,
.related-content-panels-panel .button {
  width: -moz-available;
  width: -webkit-fill-available;
}
.related-content-panels-left .benefits-content-panels-panel {
  align-items: flex-start;
  text-align: left;
}
.related-content-panels-left .benefits-content-panels-panel-info {
  align-items: flex-start;
}

.solutions {
  width: 100%;
  padding: 75px 20px 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 40px;
  text-align: center;
}
@media screen and (max-width: 950px) {
  .solutions {
    padding: 60px 20px 40px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
}
.solutions-content {
  width: -moz-available;
  width: -webkit-fill-available;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 20px;
}
.solutions-content-icon, .solutions-content-icon img {
  width: 40px;
  height: 40px;
}
.solutions-content-copy {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 10px;
}
.solutions-content-copy-title {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.solutions-content-copy p {
  max-width: 1000px;
  padding: 0;
}
.solutions-content-copy-actions {
  padding-top: 10px;
}
.solutions-content-panels {
  width: -moz-available;
  width: -webkit-fill-available;
  max-width: 1400px;
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 20px;
  padding: 0 15px;
}
@media screen and (max-width: 950px) {
  .solutions-content-panels {
    flex-direction: column;
    gap: 15px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
}
.solutions-content-panels-panel {
  width: -moz-available;
  width: -webkit-fill-available;
  max-width: calc(25% - 20px);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 15px;
  background: var(--color-background-offset);
  border-radius: 5px;
  padding: 30px;
}
@media screen and (max-width: 1250px) {
  .solutions-content-panels-panel {
    max-width: calc(33.3333333333% - 20px);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
}
@media screen and (max-width: 950px) {
  .solutions-content-panels-panel {
    max-width: 100%;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
}
@media screen and (max-width: 1250px) {
  .solutions-content-panels-panel:last-child {
    display: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
}
@media screen and (max-width: 950px) {
  .solutions-content-panels-panel:last-child {
    display: flex;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
}
.solutions-content-panels-panel-top {
  width: -moz-available;
  width: -webkit-fill-available;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 15px;
  flex-grow: 1;
}
.solutions-content-panels-panel-icon {
  width: -moz-available;
  width: -webkit-fill-available;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: 10px 0;
  flex-grow: 1;
}
.solutions-content-panels-panel-icon-inside {
  width: 100px;
  height: 100px;
  background-color: var(--color-background);
  border-radius: 35px;
  background-size: 40px;
  background-position: center;
  background-repeat: no-repeat;
}
.solutions-content-panels-panel-info {
  width: -moz-available;
  width: -webkit-fill-available;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
}
.solutions-content-panels-panel-info h4,
.solutions-content-panels-panel-info p {
  padding: 0 10px;
}
.solutions-content-panels-panel a,
.solutions-content-panels-panel .button {
  width: -moz-available;
  width: -webkit-fill-available;
}
.solutions-content-panels-panel .button:hover {
  background: var(--color-background);
}
.solutions-content-panels-left .benefits-content-panels-panel {
  align-items: flex-start;
  text-align: left;
}
.solutions-content-panels-left .benefits-content-panels-panel-info {
  align-items: flex-start;
}

.page-id-37 .solutions-content-panels-panel,
.page-id-889 .solutions-content-panels-panel {
  max-width: calc(33.3333333333% - 20px);
}
@media screen and (max-width: 950px) {
  .page-id-37 .solutions-content-panels-panel,
  .page-id-889 .solutions-content-panels-panel {
    max-width: 100%;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
}

.ticker {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding: 30px;
  position: relative;
}
.ticker:after {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  content: "";
  background: linear-gradient(90deg, var(--color-background) 5%, rgba(252, 244, 229, 0) 20%, rgba(252, 244, 229, 0) 80%, var(--color-background) 95%);
}
.ticker-inside {
  width: -moz-available;
  width: -webkit-fill-available;
  display: flex;
  flex-direction: row;
  gap: 80px;
  white-space: nowrap;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 1250px) {
  .ticker-inside {
    width: fit-content;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
}
@media screen and (max-width: 950px) {
  .ticker-inside {
    gap: 50px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
}
.ticker-inside img {
  height: 30px;
}

body {
  background: var(--color-black);
  opacity: 0;
  animation: fadeIn 0.3s linear forwards;
  color: var(--color-gray-90);
}
body.overflow-hidden {
  overflow: hidden;
}
body main {
  background: var(--color-background);
  margin: 0;
}
body .wp-block-group {
  width: -moz-available;
  width: -webkit-fill-available;
  overflow: hidden;
  padding: 0 !important;
  margin: 0 !important;
}
body .wp-block-group .entry-content {
  padding: 60px 20px;
  margin: 0 !important;
}
body .wp-block-group .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
  max-width: 1000px;
}
body .wp-block-group a {
  font-weight: 500;
  color: #FF6600;
  text-decoration: underline;
  text-underline-offset: 3px;
}
body .wp-site-blocks {
  width: 100%;
  background: var(--color-background);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--color-black);
}

p {
  color: var(--color-gray-90);
}

.hide {
  display: none;
}

@media screen and (max-width: 1250px) {
  .tablet-hide {
    display: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
}

@media screen and (max-width: 950px) {
  .phone-hide {
    display: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
}

@media screen and (min-width: 950px) {
  .phone-show {
    display: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
}

.divider {
  width: -moz-available;
  width: -webkit-fill-available;
  display: flex;
  padding: 0 20px;
  border-radius: 3px;
}
.divider:after {
  width: -moz-available;
  width: -webkit-fill-available;
  height: 3px;
  display: flex;
  background: var(--color-background-offset);
  border-radius: 3px;
  content: "";
}

/*# sourceMappingURL=style.css.map */
