@import "less/assets/swiper.min.css";
:root {
  font-size: 0.9375vw;
  --text-multiplier: 1;
  --column-gap: calc(15rem * 1 / 18);
  --header-height: calc(80rem * 1 / 18);
  --header-height-mobile: 100px;
  --header-height-phone: 80px;
  --radial-gradient: radial-gradient(301.56% 127.72% at 98.74% 0%, rgba(250, 239, 234, 0.9) 0%, rgba(255, 239, 160, 0.27) 29.18%, rgba(250, 239, 234, 0.9) 56%, rgba(255, 199, 179, 0.45) 77.4%, rgba(227, 218, 255, 0.45) 100%);
}
/* Stop scaling at 2000px */
html:has(body.admin) {
  margin-top: 32px !important;
}
@media only screen and (max-width: 782px) {
  html:has(body.admin) {
    margin-top: 46px !important;
  }
}
html p,
html ul,
html li,
html a,
html span {
  font-family: greycliff-cf, sans-serif;
}
body {
  background-color: #f5f5f5;
  color: black;
  position: relative;
}
body #content {
  background-image: var(--radial-gradient);
  background-size: 400%;
  animation: bg-animation 20s infinite alternate;
}
body #content.contain-scr {
  overflow: unset ;
}
body #content.editor-template {
  display: grid;
  grid-template-columns: 5.73% repeat(24, 1fr) 5.73%;
  column-gap: calc(20rem * 1 / 18);
  position: relative;
}
@media only screen and (max-width: 1023px) {
  body #content.editor-template {
    padding-left: 32px;
    padding-right: 32px;
    grid-template-columns: repeat(4, 1fr);
    column-gap: 20px;
  }
}
@media only screen and (max-width: 600px) {
  body #content.editor-template {
    padding-left: 20px;
    padding-right: 20px;
  }
}
body #content.editor-template > * {
  grid-column: 4 / span 20;
}
@media only screen and (max-width: 1023px) {
  body #content.editor-template > * {
    grid-column: 1 / -1;
  }
}
body #content.editor-template a {
  color: #E65621;
  text-decoration: underline;
}
body #content.editor-template ul.wp-block-list {
  list-style: disc !important;
  margin-left: calc(20rem * 1 / 18);
}
body #content.editor-template ul.wp-block-list li {
  font-family: greycliff-cf, sans-serif;
  font-size: calc(16rem * 1 / 18 * var(--text-multiplier));
  font-weight: normal !important;
  line-height: calc(28rem * 1 / 18 * var(--text-multiplier));
  letter-spacing: calc(0rem * 1 / 18 * var(--text-multiplier));
  margin-bottom: calc(20rem * 1 / 18);
  color: #3E3441;
  margin-bottom: calc(5rem * 1 / 18);
}
@media only screen and (max-width: 1023px) {
  body #content.editor-template ul.wp-block-list li {
    font-size: 16px;
    line-height: 28px;
  }
}
@media only screen and (max-width: 1023px) {
  body #content.editor-template ul.wp-block-list li {
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 12px;
  }
}
body #content.editor-template ul.wp-block-list li a {
  text-decoration: none;
  color: inherit;
}
body p {
  font-family: greycliff-cf, sans-serif;
  font-size: calc(16rem * 1 / 18 * var(--text-multiplier));
  font-weight: normal !important;
  line-height: calc(28rem * 1 / 18 * var(--text-multiplier));
  letter-spacing: calc(0rem * 1 / 18 * var(--text-multiplier));
  margin-bottom: calc(20rem * 1 / 18);
  color: #3E3441;
}
@media only screen and (max-width: 1023px) {
  body p {
    font-size: 16px;
    line-height: 28px;
  }
}
@media only screen and (max-width: 1023px) {
  body p {
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 12px;
  }
}
body p a {
  text-decoration: none;
  color: inherit;
}
@keyframes bg-animation {
  0% {
    background-position: left;
  }
  100% {
    background-position: right;
  }
}
body #wrapper {
  background-color: #f0f0f0;
  margin: auto;
  position: relative;
  z-index: 2;
}
body #container {
  background-color: white;
  margin: auto;
  z-index: 1;
  position: relative;
  overflow-x: clip;
  overflow-y: clip;
}
body #container.sticky {
  padding-top: calc(90rem * 1 / 18);
}
@media only screen and (max-width: 1023px) {
  body #container.sticky {
    padding-top: calc(85rem * 1 / 3.9375);
  }
}
body #footer {
  margin: auto;
  z-index: 1;
  position: relative;
  overflow-x: hidden;
  overflow-y: hidden;
}
body .grid {
  display: grid;
  grid-template-columns: 5.73% repeat(24, 1fr) 5.73%;
  column-gap: calc(20rem * 1 / 18);
  background-color: transparent;
  position: absolute;
  inset: 0;
  z-index: 21;
}
@media only screen and (max-width: 1023px) {
  body .grid {
    padding-left: 32px;
    padding-right: 32px;
    grid-template-columns: repeat(4, 1fr);
    column-gap: 20px;
  }
}
@media only screen and (max-width: 600px) {
  body .grid {
    padding-left: 20px;
    padding-right: 20px;
  }
}
body .grid__item {
  background-color: rgba(0, 255, 255, 0.55);
  width: 100%;
  display: flex;
}
body em,
body i {
  font-style: italic !important;
}
body strong,
body b {
  font-weight: bold !important;
}
body .divider {
  width: calc(1920rem * 1 / 18);
  height: calc(866.45rem * 1 / 18);
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: calc(1103rem * 1 / 18);
  z-index: 1;
}
@media only screen and (max-width: 600px) {
  body .divider {
    width: 100%;
    height: 272px;
  }
}
body .divider svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media only screen and (max-width: 1023px) {
  body .divider__desktop {
    display: none;
  }
}
body .divider__mobile {
  display: none;
}
@media only screen and (max-width: 600px) {
  body .divider__mobile {
    display: block;
  }
}
body .has-iframe .fancybox__content {
  height: inherit !important;
  border-radius: 40px;
  padding: 20px;
}
body .has-iframe .fancybox__content .header,
body .has-iframe .fancybox__content .footer {
  display: none !important;
}
body .fancybox__content {
  width: 75% !important;
  height: auto !important;
}
body .fancybox__content iframe.fancybox__iframe,
body .fancybox__content video {
  border-radius: 20px;
}
body .fancybox__content video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
body .four04 {
  display: grid;
  grid-template-columns: 5.73% repeat(24, 1fr) 5.73%;
  column-gap: calc(20rem * 1 / 18);
  position: relative;
  height: calc(500rem * 1 / 18);
  align-items: center;
  z-index: 2;
}
@media only screen and (max-width: 1023px) {
  body .four04 {
    padding-left: 32px;
    padding-right: 32px;
    grid-template-columns: repeat(4, 1fr);
    column-gap: 20px;
  }
}
@media only screen and (max-width: 600px) {
  body .four04 {
    padding-left: 20px;
    padding-right: 20px;
  }
}
body .four04__content {
  grid-column: 2 / span 24;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media only screen and (max-width: 1023px) {
  html #wpadminbar {
    display: none !important;
  }
}
/**
 * Global Reset of all HTML Elements
 *
 * Resetting all of our HTML Elements ensures a smoother
 * visual transition between browsers. If you don't believe me,
 * try temporarily commenting out this block of code, then go
 * and look at Mozilla versus Safari, both good browsers with
 * a good implementation of CSS. The thing is, all browser CSS
 * defaults are different and at the end of the day if visual
 * consistency is what we're shooting for, then we need to
 * make sure we're resetting all spacing elements.
 *
 */
html,
body {
  border: 0;
  font-family: "Open Sans", "Helvetica", Arial, sans-serif;
  font-weight: 400;
  line-height: 1.5;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
div,
span,
object,
iframe,
img,
table,
caption,
thead,
tbody,
tfoot,
tr,
tr,
td,
article,
aside,
canvas,
details,
figure,
hgroup,
menu,
nav,
footer,
header,
section,
summary,
mark,
audio,
video {
  border: 0;
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
address,
cite,
code,
del,
dfn,
em,
ins,
q,
samp,
small,
strong,
sub,
sup,
b,
i,
hr,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
legend,
label {
  border: 0;
  vertical-align: baseline;
  margin: 0;
  padding: 0;
}
article,
aside,
canvas,
figure,
figure img,
figcaption,
hgroup,
footer,
header,
nav,
section,
audio,
video {
  display: block;
}
table {
  border-collapse: separate;
  border-spacing: 0;
}
table caption,
table th,
table td {
  text-align: left;
  vertical-align: middle;
}
a img {
  border: 0;
}
:focus {
  outline: 0;
}
hr {
  border-bottom: 1px solid gray;
}
.font-greycliff {
  font-family: greycliff-cf, sans-serif;
}
.font-gibson {
  font-family: canada-type-gibson, sans-serif;
}
.font-nicholas {
  font-family: nicholas, sans-serif;
}
.font-size11 {
  font-size: calc(11rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(24rem * 1 / 18 * var(--text-multiplier));
}
@media only screen and (max-width: 1023px) {
  .font-size11 {
    font-size: 11px;
    line-height: 24px;
  }
}
.font-size12 {
  font-size: calc(12rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(24rem * 1 / 18 * var(--text-multiplier));
}
@media only screen and (max-width: 1023px) {
  .font-size12 {
    font-size: 12px;
    line-height: 24px;
  }
}
.font-size13 {
  font-size: calc(13rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(17rem * 1 / 18 * var(--text-multiplier));
}
@media only screen and (max-width: 1023px) {
  .font-size13 {
    font-size: 13px;
    line-height: 17px;
  }
}
.font-size14 {
  font-size: calc(14rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(18rem * 1 / 18 * var(--text-multiplier));
}
@media only screen and (max-width: 1023px) {
  .font-size14 {
    font-size: 14px;
    line-height: 18px;
  }
}
.font-size15 {
  font-size: calc(15rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(20rem * 1 / 18 * var(--text-multiplier));
}
@media only screen and (max-width: 1023px) {
  .font-size15 {
    font-size: 15px;
    line-height: 20px;
  }
}
.font-size16 {
  font-size: calc(16rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(28rem * 1 / 18 * var(--text-multiplier));
}
@media only screen and (max-width: 1023px) {
  .font-size16 {
    font-size: 16px;
    line-height: 28px;
  }
}
.font-size17 {
  font-size: calc(17rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(24rem * 1 / 18 * var(--text-multiplier));
}
@media only screen and (max-width: 1023px) {
  .font-size17 {
    font-size: 17px;
    line-height: 24px;
  }
}
.font-size18 {
  font-size: calc(18rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(28rem * 1 / 18 * var(--text-multiplier));
}
@media only screen and (max-width: 1023px) {
  .font-size18 {
    font-size: 18px;
    line-height: 28px;
  }
}
.font-size20 {
  font-size: calc(20rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(30rem * 1 / 18 * var(--text-multiplier));
}
@media only screen and (max-width: 1023px) {
  .font-size20 {
    font-size: 20px;
    line-height: 30px;
  }
}
.font-size22 {
  font-size: calc(22rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(32rem * 1 / 18 * var(--text-multiplier));
}
@media only screen and (max-width: 1023px) {
  .font-size22 {
    font-size: 22px;
    line-height: 32px;
  }
}
.font-size24 {
  font-size: calc(24rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(38.493rem * 1 / 18 * var(--text-multiplier));
}
@media only screen and (max-width: 1023px) {
  .font-size24 {
    font-size: 24px;
    line-height: 38.493px;
  }
}
.font-size26 {
  font-size: calc(26rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(31.2rem * 1 / 18 * var(--text-multiplier));
}
@media only screen and (max-width: 1023px) {
  .font-size26 {
    font-size: 26px;
    line-height: 31.2px;
  }
}
.font-size28 {
  font-size: calc(28rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(33.6rem * 1 / 18 * var(--text-multiplier));
}
@media only screen and (max-width: 1023px) {
  .font-size28 {
    font-size: 28px;
    line-height: 33.6px;
  }
}
.font-size30 {
  font-size: calc(30rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(42rem * 1 / 18 * var(--text-multiplier));
}
@media only screen and (max-width: 1023px) {
  .font-size30 {
    font-size: 30px;
    line-height: 42px;
  }
}
.font-size32 {
  font-size: calc(32rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(44rem * 1 / 18 * var(--text-multiplier));
}
@media only screen and (max-width: 1023px) {
  .font-size32 {
    font-size: 32px;
    line-height: 44px;
  }
}
.font-size34 {
  font-size: calc(34rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(40rem * 1 / 18 * var(--text-multiplier));
}
@media only screen and (max-width: 1023px) {
  .font-size34 {
    font-size: 34px;
    line-height: 40px;
  }
}
.font-weight-normal,
.font-normal,
.font-regular {
  font-weight: normal !important;
}
.font-weight-roman,
.font-roman {
  font-weight: 400 !important;
}
.font-weight-bold,
.font-bold {
  font-weight: bold !important;
}
.font-weight-medium,
.font-medium {
  font-weight: 500 !important;
}
.font-weight-semibold,
.font-semibold {
  font-weight: 600 !important;
}
.font-italic {
  font-style: italic;
}
.capitalize {
  text-transform: uppercase;
}
#content h1,
#footer h1,
.header__mobile h1,
.fancybox-container h1,
#content .h1,
#footer .h1,
.header__mobile .h1,
.fancybox-container .h1 {
  font-family: greycliff-cf, sans-serif;
  font-size: calc(70rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(76rem * 1 / 18 * var(--text-multiplier));
  font-weight: bold;
  letter-spacing: calc(-1rem * 1 / 18 * var(--text-multiplier));
  margin-bottom: calc(20rem * 1 / 18);
  color: #3E3441;
}
@media only screen and (max-width: 1023px) {
  #content h1,
  #footer h1,
  .header__mobile h1,
  .fancybox-container h1,
  #content .h1,
  #footer .h1,
  .header__mobile .h1,
  .fancybox-container .h1 {
    font-size: 40px;
    line-height: 55px;
    letter-spacing: 0px;
    margin-bottom: 12px;
  }
  #content h1.title,
  #footer h1.title,
  .header__mobile h1.title,
  .fancybox-container h1.title,
  #content .h1.title,
  #footer .h1.title,
  .header__mobile .h1.title,
  .fancybox-container .h1.title {
    font-size: 50px;
    line-height: 52px;
    letter-spacing: 0px;
    margin-bottom: 12px;
  }
}
@media only screen and (max-width: 350px) {
  #content h1.title,
  #footer h1.title,
  .header__mobile h1.title,
  .fancybox-container h1.title,
  #content .h1.title,
  #footer .h1.title,
  .header__mobile .h1.title,
  .fancybox-container .h1.title {
    font-size: 40px;
    line-height: 46px;
    letter-spacing: 0px;
    margin-bottom: 12px;
  }
}
#content h2,
#footer h2,
.header__mobile h2,
.fancybox-container h2,
#content .h2,
#footer .h2,
.header__mobile .h2,
.fancybox-container .h2 {
  font-family: greycliff-cf, sans-serif;
  font-size: calc(64rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(68rem * 1 / 18 * var(--text-multiplier));
  letter-spacing: calc(-1rem * 1 / 18 * var(--text-multiplier));
  font-weight: normal ;
  margin-bottom: calc(20rem * 1 / 18);
  color: #E65621;
}
@media only screen and (max-width: 1023px) {
  #content h2,
  #footer h2,
  .header__mobile h2,
  .fancybox-container h2,
  #content .h2,
  #footer .h2,
  .header__mobile .h2,
  .fancybox-container .h2 {
    font-size: 32px;
    line-height: 34px;
    letter-spacing: -1px;
    margin-bottom: 12px;
  }
}
#content h3,
#footer h3,
.header__mobile h3,
.fancybox-container h3,
#content .h3,
#footer .h3,
.header__mobile .h3,
.fancybox-container .h3 {
  font-family: greycliff-cf, sans-serif;
  font-size: calc(30rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(34rem * 1 / 18 * var(--text-multiplier));
  letter-spacing: calc(-0.25rem * 1 / 18 * var(--text-multiplier));
  font-weight: normal;
  margin-bottom: calc(20rem * 1 / 18);
  color: #3E3441;
}
@media only screen and (max-width: 1023px) {
  #content h3,
  #footer h3,
  .header__mobile h3,
  .fancybox-container h3,
  #content .h3,
  #footer .h3,
  .header__mobile .h3,
  .fancybox-container .h3 {
    font-size: 28px;
    line-height: 34px;
    letter-spacing: -0.25px;
    margin-bottom: 12px;
  }
}
#content h4,
#footer h4,
.header__mobile h4,
.fancybox-container h4,
#content .h4,
#footer .h4,
.header__mobile .h4,
.fancybox-container .h4 {
  font-family: greycliff-cf, sans-serif;
  font-size: calc(24rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(30rem * 1 / 18 * var(--text-multiplier));
  font-weight: normal;
  margin-bottom: calc(20rem * 1 / 18);
  color: #3E3441;
}
@media only screen and (max-width: 1023px) {
  #content h4,
  #footer h4,
  .header__mobile h4,
  .fancybox-container h4,
  #content .h4,
  #footer .h4,
  .header__mobile .h4,
  .fancybox-container .h4 {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 12px;
  }
}
#content h5,
#footer h5,
.header__mobile h5,
.fancybox-container h5,
#content .h5,
#footer .h5,
.header__mobile .h5,
.fancybox-container .h5 {
  font-family: greycliff-cf, sans-serif;
  font-size: calc(20rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(26rem * 1 / 18 * var(--text-multiplier));
  font-weight: 500;
  margin-bottom: calc(20rem * 1 / 18);
  color: #3E3441;
}
@media only screen and (max-width: 1023px) {
  #content h5,
  #footer h5,
  .header__mobile h5,
  .fancybox-container h5,
  #content .h5,
  #footer .h5,
  .header__mobile .h5,
  .fancybox-container .h5 {
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 12px;
  }
}
.body-intro {
  font-size: calc(20rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(30rem * 1 / 18 * var(--text-multiplier));
  font-family: greycliff-cf, sans-serif;
  font-weight: normal !important;
  letter-spacing: unset;
  margin-bottom: calc(20rem * 1 / 18);
  color: #3E3441;
}
@media only screen and (max-width: 1023px) {
  .body-intro {
    font-size: 20px;
    line-height: 30px;
  }
}
@media only screen and (max-width: 1023px) {
  .body-intro {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 20px;
  }
}
.body-intro-v2 {
  font-size: calc(18rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(28rem * 1 / 18 * var(--text-multiplier));
  font-family: greycliff-cf, sans-serif;
  font-weight: normal !important;
  letter-spacing: unset;
  margin-bottom: calc(20rem * 1 / 18);
  color: #3E3441;
}
@media only screen and (max-width: 1023px) {
  .body-intro-v2 {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 20px;
  }
}
.sub-heading-intro {
  color: #3E3441;
  font-family: greycliff-cf, sans-serif;
  font-size: calc(14rem * 1 / 18 * var(--text-multiplier));
  font-style: normal;
  font-weight: 600 !important;
  line-height: calc(16rem * 1 / 18 * var(--text-multiplier));
  letter-spacing: calc(0.75rem * 1 / 18 * var(--text-multiplier));
  text-transform: uppercase;
}
@media only screen and (max-width: 1023px) {
  .sub-heading-intro {
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.75px;
  }
}
.insurance-card-subtitle {
  color: #3E3441;
  font-family: greycliff-cf, sans-serif;
  font-size: calc(12rem * 1 / 18 * var(--text-multiplier));
  font-style: normal;
  font-weight: 600 !important;
  line-height: calc(50rem * 1 / 18 * var(--text-multiplier));
  letter-spacing: calc(0.75rem * 1 / 18 * var(--text-multiplier));
  text-transform: uppercase;
}
@media only screen and (max-width: 1023px) {
  .insurance-card-subtitle {
    font-size: 12px;
    line-height: 50px;
    letter-spacing: 0.75px;
  }
}
@media only screen and (max-width: 350px) {
  .insurance-card-subtitle {
    line-height: 22px;
  }
}
.body-heading {
  font-size: calc(26rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(31.2rem * 1 / 18 * var(--text-multiplier));
  font-family: greycliff-cf, sans-serif;
  font-weight: 600 !important;
  letter-spacing: calc(1rem * 1 / 18 * var(--text-multiplier));
  margin-bottom: calc(20rem * 1 / 18);
  color: #3E3441;
}
@media only screen and (max-width: 1023px) {
  .body-heading {
    font-size: 26px;
    line-height: 31.2px;
  }
}
@media only screen and (max-width: 1023px) {
  .body-heading {
    font-size: 26px;
    line-height: 31.2px;
    letter-spacing: 0.1rem;
    margin-bottom: 20px;
  }
}
.section-heading {
  font-family: greycliff-cf, sans-serif;
  font-size: calc(64rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(64rem * 1 / 18 * var(--text-multiplier));
  letter-spacing: unset;
  font-weight: normal ;
  margin-bottom: calc(20rem * 1 / 18);
  color: #E65621;
}
@media only screen and (max-width: 1023px) {
  .section-heading {
    font-size: 48px !important;
    line-height: 48px !important;
    margin-bottom: 12px !important;
  }
}
.section-heading-smaller {
  font-family: greycliff-cf, sans-serif;
  font-size: calc(48rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(72rem * 1 / 18 * var(--text-multiplier));
  letter-spacing: calc(-1rem * 1 / 18 * var(--text-multiplier));
  font-weight: normal;
  color: #FF4D00;
}
@media only screen and (max-width: 1023px) {
  .section-heading-smaller {
    font-size: 48px !important;
    line-height: 72px !important;
    letter-spacing: -1px !important;
  }
}
.section-heading-smaller-v2 {
  font-family: greycliff-cf, sans-serif;
  font-size: calc(48rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(64rem * 1 / 18 * var(--text-multiplier));
  letter-spacing: unset;
  font-weight: normal;
  color: #FF4D00;
}
@media only screen and (max-width: 1023px) {
  .section-heading-smaller-v2 {
    font-size: 28px !important;
    line-height: 32px !important;
    letter-spacing: unset;
  }
}
.section-heading-smaller-v3 {
  font-family: greycliff-cf, sans-serif;
  font-size: calc(48rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(72rem * 1 / 18 * var(--text-multiplier));
  letter-spacing: unset;
  font-weight: normal;
  color: #FF4D00;
}
@media only screen and (max-width: 1023px) {
  .section-heading-smaller-v3 {
    font-size: 48px;
    line-height: 72px;
    letter-spacing: unset;
  }
}
.body-paragraph,
p {
  font-family: greycliff-cf, sans-serif;
  font-size: calc(16rem * 1 / 18 * var(--text-multiplier));
  font-weight: normal !important;
  line-height: calc(28rem * 1 / 18 * var(--text-multiplier));
  letter-spacing: calc(0rem * 1 / 18 * var(--text-multiplier));
  margin-bottom: calc(20rem * 1 / 18);
  color: #3E3441;
}
@media only screen and (max-width: 1023px) {
  .body-paragraph,
  p {
    font-size: 16px;
    line-height: 28px;
  }
}
@media only screen and (max-width: 1023px) {
  .body-paragraph,
  p {
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 12px;
  }
}
.body-paragraph a,
p a {
  text-decoration: none;
  color: inherit;
}
ul,
ol,
li,
a {
  font-family: greycliff-cf, sans-serif;
  font-size: calc(18rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(28rem * 1 / 18 * var(--text-multiplier));
  letter-spacing: calc(0.7rem * 1 / 18 * var(--text-multiplier));
  color: #3E3441;
}
@media only screen and (max-width: 1023px) {
  ul,
  ol,
  li,
  a {
    font-size: 18px;
    line-height: 28px;
  }
}
@media only screen and (max-width: 1023px) {
  ul,
  ol,
  li,
  a {
    font-size: 18px;
    line-height: 24px;
  }
}
.menu-text {
  font-size: calc(15rem * 1 / 18 * var(--text-multiplier));
  line-height: normal;
  letter-spacing: calc(0.75rem * 1 / 18 * var(--text-multiplier));
  font-family: greycliff-cf, sans-serif;
  font-weight: 500 !important;
  text-transform: uppercase;
  color: #57584F;
}
@media only screen and (max-width: 1023px) {
  .menu-text {
    font-size: 15px;
    line-height: normal;
    letter-spacing: 0.75px;
  }
}
.top-menu-text {
  font-size: calc(14rem * 1 / 18 * var(--text-multiplier));
  line-height: normal;
  letter-spacing: calc(0.7rem * 1 / 18 * var(--text-multiplier));
  font-family: canada-type-gibson, sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  color: white;
}
@media only screen and (max-width: 1023px) {
  .top-menu-text {
    font-size: 14px;
    line-height: normal;
    letter-spacing: 0.7px;
  }
}
.mobile-menu-text {
  font-size: 16px;
  line-height: normal;
  letter-spacing: 0.8px;
  font-family: greycliff-cf, sans-serif;
  font-weight: 500 !important;
  text-transform: uppercase;
  color: #3E3441;
}
.mobile-submenu-text {
  font-size: 18px;
  line-height: 32px;
  letter-spacing: unset;
  font-family: greycliff-cf, sans-serif;
  font-weight: normal !important;
  color: #57584F;
}
.mobile-menu-link-text {
  color: #696664 !important;
  font-family: greycliff-cf, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.8px;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
  text-transform: uppercase;
  text-decoration: underline !important;
}
.footer-menu-text {
  font-size: calc(14rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(26rem * 1 / 18 * var(--text-multiplier));
  font-family: greycliff-cf, sans-serif;
  font-weight: normal;
  color: #D9D9D9;
  letter-spacing: normal;
  text-decoration: none;
}
@media only screen and (max-width: 1023px) {
  .footer-menu-text {
    font-size: 14px;
    line-height: 26px;
    letter-spacing: normal;
  }
}
.footer-menu-heading {
  font-size: calc(16rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(26rem * 1 / 18 * var(--text-multiplier));
  letter-spacing: calc(0.25rem * 1 / 18 * var(--text-multiplier));
  font-family: greycliff-cf, sans-serif;
  font-weight: 600 !important;
  text-transform: uppercase;
  text-decoration: none;
  color: #D9D9D9;
}
@media only screen and (max-width: 1023px) {
  .footer-menu-heading {
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0.25px;
  }
}
.footer-cta-text {
  color: white;
  font-family: greycliff-cf, sans-serif;
  font-size: calc(36rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(44rem * 1 / 18 * var(--text-multiplier));
  letter-spacing: normal;
}
@media only screen and (max-width: 1023px) {
  .footer-cta-text {
    font-size: 36px;
    line-height: 44px;
    letter-spacing: normal;
  }
}
.footer-contact-info {
  color: white;
  font-family: greycliff-cf, sans-serif;
  font-size: calc(16rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(24rem * 1 / 18 * var(--text-multiplier));
  letter-spacing: calc(0.25rem * 1 / 18 * var(--text-multiplier));
}
@media only screen and (max-width: 1023px) {
  .footer-contact-info {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.25px;
  }
}
.copyright-text {
  font-size: calc(14rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(24rem * 1 / 18 * var(--text-multiplier));
  font-family: greycliff-cf, sans-serif;
  font-weight: normal;
  color: #D9D9D9;
  letter-spacing: normal;
}
@media only screen and (max-width: 1023px) {
  .copyright-text {
    font-size: 14px;
    line-height: 24px;
    letter-spacing: normal;
  }
}
.submenu-text {
  font-size: calc(20rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(32rem * 1 / 18 * var(--text-multiplier));
  font-weight: normal;
  font-family: greycliff-cf, sans-serif;
  color: #57584F;
}
@media only screen and (max-width: 1023px) {
  .submenu-text {
    font-size: 20px;
    line-height: 32px;
  }
}
.quote-text {
  font-family: canada-type-gibson, sans-serif;
  font-weight: 600 !important;
  font-size: calc(17rem * 1 / 18 * var(--text-multiplier));
  line-height: inherit;
  letter-spacing: normal;
}
@media only screen and (max-width: 1023px) {
  .quote-text {
    font-size: 17px;
    line-height: normal;
  }
}
.quote-number-card {
  color: white;
  font-family: greycliff-cf, sans-serif;
  font-size: calc(64rem * 1 / 18 * var(--text-multiplier));
  font-style: normal;
  font-weight: 400;
  line-height: calc(72rem * 1 / 18 * var(--text-multiplier));
  letter-spacing: calc(-1rem * 1 / 18 * var(--text-multiplier));
}
@media only screen and (max-width: 1023px) {
  .quote-number-card {
    font-size: 64px;
    line-height: 72px;
    letter-spacing: -1px;
  }
}
.text-on-video {
  color: white;
  font-family: nicholas, sans-serif;
  font-size: calc(36rem * 1 / 18 * var(--text-multiplier));
  font-style: normal;
  font-weight: 700 !important;
  line-height: calc(40rem * 1 / 18 * var(--text-multiplier));
  letter-spacing: calc(0.5rem * 1 / 18 * var(--text-multiplier));
}
@media only screen and (max-width: 1023px) {
  .text-on-video {
    font-size: 28px;
    line-height: 34px;
    letter-spacing: 0.5px;
  }
}
@media only screen and (max-width: 420px) {
  .text-on-video {
    font-size: 24px;
    line-height: 28px;
  }
}
.text-on-video-v2 {
  color: white;
  font-family: nicholas, sans-serif;
  font-size: calc(40rem * 1 / 18 * var(--text-multiplier));
  font-style: normal;
  font-weight: 700 !important;
  line-height: calc(44rem * 1 / 18 * var(--text-multiplier));
  letter-spacing: calc(1rem * 1 / 18 * var(--text-multiplier));
}
@media only screen and (max-width: 1023px) {
  .text-on-video-v2 {
    font-size: 34px;
    line-height: 38px;
    letter-spacing: 1px;
  }
}
.data-heading-text {
  color: white;
  font-family: greycliff-cf, sans-serif;
  font-size: calc(48rem * 1 / 18 * var(--text-multiplier)) !important;
  font-style: normal;
  font-weight: normal !important;
  line-height: calc(72rem * 1 / 18 * var(--text-multiplier)) !important;
  letter-spacing: calc(-1rem * 1 / 18 * var(--text-multiplier)) !important;
}
@media only screen and (max-width: 1023px) {
  .data-heading-text {
    font-size: 36px !important;
    line-height: 44px !important;
    letter-spacing: -1px !important;
  }
}
.data-text {
  color: white;
  font-family: greycliff-cf, sans-serif;
  font-size: calc(84rem * 1 / 18 * var(--text-multiplier));
  font-style: normal;
  font-weight: 500 !important;
  line-height: calc(40rem * 1 / 18 * var(--text-multiplier));
  letter-spacing: unset;
}
@media only screen and (max-width: 1023px) {
  .data-text {
    font-size: 84px;
    line-height: 40px;
    letter-spacing: 0px;
    letter-spacing: unset;
  }
}
.post-date {
  color: #57584F;
  font-family: greycliff-cf, sans-serif;
  font-size: calc(16rem * 1 / 18 * var(--text-multiplier));
  font-style: normal;
  font-weight: 500 !important;
  line-height: calc(16rem * 1 / 18 * var(--text-multiplier));
  letter-spacing: normal;
}
@media only screen and (max-width: 1023px) {
  .post-date {
    font-size: 16px;
    line-height: 16px;
    letter-spacing: normal;
  }
}
.post-title-first {
  color: #E65621;
  font-family: greycliff-cf, sans-serif;
  font-size: calc(56rem * 1 / 18 * var(--text-multiplier));
  font-style: normal;
  font-weight: 400 !important;
  line-height: calc(64rem * 1 / 18 * var(--text-multiplier));
  letter-spacing: calc(-1rem * 1 / 18 * var(--text-multiplier));
}
@media only screen and (max-width: 1023px) {
  .post-title-first {
    font-size: 48px;
    line-height: 52px;
    letter-spacing: -1px;
  }
}
.post-title {
  color: #3E3441;
  font-family: greycliff-cf, sans-serif;
  font-size: calc(36rem * 1 / 18 * var(--text-multiplier));
  font-style: normal;
  font-weight: normal !important;
  line-height: calc(44rem * 1 / 18 * var(--text-multiplier));
  letter-spacing: calc(-1rem * 1 / 18 * var(--text-multiplier));
}
@media only screen and (max-width: 1023px) {
  .post-title {
    font-size: 36px;
    line-height: 44px;
    letter-spacing: -1px;
  }
}
.post-title-smaller {
  color: #3E3441;
  font-family: greycliff-cf, sans-serif;
  font-size: calc(24rem * 1 / 18 * var(--text-multiplier));
  font-style: normal;
  font-weight: normal !important;
  line-height: calc(32rem * 1 / 18 * var(--text-multiplier));
  letter-spacing: calc(-1rem * 1 / 18 * var(--text-multiplier));
}
@media only screen and (max-width: 1023px) {
  .post-title-smaller {
    font-size: 24px;
    line-height: 32px;
    letter-spacing: -1px;
  }
}
@media only screen and (max-width: 600px) {
  .post-title-smaller {
    font-size: 20px;
    line-height: 28px;
    letter-spacing: -1px;
  }
}
.post-excerpt {
  color: #3E3441;
  font-family: greycliff-cf, sans-serif;
  font-size: calc(17rem * 1 / 18 * var(--text-multiplier));
  font-style: normal;
  font-weight: normal !important;
  line-height: calc(26rem * 1 / 18 * var(--text-multiplier));
  letter-spacing: normal;
}
@media only screen and (max-width: 1023px) {
  .post-excerpt {
    font-size: 17px;
    line-height: 26px;
    letter-spacing: normal;
  }
}
.post-excerpt-first {
  color: #3E3441;
  font-family: greycliff-cf, sans-serif;
  font-size: calc(22rem * 1 / 18 * var(--text-multiplier));
  font-style: normal;
  font-weight: normal !important;
  line-height: calc(32rem * 1 / 18 * var(--text-multiplier));
  letter-spacing: normal;
}
@media only screen and (max-width: 1023px) {
  .post-excerpt-first {
    font-size: 18px;
    line-height: 28px;
    letter-spacing: normal;
  }
}
.post-category-first {
  color: #E65621;
  font-family: greycliff-cf, sans-serif;
  font-size: calc(16rem * 1 / 18 * var(--text-multiplier));
  font-style: normal;
  font-weight: 500 !important;
  line-height: calc(16rem * 1 / 18 * var(--text-multiplier));
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
@media only screen and (max-width: 1023px) {
  .post-category-first {
    font-size: 16px;
    line-height: 16px;
  }
}
.post-category {
  color: #E65621;
  font-family: greycliff-cf, sans-serif;
  font-size: calc(16rem * 1 / 18 * var(--text-multiplier));
  font-style: normal;
  font-weight: 500 !important;
  line-height: calc(24rem * 1 / 18 * var(--text-multiplier));
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
@media only screen and (max-width: 1023px) {
  .post-category {
    font-size: 16px;
    line-height: 24px;
  }
}
.post-read {
  color: #A6A6A6;
  font-family: greycliff-cf, sans-serif;
  font-size: calc(16rem * 1 / 18 * var(--text-multiplier));
  font-style: normal;
  font-weight: 500 !important;
  line-height: calc(24rem * 1 / 18 * var(--text-multiplier));
}
@media only screen and (max-width: 1023px) {
  .post-read {
    font-size: 16px;
    line-height: 24px;
  }
}
.review-number {
  color: #3E3441;
  font-family: greycliff-cf, sans-serif;
  font-size: calc(46rem * 1 / 18 * var(--text-multiplier));
  font-style: normal;
  font-weight: 400;
  line-height: calc(64rem * 1 / 18 * var(--text-multiplier));
  letter-spacing: unset;
}
@media only screen and (max-width: 1023px) {
  .review-number {
    font-size: 46px;
    line-height: 64px;
    letter-spacing: unset;
  }
}
.review-text {
  color: #3E3441;
  font-family: greycliff-cf, sans-serif;
  font-size: calc(14rem * 1 / 18 * var(--text-multiplier));
  font-style: normal;
  font-weight: 400;
  line-height: calc(19rem * 1 / 18 * var(--text-multiplier));
  letter-spacing: calc(0.25rem * 1 / 18 * var(--text-multiplier));
}
@media only screen and (max-width: 1023px) {
  .review-text {
    font-size: 14px;
    line-height: 19px;
    letter-spacing: 0.25px;
  }
}
.social-account {
  color: white;
  font-family: greycliff-cf, sans-serif;
  font-size: calc(17rem * 1 / 18 * var(--text-multiplier));
  font-style: normal;
  font-weight: 600 !important;
  line-height: calc(25rem * 1 / 18 * var(--text-multiplier));
  letter-spacing: unset;
}
@media only screen and (max-width: 1023px) {
  .social-account {
    font-size: 17px;
    line-height: 25px;
    letter-spacing: unset;
  }
}
.social-time {
  color: white;
  font-family: greycliff-cf, sans-serif;
  font-size: calc(15rem * 1 / 18 * var(--text-multiplier));
  font-style: normal;
  font-weight: 600 !important;
  line-height: calc(25rem * 1 / 18 * var(--text-multiplier));
  letter-spacing: unset;
}
@media only screen and (max-width: 1023px) {
  .social-time {
    font-size: 15px;
    line-height: 25px;
    letter-spacing: unset;
  }
}
.description-header-text {
  color: #3E3441;
  font-family: greycliff-cf, sans-serif;
  font-size: calc(18rem * 1 / 18 * var(--text-multiplier));
  font-style: normal;
  font-weight: 400;
  line-height: calc(30rem * 1 / 18 * var(--text-multiplier));
  letter-spacing: unset;
}
@media only screen and (max-width: 1023px) {
  .description-header-text {
    font-size: 16px;
    line-height: 26px;
    letter-spacing: unset;
  }
}
.description-header-text-v2 {
  color: #3E3441;
  font-family: greycliff-cf, sans-serif;
  font-size: calc(18rem * 1 / 18 * var(--text-multiplier));
  font-style: normal;
  font-weight: 400;
  line-height: calc(28rem * 1 / 18 * var(--text-multiplier));
  letter-spacing: unset;
}
@media only screen and (max-width: 1023px) {
  .description-header-text-v2 {
    font-size: 18px;
    line-height: 28px;
    letter-spacing: unset;
  }
}
.icon-repeater-title {
  font-size: calc(18rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(28rem * 1 / 18 * var(--text-multiplier));
  font-family: greycliff-cf, sans-serif;
  font-weight: 700 !important;
  letter-spacing: unset;
}
@media only screen and (max-width: 1023px) {
  .icon-repeater-title {
    font-size: 18px;
    line-height: 28px;
  }
}
@media only screen and (max-width: 1023px) {
  .icon-repeater-title {
    letter-spacing: unset;
  }
}
.icon-repeater-description {
  color: #3E3441;
  font-family: greycliff-cf, sans-serif;
  font-size: calc(16rem * 1 / 18 * var(--text-multiplier));
  font-style: normal;
  font-weight: 400;
  line-height: calc(26rem * 1 / 18 * var(--text-multiplier));
  letter-spacing: unset;
}
@media only screen and (max-width: 1023px) {
  .icon-repeater-description {
    font-size: 16px;
    line-height: 26px;
    letter-spacing: unset;
  }
}
.resource-list-text {
  color: #57584F;
  font-family: greycliff-cf, sans-serif;
  font-size: calc(20rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(30rem * 1 / 18 * var(--text-multiplier));
  font-style: normal;
  font-weight: 400;
  letter-spacing: unset;
}
@media only screen and (max-width: 1023px) {
  .resource-list-text {
    font-size: 20px;
    line-height: 30px;
  }
}
@media only screen and (max-width: 1023px) {
  .resource-list-text {
    letter-spacing: unset;
  }
}
.resource-insurance-name {
  color: #696664;
  font-family: greycliff-cf, sans-serif;
  font-size: calc(36rem * 1 / 18 * var(--text-multiplier));
  font-style: normal;
  font-weight: 400;
  line-height: calc(50rem * 1 / 18 * var(--text-multiplier));
  letter-spacing: unset;
}
@media only screen and (max-width: 1023px) {
  .resource-insurance-name {
    font-size: 36px;
    line-height: 50px;
    letter-spacing: unset;
  }
}
.timeline-year-text {
  color: #929295;
  font-family: greycliff-cf, sans-serif;
  font-size: calc(28rem * 1 / 18 * var(--text-multiplier));
  font-style: normal;
  font-weight: 400;
  line-height: calc(64rem * 1 / 18 * var(--text-multiplier));
  letter-spacing: unset;
}
@media only screen and (max-width: 1023px) {
  .timeline-year-text {
    font-size: 18px;
    line-height: 30px;
    letter-spacing: unset;
  }
}
.executive-team-name {
  color: #E65621;
  font-family: canada-type-gibson, sans-serif;
  font-size: calc(22rem * 1 / 18 * var(--text-multiplier));
  font-style: normal;
  font-weight: 600 !important;
  line-height: calc(24rem * 1 / 18 * var(--text-multiplier));
  letter-spacing: unset;
}
@media only screen and (max-width: 1023px) {
  .executive-team-name {
    font-size: 22px;
    line-height: 24px;
    letter-spacing: unset;
  }
}
.executive-team-title {
  color: #3C3634;
  font-size: calc(14rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(24rem * 1 / 18 * var(--text-multiplier));
  font-family: greycliff-cf, sans-serif;
  font-weight: normal;
  font-weight: 600 !important;
  letter-spacing: unset;
  letter-spacing: calc(0.75rem * 1 / 18 * var(--text-multiplier));
}
@media only screen and (max-width: 1023px) {
  .executive-team-title {
    font-size: 14px;
    line-height: 24px;
    letter-spacing: unset;
    letter-spacing: 0.75px;
  }
}
.testimonial-heading-text {
  color: #E65621;
  font-family: greycliff-cf, sans-serif;
  font-size: calc(48rem * 1 / 18 * var(--text-multiplier));
  font-style: normal;
  font-weight: normal !important;
  line-height: calc(56rem * 1 / 18 * var(--text-multiplier));
  letter-spacing: calc(-1rem * 1 / 18 * var(--text-multiplier));
}
@media only screen and (max-width: 1023px) {
  .testimonial-heading-text {
    font-size: 36px !important;
    line-height: 36px !important;
    letter-spacing: -1px !important;
  }
}
.location-heading-text {
  color: #3E3441;
  font-family: greycliff-cf, sans-serif;
  font-size: calc(19rem * 1 / 18 * var(--text-multiplier));
  font-style: normal;
  font-weight: 600 !important;
  line-height: calc(24rem * 1 / 18 * var(--text-multiplier));
  letter-spacing: unset;
}
@media only screen and (max-width: 1023px) {
  .location-heading-text {
    font-size: 19px;
    line-height: 24px;
    letter-spacing: unset;
  }
}
.location-text {
  color: #3E3441;
  font-family: greycliff-cf, sans-serif;
  font-size: calc(16rem * 1 / 18 * var(--text-multiplier));
  font-style: normal;
  font-weight: normal !important;
  line-height: calc(32rem * 1 / 18 * var(--text-multiplier));
  letter-spacing: unset;
}
@media only screen and (max-width: 1023px) {
  .location-text {
    font-size: 16px;
    line-height: 32px;
    letter-spacing: unset;
  }
}
.map-text {
  color: #3E3441;
  font-family: greycliff-cf, sans-serif;
  font-size: calc(14rem * 1 / 18 * var(--text-multiplier));
  font-style: normal;
  line-height: calc(20rem * 1 / 18 * var(--text-multiplier));
  letter-spacing: unset;
}
@media only screen and (max-width: 1023px) {
  .map-text {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: unset;
  }
}
.map-heading-text {
  color: #E65621;
  font-family: greycliff-cf, sans-serif;
  font-size: calc(22rem * 1 / 18 * var(--text-multiplier));
  font-style: normal;
  font-weight: bold !important;
  line-height: calc(26rem * 1 / 18 * var(--text-multiplier));
  letter-spacing: unset;
}
@media only screen and (max-width: 1023px) {
  .map-heading-text {
    font-size: 22px;
    line-height: 26px;
    letter-spacing: unset;
  }
}
.apply-grid {
  display: grid;
  grid-template-columns: 5.73% repeat(24, 1fr) 5.73%;
  column-gap: calc(20rem * 1 / 18);
}
@media only screen and (max-width: 1023px) {
  .apply-grid {
    padding-left: 32px;
    padding-right: 32px;
    grid-template-columns: repeat(4, 1fr);
    column-gap: 20px;
  }
}
@media only screen and (max-width: 600px) {
  .apply-grid {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.fill-grid {
  grid-column: 1 / span 26;
}
@media only screen and (max-width: 1023px) {
  .fill-grid {
    grid-column: 1 / span 14;
  }
}
.color-dark-purple {
  color: #3E3441;
}
.color-orange {
  color: #E65621;
}
.color-menu-gray {
  color: #57584F;
}
.color-purple {
  color: #3C3634;
}
.color-bright-purple {
  color: #6D307B;
}
.color-light-dark-purple {
  color: #4c6e7a;
}
.color-light-purple {
  color: #645567;
}
.color-mid-purple {
  color: #514355;
}
.color-light-orange {
  color: #FF671F;
}
.color-white {
  color: white;
}
.color-light-gray {
  color: #A6A6A6;
}
.color-mid-light-gray {
  color: #CECECF;
}
.color-mid-gray {
  color: #D9D9D9;
}
.color-dark-gray {
  color: #555657;
}
.color-gray {
  color: #6D6E71;
}
.color-black {
  color: black;
}
.background-color-dark-purple {
  background-color: #3E3441;
}
.background-color-orange {
  background-color: #E65621;
}
.background-color-menu-gray {
  background-color: #57584F;
}
.background-color-purple {
  background-color: #3C3634;
}
.background-color-bright-purple {
  background-color: #6D307B;
}
.background-color-light-dark-purple {
  background-color: #4c6e7a;
}
.background-color-light-purple {
  background-color: #645567;
}
.background-color-mid-purple {
  background-color: #514355;
}
.background-color-light-orange {
  background-color: #FF671F;
}
.background-color-white {
  background-color: white;
}
.background-color-light-gray {
  background-color: #A6A6A6;
}
.background-color-mid-light-gray {
  background-color: #CECECF;
}
.background-color-mid-gray {
  background-color: #D9D9D9;
}
.background-color-dark-gray {
  background-color: #555657;
}
.background-color-gray {
  background-color: #6D6E71;
}
.background-color-black {
  background-color: black;
}
.z-0 {
  z-index: 0 !important;
}
.z-1 {
  z-index: 1 !important;
}
.z-2 {
  z-index: 2 !important;
}
.z-3 {
  z-index: 3 !important;
}
.z-4 {
  z-index: 4 !important;
}
.z-5 {
  z-index: 5 !important;
}
.z-6 {
  z-index: 6 !important;
}
.z-7 {
  z-index: 7 !important;
}
.z-8 {
  z-index: 8 !important;
}
.z-9 {
  z-index: 9 !important;
}
.z-10 {
  z-index: 10 !important;
}
.z-11 {
  z-index: 11 !important;
}
.z-12 {
  z-index: 12 !important;
}
.z-13 {
  z-index: 13 !important;
}
.z-14 {
  z-index: 14 !important;
}
.z-15 {
  z-index: 15 !important;
}
.z-16 {
  z-index: 16 !important;
}
.z-17 {
  z-index: 17 !important;
}
.z-18 {
  z-index: 18 !important;
}
.z-19 {
  z-index: 19 !important;
}
.z-20 {
  z-index: 20 !important;
}
.ontop {
  position: relative;
  z-index: 13;
}
.flex-col {
  display: flex;
  flex-direction: column;
}
.transition {
  transition: all 0.25s ease-out;
}
.border-underline {
  text-decoration: underline;
}
.border-underline:hover {
  text-decoration: none;
}
.animated-underline {
  position: relative;
}
.animated-underline::after {
  content: "";
  position: absolute;
  width: 100%;
  height: calc(5rem * 1 / 18);
  left: 0;
  bottom: 0;
  background-color: #E65621;
  transform: scale(0);
  transition: all 0.25s ease-out;
}
@media only screen and (max-width: 1023px) {
  .animated-underline::after {
    height: 5px;
  }
}
.animated-underline:hover::after {
  transform: scale(1);
}
.letter-spacing {
  letter-spacing: 0.045rem;
}
@media only screen and (max-width: 1023px) {
  .letter-spacing {
    letter-spacing: 0.9px;
  }
}
.scroll-top {
  scroll-margin-top: calc(100rem * 1 / 18);
  scroll-padding-top: calc(100rem * 1 / 18);
}
@media only screen and (max-width: 1023px) {
  .scroll-top {
    scroll-margin-top: 100px;
    scroll-padding-top: 100px;
  }
}
.scroll-top-200 {
  scroll-margin-top: calc(200rem * 1 / 18);
  scroll-padding-top: calc(200rem * 1 / 18);
}
@media only screen and (max-width: 1023px) {
  .scroll-top-200 {
    scroll-margin-top: 200px;
    scroll-padding-top: 200px;
  }
}
.header {
  display: grid;
  grid-template-columns: 5.73% repeat(24, 1fr) 5.73%;
  column-gap: calc(20rem * 1 / 18);
  z-index: 100;
  background-color: transparent;
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  height: var(--header-height);
  width: 100%;
  transition: all 0.25s ease-out;
}
@media only screen and (max-width: 1023px) {
  .header {
    padding-left: 32px;
    padding-right: 32px;
    grid-template-columns: repeat(4, 1fr);
    column-gap: 20px;
  }
}
@media only screen and (max-width: 600px) {
  .header {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.header.has-wpadminbar {
  top: 32px;
}
@media only screen and (max-width: 1023px) {
  .header.has-wpadminbar {
    top: 0;
  }
}
@media only screen and (max-width: 1023px) {
  .header {
    height: var(--header-height-mobile);
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
@media only screen and (max-width: 600px) {
  .header {
    height: var(--header-height-phone);
  }
}
.header.scroll .header__main {
  height: calc(80rem*1 / 18);
}
.header.scroll .header__logo {
  width: calc(150rem * 1 / 18);
  height: calc(60rem * 1 / 18);
}
.header.scroll .header__main-menu--item {
  padding-top: calc(28rem * 1 / 18);
  padding-bottom: calc(28rem * 1 / 18);
}
.header.scroll .header__main-submenu.active {
  top: calc(111rem*1 / 18);
}
.header.scroll .header__main-buttons--quote {
  padding: calc(10.67rem * 1 / 18) calc(15.24rem * 1 / 18);
}
@media only screen and (max-width: 1023px) {
  .header.scroll .header__main-buttons--quote {
    padding: 14px 20px;
  }
}
.header.scroll .header__main-search {
  width: calc(35rem * 1 / 18);
  height: calc(35rem * 1 / 18);
}
@media only screen and (max-width: 1023px) {
  .header.scroll .header__main-search {
    width: 40px;
    height: 40px;
  }
}
@media only screen and (max-width: 1023px) {
  .header.scroll:not(.mobile-menu-open) {
    height: 70px;
  }
  .header.scroll:not(.mobile-menu-open) .header__mobile-logo {
    height: 45px;
    width: 125.1px;
  }
  .header.scroll:not(.mobile-menu-open) .header__mobile-hamburger {
    width: 35px;
    height: 17.5px;
  }
}
.header__sub {
  grid-column: 2 / 26;
  background-color: #3E3441;
  height: calc(31rem * 1 / 18);
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: calc(40rem * 1 / 18);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
  transition: background-color 0.3s ease;
}
@media only screen and (max-width: 1023px) {
  .header__sub {
    display: none;
  }
}
.header__sub-item {
  font-size: calc(14rem * 1 / 18 * var(--text-multiplier));
  line-height: normal;
  letter-spacing: calc(0.7rem * 1 / 18 * var(--text-multiplier));
  font-family: canada-type-gibson, sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  color: white;
  text-decoration: none;
  color: white !important;
  transition: all 0.25s ease-out;
}
@media only screen and (max-width: 1023px) {
  .header__sub-item {
    font-size: 14px;
    line-height: normal;
    letter-spacing: 0.7px;
  }
}
.header__sub-item:hover {
  color: #E65621 !important;
}
.header__sub-item:nth-last-child(1) {
  margin-right: calc(40rem * 1 / 18);
}
.header__sub.submenu-open {
  background-color: #6D307B;
}
.header__main {
  grid-column: 2 / 26;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: calc(105rem * 1 / 18);
  background-color: white;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
  border-radius: 0px 0px calc(50rem * 1 / 18) calc(50rem * 1 / 18);
  padding: 0 calc(34rem * 1 / 18) 0 calc(28rem * 1 / 18);
  transition: all 0.25s ease-out;
  overflow: hidden;
}
@media only screen and (max-width: 1023px) {
  .header__main {
    display: none;
  }
}
.header__main-nav {
  display: flex;
  align-items: center;
}
.header__main-buttons {
  display: flex;
  align-items: center;
  gap: calc(20rem * 1 / 18);
}
@media only screen and (max-width: 1023px) {
  .header__main-buttons {
    gap: 17px;
    position: relative;
    margin-top: 30px;
    justify-content: space-between;
    padding: 0 30px 0 25px;
    transition: all 0.25s ease-out;
    opacity: 0;
    min-height: 48px;
  }
  .header__main-buttons.show {
    opacity: 1;
    transition-delay: 0.75s;
  }
}
.header__main-buttons--quote {
  padding: calc(14rem * 1 / 18) calc(20rem * 1 / 18);
  background-color: #E65621;
  border-radius: calc(25rem * 1 / 18);
  text-decoration: none;
  color: white;
  font-family: canada-type-gibson, sans-serif;
  font-weight: 600 !important;
  font-size: calc(17rem * 1 / 18 * var(--text-multiplier));
  line-height: inherit;
  letter-spacing: normal;
  transition: all 0.25s ease-out;
  margin-right: calc(20rem*1 / 18);
}
@media only screen and (max-width: 1023px) {
  .header__main-buttons--quote {
    font-size: 17px;
    line-height: normal;
  }
}
.header__main-buttons--quote:hover {
  background-color: #6D307B;
}
@media only screen and (max-width: 1023px) {
  .header__main-buttons--quote {
    padding: 14px 20px;
    border-radius: 25px;
    width: 100%;
    max-width: 134px;
    margin-right: 0;
  }
}
.header__main-buttons--quote.hidden {
  display: none;
}
.header__main-search {
  width: calc(40rem * 1 / 18);
  height: calc(40rem * 1 / 18);
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.25s ease-out;
  cursor: pointer;
}
@media only screen and (max-width: 1023px) {
  .header__main-search {
    width: 40px;
    height: 40px;
  }
}
.header__main-search img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.header__main-search.hidden {
  display: none;
}
.header__main-search--bar {
  transition: all 0.25s ease-out;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-left: calc(20rem * 1 / 18);
}
@media only screen and (max-width: 1023px) {
  .header__main-search--bar {
    margin-right: 0;
    top: 0;
    width: 100%;
    padding-left: 0px;
    gap: 17px;
  }
}
.header__main-search--bar input {
  font-family: greycliff-cf, sans-serif;
  font-size: 17px;
  color: #AFA6B1;
  font-weight: 300;
  font-style: italic ;
  display: flex;
  align-items: center;
  border: calc(1rem*1 / 18) solid transparent;
  border-radius: calc(20rem*1 / 18) !important;
  width: 100%;
  max-width: 0;
  height: calc(40rem * 1 / 18);
  margin-right: calc(-31rem * 1 / 18);
  transition: all 0.25s ease-out;
}
.header__main-search--bar input.active {
  max-width: calc(210rem*1 / 18);
  padding-left: calc(20rem*1 / 18);
  padding-right: calc(48rem*1 / 18);
  width: 100%;
  border-color: #00263e;
}
@media only screen and (max-width: 1023px) {
  .header__main-search--bar input.active {
    max-width: 250px;
    padding-left: 10px;
    padding-right: 24px;
  }
}
@media only screen and (max-width: 420px) {
  .header__main-search--bar input.active {
    max-width: 100%;
  }
}
@media only screen and (max-width: 1023px) {
  .header__main-search--bar input {
    width: 100%;
    height: 40px;
    border-radius: 20px !important;
    margin-right: -55px;
  }
}
.header__main-search--bar button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  width: calc(19rem * 1 / 18);
  height: calc(19rem * 1 / 18);
  display: flex;
  justify-content: center;
  align-items: center;
  transform: translateY(25%);
  padding-left: 0;
  padding-right: 0;
}
.header__main-search--bar button img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media only screen and (max-width: 1023px) {
  .header__main-search--bar button {
    width: 25px;
    height: 19px;
  }
}
.header__main-search--x {
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}
.header__main-search--x img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media only screen and (max-width: 1023px) {
  .header__main-search--x {
    width: 22px;
    object-fit: contain;
    margin-right: 12px;
  }
}
.header__main-dropdown {
  cursor: auto;
}
.header__main-dropdown--item {
  cursor: pointer;
}
.header__main-menu {
  display: flex;
  align-items: center;
  gap: calc(70rem * 1 / 18);
  transition: all 0.25s ease-out;
  margin-right: calc(48rem * 1 / 18);
}
.header__main-menu--item {
  padding-top: calc(42rem * 1 / 18);
  padding-bottom: calc(42rem * 1 / 18);
  cursor: pointer;
}
.header__main-menu--item a {
  font-size: calc(15rem * 1 / 18 * var(--text-multiplier));
  line-height: normal;
  letter-spacing: calc(0.75rem * 1 / 18 * var(--text-multiplier));
  font-family: greycliff-cf, sans-serif;
  font-weight: 500 !important;
  text-transform: uppercase;
  color: #57584F;
  text-decoration: none;
  position: relative;
}
@media only screen and (max-width: 1023px) {
  .header__main-menu--item a {
    font-size: 15px;
    line-height: normal;
    letter-spacing: 0.75px;
  }
}
.header__main-menu--item a.menu-heading {
  position: relative;
}
.header__main-menu--item a.menu-heading::before {
  content: "";
  position: absolute;
  bottom: calc(-8rem * 1 / 18);
  left: 0;
  background-color: #E65621;
  width: 0;
  height: calc(3rem * 1 / 18);
  transition: all 0.25s ease-out;
}
.header__main-menu--item a.menu-heading.hovered::before {
  width: 100%;
}
.header__main-menu--item a.menu-heading.submenu-open::before {
  content: "";
  position: absolute;
  bottom: calc(-8rem * 1 / 18);
  left: 0;
  background-color: #E65621;
  width: 100%;
  height: calc(3rem * 1 / 18);
}
.header__main-menu--item.sub-menu-existed a.menu-heading::after {
  content: "";
  position: absolute;
  top: 50%;
  right: calc(-13rem * 1 / 18);
  transform: translateY(-50%);
  width: calc(12rem * 1 / 18);
  height: calc(6rem * 1 / 18);
  background-image: url(/wp-content/themes/schill-insurance/images/icons/arrow-down.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-color: transparent;
  transition: all 0.25s ease-out;
}
.header__main-menu--item.sub-menu-existed a.submenu-open::after {
  transform: translateY(-50%) rotate(180deg);
}
.header__main-menu--image {
  width: calc(423rem * 1 / 18);
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: auto;
}
.header__main-menu--image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0px 0px calc(25rem * 1 / 18) 0;
}
.header__main-menu--image.disabled {
  display: none;
}
.header__main-submenu {
  display: none;
  width: calc(1205rem * 1 / 18);
  min-height: calc(267.866rem * 1 / 18);
  background-color: white;
  border-radius: 0px 0px calc(25rem * 1 / 18) calc(25rem * 1 / 18);
  left: 50%;
  transform: translateX(-50%);
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1);
}
.header__main-submenu.total-1,
.header__main-submenu.total-2 {
  height: calc(168rem * 1 / 18);
}
.header__main-submenu.total-3,
.header__main-submenu.total-4 {
  height: calc(218rem * 1 / 18);
}
.header__main-submenu.total-5,
.header__main-submenu.total-6 {
  height: calc(268rem * 1 / 18);
}
.header__main-submenu.total-7,
.header__main-submenu.total-8 {
  height: calc(318rem * 1 / 18);
}
.header__main-submenu.total-9,
.header__main-submenu.total-10 {
  height: calc(368rem * 1 / 18);
}
.header__main-submenu.total-11,
.header__main-submenu.total-12 {
  height: calc(418rem * 1 / 18);
}
.header__main-submenu.total-13,
.header__main-submenu.total-14 {
  height: calc(468rem * 1 / 18);
}
.header__main-submenu.active {
  display: flex;
  position: fixed;
  top: calc(136rem * 1 / 18);
  justify-content: space-between;
}
.header__main-submenu--image {
  width: calc(423rem * 1 / 18);
  height: auto;
  justify-content: center;
  align-items: center;
  display: none;
}
.header__main-submenu--image.active {
  display: flex;
}
.header__main-submenu--image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0px 0px calc(25rem * 1 / 18) 0;
}
.header__main-dropdown {
  width: calc(100% - calc(423rem * 1 / 18));
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: calc(63rem * 1 / 18);
  padding: calc(65rem * 1 / 18) calc(35rem * 1 / 18) calc(53rem * 1 / 18) calc(42rem * 1 / 18);
  align-content: baseline;
}
.header__main-dropdown--item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-self: baseline;
  padding: calc(9rem * 1 / 18) 0;
  border-bottom: calc(1rem * 1 / 18) solid #CECECF;
  font-size: calc(20rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(32rem * 1 / 18 * var(--text-multiplier));
  font-weight: normal;
  font-family: greycliff-cf, sans-serif;
  color: #57584F;
  height: calc(50rem * 1 / 18);
}
@media only screen and (max-width: 1023px) {
  .header__main-dropdown--item {
    font-size: 20px;
    line-height: 32px;
  }
}
.header__main-dropdown--item a {
  text-decoration: none;
  color: #57584F;
}
.header__main-dropdown--item a.hover {
  color: #E65621;
}
.header__main-dropdown--item:nth-child(2n+1) {
  grid-column: 1 / 2;
}
.header__main-dropdown--item:nth-child(2n+2) {
  grid-column: 2 / 3;
}
.header__main-dropdown--arrow {
  width: calc(11rem * 1 / 18);
  height: calc(18rem * 1 / 18);
  display: flex;
  justify-content: center;
  align-items: center;
}
.header__main-dropdown--arrow svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.header__main-dropdown--arrow svg.hover path {
  stroke: #E65621;
}
.header__body-overlay {
  transition: all 0.3s ease;
}
.header__body-overlay.submenu-open {
  height: 100%;
  background: rgba(109, 48, 123, 0.26);
  position: fixed;
  width: 100%;
  z-index: 10;
  top: 0;
}
@media only screen and (max-width: 1023px) {
  .header__body-overlay {
    position: fixed;
    top: 0;
    right: -200px;
    width: 0%;
    height: 0%;
    background-color: white;
    z-index: 10;
    opacity: 0.98;
    transition: all 0.8s ease-in-out;
    border-radius: 0px 0px 40px 400px;
  }
  .header__body-overlay.show {
    right: 0;
    width: 300%;
    height: 100%;
  }
  .header__body-overlay.final-touch {
    width: 100%;
    border-radius: 0px 0px 40px 40px;
    opacity: 1;
  }
}
.header__logo {
  width: calc(196rem * 1 / 18);
  height: calc(78rem * 1 / 18);
  display: flex;
  justify-self: center;
  align-self: center;
  transition: all 0.25s ease-out;
}
.header__logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.header__mobile-nav {
  display: none;
}
@media only screen and (max-width: 1023px) {
  .header__mobile-nav {
    display: flex;
    grid-column: 1 / -1;
    justify-content: space-between;
    padding-left: 17px;
    padding-right: 17px;
    align-items: center;
    border-radius: 0px 0px 40px 40px;
    background: #FFF;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
  }
}
@media only screen and (max-width: 1023px) {
  .header__mobile-logo {
    width: 139px;
    height: 50px;
    display: flex;
    justify-self: center;
    align-self: center;
    transition: all 0.25s ease-out;
  }
  .header__mobile-logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
}
.header__mobile-hamburger {
  width: 40px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 15px;
  cursor: pointer;
  opacity: 1;
  transition: all 0.25s ease-out;
}
.header__mobile-hamburger svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.header__mobile-hamburger.hide {
  height: 0;
  width: 0;
  opacity: 0;
}
.header__mobile-close {
  width: 28.28px;
  height: 28.28px;
  justify-content: center;
  align-items: center;
  margin-right: 15px;
  cursor: pointer;
  position: absolute;
  right: -100px;
  transition: all 0.25s ease-out;
}
.header__mobile-close.show {
  display: flex;
  right: 15px;
  animation: rollIn 0.5s;
}
.header__mobile-close.rollOut {
  animation: rollOut 0.5s;
}
.header__mobile-close svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@keyframes rollIn {
  0% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@keyframes rollOut {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(180deg);
  }
}
.header__mobile-menu {
  display: none;
}
@media only screen and (max-width: 1023px) {
  .header__mobile-menu {
    display: none;
    grid-column: 1 / -1;
  }
  .header__mobile-menu.open {
    display: block;
    position: fixed;
    top: 120px;
    width: 100%;
    overflow-x: hidden;
    overflow-y: scroll;
    height: fit-content;
    min-height: 100vh;
    max-height: 100vh;
    padding-bottom: 120px;
  }
}
.header__mobile-menu--heading {
  cursor: pointer;
  padding: 22px 80px 21px 25px;
  display: inline-block;
  width: 100%;
  position: relative;
  font-size: 16px;
  line-height: normal;
  letter-spacing: 0.8px;
  font-family: greycliff-cf, sans-serif;
  font-weight: 500 !important;
  text-transform: uppercase;
  color: #3E3441;
  text-decoration: none;
}
.header__mobile-menu--heading.accordion::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 42px;
  transform: translateY(-50%);
  width: 16px;
  height: 10px;
  background-image: url(/wp-content/themes/schill-insurance/images/icons/arrow-down-mobile.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-color: transparent;
  transition: all 0.25s ease-out;
}
.header__mobile-menu--heading.active::after {
  transform: translateY(-50%) rotate(180deg);
}
.header__mobile-menu--list.show .header__mobile-menu--item:nth-child(1) {
  opacity: 1;
  transition-delay: 0s;
}
.header__mobile-menu--list.show .header__mobile-menu--item:nth-child(2) {
  opacity: 1;
  transition-delay: 0.15s;
}
.header__mobile-menu--list.show .header__mobile-menu--item:nth-child(3) {
  opacity: 1;
  transition-delay: 0.3s;
}
.header__mobile-menu--list.show .header__mobile-menu--item:nth-child(4) {
  opacity: 1;
  transition-delay: 0.45s;
}
.header__mobile-menu--list.show .header__mobile-menu--item:nth-child(5) {
  opacity: 1;
  transition-delay: 0.6s;
}
@media only screen and (max-width: 1023px) {
  .header__mobile-menu--subList {
    display: none;
  }
}
@media only screen and (max-width: 1023px) {
  .header__mobile-menu--item {
    border-bottom: 1px solid #ACACAC;
    transition: all 0.25s ease-out;
    opacity: 0;
  }
  .header__mobile-menu--item.active {
    border-bottom: none;
  }
}
@media only screen and (max-width: 1023px) {
  .header__mobile-menu--subItem {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #FFF;
    background: rgba(194, 185, 196, 0.3);
  }
  .header__mobile-menu--subItem > a {
    display: inline-block;
    width: 100%;
    padding: 9px 80px 8px 24px;
    text-decoration: none;
    font-size: 18px;
    line-height: 32px;
    letter-spacing: unset;
    font-family: greycliff-cf, sans-serif;
    font-weight: normal !important;
    color: #57584F;
  }
}
@media only screen and (max-width: 1023px) {
  .header__mobile-menu--arrow {
    width: 16px;
    height: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    margin-right: 42px;
  }
  .header__mobile-menu--arrow svg {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
}
.header__mobile-links {
  display: flex;
  flex-direction: column;
  gap: 30px;
  padding: 41px 25px 75px 25px;
}
.header__mobile-links--item {
  color: #696664 !important;
  font-family: greycliff-cf, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.8px;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
  text-transform: uppercase;
  text-decoration: underline !important;
  transition: all 0.25s ease-out;
  opacity: 0;
}
.header__mobile-links--item.show {
  opacity: 1;
}
.header__mobile-links--item.show:nth-child(1) {
  transition-delay: 0.85s;
}
.header__mobile-links--item.show:nth-child(2) {
  transition-delay: 1s;
}
.header__mobile-links--item.show:nth-child(3) {
  transition-delay: 1.15s;
}
.header__mobile-links--item.show:nth-child(4) {
  transition-delay: 1.3s;
}
.header__mobile-links--item.show:nth-child(5) {
  transition-delay: 1.45s;
}
.footer {
  position: relative;
  margin: 0 auto;
  background-color: white;
  height: 100%;
  min-height: calc(500rem * 1 / 18);
  display: grid;
  grid-template-columns: 5.73% repeat(24, 1fr) 5.73%;
  column-gap: calc(20rem * 1 / 18);
}
@media only screen and (max-width: 1023px) {
  .footer {
    padding-left: 32px;
    padding-right: 32px;
    grid-template-columns: repeat(4, 1fr);
    column-gap: 20px;
  }
}
@media only screen and (max-width: 600px) {
  .footer {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (max-width: 1023px) {
  .footer {
    height: auto;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.footer__left {
  grid-column: 1 / span 8;
  background: radial-gradient(139.85% 139.65% at 0% 2.53%, #F88155 0%, #E65621 60%);
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  column-gap: calc(20rem * 1 / 18);
  row-gap: calc(240rem * 1 / 18);
  padding: calc(92rem * 1 / 18) 0 calc(53rem * 1 / 18) calc(130rem * 1 / 18);
}
@media only screen and (max-width: 1023px) {
  .footer__left {
    grid-column: 1 / -1;
    grid-template-columns: repeat(4, 1fr);
    column-gap: 20px;
    row-gap: 0;
    padding: 50px 20px 73px 20px;
  }
}
.footer__left * {
  color: white;
}
.footer__left-top {
  grid-column: 1 / span 5;
  height: fit-content;
  display: flex;
  flex-direction: column;
  gap: calc(20rem * 1 / 18);
}
@media only screen and (max-width: 1023px) {
  .footer__left-top {
    gap: 0px;
  }
}
.footer__left-top--logo {
  width: calc(67rem * 1 / 18);
  height: calc(67rem * 1 / 18);
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: calc(10rem * 1 / 18);
}
@media only screen and (max-width: 1023px) {
  .footer__left-top--logo {
    width: 67px;
    height: 67px;
    margin-bottom: 30px;
  }
}
.footer__left-top--logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.footer__left-top--cta.text {
  color: white;
  font-family: greycliff-cf, sans-serif;
  font-size: calc(36rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(44rem * 1 / 18 * var(--text-multiplier));
  letter-spacing: normal;
  font-weight: normal !important;
}
@media only screen and (max-width: 1023px) {
  .footer__left-top--cta.text {
    font-size: 36px;
    line-height: 44px;
    letter-spacing: normal;
  }
}
@media only screen and (max-width: 1023px) {
  .footer__left-top--cta.text {
    margin-bottom: 10px !important;
  }
}
.footer__left-top--cta.link {
  display: inline-block;
  color: white;
  font-family: greycliff-cf, sans-serif;
  font-size: calc(36rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(44rem * 1 / 18 * var(--text-multiplier));
  letter-spacing: normal;
  font-weight: 600 !important;
  text-decoration: underline;
}
@media only screen and (max-width: 1023px) {
  .footer__left-top--cta.link {
    font-size: 36px;
    line-height: 44px;
    letter-spacing: normal;
  }
}
.footer__left-bottom {
  grid-column: 1 / span 5;
}
@media only screen and (max-width: 1023px) {
  .footer__left-bottom {
    margin-top: 70px;
  }
}
.footer__left-bottom > * {
  color: white;
  font-family: greycliff-cf, sans-serif;
  font-size: calc(16rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(24rem * 1 / 18 * var(--text-multiplier));
  letter-spacing: calc(0.25rem * 1 / 18 * var(--text-multiplier));
}
@media only screen and (max-width: 1023px) {
  .footer__left-bottom > * {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.25px;
  }
}
.footer__left-bottom > *:nth-child(1) {
  font-weight: 600 !important;
  margin-bottom: calc(10rem * 1 / 18);
}
@media only screen and (max-width: 1023px) {
  .footer__left-bottom > *:nth-child(1) {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 1023px) {
  .footer__left-bottom > *:nth-child(2) {
    margin-bottom: 0px !important;
  }
}
.footer__left-bottom > *:nth-child(3),
.footer__left-bottom > *:nth-child(4) {
  margin-bottom: calc(10rem * 1 / 18);
  text-decoration: underline;
}
@media only screen and (max-width: 1023px) {
  .footer__left-bottom > *:nth-child(3),
  .footer__left-bottom > *:nth-child(4) {
    margin-bottom: 10px;
  }
}
.footer__left-bottom > a {
  display: block;
}
.footer__right {
  grid-column: 9 / span 18;
  background-color: #3E3441;
  margin-left: calc(-20rem * 1 / 18);
  display: grid;
  position: relative;
  grid-template-columns: repeat(17, 1fr);
  column-gap: calc(20rem * 1 / 18);
  row-gap: calc(210rem * 1 / 18);
  padding: calc(190rem * 1 / 18) calc(130rem * 1 / 18) calc(55rem * 1 / 18) calc(20rem * 1 / 18);
}
@media only screen and (max-width: 1023px) {
  .footer__right {
    grid-column: 1 / -1;
    grid-template-columns: repeat(4, 1fr);
    column-gap: 20px;
    padding: 30px 20px 27px 20px;
    margin-left: 0;
  }
}
.footer__right-top {
  grid-column: 2 / -1;
}
@media only screen and (max-width: 1023px) {
  .footer__right-top {
    display: none;
  }
}
.footer__right-top--menu {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: calc(31rem * 1 / 18);
}
.footer__right-top--menuList:nth-child(1),
.footer__right-top--menuList:nth-child(3),
.footer__right-top--menuList:nth-child(5) {
  margin-right: calc(75rem * 1 / 18);
}
.footer__right-top--menuList:nth-child(2) {
  margin-right: calc(8rem * 1 / 18);
}
.footer__right-top--menuHeading {
  font-size: calc(16rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(26rem * 1 / 18 * var(--text-multiplier));
  letter-spacing: calc(0.25rem * 1 / 18 * var(--text-multiplier));
  font-family: greycliff-cf, sans-serif;
  font-weight: 600 !important;
  text-transform: uppercase;
  text-decoration: none;
  color: #D9D9D9;
  display: inline-block;
  width: max-content;
  margin-bottom: calc(10rem * 1 / 18);
}
@media only screen and (max-width: 1023px) {
  .footer__right-top--menuHeading {
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0.25px;
  }
}
.footer__right-top--submenuItem {
  font-size: calc(14rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(26rem * 1 / 18 * var(--text-multiplier));
  font-family: greycliff-cf, sans-serif;
  font-weight: normal;
  color: #D9D9D9;
  letter-spacing: normal;
  text-decoration: none;
  display: inline-block;
  width: max-content;
}
@media only screen and (max-width: 1023px) {
  .footer__right-top--submenuItem {
    font-size: 14px;
    line-height: 26px;
    letter-spacing: normal;
  }
}
.footer__right-bottom {
  grid-column: 2 / -1;
  display: grid;
  position: relative;
  grid-template-columns: repeat(16, 1fr);
  column-gap: calc(20rem * 1 / 18);
}
@media only screen and (max-width: 1023px) {
  .footer__right-bottom {
    grid-column: 1 / -1;
    grid-template-columns: repeat(4, 1fr);
    column-gap: 20px;
    row-gap: 44px;
  }
}
.footer__right-bottom--copyright {
  grid-column: 1 / span 5;
}
@media only screen and (max-width: 1023px) {
  .footer__right-bottom--copyright {
    grid-column: 1 / -1;
  }
}
.footer__right-bottom--copyright > * {
  font-size: calc(14rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(24rem * 1 / 18 * var(--text-multiplier));
  font-family: greycliff-cf, sans-serif;
  font-weight: normal;
  color: #D9D9D9;
  letter-spacing: normal;
}
@media only screen and (max-width: 1023px) {
  .footer__right-bottom--copyright > * {
    font-size: 14px;
    line-height: 24px;
    letter-spacing: normal;
  }
}
.footer__right-bottom--copyright > p {
  margin-bottom: 0!important;
}
.footer__right-bottom--legals {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: calc(20rem * 1 / 18);
}
.footer__right-bottom--legals > * {
  font-size: calc(14rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(24rem * 1 / 18 * var(--text-multiplier));
  font-family: greycliff-cf, sans-serif;
  font-weight: normal;
  color: #D9D9D9;
  letter-spacing: normal;
}
@media only screen and (max-width: 1023px) {
  .footer__right-bottom--legals > * {
    font-size: 14px;
    line-height: 24px;
    letter-spacing: normal;
  }
}
@media only screen and (max-width: 1023px) {
  .footer__right-bottom--legals {
    gap: 20px;
  }
}
.footer__right-bottom--social {
  display: grid;
  position: relative;
  grid-template-columns: repeat(4, 1fr);
  column-gap: calc(20rem * 1 / 18);
  grid-column: 13 / span 4;
}
@media only screen and (max-width: 1023px) {
  .footer__right-bottom--social {
    grid-column: 1 / -1;
    display: flex;
    justify-content: flex-start;
    gap: 20px;
    align-items: center;
    flex-wrap: wrap;
  }
}
.footer__right-bottom--social a {
  width: calc(50rem * 1 / 18);
  height: calc(50rem * 1 / 18);
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 1023px) {
  .footer__right-bottom--social a {
    width: 50px;
    height: 50px;
  }
}
.footer__right-bottom--social a img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.footer__right-bottom--social a:nth-child(1) {
  grid-column: 1 / span 1;
}
.footer__right-bottom--social a:nth-child(2) {
  grid-column: 2 / span 1;
}
.footer__right-bottom--social a:nth-child(3) {
  grid-column: 3 / span 1;
}
.footer__right-bottom--social a:nth-child(4) {
  grid-column: 4 / span 1;
}
.footer__private-right {
  background-color: white;
}
.footer__private-right--top > *,
.footer__private-right--top > ul li a {
  color: #3C3634 !important;
}
.footer__private-right--bottom > div p,
.footer__private-right--bottom > div a {
  color: #3C3634 !important;
}
.single {
  position: relative;
}
.single__header {
  position: relative;
  grid-column: 1 / -1;
  margin-bottom: calc(137rem*1 / 18);
  display: grid;
  grid-template-columns: 5.73% repeat(24, 1fr) 5.73%;
  column-gap: calc(20rem * 1 / 18);
}
@media only screen and (max-width: 1023px) {
  .single__header {
    padding-left: 32px;
    padding-right: 32px;
    grid-template-columns: repeat(4, 1fr);
    column-gap: 20px;
  }
}
@media only screen and (max-width: 600px) {
  .single__header {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (max-width: 1023px) {
  .single__header {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 30px;
  }
}
.single__header-brief {
  position: absolute;
  width: 100%;
  max-width: calc(1400rem * 1 / 18);
  bottom: calc(-50rem * 1 / 18);
  grid-column: 4 / span 20;
  background-color: white;
  box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.15);
  border-radius: calc(15rem * 1 / 18);
  padding: calc(40rem * 1 / 18) calc(50rem * 1 / 18);
  display: flex;
  flex-direction: column;
  gap: calc(20rem * 1 / 18);
  text-align: center;
}
@media only screen and (max-width: 1023px) {
  .single__header-brief {
    grid-column: 1 / span 4;
    padding: 20px;
    border-radius: 15px;
    position: relative;
    top: -30px;
    bottom: unset;
    max-width: 95%;
    justify-self: center;
  }
}
.single__header-image {
  grid-column: 1 / -1;
  width: 100%;
  height: calc(670rem * 1 / 18);
  display: flex;
  justify-content: center;
  align-items: center;
}
.single__header-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media only screen and (max-width: 1023px) {
  .single__header-image {
    height: 400px;
  }
}
@media only screen and (max-width: 600px) {
  .single__header-image {
    height: 300px;
  }
}
.single__header-title {
  margin-bottom: 0 !important;
  font-family: greycliff-cf, sans-serif !important;
  font-size: calc(48rem * 1 / 18 * var(--text-multiplier)) !important;
  line-height: calc(64rem * 1 / 18 * var(--text-multiplier)) !important;
  letter-spacing: unset !important;
  font-weight: normal !important;
  color: #FF4D00 !important;
  color: #E65621 !important;
}
@media only screen and (max-width: 1023px) {
  .single__header-title {
    font-size: 28px !important;
    line-height: 32px !important;
    letter-spacing: unset;
  }
}
.single__header-date {
  color: #57584F;
  font-family: greycliff-cf, sans-serif;
  font-size: calc(16rem * 1 / 18 * var(--text-multiplier));
  font-style: normal;
  font-weight: 500 !important;
  line-height: calc(16rem * 1 / 18 * var(--text-multiplier));
  letter-spacing: normal;
}
@media only screen and (max-width: 1023px) {
  .single__header-date {
    font-size: 16px;
    line-height: 16px;
    letter-spacing: normal;
  }
}
.single__content {
  position: relative;
  display: grid;
  grid-template-columns: 5.73% repeat(24, 1fr) 5.73%;
  column-gap: calc(20rem * 1 / 18);
}
@media only screen and (max-width: 1023px) {
  .single__content {
    padding-left: 32px;
    padding-right: 32px;
    grid-template-columns: repeat(4, 1fr);
    column-gap: 20px;
  }
}
@media only screen and (max-width: 600px) {
  .single__content {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.single__content-export {
  grid-column: 3 / span 3;
}
@media only screen and (max-width: 1023px) {
  .single__content-export {
    display: none;
  }
}
.single__content-export--option {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  cursor: pointer;
  margin-bottom: calc(20rem * 1 / 18);
}
@media only screen and (max-width: 1023px) {
  .single__content-export--option {
    margin-bottom: 10px;
    gap: 7.5px;
  }
}
.single__content-export--option a > img[data-hover="true"] {
  display: none;
}
.single__content-export--option > span {
  transition: transform 0.3s ease-in-out;
  transform-origin: 0% 50%;
  margin-left: calc(15rem * 1 / 18);
}
.single__content-export--option > span.hover {
  transform: scaleX(1.03);
}
.single__content-export--option.share {
  position: relative;
}
.single__content-export--option.share > .social-links {
  position: absolute;
  right: calc(-60rem * 1 / 18);
  bottom: calc(0rem * 1 / 18);
  display: flex;
  gap: calc(8rem * 1 / 18);
  height: fit-content;
  opacity: 0;
  pointer-events: none;
  padding: calc(12rem * 1 / 18);
  overflow: hidden;
  border: calc(1rem * 1 / 18) solid #E65621;
  border-radius: calc(10rem * 1 / 18);
  transition: all 0.25s ease-out;
}
@media only screen and (max-width: 1023px) {
  .single__content-export--option.share > .social-links {
    display: none;
  }
}
.single__content-export--option.share > .social-links > a {
  width: calc(29rem * 1 / 18);
  height: calc(29rem * 1 / 18);
}
.single__content-export--option.share > .social-links > a > img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.single__content-export--option.share:hover > .social-links {
  opacity: 1;
  pointer-events: all;
}
.single__content-copy {
  font-size: calc(12rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(24rem * 1 / 18 * var(--text-multiplier));
}
@media only screen and (max-width: 1023px) {
  .single__content-copy {
    font-size: 12px;
    line-height: 24px;
  }
}
.single__content-copy--success {
  display: none;
  position: absolute;
  background-color: #E65621;
  color: white;
  padding: 10px 15px;
  font-size: 12px;
  border-radius: 19px;
  width: 190px;
  left: 33px;
  top: -35px;
  text-align: center;
}
.single__content-copy--success::before {
  content: '';
  position: absolute;
  bottom: -6px;
  /* Adjust this value to move the triangle up or down */
  left: 20px;
  /* Adjust this to position the triangle left or right */
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #E65621;
  /* Match the background color of the chat bubble */
}
.single__content-detail {
  grid-column: 7 / span 12;
  padding-bottom: calc(50rem * 1 / 18);
  margin-bottom: calc(20rem * 1 / 18);
}
@media only screen and (max-width: 1023px) {
  .single__content-detail {
    grid-column: 1 / -1;
    padding-bottom: 25px;
    margin-bottom: 10px;
  }
}
.single__content-top {
  display: flex  ;
  justify-content: flex-start;
  align-items: flex-start;
  border-bottom: 1px solid #879baa;
  padding-bottom: calc(20rem*1 / 18);
  margin-bottom: calc(40rem*1 / 18);
  gap: calc(10rem * 1 / 18);
}
@media only screen and (max-width: 1023px) {
  .single__content-top {
    flex-direction: column;
    gap: 10px;
    padding-bottom: 10px;
    margin-bottom: 20px;
  }
}
.single__content-top--category {
  display: flex;
  justify-content: flex-start;
  align-items: baseline;
  gap: calc(10rem * 1 / 18);
  width: 50%;
}
.single__content-top--category.no-tags {
  width: 100%;
}
@media only screen and (max-width: 1023px) {
  .single__content-top--category {
    width: 100%;
    gap: 10px;
  }
}
.single__content-top--category a {
  text-decoration: underline;
}
.single__content-top--category a:hover {
  text-decoration: none;
}
.single__content-top--tag {
  display: flex;
  justify-content: flex-start;
  align-items: baseline;
  gap: calc(10rem * 1 / 18);
  width: 50%;
}
.single__content-top--tag.no-cat {
  width: 100%;
}
@media only screen and (max-width: 1023px) {
  .single__content-top--tag {
    width: 100%;
    gap: 10px;
  }
}
.single__content-top--tag a {
  text-decoration: underline;
}
.single__content-top--tag a:hover {
  text-decoration: none;
}
.single__content-main {
  line-height: normal;
}
.single__content-main ul {
  list-style: disc;
  padding-left: calc(20rem*1 / 18);
  margin-bottom: calc(20rem*1 / 18);
}
.single__content-main ul li {
  font-size: calc(16rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(28rem * 1 / 18 * var(--text-multiplier));
  letter-spacing: 0 !important;
}
@media only screen and (max-width: 1023px) {
  .single__content-main ul li {
    font-size: 16px;
    line-height: 28px;
  }
}
.single__content-main ol {
  list-style: decimal;
  padding-left: calc(20rem*1 / 18);
  margin-bottom: calc(20rem*1 / 18);
}
.single__content-main ol li {
  font-size: calc(16rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(28rem * 1 / 18 * var(--text-multiplier));
  letter-spacing: 0 !important;
}
@media only screen and (max-width: 1023px) {
  .single__content-main ol li {
    font-size: 16px;
    line-height: 28px;
  }
}
.single__content-main p {
  font-family: greycliff-cf, sans-serif;
  font-size: calc(16rem * 1 / 18 * var(--text-multiplier));
  font-weight: normal !important;
  line-height: calc(28rem * 1 / 18 * var(--text-multiplier));
  letter-spacing: calc(0rem * 1 / 18 * var(--text-multiplier));
  margin-bottom: calc(20rem * 1 / 18);
  color: #3E3441;
}
@media only screen and (max-width: 1023px) {
  .single__content-main p {
    font-size: 16px;
    line-height: 28px;
  }
}
@media only screen and (max-width: 1023px) {
  .single__content-main p {
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 12px;
  }
}
.single__content-main p a {
  text-decoration: none;
  color: inherit;
}
.single__content-main hr {
  margin-bottom: calc(20rem*1 / 18);
}
.single__content-main figure {
  margin-bottom: calc(20rem*1 / 18);
}
.single__content-side {
  grid-column: 20 / span 5;
}
@media only screen and (max-width: 1023px) {
  .single__content-side {
    grid-column: 1 / -1;
  }
}
.single__content-side--author {
  margin-bottom: calc(20rem*1 / 18);
  font-family: greycliff-cf, sans-serif;
  font-size: calc(16rem * 1 / 18 * var(--text-multiplier));
  font-weight: normal !important;
  line-height: calc(28rem * 1 / 18 * var(--text-multiplier));
  letter-spacing: calc(0rem * 1 / 18 * var(--text-multiplier));
  margin-bottom: calc(20rem * 1 / 18);
  color: #3E3441;
}
@media only screen and (max-width: 1023px) {
  .single__content-side--author {
    font-size: 16px;
    line-height: 28px;
  }
}
@media only screen and (max-width: 1023px) {
  .single__content-side--author {
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 12px;
  }
}
.single__content-side--author a {
  text-decoration: none;
  color: inherit;
}
.single__content-side--author * > span {
  color: #E65621;
}
@media only screen and (max-width: 1023px) {
  .single__content-side--author {
    display: none;
  }
}
.single__content-side--author.mobile {
  display: none;
}
@media only screen and (max-width: 1023px) {
  .single__content-side--author.mobile {
    display: block;
  }
}
.single__content-side--popularPosts {
  padding-top: calc(12rem*1 / 18);
  border-top: calc(1rem*1 / 18) solid #879baa;
  margin-bottom: calc(100rem * 1 / 18);
}
@media only screen and (max-width: 1023px) {
  .single__content-side--popularPosts {
    padding-top: 12px;
    border-top: 1px solid #879baa;
    margin-bottom: 50px;
  }
}
.single__content-side--popularPosts p {
  color: #3E3441;
  font-family: greycliff-cf, sans-serif;
  font-size: calc(14rem * 1 / 18 * var(--text-multiplier));
  font-style: normal;
  font-weight: 600 !important;
  line-height: calc(16rem * 1 / 18 * var(--text-multiplier));
  letter-spacing: calc(0.75rem * 1 / 18 * var(--text-multiplier));
  text-transform: uppercase;
  margin-bottom: calc(20rem * 1 / 18);
}
@media only screen and (max-width: 1023px) {
  .single__content-side--popularPosts p {
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.75px;
  }
}
@media only screen and (max-width: 1023px) {
  .single__content-side--popularPosts p {
    margin-bottom: 20px;
  }
}
.single__content-side--articles ul {
  display: flex;
  flex-direction: column;
  gap: calc(40rem * 1 / 18);
}
@media only screen and (max-width: 1023px) {
  .single__content-side--articles ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
  }
}
@media only screen and (max-width: 600px) {
  .single__content-side--articles ul {
    gap: 20px;
  }
}
@media screen and (max-width: 500px) {
  .single__content-side--articles ul {
    display: flex;
    gap: 40px;
  }
}
.single__sideArticle {
  cursor: pointer;
  display: flex;
  flex-direction: column;
  gap: calc(7rem * 1 / 18);
}
@media only screen and (max-width: 1023px) {
  .single__sideArticle {
    gap: 7px;
  }
}
.single__sideArticle-thumbnail {
  width: calc(330rem*1 / 18);
  height: calc(209rem*1 / 18);
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  border-radius: calc(15rem * 1 / 18);
}
@media only screen and (max-width: 1023px) {
  .single__sideArticle-thumbnail {
    width: 100%;
    height: 200px;
    border-radius: 15px;
  }
}
@media only screen and (max-width: 600px) {
  .single__sideArticle-thumbnail {
    height: 150px;
  }
}
@media screen and (max-width: 500px) {
  .single__sideArticle-thumbnail {
    height: 200px;
  }
}
.single__sideArticle-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: calc(15rem * 1 / 18);
  transition: all 0.25s ease-out;
}
@media only screen and (max-width: 1023px) {
  .single__sideArticle-thumbnail img {
    border-radius: 15px;
  }
}
.single__sideArticle-thumbnail.hovered img {
  transform: scale(1.05);
  filter: brightness(0.7);
}
.single__sideArticle-title {
  color: #3E3441;
  font-family: greycliff-cf, sans-serif;
  font-size: calc(24rem * 1 / 18 * var(--text-multiplier));
  font-style: normal;
  font-weight: normal !important;
  line-height: calc(32rem * 1 / 18 * var(--text-multiplier));
  letter-spacing: calc(-1rem * 1 / 18 * var(--text-multiplier));
  font-weight: 600 !important;
}
@media only screen and (max-width: 1023px) {
  .single__sideArticle-title {
    font-size: 24px;
    line-height: 32px;
    letter-spacing: -1px;
  }
}
@media only screen and (max-width: 600px) {
  .single__sideArticle-title {
    font-size: 20px;
    line-height: 28px;
    letter-spacing: -1px;
  }
}
.single__sideArticle-title.hovered {
  text-decoration: underline;
}
.single__sideArticle-date {
  color: #57584F;
  font-family: greycliff-cf, sans-serif;
  font-size: calc(16rem * 1 / 18 * var(--text-multiplier));
  font-style: normal;
  font-weight: 500 !important;
  line-height: calc(16rem * 1 / 18 * var(--text-multiplier));
  letter-spacing: normal;
}
@media only screen and (max-width: 1023px) {
  .single__sideArticle-date {
    font-size: 16px;
    line-height: 16px;
    letter-spacing: normal;
  }
}
.gform_wrapper {
  display: grid;
  grid-template-columns: 5.73% repeat(24, 1fr) 5.73%;
  column-gap: calc(20rem * 1 / 18);
  position: relative;
}
@media only screen and (max-width: 1023px) {
  .gform_wrapper {
    padding-left: 32px;
    padding-right: 32px;
    grid-template-columns: repeat(4, 1fr);
    column-gap: 20px;
  }
}
@media only screen and (max-width: 600px) {
  .gform_wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.gform_wrapper .gform_heading {
  grid-column: 6 / span 16;
}
@media only screen and (max-width: 1023px) {
  .gform_wrapper .gform_heading {
    grid-column: 1 / span 12;
  }
}
@media only screen and (max-width: 1023px) {
  .gform_wrapper .gform_heading .gform_title {
    font-size: calc(25rem * 1 / 3.9375) !important;
    text-align: left;
    line-height: calc(26rem * 1 / 3.9375) !important;
  }
}
.gform_wrapper .gform_heading .gform_description {
  font-size: calc(18rem * 1 / 18) !important;
  line-height: calc(28rem * 1 / 18) !important;
}
@media only screen and (max-width: 1023px) {
  .gform_wrapper .gform_heading .gform_description {
    font-size: calc(18rem * 1 / 3.9375) !important;
    text-align: left;
    line-height: calc(26rem * 1 / 3.9375) !important;
  }
}
.gform_wrapper form {
  grid-column: 6 / span 16;
}
@media only screen and (max-width: 1023px) {
  .gform_wrapper form {
    grid-column: 1 / span 12;
  }
}
.gform_wrapper form > * {
  font-family: greycliff-cf, sans-serif;
}
.gform_wrapper form .gsection_title {
  color: #E65621 !important;
}
.gform_wrapper form .gsection_description {
  line-height: normal;
  font-size: calc(18rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(28rem * 1 / 18 * var(--text-multiplier));
}
@media only screen and (max-width: 1023px) {
  .gform_wrapper form .gsection_description {
    font-size: 18px;
    line-height: 28px;
  }
}
.gform_wrapper form .srp_check .gfield_description {
  margin-left: calc(30rem * 1 / 18);
}
@media only screen and (max-width: 1023px) {
  .gform_wrapper form .srp_check .gfield_description {
    margin-left: 30px;
  }
}
.gform_wrapper form .gfield_description {
  font-size: calc(18rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(28rem * 1 / 18 * var(--text-multiplier));
}
@media only screen and (max-width: 1023px) {
  .gform_wrapper form .gfield_description {
    font-size: 18px;
    line-height: 28px;
  }
}
.gform_wrapper form .gfield_label {
  font-size: calc(18rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(28rem * 1 / 18 * var(--text-multiplier));
}
@media only screen and (max-width: 1023px) {
  .gform_wrapper form .gfield_label {
    font-size: 18px;
    line-height: 28px;
  }
}
.gform_wrapper form input[type="text"],
.gform_wrapper form input[type="email"],
.gform_wrapper form input[type="tel"],
.gform_wrapper form input[type="number"],
.gform_wrapper form input[type="password"],
.gform_wrapper form textarea {
  font-size: calc(18rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(28rem * 1 / 18 * var(--text-multiplier));
}
@media only screen and (max-width: 1023px) {
  .gform_wrapper form input[type="text"],
  .gform_wrapper form input[type="email"],
  .gform_wrapper form input[type="tel"],
  .gform_wrapper form input[type="number"],
  .gform_wrapper form input[type="password"],
  .gform_wrapper form textarea {
    font-size: 18px;
    line-height: 28px;
  }
}
.gform_wrapper form .gform-field-label {
  font-size: calc(18rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(28rem * 1 / 18 * var(--text-multiplier));
}
@media only screen and (max-width: 1023px) {
  .gform_wrapper form .gform-field-label {
    font-size: 18px;
    line-height: 28px;
  }
}
@media only screen and (max-width: 1023px) {
  .gform_wrapper form .gform-field-label {
    font-size: calc(16rem * 1 / 3.9375) !important;
    line-height: calc(26rem * 1 / 3.9375) !important;
  }
}
.gform_wrapper form .gfield_select {
  cursor: pointer;
  padding-top: calc(5rem * 1 / 18);
  font-size: calc(18rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(28rem * 1 / 18 * var(--text-multiplier));
}
@media only screen and (max-width: 1023px) {
  .gform_wrapper form .gfield_select {
    padding-top: calc(5rem * 1 / 3.9375);
  }
}
@media only screen and (max-width: 1023px) {
  .gform_wrapper form .gfield_select {
    font-size: 18px;
    line-height: 28px;
  }
}
.gform_wrapper form .gform_button {
  background: #E65621 !important;
  border-radius: calc(25rem * 1 / 18) !important;
  font-size: calc(18rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(28rem * 1 / 18 * var(--text-multiplier));
}
@media only screen and (max-width: 1023px) {
  .gform_wrapper form .gform_button {
    font-size: 18px;
    line-height: 28px;
  }
}
.gform_wrapper form .gform_button:hover {
  background: #3E3441 !important;
}
.gform_wrapper form .gform-footer {
  justify-content: flex-end;
}
.gform_wrapper form .g-subheading h4 {
  color: #E65621 !important;
  margin-bottom: 0 !important;
}
.gform_wrapper form .gchoice .gfield-choice-input {
  align-self: center;
}
.gform_wrapper form .gchoice #choice_8_31_6 {
  align-self: baseline;
  transform: translateY(5px);
}
.gform_wrapper .gform_validation_errors {
  grid-column: 6 / span 16;
}
@media only screen and (max-width: 1023px) {
  .gform_wrapper .gform_validation_errors {
    grid-column: 1 / span 12;
  }
}
.gform_wrapper .gform_validation_errors > * {
  font-family: greycliff-cf, sans-serif !important;
}
.gform_wrapper .gform_validation_errors .gform_submission_error {
  font-size: calc(20rem * 1 / 18 * var(--text-multiplier)) !important;
  line-height: calc(30rem * 1 / 18 * var(--text-multiplier)) !important;
}
@media only screen and (max-width: 1023px) {
  .gform_wrapper .gform_validation_errors .gform_submission_error {
    font-size: 20px;
    line-height: 30px;
  }
}
@media only screen and (max-width: 1023px) {
  .gform_wrapper .gform_validation_errors .gform_submission_error {
    font-size: calc(16rem * 1 / 3.9375) !important;
    line-height: calc(26rem * 1 / 3.9375) !important;
  }
}
.gform_wrapper .gform_validation_errors .gform_validation_error_link {
  font-size: calc(18rem * 1 / 18 * var(--text-multiplier)) !important;
  line-height: calc(28rem * 1 / 18 * var(--text-multiplier)) !important;
}
@media only screen and (max-width: 1023px) {
  .gform_wrapper .gform_validation_errors .gform_validation_error_link {
    font-size: 18px;
    line-height: 28px;
  }
}
@media only screen and (max-width: 1023px) {
  .gform_wrapper .gform_validation_errors .gform_validation_error_link {
    font-size: calc(16rem * 1 / 3.9375) !important;
    line-height: calc(26rem * 1 / 3.9375) !important;
  }
}
.gform_wrapper .gform_confirmation_message {
  grid-column: 6 / span 16;
  font-family: greycliff-cf, sans-serif !important;
  text-align: center;
  height: calc(300rem * 1 / 18);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.gform_wrapper .ginput_container input {
  cursor: pointer;
}
.gfield--type-fileupload label {
  cursor: pointer;
}
.gform_confirmation_wrapper {
  min-height: calc(500rem * 1 / 18);
}
.gform_confirmation_wrapper .gform_confirmation_message {
  align-self: center;
  min-height: calc(300rem * 1 / 18);
}
.business_quote_wrapper .gform_heading,
.property_claim_information_wrapper .gform_heading {
  margin-bottom: calc(80rem * 1 / 18);
}
.business_quote_wrapper .gform_heading > *,
.property_claim_information_wrapper .gform_heading > * {
  text-align: center;
}
.business_quote_wrapper .gform_heading .gform_title,
.property_claim_information_wrapper .gform_heading .gform_title {
  font-weight: 600 !important;
}
.auto_quote_wrapper .gform_heading {
  margin-bottom: calc(80rem * 1 / 18);
}
.auto_quote_wrapper .gform_heading > * {
  text-align: center;
}
.auto_quote_wrapper .gform_heading .gform_title {
  font-weight: 600 !important;
}
.auto_quote_wrapper .ginput_container_consent {
  align-items: center;
}
.cps {
  width: 100%;
  display: block;
  grid-column: 1 / span 26;
}
@media only screen and (max-width: 1023px) {
  .cps {
    grid-column: 1 / span 14;
  }
}
.cps-xsmall {
  height: 2rem;
}
@media only screen and (max-width: 1023px) {
  .cps-xsmall {
    height: 20px;
  }
  .cps-xsmall.mobile-hide {
    display: none;
  }
}
.cps-small {
  height: 4rem;
}
@media only screen and (max-width: 1023px) {
  .cps-small {
    height: 40px;
  }
  .cps-small.mobile-hide {
    display: none;
  }
}
.cps-medium {
  height: 6rem;
}
@media only screen and (max-width: 1023px) {
  .cps-medium {
    height: 60px;
  }
  .cps-medium.mobile-hide {
    display: none;
  }
}
.cps-large {
  height: 8rem;
}
@media only screen and (max-width: 1023px) {
  .cps-large {
    height: 80px;
  }
  .cps-large.mobile-hide {
    display: none;
  }
}
.cps-xlarge {
  height: 10rem;
}
@media only screen and (max-width: 1023px) {
  .cps-xlarge {
    height: 100px;
  }
  .cps-xlarge.mobile-hide {
    display: none;
  }
}
.cu {
  display: grid;
  grid-template-columns: 5.73% repeat(24, 1fr) 5.73%;
  column-gap: calc(20rem * 1 / 18);
  position: relative;
  margin-top: calc(100rem * 1 / 18);
}
@media only screen and (max-width: 1023px) {
  .cu {
    padding-left: 32px;
    padding-right: 32px;
    grid-template-columns: repeat(4, 1fr);
    column-gap: 20px;
  }
}
@media only screen and (max-width: 600px) {
  .cu {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (max-width: 1023px) {
  .cu {
    margin-top: 100px;
    gap: 50px;
  }
}
.cu__location {
  grid-column: 4 / span 6;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 1023px) {
  .cu__location {
    grid-column: 1 / -1;
  }
}
.cu__location-heading {
  padding-bottom: calc(27.66rem * 1 / 18);
}
@media only screen and (max-width: 1023px) {
  .cu__location-heading {
    padding-bottom: 27px;
  }
}
.cu__location-ho--title,
.cu__location-pi--title {
  color: #3E3441;
  font-family: greycliff-cf, sans-serif;
  font-size: calc(19rem * 1 / 18 * var(--text-multiplier));
  font-style: normal;
  font-weight: 600 !important;
  line-height: calc(24rem * 1 / 18 * var(--text-multiplier));
  letter-spacing: unset;
  margin-bottom: calc(7.49rem * 1 / 18) !important;
  width: 100%;
  max-width: calc(339.512rem * 1 / 18);
}
@media only screen and (max-width: 1023px) {
  .cu__location-ho--title,
  .cu__location-pi--title {
    font-size: 19px;
    line-height: 24px;
    letter-spacing: unset;
  }
}
@media only screen and (max-width: 1023px) {
  .cu__location-ho--title,
  .cu__location-pi--title {
    margin-bottom: 7.49px !important;
    max-width: 100%;
  }
}
.cu__location-ho {
  padding-left: calc(5rem * 1 / 18);
  margin-bottom: calc(35.07rem * 1 / 18);
}
@media only screen and (max-width: 1023px) {
  .cu__location-ho {
    margin-bottom: 35px;
    padding-left: 5px;
  }
}
.cu__location-ho--name {
  color: #3E3441;
  font-family: greycliff-cf, sans-serif;
  font-size: calc(16rem * 1 / 18 * var(--text-multiplier));
  font-style: normal;
  font-weight: normal !important;
  line-height: calc(32rem * 1 / 18 * var(--text-multiplier));
  letter-spacing: unset;
  padding-left: calc(2rem * 1 / 18);
  margin-bottom: 0 !important;
  width: 100%;
  max-width: calc(322rem * 1 / 18);
  border-bottom: calc(1rem * 1 / 18) solid #D4C7D6;
  position: relative;
  cursor: pointer;
}
@media only screen and (max-width: 1023px) {
  .cu__location-ho--name {
    font-size: 16px;
    line-height: 32px;
    letter-spacing: unset;
  }
}
@media only screen and (max-width: 1023px) {
  .cu__location-ho--name {
    padding-left: 2px;
    max-width: 100%;
    border-bottom: 1px solid #D4C7D6;
  }
}
.cu__location-ho--name::after {
  content: "";
  display: block;
  width: calc(12.872rem * 1 / 18);
  height: calc(14.045rem * 1 / 18);
  background: url(../images/icons/arrow-right.svg) no-repeat;
  background-size: contain;
  position: absolute;
  right: calc(0rem * 1 / 18);
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (max-width: 1023px) {
  .cu__location-ho--name::after {
    width: 12.872px;
    height: 14.045px;
  }
}
.cu__location-ho--name.selected {
  color: #E65621;
}
.cu__location-ho--name.selected::after {
  background: url(../images/icons/arrow-right-orange.svg) no-repeat;
  background-size: contain;
}
.cu__location-pi {
  padding-left: calc(5rem * 1 / 18);
}
.cu__location-pi--wrapper {
  width: 100%;
  max-width: calc(322rem * 1 / 18);
  display: flex;
  flex-direction: column;
  gap: calc(10rem * 1 / 18);
}
@media only screen and (max-width: 1023px) {
  .cu__location-pi--wrapper {
    max-width: 100%;
    gap: 10px;
  }
}
.cu__location-pi--name {
  color: #3E3441;
  font-family: greycliff-cf, sans-serif;
  font-size: calc(16rem * 1 / 18 * var(--text-multiplier));
  font-style: normal;
  font-weight: normal !important;
  line-height: calc(32rem * 1 / 18 * var(--text-multiplier));
  letter-spacing: unset;
  padding-left: calc(2rem * 1 / 18);
  margin-bottom: 0 !important;
  width: 100%;
  max-width: calc(322rem * 1 / 18);
  border-bottom: calc(1rem * 1 / 18) solid #D4C7D6;
  position: relative;
  cursor: pointer;
}
@media only screen and (max-width: 1023px) {
  .cu__location-pi--name {
    font-size: 16px;
    line-height: 32px;
    letter-spacing: unset;
  }
}
@media only screen and (max-width: 1023px) {
  .cu__location-pi--name {
    padding-left: 2px;
    max-width: 100%;
    border-bottom: 1px solid #D4C7D6;
  }
}
.cu__location-pi--name::after {
  content: "";
  display: block;
  width: calc(12.872rem * 1 / 18);
  height: calc(14.045rem * 1 / 18);
  background: url(../images/icons/arrow-right.svg) no-repeat;
  background-size: contain;
  position: absolute;
  right: calc(0rem * 1 / 18);
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (max-width: 1023px) {
  .cu__location-pi--name::after {
    width: 12.872px;
    height: 14.045px;
  }
}
.cu__location-pi--name.selected {
  color: #E65621;
}
.cu__location-pi--name.selected::after {
  background: url(../images/icons/arrow-right-orange.svg) no-repeat;
  background-size: contain;
}
.cu__map {
  grid-column: 11 / span 13;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 1023px) {
  .cu__map {
    grid-column: 1 / -1;
  }
}
.cu__map-ho iframe {
  width: 100%;
  height: calc(656.709rem * 1 / 18);
  border-radius: calc(12rem * 1 / 18);
  border: calc(4rem * 1 / 18) solid #D9D9D9 !important;
}
@media only screen and (max-width: 1023px) {
  .cu__map-ho iframe {
    height: 656.709px;
    border-radius: 12px;
    border: 4px solid #D9D9D9 !important;
  }
}
@media only screen and (max-width: 768px) {
  .cu__map-ho iframe {
    height: 400px;
  }
}
.cu__map-ho.hidden {
  display: none;
}
.cu__map-info {
  width: calc(283rem * 1 / 18);
  height: auto;
  background-color: white;
  border-radius: calc(10rem * 1 / 18);
  box-shadow: 0px 15px 25px 0px rgba(0, 0, 0, 0.25);
  position: absolute;
  bottom: calc(22.53rem * 1 / 18);
  right: calc(20rem * 1 / 18);
}
@media only screen and (max-width: 1023px) {
  .cu__map-info {
    width: 283px;
    border-radius: 10px;
    bottom: 22.53px;
    right: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .cu__map-info {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    box-shadow: none;
  }
}
.cu__map-info.hidden {
  display: none;
}
.cu__map-info--ho,
.cu__map-info--pi {
  color: #E65621;
  font-family: greycliff-cf, sans-serif;
  font-size: calc(22rem * 1 / 18 * var(--text-multiplier));
  font-style: normal;
  font-weight: bold !important;
  line-height: calc(26rem * 1 / 18 * var(--text-multiplier));
  letter-spacing: unset;
  padding: calc(32.38rem * 1 / 18) calc(47rem * 1 / 18) calc(1rem * 1 / 18) calc(26.25rem * 1 / 18);
}
@media only screen and (max-width: 1023px) {
  .cu__map-info--ho,
  .cu__map-info--pi {
    font-size: 22px;
    line-height: 26px;
    letter-spacing: unset;
  }
}
@media only screen and (max-width: 1023px) {
  .cu__map-info--ho,
  .cu__map-info--pi {
    padding: 32.38px 47px 1px 26.25px;
  }
}
.cu__map-info--detail {
  padding: 0 calc(47rem * 1 / 18) calc(20.28rem * 1 / 18) calc(26.25rem * 1 / 18);
  display: flex;
  flex-direction: column;
  gap: calc(8rem * 1 / 18);
}
@media only screen and (max-width: 1023px) {
  .cu__map-info--detail {
    padding: 0 47px 20.28px 26.25px;
  }
}
@media only screen and (max-width: 1023px) {
  .cu__map-info--detail {
    gap: 8px;
  }
}
.cu__map-info--detail > * {
  color: #3E3441;
  font-family: greycliff-cf, sans-serif;
  font-size: calc(14rem * 1 / 18 * var(--text-multiplier));
  font-style: normal;
  line-height: calc(20rem * 1 / 18 * var(--text-multiplier));
  letter-spacing: unset;
  margin-bottom: 0 !important;
}
@media only screen and (max-width: 1023px) {
  .cu__map-info--detail > * {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: unset;
  }
}
.cu__map-info--detail a.orange-button {
  color: #3E3441;
  font-family: greycliff-cf, sans-serif;
  font-size: calc(14rem * 1 / 18 * var(--text-multiplier));
  font-style: normal;
  line-height: calc(20rem * 1 / 18 * var(--text-multiplier));
  letter-spacing: unset;
  width: auto;
  padding: calc(8rem * 1 / 18) calc(15rem * 1 / 18);
  border-radius: calc(25rem * 1 / 18);
  background-color: #E65621;
  color: white;
  transition: all 0.25s ease-out;
  display: inline-block;
  font-weight: 600 !important;
}
@media only screen and (max-width: 1023px) {
  .cu__map-info--detail a.orange-button {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: unset;
  }
}
@media only screen and (max-width: 1023px) {
  .cu__map-info--detail a.orange-button {
    padding: 8px 15px;
    border-radius: 25px;
  }
}
.cu__map-info--detail a.orange-button:hover {
  background-color: #3E3441;
}
.cu__map-info--note {
  color: #3E3441;
  font-family: greycliff-cf, sans-serif;
  font-size: calc(14rem * 1 / 18 * var(--text-multiplier));
  font-style: normal;
  line-height: calc(20rem * 1 / 18 * var(--text-multiplier));
  letter-spacing: unset;
  color: white;
  margin-bottom: 0 !important;
  font-weight: bold !important;
  background-color: #E65621;
  border-radius: 0 0 calc(10rem * 1 / 18) calc(10rem * 1 / 18);
  padding: calc(12.89rem * 1 / 18) calc(47rem * 1 / 18) calc(11.93rem * 1 / 18) calc(26.25rem * 1 / 18);
}
@media only screen and (max-width: 1023px) {
  .cu__map-info--note {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: unset;
  }
}
@media only screen and (max-width: 1023px) {
  .cu__map-info--note {
    padding: 12.89px 47px 11.93px 26.25px;
    border-radius: 0 0 10px 10px;
  }
}
.cu__map-pi iframe {
  width: 100%;
  height: calc(656.709rem * 1 / 18);
  border-radius: calc(12rem * 1 / 18);
  border: calc(4rem * 1 / 18) solid #D9D9D9 !important;
}
@media only screen and (max-width: 1023px) {
  .cu__map-pi iframe {
    height: 656.709px;
    border-radius: 12px;
    border: 4px solid #D9D9D9 !important;
  }
}
.cu__map-pi.hidden {
  display: none;
}
.cu__ellipse {
  width: calc(1691.255rem * 1 / 18);
  height: calc(1691.255rem * 1 / 18);
  border-radius: calc(1691.255rem * 1 / 18);
  background: radial-gradient(50% 50% at 50% 50%, #FFF 0%, rgba(255, 255, 255, 0) 100%);
  position: absolute;
  top: calc(-480rem * 1 / 18);
  left: calc(56rem * 1 / 18);
  z-index: 1;
}
@media only screen and (max-width: 1023px) {
  .cu__ellipse {
    width: 1691.255px;
    height: 1691.255px;
    border-radius: 1691.255px;
    top: -480px;
    left: 56px;
  }
}
.faqa {
  display: grid;
  grid-template-columns: 5.73% repeat(24, 1fr) 5.73%;
  column-gap: calc(20rem * 1 / 18);
  position: relative;
  padding-bottom: calc(250rem * 1 / 18);
}
@media only screen and (max-width: 1023px) {
  .faqa {
    padding-left: 32px;
    padding-right: 32px;
    grid-template-columns: repeat(4, 1fr);
    column-gap: 20px;
  }
}
@media only screen and (max-width: 600px) {
  .faqa {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (max-width: 1023px) {
  .faqa {
    padding-bottom: 250px;
  }
}
.faqa.rlii-existed {
  padding-bottom: calc(177rem * 1 / 18);
}
@media only screen and (max-width: 1023px) {
  .faqa.rlii-existed {
    padding-bottom: 177px;
  }
}
.faqa__title {
  grid-column: 6 / span 16;
  font-family: greycliff-cf, sans-serif !important;
  font-size: calc(48rem * 1 / 18 * var(--text-multiplier)) !important;
  line-height: calc(72rem * 1 / 18 * var(--text-multiplier)) !important;
  letter-spacing: calc(-1rem * 1 / 18 * var(--text-multiplier)) !important;
  font-weight: normal !important;
  color: #FF4D00 !important;
  letter-spacing: unset !important;
  color: #E65621 !important;
  text-align: center;
  margin-top: calc(120rem * 1 / 18);
  z-index: 2;
}
@media only screen and (max-width: 1023px) {
  .faqa__title {
    font-size: 48px !important;
    line-height: 72px !important;
    letter-spacing: -1px !important;
  }
}
@media only screen and (max-width: 1023px) {
  .faqa__title {
    grid-column: 1 / -1;
    margin-top: 60px;
  }
}
.faqa__content {
  grid-column: 6 / span 16;
  padding-top: calc(34.06rem * 1 / 18);
  z-index: 2;
}
@media only screen and (max-width: 1023px) {
  .faqa__content {
    grid-column: 1 / -1;
    padding-top: 20px;
  }
}
.faqa__item {
  border-bottom: calc(1rem * 1 / 18) solid #57584F;
}
@media only screen and (max-width: 1023px) {
  .faqa__item {
    border-bottom: 1px solid #57584F;
  }
}
.faqa__item-question {
  color: #57584F;
  padding: calc(10rem * 1 / 18) calc(100rem * 1 / 18) calc(10rem * 1 / 18) calc(5rem * 1 / 18);
  position: relative;
  z-index: 2;
  cursor: pointer !important;
  transition: all 0.25s ease-out;
}
.faqa__item-question:hover {
  background-color: #D9D9D9;
}
@media only screen and (max-width: 1023px) {
  .faqa__item-question {
    padding: 10px 50px 10px 5px;
  }
}
.faqa__item-question::after {
  content: '';
  position: absolute;
  top: 50%;
  right: calc(5rem * 1 / 18);
  transform: translateY(-50%);
  width: calc(12.872rem * 1 / 18);
  height: calc(8.045rem * 1 / 18);
  background-image: url(/wp-content/themes/schill-insurance/images/icons/dropdown_arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  transition: all 0.25s ease-out;
}
@media only screen and (max-width: 1023px) {
  .faqa__item-question::after {
    right: 10px;
    width: 12.872px;
    height: 8.045px;
  }
}
.faqa__item-question > span {
  max-width: calc(1200rem * 1 / 18);
  font-size: calc(20rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(32rem * 1 / 18 * var(--text-multiplier));
  font-weight: normal;
  font-family: greycliff-cf, sans-serif;
  color: #57584F;
  margin-bottom: 0 !important;
}
@media only screen and (max-width: 1023px) {
  .faqa__item-question > span {
    font-size: 20px;
    line-height: 32px;
  }
}
@media only screen and (max-width: 1023px) {
  .faqa__item-question > span {
    max-width: 100%;
  }
}
.faqa__item-question.active {
  background-color: #3E3441;
  color: #fff !important;
}
.faqa__item-question.active .faqa__item-question--text {
  color: #fff !important;
}
.faqa__item-question.active::after {
  background-image: url(/wp-content/themes/schill-insurance/images/icons/dropdown_arrow_white.svg);
  height: calc(12rem * 1 / 18);
  transform: translateY(-50%) rotate(180deg);
}
@media only screen and (max-width: 1023px) {
  .faqa__item-question.active::after {
    height: 12px;
  }
}
.faqa__item-answer {
  display: none;
  overflow: hidden;
  max-width: calc(1200rem * 1 / 18);
  background-color: transparent;
  padding: calc(20rem * 1 / 18) calc(10rem * 1 / 18) calc(0rem * 1 / 18) calc(10rem * 1 / 18);
}
@media only screen and (max-width: 1023px) {
  .faqa__item-answer {
    padding: 10px ;
    max-width: 100%;
  }
}
.faqa__item-answer > * {
  color: #57584F;
}
.faqa__item-answer ul {
  list-style-type: disc;
  padding-left: calc(30rem * 1 / 18);
  margin-top: calc(10rem * 1 / 18);
  margin-bottom: calc(20rem * 1 / 18);
}
@media only screen and (max-width: 1023px) {
  .faqa__item-answer ul {
    padding-left: 30px;
    margin-top: 10px;
    margin-bottom: 20px;
  }
}
.faqa__item-answer ul li {
  font-family: greycliff-cf, sans-serif;
  font-size: calc(16rem * 1 / 18 * var(--text-multiplier));
  font-weight: normal !important;
  line-height: calc(28rem * 1 / 18 * var(--text-multiplier));
  letter-spacing: calc(0rem * 1 / 18 * var(--text-multiplier));
  margin-bottom: calc(20rem * 1 / 18);
  color: #3E3441;
  margin-bottom: 0 !important;
  padding-bottom: calc(5rem * 1 / 18);
}
@media only screen and (max-width: 1023px) {
  .faqa__item-answer ul li {
    font-size: 16px;
    line-height: 28px;
  }
}
@media only screen and (max-width: 1023px) {
  .faqa__item-answer ul li {
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 12px;
  }
}
.faqa__item-answer ul li a {
  text-decoration: none;
  color: inherit;
}
@media only screen and (max-width: 1023px) {
  .faqa__item-answer ul li {
    padding-bottom: 5px;
  }
}
.faqa__item-answer a {
  font-family: greycliff-cf, sans-serif;
  font-size: calc(16rem * 1 / 18 * var(--text-multiplier));
  font-weight: normal !important;
  line-height: calc(28rem * 1 / 18 * var(--text-multiplier));
  letter-spacing: calc(0rem * 1 / 18 * var(--text-multiplier));
  margin-bottom: calc(20rem * 1 / 18);
  color: #3E3441;
  color: #E65621 !important;
}
@media only screen and (max-width: 1023px) {
  .faqa__item-answer a {
    font-size: 16px;
    line-height: 28px;
  }
}
@media only screen and (max-width: 1023px) {
  .faqa__item-answer a {
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 12px;
  }
}
.faqa__item-answer a a {
  text-decoration: none;
  color: inherit;
}
.faqa__rectangle {
  width: calc(1920rem * 1 / 18);
  height: calc(883.787rem * 1 / 18);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFF 70.47%);
  position: absolute;
  top: calc(-155.15rem * 1 / 18);
  z-index: 1;
  transform: rotate(180deg);
}
.gcse {
  display: grid;
  grid-template-columns: 5.73% repeat(24, 1fr) 5.73%;
  column-gap: calc(20rem * 1 / 18);
}
@media only screen and (max-width: 1023px) {
  .gcse-result {
    display: grid;
  }
}
@media only screen and (max-width: 1023px) {
  .gcse-result .image {
    display: none;
  }
}
.gcse__message {
  font-family: greycliff-cf, sans-serif;
  font-size: calc(16rem * 1 / 18 * var(--text-multiplier));
  font-weight: normal !important;
  line-height: calc(28rem * 1 / 18 * var(--text-multiplier));
  letter-spacing: calc(0rem * 1 / 18 * var(--text-multiplier));
  margin-bottom: calc(20rem * 1 / 18);
  color: #3E3441;
  background-color: #E65621;
  color: white;
  border-radius: 10px;
  padding: 20px;
  margin-bottom: 60px;
}
@media only screen and (max-width: 1023px) {
  .gcse__message {
    font-size: 16px;
    line-height: 28px;
  }
}
@media only screen and (max-width: 1023px) {
  .gcse__message {
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 12px;
  }
}
.gcse__message a {
  text-decoration: none;
  color: inherit;
}
@media only screen and (max-width: 1023px) {
  .gcse {
    padding-left: 32px;
    padding-right: 32px;
    grid-template-columns: repeat(4, 1fr);
    column-gap: 20px;
  }
}
@media only screen and (max-width: 600px) {
  .gcse {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.gcse__search {
  grid-column: 6 / span 16;
  display: grid;
  margin-top: calc(100rem * 1 / 18);
  font-family: greycliff-cf, sans-serif;
  font-size: calc(12rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(24rem * 1 / 18 * var(--text-multiplier));
}
@media only screen and (max-width: 1023px) {
  .gcse__search {
    grid-column: 1 / span 13;
  }
}
.gcse__search form {
  grid-column: 1 / span 24;
}
@media only screen and (max-width: 1023px) {
  .gcse__search form {
    display: flex;
    flex-direction: column;
    padding-left: 0%;
  }
}
@media only screen and (max-width: 1023px) {
  .gcse__search {
    font-size: 12px;
    line-height: 24px;
  }
}
.gcse__search img[src*="x-raw-image"] {
  display: none;
}
.gcse__search input[type=text] {
  font-family: greycliff-cf, sans-serif;
  display: block;
  color: #3E3441;
  border-radius: 25px;
  width: 95%;
  padding: calc(20rem * 1 / 18) calc(30rem * 1 / 18);
  background-image: url('/wp-content/themes/schill-insurance/images/icons/search-v3.svg');
  background-repeat: no-repeat;
  background-position-x: calc(100% - 20px);
  background-position-y: center;
  border: 1px solid #3E3441;
  margin-bottom: 10px;
  box-sizing: border-box;
  position: relative;
}
@media only screen and (max-width: 1023px) {
  .gcse__search input[type=text] {
    padding: calc(15rem * 1 / 3.9375) calc(15rem * 1 / 3.9375);
    background-image: none;
  }
}
.gcse__search span.noresults {
  display: block;
  text-align: center;
  margin-top: calc(100rem * 1 / 18);
  font-size: calc(20rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(30rem * 1 / 18 * var(--text-multiplier));
}
@media only screen and (max-width: 1023px) {
  .gcse__search span.noresults {
    font-size: 20px;
    line-height: 30px;
  }
}
.gcse__search span {
  display: block;
  font-style: italic;
  font-family: greycliff-cf, sans-serif;
  font-size: calc(12rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(24rem * 1 / 18 * var(--text-multiplier));
  color: #3E3441;
  margin-top: calc(10rem * 1 / 18);
  margin-left: calc(10rem * 1 / 18);
}
@media only screen and (max-width: 1023px) {
  .gcse__search span {
    font-size: 12px;
    line-height: 24px;
  }
}
.gcse__results {
  grid-column: 7 / span 15;
  text-align: left;
}
.gcse__results:first-of-type {
  margin-top: calc(100rem * 1 / 18);
}
@media only screen and (max-width: 1023px) {
  .gcse__results {
    grid-column: 1 / span 12;
  }
}
.gcse-result {
  display: flex;
  margin-bottom: 20px;
  border-bottom: 1px solid #D9D9D9;
  padding-top: calc(20rem * 1 / 18);
  padding-bottom: calc(20rem * 1 / 18);
  gap: calc(50rem * 1 / 18);
}
.gcse-result-info h3,
.gcse-result-info h3 > a {
  font-size: calc(30rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(42rem * 1 / 18 * var(--text-multiplier));
  color: #E65621;
  font-family: canada-type-gibson, sans-serif;
}
@media only screen and (max-width: 1023px) {
  .gcse-result-info h3,
  .gcse-result-info h3 > a {
    font-size: 30px;
    line-height: 42px;
  }
}
.gcse-result-info a {
  font-size: calc(12rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(24rem * 1 / 18 * var(--text-multiplier));
}
@media only screen and (max-width: 1023px) {
  .gcse-result-info a {
    font-size: 12px;
    line-height: 24px;
  }
}
.gcse .pagination {
  display: flex;
  flex-direction: row;
  text-align: center;
  justify-content: center;
  margin-top: calc(40rem * 1 / 18);
}
.gcse .pagination a {
  padding-left: 10px;
  font-family: greycliff-cf, sans-serif;
  font-size: calc(16rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(28rem * 1 / 18 * var(--text-multiplier));
  color: #3E3441;
}
@media only screen and (max-width: 1023px) {
  .gcse .pagination a {
    font-size: 16px;
    line-height: 28px;
  }
}
.gcse .image img {
  width: calc(200rem * 1 / 18);
  height: calc(100rem * 1 / 18);
  object-fit: cover;
}
.gcse .image img.logo {
  object-fit: contain;
}
@media only screen and (max-width: 1023px) {
  .gcse .image img {
    width: 200px;
    height: 100px;
    margin-right: 30px;
  }
}
@media only screen and (max-width: 1023px) {
  .gcse .image {
    width: 200px;
  }
}
.gcse .image.noimg {
  display: none;
}
.gcse .gcse-result img {
  width: 120px;
  height: 120px;
  border-radius: 5px;
  transform: translateY(7.5px);
}
.gcse .gcse-result-info {
  flex-grow: 1;
}
.gcse .gcse-result-info h3 {
  margin: 0;
}
.gcse .gcse-result-info .snippet {
  margin: 5px 0;
}
.gcse .gcse-result-info .url {
  color: #E65621;
}
.gcse .pagination {
  grid-column: 7 / span 15;
  margin-bottom: calc(40rem * 1 / 18);
}
.gcse .spinner {
  border: 4px solid #f3f3f3;
  border-top: 4px solid #3498db;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  animation: spin 1s linear infinite;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.gcse #loading-indicator {
  text-align: center;
  margin: 20px;
}
.gqia {
  display: grid;
  grid-template-columns: 5.73% repeat(24, 1fr) 5.73%;
  column-gap: calc(20rem * 1 / 18);
  position: relative;
}
@media only screen and (max-width: 1023px) {
  .gqia {
    padding-left: 32px;
    padding-right: 32px;
    grid-template-columns: repeat(4, 1fr);
    column-gap: 20px;
  }
}
@media only screen and (max-width: 600px) {
  .gqia {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (max-width: 1023px) {
  .gqia {
    display: none;
  }
}
.gqia__rectangle {
  background: linear-gradient(360deg, rgba(255, 255, 255, 0) 0%, #FFF 70.47%);
  width: calc(1920rem * 1 / 18);
  height: calc(900.163rem * 1 / 18);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.gqia__rectangle img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.gqia__rectangle2 {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFF 70.47%);
  width: calc(1920rem * 1 / 18);
  height: calc(800.163rem * 1 / 18);
  position: absolute;
  top: calc(330.72rem * 1 / 18);
  left: 0;
  z-index: 1;
  transform: rotate(180deg);
}
.gqia__heading {
  grid-column: 4 / span 20;
  font-family: greycliff-cf, sans-serif;
  font-size: calc(48rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(72rem * 1 / 18 * var(--text-multiplier));
  letter-spacing: calc(-1rem * 1 / 18 * var(--text-multiplier));
  font-weight: normal;
  color: #FF4D00;
  text-align: center;
  margin-bottom: calc(48.62rem * 1 / 18);
  z-index: 2;
}
@media only screen and (max-width: 1023px) {
  .gqia__heading {
    font-size: 48px !important;
    line-height: 72px !important;
    letter-spacing: -1px !important;
  }
}
.gqia__content {
  grid-column: 4 / span 20;
  display: grid;
  grid-template-columns: repeat(20, 1fr);
  grid-gap: calc(20rem * 1 / 18);
  position: relative;
  z-index: 2;
}
.gqia__content-image {
  grid-column: 1 / span 14;
  width: calc(962rem * 1 / 18);
  height: calc(700.04rem * 1 / 18);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: calc(30rem * 1 / 18) calc(30rem * 1 / 18) 0px calc(30rem * 1 / 18);
}
.gqia__content-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: calc(30rem * 1 / 18) calc(30rem * 1 / 18) 0px calc(30rem * 1 / 18);
}
.gqia__content-accordions {
  grid-column: 15 / span 6;
  position: relative;
  height: calc(700.04rem * 1 / 18);
}
.gqia__content-accordion {
  padding: calc(20rem * 1 / 18) calc(37rem * 1 / 18) calc(40rem * 1 / 18) calc(30rem * 1 / 18);
  width: calc(400rem * 1 / 18);
  display: flex;
  flex-direction: column;
  gap: calc(20rem * 1 / 18);
}
.gqia__content-accordion > * {
  color: white;
}
.gqia__content-accordion--expanded {
  overflow: hidden;
  position: relative;
  max-height: 0;
  transition: all 0.3s ease-out;
}
.gqia__content-accordion--expanded.opened {
  max-height: 1000px;
  padding-top: calc(20rem * 1 / 18);
}
.gqia__content-accordion--expanded.opened::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: calc(326.077rem * 1 / 18);
  height: 1px;
  background-color: white;
}
.gqia__content-accordion--expanded.expanded-3 {
  height: calc(340.11rem * 1 / 18);
}
.gqia__content-accordion--expanded.expanded-2 {
  height: calc(340rem * 1 / 18);
}
.gqia__content-accordion--expanded.expanded-1 {
  height: calc(310rem * 1 / 18);
}
.gqia__content-accordion:nth-child(1) {
  background-color: #645567;
  position: relative;
  z-index: 1;
  border-radius: calc(30rem * 1 / 18) calc(30rem * 1 / 18) 0px 0px;
}
.gqia__content-accordion:nth-child(2) {
  background-color: #514355;
  position: relative;
  z-index: 2;
  top: -5%;
  border-radius: calc(30rem * 1 / 18) calc(30rem * 1 / 18) 0px 0px;
}
.gqia__content-accordion:nth-child(3) {
  background-color: #3E3441;
  position: relative;
  z-index: 3;
  top: -9.5%;
  border-radius: calc(30rem * 1 / 18) calc(30rem * 1 / 18) calc(30rem * 1 / 18) 0px;
  padding: calc(20rem * 1 / 18) calc(37rem * 1 / 18) calc(10rem * 1 / 18) calc(30rem * 1 / 18);
}
.gqia__content-accordion:nth-child(3).opened {
  padding: calc(20rem * 1 / 18) calc(37rem * 1 / 18) calc(40rem * 1 / 18) calc(30rem * 1 / 18);
}
.gqia__content-accordion--number {
  color: white;
  font-family: greycliff-cf, sans-serif;
  font-size: calc(64rem * 1 / 18 * var(--text-multiplier));
  font-style: normal;
  font-weight: 400;
  line-height: calc(72rem * 1 / 18 * var(--text-multiplier));
  letter-spacing: calc(-1rem * 1 / 18 * var(--text-multiplier));
  cursor: pointer;
}
@media only screen and (max-width: 1023px) {
  .gqia__content-accordion--number {
    font-size: 64px;
    line-height: 72px;
    letter-spacing: -1px;
  }
}
.gqia__content-accordion--title {
  color: #3E3441;
  font-family: greycliff-cf, sans-serif;
  font-size: calc(36rem * 1 / 18 * var(--text-multiplier));
  font-style: normal;
  font-weight: normal !important;
  line-height: calc(44rem * 1 / 18 * var(--text-multiplier));
  letter-spacing: calc(-1rem * 1 / 18 * var(--text-multiplier));
  color: white;
  letter-spacing: unset !important;
  font-weight: 600 !important;
  margin-bottom: calc(20rem * 1 / 18);
}
@media only screen and (max-width: 1023px) {
  .gqia__content-accordion--title {
    font-size: 36px;
    line-height: 44px;
    letter-spacing: -1px;
  }
}
.gqia__content-accordion--description {
  margin-bottom: calc(20rem * 1 / 18);
}
.gqia__content-accordion--description > * {
  color: white !important;
  color: #3E3441;
  font-family: greycliff-cf, sans-serif;
  font-size: calc(22rem * 1 / 18 * var(--text-multiplier));
  font-style: normal;
  font-weight: normal !important;
  line-height: calc(32rem * 1 / 18 * var(--text-multiplier));
  letter-spacing: normal;
  margin-bottom: 0 !important;
}
@media only screen and (max-width: 1023px) {
  .gqia__content-accordion--description > * {
    font-size: 18px;
    line-height: 28px;
    letter-spacing: normal;
  }
}
.gqia__content-accordion--button {
  color: #E65621 !important;
  display: inline-block;
  border-radius: calc(25rem * 1 / 18);
  background-color: white;
  color: white;
  width: auto;
  padding: calc(14rem * 1 / 18) calc(20rem * 1 / 18);
  text-decoration: none;
  font-family: canada-type-gibson, sans-serif;
  font-size: calc(17rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(24rem * 1 / 18 * var(--text-multiplier));
  font-weight: 600 !important;
  line-height: normal;
  text-align: center;
  cursor: pointer;
  letter-spacing: 0;
  transition: all 0.25s ease-out;
}
.gqia__content-accordion--button:hover {
  color: white !important;
}
@media only screen and (max-width: 1023px) {
  .gqia__content-accordion--button {
    font-size: 17px;
    line-height: 24px;
  }
}
@media only screen and (max-width: 1023px) {
  .gqia__content-accordion--button:not(.custom-padding) {
    padding: 14px 28px;
    border-radius: 25px;
  }
}
@media only screen and (max-width: 420px) {
  .gqia__content-accordion--button:not(.custom-padding) {
    padding: 14px 28px;
    border-radius: 25px;
  }
}
@media only screen and (max-width: 1023px) {
  .gqia__content-accordion--button.custom-padding {
    padding: calc(14rem * 1 / 18) calc(20rem * 1 / 18);
    border-radius: 4px;
  }
}
@media only screen and (max-width: 600px) {
  .gqia__content-accordion--button.custom-padding {
    padding: calc(14rem * 1 / 18) calc(20rem * 1 / 18);
    border-radius: 4px;
  }
}
@media only screen and (max-width: 420px) {
  .gqia__content-accordion--button.custom-padding {
    padding: calc(14rem * 1 / 18) calc(20rem * 1 / 18);
    border-radius: 4px;
  }
}
.gqia__content-accordion--button:hover {
  background-color: #E65621;
  color: white;
}
.grd {
  display: grid;
  grid-template-columns: 5.73% repeat(24, 1fr) 5.73%;
  column-gap: calc(20rem * 1 / 18);
  position: relative;
  padding-top: calc(32rem * 1 / 18);
  min-height: 400px;
}
@media only screen and (max-width: 1023px) {
  .grd {
    padding-left: 32px;
    padding-right: 32px;
    grid-template-columns: repeat(4, 1fr);
    column-gap: 20px;
  }
}
@media only screen and (max-width: 600px) {
  .grd {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (max-width: 1023px) {
  .grd {
    padding-top: 100px;
  }
}
.grd__reviews-heading {
  grid-column: 2 / span 24;
  display: flex;
  justify-content: flex-start;
  gap: calc(5rem * 1 / 18);
  align-items: center;
  justify-self: center;
  z-index: 2;
}
@media only screen and (max-width: 1023px) {
  .grd__reviews-heading {
    grid-column: 1 / -1;
    gap: 5px;
  }
}
.grd__reviews-heading--number {
  color: #3E3441;
  font-family: greycliff-cf, sans-serif;
  font-size: calc(46rem * 1 / 18 * var(--text-multiplier));
  font-style: normal;
  font-weight: 400;
  line-height: calc(64rem * 1 / 18 * var(--text-multiplier));
  letter-spacing: unset;
  margin-bottom: 0 !important;
}
@media only screen and (max-width: 1023px) {
  .grd__reviews-heading--number {
    font-size: 46px;
    line-height: 64px;
    letter-spacing: unset;
  }
}
.grd__reviews-heading--number.dark-mode {
  color: #D6C779;
}
.grd__reviews-heading--data {
  color: #3E3441;
  font-family: greycliff-cf, sans-serif;
  font-size: calc(14rem * 1 / 18 * var(--text-multiplier));
  font-style: normal;
  font-weight: 600 !important;
  line-height: calc(16rem * 1 / 18 * var(--text-multiplier));
  letter-spacing: calc(0.75rem * 1 / 18 * var(--text-multiplier));
  text-transform: uppercase;
  margin-bottom: 0 !important;
}
@media only screen and (max-width: 1023px) {
  .grd__reviews-heading--data {
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.75px;
  }
}
.grd__reviews-heading--data.dark-mode {
  color: #D6C779;
}
.grd__reviews-heading--data.dark-mode span {
  color: #D6C779;
}
.grd__reviews-heading--data.dark-mode span::after {
  background-color: #D6C779;
}
.grd__reviews-heading--data span {
  position: relative;
}
.grd__reviews-heading--data span::after {
  content: "";
  position: absolute;
  width: 100%;
  height: calc(1rem * 1 / 18);
  left: 0;
  bottom: calc(2rem * 1 / 18);
  background-color: #3E3441;
}
@media only screen and (max-width: 1023px) {
  .grd__reviews-heading--data span::after {
    height: 5px;
  }
}
.grd__reviews-heading--stars {
  transform: translateY(calc(-4rem * 1 / 18));
}
@media only screen and (max-width: 1023px) {
  .grd__reviews-heading--stars {
    transform: translateY(-4px);
  }
}
.grd__reviews-heading--stars svg {
  width: calc(20rem * 1 / 18);
  height: calc(20rem * 1 / 18);
  object-fit: contain;
}
@media only screen and (max-width: 1023px) {
  .grd__reviews-heading--stars svg {
    width: 20px;
    height: 20px;
  }
}
.grd__reviews-heading--stars.dark-mode svg path {
  fill: #D6C779;
}
.grd__reviews-cards {
  margin-top: calc(-20rem * 1 / 18);
}
@media only screen and (max-width: 1023px) {
  .grd__reviews-cards {
    margin-top: -20px;
  }
}
.grd__reviews-card--image {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: calc(22rem * 1 / 18);
}
@media only screen and (max-width: 1023px) {
  .grd__reviews-card--image {
    gap: 22px;
  }
}
.grd__reviews-card--image .img {
  width: calc(60rem * 1 / 18);
  height: calc(60rem * 1 / 18);
  object-fit: cover;
  border-radius: 50%;
}
@media only screen and (max-width: 1023px) {
  .grd__reviews-card--image .img {
    width: 60px;
    height: 60px;
  }
}
.grd__reviews-card--image .svg {
  object-fit: contain;
}
.grd__reviews-card--info {
  display: flex;
  flex-direction: column;
}
.grd__reviews-card--info .svg {
  object-fit: contain;
}
.grd__reviews-card--name,
.grd__reviews-card--date {
  color: #3E3441;
  font-family: greycliff-cf, sans-serif;
  font-size: calc(14rem * 1 / 18 * var(--text-multiplier));
  font-style: normal;
  font-weight: 400;
  line-height: calc(19rem * 1 / 18 * var(--text-multiplier));
  letter-spacing: calc(0.25rem * 1 / 18 * var(--text-multiplier));
  padding-left: calc(2rem * 1 / 18);
}
@media only screen and (max-width: 1023px) {
  .grd__reviews-card--name,
  .grd__reviews-card--date {
    font-size: 14px;
    line-height: 19px;
    letter-spacing: 0.25px;
  }
}
@media only screen and (max-width: 1023px) {
  .grd__reviews-card--name,
  .grd__reviews-card--date {
    padding-left: 2px;
  }
}
.grd__reviews-card--name {
  font-weight: 600 !important;
}
.grd__reviews-card--content {
  color: #3E3441;
  font-family: greycliff-cf, sans-serif;
  font-size: calc(14rem * 1 / 18 * var(--text-multiplier));
  font-style: normal;
  font-weight: 400;
  line-height: calc(19rem * 1 / 18 * var(--text-multiplier));
  letter-spacing: calc(0.25rem * 1 / 18 * var(--text-multiplier));
  margin-bottom: 0 !important;
}
@media only screen and (max-width: 1023px) {
  .grd__reviews-card--content {
    font-size: 14px;
    line-height: 19px;
    letter-spacing: 0.25px;
  }
}
.grd__slide-inner {
  padding: calc(23rem * 1 / 18) calc(20rem * 1 / 18);
  width: calc(300rem * 1 / 18);
  height: calc(185rem * 1 / 18);
  display: flex;
  flex-direction: column;
  gap: calc(10rem * 1 / 18);
  background-color: white;
  border-radius: calc(15rem * 1 / 18);
  overflow: hidden;
}
@media only screen and (max-width: 1023px) {
  .grd__slide-inner {
    padding: 23px 20px;
    width: 100% ;
    height: 185px;
    gap: 10px;
    border-radius: 15px;
  }
}
@media only screen and (max-width: 550px) {
  .grd__slide-inner {
    width: 300px;
    background-color: white;
    border-radius: 15px;
    box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.15);
    justify-self: center;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 1023px) {
  .grd .divider.remove_on_mobile {
    display: none;
  }
}
.grd .swiper {
  grid-column: 1 / -1;
  width: 100%;
  padding: 80px 0 100px 0;
  min-height: 400px;
}
.grd .swiper-slide {
  position: relative;
  width: calc(300rem * 1 / 18);
  height: calc(185rem * 1 / 18);
  background-color: white;
  border-radius: calc(15rem * 1 / 18);
  box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.15);
  transition: all 0.25s ease-out;
}
@media only screen and (max-width: 1023px) {
  .grd .swiper-slide {
    width: 300px ;
    height: 185px;
    border-radius: 15px;
  }
}
@media only screen and (max-width: 550px) {
  .grd .swiper-slide {
    background-color: unset;
    border-radius: unset;
    box-shadow: unset;
  }
}
.grd .swiper-button-next {
  top: 65%;
  right: calc(495rem * 1 / 18);
  width: calc(49.3rem * 1 / 18);
  height: calc(49.3rem * 1 / 18);
}
@media only screen and (max-width: 1023px) {
  .grd .swiper-button-next {
    right: 5%;
    top: 70%;
    width: 49.3px;
    height: 49.3px;
  }
}
.grd .swiper-button-next img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.grd .swiper-button-next::after {
  content: none;
}
.hhs {
  display: grid;
  grid-template-columns: 5.73% repeat(24, 1fr) 5.73%;
  column-gap: calc(20rem * 1 / 18);
  position: relative;
  min-height: calc(1300rem * 1 / 18);
  /* Optional: Style for faded slides */
}
@media only screen and (max-width: 1023px) {
  .hhs {
    padding-left: 32px;
    padding-right: 32px;
    grid-template-columns: repeat(4, 1fr);
    column-gap: 20px;
  }
}
@media only screen and (max-width: 600px) {
  .hhs {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (max-width: 1023px) {
  .hhs {
    min-height: 800px;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.hhs__text {
  grid-column: 12 / -1;
  margin-top: calc(270rem * 1 / 18);
  margin-left: calc(38rem * 1 / 18);
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 1023px) {
  .hhs__text {
    grid-column: 1 / -1;
    margin-left: 0;
    margin-top: 30px;
  }
}
@media only screen and (max-width: 1023px) {
  .hhs__text-intro {
    position: relative;
    top: 0;
    right: 0px;
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .hhs__text-intro {
    position: relative;
    top: unset;
    right: unset;
    max-width: 100%;
  }
}
.hhs__text-intro--heading {
  width: 100%;
  max-width: calc(692.5rem * 1 / 18);
  padding-bottom: calc(10rem * 1 / 18);
}
.hhs__text-intro--heading h1 {
  font-weight: normal !important;
  color: #E65621 !important;
}
@media only screen and (max-width: 1023px) {
  .hhs__text-intro--heading h1 {
    line-height: 41px !important;
    font-size: 35px !important;
    max-width: 410px;
  }
}
@media only screen and (max-width: 1023px) {
  .hhs__text-intro--heading {
    max-width: 100%;
  }
}
.hhs__text-intro--description {
  width: 100%;
  max-width: calc(611.46rem * 1 / 18);
}
.hhs__text-intro--description > * {
  font-size: calc(20rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(30rem * 1 / 18 * var(--text-multiplier));
  font-family: greycliff-cf, sans-serif;
  font-weight: normal !important;
  letter-spacing: unset;
  margin-bottom: calc(20rem * 1 / 18);
  color: #3E3441;
}
@media only screen and (max-width: 1023px) {
  .hhs__text-intro--description > * {
    font-size: 20px;
    line-height: 30px;
  }
}
@media only screen and (max-width: 1023px) {
  .hhs__text-intro--description > * {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 1023px) {
  .hhs__text-intro--description {
    max-width: 100%;
  }
}
.hhs__video {
  border-radius: 50%;
  position: absolute;
  top: calc(192rem * 1 / 18);
  left: calc(-156rem * 1 / 18);
  width: calc(725.62rem * 1 / 18);
  height: calc(725.62rem * 1 / 18);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
}
@media only screen and (max-width: 1023px) {
  .hhs__video {
    width: 314px;
    height: 314px;
    top: 119.88px;
    left: 50%;
    transform: translateX(-50%);
  }
}
.hhs__video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}
.hhs__video-poster {
  display: none;
  top: 0;
  left: 0;
  width: calc(725.62rem * 1 / 18);
  height: calc(725.62rem * 1 / 18);
  position: absolute;
  z-index: 3;
}
@media only screen and (max-width: 1023px) {
  .hhs__video-poster {
    width: 314px;
    height: 314px;
  }
}
.hhs__video-poster img {
  border-radius: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hhs__video-poster.active {
  display: block;
}
@media only screen and (max-width: 1023px) {
  .hhs__image {
    grid-column: 1 / -1;
    min-height: 438px;
  }
}
.hhs__image-graphic {
  border-radius: 50%;
  position: absolute;
  top: calc(192rem * 1 / 18);
  left: calc(-156rem * 1 / 18);
  width: calc(725.62rem * 1 / 18);
  height: calc(725.62rem * 1 / 18);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
}
@media only screen and (max-width: 1023px) {
  .hhs__image-graphic {
    width: 314px;
    height: 314px;
    top: 119.88px;
    left: 16px;
  }
}
.hhs__image-graphic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}
.hhs__image-circle {
  width: calc(1040.59rem * 1 / 18);
  height: calc(1040.59rem * 1 / 18);
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: calc(33rem * 1 / 18);
  left: calc(-312rem * 1 / 18);
  z-index: 1;
}
@media only screen and (max-width: 1023px) {
  .hhs__image-circle {
    width: 451px;
    height: 451px;
    top: 51px;
    left: 50%;
    transform: translateX(-50%);
  }
}
.hhs__image-circle svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.hhs__image-ellipse {
  width: calc(1599.974rem * 1 / 18);
  height: calc(1599.974rem * 1 / 18);
  background: radial-gradient(50% 50% at 50% 50%, rgba(227, 218, 255, 0.5) 0%, rgba(227, 218, 255, 0) 100%);
  border-radius: 50%;
  position: absolute;
  right: calc(-284rem * 1 / 18);
  top: calc(-632rem * 1 / 18);
  z-index: 1;
}
.hhs__reviews {
  margin-top: calc(-45rem * 1 / 18);
}
@media only screen and (max-width: 1023px) {
  .hhs__reviews {
    margin-top: 67px;
  }
}
.hhs__reviews-heading {
  display: flex;
  justify-content: flex-start;
  gap: calc(5rem * 1 / 18);
  align-items: center;
  transform: translateY(calc(100rem * 1 / 18));
}
@media only screen and (max-width: 1023px) {
  .hhs__reviews-heading {
    gap: 5px;
    padding-left: 20px;
    padding-right: 20px;
    transform: translateY(0px);
  }
}
@media only screen and (max-width: 600px) {
  .hhs__reviews-heading {
    transform: translateY(20px);
  }
}
.hhs__reviews-heading--number {
  color: #3E3441;
  font-family: greycliff-cf, sans-serif;
  font-size: calc(46rem * 1 / 18 * var(--text-multiplier));
  font-style: normal;
  font-weight: 400;
  line-height: calc(64rem * 1 / 18 * var(--text-multiplier));
  letter-spacing: unset;
  margin-bottom: 0 !important;
}
@media only screen and (max-width: 1023px) {
  .hhs__reviews-heading--number {
    font-size: 46px;
    line-height: 64px;
    letter-spacing: unset;
  }
}
.hhs__reviews-heading--data {
  color: #3E3441;
  font-family: greycliff-cf, sans-serif;
  font-size: calc(14rem * 1 / 18 * var(--text-multiplier));
  font-style: normal;
  font-weight: 600 !important;
  line-height: calc(16rem * 1 / 18 * var(--text-multiplier));
  letter-spacing: calc(0.75rem * 1 / 18 * var(--text-multiplier));
  text-transform: uppercase;
  margin-bottom: 0 !important;
}
@media only screen and (max-width: 1023px) {
  .hhs__reviews-heading--data {
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.75px;
  }
}
.hhs__reviews-heading--data span {
  position: relative;
}
.hhs__reviews-heading--data span::after {
  content: "";
  position: absolute;
  width: 100%;
  height: calc(1rem * 1 / 18);
  left: 0;
  bottom: calc(2rem * 1 / 18);
  background-color: #3E3441;
}
@media only screen and (max-width: 1023px) {
  .hhs__reviews-heading--data span::after {
    height: 1px;
    bottom: 2px;
  }
}
.hhs__reviews-heading--stars {
  transform: translateY(calc(-4rem * 1 / 18));
}
@media only screen and (max-width: 1023px) {
  .hhs__reviews-heading--stars {
    transform: translateY(-2px);
  }
}
.hhs__reviews-heading--stars svg {
  width: calc(20rem * 1 / 18);
  height: calc(20rem * 1 / 18);
  object-fit: contain;
}
@media only screen and (max-width: 1023px) {
  .hhs__reviews-heading--stars svg {
    width: 20px;
    height: 20px;
    padding-right: 3px;
  }
}
.hhs__reviews-cards {
  margin-top: calc(27rem * 1 / 18);
}
@media only screen and (max-width: 1023px) {
  .hhs__reviews-cards {
    margin-top: -20px;
  }
}
.hhs__reviews-card--image {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: calc(22rem * 1 / 18);
  height: calc(60rem * 1 / 18);
}
@media only screen and (max-width: 1023px) {
  .hhs__reviews-card--image {
    gap: 22px;
    height: 60px;
  }
}
.hhs__reviews-card--image .img {
  width: calc(60rem * 1 / 18);
  height: calc(60rem * 1 / 18);
  object-fit: cover;
  border-radius: 50%;
}
@media only screen and (max-width: 1023px) {
  .hhs__reviews-card--image .img {
    width: 60px;
    height: 60px;
  }
}
.hhs__reviews-card--info {
  display: flex;
  flex-direction: column;
}
.hhs__reviews-card--info .svg {
  object-fit: contain;
}
.hhs__reviews-card--name,
.hhs__reviews-card--date {
  color: #3E3441;
  font-family: greycliff-cf, sans-serif;
  font-size: calc(14rem * 1 / 18 * var(--text-multiplier));
  font-style: normal;
  font-weight: 400;
  line-height: calc(19rem * 1 / 18 * var(--text-multiplier));
  letter-spacing: calc(0.25rem * 1 / 18 * var(--text-multiplier));
  padding-left: calc(2rem * 1 / 18);
}
@media only screen and (max-width: 1023px) {
  .hhs__reviews-card--name,
  .hhs__reviews-card--date {
    font-size: 14px;
    line-height: 19px;
    letter-spacing: 0.25px;
  }
}
.hhs__reviews-card--name {
  font-weight: 600 !important;
}
.hhs__reviews-card--content {
  color: #3E3441;
  font-family: greycliff-cf, sans-serif;
  font-size: calc(14rem * 1 / 18 * var(--text-multiplier));
  font-style: normal;
  font-weight: 400;
  line-height: calc(19rem * 1 / 18 * var(--text-multiplier));
  letter-spacing: calc(0.25rem * 1 / 18 * var(--text-multiplier));
  margin-bottom: 0 !important;
}
@media only screen and (max-width: 1023px) {
  .hhs__reviews-card--content {
    font-size: 14px;
    line-height: 19px;
    letter-spacing: 0.25px;
  }
}
.hhs .swiper {
  height: calc(400rem * 1 / 18);
}
@media only screen and (max-width: 1023px) {
  .hhs .swiper {
    height: 300px;
    padding-left: 20px;
  }
}
.hhs .swiper-slide {
  width: calc(300rem * 1 / 18) !important;
  transition: opacity 1s ease-in-out;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 1023px) {
  .hhs .swiper-slide {
    width: 276px !important;
  }
}
.hhs .slide-inner {
  transition: transform 1s ease-in-out, opacity 0.5s ease-in-out;
  transform: translateY(0px);
  /* Initial vertical position */
  padding: calc(23rem * 1 / 18) calc(20rem * 1 / 18);
  width: calc(300rem * 1 / 18);
  height: calc(185rem * 1 / 18);
  display: flex;
  flex-direction: column;
  gap: calc(10rem * 1 / 18);
  background-color: white;
  border-radius: calc(15rem * 1 / 18);
  box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.15);
  overflow: hidden;
}
@media only screen and (max-width: 1023px) {
  .hhs .slide-inner {
    padding: 16px 20px;
    width: 276px;
    height: 185px;
    border-radius: 15px;
  }
}
.hhs .slide-inner.faded {
  opacity: 0.5;
}
.hhs .pt-15 {
  padding-top: calc(15rem * 1 / 18);
}
@media only screen and (max-width: 1023px) {
  .hhs .pt-15 {
    padding-top: 0px;
  }
}
@media only screen and (max-width: 1023px) {
  .hhs .divider.remove_on_mobile {
    display: none;
  }
}
.hstv {
  display: grid;
  grid-template-columns: 5.73% repeat(24, 1fr) 5.73%;
  column-gap: calc(20rem * 1 / 18);
  position: relative;
  min-height: calc(619rem * 1 / 18);
}
@media only screen and (max-width: 1023px) {
  .hstv {
    padding-left: 32px;
    padding-right: 32px;
    grid-template-columns: repeat(4, 1fr);
    column-gap: 20px;
  }
}
@media only screen and (max-width: 600px) {
  .hstv {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (max-width: 1023px) {
  .hstv {
    min-height: 619px;
  }
}
.hstv[data-space="0"] {
  margin-top: calc(0rem * 1 / 18);
}
@media only screen and (max-width: 1023px) {
  .hstv[data-space="0"] {
    margin-top: 0px;
  }
}
.hstv[data-space="50"] {
  margin-top: calc(50rem * 1 / 18);
}
@media only screen and (max-width: 1023px) {
  .hstv[data-space="50"] {
    margin-top: 50px;
  }
}
.hstv[data-space="100"] {
  margin-top: calc(100rem * 1 / 18);
}
@media only screen and (max-width: 1023px) {
  .hstv[data-space="100"] {
    margin-top: 100px;
  }
}
.hstv[data-space="150"] {
  margin-top: calc(150rem * 1 / 18);
}
@media only screen and (max-width: 1023px) {
  .hstv[data-space="150"] {
    margin-top: 150px;
  }
}
.hstv[data-space="175"] {
  margin-top: calc(175rem * 1 / 18);
}
@media only screen and (max-width: 1023px) {
  .hstv[data-space="175"] {
    margin-top: 175px;
  }
}
.hstv[data-space="200"] {
  margin-top: calc(200rem * 1 / 18);
}
@media only screen and (max-width: 1023px) {
  .hstv[data-space="200"] {
    margin-top: 200px;
  }
}
.hstv[data-space="250"] {
  margin-top: calc(250rem * 1 / 18);
}
@media only screen and (max-width: 1023px) {
  .hstv[data-space="250"] {
    margin-top: 250px;
  }
}
.hstv[data-space="264"] {
  margin-top: calc(264rem * 1 / 18);
}
@media only screen and (max-width: 1023px) {
  .hstv[data-space="264"] {
    margin-top: 264px;
  }
}
.hstv[data-space="280"] {
  margin-top: calc(280rem * 1 / 18);
}
@media only screen and (max-width: 1023px) {
  .hstv[data-space="280"] {
    margin-top: 280px;
  }
}
.hstv[data-space="317"] {
  margin-top: calc(317rem * 1 / 18);
}
@media only screen and (max-width: 1023px) {
  .hstv[data-space="317"] {
    margin-top: 317px;
  }
}
@media only screen and (max-width: 1023px) {
  .hstv.remove-space {
    margin-top: 0 !important;
  }
}
.hstv__logo {
  width: calc(221.476rem * 1 / 18);
  height: calc(26.952rem * 1 / 18);
  object-fit: contain;
  margin-top: calc(10rem * 1 / 18);
  margin-bottom: calc(40rem * 1 / 18);
}
@media only screen and (max-width: 1023px) {
  .hstv__logo {
    width: 221px;
    height: 27px;
    margin-top: 10px;
    margin-bottom: 40px;
  }
}
.hstv__text {
  grid-column: 4 / span 9;
  position: relative;
  z-index: 5;
}
@media only screen and (max-width: 1023px) {
  .hstv__text {
    grid-column: 1 / -1;
    z-index: 5;
    margin-top: 120px;
    width: 100%;
    max-width: 50%;
  }
}
@media only screen and (max-width: 980px) {
  .hstv__text {
    max-width: 40%;
  }
}
@media only screen and (max-width: 850px) {
  .hstv__text {
    max-width: 100%;
  }
}
@media only screen and (max-width: 1023px) {
  .hstv__text.remove-ring {
    margin-top: 100px;
  }
}
@media only screen and (max-width: 850px) {
  .hstv__text.remove-ring {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 850px) {
  .hstv__text.remove-ring.big {
    margin-top: 80px;
  }
}
.hstv__text-subtitle {
  color: #3E3441;
  font-family: greycliff-cf, sans-serif;
  font-size: calc(14rem * 1 / 18 * var(--text-multiplier));
  font-style: normal;
  font-weight: 600 !important;
  line-height: calc(16rem * 1 / 18 * var(--text-multiplier));
  letter-spacing: calc(0.75rem * 1 / 18 * var(--text-multiplier));
  text-transform: uppercase;
  padding-bottom: calc(10rem * 1 / 18);
}
@media only screen and (max-width: 1023px) {
  .hstv__text-subtitle {
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.75px;
  }
}
@media only screen and (max-width: 1023px) {
  .hstv__text-subtitle {
    padding-bottom: 10px;
  }
}
.hstv__text-subtitle.dark-mode {
  color: #F0EFEF !important;
}
.hstv__text-title {
  padding-bottom: calc(10rem * 1 / 18);
  width: calc(656.99rem * 1 / 18);
}
@media only screen and (max-width: 1023px) {
  .hstv__text-title {
    padding-bottom: 10px;
    width: 100%;
  }
}
.hstv__text-title.dark-mode > * {
  color: #F0EFEF !important;
}
.hstv__text-title .pt-20 {
  padding-top: calc(20rem * 1 / 18);
  display: block;
}
@media only screen and (max-width: 1023px) {
  .hstv__text-title .pt-20 {
    padding-top: 20px;
  }
}
.hstv__text-description {
  width: 100%;
  max-width: calc(605.837rem * 1 / 18);
  padding-bottom: calc(30rem * 1 / 18);
}
@media only screen and (max-width: 1023px) {
  .hstv__text-description {
    padding-bottom: 30px;
    max-width: 100%;
  }
}
.hstv__text-description > p {
  font-size: calc(20rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(30rem * 1 / 18 * var(--text-multiplier));
  font-family: greycliff-cf, sans-serif;
  font-weight: normal !important;
  letter-spacing: unset;
  margin-bottom: calc(20rem * 1 / 18);
  color: #3E3441;
}
@media only screen and (max-width: 1023px) {
  .hstv__text-description > p {
    font-size: 20px;
    line-height: 30px;
  }
}
@media only screen and (max-width: 1023px) {
  .hstv__text-description > p {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 20px;
  }
}
.hstv__text-description a {
  font-size: calc(20rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(30rem * 1 / 18 * var(--text-multiplier));
  font-family: greycliff-cf, sans-serif;
  font-weight: normal !important;
  letter-spacing: unset;
  margin-bottom: calc(20rem * 1 / 18);
  color: #3E3441;
  color: #E65621 !important;
}
@media only screen and (max-width: 1023px) {
  .hstv__text-description a {
    font-size: 20px;
    line-height: 30px;
  }
}
@media only screen and (max-width: 1023px) {
  .hstv__text-description a {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 20px;
  }
}
.hstv__text-description.dark-mode > p {
  color: #F0EFEF !important;
  font-size: calc(18rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(28rem * 1 / 18 * var(--text-multiplier));
}
@media only screen and (max-width: 1023px) {
  .hstv__text-description.dark-mode > p {
    font-size: 18px;
    line-height: 28px;
  }
}
.hstv__text-description.smaller-font-size > p {
  color: #3E3441;
  font-family: greycliff-cf, sans-serif;
  font-size: calc(18rem * 1 / 18 * var(--text-multiplier));
  font-style: normal;
  font-weight: 400;
  line-height: calc(30rem * 1 / 18 * var(--text-multiplier));
  letter-spacing: unset;
}
@media only screen and (max-width: 1023px) {
  .hstv__text-description.smaller-font-size > p {
    font-size: 16px;
    line-height: 26px;
    letter-spacing: unset;
  }
}
.hstv__text-description.smaller-font-size a {
  color: #3E3441;
  font-family: greycliff-cf, sans-serif;
  font-size: calc(18rem * 1 / 18 * var(--text-multiplier));
  font-style: normal;
  font-weight: 400;
  line-height: calc(30rem * 1 / 18 * var(--text-multiplier));
  letter-spacing: unset;
  color: #E65621 !important;
}
@media only screen and (max-width: 1023px) {
  .hstv__text-description.smaller-font-size a {
    font-size: 16px;
    line-height: 26px;
    letter-spacing: unset;
  }
}
.hstv__text-description ul {
  margin-left: calc(20rem * 1 / 18);
  list-style: disc;
}
.hstv__text-description ul li {
  margin-bottom: calc(10rem * 1 / 18);
  font-size: calc(20rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(30rem * 1 / 18 * var(--text-multiplier));
  font-family: greycliff-cf, sans-serif;
  font-weight: normal !important;
  letter-spacing: unset;
  margin-bottom: calc(20rem * 1 / 18);
  color: #3E3441;
  color: #ACACAC;
}
@media only screen and (max-width: 1023px) {
  .hstv__text-description ul li {
    font-size: 20px;
    line-height: 30px;
  }
}
@media only screen and (max-width: 1023px) {
  .hstv__text-description ul li {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 1023px) {
  .hstv__text-description ul {
    margin-left: 20px;
  }
}
.hstv__text-3column {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-bottom: calc(30rem * 1 / 18);
}
@media only screen and (max-width: 1023px) {
  .hstv__text-3column {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 850px) {
  .hstv__text-3column {
    column-gap: 40px;
    row-gap: 20px;
    justify-content: flex-start;
  }
}
@media only screen and (max-width: 390px) {
  .hstv__text-3column {
    row-gap: 20px;
    justify-content: flex-start;
    flex-direction: column;
  }
}
.hstv__text-3column--item:nth-child(1) {
  grid-column: 1 / span 1;
}
.hstv__text-3column--item:nth-child(2) {
  grid-column: 2 / span 1;
}
.hstv__text-3column--item:nth-child(3) {
  grid-column: 3 / span 1;
}
.hstv__text-3column--heading {
  font-size: calc(18rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(28rem * 1 / 18 * var(--text-multiplier));
  font-weight: 600 !important;
  margin-bottom: calc(10rem * 1 / 18);
  display: inline-block;
}
@media only screen and (max-width: 1023px) {
  .hstv__text-3column--heading {
    font-size: 18px;
    line-height: 28px;
  }
}
@media only screen and (max-width: 1023px) {
  .hstv__text-3column--heading {
    margin-bottom: 5px;
  }
}
.hstv__text-3column--content {
  color: #3E3441;
  font-family: greycliff-cf, sans-serif;
  font-size: calc(18rem * 1 / 18 * var(--text-multiplier));
  font-style: normal;
  font-weight: 400;
  line-height: calc(30rem * 1 / 18 * var(--text-multiplier));
  letter-spacing: unset;
}
@media only screen and (max-width: 1023px) {
  .hstv__text-3column--content {
    font-size: 16px;
    line-height: 26px;
    letter-spacing: unset;
  }
}
.hstv__text-3column--content > * {
  color: #3E3441;
  font-family: greycliff-cf, sans-serif;
  font-size: calc(18rem * 1 / 18 * var(--text-multiplier));
  font-style: normal;
  font-weight: 400;
  line-height: calc(30rem * 1 / 18 * var(--text-multiplier));
  letter-spacing: unset;
}
@media only screen and (max-width: 1023px) {
  .hstv__text-3column--content > * {
    font-size: 16px;
    line-height: 26px;
    letter-spacing: unset;
  }
}
.hstv__text-buttonWrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: calc(20rem * 1 / 18);
}
@media only screen and (max-width: 1023px) {
  .hstv__text-buttonWrapper {
    gap: 20px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
  }
}
@media only screen and (max-width: 850px) {
  .hstv__text-buttonWrapper {
    flex-direction: row;
  }
}
@media only screen and (max-width: 500px) {
  .hstv__text-buttonWrapper {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
  }
}
.hstv__text-button {
  border-radius: calc(25rem * 1 / 18);
  background-color: #3E3441;
  color: white;
  width: auto;
  padding: calc(14rem * 1 / 18) calc(20rem * 1 / 18);
  text-decoration: none;
  font-family: canada-type-gibson, sans-serif;
  font-size: calc(17rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(24rem * 1 / 18 * var(--text-multiplier));
  font-weight: 600 !important;
  line-height: normal;
  text-align: center;
  cursor: pointer;
  letter-spacing: 0;
  transition: all 0.25s ease-out;
  display: inline-block;
}
@media only screen and (max-width: 1023px) {
  .hstv__text-button {
    font-size: 17px;
    line-height: 24px;
  }
}
@media only screen and (max-width: 1023px) {
  .hstv__text-button:not(.custom-padding) {
    padding: 14px 28px;
    border-radius: 25px;
  }
}
@media only screen and (max-width: 420px) {
  .hstv__text-button:not(.custom-padding) {
    padding: 14px 28px;
    border-radius: 25px;
  }
}
@media only screen and (max-width: 1023px) {
  .hstv__text-button.custom-padding {
    padding: calc(14rem * 1 / 18) calc(20rem * 1 / 18);
    border-radius: 4px;
  }
}
@media only screen and (max-width: 600px) {
  .hstv__text-button.custom-padding {
    padding: calc(14rem * 1 / 18) calc(20rem * 1 / 18);
    border-radius: 4px;
  }
}
@media only screen and (max-width: 420px) {
  .hstv__text-button.custom-padding {
    padding: calc(14rem * 1 / 18) calc(20rem * 1 / 18);
    border-radius: 4px;
  }
}
.hstv__text-button:hover {
  background-color: #6D307B;
  color: white;
}
@media only screen and (max-width: 1023px) {
  .hstv__text-button {
    align-self: flex-start;
  }
}
@media only screen and (max-width: 850px) {
  .hstv__text-button {
    align-self: center;
  }
}
@media only screen and (max-width: 500px) {
  .hstv__text-button {
    align-self: flex-start;
  }
}
.hstv__text-button.dark-mode {
  border-radius: calc(25rem * 1 / 18);
  background-color: white;
  color: #3E3441;
  width: auto;
  padding: calc(14rem * 1 / 18) calc(20rem * 1 / 18);
  text-decoration: none;
  font-family: canada-type-gibson, sans-serif;
  font-size: calc(17rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(24rem * 1 / 18 * var(--text-multiplier));
  font-weight: 600 !important;
  line-height: normal;
  text-align: center;
  cursor: pointer;
  letter-spacing: 0;
  transition: all 0.25s ease-out;
}
@media only screen and (max-width: 1023px) {
  .hstv__text-button.dark-mode {
    font-size: 17px;
    line-height: 24px;
  }
}
@media only screen and (max-width: 1023px) {
  .hstv__text-button.dark-mode:not(.custom-padding) {
    padding: 14px 28px;
    border-radius: 25px;
  }
}
@media only screen and (max-width: 420px) {
  .hstv__text-button.dark-mode:not(.custom-padding) {
    padding: 14px 28px;
    border-radius: 25px;
  }
}
@media only screen and (max-width: 1023px) {
  .hstv__text-button.dark-mode.custom-padding {
    padding: calc(14rem * 1 / 18) calc(20rem * 1 / 18);
    border-radius: 4px;
  }
}
@media only screen and (max-width: 600px) {
  .hstv__text-button.dark-mode.custom-padding {
    padding: calc(14rem * 1 / 18) calc(20rem * 1 / 18);
    border-radius: 4px;
  }
}
@media only screen and (max-width: 420px) {
  .hstv__text-button.dark-mode.custom-padding {
    padding: calc(14rem * 1 / 18) calc(20rem * 1 / 18);
    border-radius: 4px;
  }
}
.hstv__text-button.dark-mode:hover {
  background-color: #E65621;
  color: white;
}
.hstv__text-button.secondary {
  border-radius: calc(25rem * 1 / 18);
  background-color: #E65621;
  color: white;
  width: auto;
  padding: calc(14rem * 1 / 18) calc(20rem * 1 / 18);
  text-decoration: none;
  font-family: canada-type-gibson, sans-serif;
  font-size: calc(17rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(24rem * 1 / 18 * var(--text-multiplier));
  font-weight: 600 !important;
  line-height: normal;
  text-align: center;
  cursor: pointer;
  letter-spacing: 0;
  transition: all 0.25s ease-out;
  display: inline-block;
}
@media only screen and (max-width: 1023px) {
  .hstv__text-button.secondary {
    font-size: 17px;
    line-height: 24px;
  }
}
@media only screen and (max-width: 1023px) {
  .hstv__text-button.secondary:not(.custom-padding) {
    padding: 14px 28px;
    border-radius: 25px;
  }
}
@media only screen and (max-width: 420px) {
  .hstv__text-button.secondary:not(.custom-padding) {
    padding: 12px 28px;
    border-radius: 25px;
  }
}
@media only screen and (max-width: 1023px) {
  .hstv__text-button.secondary.custom-padding {
    padding: calc(14rem * 1 / 18) calc(20rem * 1 / 18);
    border-radius: 4px;
  }
}
@media only screen and (max-width: 600px) {
  .hstv__text-button.secondary.custom-padding {
    padding: calc(14rem * 1 / 18) calc(20rem * 1 / 18);
    border-radius: 4px;
  }
}
@media only screen and (max-width: 420px) {
  .hstv__text-button.secondary.custom-padding {
    padding: calc(14rem * 1 / 18) calc(20rem * 1 / 18);
    border-radius: 4px;
  }
}
.hstv__text-button.secondary:hover {
  background-color: #3E3441;
}
.hstv__headerImg {
  width: calc(576.93rem * 1 / 18);
  height: calc(576.93rem * 1 / 18);
  border-radius: 50%;
  position: absolute;
  top: calc(127rem * 1 / 18);
  right: calc(127rem * 1 / 18);
  z-index: 3;
  object-fit: cover;
  cursor: pointer;
}
@media only screen and (max-width: 1023px) {
  .hstv__headerImg {
    width: 315px;
    height: 315px;
    top: 65px;
    right: 57px;
  }
}
@media only screen and (max-width: 850px) {
  .hstv__headerImg {
    right: 50%;
    transform: translateX(50%);
  }
}
.hstv__headerImg.big {
  width: calc(631.222rem * 1 / 18);
  height: calc(631.222rem * 1 / 18);
  top: calc(132rem * 1 / 18);
  right: calc(139rem * 1 / 18);
}
@media only screen and (max-width: 1023px) {
  .hstv__headerImg.big {
    width: 376px;
    height: 376px;
    top: 58px;
    right: 57px;
  }
}
@media only screen and (max-width: 850px) {
  .hstv__headerImg.big {
    right: 50%;
    transform: translateX(50%);
  }
}
.hstv__video {
  position: absolute;
  top: calc(-208rem * 1 / 18);
  right: calc(118rem * 1 / 18);
  z-index: 3;
  cursor: pointer;
}
@media only screen and (max-width: 1023px) {
  .hstv__video {
    top: -10px;
    right: 0;
    position: relative;
    grid-column: 1 / -1;
    order: -1;
  }
}
@media only screen and (max-width: 850px) {
  .hstv__video {
    min-height: 380px;
  }
}
.hstv__video.big {
  right: calc(100rem * 1 / 18);
  top: calc(-236.23rem * 1 / 18);
}
@media only screen and (max-width: 1023px) {
  .hstv__video.big {
    top: 0;
    right: 0;
  }
}
.hstv__video.no-modal {
  cursor: default;
}
.hstv__video.no-modal video {
  cursor: default;
}
.hstv__video.remove-ring {
  right: calc(168rem * 1 / 18);
}
@media only screen and (max-width: 1023px) {
  .hstv__video.remove-ring {
    right: 0;
  }
}
.hstv__video-circle {
  width: calc(827.078rem * 1 / 18);
  height: calc(827.078rem * 1 / 18);
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  right: 0;
}
@media only screen and (max-width: 1023px) {
  .hstv__video-circle {
    width: 451px;
    height: 451px;
  }
}
@media only screen and (max-width: 850px) {
  .hstv__video-circle {
    right: 50%;
    transform: translateX(50%);
  }
}
.hstv__video-circle.remove-ring {
  display: none;
}
.hstv__video-circle.big {
  width: calc(904.91rem * 1 / 18);
  height: calc(904.91rem * 1 / 18);
}
@media only screen and (max-width: 1023px) {
  .hstv__video-circle.big {
    width: 492px;
    height: 492px;
    left: unset;
    transform: none;
  }
}
@media only screen and (max-width: 850px) {
  .hstv__video-circle.big {
    right: 50%;
    transform: translateX(50%);
  }
}
.hstv__video-circle svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.hstv__video video {
  width: calc(576.93rem * 1 / 18);
  height: calc(576.93rem * 1 / 18);
  border-radius: 50%;
  position: absolute;
  top: calc(127rem * 1 / 18);
  right: calc(127rem * 1 / 18);
  z-index: 3;
  object-fit: cover;
  cursor: pointer;
}
@media only screen and (max-width: 1023px) {
  .hstv__video video {
    width: 315px;
    height: 315px;
    top: 65px;
    right: 68px;
  }
}
@media only screen and (max-width: 850px) {
  .hstv__video video {
    right: 50%;
    transform: translateX(50%);
  }
}
.hstv__video video.big {
  width: calc(632.22rem * 1 / 18);
  height: calc(634.22rem * 1 / 18);
  top: calc(132rem * 1 / 18);
  right: calc(139rem * 1 / 18);
}
@media only screen and (max-width: 1023px) {
  .hstv__video video.big {
    width: 376px;
    height: 376px;
    top: 58px;
    right: 57px;
  }
}
@media only screen and (max-width: 850px) {
  .hstv__video video.big {
    right: 50%;
    transform: translateX(50%);
  }
}
.hstv__video-playbutton {
  width: calc(112.639rem * 1 / 18);
  height: calc(113.226rem * 1 / 18);
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: calc(357rem * 1 / 18);
  right: calc(357rem * 1 / 18);
  z-index: 4;
}
@media only screen and (max-width: 1023px) {
  .hstv__video-playbutton {
    width: 66.65px;
    height: 67px;
    top: 200px;
    right: 200px;
  }
}
@media only screen and (max-width: 850px) {
  .hstv__video-playbutton {
    right: 50%;
    transform: translateX(50%);
  }
}
.hstv__video-playbutton.big {
  width: calc(127.83rem * 1 / 18);
  height: calc(128.49rem * 1 / 18);
  top: calc(388.21rem * 1 / 18);
  right: calc(388.54rem * 1 / 18);
}
@media only screen and (max-width: 1023px) {
  .hstv__video-playbutton.big {
    width: 75px;
    height: 75px;
    top: 200px;
    right: 200px;
  }
}
@media only screen and (max-width: 850px) {
  .hstv__video-playbutton.big {
    right: 50%;
    transform: translateX(50%);
  }
}
.hstv__video-playbutton.hidden {
  display: none;
}
.hstv__video-playbutton svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.hstv__video-poster {
  display: none;
  width: calc(576.93rem * 1 / 18);
  height: calc(576.93rem * 1 / 18);
  position: absolute;
  top: calc(127rem * 1 / 18);
  right: calc(127rem * 1 / 18);
  z-index: 3;
}
@media only screen and (max-width: 1023px) {
  .hstv__video-poster {
    width: 315px;
    height: 315px;
    top: 65px;
    right: 68px;
  }
}
@media only screen and (max-width: 850px) {
  .hstv__video-poster {
    right: 50%;
    transform: translateX(50%);
  }
}
.hstv__video-poster.big {
  width: calc(632.22rem * 1 / 18);
  height: calc(634.22rem * 1 / 18);
  top: calc(132rem * 1 / 18);
  right: calc(139rem * 1 / 18);
}
@media only screen and (max-width: 1023px) {
  .hstv__video-poster.big {
    width: 376px;
    height: 376px;
    top: 58px;
    right: 57px;
  }
}
@media only screen and (max-width: 850px) {
  .hstv__video-poster.big {
    right: 50%;
    transform: translateX(50%);
  }
}
.hstv__video-poster img {
  border-radius: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hstv__video-poster.active {
  display: block;
}
.hstv__video-text {
  position: absolute;
  color: white;
  font-family: nicholas, sans-serif;
  font-size: calc(40rem * 1 / 18 * var(--text-multiplier));
  font-style: normal;
  font-weight: 700 !important;
  line-height: calc(44rem * 1 / 18 * var(--text-multiplier));
  letter-spacing: calc(1rem * 1 / 18 * var(--text-multiplier));
  z-index: 5;
  text-align: center;
  margin-bottom: 0 !important;
  bottom: calc(201.98rem * 1 / 18);
}
@media only screen and (max-width: 1023px) {
  .hstv__video-text {
    font-size: 34px;
    line-height: 38px;
    letter-spacing: 1px;
  }
}
@media only screen and (max-width: 1023px) {
  .hstv__video-text {
    bottom: 100px;
  }
}
.hstv__ellipse-small {
  width: calc(1078.994rem * 1 / 18);
  height: calc(1078.994rem * 1 / 18);
  border-radius: calc(1078.994rem * 1 / 18);
  opacity: 0.5;
  background: radial-gradient(50% 50% at 50% 50%, #FAEFEA 0%, rgba(250, 239, 234, 0) 100%);
  position: absolute;
  z-index: 1;
  top: calc(-98.57rem * 1 / 18);
  left: calc(-409.5rem * 1 / 18);
}
@media only screen and (max-width: 1023px) {
  .hstv__ellipse-small {
    width: 590px;
    height: 590px;
    top: -50px;
    left: -200px;
  }
}
@media only screen and (max-width: 1023px) {
  .hstv__ellipse-small.remove_on_mobile {
    display: none;
  }
}
.hstv__ellipse-big {
  width: calc(1599.974rem * 1 / 18);
  height: calc(1599.974rem * 1 / 18);
  border-radius: calc(1599.974rem * 1 / 18);
  opacity: 0.5;
  background: radial-gradient(50% 50% at 50% 50%, rgba(227, 218, 255, 0.5) 0%, rgba(227, 218, 255, 0) 100%);
  position: absolute;
  z-index: 1;
  top: calc(-583.7rem * 1 / 18);
  left: calc(-445.99rem * 1 / 18);
}
@media only screen and (max-width: 1023px) {
  .hstv__ellipse-big {
    width: 875px;
    height: 875px;
    top: -300px;
    left: -250px;
  }
}
@media only screen and (max-width: 600px) {
  .hstv__ellipse-big {
    width: 500px;
    height: 500px;
    top: -200px;
    left: -200px;
  }
}
@media only screen and (max-width: 1023px) {
  .hstv__ellipse-big.remove_on_mobile {
    display: none;
  }
}
.hstv__whiteBg {
  width: 100%;
  height: 200%;
  background: #fff;
  position: absolute;
  top: -50%;
  left: 0;
  z-index: 2;
}
@media only screen and (max-width: 1023px) {
  .hstv__whiteBg {
    display: none;
  }
}
.hstv__linearRectangle {
  width: calc(1920rem * 1 / 18);
  height: calc(317rem * 1 / 18);
  background: linear-gradient(180deg, #342836 0%, rgba(100, 85, 103, 0) 100%);
  position: absolute;
  top: calc(-317rem * 1 / 18);
}
@media only screen and (max-width: 1023px) {
  .hstv__linearRectangle {
    width: 100%;
    height: 317px;
    top: -160px;
  }
}
.hstv__radialEllipse {
  width: calc(1905.517rem * 1 / 18);
  height: calc(1905.517rem * 1 / 18);
  border-radius: calc(1905.517rem * 1 / 18);
  background: radial-gradient(52.3% 52.3% at 50% 50%, #645567 0%, rgba(100, 85, 103, 0) 88%);
  position: absolute;
  top: calc(-1201.63rem * 1 / 18);
}
@media only screen and (max-width: 1023px) {
  .hstv__radialEllipse {
    width: 1040px;
    height: 1040px;
    top: -600px;
  }
}
@media only screen and (max-width: 1023px) {
  .hstv .divider.remove_on_mobile {
    display: none;
  }
}
.hstv .mb-0 {
  margin-bottom: 0 !important;
}
.hstv .mb-10 {
  margin-bottom: calc(10rem * 1 / 18) !important;
}
@media only screen and (max-width: 1023px) {
  .hstv .mb-10 {
    margin-bottom: 10px !important;
  }
}
.ict {
  display: grid;
  grid-template-columns: 5.73% repeat(24, 1fr) 5.73%;
  column-gap: calc(20rem * 1 / 18);
  position: relative;
  margin-top: calc(145rem * 1 / 18);
  margin-bottom: calc(121rem * 1 / 18);
}
@media only screen and (max-width: 1023px) {
  .ict {
    padding-left: 32px;
    padding-right: 32px;
    grid-template-columns: repeat(4, 1fr);
    column-gap: 20px;
  }
}
@media only screen and (max-width: 600px) {
  .ict {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (max-width: 1023px) {
  .ict {
    margin-top: 32px;
    margin-bottom: 32px;
  }
}
.ict__cards {
  grid-column: 4 / span 12;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  column-gap: calc(20rem * 1 / 18);
  position: relative;
  z-index: 2;
  row-gap: calc(40rem * 1 / 18);
}
@media only screen and (max-width: 1023px) {
  .ict__cards {
    grid-column: 1 / -1;
    grid-template-columns: repeat(4, 1fr);
    column-gap: 20px;
    row-gap: 30px;
  }
}
.ict__card {
  width: calc(400rem * 1 / 18);
  height: calc(550rem * 1 / 18);
  background-color: white;
  box-shadow: 0px 14px 32px 0px rgba(0, 0, 0, 0.15);
  border-radius: calc(25rem * 1 / 18);
  padding: calc(15rem * 1 / 18);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media only screen and (max-width: 1023px) {
  .ict__card {
    width: 100%;
    max-width: 320px;
    height: 500px;
    padding: 15px;
    border-radius: 25px;
    margin: 0 auto;
  }
}
.ict__card:nth-child(2n+1) {
  grid-column: 1 / span 6;
  margin-top: calc(-121rem*1 / 18);
}
@media only screen and (max-width: 1023px) {
  .ict__card:nth-child(2n+1) {
    grid-column: 1 / 3;
    margin-top: 0;
  }
}
@media only screen and (max-width: 768px) {
  .ict__card:nth-child(2n+1) {
    grid-column: 1 / -1;
  }
}
.ict__card:nth-child(2n+2) {
  grid-column: 7 / span 6;
  margin-left: calc(20rem * 1 / 18);
}
@media only screen and (max-width: 1023px) {
  .ict__card:nth-child(2n+2) {
    grid-column: 3 / -1;
    margin: 0;
    justify-self: center;
  }
}
@media only screen and (max-width: 768px) {
  .ict__card:nth-child(2n+2) {
    grid-column: 1 / -1;
    transform: none;
  }
}
.ict__card:nth-child(1) {
  margin-top: 0;
}
.ict__card:nth-child(2) {
  margin-left: calc(20rem * 1 / 18);
  margin-top: calc(121rem * 1 / 18);
}
@media only screen and (max-width: 1023px) {
  .ict__card:nth-child(2) {
    margin-left: 0;
    margin-top: 0;
  }
}
.ict__card-header {
  display: flex;
  align-items: center;
  gap: calc(28rem * 1 / 18);
  margin-left: calc(11rem * 1 / 18);
  margin-top: calc(15rem * 1 / 18);
}
@media only screen and (max-width: 1023px) {
  .ict__card-header {
    margin-left: 11px;
    margin-top: 15px;
    gap: 28px;
  }
}
.ict__card-header--subtitle {
  color: #3E3441;
  font-family: greycliff-cf, sans-serif;
  font-size: calc(12rem * 1 / 18 * var(--text-multiplier));
  font-style: normal;
  font-weight: 600 !important;
  line-height: calc(50rem * 1 / 18 * var(--text-multiplier));
  letter-spacing: calc(0.75rem * 1 / 18 * var(--text-multiplier));
  text-transform: uppercase;
}
@media only screen and (max-width: 1023px) {
  .ict__card-header--subtitle {
    font-size: 12px;
    line-height: 50px;
    letter-spacing: 0.75px;
  }
}
@media only screen and (max-width: 350px) {
  .ict__card-header--subtitle {
    line-height: 22px;
  }
}
.ict__card-title {
  font-weight: bold !important;
  padding-left: calc(35.91rem * 1 / 18);
  padding-right: calc(20.25rem * 1 / 18);
}
@media only screen and (max-width: 1023px) {
  .ict__card-title {
    padding-left: 0;
    padding-right: 20.25px;
  }
}
.ict__card-graphic {
  position: relative;
}
.ict__card-graphic--image {
  width: calc(370rem * 1 / 18);
  height: calc(234.86rem * 1 / 18);
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 1023px) {
  .ict__card-graphic--image {
    height: 210.233px;
    width: 100%;
    max-width: 292px;
  }
}
.ict__card-graphic--image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0 0 calc(15rem * 1 / 18) calc(15rem * 1 / 18);
}
@media only screen and (max-width: 1023px) {
  .ict__card-graphic--image img {
    border-radius: 0 0 15px 15px;
  }
}
.ict__card-buttons {
  position: absolute;
  top: calc(-21.12rem * 1 / 18);
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  display: flex;
  justify-content: flex-start;
  margin-left: calc(27rem * 1 / 18);
}
@media only screen and (max-width: 1023px) {
  .ict__card-buttons {
    top: -21.12px;
    margin-left: 16px;
  }
}
@media only screen and (max-width: 350px) {
  .ict__card-buttons {
    margin-left: 0;
  }
}
.ict__card-buttons.no-learnmore-link {
  justify-content: center;
  margin-left: 0;
}
.ict__card-buttons > a {
  font-size: calc(17rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(24rem * 1 / 18 * var(--text-multiplier));
  font-weight: bold !important;
  line-height: normal !important;
  letter-spacing: normal !important;
  text-decoration: none;
  color: white;
  padding: calc(14rem * 1 / 18) calc(28rem * 1 / 18);
  display: inline-block;
  width: calc(149rem * 1 / 18);
  transition: all 0.25s ease-out;
}
@media only screen and (max-width: 1023px) {
  .ict__card-buttons > a {
    font-size: 17px;
    line-height: 24px;
  }
}
@media only screen and (max-width: 1023px) {
  .ict__card-buttons > a {
    padding: 10px 16px;
    width: 100%;
    max-width: 130px;
    text-align: center;
  }
}
.ict__card-buttons--left {
  background-color: #3E3441;
  border-right: 1px solid #FFF;
  border-radius: calc(25rem * 1 / 18) 0px 0px calc(25rem * 1 / 18);
}
.ict__card-buttons--left.no-learnmore-link {
  width: calc(298rem * 1 / 18);
  border-radius: calc(25rem * 1 / 18);
  text-align: center;
  border-right: none;
}
@media only screen and (max-width: 1023px) {
  .ict__card-buttons--left.no-learnmore-link {
    width: 100%;
    border-radius: 25px;
  }
}
@media only screen and (max-width: 1023px) {
  .ict__card-buttons--left {
    border-radius: 25px 0px 0px 25px;
    width: 130px;
  }
}
.ict__card-buttons--left:hover {
  background-color: #342836;
  transform: scale(1.02);
}
.ict__card-buttons--right {
  background-color: #645567;
  border-radius: 0px calc(25rem * 1 / 18) calc(25rem * 1 / 18) 0px;
}
@media only screen and (max-width: 1023px) {
  .ict__card-buttons--right {
    border-radius: 0px 25px 25px 0px;
    width: 130px;
  }
}
.ict__card-buttons--right:hover {
  border-left: 1px solid #FFF;
  background-color: #3E3441;
  transform: scale(1.02);
}
.ict__text {
  grid-column: 18 / span 7;
  position: relative;
  z-index: 2;
  margin-top: calc(210rem * 1 / 18);
  height: fit-content;
  position: sticky;
  top: calc(180rem * 1 / 18);
}
@media only screen and (max-width: 1023px) {
  .ict__text {
    order: -1;
    grid-column: 1 / -1;
    margin-top: 90px;
    top: 0;
    position: relative;
  }
}
.ict__text-subheading {
  color: #3E3441;
  font-family: greycliff-cf, sans-serif;
  font-size: calc(14rem * 1 / 18 * var(--text-multiplier));
  font-style: normal;
  font-weight: 600 !important;
  line-height: calc(16rem * 1 / 18 * var(--text-multiplier));
  letter-spacing: calc(0.75rem * 1 / 18 * var(--text-multiplier));
  text-transform: uppercase;
  padding-bottom: calc(10rem * 1 / 18);
}
@media only screen and (max-width: 1023px) {
  .ict__text-subheading {
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.75px;
  }
}
.ict__text-subheading.dark-mode {
  color: #F0EFEF;
}
@media only screen and (max-width: 1023px) {
  .ict__text-subheading {
    padding-bottom: 10px;
  }
}
.ict__text-heading {
  font-family: greycliff-cf, sans-serif !important;
  font-size: calc(64rem * 1 / 18 * var(--text-multiplier)) !important;
  line-height: calc(64rem * 1 / 18 * var(--text-multiplier)) !important;
  letter-spacing: unset !important;
  font-weight: normal  !important;
  margin-bottom: calc(20rem * 1 / 18) !important;
  color: #E65621 !important;
  padding-bottom: calc(10rem * 1 / 18);
}
@media only screen and (max-width: 1023px) {
  .ict__text-heading {
    font-size: 48px !important;
    line-height: 48px !important;
    margin-bottom: 12px !important;
  }
}
.ict__text-heading.dark-mode {
  color: #F0EFEF !important;
}
@media only screen and (max-width: 1023px) {
  .ict__text-heading {
    padding-bottom: 10px;
  }
}
.ict__text-description > p {
  font-size: calc(20rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(30rem * 1 / 18 * var(--text-multiplier));
  font-family: greycliff-cf, sans-serif;
  font-weight: normal !important;
  letter-spacing: unset;
  margin-bottom: calc(20rem * 1 / 18);
  color: #3E3441;
}
@media only screen and (max-width: 1023px) {
  .ict__text-description > p {
    font-size: 20px;
    line-height: 30px;
  }
}
@media only screen and (max-width: 1023px) {
  .ict__text-description > p {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 20px;
  }
}
.ict__text-description.dark-mode {
  max-width: calc(434.846rem * 1 / 18);
}
@media only screen and (max-width: 1023px) {
  .ict__text-description.dark-mode {
    max-width: 100%;
  }
}
.ict__text-description.dark-mode > p {
  font-size: calc(18rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(28rem * 1 / 18 * var(--text-multiplier));
  font-family: greycliff-cf, sans-serif;
  font-weight: normal !important;
  letter-spacing: unset;
  margin-bottom: calc(20rem * 1 / 18);
  color: #3E3441;
  color: #F0EFEF;
}
@media only screen and (max-width: 1023px) {
  .ict__text-description.dark-mode > p {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 1023px) {
  .ict__text-description {
    padding-bottom: 30px;
  }
}
.ict__ellipse {
  width: calc(1599.974rem * 1 / 18);
  height: calc(1599.974rem * 1 / 18);
  border-radius: 50%;
  background: radial-gradient(50% 50% at 50% 50%, rgba(227, 218, 255, 0.5) 0%, rgba(227, 218, 255, 0) 100%);
  position: absolute;
  bottom: calc(-977rem * 1 / 18);
  left: calc(-159.97rem * 1 / 18);
}
.ict__ellipse.dark-mode {
  width: calc(2481.458rem * 1 / 18);
  height: calc(2481.458rem * 1 / 18);
  border-radius: calc(2481.458rem * 1 / 18);
  background: radial-gradient(52.3% 52.3% at 50% 50%, #645567 0%, rgba(100, 85, 103, 0) 88%);
  filter: blur(5px);
  left: calc(-585.78rem * 1 / 18);
  bottom: unset;
  top: calc(-540.73rem * 1 / 18);
}
.ict__rectangle {
  width: calc(1920rem * 1 / 18);
  height: calc(998.132rem * 1 / 18);
  background: linear-gradient(180deg, rgba(52, 40, 54, 0) -5.57%, #342836 100%);
  position: absolute;
  top: calc(-377.87rem * 1 / 18);
}
@media only screen and (max-width: 1023px) {
  .ict .divider.remove_on_mobile {
    display: none;
  }
}
.ifct {
  display: grid;
  grid-template-columns: 5.73% repeat(24, 1fr) 5.73%;
  column-gap: calc(20rem * 1 / 18);
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 1023px) {
  .ifct {
    padding-left: 32px;
    padding-right: 32px;
    grid-template-columns: repeat(4, 1fr);
    column-gap: 20px;
  }
}
@media only screen and (max-width: 600px) {
  .ifct {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.ifct__heading,
.ifct__content,
.ifct__bottomText {
  grid-column: 6 / span 16;
}
@media only screen and (max-width: 1023px) {
  .ifct__heading,
  .ifct__content,
  .ifct__bottomText {
    grid-column: 1 / -1;
  }
}
.ifct__heading {
  text-align: center;
  font-family: greycliff-cf, sans-serif !important;
  font-size: calc(48rem * 1 / 18 * var(--text-multiplier)) !important;
  line-height: calc(72rem * 1 / 18 * var(--text-multiplier)) !important;
  letter-spacing: calc(-1rem * 1 / 18 * var(--text-multiplier)) !important;
  font-weight: normal !important;
  color: #FF4D00 !important;
  margin-bottom: calc(48rem * 1 / 18) !important;
}
@media only screen and (max-width: 1023px) {
  .ifct__heading {
    font-size: 48px !important;
    line-height: 72px !important;
    letter-spacing: -1px !important;
  }
}
@media only screen and (max-width: 1023px) {
  .ifct__heading {
    margin-bottom: 48px !important;
  }
}
.ifct__content {
  display: grid;
  grid-template-columns: repeat(16, 1fr);
  column-gap: calc(20rem * 1 / 18);
  position: relative;
  row-gap: calc(30rem * 1 / 18);
  align-items: flex-start;
  margin-bottom: calc(65rem * 1 / 18);
  z-index: 2;
}
@media only screen and (max-width: 1023px) {
  .ifct__content {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    column-gap: 20px;
    row-gap: 40px;
    margin-bottom: 65px;
  }
}
.ifct__content-item {
  width: 100%;
  max-width: calc(330rem * 1 / 18);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: calc(30rem * 1 / 18);
  position: relative;
}
@media only screen and (max-width: 1023px) {
  .ifct__content-item {
    max-width: 300px;
    gap: 30px;
  }
}
.ifct__content-item:nth-child(4n+1) {
  grid-column: 1 / span 4;
}
@media only screen and (max-width: 1023px) {
  .ifct__content-item:nth-child(4n+1) {
    grid-column: 1 / -1;
    justify-self: center;
  }
}
.ifct__content-item:nth-child(4n+2) {
  grid-column: 5 / span 4;
  justify-self: center;
}
@media only screen and (max-width: 1023px) {
  .ifct__content-item:nth-child(4n+2) {
    grid-column: 1 / -1;
  }
}
.ifct__content-item:nth-child(4n+3) {
  grid-column: 9 / span 4;
}
@media only screen and (max-width: 1023px) {
  .ifct__content-item:nth-child(4n+3) {
    grid-column: 1 / -1;
    justify-self: center;
  }
}
.ifct__content-item:nth-child(4n+4) {
  grid-column: 13 / span 4;
}
@media only screen and (max-width: 1023px) {
  .ifct__content-item:nth-child(4n+4) {
    grid-column: 1 / -1;
    justify-self: center;
  }
}
.ifct__content-item--title {
  text-align: center;
  width: 100%;
  max-width: calc(190rem * 1 / 18);
  font-weight: 500 !important;
  font-size: calc(18rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(28rem * 1 / 18 * var(--text-multiplier));
  font-family: greycliff-cf, sans-serif;
  font-weight: 700 !important;
  letter-spacing: unset;
  margin-bottom: calc(9rem * 1 / 18);
}
@media only screen and (max-width: 1023px) {
  .ifct__content-item--title {
    font-size: 18px;
    line-height: 28px;
  }
}
@media only screen and (max-width: 1023px) {
  .ifct__content-item--title {
    letter-spacing: unset;
  }
}
@media only screen and (max-width: 1023px) {
  .ifct__content-item--title {
    margin-bottom: 9px;
    max-width: 100%;
  }
}
.ifct__content-item--description {
  text-align: center;
}
.ifct__content-item--icon {
  width: calc(120rem * 1 / 18);
  height: calc(120rem * 1 / 18);
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 1023px) {
  .ifct__content-item--icon {
    width: 120px;
    height: 120px;
  }
}
.ifct__content-item--icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.ifct__bottomText {
  text-align: center;
  z-index: 2;
  font-family: greycliff-cf, sans-serif;
  font-size: calc(16rem * 1 / 18 * var(--text-multiplier));
  font-weight: normal !important;
  line-height: calc(28rem * 1 / 18 * var(--text-multiplier));
  letter-spacing: calc(0rem * 1 / 18 * var(--text-multiplier));
  margin-bottom: calc(20rem * 1 / 18);
  color: #3E3441;
}
@media only screen and (max-width: 1023px) {
  .ifct__bottomText {
    font-size: 16px;
    line-height: 28px;
  }
}
@media only screen and (max-width: 1023px) {
  .ifct__bottomText {
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 12px;
  }
}
.ifct__bottomText a {
  text-decoration: none;
  color: inherit;
}
.ifct__bottomText * > a {
  font-family: greycliff-cf, sans-serif;
  font-size: calc(16rem * 1 / 18 * var(--text-multiplier));
  font-weight: normal !important;
  line-height: calc(28rem * 1 / 18 * var(--text-multiplier));
  letter-spacing: calc(0rem * 1 / 18 * var(--text-multiplier));
  margin-bottom: calc(20rem * 1 / 18);
  color: #3E3441;
  text-decoration: underline;
  color: #E65621;
}
@media only screen and (max-width: 1023px) {
  .ifct__bottomText * > a {
    font-size: 16px;
    line-height: 28px;
  }
}
@media only screen and (max-width: 1023px) {
  .ifct__bottomText * > a {
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 12px;
  }
}
.ifct__bottomText * > a a {
  text-decoration: none;
  color: inherit;
}
.ifct__rectangle {
  width: calc(1920rem * 1 / 18);
  height: calc(690.57rem * 1 / 18);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFF 70.47%);
  position: absolute;
  bottom: calc(-300rem * 1 / 18);
  z-index: 1;
}
@media only screen and (max-width: 1023px) {
  .ifct__rectangle {
    width: 100%;
    height: 690.57px;
    bottom: -300px;
  }
}
.ii {
  display: grid;
  grid-template-columns: 5.73% repeat(24, 1fr) 5.73%;
  column-gap: calc(20rem * 1 / 18);
  position: relative;
  padding-bottom: calc(216rem * 1 / 18);
}
@media only screen and (max-width: 1023px) {
  .ii {
    padding-left: 32px;
    padding-right: 32px;
    grid-template-columns: repeat(4, 1fr);
    column-gap: 20px;
  }
}
@media only screen and (max-width: 600px) {
  .ii {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.ii.no-posts {
  display: none;
}
.ii__heading {
  grid-column: 4 / span 20;
  color: #3E3441;
  font-family: greycliff-cf, sans-serif;
  font-size: calc(14rem * 1 / 18 * var(--text-multiplier));
  font-style: normal;
  font-weight: 600 !important;
  line-height: calc(16rem * 1 / 18 * var(--text-multiplier));
  letter-spacing: calc(0.75rem * 1 / 18 * var(--text-multiplier));
  text-transform: uppercase;
  margin-bottom: calc(50rem * 1 / 18);
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 1023px) {
  .ii__heading {
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.75px;
  }
}
@media only screen and (max-width: 1023px) {
  .ii__heading {
    grid-column: 1/-1;
    margin-bottom: 50px;
  }
}
.ii__posts {
  grid-column: 4 / span 20;
  display: grid;
  grid-template-columns: repeat(20, 1fr);
  column-gap: calc(20rem * 1 / 18);
  row-gap: calc(50rem * 1 / 18);
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 1023px) {
  .ii__posts {
    grid-column: 1/-1;
    grid-template-columns: repeat(4, 1fr);
    column-gap: 20px;
    row-gap: 40px;
  }
}
.ii__post {
  cursor: pointer;
}
.ii__post.first {
  grid-column: 1/-1;
  display: grid;
  grid-template-columns: repeat(20, 1fr);
  column-gap: calc(20rem * 1 / 18);
}
@media only screen and (max-width: 1023px) {
  .ii__post.first {
    grid-template-columns: repeat(4, 1fr);
    column-gap: 20px;
  }
}
.ii__post:nth-child(2) {
  grid-column: 1 / span 5;
}
@media only screen and (max-width: 1023px) {
  .ii__post:nth-child(2) {
    grid-column: 1/-1;
  }
}
.ii__post:nth-child(3) {
  grid-column: 6 / span 5;
}
@media only screen and (max-width: 1023px) {
  .ii__post:nth-child(3) {
    grid-column: 1/-1;
  }
}
.ii__post:nth-child(4) {
  grid-column: 11 / span 5;
}
@media only screen and (max-width: 1023px) {
  .ii__post:nth-child(4) {
    grid-column: 1/-1;
    display: none;
  }
  .ii__post:nth-child(4).show {
    display: block;
  }
}
.ii__post:nth-child(5) {
  grid-column: 16 / span 5;
}
@media only screen and (max-width: 1023px) {
  .ii__post:nth-child(5) {
    grid-column: 1/-1;
    display: none;
  }
  .ii__post:nth-child(5).show {
    display: block;
  }
}
.ii__post-container {
  display: flex;
  flex-direction: column;
  gap: calc(30rem * 1 / 18);
}
@media only screen and (max-width: 1023px) {
  .ii__post-container {
    gap: 30px;
  }
}
.ii__post-container.first {
  grid-column: 1/-1;
  display: grid;
  grid-template-columns: repeat(20, 1fr);
  column-gap: calc(20rem * 1 / 18);
}
@media only screen and (max-width: 1023px) {
  .ii__post-container.first {
    grid-template-columns: repeat(4, 1fr);
    column-gap: 20px;
  }
}
.ii__post-image {
  width: calc(330rem * 1 / 18);
  height: calc(220rem * 1 / 18);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: calc(20rem * 1 / 18);
  overflow: hidden;
}
@media only screen and (max-width: 1023px) {
  .ii__post-image {
    width: 100%;
    max-width: 100%;
    height: 320px;
    border-radius: 25px;
  }
}
@media only screen and (max-width: 360px) {
  .ii__post-image {
    max-width: 320px;
  }
}
.ii__post-image.first {
  grid-column: 1 / span 10;
  width: calc(680rem * 1 / 18);
  height: calc(450rem * 1 / 18);
}
@media only screen and (max-width: 1023px) {
  .ii__post-image.first {
    width: 100%;
    max-width: 100%;
    height: 450px;
    grid-column: 1/-1;
  }
}
@media only screen and (max-width: 360px) {
  .ii__post-image.first {
    max-width: 320px;
  }
}
.ii__post-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: calc(20rem * 1 / 18);
  transition: all 0.25s ease-out;
}
@media only screen and (max-width: 1023px) {
  .ii__post-image img {
    border-radius: 25px;
  }
}
.ii__post-image.hovered img {
  transform: scale(1.05);
  filter: brightness(0.7);
}
.ii__post-content {
  display: flex;
  flex-direction: column;
  gap: calc(10rem * 1 / 18);
}
@media only screen and (max-width: 1023px) {
  .ii__post-content {
    gap: 10px;
  }
}
.ii__post-content.first {
  grid-column: 11 / span 10;
  align-self: center;
  padding-left: calc(23rem * 1 / 18);
  gap: calc(20rem * 1 / 18);
}
@media only screen and (max-width: 1023px) {
  .ii__post-content.first {
    grid-column: 1/-1;
    padding-left: 10px;
    gap: 20px;
  }
}
.ii__post-additional {
  margin-top: calc(20rem * 1 / 18);
}
@media only screen and (max-width: 1023px) {
  .ii__post-additional {
    margin-top: 20px;
    display: flex;
    justify-content: flex-start;
    gap: 23px;
    align-items: center;
    flex-wrap: wrap;
    row-gap: 5px;
  }
}
.ii__post-additional.first {
  display: flex;
  justify-content: flex-start;
  gap: calc(23rem * 1 / 18);
  align-items: center;
}
@media only screen and (max-width: 1023px) {
  .ii__post-additional.first {
    gap: 23px;
    flex-wrap: wrap;
    row-gap: 5px;
  }
}
.ii__post-date {
  color: #57584F;
  font-family: greycliff-cf, sans-serif;
  font-size: calc(16rem * 1 / 18 * var(--text-multiplier));
  font-style: normal;
  font-weight: 500 !important;
  line-height: calc(16rem * 1 / 18 * var(--text-multiplier));
  letter-spacing: normal;
}
@media only screen and (max-width: 1023px) {
  .ii__post-date {
    font-size: 16px;
    line-height: 16px;
    letter-spacing: normal;
  }
}
.ii__post-date.first {
  color: #3E3441 !important;
}
.ii__post-title {
  color: #3E3441;
  font-family: greycliff-cf, sans-serif;
  font-size: calc(36rem * 1 / 18 * var(--text-multiplier));
  font-style: normal;
  font-weight: normal !important;
  line-height: calc(44rem * 1 / 18 * var(--text-multiplier));
  letter-spacing: calc(-1rem * 1 / 18 * var(--text-multiplier));
}
@media only screen and (max-width: 1023px) {
  .ii__post-title {
    font-size: 36px;
    line-height: 44px;
    letter-spacing: -1px;
  }
}
.ii__post-title.first {
  color: #E65621;
  font-family: greycliff-cf, sans-serif;
  font-size: calc(56rem * 1 / 18 * var(--text-multiplier));
  font-style: normal;
  font-weight: 400 !important;
  line-height: calc(64rem * 1 / 18 * var(--text-multiplier));
  letter-spacing: calc(-1rem * 1 / 18 * var(--text-multiplier));
}
@media only screen and (max-width: 1023px) {
  .ii__post-title.first {
    font-size: 48px;
    line-height: 52px;
    letter-spacing: -1px;
  }
}
.ii__post-title.hovered {
  text-decoration: underline;
}
.ii__post-excerpt {
  color: #3E3441;
  font-family: greycliff-cf, sans-serif;
  font-size: calc(17rem * 1 / 18 * var(--text-multiplier));
  font-style: normal;
  font-weight: normal !important;
  line-height: calc(26rem * 1 / 18 * var(--text-multiplier));
  letter-spacing: normal;
  width: 100%;
  max-width: calc(310rem * 1 / 18);
}
@media only screen and (max-width: 1023px) {
  .ii__post-excerpt {
    font-size: 17px;
    line-height: 26px;
    letter-spacing: normal;
  }
}
@media only screen and (max-width: 1023px) {
  .ii__post-excerpt {
    max-width: 100%;
    display: none;
  }
}
.ii__post-excerpt.first {
  color: #3E3441;
  font-family: greycliff-cf, sans-serif;
  font-size: calc(22rem * 1 / 18 * var(--text-multiplier));
  font-style: normal;
  font-weight: normal !important;
  line-height: calc(32rem * 1 / 18 * var(--text-multiplier));
  letter-spacing: normal;
  max-width: calc(658rem * 1 / 18);
}
@media only screen and (max-width: 1023px) {
  .ii__post-excerpt.first {
    font-size: 18px;
    line-height: 28px;
    letter-spacing: normal;
  }
}
@media only screen and (max-width: 1023px) {
  .ii__post-excerpt.first {
    max-width: 100%;
    display: block;
  }
}
.ii__post-category {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: calc(23rem * 1 / 18);
  row-gap: calc(7rem * 1 / 18);
}
@media only screen and (max-width: 1023px) {
  .ii__post-category {
    gap: 23px;
  }
}
.ii__post-category > span,
.ii__post-category a {
  color: #E65621;
  font-family: greycliff-cf, sans-serif;
  font-size: calc(16rem * 1 / 18 * var(--text-multiplier));
  font-style: normal;
  font-weight: 500 !important;
  line-height: calc(24rem * 1 / 18 * var(--text-multiplier));
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
  position: relative;
}
@media only screen and (max-width: 1023px) {
  .ii__post-category > span,
  .ii__post-category a {
    font-size: 16px;
    line-height: 24px;
  }
}
.ii__post-category > span::before,
.ii__post-category a::before {
  content: "•";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: calc(-12.5rem * 1 / 18);
  color: #A6A6A6;
  font-family: greycliff-cf, sans-serif;
  font-size: calc(16rem * 1 / 18 * var(--text-multiplier));
  font-style: normal;
  font-weight: 500 !important;
  line-height: calc(24rem * 1 / 18 * var(--text-multiplier));
  color: #E65621;
}
@media only screen and (max-width: 1023px) {
  .ii__post-category > span::before,
  .ii__post-category a::before {
    font-size: 16px;
    line-height: 24px;
  }
}
@media only screen and (max-width: 1023px) {
  .ii__post-category > span::before,
  .ii__post-category a::before {
    left: -12.5px;
  }
}
.ii__post-category > span:nth-child(odd)::before,
.ii__post-category a:nth-child(odd)::before {
  content: "";
}
.ii__post-category > span:hover,
.ii__post-category a:hover {
  text-decoration: none;
}
.ii__post-category.first.multiple-cat {
  width: 70%;
}
.ii__post-category.first > span,
.ii__post-category.first a {
  color: #E65621;
  font-family: greycliff-cf, sans-serif;
  font-size: calc(16rem * 1 / 18 * var(--text-multiplier));
  font-style: normal;
  font-weight: 500 !important;
  line-height: calc(16rem * 1 / 18 * var(--text-multiplier));
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
@media only screen and (max-width: 1023px) {
  .ii__post-category.first > span,
  .ii__post-category.first a {
    font-size: 16px;
    line-height: 16px;
  }
}
.ii__post-category.first > span:nth-child(1)::before,
.ii__post-category.first a:nth-child(1)::before,
.ii__post-category.first > span:nth-child(4)::before,
.ii__post-category.first a:nth-child(4)::before,
.ii__post-category.first > span:nth-child(7)::before,
.ii__post-category.first a:nth-child(7)::before,
.ii__post-category.first > span:nth-child(10)::before,
.ii__post-category.first a:nth-child(10)::before {
  content: none !important;
}
.ii__post-category.first > span:nth-child(odd)::before,
.ii__post-category.first a:nth-child(odd)::before {
  content: "•";
}
.ii__post-category.first > span:hover,
.ii__post-category.first a:hover {
  text-decoration: none;
}
.ii__post-read {
  color: #A6A6A6;
  font-family: greycliff-cf, sans-serif;
  font-size: calc(16rem * 1 / 18 * var(--text-multiplier));
  font-style: normal;
  font-weight: 500 !important;
  line-height: calc(24rem * 1 / 18 * var(--text-multiplier));
  margin-bottom: 0 !important;
}
@media only screen and (max-width: 1023px) {
  .ii__post-read {
    font-size: 16px;
    line-height: 24px;
  }
}
.ii__post-read.first {
  position: relative;
}
.ii__post-read.first::before {
  content: "•";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: calc(-12.5rem * 1 / 18);
  color: #A6A6A6;
  font-family: greycliff-cf, sans-serif;
  font-size: calc(16rem * 1 / 18 * var(--text-multiplier));
  font-style: normal;
  font-weight: 500 !important;
  line-height: calc(24rem * 1 / 18 * var(--text-multiplier));
}
@media only screen and (max-width: 1023px) {
  .ii__post-read.first::before {
    font-size: 16px;
    line-height: 24px;
  }
}
@media only screen and (max-width: 1023px) {
  .ii__post-read.first::before {
    left: -12.5px;
  }
}
.ii__post-read.one-category {
  position: relative;
}
@media only screen and (max-width: 1023px) {
  .ii__post-read.one-category::before {
    content: "•";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -12.5px;
  }
}
.ii__viewMore {
  display: none;
  border-radius: calc(25rem * 1 / 18);
  background-color: #3E3441;
  color: white;
  width: calc(134rem * 1 / 18);
  padding: calc(14rem * 1 / 18) calc(20rem * 1 / 18);
  text-decoration: none;
  font-family: canada-type-gibson, sans-serif;
  font-size: calc(17rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(24rem * 1 / 18 * var(--text-multiplier));
  font-weight: 600 !important;
  line-height: normal;
  text-align: center;
  cursor: pointer;
  letter-spacing: 0;
  transition: all 0.25s ease-out;
}
@media only screen and (max-width: 1023px) {
  .ii__viewMore {
    font-size: 17px;
    line-height: 24px;
  }
}
@media only screen and (max-width: 1023px) {
  .ii__viewMore:not(.custom-padding) {
    padding: 14px 28px;
    border-radius: 25px;
  }
}
@media only screen and (max-width: 420px) {
  .ii__viewMore:not(.custom-padding) {
    padding: 14px 28px;
    border-radius: 25px;
  }
}
@media only screen and (max-width: 1023px) {
  .ii__viewMore.custom-padding {
    padding: calc(14rem * 1 / 18) calc(20rem * 1 / 18);
    border-radius: 4px;
  }
}
@media only screen and (max-width: 600px) {
  .ii__viewMore.custom-padding {
    padding: calc(14rem * 1 / 18) calc(20rem * 1 / 18);
    border-radius: 4px;
  }
}
@media only screen and (max-width: 420px) {
  .ii__viewMore.custom-padding {
    padding: calc(14rem * 1 / 18) calc(20rem * 1 / 18);
    border-radius: 4px;
  }
}
.ii__viewMore:hover {
  background-color: #6D307B;
  color: white;
}
@media only screen and (max-width: 1023px) {
  .ii__viewMore {
    display: block;
    grid-column: 1/-1;
    text-align: center;
    width: fit-content;
    margin: 59px auto 0;
    cursor: pointer;
  }
}
.ii__circle {
  width: calc(1599.974rem * 1 / 18);
  height: calc(1599.974rem * 1 / 18);
  border-radius: 50%;
  background: radial-gradient(50% 50% at 50% 50%, rgba(227, 218, 255, 0.5) 0%, rgba(227, 218, 255, 0) 100%);
  position: absolute;
  top: calc(-457rem * 1 / 18);
  left: calc(-744.83rem * 1 / 18);
  z-index: 1;
}
.ii__rectangle {
  width: calc(1920rem * 1 / 18);
  height: calc(1481.132rem * 1 / 18);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFF 70.47%);
  position: absolute;
  top: calc(-160rem * 1 / 18);
  left: 0;
  z-index: 1;
}
@media only screen and (max-width: 1023px) {
  .ii__rectangle {
    display: none;
  }
}
.ii__rectangle2 {
  width: calc(1920rem * 1 / 18);
  height: calc(220rem * 1 / 18);
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}
@media only screen and (max-width: 1023px) {
  .ii__rectangle2 {
    display: none;
  }
}
@media only screen and (max-width: 1023px) {
  .ii .divider.remove_on_mobile {
    display: none;
  }
}
.il {
  display: grid;
  grid-template-columns: 5.73% repeat(24, 1fr) 5.73%;
  column-gap: calc(20rem * 1 / 18);
  position: relative;
  margin-top: calc(100rem * 1 / 18);
}
@media only screen and (max-width: 1023px) {
  .il {
    padding-left: 32px;
    padding-right: 32px;
    grid-template-columns: repeat(4, 1fr);
    column-gap: 20px;
  }
}
@media only screen and (max-width: 600px) {
  .il {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.il__heading {
  grid-column: 4 / span 20;
  color: #3E3441;
  font-family: greycliff-cf, sans-serif;
  font-size: calc(14rem * 1 / 18 * var(--text-multiplier));
  font-style: normal;
  font-weight: 600 !important;
  line-height: calc(16rem * 1 / 18 * var(--text-multiplier));
  letter-spacing: calc(0.75rem * 1 / 18 * var(--text-multiplier));
  text-transform: uppercase;
  margin-bottom: calc(32rem * 1 / 18);
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 1023px) {
  .il__heading {
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.75px;
  }
}
@media only screen and (max-width: 1023px) {
  .il__heading {
    grid-column: 1/-1;
    margin-bottom: 50px;
  }
}
.il__firstPost {
  grid-column: 4 / span 20;
  cursor: pointer;
  display: grid;
  grid-template-columns: repeat(20, 1fr);
  column-gap: calc(20rem * 1 / 18);
  z-index: 2;
}
@media only screen and (max-width: 1023px) {
  .il__firstPost {
    grid-template-columns: repeat(4, 1fr);
    column-gap: 20px;
    grid-column: 1/-1;
  }
}
.il__firstPost-container {
  gap: calc(30rem * 1 / 18);
  grid-column: 1/-1;
  display: grid;
  grid-template-columns: repeat(20, 1fr);
  column-gap: calc(20rem * 1 / 18);
}
@media only screen and (max-width: 1023px) {
  .il__firstPost-container {
    gap: 30px;
    grid-template-columns: repeat(4, 1fr);
    column-gap: 20px;
  }
}
.il__firstPost-image {
  grid-column: 1 / span 10;
  width: calc(680rem * 1 / 18);
  height: calc(450rem * 1 / 18);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: calc(20rem * 1 / 18);
  overflow: hidden;
}
@media only screen and (max-width: 1023px) {
  .il__firstPost-image {
    width: 100%;
    max-width: 100%;
    height: 450px;
    grid-column: 1/-1;
  }
}
@media only screen and (max-width: 600px) {
  .il__firstPost-image {
    height: 300px;
  }
}
@media only screen and (max-width: 360px) {
  .il__firstPost-image {
    max-width: 320px;
  }
}
.il__firstPost-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: calc(20rem * 1 / 18);
  transition: all 0.25s ease-out;
}
@media only screen and (max-width: 1023px) {
  .il__firstPost-image img {
    border-radius: 25px;
  }
}
.il__firstPost-image.hovered img {
  transform: scale(1.05);
  filter: brightness(0.7);
}
.il__firstPost-content {
  display: flex;
  flex-direction: column;
  grid-column: 11 / span 10;
  align-self: center;
  padding-left: calc(23rem * 1 / 18);
  gap: calc(20rem * 1 / 18);
}
@media only screen and (max-width: 1023px) {
  .il__firstPost-content {
    grid-column: 1/-1;
    padding-left: 10px;
    gap: 20px;
  }
}
.il__firstPost-additional {
  margin-top: calc(20rem * 1 / 18);
  display: flex;
  justify-content: flex-start;
  gap: calc(23rem * 1 / 18);
  align-items: center;
}
@media only screen and (max-width: 1023px) {
  .il__firstPost-additional {
    gap: 23px;
    flex-wrap: wrap;
    row-gap: 5px;
  }
}
.il__firstPost-date {
  color: #57584F;
  font-family: greycliff-cf, sans-serif;
  font-size: calc(16rem * 1 / 18 * var(--text-multiplier));
  font-style: normal;
  font-weight: 500 !important;
  line-height: calc(16rem * 1 / 18 * var(--text-multiplier));
  letter-spacing: normal;
  color: #3E3441 !important;
}
@media only screen and (max-width: 1023px) {
  .il__firstPost-date {
    font-size: 16px;
    line-height: 16px;
    letter-spacing: normal;
  }
}
.il__firstPost-title {
  color: #3E3441;
  font-size: calc(36rem * 1 / 18 * var(--text-multiplier));
  font-weight: normal !important;
  line-height: calc(44rem * 1 / 18 * var(--text-multiplier));
  color: #E65621;
  font-family: greycliff-cf, sans-serif;
  font-size: calc(56rem * 1 / 18 * var(--text-multiplier));
  font-style: normal;
  font-weight: 400 !important;
  line-height: calc(64rem * 1 / 18 * var(--text-multiplier));
  letter-spacing: calc(-1rem * 1 / 18 * var(--text-multiplier));
}
@media only screen and (max-width: 1023px) {
  .il__firstPost-title {
    font-size: 36px;
    line-height: 44px;
    letter-spacing: -1px;
  }
}
@media only screen and (max-width: 1023px) {
  .il__firstPost-title {
    font-size: 48px;
    line-height: 52px;
    letter-spacing: -1px;
  }
}
.il__firstPost-title.hovered {
  text-decoration: underline;
}
.il__firstPost-excerpt {
  width: 100%;
  color: #3E3441;
  font-family: greycliff-cf, sans-serif;
  font-size: calc(22rem * 1 / 18 * var(--text-multiplier));
  font-style: normal;
  font-weight: normal !important;
  line-height: calc(32rem * 1 / 18 * var(--text-multiplier));
  letter-spacing: normal;
  max-width: calc(658rem * 1 / 18);
}
@media only screen and (max-width: 1023px) {
  .il__firstPost-excerpt {
    font-size: 18px;
    line-height: 28px;
    letter-spacing: normal;
  }
}
@media only screen and (max-width: 1023px) {
  .il__firstPost-excerpt {
    max-width: 100%;
    display: block;
  }
}
.il__firstPost-category {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: calc(23rem * 1 / 18);
  row-gap: calc(7rem * 1 / 18);
}
@media only screen and (max-width: 1023px) {
  .il__firstPost-category {
    gap: 23px;
  }
}
.il__firstPost-category.multiple-cat {
  width: 70%;
}
.il__firstPost-category > span,
.il__firstPost-category a {
  color: #E65621;
  font-family: greycliff-cf, sans-serif;
  font-size: calc(16rem * 1 / 18 * var(--text-multiplier));
  font-style: normal;
  font-weight: 500 !important;
  line-height: calc(24rem * 1 / 18 * var(--text-multiplier));
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
  position: relative;
}
@media only screen and (max-width: 1023px) {
  .il__firstPost-category > span,
  .il__firstPost-category a {
    font-size: 16px;
    line-height: 24px;
  }
}
.il__firstPost-category > span::before,
.il__firstPost-category a::before {
  content: "•";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: calc(-12.5rem * 1 / 18);
  color: #A6A6A6;
  font-family: greycliff-cf, sans-serif;
  font-size: calc(16rem * 1 / 18 * var(--text-multiplier));
  font-style: normal;
  font-weight: 500 !important;
  line-height: calc(24rem * 1 / 18 * var(--text-multiplier));
  color: #E65621;
}
@media only screen and (max-width: 1023px) {
  .il__firstPost-category > span::before,
  .il__firstPost-category a::before {
    font-size: 16px;
    line-height: 24px;
  }
}
@media only screen and (max-width: 1023px) {
  .il__firstPost-category > span::before,
  .il__firstPost-category a::before {
    left: -12.5px;
  }
}
.il__firstPost-category > span:nth-child(odd)::before,
.il__firstPost-category a:nth-child(odd)::before {
  content: "";
}
.il__firstPost-category > span:hover,
.il__firstPost-category a:hover {
  text-decoration: none;
}
.il__firstPost-category > span,
.il__firstPost-category a {
  color: #E65621;
  font-family: greycliff-cf, sans-serif;
  font-size: calc(16rem * 1 / 18 * var(--text-multiplier));
  font-style: normal;
  font-weight: 500 !important;
  line-height: calc(16rem * 1 / 18 * var(--text-multiplier));
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
@media only screen and (max-width: 1023px) {
  .il__firstPost-category > span,
  .il__firstPost-category a {
    font-size: 16px;
    line-height: 16px;
  }
}
.il__firstPost-category > span:nth-child(1)::before,
.il__firstPost-category a:nth-child(1)::before,
.il__firstPost-category > span:nth-child(4)::before,
.il__firstPost-category a:nth-child(4)::before,
.il__firstPost-category > span:nth-child(7)::before,
.il__firstPost-category a:nth-child(7)::before,
.il__firstPost-category > span:nth-child(10)::before,
.il__firstPost-category a:nth-child(10)::before {
  content: none !important;
}
.il__firstPost-category > span:nth-child(odd)::before,
.il__firstPost-category a:nth-child(odd)::before {
  content: "•";
}
.il__firstPost-category > span:hover,
.il__firstPost-category a:hover {
  text-decoration: none;
}
.il__firstPost-read {
  color: #A6A6A6;
  font-family: greycliff-cf, sans-serif;
  font-size: calc(16rem * 1 / 18 * var(--text-multiplier));
  font-style: normal;
  font-weight: 500 !important;
  line-height: calc(24rem * 1 / 18 * var(--text-multiplier));
  margin-bottom: 0 !important;
  position: relative;
}
@media only screen and (max-width: 1023px) {
  .il__firstPost-read {
    font-size: 16px;
    line-height: 24px;
  }
}
.il__firstPost-read::before {
  content: "•";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: calc(-12.5rem * 1 / 18);
  color: #A6A6A6;
  font-family: greycliff-cf, sans-serif;
  font-size: calc(16rem * 1 / 18 * var(--text-multiplier));
  font-style: normal;
  font-weight: 500 !important;
  line-height: calc(24rem * 1 / 18 * var(--text-multiplier));
}
@media only screen and (max-width: 1023px) {
  .il__firstPost-read::before {
    font-size: 16px;
    line-height: 24px;
  }
}
@media only screen and (max-width: 1023px) {
  .il__firstPost-read::before {
    left: -12.5px;
  }
}
.il__firstPost-read.one-category {
  position: relative;
}
@media only screen and (max-width: 1023px) {
  .il__firstPost-read.one-category::before {
    content: "•";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -12.5px;
  }
}
.il__search {
  grid-column: 4 / span 20;
  margin: calc(70.28rem * 1 / 18) 0;
  display: flex;
  gap: calc(21.26rem * 1 / 18);
  justify-content: flex-start;
  align-items: center;
  z-index: 3;
}
@media only screen and (max-width: 1023px) {
  .il__search {
    grid-column: 1/-1;
    margin: 70px 0;
    gap: 21px;
  }
}
.il__search form,
.il__search .form {
  width: 100%;
  max-width: calc(259.242rem * 1 / 18);
  height: calc(40rem * 1 / 18);
  border-radius: calc(8rem * 1 / 18);
  background-color: #3E3441;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
}
@media only screen and (max-width: 1023px) {
  .il__search form,
  .il__search .form {
    max-width: 100%;
    height: 40px;
    border-radius: 8px;
  }
}
.il__search-selection {
  border: none;
  background-color: transparent;
  color: #3E3441;
  font-family: greycliff-cf, sans-serif;
  font-size: calc(14rem * 1 / 18 * var(--text-multiplier));
  font-style: normal;
  font-weight: 600 !important;
  line-height: calc(16rem * 1 / 18 * var(--text-multiplier));
  letter-spacing: calc(0.75rem * 1 / 18 * var(--text-multiplier));
  text-transform: uppercase;
  color: #D4D4D4 !important;
  font-weight: 500 !important;
  width: 100%;
  font-style: italic;
  padding: 0 calc(58.91rem * 1 / 18) 0 calc(13.06rem * 1 / 18);
  cursor: pointer;
  position: relative;
}
@media only screen and (max-width: 1023px) {
  .il__search-selection {
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.75px;
  }
}
@media only screen and (max-width: 1023px) {
  .il__search-selection {
    padding: 0 58.91px 0 13.06px;
  }
}
.il__search-selection::after {
  content: "";
  position: absolute;
  top: 50%;
  right: calc(13.06rem * 1 / 18);
  transform: translateY(-50%);
  width: calc(11rem * 1 / 18);
  height: calc(7rem * 1 / 18);
  background-image: url("../images/icons/light-gray-arrow-down-v2.svg");
  background-size: cover;
  background-repeat: no-repeat;
  transition: all 0.25s ease-out;
}
@media only screen and (max-width: 1023px) {
  .il__search-selection::after {
    right: 13.06px;
    width: 11px;
    height: 7px;
  }
}
.il__search-selection.expanded::after {
  transform: translateY(-50%) rotate(180deg);
}
.il__search-options {
  position: absolute;
  top: calc(40.75rem * 1 / 18);
  left: 0;
  width: 100%;
  max-width: calc(259.242rem * 1 / 18);
  border-radius: calc(8rem * 1 / 18);
  background-color: #3E3441;
  flex-direction: column;
  gap: calc(5rem * 1 / 18);
  justify-content: flex-start;
  align-items: flex-start;
  z-index: 3;
  display: flex;
  height: auto;
  max-height: 0;
  transition: all 0.25s ease-out;
}
@media only screen and (max-width: 1023px) {
  .il__search-options {
    top: 40.75px;
    max-width: 100%;
    border-radius: 8px;
    gap: 5px;
  }
}
.il__search-options > span {
  color: #3E3441;
  font-family: greycliff-cf, sans-serif;
  font-size: calc(14rem * 1 / 18 * var(--text-multiplier));
  font-style: normal;
  font-weight: 600 !important;
  line-height: calc(16rem * 1 / 18 * var(--text-multiplier));
  letter-spacing: calc(0.75rem * 1 / 18 * var(--text-multiplier));
  text-transform: uppercase;
  color: #D4D4D4 !important;
  font-weight: 500 !important;
  font-style: italic;
  padding: calc(10rem * 1 / 18) calc(20rem * 1 / 18);
  cursor: pointer;
  display: none;
  width: 100%;
}
@media only screen and (max-width: 1023px) {
  .il__search-options > span {
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.75px;
  }
}
@media only screen and (max-width: 1023px) {
  .il__search-options > span {
    padding: 10px 20px;
  }
}
.il__search-options > span:hover {
  background-color: #D4D4D4;
  color: #3E3441 !important;
}
.il__search-options.show {
  max-height: 1000px;
  padding: calc(10rem * 1 / 18) 0;
}
@media only screen and (max-width: 1023px) {
  .il__search-options.show {
    padding: 10px 0;
  }
}
.il__search-options.show > span {
  display: block;
}
.il__posts {
  grid-column: 4 / span 20;
  display: grid;
  grid-template-columns: repeat(20, 1fr);
  column-gap: calc(20rem * 1 / 18);
  row-gap: calc(80rem * 1 / 18);
  position: relative;
  z-index: 2;
  margin-bottom: calc(100rem * 1 / 18);
}
@media only screen and (max-width: 1023px) {
  .il__posts {
    grid-column: 1/-1;
    grid-template-columns: repeat(4, 1fr);
    column-gap: 20px;
    row-gap: 40px;
  }
}
.il__post {
  cursor: pointer;
}
.il__post.hide {
  display: none;
}
.il__post:nth-child(4n+1) {
  grid-column: 1 / span 5;
}
@media only screen and (max-width: 1023px) {
  .il__post:nth-child(4n+1) {
    grid-column: 1/-1;
  }
}
.il__post:nth-child(4n+2) {
  grid-column: 6 / span 5;
}
@media only screen and (max-width: 1023px) {
  .il__post:nth-child(4n+2) {
    grid-column: 1/-1;
  }
}
.il__post:nth-child(4n+3) {
  grid-column: 11 / span 5;
}
@media only screen and (max-width: 1023px) {
  .il__post:nth-child(4n+3) {
    grid-column: 1/-1;
    display: none;
  }
  .il__post:nth-child(4n+3).show {
    display: block;
  }
}
.il__post:nth-child(4n+4) {
  grid-column: 16 / span 5;
}
@media only screen and (max-width: 1023px) {
  .il__post:nth-child(4n+4) {
    grid-column: 1/-1;
    display: none;
  }
  .il__post:nth-child(4n+4).show {
    display: block;
  }
}
.il__post-container {
  display: flex;
  flex-direction: column;
  gap: calc(30rem * 1 / 18);
}
@media only screen and (max-width: 1023px) {
  .il__post-container {
    gap: 30px;
  }
}
.il__post-image {
  width: calc(330rem * 1 / 18);
  height: calc(220rem * 1 / 18);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: calc(20rem * 1 / 18);
  overflow: hidden;
}
@media only screen and (max-width: 1023px) {
  .il__post-image {
    width: 100%;
    max-width: 100%;
    height: 320px;
    border-radius: 25px;
  }
}
@media only screen and (max-width: 600px) {
  .il__post-image {
    height: 250px;
  }
}
@media only screen and (max-width: 360px) {
  .il__post-image {
    max-width: 320px;
  }
}
.il__post-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: calc(20rem * 1 / 18);
  transition: all 0.25s ease-out;
}
@media only screen and (max-width: 1023px) {
  .il__post-image img {
    border-radius: 25px;
  }
}
.il__post-image.hovered img {
  transform: scale(1.05);
  filter: brightness(0.7);
}
.il__post-content {
  display: flex;
  flex-direction: column;
  gap: calc(10rem * 1 / 18);
}
@media only screen and (max-width: 1023px) {
  .il__post-content {
    gap: 10px;
  }
}
.il__post-additional {
  margin-top: calc(20rem * 1 / 18);
}
@media only screen and (max-width: 1023px) {
  .il__post-additional {
    margin-top: 20px;
    display: flex;
    justify-content: flex-start;
    gap: 23px;
    align-items: center;
    flex-wrap: wrap;
    row-gap: 5px;
  }
}
.il__post-date {
  color: #57584F;
  font-family: greycliff-cf, sans-serif;
  font-size: calc(16rem * 1 / 18 * var(--text-multiplier));
  font-style: normal;
  font-weight: 500 !important;
  line-height: calc(16rem * 1 / 18 * var(--text-multiplier));
  letter-spacing: normal;
}
@media only screen and (max-width: 1023px) {
  .il__post-date {
    font-size: 16px;
    line-height: 16px;
    letter-spacing: normal;
  }
}
.il__post-title {
  color: #3E3441;
  font-family: greycliff-cf, sans-serif;
  font-size: calc(36rem * 1 / 18 * var(--text-multiplier));
  font-style: normal;
  font-weight: normal !important;
  line-height: calc(44rem * 1 / 18 * var(--text-multiplier));
  letter-spacing: calc(-1rem * 1 / 18 * var(--text-multiplier));
}
@media only screen and (max-width: 1023px) {
  .il__post-title {
    font-size: 36px;
    line-height: 44px;
    letter-spacing: -1px;
  }
}
.il__post-title.hovered {
  text-decoration: underline;
}
.il__post-excerpt {
  color: #3E3441;
  font-family: greycliff-cf, sans-serif;
  font-size: calc(17rem * 1 / 18 * var(--text-multiplier));
  font-style: normal;
  font-weight: normal !important;
  line-height: calc(26rem * 1 / 18 * var(--text-multiplier));
  letter-spacing: normal;
  width: 100%;
  max-width: calc(310rem * 1 / 18);
}
@media only screen and (max-width: 1023px) {
  .il__post-excerpt {
    font-size: 17px;
    line-height: 26px;
    letter-spacing: normal;
  }
}
@media only screen and (max-width: 1023px) {
  .il__post-excerpt {
    max-width: 100%;
    display: none;
  }
}
.il__post-category {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: calc(23rem * 1 / 18);
  row-gap: calc(7rem * 1 / 18);
}
@media only screen and (max-width: 1023px) {
  .il__post-category {
    gap: 16px;
    row-gap: 7px;
  }
}
.il__post-category > span,
.il__post-category a {
  color: #E65621;
  font-family: greycliff-cf, sans-serif;
  font-size: calc(16rem * 1 / 18 * var(--text-multiplier));
  font-style: normal;
  font-weight: 500 !important;
  line-height: calc(24rem * 1 / 18 * var(--text-multiplier));
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
  position: relative;
}
@media only screen and (max-width: 1023px) {
  .il__post-category > span,
  .il__post-category a {
    font-size: 16px;
    line-height: 24px;
  }
}
.il__post-category > span::before,
.il__post-category a::before {
  content: "•";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: calc(-12.5rem * 1 / 18);
  color: #A6A6A6;
  font-family: greycliff-cf, sans-serif;
  font-size: calc(16rem * 1 / 18 * var(--text-multiplier));
  font-style: normal;
  font-weight: 500 !important;
  line-height: calc(24rem * 1 / 18 * var(--text-multiplier));
  color: #E65621;
}
@media only screen and (max-width: 1023px) {
  .il__post-category > span::before,
  .il__post-category a::before {
    font-size: 16px;
    line-height: 24px;
  }
}
@media only screen and (max-width: 1023px) {
  .il__post-category > span::before,
  .il__post-category a::before {
    left: -12.5px;
  }
}
.il__post-category > span:nth-child(1)::before,
.il__post-category a:nth-child(1)::before,
.il__post-category > span:nth-child(3)::before,
.il__post-category a:nth-child(3)::before,
.il__post-category > span:nth-child(5)::before,
.il__post-category a:nth-child(5)::before,
.il__post-category > span:nth-child(7)::before,
.il__post-category a:nth-child(7)::before {
  content: none !important;
}
.il__post-category > span:hover,
.il__post-category a:hover {
  text-decoration: none;
}
.il__post-read {
  color: #A6A6A6;
  font-family: greycliff-cf, sans-serif;
  font-size: calc(16rem * 1 / 18 * var(--text-multiplier));
  font-style: normal;
  font-weight: 500 !important;
  line-height: calc(24rem * 1 / 18 * var(--text-multiplier));
  margin-bottom: 0 !important;
}
@media only screen and (max-width: 1023px) {
  .il__post-read {
    font-size: 16px;
    line-height: 24px;
  }
}
.il__post-read.one-category {
  position: relative;
}
@media only screen and (max-width: 1023px) {
  .il__post-read.one-category::before {
    content: "•";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -12.5px;
  }
}
.il__loadMore {
  grid-column: 1 / -1;
  width: calc(1920rem * 1 / 18);
  height: calc(657.711rem * 1 / 18);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFF 70.47%);
  position: absolute;
  bottom: calc(96.85rem * 1 / 18);
  z-index: 3;
}
@media only screen and (max-width: 1023px) {
  .il__loadMore {
    width: 100%;
    height: 300px;
    bottom: 0;
  }
}
.il__loadMore-button {
  position: absolute;
  bottom: calc(98rem * 1 / 18);
  left: 50%;
  transform: translateX(-50%);
  border-radius: calc(25rem * 1 / 18);
  background-color: #3E3441;
  color: white;
  width: auto;
  padding: calc(14rem * 1 / 18) calc(20rem * 1 / 18);
  text-decoration: none;
  font-family: canada-type-gibson, sans-serif;
  font-size: calc(17rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(24rem * 1 / 18 * var(--text-multiplier));
  font-weight: 600 !important;
  line-height: normal;
  text-align: center;
  cursor: pointer;
  letter-spacing: 0;
  transition: all 0.25s ease-out;
  width: 100%;
  max-width: calc(134rem * 1 / 18);
}
@media only screen and (max-width: 1023px) {
  .il__loadMore-button {
    font-size: 17px;
    line-height: 24px;
  }
}
@media only screen and (max-width: 1023px) {
  .il__loadMore-button:not(.custom-padding) {
    padding: 14px 28px;
    border-radius: 25px;
  }
}
@media only screen and (max-width: 420px) {
  .il__loadMore-button:not(.custom-padding) {
    padding: 14px 28px;
    border-radius: 25px;
  }
}
@media only screen and (max-width: 1023px) {
  .il__loadMore-button.custom-padding {
    padding: calc(14rem * 1 / 18) calc(20rem * 1 / 18);
    border-radius: 4px;
  }
}
@media only screen and (max-width: 600px) {
  .il__loadMore-button.custom-padding {
    padding: calc(14rem * 1 / 18) calc(20rem * 1 / 18);
    border-radius: 4px;
  }
}
@media only screen and (max-width: 420px) {
  .il__loadMore-button.custom-padding {
    padding: calc(14rem * 1 / 18) calc(20rem * 1 / 18);
    border-radius: 4px;
  }
}
.il__loadMore-button:hover {
  background-color: #6D307B;
  color: white;
}
@media only screen and (max-width: 1023px) {
  .il__loadMore-button {
    bottom: 40px;
    max-width: fit-content;
  }
}
.il__loadMore-container {
  position: absolute;
  bottom: calc(98rem * 1 / 18);
  left: 50%;
  transform: translateX(-50%);
}
@media only screen and (max-width: 1023px) {
  .il__loadMore-container {
    bottom: 40px;
  }
}
.il__loadMore-container.hidden {
  display: none;
}
.il__rectangle-top {
  width: calc(1920rem * 1 / 18);
  height: calc(997.708rem * 1 / 18);
  opacity: 0.5;
  background: radial-gradient(301.56% 127.72% at 98.74% 0%, rgba(250, 239, 234, 0.9) 0%, rgba(255, 239, 160, 0.27) 29.18%, rgba(250, 239, 234, 0.9) 56%, rgba(255, 199, 179, 0.45) 77.4%, rgba(227, 218, 255, 0.45) 100%);
  position: absolute;
  top: calc(-280rem * 1 / 18);
  z-index: 1;
}
@media only screen and (max-width: 1023px) {
  .il__rectangle-top {
    width: 100%;
    top: -1.2%;
    height: 997.708px;
  }
}
.il__rectangle-center {
  width: calc(1920rem * 1 / 18);
  height: calc(690.57rem * 1 / 18);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFF 70.47%);
  position: absolute;
  bottom: calc(345.71rem * 1 / 18);
  z-index: 1;
}
.il__rectangle-bottom {
  width: calc(1920rem * 1 / 18);
  height: calc(883.787rem * 1 / 18);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFF 70.47%);
  position: absolute;
  bottom: calc(-577.08rem * 1 / 18);
  z-index: 1;
}
.il__ellipse-big--top {
  width: calc(1599.974rem * 1 / 18);
  height: calc(1599.974rem * 1 / 18);
  border-radius: calc(1599.974rem * 1 / 18);
  opacity: 0.5;
  background: radial-gradient(50% 50% at 50% 50%, rgba(227, 218, 255, 0.5) 0%, rgba(227, 218, 255, 0) 100%);
  position: absolute;
  top: calc(-652.02rem * 1 / 18);
  left: calc(-614.15rem * 1 / 18);
  z-index: 1;
}
.il__ellipse-big--bottom {
  width: calc(1599.974rem * 1 / 18);
  height: calc(1599.974rem * 1 / 18);
  border-radius: calc(1599.974rem * 1 / 18);
  background: radial-gradient(50% 50% at 50% 50%, #FAEFEA 0%, rgba(250, 239, 234, 0) 100%);
  position: absolute;
  top: calc(985.44rem * 1 / 18);
  right: calc(-681.97rem * 1 / 18);
  z-index: 1;
}
.il__ellipse-small {
  width: calc(1078.944rem * 1 / 18);
  height: calc(1078.944rem * 1 / 18);
  border-radius: calc(1078.944rem * 1 / 18);
  opacity: 0.5;
  background: radial-gradient(50% 50% at 50% 50%, #FAEFEA 0%, rgba(250, 239, 234, 0) 100%);
  position: absolute;
  top: calc(-500.71rem * 1 / 18);
  left: calc(425rem * 1 / 18);
  z-index: 1;
}
.il .loader {
  width: 50px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(farthest-side, #FF4D00 94%, #0000) top / 8px 8px no-repeat, conic-gradient(#0000 30%, #FF4D00);
  -webkit-mask: radial-gradient(farthest-side, #0000 calc(100% - 8px), #000 0);
  animation: l13 1s infinite linear;
}
@keyframes l13 {
  100% {
    transform: rotate(1turn);
  }
}
.is {
  display: grid;
  grid-template-columns: 5.73% repeat(24, 1fr) 5.73%;
  column-gap: calc(20rem * 1 / 18);
  position: relative;
}
@media only screen and (max-width: 1023px) {
  .is {
    padding-left: 32px;
    padding-right: 32px;
    grid-template-columns: repeat(4, 1fr);
    column-gap: 20px;
  }
}
@media only screen and (max-width: 600px) {
  .is {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.is.notFound {
  height: calc(500rem * 1 / 18);
  align-items: center;
}
@media only screen and (max-width: 1023px) {
  .is.notFound {
    height: 500px;
  }
}
.is__back {
  grid-column: 4 / span 20;
  display: flex;
  gap: calc(17.7rem * 1 / 18);
  align-items: center;
  cursor: pointer;
}
@media only screen and (max-width: 1023px) {
  .is__back {
    grid-column: 1/-1;
    gap: 18px;
  }
}
.is__back img {
  width: calc(49.299rem * 1 / 18);
  height: calc(49.299rem * 1 / 18);
  object-fit: contain;
}
@media only screen and (max-width: 1023px) {
  .is__back img {
    width: 50px;
    height: 50px;
  }
}
.is__back span {
  color: #3E3441;
  font-family: greycliff-cf, sans-serif;
  font-size: calc(14rem * 1 / 18 * var(--text-multiplier));
  font-style: normal;
  font-weight: 600 !important;
  line-height: calc(16rem * 1 / 18 * var(--text-multiplier));
  letter-spacing: calc(0.75rem * 1 / 18 * var(--text-multiplier));
  text-transform: uppercase;
}
@media only screen and (max-width: 1023px) {
  .is__back span {
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.75px;
  }
}
.is__search {
  grid-column: 4 / span 20;
  margin: calc(35.7rem * 1 / 18) 0 calc(70.28rem * 1 / 18);
  display: flex;
  gap: calc(21.26rem * 1 / 18);
  justify-content: flex-start;
  align-items: center;
  z-index: 3;
}
@media only screen and (max-width: 1023px) {
  .is__search {
    grid-column: 1/-1;
    margin: 35px 0 70px;
    gap: 21px;
  }
}
.is__search .form {
  width: 100%;
  max-width: calc(259.242rem * 1 / 18);
  height: calc(40rem * 1 / 18);
  border-radius: calc(8rem * 1 / 18);
  background-color: #3E3441;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
}
@media only screen and (max-width: 1023px) {
  .is__search .form {
    max-width: 100%;
    height: 40px;
    border-radius: 8px;
  }
}
.is__search-selection {
  border: none;
  background-color: transparent;
  color: #3E3441;
  font-family: greycliff-cf, sans-serif;
  font-size: calc(14rem * 1 / 18 * var(--text-multiplier));
  font-style: normal;
  font-weight: 600 !important;
  line-height: calc(16rem * 1 / 18 * var(--text-multiplier));
  letter-spacing: calc(0.75rem * 1 / 18 * var(--text-multiplier));
  text-transform: uppercase;
  color: #D4D4D4 !important;
  font-weight: 500 !important;
  width: 100%;
  font-style: italic;
  padding: 0 calc(58.91rem * 1 / 18) 0 calc(13.06rem * 1 / 18);
  cursor: pointer;
  position: relative;
}
@media only screen and (max-width: 1023px) {
  .is__search-selection {
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.75px;
  }
}
@media only screen and (max-width: 1023px) {
  .is__search-selection {
    padding: 0 58.91px 0 13.06px;
  }
}
.is__search-selection::after {
  content: "";
  position: absolute;
  top: 50%;
  right: calc(13.06rem * 1 / 18);
  transform: translateY(-50%);
  width: calc(11rem * 1 / 18);
  height: calc(7rem * 1 / 18);
  background-image: url("../images/icons/light-gray-arrow-down-v2.svg");
  background-size: cover;
  background-repeat: no-repeat;
  transition: all 0.25s ease-out;
}
@media only screen and (max-width: 1023px) {
  .is__search-selection::after {
    right: 13.06px;
    width: 11px;
    height: 7px;
  }
}
.is__search-selection.expanded::after {
  transform: translateY(-50%) rotate(180deg);
}
.is__search-options {
  position: absolute;
  top: calc(40.75rem * 1 / 18);
  left: 0;
  width: 100%;
  max-width: calc(259.242rem * 1 / 18);
  border-radius: calc(8rem * 1 / 18);
  background-color: #3E3441;
  flex-direction: column;
  gap: calc(5rem * 1 / 18);
  justify-content: flex-start;
  align-items: flex-start;
  z-index: 3;
  display: flex;
  height: auto;
  max-height: 0;
  transition: all 0.25s ease-out;
}
@media only screen and (max-width: 1023px) {
  .is__search-options {
    top: 40.75px;
    max-width: 100%;
    border-radius: 8px;
    gap: 5px;
  }
}
.is__search-options > span {
  color: #3E3441;
  font-family: greycliff-cf, sans-serif;
  font-size: calc(14rem * 1 / 18 * var(--text-multiplier));
  font-style: normal;
  font-weight: 600 !important;
  line-height: calc(16rem * 1 / 18 * var(--text-multiplier));
  letter-spacing: calc(0.75rem * 1 / 18 * var(--text-multiplier));
  text-transform: uppercase;
  color: #D4D4D4 !important;
  font-weight: 500 !important;
  font-style: italic;
  padding: calc(10rem * 1 / 18) calc(20rem * 1 / 18);
  cursor: pointer;
  display: none;
  width: 100%;
}
@media only screen and (max-width: 1023px) {
  .is__search-options > span {
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.75px;
  }
}
@media only screen and (max-width: 1023px) {
  .is__search-options > span {
    padding: 10px 20px;
  }
}
.is__search-options > span:hover {
  background-color: #D4D4D4;
  color: #3E3441 !important;
}
.is__search-options.show {
  max-height: 1000px;
  padding: calc(10rem * 1 / 18) 0;
}
@media only screen and (max-width: 1023px) {
  .is__search-options.show {
    padding: 10px 0;
  }
}
.is__search-options.show > span {
  display: block;
}
.is__posts {
  grid-column: 4 / span 20;
  display: grid;
  grid-template-columns: repeat(20, 1fr);
  column-gap: calc(20rem * 1 / 18);
  row-gap: calc(80rem * 1 / 18);
  position: relative;
  z-index: 2;
  margin-bottom: calc(100rem * 1 / 18);
}
@media only screen and (max-width: 1023px) {
  .is__posts {
    grid-column: 1/-1;
    grid-template-columns: repeat(4, 1fr);
    column-gap: 20px;
    row-gap: 40px;
  }
}
.is__post {
  cursor: pointer;
}
.is__post.hide {
  display: none;
}
.is__post:nth-child(4n+1) {
  grid-column: 1 / span 5;
}
@media only screen and (max-width: 1023px) {
  .is__post:nth-child(4n+1) {
    grid-column: 1/-1;
  }
}
.is__post:nth-child(4n+2) {
  grid-column: 6 / span 5;
}
@media only screen and (max-width: 1023px) {
  .is__post:nth-child(4n+2) {
    grid-column: 1/-1;
  }
}
.is__post:nth-child(4n+3) {
  grid-column: 11 / span 5;
}
@media only screen and (max-width: 1023px) {
  .is__post:nth-child(4n+3) {
    grid-column: 1/-1;
    display: none;
  }
  .is__post:nth-child(4n+3).show {
    display: block;
  }
}
.is__post:nth-child(4n+4) {
  grid-column: 16 / span 5;
}
@media only screen and (max-width: 1023px) {
  .is__post:nth-child(4n+4) {
    grid-column: 1/-1;
    display: none;
  }
  .is__post:nth-child(4n+4).show {
    display: block;
  }
}
.is__post-container {
  display: flex;
  flex-direction: column;
  gap: calc(30rem * 1 / 18);
}
@media only screen and (max-width: 1023px) {
  .is__post-container {
    gap: 30px;
  }
}
.is__post-image {
  width: calc(330rem * 1 / 18);
  height: calc(220rem * 1 / 18);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: calc(20rem * 1 / 18);
  overflow: hidden;
}
@media only screen and (max-width: 1023px) {
  .is__post-image {
    width: 100%;
    max-width: 100%;
    height: 320px;
    border-radius: 25px;
  }
}
@media only screen and (max-width: 600px) {
  .is__post-image {
    height: 250px;
  }
}
@media only screen and (max-width: 360px) {
  .is__post-image {
    max-width: 320px;
  }
}
.is__post-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: calc(20rem * 1 / 18);
  transition: all 0.25s ease-out;
}
@media only screen and (max-width: 1023px) {
  .is__post-image img {
    border-radius: 20px;
  }
}
.is__post-image.hovered img {
  transform: scale(1.05);
  filter: brightness(0.7);
}
.is__post-content {
  display: flex;
  flex-direction: column;
  gap: calc(10rem * 1 / 18);
}
@media only screen and (max-width: 1023px) {
  .is__post-content {
    gap: 10px;
  }
}
.is__post-additional {
  margin-top: calc(20rem * 1 / 18);
}
@media only screen and (max-width: 1023px) {
  .is__post-additional {
    margin-top: 20px;
    display: flex;
    justify-content: flex-start;
    gap: 23px;
    align-items: center;
    flex-wrap: wrap;
    row-gap: 5px;
  }
}
.is__post-date {
  color: #57584F;
  font-family: greycliff-cf, sans-serif;
  font-size: calc(16rem * 1 / 18 * var(--text-multiplier));
  font-style: normal;
  font-weight: 500 !important;
  line-height: calc(16rem * 1 / 18 * var(--text-multiplier));
  letter-spacing: normal;
}
@media only screen and (max-width: 1023px) {
  .is__post-date {
    font-size: 16px;
    line-height: 16px;
    letter-spacing: normal;
  }
}
.is__post-title {
  color: #3E3441;
  font-family: greycliff-cf, sans-serif;
  font-size: calc(36rem * 1 / 18 * var(--text-multiplier));
  font-style: normal;
  font-weight: normal !important;
  line-height: calc(44rem * 1 / 18 * var(--text-multiplier));
  letter-spacing: calc(-1rem * 1 / 18 * var(--text-multiplier));
}
@media only screen and (max-width: 1023px) {
  .is__post-title {
    font-size: 36px;
    line-height: 44px;
    letter-spacing: -1px;
  }
}
.is__post-title.hovered {
  text-decoration: underline;
}
.is__post-excerpt {
  color: #3E3441;
  font-family: greycliff-cf, sans-serif;
  font-size: calc(17rem * 1 / 18 * var(--text-multiplier));
  font-style: normal;
  font-weight: normal !important;
  line-height: calc(26rem * 1 / 18 * var(--text-multiplier));
  letter-spacing: normal;
  width: 100%;
  max-width: calc(310rem * 1 / 18);
}
@media only screen and (max-width: 1023px) {
  .is__post-excerpt {
    font-size: 17px;
    line-height: 26px;
    letter-spacing: normal;
  }
}
@media only screen and (max-width: 1023px) {
  .is__post-excerpt {
    max-width: 100%;
    display: none;
  }
}
.is__post-category {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: calc(23rem * 1 / 18);
  row-gap: calc(7rem * 1 / 18);
}
@media only screen and (max-width: 1023px) {
  .is__post-category {
    gap: 16px;
    row-gap: 7px;
  }
}
.is__post-category > span,
.is__post-category a {
  color: #E65621;
  font-family: greycliff-cf, sans-serif;
  font-size: calc(16rem * 1 / 18 * var(--text-multiplier));
  font-style: normal;
  font-weight: 500 !important;
  line-height: calc(24rem * 1 / 18 * var(--text-multiplier));
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
  position: relative;
}
@media only screen and (max-width: 1023px) {
  .is__post-category > span,
  .is__post-category a {
    font-size: 16px;
    line-height: 24px;
  }
}
.is__post-category > span::before,
.is__post-category a::before {
  content: "•";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: calc(-12.5rem * 1 / 18);
  color: #A6A6A6;
  font-family: greycliff-cf, sans-serif;
  font-size: calc(16rem * 1 / 18 * var(--text-multiplier));
  font-style: normal;
  font-weight: 500 !important;
  line-height: calc(24rem * 1 / 18 * var(--text-multiplier));
  color: #E65621;
}
@media only screen and (max-width: 1023px) {
  .is__post-category > span::before,
  .is__post-category a::before {
    font-size: 16px;
    line-height: 24px;
  }
}
@media only screen and (max-width: 1023px) {
  .is__post-category > span::before,
  .is__post-category a::before {
    left: -12.5px;
  }
}
.is__post-category > span:nth-child(odd)::before,
.is__post-category a:nth-child(odd)::before {
  content: "";
}
.is__post-category > span:hover,
.is__post-category a:hover {
  text-decoration: none;
}
.is__post-read {
  color: #A6A6A6;
  font-family: greycliff-cf, sans-serif;
  font-size: calc(16rem * 1 / 18 * var(--text-multiplier));
  font-style: normal;
  font-weight: 500 !important;
  line-height: calc(24rem * 1 / 18 * var(--text-multiplier));
  margin-bottom: 0 !important;
}
@media only screen and (max-width: 1023px) {
  .is__post-read {
    font-size: 16px;
    line-height: 24px;
  }
}
.is__post-read.one-category {
  position: relative;
}
@media only screen and (max-width: 1023px) {
  .is__post-read.one-category::before {
    content: "•";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -12.5px;
  }
}
.is__loadMore {
  grid-column: 1 / -1;
  width: calc(1920rem * 1 / 18);
  height: calc(657.711rem * 1 / 18);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFF 70.47%);
  position: absolute;
  bottom: calc(96.85rem * 1 / 18);
  z-index: 3;
}
@media only screen and (max-width: 1023px) {
  .is__loadMore {
    width: 100%;
    height: 300px;
    bottom: 0px;
  }
}
.is__loadMore-button {
  position: absolute;
  bottom: calc(98rem * 1 / 18);
  left: 50%;
  transform: translateX(-50%);
  border-radius: calc(25rem * 1 / 18);
  background-color: #3E3441;
  color: white;
  width: auto;
  padding: calc(14rem * 1 / 18) calc(20rem * 1 / 18);
  text-decoration: none;
  font-family: canada-type-gibson, sans-serif;
  font-size: calc(17rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(24rem * 1 / 18 * var(--text-multiplier));
  font-weight: 600 !important;
  line-height: normal;
  text-align: center;
  cursor: pointer;
  letter-spacing: 0;
  transition: all 0.25s ease-out;
  width: 100%;
  max-width: calc(134rem * 1 / 18);
}
@media only screen and (max-width: 1023px) {
  .is__loadMore-button {
    font-size: 17px;
    line-height: 24px;
  }
}
@media only screen and (max-width: 1023px) {
  .is__loadMore-button:not(.custom-padding) {
    padding: 14px 28px;
    border-radius: 25px;
  }
}
@media only screen and (max-width: 420px) {
  .is__loadMore-button:not(.custom-padding) {
    padding: 14px 28px;
    border-radius: 25px;
  }
}
@media only screen and (max-width: 1023px) {
  .is__loadMore-button.custom-padding {
    padding: calc(14rem * 1 / 18) calc(20rem * 1 / 18);
    border-radius: 4px;
  }
}
@media only screen and (max-width: 600px) {
  .is__loadMore-button.custom-padding {
    padding: calc(14rem * 1 / 18) calc(20rem * 1 / 18);
    border-radius: 4px;
  }
}
@media only screen and (max-width: 420px) {
  .is__loadMore-button.custom-padding {
    padding: calc(14rem * 1 / 18) calc(20rem * 1 / 18);
    border-radius: 4px;
  }
}
.is__loadMore-button:hover {
  background-color: #6D307B;
  color: white;
}
@media only screen and (max-width: 1023px) {
  .is__loadMore-button {
    bottom: 40px;
    max-width: fit-content;
  }
}
.is__loadMore-container {
  position: absolute;
  bottom: calc(98rem * 1 / 18);
  left: 50%;
  transform: translateX(-50%);
}
@media only screen and (max-width: 1023px) {
  .is__loadMore-container {
    bottom: 40px;
  }
}
.is__loadMore-container.hidden {
  display: none;
}
.is__categoryNotFound {
  grid-column: 4 / span 20;
  text-align: center;
  font-size: calc(22rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(32rem * 1 / 18 * var(--text-multiplier));
}
@media only screen and (max-width: 1023px) {
  .is__categoryNotFound {
    font-size: 22px;
    line-height: 32px;
  }
}
@media only screen and (max-width: 1023px) {
  .is__categoryNotFound {
    grid-column: 1 / -1;
    margin-top: 100px;
  }
}
.is__categoryNotFound a {
  font-size: calc(22rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(32rem * 1 / 18 * var(--text-multiplier));
  color: #E65621;
  text-decoration: underline;
}
@media only screen and (max-width: 1023px) {
  .is__categoryNotFound a {
    font-size: 22px;
    line-height: 32px;
  }
}
.is .loader {
  width: 50px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(farthest-side, #FF4D00 94%, #0000) top / 8px 8px no-repeat, conic-gradient(#0000 30%, #FF4D00);
  -webkit-mask: radial-gradient(farthest-side, #0000 calc(100% - 8px), #000 0);
  animation: l13 1s infinite linear;
}
@keyframes l13 {
  100% {
    transform: rotate(1turn);
  }
}
.itct {
  display: grid;
  grid-template-columns: 5.73% repeat(24, 1fr) 5.73%;
  column-gap: calc(20rem * 1 / 18);
  position: relative;
  margin-top: calc(81rem * 1 / 18);
}
@media only screen and (max-width: 1023px) {
  .itct {
    padding-left: 32px;
    padding-right: 32px;
    grid-template-columns: repeat(4, 1fr);
    column-gap: 20px;
  }
}
@media only screen and (max-width: 600px) {
  .itct {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (max-width: 1023px) {
  .itct {
    margin-top: 81px;
  }
}
.itct.no-margin-top {
  margin-top: 0;
}
@media only screen and (max-width: 1023px) {
  .itct.no-margin-top {
    margin-top: 0;
  }
}
.itct__text {
  grid-column: 8 / span 12;
  text-align: center;
  margin-bottom: calc(51.5rem * 1 / 18);
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 1023px) {
  .itct__text {
    grid-column: 1 / -1;
    margin-bottom: 50px;
  }
}
.itct__text.dark-mode {
  padding-bottom: calc(35.5rem * 1 / 18);
}
@media only screen and (max-width: 1023px) {
  .itct__text.dark-mode {
    padding-bottom: 35px;
  }
}
.itct__text-subheading {
  color: #3E3441;
  font-family: greycliff-cf, sans-serif;
  font-size: calc(14rem * 1 / 18 * var(--text-multiplier));
  font-style: normal;
  font-weight: 600 !important;
  line-height: calc(16rem * 1 / 18 * var(--text-multiplier));
  letter-spacing: calc(0.75rem * 1 / 18 * var(--text-multiplier));
  text-transform: uppercase;
  padding-bottom: calc(20rem * 1 / 18);
}
@media only screen and (max-width: 1023px) {
  .itct__text-subheading {
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.75px;
  }
}
@media only screen and (max-width: 1023px) {
  .itct__text-subheading {
    padding-bottom: 20px;
  }
}
.itct__text-subheading.dark-mode {
  color: #F0EFEF;
}
.itct__text-heading > * {
  font-family: greycliff-cf, sans-serif;
  font-size: calc(48rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(64rem * 1 / 18 * var(--text-multiplier));
  letter-spacing: unset;
  font-weight: normal;
  color: #FF4D00;
}
@media only screen and (max-width: 1023px) {
  .itct__text-heading > * {
    font-size: 28px !important;
    line-height: 32px !important;
    letter-spacing: unset;
  }
}
.itct__text-heading.dark-mode {
  padding-bottom: calc(10rem * 1 / 18);
}
@media only screen and (max-width: 1023px) {
  .itct__text-heading.dark-mode {
    padding-bottom: 10px;
  }
}
.itct__text-heading.dark-mode > * {
  font-family: greycliff-cf, sans-serif;
  font-size: calc(48rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(72rem * 1 / 18 * var(--text-multiplier));
  letter-spacing: unset;
  font-weight: normal;
  color: #FF4D00;
  color: #F0EFEF !important;
}
@media only screen and (max-width: 1023px) {
  .itct__text-heading.dark-mode > * {
    font-size: 48px;
    line-height: 72px;
    letter-spacing: unset;
  }
}
.itct__text-description > * {
  color: #3E3441;
  font-family: greycliff-cf, sans-serif;
  font-size: calc(18rem * 1 / 18 * var(--text-multiplier));
  font-style: normal;
  font-weight: 400;
  line-height: calc(30rem * 1 / 18 * var(--text-multiplier));
  letter-spacing: unset;
}
@media only screen and (max-width: 1023px) {
  .itct__text-description > * {
    font-size: 16px;
    line-height: 26px;
    letter-spacing: unset;
  }
}
.itct__text-description a {
  color: #3E3441;
  font-family: greycliff-cf, sans-serif;
  font-size: calc(18rem * 1 / 18 * var(--text-multiplier));
  font-style: normal;
  font-weight: 400;
  line-height: calc(30rem * 1 / 18 * var(--text-multiplier));
  letter-spacing: unset;
  color: #E65621 !important;
}
@media only screen and (max-width: 1023px) {
  .itct__text-description a {
    font-size: 16px;
    line-height: 26px;
    letter-spacing: unset;
  }
}
.itct__text-description.dark-mode > * {
  color: #3E3441;
  font-family: greycliff-cf, sans-serif;
  font-size: calc(18rem * 1 / 18 * var(--text-multiplier));
  font-style: normal;
  font-weight: 400;
  line-height: calc(28rem * 1 / 18 * var(--text-multiplier));
  letter-spacing: unset;
  color: #F0EFEF !important;
}
@media only screen and (max-width: 1023px) {
  .itct__text-description.dark-mode > * {
    font-size: 18px;
    line-height: 28px;
    letter-spacing: unset;
  }
}
.itct__text-description.dark-mode a {
  color: #3E3441;
  font-family: greycliff-cf, sans-serif;
  font-size: calc(18rem * 1 / 18 * var(--text-multiplier));
  font-style: normal;
  font-weight: 400;
  line-height: calc(28rem * 1 / 18 * var(--text-multiplier));
  letter-spacing: unset;
  color: #E65621 !important;
}
@media only screen and (max-width: 1023px) {
  .itct__text-description.dark-mode a {
    font-size: 18px;
    line-height: 28px;
    letter-spacing: unset;
  }
}
.itct__content {
  grid-column: 4 / span 20;
  display: grid;
  grid-template-columns: repeat(20, 1fr);
  position: relative;
  column-gap: calc(20rem * 1 / 18);
  row-gap: calc(80rem * 1 / 18);
  align-items: flex-start;
  margin-bottom: calc(59.94rem * 1 / 18);
  z-index: 2;
}
@media only screen and (max-width: 1023px) {
  .itct__content {
    grid-column: 1 / -1;
    display: flex;
    row-gap: 100px;
    margin-bottom: 76px;
    gap: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .itct__content {
    display: grid;
    grid-column: 1 / -1;
    grid-template-columns: repeat(4, 1fr);
    column-gap: 20px;
    row-gap: 100px;
    margin-bottom: 76px;
  }
}
.itct__content-item {
  width: 100%;
  max-width: calc(330rem * 1 / 18);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: calc(30rem * 1 / 18);
  position: relative;
}
@media only screen and (max-width: 1023px) {
  .itct__content-item {
    max-width: 360px;
    gap: 30px;
  }
}
.itct__content-item.separator-line::after {
  content: '';
  width: calc(1rem * 1 / 18);
  height: calc(295.92rem * 1 / 18);
  background-color: #ACACAC;
  position: absolute;
  top: calc(18.1rem * 1 / 18);
  right: calc(-49.67rem * 1 / 18);
}
@media only screen and (max-width: 1023px) {
  .itct__content-item.separator-line::after {
    display: none;
  }
}
.itct__content-item.reduce-gap {
  max-width: calc(321.897rem * 1 / 18);
  gap: calc(28.06rem * 1 / 18);
}
@media only screen and (max-width: 1023px) {
  .itct__content-item.reduce-gap {
    max-width: 320px;
    gap: 28px;
  }
}
.itct__content-item:nth-child(3n+1) {
  grid-column: 1 / span 5;
}
@media only screen and (max-width: 1023px) {
  .itct__content-item:nth-child(3n+1) {
    grid-column: 1 / -1;
    justify-self: center;
  }
}
.itct__content-item:nth-child(3n+1).reduce-gap {
  margin-left: calc(108rem * 1 / 18);
}
@media only screen and (max-width: 1023px) {
  .itct__content-item:nth-child(3n+1).reduce-gap {
    margin-left: 0;
  }
}
.itct__content-item:nth-child(3n+2) {
  grid-column: 8 / span 6;
  justify-self: center;
}
@media only screen and (max-width: 1023px) {
  .itct__content-item:nth-child(3n+2) {
    grid-column: 1 / -1;
  }
}
.itct__content-item:nth-child(3n+3) {
  grid-column: 16 / span 5;
}
@media only screen and (max-width: 1023px) {
  .itct__content-item:nth-child(3n+3) {
    grid-column: 1 / -1;
    justify-self: center;
  }
}
.itct__content-item:nth-child(3n+3).reduce-gap {
  margin-right: calc(108rem * 1 / 18);
  justify-self: end;
}
@media only screen and (max-width: 1023px) {
  .itct__content-item:nth-child(3n+3).reduce-gap {
    margin-right: 0;
    justify-self: center;
  }
}
.itct__content-item--title {
  text-align: center;
  font-size: calc(34rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(40rem * 1 / 18 * var(--text-multiplier));
  font-family: greycliff-cf, sans-serif;
  font-weight: 500 !important;
  margin-bottom: calc(9rem * 1 / 18);
}
@media only screen and (max-width: 1023px) {
  .itct__content-item--title {
    font-size: 34px;
    line-height: 40px;
  }
}
@media only screen and (max-width: 1023px) {
  .itct__content-item--title {
    margin-bottom: 9px;
  }
}
.itct__content-item--title.reduce-size-title {
  font-size: calc(18rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(28rem * 1 / 18 * var(--text-multiplier));
  font-family: greycliff-cf, sans-serif;
  font-weight: 700 !important;
  letter-spacing: unset;
}
@media only screen and (max-width: 1023px) {
  .itct__content-item--title.reduce-size-title {
    font-size: 18px;
    line-height: 28px;
  }
}
@media only screen and (max-width: 1023px) {
  .itct__content-item--title.reduce-size-title {
    letter-spacing: unset;
  }
}
.itct__content-item--title.dark-mode {
  color: #F0EFEF;
}
.itct__content-item--description {
  text-align: center;
}
.itct__content-item--description * > a {
  font-family: greycliff-cf, sans-serif;
  font-size: calc(16rem * 1 / 18 * var(--text-multiplier));
  font-weight: normal !important;
  line-height: calc(28rem * 1 / 18 * var(--text-multiplier));
  letter-spacing: calc(0rem * 1 / 18 * var(--text-multiplier));
  margin-bottom: calc(20rem * 1 / 18);
  color: #3E3441;
  color: #E65621 !important;
  text-decoration: underline;
}
@media only screen and (max-width: 1023px) {
  .itct__content-item--description * > a {
    font-size: 16px;
    line-height: 28px;
  }
}
@media only screen and (max-width: 1023px) {
  .itct__content-item--description * > a {
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 12px;
  }
}
.itct__content-item--description * > a a {
  text-decoration: none;
  color: inherit;
}
.itct__content-item--description.reduce-size-description > * {
  color: #3E3441;
  font-family: greycliff-cf, sans-serif;
  font-size: calc(16rem * 1 / 18 * var(--text-multiplier));
  font-style: normal;
  font-weight: 400;
  line-height: calc(26rem * 1 / 18 * var(--text-multiplier));
  letter-spacing: unset;
  margin-bottom: 0!important;
}
@media only screen and (max-width: 1023px) {
  .itct__content-item--description.reduce-size-description > * {
    font-size: 16px;
    line-height: 26px;
    letter-spacing: unset;
  }
}
.itct__content-item--description.dark-mode > *,
.itct__content-item--description.dark-mode p {
  color: #F0EFEF;
}
.itct__content-item--description p {
  font-family: greycliff-cf, sans-serif;
  font-size: calc(16rem * 1 / 18 * var(--text-multiplier));
  font-weight: normal !important;
  line-height: calc(28rem * 1 / 18 * var(--text-multiplier));
  letter-spacing: calc(0rem * 1 / 18 * var(--text-multiplier));
  margin-bottom: calc(20rem * 1 / 18);
  color: #3E3441;
}
@media only screen and (max-width: 1023px) {
  .itct__content-item--description p {
    font-size: 16px;
    line-height: 28px;
  }
}
@media only screen and (max-width: 1023px) {
  .itct__content-item--description p {
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 12px;
  }
}
.itct__content-item--description p a {
  text-decoration: none;
  color: inherit;
}
.itct__content-item--icon {
  width: calc(120rem * 1 / 18);
  height: calc(120rem * 1 / 18);
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 1023px) {
  .itct__content-item--icon {
    width: 120px;
    height: 120px;
  }
}
.itct__content-item--icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.itct__button {
  grid-column: 1 / -1;
  z-index: 3;
  margin: 0 auto;
}
.itct__button > a {
  border-radius: calc(25rem * 1 / 18);
  background-color: #E65621;
  color: white;
  width: auto;
  padding: calc(14rem * 1 / 18) calc(20rem * 1 / 18);
  text-decoration: none;
  font-family: canada-type-gibson, sans-serif;
  font-size: calc(17rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(24rem * 1 / 18 * var(--text-multiplier));
  font-weight: 600 !important;
  line-height: normal;
  text-align: center;
  cursor: pointer;
  letter-spacing: 0;
  transition: all 0.25s ease-out;
  display: block;
  margin: 0 auto;
  width: 100%;
}
@media only screen and (max-width: 1023px) {
  .itct__button > a {
    font-size: 17px;
    line-height: 24px;
  }
}
@media only screen and (max-width: 1023px) {
  .itct__button > a:not(.custom-padding) {
    padding: 14px 28px;
    border-radius: 25px;
  }
}
@media only screen and (max-width: 420px) {
  .itct__button > a:not(.custom-padding) {
    padding: 12px 28px;
    border-radius: 25px;
  }
}
@media only screen and (max-width: 1023px) {
  .itct__button > a.custom-padding {
    padding: calc(14rem * 1 / 18) calc(20rem * 1 / 18);
    border-radius: 4px;
  }
}
@media only screen and (max-width: 600px) {
  .itct__button > a.custom-padding {
    padding: calc(14rem * 1 / 18) calc(20rem * 1 / 18);
    border-radius: 4px;
  }
}
@media only screen and (max-width: 420px) {
  .itct__button > a.custom-padding {
    padding: calc(14rem * 1 / 18) calc(20rem * 1 / 18);
    border-radius: 4px;
  }
}
.itct__button > a:hover {
  background-color: #3E3441;
}
@media only screen and (max-width: 1023px) {
  .itct__button > a {
    max-width: fit-content;
  }
}
.itct__button > a.dark-plum {
  border-radius: calc(25rem * 1 / 18);
  background-color: #3E3441;
  color: white;
  width: auto;
  padding: calc(14rem * 1 / 18) calc(20rem * 1 / 18);
  text-decoration: none;
  font-family: canada-type-gibson, sans-serif;
  font-size: calc(17rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(24rem * 1 / 18 * var(--text-multiplier));
  font-weight: 600 !important;
  line-height: normal;
  text-align: center;
  cursor: pointer;
  letter-spacing: 0;
  transition: all 0.25s ease-out;
}
@media only screen and (max-width: 1023px) {
  .itct__button > a.dark-plum {
    font-size: 17px;
    line-height: 24px;
  }
}
@media only screen and (max-width: 1023px) {
  .itct__button > a.dark-plum:not(.custom-padding) {
    padding: 14px 28px;
    border-radius: 25px;
  }
}
@media only screen and (max-width: 420px) {
  .itct__button > a.dark-plum:not(.custom-padding) {
    padding: 14px 28px;
    border-radius: 25px;
  }
}
@media only screen and (max-width: 1023px) {
  .itct__button > a.dark-plum.custom-padding {
    padding: calc(14rem * 1 / 18) calc(20rem * 1 / 18);
    border-radius: 4px;
  }
}
@media only screen and (max-width: 600px) {
  .itct__button > a.dark-plum.custom-padding {
    padding: calc(14rem * 1 / 18) calc(20rem * 1 / 18);
    border-radius: 4px;
  }
}
@media only screen and (max-width: 420px) {
  .itct__button > a.dark-plum.custom-padding {
    padding: calc(14rem * 1 / 18) calc(20rem * 1 / 18);
    border-radius: 4px;
  }
}
.itct__button > a.dark-plum:hover {
  background-color: #6D307B;
  color: white;
}
@media only screen and (max-width: 1023px) {
  .itct .divider.remove_on_mobile {
    display: none;
  }
}
.itct__rectangle {
  width: calc(1920rem * 1 / 18);
  height: calc(690.57rem * 1 / 18);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFF 70.47%);
  position: absolute;
  bottom: calc(-516rem * 1 / 18);
  z-index: 1;
}
@media only screen and (max-width: 1023px) {
  .itct__rectangle {
    width: 1920px;
    height: 690px;
    bottom: -516px;
  }
}
.itct__ellipse {
  width: calc(1599.974rem * 1 / 18);
  height: calc(1599.974rem * 1 / 18);
  border-radius: calc(1599.974rem * 1 / 18);
  background: radial-gradient(50% 50% at 50% 50%, #FAEFEA 0%, rgba(250, 239, 234, 0) 100%);
  position: absolute;
  top: calc(-115.56rem * 1 / 18);
  right: calc(-681.97rem * 1 / 18);
  z-index: 1;
}
@media only screen and (max-width: 1023px) {
  .itct__ellipse {
    width: 800px;
    height: 800px;
    border-radius: 800px;
    top: -116px;
    right: -382px;
  }
}
.jpl {
  display: grid;
  grid-template-columns: 5.73% repeat(24, 1fr) 5.73%;
  column-gap: calc(20rem * 1 / 18);
  position: relative;
  padding-bottom: calc(130.74rem * 1 / 18);
}
@media only screen and (max-width: 1023px) {
  .jpl {
    padding-left: 32px;
    padding-right: 32px;
    grid-template-columns: repeat(4, 1fr);
    column-gap: 20px;
  }
}
@media only screen and (max-width: 600px) {
  .jpl {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (max-width: 1023px) {
  .jpl {
    padding-bottom: 130px;
  }
}
.jpl__introduction {
  grid-column: 4 / span 17;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 1023px) {
  .jpl__introduction {
    grid-column: 1 / -1;
  }
}
.jpl__introduction-subHeading {
  color: #3E3441;
  font-family: greycliff-cf, sans-serif;
  font-size: calc(14rem * 1 / 18 * var(--text-multiplier));
  font-style: normal;
  font-weight: 600 !important;
  line-height: calc(16rem * 1 / 18 * var(--text-multiplier));
  letter-spacing: calc(0.75rem * 1 / 18 * var(--text-multiplier));
  text-transform: uppercase;
  padding-bottom: calc(20rem * 1 / 18);
}
@media only screen and (max-width: 1023px) {
  .jpl__introduction-subHeading {
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.75px;
  }
}
@media only screen and (max-width: 1023px) {
  .jpl__introduction-subHeading {
    padding-bottom: 20px;
  }
}
.jpl__introduction-description {
  width: 100%;
  max-width: calc(536.56rem * 1 / 18);
  padding-bottom: calc(20rem * 1 / 18);
}
@media only screen and (max-width: 1023px) {
  .jpl__introduction-description {
    padding-bottom: 20px;
    max-width: 100%;
  }
}
.jpl__introduction-description > * {
  color: #3E3441;
  font-family: greycliff-cf, sans-serif;
  font-size: calc(18rem * 1 / 18 * var(--text-multiplier));
  font-style: normal;
  font-weight: 400;
  line-height: calc(30rem * 1 / 18 * var(--text-multiplier));
  letter-spacing: unset;
  color: #57584F;
}
@media only screen and (max-width: 1023px) {
  .jpl__introduction-description > * {
    font-size: 16px;
    line-height: 26px;
    letter-spacing: unset;
  }
}
.jpl__introduction-button {
  border-radius: calc(25rem * 1 / 18);
  background-color: #E65621;
  color: white;
  width: auto;
  padding: calc(14rem * 1 / 18) calc(20rem * 1 / 18);
  text-decoration: none;
  font-family: canada-type-gibson, sans-serif;
  font-size: calc(17rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(24rem * 1 / 18 * var(--text-multiplier));
  font-weight: 600 !important;
  line-height: normal;
  text-align: center;
  cursor: pointer;
  letter-spacing: 0;
  transition: all 0.25s ease-out;
  display: inline-block;
}
@media only screen and (max-width: 1023px) {
  .jpl__introduction-button {
    font-size: 17px;
    line-height: 24px;
  }
}
@media only screen and (max-width: 1023px) {
  .jpl__introduction-button:not(.custom-padding) {
    padding: 14px 28px;
    border-radius: 25px;
  }
}
@media only screen and (max-width: 420px) {
  .jpl__introduction-button:not(.custom-padding) {
    padding: 12px 28px;
    border-radius: 25px;
  }
}
@media only screen and (max-width: 1023px) {
  .jpl__introduction-button.custom-padding {
    padding: calc(14rem * 1 / 18) calc(20rem * 1 / 18);
    border-radius: 4px;
  }
}
@media only screen and (max-width: 600px) {
  .jpl__introduction-button.custom-padding {
    padding: calc(14rem * 1 / 18) calc(20rem * 1 / 18);
    border-radius: 4px;
  }
}
@media only screen and (max-width: 420px) {
  .jpl__introduction-button.custom-padding {
    padding: calc(14rem * 1 / 18) calc(20rem * 1 / 18);
    border-radius: 4px;
  }
}
.jpl__introduction-button:hover {
  background-color: #3E3441;
}
.jpl__jobs {
  grid-column: 4 / span 20;
  margin: calc(72rem * 1 / 18) 0;
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: calc(30.21rem * 1 / 18);
}
@media only screen and (max-width: 1023px) {
  .jpl__jobs {
    grid-column: 1 / -1;
    margin: 72px 0;
    gap: 30px;
  }
}
.jpl__job {
  display: grid;
  grid-template-columns: repeat(20, 1fr);
  column-gap: calc(15rem * 1 / 18);
  position: relative;
  padding: calc(13rem * 1 / 18) 0 calc(8rem * 1 / 18) 0;
  border-radius: calc(10rem * 1 / 18);
  border: calc(1rem * 1 / 18) solid #CECECF;
  align-items: center;
}
@media only screen and (max-width: 1023px) {
  .jpl__job {
    padding: 13px 0 8px 0;
    border-radius: 10px;
    column-gap: 15px;
  }
}
@media only screen and (max-width: 600px) {
  .jpl__job {
    row-gap: 20px;
  }
}
.jpl__job-location {
  grid-column: 1 / span 8;
  font-size: calc(20rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(32rem * 1 / 18 * var(--text-multiplier));
  font-weight: normal;
  font-family: greycliff-cf, sans-serif;
  color: #57584F;
  color: #E65621 !important;
  margin-bottom: 0 !important;
  margin-left: calc(17.56rem * 1 / 18);
}
@media only screen and (max-width: 1023px) {
  .jpl__job-location {
    font-size: 20px;
    line-height: 32px;
  }
}
@media only screen and (max-width: 1023px) {
  .jpl__job-location {
    margin-left: 17px;
  }
}
@media only screen and (max-width: 600px) {
  .jpl__job-location {
    grid-column: 1 / -1;
  }
}
.jpl__job-list {
  grid-column: 9 / span 12;
  margin-left: calc(35rem * 1 / 18);
  display: flex;
  flex-direction: column;
  gap: calc(20rem * 1 / 18);
  padding-right: calc(17.56rem * 1 / 18);
}
@media only screen and (max-width: 1023px) {
  .jpl__job-list {
    margin-left: 35px;
    gap: 20px;
    padding-right: 17px;
  }
}
@media only screen and (max-width: 600px) {
  .jpl__job-list {
    grid-column: 1 / -1;
  }
}
.jpl__job-detail {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: calc(20rem * 1 / 18);
  /*
            &--content {
                width: 100%;
                max-width: calc(715.436rem * @cf);

                @media @mobile {
                    max-width: 100%;
                }

                ul {
                    list-style-type: disc;
                    padding-left: calc(20rem * @cf);
                    margin-bottom: calc(20rem * @cf);

                    @media @mobile {
                        padding-left: 20px;
                        margin-bottom: 20px;
                    }

                    li {
                        .body-paragraph;
                        margin-bottom: 0 !important;
                    }
                }

                a {
                    .body-paragraph;
                    color: @orange;
                }

                p {
                    .body-paragraph;

                }


                .email {
                    color: @orange;
                    text-decoration: underline;
                }
            }
            */
}
@media only screen and (max-width: 1023px) {
  .jpl__job-detail {
    gap: 20px;
    padding-bottom: 13px;
  }
}
@media only screen and (max-width: 600px) {
  .jpl__job-detail {
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
  }
}
.jpl__job-detail::after {
  content: "";
  position: absolute;
  width: 100%;
  height: calc(1rem * 1 / 18);
  left: 0;
  bottom: calc(-10rem * 1 / 18);
  background-color: #CECECF;
}
@media only screen and (max-width: 1023px) {
  .jpl__job-detail::after {
    height: 1px;
    bottom: -10px;
  }
}
.jpl__job-detail:nth-last-child(1)::after {
  display: none;
}
.jpl__job-detail--title {
  font-size: calc(20rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(32rem * 1 / 18 * var(--text-multiplier));
  font-weight: normal;
  font-family: greycliff-cf, sans-serif;
  color: #57584F;
  margin-bottom: 0 !important;
  position: relative;
  text-decoration: none;
  transition: all 0.25s ease-out;
  /*
                padding-bottom: calc(13.53rem * @cf);
                cursor: pointer;

                @media @mobile {
                    padding-bottom: 13px;
                    padding-right: 20px;
                }

                &::after {
                    content: '';
                    position: absolute;
                    top: calc(50% - calc(6.765rem * @cf));
                    right: 0;
                    transform: translateY(-50%);
                    width: calc(20.872rem * @cf);
                    height: calc(10.045rem * @cf);
                    background-image: url(/wp-content/themes/schill-insurance/images/icons/dropdown_arrow.svg);
                    background-size: contain;
                    background-repeat: no-repeat;
                    .transition;

                    @media @mobile {
                        right: 5px;
                        width: 12.872px;
                        height: 8.045px;
                    }
                }

                &.active {
                    &::after {
                        transform: translateY(-50%) rotate(180deg);
                    }
                }
                */
}
@media only screen and (max-width: 1023px) {
  .jpl__job-detail--title {
    font-size: 20px;
    line-height: 32px;
  }
}
.jpl__job-detail--title:hover {
  color: #E65621;
}
.jpl__job-detail--apply {
  border-radius: calc(25rem * 1 / 18);
  background-color: #E65621;
  color: white;
  width: auto;
  padding: calc(14rem * 1 / 18) calc(20rem * 1 / 18);
  text-decoration: none;
  font-family: canada-type-gibson, sans-serif;
  font-size: calc(17rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(24rem * 1 / 18 * var(--text-multiplier));
  font-weight: 600 !important;
  line-height: normal;
  text-align: center;
  cursor: pointer;
  letter-spacing: 0;
  transition: all 0.25s ease-out;
  display: inline-block;
  flex-shrink: 0;
}
@media only screen and (max-width: 1023px) {
  .jpl__job-detail--apply {
    font-size: 17px;
    line-height: 24px;
  }
}
@media only screen and (max-width: 1023px) {
  .jpl__job-detail--apply:not(.custom-padding) {
    padding: 14px 28px;
    border-radius: 25px;
  }
}
@media only screen and (max-width: 420px) {
  .jpl__job-detail--apply:not(.custom-padding) {
    padding: 12px 28px;
    border-radius: 25px;
  }
}
@media only screen and (max-width: 1023px) {
  .jpl__job-detail--apply.custom-padding {
    padding: calc(14rem * 1 / 18) calc(20rem * 1 / 18);
    border-radius: 4px;
  }
}
@media only screen and (max-width: 600px) {
  .jpl__job-detail--apply.custom-padding {
    padding: calc(14rem * 1 / 18) calc(20rem * 1 / 18);
    border-radius: 4px;
  }
}
@media only screen and (max-width: 420px) {
  .jpl__job-detail--apply.custom-padding {
    padding: calc(14rem * 1 / 18) calc(20rem * 1 / 18);
    border-radius: 4px;
  }
}
.jpl__job-detail--apply:hover {
  background-color: #3E3441;
}
.jpl__job-notAvailable {
  font-style: italic;
}
@media only screen and (max-width: 1023px) {
  .jpl .divider.remove_on_mobile {
    display: none;
  }
}
.jpl__rectangle {
  width: calc(1920rem * 1 / 18);
  height: calc(1208.95rem * 1 / 18);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) -2.57%, rgba(255, 255, 255, 0.6) 18.18%, #FFF 42.46%);
  position: absolute;
  top: calc(-36rem * 1 / 18);
  z-index: 1;
  transition: all 0.25s ease-out;
}
@media only screen and (max-width: 1023px) {
  .jpl__rectangle {
    width: 100%;
    height: 1408.95px;
    top: -36px;
  }
}
.map {
  display: grid;
  grid-template-columns: 5.73% repeat(24, 1fr) 5.73%;
  column-gap: calc(20rem * 1 / 18);
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 1023px) {
  .map {
    padding-left: 32px;
    padding-right: 32px;
    grid-template-columns: repeat(4, 1fr);
    column-gap: 20px;
  }
}
@media only screen and (max-width: 600px) {
  .map {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.map__intro {
  grid-column: 8 / span 12;
  text-align: center;
  margin-bottom: calc(90rem * 1 / 18);
}
.map__intro > * {
  font-size: calc(18rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(28rem * 1 / 18 * var(--text-multiplier));
  font-family: greycliff-cf, sans-serif;
  font-weight: normal !important;
  letter-spacing: unset;
  margin-bottom: calc(20rem * 1 / 18);
  color: #3E3441;
}
@media only screen and (max-width: 1023px) {
  .map__intro > * {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 1023px) {
  .map__intro {
    grid-column: 1 / span 4;
  }
}
.map__payments {
  grid-column: 5 / span 18;
  display: grid;
  grid-template-columns: repeat(18, 1fr);
  column-gap: calc(20rem * 1 / 18);
  position: relative;
  z-index: 2;
  margin-bottom: calc(80rem * 1 / 18);
}
@media only screen and (max-width: 1023px) {
  .map__payments {
    grid-column: 1 / span 4;
  }
}
.map__payments-left {
  grid-column: 1 / span 3;
}
@media only screen and (max-width: 1023px) {
  .map__payments-left {
    grid-column: 1 / span 18;
  }
}
.map__payments-left--schill {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  gap: calc(20rem * 1 / 18);
}
.map__payments-left--schill img {
  width: calc(190rem*1 / 18);
  min-height: calc(80rem * 1 / 18);
  max-height: calc(90rem * 1 / 18);
  object-fit: contain;
}
@media only screen and (max-width: 1023px) {
  .map__payments-left--schill img {
    width: calc(220rem*1 / 3.9375);
    max-height: none;
  }
}
.map__payments-left--schill a {
  border-radius: calc(25rem * 1 / 18);
  background-color: #E65621;
  color: white;
  width: auto;
  padding: calc(14rem * 1 / 18) calc(20rem * 1 / 18);
  text-decoration: none;
  font-family: canada-type-gibson, sans-serif;
  font-size: calc(17rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(24rem * 1 / 18 * var(--text-multiplier));
  font-weight: 600 !important;
  line-height: normal;
  text-align: center;
  cursor: pointer;
  letter-spacing: 0;
  transition: all 0.25s ease-out;
  width: 100%;
  display: inline-block;
  max-width: calc(162rem * 1 / 18);
  text-transform: uppercase;
}
@media only screen and (max-width: 1023px) {
  .map__payments-left--schill a {
    font-size: 17px;
    line-height: 24px;
  }
}
@media only screen and (max-width: 1023px) {
  .map__payments-left--schill a:not(.custom-padding) {
    padding: 14px 28px;
    border-radius: 25px;
  }
}
@media only screen and (max-width: 420px) {
  .map__payments-left--schill a:not(.custom-padding) {
    padding: 12px 28px;
    border-radius: 25px;
  }
}
@media only screen and (max-width: 1023px) {
  .map__payments-left--schill a.custom-padding {
    padding: calc(14rem * 1 / 18) calc(20rem * 1 / 18);
    border-radius: 4px;
  }
}
@media only screen and (max-width: 600px) {
  .map__payments-left--schill a.custom-padding {
    padding: calc(14rem * 1 / 18) calc(20rem * 1 / 18);
    border-radius: 4px;
  }
}
@media only screen and (max-width: 420px) {
  .map__payments-left--schill a.custom-padding {
    padding: calc(14rem * 1 / 18) calc(20rem * 1 / 18);
    border-radius: 4px;
  }
}
.map__payments-left--schill a:hover {
  background-color: #3E3441;
}
@media only screen and (max-width: 1023px) {
  .map__payments-left--schill a {
    max-width: 100%;
    margin-bottom: 40px;
  }
}
.map__payments-right {
  grid-column: 8 / span 11;
  display: grid;
  grid-template-columns: repeat(11, 1fr);
  column-gap: calc(20rem * 1 / 18);
  position: relative;
  row-gap: calc(60rem * 1 / 18);
}
@media only screen and (max-width: 1023px) {
  .map__payments-right {
    grid-column: 1 / span 18;
  }
}
.map__payments-right--unit {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  gap: calc(20rem * 1 / 18);
}
.map__payments-right--unit:nth-child(3n+1) {
  grid-column: 1 / span 3;
}
@media only screen and (max-width: 1023px) {
  .map__payments-right--unit:nth-child(3n+1) {
    grid-column: 1 / span 11;
  }
}
.map__payments-right--unit:nth-child(3n+2) {
  grid-column: 5 / span 3;
}
@media only screen and (max-width: 1023px) {
  .map__payments-right--unit:nth-child(3n+2) {
    grid-column: 1 / span 11;
  }
}
.map__payments-right--unit:nth-child(3n+3) {
  grid-column: 9 / span 3;
}
@media only screen and (max-width: 1023px) {
  .map__payments-right--unit:nth-child(3n+3) {
    grid-column: 1 / span 11;
  }
}
.map__payments-right--unit img {
  width: calc(220rem*1 / 18);
  min-height: calc(80rem * 1 / 18);
  max-height: calc(90rem * 1 / 18);
  object-fit: contain;
}
@media only screen and (max-width: 1023px) {
  .map__payments-right--unit img {
    width: calc(220rem*1 / 3.9375);
    max-height: none;
  }
}
.map__payments-right--unit:nth-child(7) img {
  width: calc(200rem * 1 / 18);
}
@media only screen and (max-width: 1023px) {
  .map__payments-right--unit:nth-child(7) img {
    width: calc(220rem*1 / 3.9375);
    max-height: none;
  }
}
.map__payments-right--unit a {
  border-radius: calc(25rem * 1 / 18);
  background-color: #E65621;
  color: white;
  width: auto;
  padding: calc(14rem * 1 / 18) calc(20rem * 1 / 18);
  text-decoration: none;
  font-family: canada-type-gibson, sans-serif;
  font-size: calc(17rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(24rem * 1 / 18 * var(--text-multiplier));
  font-weight: 600 !important;
  line-height: normal;
  text-align: center;
  cursor: pointer;
  letter-spacing: 0;
  transition: all 0.25s ease-out;
  width: 100%;
  display: inline-block;
  max-width: calc(162rem * 1 / 18);
  text-transform: uppercase;
}
@media only screen and (max-width: 1023px) {
  .map__payments-right--unit a {
    font-size: 17px;
    line-height: 24px;
  }
}
@media only screen and (max-width: 1023px) {
  .map__payments-right--unit a:not(.custom-padding) {
    padding: 14px 28px;
    border-radius: 25px;
  }
}
@media only screen and (max-width: 420px) {
  .map__payments-right--unit a:not(.custom-padding) {
    padding: 12px 28px;
    border-radius: 25px;
  }
}
@media only screen and (max-width: 1023px) {
  .map__payments-right--unit a.custom-padding {
    padding: calc(14rem * 1 / 18) calc(20rem * 1 / 18);
    border-radius: 4px;
  }
}
@media only screen and (max-width: 600px) {
  .map__payments-right--unit a.custom-padding {
    padding: calc(14rem * 1 / 18) calc(20rem * 1 / 18);
    border-radius: 4px;
  }
}
@media only screen and (max-width: 420px) {
  .map__payments-right--unit a.custom-padding {
    padding: calc(14rem * 1 / 18) calc(20rem * 1 / 18);
    border-radius: 4px;
  }
}
.map__payments-right--unit a:hover {
  background-color: #3E3441;
}
@media only screen and (max-width: 1023px) {
  .map__payments-right--unit a {
    max-width: 100%;
    margin-bottom: 40px;
  }
}
.map__extraText {
  grid-column: 1 / -1;
  text-align: center;
}
.map__extraText > p {
  font-size: calc(20rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(30rem * 1 / 18 * var(--text-multiplier));
  font-family: greycliff-cf, sans-serif;
  font-weight: normal !important;
  letter-spacing: unset;
  margin-bottom: calc(20rem * 1 / 18);
  color: #3E3441;
}
@media only screen and (max-width: 1023px) {
  .map__extraText > p {
    font-size: 20px;
    line-height: 30px;
  }
}
@media only screen and (max-width: 1023px) {
  .map__extraText > p {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 20px;
  }
}
.map__extraText a {
  color: #E65621;
  font-weight: 600 !important;
  font-size: calc(22rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(32rem * 1 / 18 * var(--text-multiplier));
  text-decoration: underline;
}
@media only screen and (max-width: 1023px) {
  .map__extraText a {
    font-size: 22px;
    line-height: 32px;
  }
}
.map__extraText a:hover {
  text-decoration: none;
}
.map__divider {
  grid-column: 5 / span 3;
  position: relative;
}
@media only screen and (max-width: 1023px) {
  .map__divider {
    display: none;
  }
}
.map__divider::after {
  content: "";
  position: absolute;
  height: 100%;
  width: calc(2rem * 1 / 18);
  left: 50%;
  bottom: 0;
  background-color: #6D6E71;
  opacity: 0.3;
}
@media only screen and (max-width: 1023px) {
  .map__divider::after {
    width: 2px;
  }
}
.ocg {
  display: grid;
  grid-template-columns: 5.73% repeat(24, 1fr) 5.73%;
  column-gap: calc(20rem * 1 / 18);
  display: none;
  position: relative;
  width: calc(1920.004rem * 1 / 18);
  min-height: calc(1905.195rem * 1 / 18);
  background: linear-gradient(170deg, #E65621 6.6%, rgba(230, 86, 33, 0.7) 42.15%, rgba(230, 86, 33, 0.5) 68.81%, #E65621 95.47%);
  z-index: 2;
  grid-auto-rows: max-content;
}
@media only screen and (max-width: 1023px) {
  .ocg {
    padding-left: 32px;
    padding-right: 32px;
    grid-template-columns: repeat(4, 1fr);
    column-gap: 20px;
  }
}
@media only screen and (max-width: 600px) {
  .ocg {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (max-width: 1023px) {
  .ocg {
    display: none !important;
  }
}
.ocg__subheading,
.ocg__heading {
  grid-column: 9 / span 10;
}
.ocg__subheading {
  color: #3E3441;
  font-family: greycliff-cf, sans-serif;
  font-size: calc(14rem * 1 / 18 * var(--text-multiplier));
  font-style: normal;
  font-weight: 600 !important;
  line-height: calc(16rem * 1 / 18 * var(--text-multiplier));
  letter-spacing: calc(0.75rem * 1 / 18 * var(--text-multiplier));
  text-transform: uppercase;
  text-align: center;
  color: white;
  margin-top: calc(110.93rem * 1 / 18);
  margin-bottom: calc(40rem * 1 / 18);
}
@media only screen and (max-width: 1023px) {
  .ocg__subheading {
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.75px;
  }
}
.ocg__heading {
  text-align: center;
  margin-bottom: calc(75.15rem * 1 / 18);
}
.ocg__heading > * {
  font-family: greycliff-cf, sans-serif !important;
  font-size: calc(48rem * 1 / 18 * var(--text-multiplier)) !important;
  line-height: calc(64rem * 1 / 18 * var(--text-multiplier)) !important;
  letter-spacing: unset !important;
  font-weight: normal !important;
  color: #FF4D00 !important;
  color: white !important;
}
@media only screen and (max-width: 1023px) {
  .ocg__heading > * {
    font-size: 28px !important;
    line-height: 32px !important;
    letter-spacing: unset;
  }
}
.ocg__gallery {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: 5.73% repeat(24, 1fr) 5.73%;
  column-gap: calc(20rem * 1 / 18);
  position: relative;
  grid-template-rows: calc(93rem * 1 / 18) calc(299rem * 1 / 18) calc(90rem * 1 / 18) calc(17rem * 1 / 18) calc(172rem * 1 / 18) calc(16rem * 1 / 18) calc(200rem * 1 / 18) calc(17rem * 1 / 18) calc(172rem * 1 / 18) calc(97rem * 1 / 18) calc(212rem * 1 / 18) calc(17rem * 1 / 18) calc(93rem * 1 / 18) calc(299rem * 1 / 18) calc(90rem * 1 / 18) calc(17rem * 1 / 18) auto;
  column-gap: calc(17rem * 1 / 18);
  margin-bottom: calc(80.57rem * 1 / 18);
  transition: all 0.25s ease-out;
  transform: translate3d(0, 0, 0);
}
@media only screen and (max-width: 1023px) {
  .ocg__gallery {
    padding-left: 32px;
    padding-right: 32px;
    grid-template-columns: repeat(4, 1fr);
    column-gap: 20px;
  }
}
@media only screen and (max-width: 600px) {
  .ocg__gallery {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.ocg__gallery-img {
  border-radius: calc(20rem * 1 / 18);
  object-fit: cover;
  object-position: top;
}
.ocg__gallery-img:nth-child(1) {
  width: calc(684.621rem * 1 / 18);
  height: calc(388.237rem * 1 / 18);
  grid-column: 1 / span 6;
  grid-row: 2 / span 2;
  margin-left: calc(-242.37rem * 1 / 18);
}
.ocg__gallery-img:nth-child(2) {
  width: calc(843.749rem * 1 / 18);
  height: calc(481.264rem * 1 / 18);
  grid-column: 2 / span 12;
  grid-row: 1 / span 3;
}
.ocg__gallery-img:nth-child(3) {
  width: calc(470rem * 1 / 18);
  height: calc(279.343rem * 1 / 18);
  grid-column: 26 / span 5;
  grid-row: 2 / span 1;
}
.ocg__gallery-img:nth-child(4) {
  width: calc(470rem * 1 / 18);
  height: calc(279.343rem * 1 / 18);
  grid-column: 14 / span 7;
  grid-row: 2 / span 3;
}
.ocg__gallery-img:nth-child(5) {
  width: calc(684.621rem * 1 / 18);
  height: calc(388.237rem * 1 / 18);
  grid-column: 2 / span 11;
  grid-row: 5 / span 3;
}
.ocg__gallery-img:nth-child(6) {
  width: calc(472.948rem * 1 / 18);
  height: calc(649rem * 1 / 18);
  grid-column: 17 / span 7;
  grid-row: 3 / span 6;
  justify-self: flex-end;
}
.ocg__gallery-img:nth-child(7) {
  width: calc(684.621rem * 1 / 18);
  height: calc(388.237rem * 1 / 18);
  grid-column: 19 / span 10;
  grid-row: 7 / span 3;
}
.ocg__gallery-img:nth-child(8) {
  width: calc(843.749rem * 1 / 18);
  height: calc(541.264rem * 1 / 18);
  grid-column: 6 / span 12;
  grid-row: 5 / span 3;
  margin-left: calc(-31.08rem * 1 / 18);
}
.ocg__gallery-img:nth-child(9) {
  width: calc(684.621rem * 1 / 18);
  height: calc(388.237rem * 1 / 18);
  grid-column: 1 / span 6;
  grid-row: 14 / span 2;
  margin-left: calc(-242.37rem * 1 / 18);
}
.ocg__gallery-img:nth-child(10) {
  width: calc(710.749rem * 1 / 18);
  height: calc(481.264rem * 1 / 18);
  margin-top: calc(-28.08rem * 1 / 18);
  grid-column: 1 / span 12;
  grid-row: 10 / span 3;
}
.ocg__gallery-img:nth-child(11) {
  width: calc(470rem * 1 / 18);
  height: calc(279.343rem * 1 / 18);
  grid-column: 26 / span 5;
  grid-row: 14 / span 1;
}
.ocg__gallery-img:nth-child(12) {
  width: calc(470rem*1 / 18);
  height: calc(355.343rem*1 / 18);
  grid-column: 18 / span 7;
  grid-row: 10 / span 3;
}
.ocg__gallery-img:nth-child(13) {
  width: calc(684.621rem * 1 / 18);
  height: calc(388.237rem * 1 / 18);
  grid-column: 2 / span 11;
  grid-row: 17 / span 3;
}
.ocg__gallery-img:nth-child(14) {
  width: calc(554.948rem * 1 / 18);
  height: calc(674rem * 1 / 18);
  grid-column: 11 / span 7;
  grid-row: 10 / span 6;
  margin-top: calc(120.08rem*1 / 18);
  margin-left: calc(-28.08rem * 1 / 18);
  justify-self: flex-end;
}
.ocg__gallery-img:nth-child(15) {
  width: calc(684.621rem * 1 / 18);
  height: calc(388.237rem * 1 / 18);
  grid-column: 19 / span 10;
  grid-row: 19 / span 3;
}
.ocg__gallery-img:nth-child(16) {
  width: calc(597.749rem * 1 / 18);
  height: calc(372.264rem * 1 / 18);
  grid-column: 1 / span 12;
  grid-row: 14 / span 3;
  margin-top: calc(63.08rem*1 / 18);
  margin-left: calc(113.08rem*1 / 18);
}
.ocg__gallery-img:nth-child(17) {
  width: calc(843.749rem * 1 / 18);
  height: calc(481.264rem * 1 / 18);
  grid-column: 1 / span 12;
  grid-row: 21 / span 3;
  margin-left: calc(-31.08rem * 1 / 18);
}
.ocg__gallery-img:nth-child(18) {
  width: calc(843.749rem * 1 / 18);
  height: calc(481.264rem * 1 / 18);
  grid-column: 1 / span 12;
  grid-row: 22 / span 3;
  margin-left: calc(-31.08rem * 1 / 18);
}
.ocg__gallery-img:nth-child(19) {
  width: calc(843.749rem * 1 / 18);
  height: calc(481.264rem * 1 / 18);
  grid-column: 1 / span 12;
  grid-row: 22 / span 3;
  margin-left: calc(-31.08rem * 1 / 18);
}
.ocg__gallery-img:nth-child(20) {
  width: calc(843.749rem * 1 / 18);
  height: calc(481.264rem * 1 / 18);
  grid-column: 1 / span 12;
  grid-row: 22 / span 3;
  margin-left: calc(-31.08rem * 1 / 18);
}
.oct {
  display: grid;
  grid-template-columns: 5.73% repeat(24, 1fr) 5.73%;
  column-gap: calc(20rem * 1 / 18);
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 1023px) {
  .oct {
    padding-left: 32px;
    padding-right: 32px;
    grid-template-columns: repeat(4, 1fr);
    column-gap: 20px;
  }
}
@media only screen and (max-width: 600px) {
  .oct {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.oct__text {
  grid-column: 6 / span 16;
  padding: calc(80rem * 1 / 18);
  background-color: white;
  border-radius: calc(45rem * 1 / 18);
  box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.15);
}
@media only screen and (max-width: 1023px) {
  .oct__text {
    grid-column: 1 / -1;
    padding: 40px;
    border-radius: 45px;
  }
}
.oct__text p {
  font-family: greycliff-cf, sans-serif;
  font-size: calc(16rem * 1 / 18 * var(--text-multiplier));
  font-weight: normal !important;
  line-height: calc(28rem * 1 / 18 * var(--text-multiplier));
  letter-spacing: calc(0rem * 1 / 18 * var(--text-multiplier));
  margin-bottom: calc(20rem * 1 / 18);
  color: #3E3441;
}
@media only screen and (max-width: 1023px) {
  .oct__text p {
    font-size: 16px;
    line-height: 28px;
  }
}
@media only screen and (max-width: 1023px) {
  .oct__text p {
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 12px;
  }
}
.oct__text p a {
  text-decoration: none;
  color: inherit;
}
.oct__text h3 {
  text-align: center;
  margin-bottom: calc(60rem * 1 / 18) !important;
}
@media only screen and (max-width: 1023px) {
  .oct__text h3 {
    margin-bottom: 30px !important;
  }
}
.oct__text h3,
.oct__text h4 {
  color: #E65621 !important;
}
.oct__text a {
  color: #E65621 !important;
  font-family: greycliff-cf, sans-serif;
  font-size: calc(16rem * 1 / 18 * var(--text-multiplier));
  font-weight: normal !important;
  line-height: calc(28rem * 1 / 18 * var(--text-multiplier));
  letter-spacing: calc(0rem * 1 / 18 * var(--text-multiplier));
  margin-bottom: calc(20rem * 1 / 18);
  color: #3E3441;
}
@media only screen and (max-width: 1023px) {
  .oct__text a {
    font-size: 16px;
    line-height: 28px;
  }
}
@media only screen and (max-width: 1023px) {
  .oct__text a {
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 12px;
  }
}
.oct__text a a {
  text-decoration: none;
  color: inherit;
}
.oetg {
  display: grid;
  grid-template-columns: 5.73% repeat(24, 1fr) 5.73%;
  column-gap: calc(20rem * 1 / 18);
  position: relative;
}
@media only screen and (max-width: 1023px) {
  .oetg {
    padding-left: 32px;
    padding-right: 32px;
    grid-template-columns: repeat(4, 1fr);
    column-gap: 20px;
  }
}
@media only screen and (max-width: 600px) {
  .oetg {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.oetg__heading {
  grid-column: 6 / span 16;
  text-align: center;
  position: relative;
  z-index: 2;
  color: #3E3441;
  font-family: greycliff-cf, sans-serif;
  font-size: calc(14rem * 1 / 18 * var(--text-multiplier));
  font-style: normal;
  font-weight: 600 !important;
  line-height: calc(16rem * 1 / 18 * var(--text-multiplier));
  letter-spacing: calc(0.75rem * 1 / 18 * var(--text-multiplier));
  text-transform: uppercase;
  margin-bottom: calc(100.43rem * 1 / 18);
}
@media only screen and (max-width: 1023px) {
  .oetg__heading {
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.75px;
  }
}
@media only screen and (max-width: 1023px) {
  .oetg__heading {
    grid-column: 1 / -1;
    margin-bottom: 100px;
  }
}
.oetg__teams {
  grid-column: 2 / span 24;
  position: relative;
  display: grid;
  grid-template-columns: repeat(24, 1fr);
  column-gap: calc(20rem * 1 / 18);
  z-index: 2;
  row-gap: calc(79.82rem * 1 / 18);
}
@media only screen and (max-width: 1023px) {
  .oetg__teams {
    grid-column: 1 / -1;
    row-gap: 80px;
    column-gap: 20px;
    grid-template-columns: repeat(12, 1fr);
  }
}
@media only screen and (max-width: 768px) {
  .oetg__teams {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
}
.oetg__team {
  position: relative;
}
@media only screen and (max-width: 1023px) {
  .oetg__team {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
@media only screen and (max-width: 768px) {
  .oetg__team {
    width: min-content;
  }
}
.oetg__team:nth-child(3n+1) {
  grid-column: 5 / span 5;
}
@media only screen and (max-width: 1023px) {
  .oetg__team:nth-child(3n+1) {
    grid-column: 1 / span 4;
    justify-self: flex-start;
  }
}
.oetg__team:nth-child(3n+2) {
  grid-column: 10 / span 6;
  justify-self: center;
}
@media only screen and (max-width: 1023px) {
  .oetg__team:nth-child(3n+2) {
    grid-column: 5 / span 4;
  }
}
.oetg__team:nth-child(3n+3) {
  grid-column: 16 / span 5;
  justify-self: flex-end;
}
@media only screen and (max-width: 1023px) {
  .oetg__team:nth-child(3n+3) {
    grid-column: 9 / span 4;
  }
}
.oetg__team-image {
  width: calc(320rem * 1 / 18);
  height: calc(320rem * 1 / 18);
  position: relative;
}
@media only screen and (max-width: 1023px) {
  .oetg__team-image {
    width: 240px;
    height: 240px;
  }
}
.oetg__team-image--circle {
  background-color: white;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  width: calc(320rem * 1 / 18);
  height: calc(320rem * 1 / 18);
  z-index: 2;
}
@media only screen and (max-width: 1023px) {
  .oetg__team-image--circle {
    width: 240px;
    height: 240px;
  }
}
.oetg__team-image--profile {
  width: calc(248rem * 1 / 18);
  height: calc(248rem * 1 / 18);
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
}
@media only screen and (max-width: 1023px) {
  .oetg__team-image--profile {
    width: 168px;
    height: 168px;
  }
}
.oetg__team-info {
  margin-top: calc(30rem * 1 / 18);
}
@media only screen and (max-width: 1023px) {
  .oetg__team-info {
    margin-top: 30px;
  }
}
.oetg__team-info > * {
  margin-bottom: 0 !important;
  text-align: center;
}
.oetg__team-info--name {
  color: #E65621;
  font-family: canada-type-gibson, sans-serif;
  font-size: calc(22rem * 1 / 18 * var(--text-multiplier));
  font-style: normal;
  font-weight: 600 !important;
  line-height: calc(24rem * 1 / 18 * var(--text-multiplier));
  letter-spacing: unset;
}
@media only screen and (max-width: 1023px) {
  .oetg__team-info--name {
    font-size: 22px;
    line-height: 24px;
    letter-spacing: unset;
  }
}
.oetg__team-info--title {
  color: #3C3634;
  font-size: calc(14rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(24rem * 1 / 18 * var(--text-multiplier));
  font-family: greycliff-cf, sans-serif;
  font-weight: normal;
  font-weight: 600 !important;
  letter-spacing: unset;
  letter-spacing: calc(0.75rem * 1 / 18 * var(--text-multiplier));
  text-transform: uppercase;
}
@media only screen and (max-width: 1023px) {
  .oetg__team-info--title {
    font-size: 14px;
    line-height: 24px;
    letter-spacing: unset;
    letter-spacing: 0.75px;
  }
}
.oetg__ellipse {
  width: calc(1795.921rem * 1 / 18);
  height: calc(1795.921rem * 1 / 18);
  border-radius: calc(1795.921rem * 1 / 18);
  background: radial-gradient(50% 50% at 50% 50%, #FFF 0%, rgba(255, 255, 255, 0) 100%);
  position: absolute;
  top: calc(-682.29rem * 1 / 18);
  left: calc(-510.57rem * 1 / 18);
}
.opr {
  display: grid;
  grid-template-columns: 5.73% repeat(24, 1fr) 5.73%;
  column-gap: calc(20rem * 1 / 18);
  position: relative;
}
@media only screen and (max-width: 1023px) {
  .opr {
    padding-left: 32px;
    padding-right: 32px;
    grid-template-columns: repeat(4, 1fr);
    column-gap: 20px;
  }
}
@media only screen and (max-width: 600px) {
  .opr {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.opr__heading {
  grid-column: 4 / span 20;
  text-align: center;
  position: relative;
  z-index: 2;
  color: #3E3441;
  font-family: greycliff-cf, sans-serif;
  font-size: calc(14rem * 1 / 18 * var(--text-multiplier));
  font-style: normal;
  font-weight: 600 !important;
  line-height: calc(16rem * 1 / 18 * var(--text-multiplier));
  letter-spacing: calc(0.75rem * 1 / 18 * var(--text-multiplier));
  text-transform: uppercase;
  margin-bottom: calc(117.49rem * 1 / 18);
}
@media only screen and (max-width: 1023px) {
  .opr__heading {
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.75px;
  }
}
@media only screen and (max-width: 1023px) {
  .opr__heading {
    grid-column: 1 / -1;
    margin-bottom: 60px;
  }
}
.opr__partners {
  grid-column: 4 / span 20;
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(20, 1fr);
  column-gap: calc(20rem * 1 / 18);
  row-gap: calc(50rem * 1 / 18);
  margin-bottom: calc(26rem * 1 / 18);
}
@media only screen and (max-width: 1023px) {
  .opr__partners {
    grid-column: 1 / -1;
    display: flex;
    flex-wrap: wrap;
    column-gap: 20px;
    row-gap: 50px;
    margin-bottom: 40px;
    justify-content: center;
  }
}
.opr__partner {
  width: calc(260rem * 1 / 18);
  height: calc(80rem * 1 / 18);
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
@media only screen and (max-width: 1023px) {
  .opr__partner {
    width: 200px;
    height: 60px;
  }
}
.opr__partner:nth-child(5n+1) {
  grid-column: 1 / span 4;
}
.opr__partner:nth-child(5n+2) {
  grid-column: 5 / span 4;
}
.opr__partner:nth-child(5n+3) {
  grid-column: 9 / span 4;
}
.opr__partner:nth-child(5n+4) {
  grid-column: 13 / span 4;
}
.opr__partner:nth-child(5n+5) {
  grid-column: 17 / span 4;
}
.opr__partner img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media only screen and (max-width: 1023px) {
  .opr .divider.remove_on_mobile {
    display: none;
  }
}
.opr__rectangle-center {
  width: calc(1920rem * 1 / 18);
  height: calc(707.609rem * 1 / 18);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFF 38%);
  position: absolute;
  top: calc(-143.44rem * 1 / 18);
}
@media only screen and (max-width: 1023px) {
  .opr__rectangle-center {
    width: 100%;
    top: -143.44px;
    height: 707.609px;
  }
}
@media only screen and (max-width: 420px) {
  .opr__rectangle-center {
    height: 1200px;
  }
}
.opr__rectangle-bottom {
  width: calc(1920rem * 1 / 18);
  height: calc(548rem * 1 / 18);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFF 51.5%, rgba(255, 255, 255, 0) 100%);
  position: absolute;
  top: calc(280.65rem * 1 / 18);
}
@media only screen and (max-width: 1023px) {
  .opr__rectangle-bottom {
    width: 100%;
    top: 280.65px;
    height: 548px;
  }
}
@media only screen and (max-width: 420px) {
  .opr__rectangle-bottom {
    height: 1400px;
  }
}
.opr__rectangle-bottom--2 {
  width: calc(1920rem * 1 / 18);
  height: calc(548rem * 1 / 18);
  background: linear-gradient(175deg, rgba(255, 255, 255, 0) 0%, #FFF 51.5%, rgba(255, 255, 255, 0) 100%);
  position: absolute;
  top: calc(380.65rem * 1 / 18);
}
@media only screen and (max-width: 1023px) {
  .opr__rectangle-bottom--2 {
    width: 100%;
    top: 280.65px;
    height: 548px;
  }
}
@media only screen and (max-width: 420px) {
  .opr__rectangle-bottom--2 {
    height: 1400px;
  }
}
.opr__ellipse {
  width: calc(1795.921rem * 1 / 18);
  height: calc(1795.921rem * 1 / 18);
  border-radius: calc(1795.921rem * 1 / 18);
  background: radial-gradient(50% 50% at 50% 50%, #FFF 0%, rgba(255, 255, 255, 0) 100%);
  position: absolute;
  top: calc(-222.95rem * 1 / 18);
  right: calc(-605.92rem * 1 / 18);
}
@media only screen and (max-width: 1023px) {
  .opr__ellipse {
    width: 897.5px;
    height: 897.5px;
    border-radius: 897.5px;
    top: -222.95px;
    right: -300.92px;
  }
}
.optc {
  display: grid;
  grid-template-columns: 5.73% repeat(24, 1fr) 5.73%;
  column-gap: calc(20rem * 1 / 18);
  position: relative;
}
@media only screen and (max-width: 1023px) {
  .optc {
    padding-left: 32px;
    padding-right: 32px;
    grid-template-columns: repeat(4, 1fr);
    column-gap: 20px;
  }
}
@media only screen and (max-width: 600px) {
  .optc {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.optc__heading {
  grid-column: 4 / span 20;
  text-align: center;
  color: #3E3441;
  font-family: greycliff-cf, sans-serif;
  font-size: calc(14rem * 1 / 18 * var(--text-multiplier));
  font-style: normal;
  font-weight: 600 !important;
  line-height: calc(16rem * 1 / 18 * var(--text-multiplier));
  letter-spacing: calc(0.75rem * 1 / 18 * var(--text-multiplier));
  text-transform: uppercase;
  z-index: 2;
  padding-bottom: calc(90.71rem * 1 / 18);
}
@media only screen and (max-width: 1023px) {
  .optc__heading {
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.75px;
  }
}
@media only screen and (max-width: 1023px) {
  .optc__heading {
    padding-bottom: 90px;
    grid-column: 1 / -1;
  }
}
.optc__heading.dark-mode {
  color: #F0EFEF;
}
.optc__partners {
  grid-column: 4 / span 20;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(20, 1fr);
  column-gap: calc(20rem * 1 / 18);
  align-items: center;
}
@media only screen and (max-width: 1023px) {
  .optc__partners {
    grid-column: 1 / -1;
    column-gap: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .optc__partners {
    display: flex;
    flex-direction: column;
    gap: 80px;
  }
}
.optc__partner img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.optc__partner:nth-child(3n+1) {
  grid-column: 1 / span 6;
}
.optc__partner:nth-child(3n+2) {
  grid-column: 9 / span 5;
}
.optc__partner:nth-child(3n+3) {
  grid-column: 16 / span 5;
}
@media only screen and (max-width: 1023px) {
  .optc .divider.remove_on_mobile {
    display: none;
  }
}
.oss {
  display: grid;
  grid-template-columns: 5.73% repeat(24, 1fr) 5.73%;
  column-gap: calc(20rem * 1 / 18);
  position: relative;
  z-index: 3;
}
@media only screen and (max-width: 1023px) {
  .oss {
    padding-left: 32px;
    padding-right: 32px;
    grid-template-columns: repeat(4, 1fr);
    column-gap: 20px;
  }
}
@media only screen and (max-width: 600px) {
  .oss {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (max-width: 1023px) {
  .oss {
    padding-left: 0 !important;
    padding-right: 0 !important;
    display: none;
  }
}
.oss__text {
  grid-column: 6 / span 16;
  text-align: center;
  margin-bottom: calc(40rem * 1 / 18);
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 1023px) {
  .oss__text {
    grid-column: 1 / -1;
    margin-bottom: 40px;
  }
}
.oss__text-subheading {
  color: #3E3441;
  font-family: greycliff-cf, sans-serif;
  font-size: calc(14rem * 1 / 18 * var(--text-multiplier));
  font-style: normal;
  font-weight: 600 !important;
  line-height: calc(16rem * 1 / 18 * var(--text-multiplier));
  letter-spacing: calc(0.75rem * 1 / 18 * var(--text-multiplier));
  text-transform: uppercase;
  padding-bottom: calc(20rem * 1 / 18);
}
@media only screen and (max-width: 1023px) {
  .oss__text-subheading {
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.75px;
  }
}
@media only screen and (max-width: 1023px) {
  .oss__text-subheading {
    padding-bottom: 20px;
  }
}
.oss__text-heading {
  font-family: greycliff-cf, sans-serif;
  font-size: calc(48rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(64rem * 1 / 18 * var(--text-multiplier));
  letter-spacing: unset;
  font-weight: normal;
  color: #FF4D00;
}
@media only screen and (max-width: 1023px) {
  .oss__text-heading {
    font-size: 28px !important;
    line-height: 32px !important;
    letter-spacing: unset;
  }
}
.oss__container {
  background-color: #3E3441;
  grid-column: 1 / -1;
  z-index: 2;
}
.oss__swiper {
  width: 100%;
  display: grid;
  grid-template-columns: 5.73% repeat(24, 1fr) 5.73%;
  column-gap: calc(20rem * 1 / 18);
  position: relative;
  padding-top: calc(69rem * 1 / 18);
}
@media only screen and (max-width: 1023px) {
  .oss__swiper {
    padding-left: 32px;
    padding-right: 32px;
    grid-template-columns: repeat(4, 1fr);
    column-gap: 20px;
  }
}
@media only screen and (max-width: 600px) {
  .oss__swiper {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (max-width: 1023px) {
  .oss__swiper {
    padding-top: 69px;
  }
}
.oss__swiper-wrapper {
  grid-column: 1 / -1;
  position: relative;
  width: calc(678.881rem * 1 / 18);
}
@media only screen and (max-width: 1023px) {
  .oss__swiper-wrapper {
    width: 95%;
  }
}
.oss__swiper-slide {
  grid-column: 9 / span 10;
  width: calc(678.881rem * 1 / 18);
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 1023px) {
  .oss__swiper-slide {
    grid-column: 1 / -1;
    width: 95%;
  }
}
.oss__swiper-slide--image {
  width: calc(678.881rem * 1 / 18);
  height: calc(347.681rem * 1 / 18);
  display: flex;
  justify-content: center;
  align-items: center;
  justify-self: center;
}
@media only screen and (max-width: 1023px) {
  .oss__swiper-slide--image {
    height: 347px;
  }
}
.oss__swiper-slide--image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px 8px 8px 15px;
  box-shadow: 0px 20px 28px 0px rgba(0, 0, 0, 0.25);
}
.oss__swiper-slide--description {
  width: calc(540rem * 1 / 18);
  margin: 0 auto;
}
@media only screen and (max-width: 1023px) {
  .oss__swiper-slide--description {
    width: 60%;
  }
}
@media only screen and (max-width: 600px) {
  .oss__swiper-slide--description {
    width: 65%;
  }
}
.oss__swiper-slide--description > * {
  text-align: center;
  color: #3E3441;
  font-family: greycliff-cf, sans-serif;
  font-size: calc(18rem * 1 / 18 * var(--text-multiplier));
  font-style: normal;
  font-weight: 400;
  line-height: calc(30rem * 1 / 18 * var(--text-multiplier));
  letter-spacing: unset;
  color: white !important;
  margin-bottom: calc(0rem * 1 / 18) !important;
}
@media only screen and (max-width: 1023px) {
  .oss__swiper-slide--description > * {
    font-size: 16px;
    line-height: 26px;
    letter-spacing: unset;
  }
}
.oss__swiper-buttonNext {
  top: unset;
  bottom: calc(50% - 56rem * 1 / 18);
  right: calc(585rem * 1 / 18);
  width: calc(49.3rem * 1 / 18);
  height: calc(49.3rem * 1 / 18);
}
@media only screen and (max-width: 1023px) {
  .oss__swiper-buttonNext {
    bottom: 50%;
    right: 5%;
    width: 49px;
    height: 49px;
    transform: translateY(100%);
  }
}
.oss__swiper-buttonNext img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.oss__swiper-buttonNext::after {
  content: none;
}
.oss__swiper-buttonPrev {
  top: unset;
  bottom: calc(50% - 56rem * 1 / 18);
  left: calc(585rem * 1 / 18);
  width: calc(49.3rem * 1 / 18);
  height: calc(49.3rem * 1 / 18);
  transform: rotate(180deg);
}
@media only screen and (max-width: 1023px) {
  .oss__swiper-buttonPrev {
    bottom: 50%;
    left: 5%;
    width: 49px;
    height: 49px;
    transform: rotate(180deg) translateY(-100%);
  }
}
.oss__swiper-buttonPrev img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.oss__swiper-buttonPrev::after {
  content: none;
}
.oss__timeline {
  display: grid;
  grid-template-columns: 5.73% repeat(24, 1fr) 5.73%;
  column-gap: calc(20rem * 1 / 18);
  margin-top: calc(55.39rem * 1 / 18);
  padding-bottom: calc(67.58rem * 1 / 18);
  position: relative;
}
@media only screen and (max-width: 1023px) {
  .oss__timeline {
    padding-left: 32px;
    padding-right: 32px;
    grid-template-columns: repeat(4, 1fr);
    column-gap: 20px;
    margin-top: 45px;
    padding-bottom: 55px;
  }
}
@media only screen and (max-width: 600px) {
  .oss__timeline {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.oss__timeline-years {
  grid-column: 2 / span 24;
  display: flex;
  justify-content: space-between;
  gap: calc(20rem * 1 / 18);
  height: calc(68rem * 1 / 18);
}
@media only screen and (max-width: 1023px) {
  .oss__timeline-years {
    grid-column: 1 / -1;
    gap: 3px;
    height: auto;
    flex-direction: column;
    position: absolute;
    top: 41px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #3E3441;
    width: 120.42px;
    padding: 10px;
    border-radius: 10px;
  }
}
.oss__timeline-dropdown {
  display: none;
}
@media only screen and (max-width: 1023px) {
  .oss__timeline-dropdown {
    display: block;
    grid-column: 1 / -1;
    margin: 0 auto;
    background: #E65621;
    padding: 10px 43px 10px 20px;
    border-radius: 10px;
    font-size: 20px;
    width: 120.42px;
    position: relative;
    text-align: center;
  }
  .oss__timeline-dropdown > span {
    color: white;
  }
  .oss__timeline-dropdown::after {
    content: '';
    display: block;
    width: 15px;
    height: 12px;
    background-image: url('../images/icons/dropdown_arrow_white.svg');
    background-repeat: no-repeat;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.25s ease-out;
  }
  .oss__timeline-dropdown.expanded::after {
    transform: rotate(180deg) translateY(75%);
  }
}
.oss__timeline-year {
  border-top: calc(2rem * 1 / 18) solid #929295;
  color: #929295;
  font-family: greycliff-cf, sans-serif;
  font-size: calc(28rem * 1 / 18 * var(--text-multiplier));
  font-style: normal;
  font-weight: 400;
  line-height: calc(64rem * 1 / 18 * var(--text-multiplier));
  letter-spacing: unset;
  width: calc(100rem * 1 / 18);
  text-align: center;
  transition: all 0.25s ease-out;
  cursor: pointer;
}
@media only screen and (max-width: 1023px) {
  .oss__timeline-year {
    font-size: 18px;
    line-height: 30px;
    letter-spacing: unset;
  }
}
@media only screen and (max-width: 1023px) {
  .oss__timeline-year {
    width: 100%;
    border-top: 1px solid gray;
    text-align: center;
    padding-top: 2px;
  }
}
.oss__timeline-year.active {
  border-top: calc(4rem * 1 / 18) solid #E65621;
  width: calc(125rem * 1 / 18);
  font-size: calc(36rem * 1 / 18 * var(--text-multiplier));
  color: #E65621;
}
@media only screen and (max-width: 1023px) {
  .oss__timeline-year.active {
    border-top: 1px solid gray;
    width: 100%;
    font-size: 18px;
  }
}
.rlii {
  display: grid;
  grid-template-columns: 5.73% repeat(24, 1fr) 5.73%;
  column-gap: calc(20rem * 1 / 18);
  position: relative;
  margin-top: calc(118rem * 1 / 18);
}
@media only screen and (max-width: 1023px) {
  .rlii {
    padding-left: 32px;
    padding-right: 32px;
    grid-template-columns: repeat(4, 1fr);
    column-gap: 20px;
  }
}
@media only screen and (max-width: 600px) {
  .rlii {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (max-width: 1023px) {
  .rlii {
    margin-top: 118px;
  }
}
.rlii__title {
  grid-column: 3 / span 22;
  text-align: center;
  margin-bottom: calc(42.49rem * 1 / 18) !important;
  color: white;
  font-family: greycliff-cf, sans-serif;
  font-size: calc(48rem * 1 / 18 * var(--text-multiplier)) !important;
  font-style: normal;
  font-weight: normal !important;
  line-height: calc(72rem * 1 / 18 * var(--text-multiplier)) !important;
  letter-spacing: calc(-1rem * 1 / 18 * var(--text-multiplier)) !important;
  letter-spacing: unset !important;
  color: #E65621 !important;
  z-index: 2;
}
@media only screen and (max-width: 1023px) {
  .rlii__title {
    font-size: 36px !important;
    line-height: 44px !important;
    letter-spacing: -1px !important;
  }
}
@media only screen and (max-width: 1023px) {
  .rlii__title {
    grid-column: 1 / -1;
    margin-bottom: 42px !important;
  }
}
.rlii__content {
  grid-column: 3 / span 22;
  background-color: white;
  border-radius: calc(65rem * 1 / 18);
  box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.15);
  width: calc(1448.568rem * 1 / 18);
  min-height: calc(500rem * 1 / 18);
  margin: 0 auto;
  overflow: hidden;
  z-index: 2;
}
@media only screen and (max-width: 1023px) {
  .rlii__content {
    grid-column: 1 / -1;
    width: 100%;
    border-radius: 56px;
    min-height: 500px;
    overflow: unset;
  }
}
.rlii__icon {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: calc(26rem * 1 / 18);
  position: relative;
}
@media only screen and (max-width: 1023px) {
  .rlii__icon {
    padding: 26px;
  }
}
@media only screen and (max-width: 600px) {
  .rlii__icon {
    flex-direction: column;
    gap: 10px;
  }
}
.rlii__icon::after {
  content: '';
  display: block;
  width: 100%;
  height: calc(2rem * 1 / 18);
  background-image: url('../images/rlii/divider-stroke.svg');
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  bottom: calc(-1rem * 1 / 18);
}
@media only screen and (max-width: 1023px) {
  .rlii__icon::after {
    bottom: -1px;
    height: 2px;
  }
}
.rlii__icon-selected img {
  width: calc(90rem * 1 / 18);
  height: calc(90rem * 1 / 18);
  object-fit: contain;
}
@media only screen and (max-width: 1023px) {
  .rlii__icon-selected img {
    width: 90px;
    height: 90px;
  }
}
.rlii__icon-selected.hide {
  display: none;
}
.rlii__icon-selected.show {
  display: flex;
  align-items: center;
  gap: calc(25.65rem * 1 / 18);
}
@media only screen and (max-width: 1023px) {
  .rlii__icon-selected.show {
    gap: 25px;
  }
}
.rlii__icon-selected--name {
  color: #696664;
  font-family: greycliff-cf, sans-serif;
  font-size: calc(36rem * 1 / 18 * var(--text-multiplier));
  font-style: normal;
  font-weight: 400;
  line-height: calc(50rem * 1 / 18 * var(--text-multiplier));
  letter-spacing: unset;
}
@media only screen and (max-width: 1023px) {
  .rlii__icon-selected--name {
    font-size: 36px;
    line-height: 50px;
    letter-spacing: unset;
  }
}
.rlii__icon-notSelected {
  display: flex;
  width: calc(90rem * 1 / 18);
  height: calc(90rem * 1 / 18);
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.25s ease-out;
}
@media only screen and (max-width: 1023px) {
  .rlii__icon-notSelected {
    width: 90px;
    height: 90px;
  }
}
.rlii__icon-notSelected img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.rlii__icon-notSelected img[data-hover='true'] {
  display: none;
}
.rlii__icon-notSelected--wrapper {
  display: flex;
  gap: calc(29.84rem * 1 / 18);
  align-items: center;
}
@media only screen and (max-width: 1023px) {
  .rlii__icon-notSelected--wrapper {
    display: none;
  }
}
.rlii__icon-notSelected--wrapperMobile {
  display: none;
}
@media only screen and (max-width: 1023px) {
  .rlii__icon-notSelected--wrapperMobile {
    display: flex;
    flex-direction: column;
    position: relative;
    gap: 30px;
  }
}
.rlii__icon-notSelected.hide {
  opacity: 0;
  width: 0;
  height: 0;
  position: absolute;
  top: -100px;
}
.rlii__icon-dropdown {
  position: absolute;
  display: none;
  top: 38px;
  z-index: 5;
  width: 100%;
  background: white;
  border-radius: 10px ;
  border: 1px solid #80808059;
}
.rlii__icon-dropdown--heading {
  font-size: calc(18rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(28rem * 1 / 18 * var(--text-multiplier));
  font-family: greycliff-cf, sans-serif;
  font-weight: normal !important;
  letter-spacing: unset;
  margin-bottom: calc(20rem * 1 / 18);
  color: #3E3441;
  text-transform: uppercase;
  margin-bottom: 0 !important;
  border-radius: 10px;
  padding: 5px 35px 5px 10px;
  background: #E65621;
  color: white;
}
@media only screen and (max-width: 1023px) {
  .rlii__icon-dropdown--heading {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 20px;
  }
}
.rlii__icon-dropdown--heading::after {
  content: '';
  display: block;
  width: 15px;
  height: 10px;
  background-image: url('../images/icons/dropdown_arrow_white.svg');
  background-repeat: no-repeat;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.25s ease-out;
}
.rlii__icon-dropdown--heading.expanded::after {
  transform: rotate(180deg) translateY(50%);
}
.rlii__icon-dropdown.show {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.rlii__icon-dropdown--item {
  display: flex;
  align-items: center;
  gap: 20px;
  border-bottom: 1px solid #80808059;
  padding: 8px;
}
.rlii__icon-dropdown--item img {
  width: 60px;
  height: 60px;
  object-fit: contain;
}
.rlii__icon-dropdown--item img[data-click='false'] {
  display: block;
}
.rlii__icon-dropdown--item img[data-click='true'] {
  display: none;
}
.rlii__icon-dropdown--item.active img[data-click='false'] {
  display: none;
}
.rlii__icon-dropdown--item.active img[data-click='true'] {
  display: block;
}
.rlii__icon-dropdown--item span {
  font-size: 18px;
  text-transform: capitalize;
}
.rlii__resources {
  display: none;
}
.rlii__resources.show {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 1023px) {
  .rlii__resources.show {
    flex-direction: column-reverse;
  }
}
.rlii__resources-img {
  width: calc(643.48rem * 1 / 18);
  min-height: calc(501.42rem * 1 / 18);
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 1023px) {
  .rlii__resources-img {
    width: 100%;
    min-height: unset;
    height: 200px;
  }
}
.rlii__resources-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.rlii__resources-list {
  width: calc(100% - 44.42174%);
  display: flex;
  flex-direction: column;
  padding: calc(40.09rem * 1 / 18) calc(87.2rem * 1 / 18) calc(67.65rem * 1 / 18) calc(142.69rem * 1 / 18);
}
@media only screen and (max-width: 1023px) {
  .rlii__resources-list {
    width: 100%;
    padding: 40px 20px 60px 20px;
  }
}
.rlii__resources-list--item {
  border-bottom: calc(1rem * 1 / 18) solid #D9D9D9;
  padding: calc(5rem * 1 / 18) calc(20rem * 1 / 18) calc(10rem * 1 / 18) 0;
  position: relative;
  cursor: pointer;
}
@media only screen and (max-width: 1023px) {
  .rlii__resources-list--item {
    padding: 15px 25px 10px 0;
    border-bottom: 1px solid #D9D9D9;
  }
}
.rlii__resources-list--item a {
  color: #57584F;
  font-family: greycliff-cf, sans-serif;
  font-size: calc(20rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(30rem * 1 / 18 * var(--text-multiplier));
  font-style: normal;
  font-weight: 400;
  letter-spacing: unset;
  display: inline-block;
  text-decoration: none;
  transition: all 0.25s ease-out;
}
@media only screen and (max-width: 1023px) {
  .rlii__resources-list--item a {
    font-size: 20px;
    line-height: 30px;
  }
}
@media only screen and (max-width: 1023px) {
  .rlii__resources-list--item a {
    letter-spacing: unset;
  }
}
.rlii__resources-list--item a.hover {
  text-decoration: underline;
  color: #E65621;
}
.rlii__resources-list--item::after {
  content: '';
  display: block;
  width: calc(14rem * 1 / 18);
  height: calc(16.5rem * 1 / 18);
  background-image: url('../images/icons/download-icon-gray.svg');
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: calc(10rem * 1 / 18);
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.25s ease-out;
}
@media only screen and (max-width: 1023px) {
  .rlii__resources-list--item::after {
    width: 14px;
    height: 17px;
    right: 10px;
    top: 60%;
  }
}
.rlii__resources-list--item.hover::after {
  background-image: url('../images/icons/download-icon-orange.svg');
  animation: move-down 1s infinite;
}
.rlii__resources-list--item.not-for-download::after {
  width: calc(8rem * 1 / 18);
  background-image: url('../images/icons/arrow-right.svg');
}
@media only screen and (max-width: 1023px) {
  .rlii__resources-list--item.not-for-download::after {
    width: 8px;
  }
}
.rlii__resources-list--item.not-for-download.hover::after {
  background-image: url('../images/icons/arrow-right-orange.svg');
  animation: arrow-move 1s infinite;
}
@keyframes arrow-move {
  0% {
    right: calc(15rem * 1 / 18);
  }
  @media only screen and (max-width: 1023px) {
    0% {
      right: 15px;
    }
  }
  100% {
    right: calc(10rem * 1 / 18);
  }
  @media only screen and (max-width: 1023px) {
    100% {
      right: 10px;
    }
  }
}
@keyframes move-down {
  0% {
    top: 50%;
  }
  50% {
    top: 55%;
  }
  100% {
    top: 50%;
  }
}
@media only screen and (max-width: 1023px) {
  .rlii .divider.remove_on_mobile {
    display: none;
  }
}
.sfct {
  display: grid;
  grid-template-columns: 5.73% repeat(24, 1fr) 5.73%;
  column-gap: calc(20rem * 1 / 18);
  position: relative;
  background-color: #E65621;
  padding-top: calc(90rem * 1 / 18);
  padding-bottom: calc(90rem * 1 / 18);
  z-index: 2;
}
@media only screen and (max-width: 1023px) {
  .sfct {
    padding-left: 32px;
    padding-right: 32px;
    grid-template-columns: repeat(4, 1fr);
    column-gap: 20px;
  }
}
@media only screen and (max-width: 600px) {
  .sfct {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (max-width: 1023px) {
  .sfct {
    padding: 104px 40px 89px 40px;
  }
}
.sfct__heading {
  grid-column: 4 / span 20;
  color: white;
  font-family: greycliff-cf, sans-serif;
  font-size: calc(48rem * 1 / 18 * var(--text-multiplier)) !important;
  font-style: normal;
  font-weight: normal !important;
  line-height: calc(72rem * 1 / 18 * var(--text-multiplier)) !important;
  letter-spacing: calc(-1rem * 1 / 18 * var(--text-multiplier)) !important;
  margin-bottom: calc(70rem * 1 / 18);
}
@media only screen and (max-width: 1023px) {
  .sfct__heading {
    font-size: 36px !important;
    line-height: 44px !important;
    letter-spacing: -1px !important;
  }
}
@media only screen and (max-width: 1023px) {
  .sfct__heading {
    grid-column: 1 / -1;
    margin-bottom: 50px;
    text-align: center;
  }
}
.sfct__stats {
  grid-column: 1 / -1;
  width: 100%;
  max-width: calc(1752rem * 1 / 18);
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: calc(88rem * 1 / 18);
}
@media only screen and (max-width: 1023px) {
  .sfct__stats {
    display: flex;
    flex-direction: column;
    max-width: 100%;
    gap: 100px;
  }
}
.sfct__stat {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: calc(280rem * 1 / 18);
  justify-content: center;
  gap: calc(15rem * 1 / 18);
  position: relative;
}
@media only screen and (max-width: 1023px) {
  .sfct__stat {
    max-width: 100%;
    gap: 15px;
  }
}
.sfct__stat.separate-line::after {
  content: '';
  position: absolute;
  top: 0;
  right: calc(-44rem * 1 / 18);
  width: 1px;
  height: calc(166.3rem * 1 / 18);
  background-color: white;
}
@media only screen and (max-width: 1023px) {
  .sfct__stat.separate-line::after {
    bottom: -50px;
    top: unset;
    right: unset;
    height: 1px;
    width: 100%;
  }
}
.sfct__stat-container {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: calc(15rem * 1 / 18);
  min-height: calc(84rem * 1 / 18);
}
@media only screen and (max-width: 1023px) {
  .sfct__stat-container {
    gap: 15px;
    min-height: 84px;
  }
}
.sfct__stat-textOver {
  color: white;
  font-family: greycliff-cf, sans-serif;
  font-size: 21px;
  font-style: normal;
  font-weight: 500;
  line-height: 40px;
}
.sfct__stat-value {
  color: white;
  font-family: greycliff-cf, sans-serif;
  font-size: calc(84rem * 1 / 18 * var(--text-multiplier));
  font-style: normal;
  font-weight: 500 !important;
  line-height: calc(40rem * 1 / 18 * var(--text-multiplier));
  letter-spacing: unset;
  text-align: center;
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.3s ease, transform 0.3s ease;
}
@media only screen and (max-width: 1023px) {
  .sfct__stat-value {
    font-size: 84px;
    line-height: 40px;
    letter-spacing: 0px;
    letter-spacing: unset;
  }
}
.sfct__stat-value[data-visible="true"] {
  opacity: 1;
  transform: translateY(0);
}
.sfct__stat-lowerText {
  color: white;
  margin-bottom: 0 !important;
  text-align: center;
}
@media only screen and (max-width: 1023px) {
  .sfct__stat-lowerText {
    font-size: 18px;
  }
}
.smid {
  display: grid;
  grid-template-columns: 5.73% repeat(24, 1fr) 5.73%;
  column-gap: calc(20rem * 1 / 18);
  position: relative;
  background-color: white;
  padding-bottom: calc(189rem * 1 / 18);
}
@media only screen and (max-width: 1023px) {
  .smid {
    padding-left: 32px;
    padding-right: 32px;
    grid-template-columns: repeat(4, 1fr);
    column-gap: 20px;
  }
}
@media only screen and (max-width: 600px) {
  .smid {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (max-width: 1023px) {
  .smid {
    display: none;
  }
}
.smid__title {
  grid-column: 4 / span 20;
  font-family: greycliff-cf, sans-serif;
  font-size: calc(48rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(72rem * 1 / 18 * var(--text-multiplier));
  letter-spacing: calc(-1rem * 1 / 18 * var(--text-multiplier));
  font-weight: normal;
  color: #FF4D00;
  text-align: center;
  z-index: 2;
}
@media only screen and (max-width: 1023px) {
  .smid__title {
    font-size: 48px !important;
    line-height: 72px !important;
    letter-spacing: -1px !important;
  }
}
.smid__title a {
  font-family: greycliff-cf, sans-serif;
  font-size: calc(48rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(72rem * 1 / 18 * var(--text-multiplier));
  letter-spacing: calc(-1rem * 1 / 18 * var(--text-multiplier));
  font-weight: normal;
  color: #FF4D00;
}
@media only screen and (max-width: 1023px) {
  .smid__title a {
    font-size: 48px !important;
    line-height: 72px !important;
    letter-spacing: -1px !important;
  }
}
.smid__social {
  grid-column: 4 / span 20;
  display: grid;
  position: relative;
  grid-template-columns: repeat(20, 1fr);
  column-gap: calc(20rem * 1 / 18);
  margin-top: calc(35rem * 1 / 18);
  z-index: 2;
}
.smid__social iframe {
  grid-column: 1 / -1;
}
.smid__social-item {
  position: relative;
  width: calc(330rem * 1 / 18);
  height: calc(330rem * 1 / 18);
  border-radius: calc(15rem * 1 / 18);
  box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.2);
}
.smid__social-item:nth-child(4n+1) {
  grid-column: 1 / span 5;
}
.smid__social-item:nth-child(4n+2) {
  grid-column: 6 / span 5;
  margin-top: calc(30rem * 1 / 18);
}
.smid__social-item:nth-child(4n+3) {
  grid-column: 11 / span 5;
  margin-top: calc(30rem * 1 / 18);
}
.smid__social-item:nth-child(4n+4) {
  grid-column: 16 / span 5;
}
.smid__social-item--info {
  position: absolute;
  bottom: calc(17rem * 1 / 18);
  left: calc(13rem * 1 / 18);
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: calc(16rem * 1 / 18);
}
.smid__social-item--logo {
  width: calc(57rem * 1 / 18);
  height: calc(57rem * 1 / 18);
  display: flex;
  justify-content: center;
  align-items: center;
}
.smid__social-item--logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.smid__social-item--account {
  color: white;
  font-family: greycliff-cf, sans-serif;
  font-size: calc(17rem * 1 / 18 * var(--text-multiplier));
  font-style: normal;
  font-weight: 600 !important;
  line-height: calc(25rem * 1 / 18 * var(--text-multiplier));
  letter-spacing: unset;
}
@media only screen and (max-width: 1023px) {
  .smid__social-item--account {
    font-size: 17px;
    line-height: 25px;
    letter-spacing: unset;
  }
}
.smid__social-item--time {
  color: white;
  font-family: greycliff-cf, sans-serif;
  font-size: calc(15rem * 1 / 18 * var(--text-multiplier));
  font-style: normal;
  font-weight: 600 !important;
  line-height: calc(25rem * 1 / 18 * var(--text-multiplier));
  letter-spacing: unset;
}
@media only screen and (max-width: 1023px) {
  .smid__social-item--time {
    font-size: 15px;
    line-height: 25px;
    letter-spacing: unset;
  }
}
.smid__social-item--image {
  width: calc(330rem * 1 / 18);
  height: calc(330rem * 1 / 18);
  border-radius: calc(15rem * 1 / 18);
  display: flex;
  justify-content: center;
  align-items: center;
}
.smid__social-item--image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: calc(15rem * 1 / 18);
}
.smid__social-logoInsta {
  width: calc(19.6rem * 1 / 18);
  height: calc(19.6rem * 1 / 18);
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: calc(29.5rem * 1 / 18);
  right: calc(24.5rem * 1 / 18);
  z-index: 3;
}
.smid__linearGradient {
  border-radius: calc(15rem * 1 / 18);
  display: none;
}
.smid__rectangleGradient {
  display: none;
}
.smid__linearGradident {
  left: 0;
  display: none;
}
@media only screen and (max-width: 1023px) {
  .smid .divider.remove_on_mobile {
    display: none;
  }
}
.tib {
  display: grid;
  grid-template-columns: 5.73% repeat(24, 1fr) 5.73%;
  column-gap: calc(20rem * 1 / 18);
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 1023px) {
  .tib {
    padding-left: 32px;
    padding-right: 32px;
    grid-template-columns: repeat(4, 1fr);
    column-gap: 20px;
  }
}
@media only screen and (max-width: 600px) {
  .tib {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.tib__wrapper {
  grid-column: 2 / span 24;
  display: grid;
  grid-template-columns: repeat(24, 1fr);
  column-gap: calc(20rem * 1 / 18);
  position: relative;
  border-radius: calc(45rem * 1 / 18);
  box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.15);
}
@media only screen and (max-width: 1023px) {
  .tib__wrapper {
    grid-column: 1 / -1;
    column-gap: 20px;
    border-radius: 45px;
  }
}
@media only screen and (max-width: 850px) {
  .tib__wrapper {
    display: flex;
    flex-direction: column;
  }
}
.tib__image {
  width: 100%;
  min-height: calc(450rem * 1 / 18);
}
@media only screen and (max-width: 1023px) {
  .tib__image {
    min-height: 300px;
  }
}
@media only screen and (max-width: 850px) {
  .tib__image {
    height: 300px;
    border-radius: 45px 45px 0 0;
  }
}
@media only screen and (max-width: 600px) {
  .tib__image {
    height: 200px;
    min-height: 200px;
  }
}
.tib__image.left {
  order: -1;
  grid-column: 1 / span 12;
}
.tib__image.left img {
  border-radius: calc(45rem * 1 / 18) 0 0 calc(45rem * 1 / 18);
}
@media only screen and (max-width: 1023px) {
  .tib__image.left img {
    border-radius: 45px 0 0 45px;
  }
}
@media only screen and (max-width: 850px) {
  .tib__image.left img {
    border-radius: 45px 45px 0 0;
  }
}
.tib__image.right {
  grid-column: 13 / span 12;
}
@media only screen and (max-width: 850px) {
  .tib__image.right {
    order: -1;
  }
}
.tib__image.right img {
  border-radius: 0 calc(45rem * 1 / 18) calc(45rem * 1 / 18) 0;
}
@media only screen and (max-width: 1023px) {
  .tib__image.right img {
    border-radius: 0 45px 45px 0;
  }
}
@media only screen and (max-width: 850px) {
  .tib__image.right img {
    border-radius: 45px 45px 0 0;
  }
}
.tib__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.tib__text {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border: calc(2rem * 1 / 18) solid var(--border-color);
  padding: calc(20rem * 1 / 18) calc(40rem * 1 / 18);
}
@media only screen and (max-width: 1023px) {
  .tib__text {
    border: 2px solid var(--border-color);
    padding: 20px 40px;
  }
}
.tib__text > * {
  color: var(--text-color) !important;
  font-size: calc(18rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(28rem * 1 / 18 * var(--text-multiplier));
  font-family: greycliff-cf, sans-serif;
  font-weight: normal !important;
  letter-spacing: unset;
  margin-bottom: calc(20rem * 1 / 18);
  color: #3E3441;
}
@media only screen and (max-width: 1023px) {
  .tib__text > * {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 20px;
  }
}
.tib__text.right {
  grid-column: 13 / span 12;
  border-radius: 0 calc(25rem * 1 / 18) calc(25rem * 1 / 18) 0;
  margin: calc(20rem * 1 / 18) calc(20rem * 1 / 18) calc(20rem * 1 / 18) 0;
}
@media only screen and (max-width: 1023px) {
  .tib__text.right {
    border-radius: 0 25px 25px 0;
    margin: 20px 20px 20px 0;
  }
}
@media only screen and (max-width: 850px) {
  .tib__text.right {
    border-radius: 0 0 25px 25px;
    margin: 20px;
  }
}
.tib__text.left {
  grid-column: 1 / span 12;
  border-radius: calc(25rem * 1 / 18) 0 0 calc(25rem * 1 / 18);
  margin: calc(20rem * 1 / 18) 0 calc(20rem * 1 / 18) calc(20rem * 1 / 18);
}
@media only screen and (max-width: 1023px) {
  .tib__text.left {
    border-radius: 25px 0 0 25px;
    margin: 20px 0 20px 20px;
  }
}
@media only screen and (max-width: 850px) {
  .tib__text.left {
    border-radius: 0 0 25px 25px;
    margin: 20px;
  }
}
.tmts {
  display: grid;
  grid-template-columns: 5.73% repeat(24, 1fr) 5.73%;
  column-gap: calc(20rem * 1 / 18);
  position: relative;
  z-index: 5;
  /* WebKit (Chrome, Safari, Edge) */
  /* Webkit browsers (Chrome, Edge, Safari) */
  /* Firefox */
  /* Firefox */
}
@media only screen and (max-width: 1023px) {
  .tmts {
    padding-left: 32px;
    padding-right: 32px;
    grid-template-columns: repeat(4, 1fr);
    column-gap: 20px;
  }
}
@media only screen and (max-width: 600px) {
  .tmts {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (max-width: 1023px) {
  .tmts {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.tmts__heading {
  grid-column: 7 / span 14;
  text-align: center;
  width: 100%;
  max-width: calc(919.21rem * 1 / 18);
  color: #E65621 !important;
  font-family: greycliff-cf, sans-serif !important;
  font-size: calc(48rem * 1 / 18 * var(--text-multiplier)) !important;
  font-style: normal !important;
  font-weight: normal !important !important;
  line-height: calc(56rem * 1 / 18 * var(--text-multiplier)) !important;
  letter-spacing: calc(-1rem * 1 / 18 * var(--text-multiplier)) !important;
  margin-bottom: calc(51.48rem * 1 / 18) !important;
}
@media only screen and (max-width: 1023px) {
  .tmts__heading {
    font-size: 36px !important;
    line-height: 36px !important;
    letter-spacing: -1px !important;
  }
}
@media only screen and (max-width: 1023px) {
  .tmts__heading {
    grid-column: 1 / -1;
    max-width: 100%;
    margin-bottom: 51.48px !important;
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 100px;
  }
}
.tmts__heading.under_review {
  margin-bottom: 0 !important;
}
.tmts__testimonials {
  grid-column: 1 / -1;
  width: 100%;
  padding: 120px calc(145rem * 1 / 18) 100px calc(102rem * 1 / 18);
  min-height: 400px;
  z-index: 5;
}
@media only screen and (max-width: 1023px) {
  .tmts__testimonials {
    padding: 60px 30px 50px 30px;
  }
}
.tmts__testimonial-top {
  position: relative;
  width: calc(400rem * 1 / 18);
  cursor: pointer;
  border-radius: calc(20rem * 1 / 18);
  box-shadow: 0px 28px 32px 0px rgba(0, 0, 0, 0.2);
  overflow: hidden;
}
@media only screen and (max-width: 1023px) {
  .tmts__testimonial-top {
    width: 300px;
    border-radius: 20px;
  }
}
@media only screen and (max-width: 420px) {
  .tmts__testimonial-top {
    width: 250px;
  }
}
.tmts__testimonial-image {
  width: calc(400rem * 1 / 18);
  height: calc(587.51rem * 1 / 18);
  border-radius: calc(20rem * 1 / 18);
  box-shadow: 0px 28px 32px 0px rgba(0, 0, 0, 0.2);
}
@media only screen and (max-width: 1023px) {
  .tmts__testimonial-image {
    width: 300px;
    height: 440px;
    border-radius: 20px;
  }
}
@media only screen and (max-width: 420px) {
  .tmts__testimonial-image {
    width: 250px;
    height: 370px;
  }
}
.tmts__testimonial-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: calc(20rem * 1 / 18);
  transition: all 0.25s ease-out;
}
@media only screen and (max-width: 1023px) {
  .tmts__testimonial-image img {
    border-radius: 20px;
  }
}
.tmts__testimonial-image img.hover {
  transform: scale(1.1);
  filter: brightness(0.9);
}
.tmts__testimonial-slideInner {
  width: calc(400rem * 1 / 18);
  position: relative;
}
@media only screen and (max-width: 1023px) {
  .tmts__testimonial-slideInner {
    width: 300px;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 420px) {
  .tmts__testimonial-slideInner {
    width: 250px;
    justify-self: center;
  }
}
.tmts__testimonial-textOnImage {
  position: absolute;
  bottom: calc(29.02rem * 1 / 18);
  left: calc(32.84rem * 1 / 18);
  z-index: 3;
}
@media only screen and (max-width: 1023px) {
  .tmts__testimonial-textOnImage {
    bottom: 20px;
    left: 20px;
  }
}
.tmts__testimonial-textOnImage--quotationMark {
  display: block;
  color: white;
  font-family: nicholas, sans-serif;
  font-size: calc(100rem * 1 / 18 * var(--text-multiplier));
  font-style: normal;
  font-weight: bold !important;
  line-height: calc(40rem * 1 / 18 * var(--text-multiplier));
  letter-spacing: calc(0.5rem * 1 / 18 * var(--text-multiplier));
}
@media only screen and (max-width: 1023px) {
  .tmts__testimonial-textOnImage--quotationMark {
    font-size: 50px;
    line-height: 30px;
    letter-spacing: 0.5px;
  }
}
.tmts__testimonial-textOnImage--quote {
  color: white;
  font-family: nicholas, sans-serif;
  font-size: calc(36rem * 1 / 18 * var(--text-multiplier));
  font-style: normal;
  font-weight: 700 !important;
  line-height: calc(40rem * 1 / 18 * var(--text-multiplier));
  letter-spacing: calc(0.5rem * 1 / 18 * var(--text-multiplier));
  margin-bottom: 0 !important;
}
@media only screen and (max-width: 1023px) {
  .tmts__testimonial-textOnImage--quote {
    font-size: 28px;
    line-height: 34px;
    letter-spacing: 0.5px;
  }
}
@media only screen and (max-width: 420px) {
  .tmts__testimonial-textOnImage--quote {
    font-size: 24px;
    line-height: 28px;
  }
}
.tmts__testimonial-blackGradient {
  position: absolute;
  width: calc(400rem * 1 / 18);
  height: 100%;
  left: 0;
  bottom: 0;
  z-index: 2 ;
  border-radius: calc(20rem * 1 / 18);
  background: linear-gradient(180deg, rgba(15, 15, 15, 0) 40%, #0F0F0F 100%);
  background-blend-mode: luminosity;
}
@media only screen and (max-width: 1023px) {
  .tmts__testimonial-blackGradient {
    width: 300px;
    height: 330px;
    border-radius: 20px;
  }
}
@media only screen and (max-width: 420px) {
  .tmts__testimonial-blackGradient {
    width: 250px;
    height: 275px;
  }
}
.tmts__testimonial-content {
  margin-top: calc(20rem * 1 / 18);
  padding-left: calc(10rem * 1 / 18);
}
@media only screen and (max-width: 1023px) {
  .tmts__testimonial-content {
    margin-top: 20px;
    padding-left: 10px;
  }
}
.tmts__testimonial-content--name,
.tmts__testimonial-content--role {
  margin-bottom: 0 !important;
  line-height: calc(24rem*1 / 18*var(--text-multiplier));
  color: #57584F !important;
  font-family: greycliff-cf, sans-serif;
  font-size: calc(16rem * 1 / 18 * var(--text-multiplier));
  font-weight: normal !important;
  line-height: calc(28rem * 1 / 18 * var(--text-multiplier));
  letter-spacing: calc(0rem * 1 / 18 * var(--text-multiplier));
  margin-bottom: calc(20rem * 1 / 18);
  color: #3E3441;
}
@media only screen and (max-width: 1023px) {
  .tmts__testimonial-content--name,
  .tmts__testimonial-content--role {
    font-size: 16px;
    line-height: 28px;
  }
}
@media only screen and (max-width: 1023px) {
  .tmts__testimonial-content--name,
  .tmts__testimonial-content--role {
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 12px;
  }
}
.tmts__testimonial-content--name a,
.tmts__testimonial-content--role a {
  text-decoration: none;
  color: inherit;
}
@media only screen and (max-width: 1023px) {
  .tmts__testimonial-content--name,
  .tmts__testimonial-content--role {
    line-height: 24px;
  }
}
.tmts__testimonial-content--name {
  font-weight: 700 !important;
}
.tmts__testimonial-playButton {
  width: calc(67rem * 1 / 18);
  height: calc(67rem * 1 / 18);
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: calc(29.84rem * 1 / 18);
  bottom: calc(228rem * 1 / 18);
  z-index: 10;
}
.tmts__testimonial-playButton svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.tmts__testimonial-video {
  display: none;
  width: calc(400rem * 1 / 18);
  height: calc(587.51rem * 1 / 18);
  border-radius: calc(20rem * 1 / 18);
  object-fit: cover;
}
@media only screen and (max-width: 1023px) {
  .tmts__testimonial-video {
    width: 300px;
    height: 440px;
    border-radius: 20px;
  }
}
@media only screen and (max-width: 420px) {
  .tmts__testimonial-video {
    width: 250px;
    height: 370px;
  }
}
.tmts__testimonial-video.show {
  display: block;
}
.tmts .swiper-slide {
  position: relative;
  transition: all 0.25s ease-out;
}
.tmts .swiper-button-next {
  top: calc(315rem * 1 / 18);
  right: calc(240rem * 1 / 18);
  width: calc(49.3rem * 1 / 18);
  height: calc(49.3rem * 1 / 18);
}
@media only screen and (max-width: 1023px) {
  .tmts .swiper-button-next {
    top: 315px;
    right: 20px;
    width: 49.3px;
    height: 49.3px;
  }
}
@media only screen and (max-width: 420px) {
  .tmts .swiper-button-next {
    top: 250px;
  }
}
.tmts .swiper-button-next img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.tmts .swiper-button-next::after {
  content: none;
}
.tmts .swiper-button-next.under_review {
  top: calc(500rem * 1 / 18);
  right: calc(80rem * 1 / 18);
}
.tmts .swiper-button-prev {
  top: calc(315rem * 1 / 18);
  left: calc(240rem * 1 / 18);
  width: calc(49.3rem * 1 / 18);
  height: calc(49.3rem * 1 / 18);
  transform: rotate(180deg);
}
@media only screen and (max-width: 1023px) {
  .tmts .swiper-button-prev {
    top: 315px;
    left: 20px;
    width: 49.3px;
    height: 49.3px;
  }
}
@media only screen and (max-width: 420px) {
  .tmts .swiper-button-prev {
    top: 250px;
  }
}
.tmts .swiper-button-prev img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.tmts .swiper-button-prev::after {
  content: none;
}
.tmts .swiper-button-prev.under_review {
  top: calc(500rem * 1 / 18);
  left: calc(80rem * 1 / 18);
}
.tmts .volume-container {
  display: none;
}
.tmts .volume-container.show {
  display: block;
  position: absolute;
  right: 2%;
  bottom: 12%;
  z-index: 10;
}
@media only screen and (max-width: 1023px) {
  .tmts .volume-container.show {
    bottom: 14%;
  }
}
@media only screen and (max-width: 420px) {
  .tmts .volume-container.show {
    display: none;
  }
}
.tmts .video-volume {
  writing-mode: vertical-lr;
  /* For vertical slider */
  direction: rtl;
  /* Ensures correct min/max direction */
  -webkit-appearance: none;
  /* Remove default styles */
  width: 8px;
  /* Adjust width */
  height: 100px;
  /* Adjust height */
  background: #ddd;
  /* Background color */
  border-radius: 5px;
  outline: none;
}
.tmts .video-volume::-webkit-slider-runnable-track {
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, #E65621 var(--progress), #ddd var(--progress));
  border-radius: 5px;
}
.tmts .video-volume::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 16px;
  height: 16px;
  background: #E65621;
  border-radius: 50%;
  cursor: pointer;
  transform: translateX(-25%);
}
.tmts .video-volume::-moz-range-track {
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, #E65621 var(--progress), #ddd var(--progress));
  border-radius: 5px;
  transform: translateX(-25%);
}
.tmts .video-volume::-moz-range-thumb {
  width: 16px;
  height: 16px;
  background: #E65621;
  border-radius: 50%;
  cursor: pointer;
}
.ts {
  display: grid;
  grid-template-columns: 5.73% repeat(24, 1fr) 5.73%;
  column-gap: calc(20rem * 1 / 18);
  position: relative;
}
@media only screen and (max-width: 1023px) {
  .ts {
    padding-left: 32px;
    padding-right: 32px;
    grid-template-columns: repeat(4, 1fr);
    column-gap: 20px;
  }
}
@media only screen and (max-width: 600px) {
  .ts {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.ts__intro {
  grid-column: 4 / span 20;
  padding-bottom: calc(40rem * 1 / 18);
}
@media only screen and (max-width: 1023px) {
  .ts__intro {
    grid-column: 1 / -1;
    padding-bottom: 40px;
  }
}
.ts__posts {
  grid-column: 4 / span 20;
  display: grid;
  grid-template-columns: repeat(20, 1fr);
  column-gap: calc(20rem * 1 / 18);
  row-gap: calc(80rem * 1 / 18);
  position: relative;
  z-index: 2;
  margin-bottom: calc(100rem * 1 / 18);
}
@media only screen and (max-width: 1023px) {
  .ts__posts {
    grid-column: 1/-1;
    grid-template-columns: repeat(4, 1fr);
    column-gap: 20px;
    row-gap: 80px;
    margin-bottom: 100px;
  }
}
.ts__post {
  cursor: pointer;
}
.ts__post.hide {
  display: none;
}
.ts__post:nth-child(3n+1) {
  grid-column: 1 / span 6;
}
@media only screen and (max-width: 1023px) {
  .ts__post:nth-child(3n+1) {
    grid-column: 1/-1;
  }
}
.ts__post:nth-child(3n+2) {
  grid-column: 8 / span 6;
}
@media only screen and (max-width: 1023px) {
  .ts__post:nth-child(3n+2) {
    grid-column: 1/-1;
  }
}
.ts__post:nth-child(3n+3) {
  grid-column: 15 / span 6;
}
@media only screen and (max-width: 1023px) {
  .ts__post:nth-child(3n+3) {
    grid-column: 1/-1;
    display: none;
  }
  .ts__post:nth-child(3n+3).show {
    display: block;
  }
}
.ts__post-container {
  display: flex;
  flex-direction: column;
  gap: calc(30rem * 1 / 18);
}
@media only screen and (max-width: 1023px) {
  .ts__post-container {
    gap: 30px;
  }
}
.ts__post-image {
  width: calc(400rem * 1 / 18);
  height: calc(280rem * 1 / 18);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: calc(20rem * 1 / 18);
  overflow: hidden;
}
@media only screen and (max-width: 1023px) {
  .ts__post-image {
    width: 100%;
    max-width: 100%;
    height: 400px;
    border-radius: 25px;
  }
}
@media only screen and (max-width: 600px) {
  .ts__post-image {
    height: 300px;
  }
}
@media only screen and (max-width: 420px) {
  .ts__post-image {
    height: 220px;
  }
}
@media only screen and (max-width: 360px) {
  .ts__post-image {
    max-width: 320px;
  }
}
.ts__post-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: calc(20rem * 1 / 18);
  transition: all 0.25s ease-out;
}
@media only screen and (max-width: 1023px) {
  .ts__post-image img {
    border-radius: 25px;
  }
}
.ts__post-image.hovered img {
  transform: scale(1.05);
  filter: brightness(0.7);
}
.ts__post-content {
  display: flex;
  flex-direction: column;
  gap: calc(10rem * 1 / 18);
}
@media only screen and (max-width: 1023px) {
  .ts__post-content {
    gap: 10px;
  }
}
.ts__post-additional {
  margin-top: calc(20rem * 1 / 18);
}
@media only screen and (max-width: 1023px) {
  .ts__post-additional {
    margin-top: 20px;
    display: flex;
    justify-content: flex-start;
    gap: 23px;
    align-items: center;
    flex-wrap: wrap;
    row-gap: 5px;
  }
}
.ts__post-date {
  color: #57584F;
  font-family: greycliff-cf, sans-serif;
  font-size: calc(16rem * 1 / 18 * var(--text-multiplier));
  font-style: normal;
  font-weight: 500 !important;
  line-height: calc(16rem * 1 / 18 * var(--text-multiplier));
  letter-spacing: normal;
}
@media only screen and (max-width: 1023px) {
  .ts__post-date {
    font-size: 16px;
    line-height: 16px;
    letter-spacing: normal;
  }
}
.ts__post-title {
  color: #3E3441;
  font-family: greycliff-cf, sans-serif;
  font-size: calc(36rem * 1 / 18 * var(--text-multiplier));
  font-style: normal;
  font-weight: normal !important;
  line-height: calc(44rem * 1 / 18 * var(--text-multiplier));
  letter-spacing: calc(-1rem * 1 / 18 * var(--text-multiplier));
}
@media only screen and (max-width: 1023px) {
  .ts__post-title {
    font-size: 36px;
    line-height: 44px;
    letter-spacing: -1px;
  }
}
.ts__post-title.hovered {
  text-decoration: underline;
}
.ts__post-excerpt {
  color: #3E3441;
  font-family: greycliff-cf, sans-serif;
  font-size: calc(17rem * 1 / 18 * var(--text-multiplier));
  font-style: normal;
  font-weight: normal !important;
  line-height: calc(26rem * 1 / 18 * var(--text-multiplier));
  letter-spacing: normal;
  width: 100%;
  max-width: calc(310rem * 1 / 18);
}
@media only screen and (max-width: 1023px) {
  .ts__post-excerpt {
    font-size: 17px;
    line-height: 26px;
    letter-spacing: normal;
  }
}
@media only screen and (max-width: 1023px) {
  .ts__post-excerpt {
    max-width: 100%;
    display: none;
  }
}
.ts__post-category {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: calc(23rem * 1 / 18);
  row-gap: calc(7rem * 1 / 18);
}
@media only screen and (max-width: 1023px) {
  .ts__post-category {
    gap: 23px;
  }
}
.ts__post-category > span,
.ts__post-category a {
  color: #E65621;
  font-family: greycliff-cf, sans-serif;
  font-size: calc(16rem * 1 / 18 * var(--text-multiplier));
  font-style: normal;
  font-weight: 500 !important;
  line-height: calc(24rem * 1 / 18 * var(--text-multiplier));
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
  position: relative;
}
@media only screen and (max-width: 1023px) {
  .ts__post-category > span,
  .ts__post-category a {
    font-size: 16px;
    line-height: 24px;
  }
}
.ts__post-category > span::before,
.ts__post-category a::before {
  content: "•";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: calc(-12.5rem * 1 / 18);
  color: #A6A6A6;
  font-family: greycliff-cf, sans-serif;
  font-size: calc(16rem * 1 / 18 * var(--text-multiplier));
  font-style: normal;
  font-weight: 500 !important;
  line-height: calc(24rem * 1 / 18 * var(--text-multiplier));
  color: #E65621;
}
@media only screen and (max-width: 1023px) {
  .ts__post-category > span::before,
  .ts__post-category a::before {
    font-size: 16px;
    line-height: 24px;
  }
}
@media only screen and (max-width: 1023px) {
  .ts__post-category > span::before,
  .ts__post-category a::before {
    left: -12.5px;
  }
}
.ts__post-category > span:nth-child(odd)::before,
.ts__post-category a:nth-child(odd)::before {
  content: "";
}
.ts__post-category > span:hover,
.ts__post-category a:hover {
  text-decoration: none;
}
.ts__post-read {
  color: #A6A6A6;
  font-family: greycliff-cf, sans-serif;
  font-size: calc(16rem * 1 / 18 * var(--text-multiplier));
  font-style: normal;
  font-weight: 500 !important;
  line-height: calc(24rem * 1 / 18 * var(--text-multiplier));
  margin-bottom: 0 !important;
}
@media only screen and (max-width: 1023px) {
  .ts__post-read {
    font-size: 16px;
    line-height: 24px;
  }
}
.ts__post-read.one-category {
  position: relative;
}
@media only screen and (max-width: 1023px) {
  .ts__post-read.one-category::before {
    content: "•";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -12.5px;
  }
}
.ts__loadMore {
  grid-column: 1 / -1;
  width: calc(1920rem * 1 / 18);
  height: calc(657.711rem * 1 / 18);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFF 70.47%);
  position: absolute;
  bottom: calc(96.85rem * 1 / 18);
  z-index: 3;
}
.ts__loadMore-button {
  position: absolute;
  bottom: calc(98rem * 1 / 18);
  left: 50%;
  transform: translateX(-50%);
  border-radius: calc(25rem * 1 / 18);
  background-color: #3E3441;
  color: white;
  width: auto;
  padding: calc(14rem * 1 / 18) calc(20rem * 1 / 18);
  text-decoration: none;
  font-family: canada-type-gibson, sans-serif;
  font-size: calc(17rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(24rem * 1 / 18 * var(--text-multiplier));
  font-weight: 600 !important;
  line-height: normal;
  text-align: center;
  cursor: pointer;
  letter-spacing: 0;
  transition: all 0.25s ease-out;
  width: 100%;
  max-width: calc(134rem * 1 / 18);
}
@media only screen and (max-width: 1023px) {
  .ts__loadMore-button {
    font-size: 17px;
    line-height: 24px;
  }
}
@media only screen and (max-width: 1023px) {
  .ts__loadMore-button:not(.custom-padding) {
    padding: 14px 28px;
    border-radius: 25px;
  }
}
@media only screen and (max-width: 420px) {
  .ts__loadMore-button:not(.custom-padding) {
    padding: 14px 28px;
    border-radius: 25px;
  }
}
@media only screen and (max-width: 1023px) {
  .ts__loadMore-button.custom-padding {
    padding: calc(14rem * 1 / 18) calc(20rem * 1 / 18);
    border-radius: 4px;
  }
}
@media only screen and (max-width: 600px) {
  .ts__loadMore-button.custom-padding {
    padding: calc(14rem * 1 / 18) calc(20rem * 1 / 18);
    border-radius: 4px;
  }
}
@media only screen and (max-width: 420px) {
  .ts__loadMore-button.custom-padding {
    padding: calc(14rem * 1 / 18) calc(20rem * 1 / 18);
    border-radius: 4px;
  }
}
.ts__loadMore-button:hover {
  background-color: #6D307B;
  color: white;
}
.ts__tagNotFound {
  grid-column: 4 / span 20;
  text-align: center;
  font-size: calc(22rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(32rem * 1 / 18 * var(--text-multiplier));
}
@media only screen and (max-width: 1023px) {
  .ts__tagNotFound {
    font-size: 22px;
    line-height: 32px;
  }
}
@media only screen and (max-width: 1023px) {
  .ts__tagNotFound {
    grid-column: 1 / -1;
    margin-top: 100px;
  }
}
.ts__tagNotFound a {
  font-size: calc(22rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(32rem * 1 / 18 * var(--text-multiplier));
  color: #E65621;
  text-decoration: underline;
}
@media only screen and (max-width: 1023px) {
  .ts__tagNotFound a {
    font-size: 22px;
    line-height: 32px;
  }
}
.ts .loader {
  position: absolute;
  bottom: calc(98rem * 1 / 18);
  left: 49%;
  width: 50px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(farthest-side, #FF4D00 94%, #0000) top / 8px 8px no-repeat, conic-gradient(#0000 30%, #FF4D00);
  -webkit-mask: radial-gradient(farthest-side, #0000 calc(100% - 8px), #000 0);
  animation: l13 1s infinite linear;
}
.ts .loader.hidden {
  display: none;
}
@keyframes l13 {
  100% {
    transform: rotate(1turn);
  }
}
.ttvc {
  display: grid;
  grid-template-columns: 5.73% repeat(24, 1fr) 5.73%;
  column-gap: calc(20rem * 1 / 18);
  position: relative;
  margin-top: calc(120rem * 1 / 18);
}
@media only screen and (max-width: 1023px) {
  .ttvc {
    padding-left: 32px;
    padding-right: 32px;
    grid-template-columns: repeat(4, 1fr);
    column-gap: 20px;
  }
}
@media only screen and (max-width: 600px) {
  .ttvc {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (max-width: 1023px) {
  .ttvc {
    margin-top: 120px;
    padding-left: 0px;
    padding-right: 0px;
  }
}
.ttvc__text {
  grid-column: 1 / span 26;
  display: grid;
  grid-template-columns: 5.73% repeat(24, 1fr) 5.73%;
  column-gap: calc(20rem * 1 / 18);
  margin-bottom: calc(60rem * 1 / 18);
  z-index: 2;
}
@media only screen and (max-width: 1023px) {
  .ttvc__text {
    grid-column: 1 / span 14;
  }
}
@media only screen and (max-width: 1023px) {
  .ttvc__text {
    padding-left: 32px;
    padding-right: 32px;
    grid-template-columns: repeat(4, 1fr);
    column-gap: 20px;
  }
}
@media only screen and (max-width: 600px) {
  .ttvc__text {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (max-width: 1023px) {
  .ttvc__text {
    grid-column: 1 / -1;
    margin-bottom: 30px;
  }
}
.ttvc__text-left {
  grid-column: 4 / span 7;
}
@media only screen and (max-width: 1023px) {
  .ttvc__text-left {
    grid-column: 1 / -1;
  }
}
.ttvc__text-left--subheading {
  color: #3E3441;
  font-family: greycliff-cf, sans-serif;
  font-size: calc(14rem * 1 / 18 * var(--text-multiplier));
  font-style: normal;
  font-weight: 600 !important;
  line-height: calc(16rem * 1 / 18 * var(--text-multiplier));
  letter-spacing: calc(0.75rem * 1 / 18 * var(--text-multiplier));
  text-transform: uppercase;
  padding-bottom: calc(10rem * 1 / 18);
  padding-left: calc(4rem * 1 / 18);
}
@media only screen and (max-width: 1023px) {
  .ttvc__text-left--subheading {
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.75px;
  }
}
@media only screen and (max-width: 1023px) {
  .ttvc__text-left--subheading {
    padding-bottom: 5px;
    padding-left: 2px;
  }
}
.ttvc__text-left--heading {
  font-family: greycliff-cf, sans-serif !important;
  font-size: calc(64rem * 1 / 18 * var(--text-multiplier)) !important;
  line-height: calc(64rem * 1 / 18 * var(--text-multiplier)) !important;
  letter-spacing: unset !important;
  font-weight: normal  !important;
  margin-bottom: calc(20rem * 1 / 18) !important;
  color: #E65621 !important;
}
@media only screen and (max-width: 1023px) {
  .ttvc__text-left--heading {
    font-size: 48px !important;
    line-height: 48px !important;
    margin-bottom: 12px !important;
  }
}
@media only screen and (max-width: 1023px) {
  .ttvc__text-left--heading {
    width: 100%;
    max-width: 100%;
  }
}
@media only screen and (max-width: 600px) {
  .ttvc__text-left--heading {
    max-width: 261px;
  }
}
.ttvc__text-right {
  grid-column: 13 / span 10;
  margin-top: calc(55rem * 1 / 18);
  padding-right: 0;
}
@media only screen and (max-width: 1023px) {
  .ttvc__text-right {
    grid-column: 1 / -1;
    margin-bottom: 8px;
  }
}
.ttvc__text-right > p:nth-child(1) {
  padding-bottom: calc(10rem * 1 / 18);
}
@media only screen and (max-width: 1023px) {
  .ttvc__text-right > p:nth-child(1) {
    padding-bottom: 18px;
  }
}
.ttvc__text-right > p:nth-child(2) a {
  display: inline-block;
  border-radius: calc(25rem * 1 / 18);
  background-color: #3E3441;
  color: white;
  width: calc(134rem * 1 / 18);
  padding: calc(14rem * 1 / 18) calc(20rem * 1 / 18);
  text-decoration: none;
  font-family: canada-type-gibson, sans-serif;
  font-size: calc(17rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(24rem * 1 / 18 * var(--text-multiplier));
  font-weight: 600 !important;
  line-height: normal;
  text-align: center;
  cursor: pointer;
  letter-spacing: 0;
  transition: all 0.25s ease-out;
}
@media only screen and (max-width: 1023px) {
  .ttvc__text-right > p:nth-child(2) a {
    font-size: 17px;
    line-height: 24px;
  }
}
@media only screen and (max-width: 1023px) {
  .ttvc__text-right > p:nth-child(2) a:not(.custom-padding) {
    padding: 14px 28px;
    border-radius: 25px;
  }
}
@media only screen and (max-width: 420px) {
  .ttvc__text-right > p:nth-child(2) a:not(.custom-padding) {
    padding: 14px 28px;
    border-radius: 25px;
  }
}
@media only screen and (max-width: 1023px) {
  .ttvc__text-right > p:nth-child(2) a.custom-padding {
    padding: calc(14rem * 1 / 18) calc(20rem * 1 / 18);
    border-radius: 4px;
  }
}
@media only screen and (max-width: 600px) {
  .ttvc__text-right > p:nth-child(2) a.custom-padding {
    padding: calc(14rem * 1 / 18) calc(20rem * 1 / 18);
    border-radius: 4px;
  }
}
@media only screen and (max-width: 420px) {
  .ttvc__text-right > p:nth-child(2) a.custom-padding {
    padding: calc(14rem * 1 / 18) calc(20rem * 1 / 18);
    border-radius: 4px;
  }
}
.ttvc__text-right > p:nth-child(2) a:hover {
  background-color: #6D307B;
  color: white;
}
@media only screen and (max-width: 1023px) {
  .ttvc__text-right > p:nth-child(2) a {
    width: fit-content;
  }
}
.ttvc__videos {
  grid-column: 4 / span 20;
  display: grid;
  position: relative;
  grid-template-columns: repeat(20, 1fr);
  column-gap: calc(20rem * 1 / 18);
  z-index: 2;
}
@media only screen and (max-width: 1023px) {
  .ttvc__videos {
    display: none;
  }
}
.ttvc__card:nth-child(3n+1) {
  grid-column: 1 / span 6;
}
.ttvc__card:nth-child(3n+1).animation {
  animation: move-up-down 8s infinite;
}
.ttvc__card:nth-child(3n+2) {
  grid-column: 8 / span 6;
  margin-top: calc(66rem * 1 / 18);
}
.ttvc__card:nth-child(3n+2).animation {
  animation: move-up-down 9s infinite;
}
.ttvc__card:nth-child(3n+3) {
  grid-column: 15 / span 6;
}
.ttvc__card:nth-child(3n+3).animation {
  animation: move-up-down 10.5s infinite;
}
.ttvc__card-video {
  width: calc(400rem * 1 / 18);
  height: calc(587.51rem * 1 / 18);
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  cursor: pointer;
}
.ttvc__card-video video {
  width: 100%;
  height: 100%;
  border-radius: calc(20rem * 1 / 18);
  box-shadow: 0px 28px 32px 0px rgba(0, 0, 0, 0.2);
  object-fit: cover;
}
.ttvc__card-video--poster {
  display: none;
  width: calc(400rem * 1 / 18);
  height: calc(587.51rem * 1 / 18);
  border-radius: calc(20rem * 1 / 18);
  overflow: hidden;
  justify-content: center;
  align-items: center;
  position: absolute;
  z-index: 1;
}
.ttvc__card-video--poster img {
  width: 100%;
  height: 100%;
  border-radius: calc(20rem * 1 / 18);
  object-fit: cover;
  transition: all 0.25s ease-out;
}
.ttvc__card-video--poster img.hover {
  transform: scale(1.1);
  filter: brightness(0.9);
}
.ttvc__card-video--poster.active {
  display: flex;
}
.ttvc__card-gradient {
  position: absolute;
  width: calc(400rem * 1 / 18);
  left: 0;
  bottom: calc(-3rem * 1 / 18);
  z-index: 2 ;
}
.ttvc__card-gradient img {
  width: 100%;
  height: 100%;
}
.ttvc__card-textOnVideo {
  color: white;
  font-family: nicholas, sans-serif;
  font-size: calc(36rem * 1 / 18 * var(--text-multiplier));
  font-style: normal;
  font-weight: 700 !important;
  line-height: calc(40rem * 1 / 18 * var(--text-multiplier));
  letter-spacing: calc(0.5rem * 1 / 18 * var(--text-multiplier));
  position: absolute;
  bottom: calc(30rem * 1 / 18);
  left: calc(32.84rem * 1 / 18);
  margin-bottom: 0 !important;
  z-index: 10;
}
@media only screen and (max-width: 1023px) {
  .ttvc__card-textOnVideo {
    font-size: 28px;
    line-height: 34px;
    letter-spacing: 0.5px;
  }
}
@media only screen and (max-width: 420px) {
  .ttvc__card-textOnVideo {
    font-size: 24px;
    line-height: 28px;
  }
}
.ttvc__card-quotationMark {
  display: block;
  color: white;
  font-family: nicholas, sans-serif;
  font-size: calc(100rem * 1 / 18 * var(--text-multiplier));
  font-style: normal;
  font-weight: bold !important;
  line-height: calc(40rem * 1 / 18 * var(--text-multiplier));
  letter-spacing: calc(0.5rem * 1 / 18 * var(--text-multiplier));
  position: absolute;
  left: calc(32.84rem * 1 / 18);
  margin-bottom: 0 !important;
  z-index: 10;
  bottom: calc(158rem * 1 / 18);
}
.ttvc__card-playbutton {
  display: none !important;
  width: calc(67rem * 1 / 18);
  height: calc(67rem * 1 / 18);
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: calc(32.84rem * 1 / 18);
  bottom: calc(228rem * 1 / 18);
  z-index: 10;
}
.ttvc__card-playbutton svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.ttvc__card-overlay {
  width: calc(400rem * 1 / 18);
  height: calc(587.51rem * 1 / 18);
  background-color: transparent;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: calc(20rem * 1 / 18);
  z-index: 2;
}
.ttvc__card-overlay.active {
  background: rgba(62, 52, 65, 0.2);
}
.ttvc__card-text {
  margin-top: calc(20rem * 1 / 18);
}
.ttvc__card-text--name,
.ttvc__card-text--job {
  margin-bottom: 0 !important;
  line-height: calc(24rem*1 / 18*var(--text-multiplier));
}
.ttvc__card-text--name {
  font-weight: 700 !important;
}
.ttvc__mobileVideos {
  display: none;
}
@media only screen and (max-width: 1023px) {
  .ttvc__mobileVideos {
    display: block;
    grid-column: 1 / -1;
    padding-left: 20px;
  }
}
@media only screen and (max-width: 1023px) {
  .ttvc__mobileVideos-wrapper {
    display: flex;
    justify-content: center;
    padding-right: 20px;
    gap: 10px;
    flex-wrap: wrap;
    row-gap: 30px;
  }
}
@media only screen and (max-width: 600px) {
  .ttvc__mobileVideos-wrapper {
    gap: 0;
    flex-wrap: unset;
    padding-right: 0;
    justify-content: unset;
  }
}
@media only screen and (max-width: 600px) {
  .ttvc .swiper-2 {
    width: 310px;
  }
}
.ttvc .swiper-pagination {
  bottom: -45px;
  z-index: 2 !important;
}
.ttvc .swiper-pagination-bullet-active {
  background: #E65621;
}
.ttvc__mobileCard {
  width: 290px;
}
.ttvc__mobileCard-video {
  width: 290px;
  height: 426.364px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  cursor: pointer;
}
.ttvc__mobileCard-video video {
  width: 100%;
  height: 100%;
  border-radius: 20px;
  box-shadow: 0px 28px 32px 0px rgba(0, 0, 0, 0.2);
  object-fit: cover;
}
.ttvc__mobileCard-video--poster {
  display: none;
  width: 290px;
  height: 426.364px;
  justify-content: center;
  align-items: center;
  position: absolute;
  z-index: 1;
}
.ttvc__mobileCard-video--poster img {
  width: 100%;
  height: 100%;
  border-radius: 20px;
}
.ttvc__mobileCard-video--poster.active {
  display: flex;
}
.ttvc__mobileCard-gradient {
  position: absolute;
  width: 290px;
  left: 0;
  bottom: -3px;
  z-index: 2 ;
}
.ttvc__mobileCard-gradient img {
  width: 100%;
  height: 100%;
}
.ttvc__mobileCard-textOnVideo {
  color: white;
  font-family: nicholas, sans-serif;
  font-size: calc(36rem * 1 / 18 * var(--text-multiplier));
  font-style: normal;
  font-weight: 700 !important;
  line-height: calc(40rem * 1 / 18 * var(--text-multiplier));
  letter-spacing: calc(0.5rem * 1 / 18 * var(--text-multiplier));
  position: absolute;
  bottom: 22px;
  left: 23px;
  margin-bottom: 0 !important;
  z-index: 10;
}
@media only screen and (max-width: 1023px) {
  .ttvc__mobileCard-textOnVideo {
    font-size: 28px;
    line-height: 34px;
    letter-spacing: 0.5px;
  }
}
@media only screen and (max-width: 420px) {
  .ttvc__mobileCard-textOnVideo {
    font-size: 24px;
    line-height: 28px;
  }
}
.ttvc__mobileCard-quotationMark {
  color: white;
  font-weight: 700;
  font-family: nicholas, sans-serif;
  font-size: 50px;
  line-height: 30px;
  letter-spacing: 0.5px;
  position: absolute;
  bottom: 105px;
  left: 23px;
  margin-bottom: 0 !important;
  z-index: 10;
}
.ttvc__mobileCard-playbutton {
  display: none !important;
  width: 67px;
  height: 67px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 23px;
  bottom: 127px;
  z-index: 10;
}
.ttvc__mobileCard-playbutton svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.ttvc__mobileCard-overlay {
  width: 290px;
  height: 426.364px;
  background-color: transparent;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 20px;
  z-index: 2;
}
.ttvc__mobileCard-overlay.active {
  background: rgba(62, 52, 65, 0.2);
}
.ttvc__mobileCard-text {
  margin-top: 20px;
  padding-left: 20px;
}
.ttvc__mobileCard-text--name,
.ttvc__mobileCard-text--job {
  margin-bottom: 0 !important;
  line-height: 24px;
}
.ttvc__mobileCard-text--name {
  font-weight: 700 !important;
}
.ttvc__ellipse {
  width: calc(1599.974rem * 1 / 18);
  height: calc(1599.974rem * 1 / 18);
  background: radial-gradient(50% 50% at 50% 50%, rgba(227, 218, 255, 0.5) 0%, rgba(227, 218, 255, 0) 100%);
  border-radius: 50%;
  position: absolute;
  left: calc(-580rem * 1 / 18);
  top: calc(-312rem * 1 / 18);
}
@keyframes move-up-down {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-5%);
  }
  100% {
    transform: translateY(0);
  }
}
.faqafbp {
  display: grid;
  grid-template-columns: 5.73% repeat(24, 1fr) 5.73%;
  column-gap: calc(20rem * 1 / 18);
  position: relative;
  padding-bottom: calc(250rem * 1 / 18);
}
@media only screen and (max-width: 1023px) {
  .faqafbp {
    padding-left: 32px;
    padding-right: 32px;
    grid-template-columns: repeat(4, 1fr);
    column-gap: 20px;
  }
}
@media only screen and (max-width: 600px) {
  .faqafbp {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (max-width: 1023px) {
  .faqafbp {
    padding-bottom: 250px;
  }
}
.faqafbp.rlii-existed {
  padding-bottom: calc(177rem * 1 / 18);
}
@media only screen and (max-width: 1023px) {
  .faqafbp.rlii-existed {
    padding-bottom: 177px;
  }
}
.faqafbp__title {
  grid-column: 1 / -1;
  font-family: greycliff-cf, sans-serif !important;
  font-size: calc(48rem * 1 / 18 * var(--text-multiplier)) !important;
  line-height: calc(72rem * 1 / 18 * var(--text-multiplier)) !important;
  letter-spacing: calc(-1rem * 1 / 18 * var(--text-multiplier)) !important;
  font-weight: normal !important;
  color: #FF4D00 !important;
  letter-spacing: unset !important;
  color: #E65621 !important;
  text-align: center;
  margin-top: calc(50rem * 1 / 18);
  z-index: 2;
}
@media only screen and (max-width: 1023px) {
  .faqafbp__title {
    font-size: 48px !important;
    line-height: 72px !important;
    letter-spacing: -1px !important;
  }
}
@media only screen and (max-width: 1023px) {
  .faqafbp__title {
    grid-column: 1 / -1;
    margin-top: 60px;
  }
}
.faqafbp__content {
  grid-column: 1 / -1;
  padding-top: calc(34.06rem * 1 / 18);
  z-index: 2;
}
@media only screen and (max-width: 1023px) {
  .faqafbp__content {
    grid-column: 1 / -1;
    padding-top: 20px;
  }
}
.faqafbp__item {
  border-bottom: calc(1rem * 1 / 18) solid #57584F;
}
@media only screen and (max-width: 1023px) {
  .faqafbp__item {
    border-bottom: 1px solid #57584F;
  }
}
.faqafbp__item-question {
  color: #57584F;
  padding: calc(10rem * 1 / 18) calc(100rem * 1 / 18) calc(10rem * 1 / 18) calc(5rem * 1 / 18);
  position: relative;
  z-index: 2;
  cursor: pointer !important;
  transition: all 0.25s ease-out;
}
.faqafbp__item-question:hover {
  background-color: #D9D9D9;
}
@media only screen and (max-width: 1023px) {
  .faqafbp__item-question {
    padding: 10px 50px 10px 5px;
  }
}
.faqafbp__item-question::after {
  content: '';
  position: absolute;
  top: 50%;
  right: calc(5rem * 1 / 18);
  transform: translateY(-50%);
  width: calc(12.872rem * 1 / 18);
  height: calc(8.045rem * 1 / 18);
  background-image: url(/wp-content/themes/schill-insurance/images/icons/dropdown_arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  transition: all 0.25s ease-out;
}
@media only screen and (max-width: 1023px) {
  .faqafbp__item-question::after {
    right: 10px;
    width: 12.872px;
    height: 8.045px;
  }
}
.faqafbp__item-question > span {
  max-width: calc(1200rem * 1 / 18);
  font-size: calc(20rem * 1 / 18 * var(--text-multiplier));
  line-height: calc(32rem * 1 / 18 * var(--text-multiplier));
  font-weight: normal;
  font-family: greycliff-cf, sans-serif;
  color: #57584F;
  margin-bottom: 0 !important;
}
@media only screen and (max-width: 1023px) {
  .faqafbp__item-question > span {
    font-size: 20px;
    line-height: 32px;
  }
}
@media only screen and (max-width: 1023px) {
  .faqafbp__item-question > span {
    max-width: 100%;
  }
}
.faqafbp__item-question.active {
  background-color: #3E3441;
  color: #fff !important;
}
.faqafbp__item-question.active .faqafbp__item-question--text {
  color: #fff !important;
}
.faqafbp__item-question.active::after {
  background-image: url(/wp-content/themes/schill-insurance/images/icons/dropdown_arrow_white.svg);
  height: calc(12rem * 1 / 18);
  transform: translateY(-50%) rotate(180deg);
}
@media only screen and (max-width: 1023px) {
  .faqafbp__item-question.active::after {
    height: 12px;
  }
}
.faqafbp__item-answer {
  display: none;
  overflow: hidden;
  max-width: calc(1200rem * 1 / 18);
  background-color: transparent;
  padding: calc(20rem * 1 / 18) calc(10rem * 1 / 18) calc(0rem * 1 / 18) calc(10rem * 1 / 18);
}
@media only screen and (max-width: 1023px) {
  .faqafbp__item-answer {
    padding: 10px ;
    max-width: 100%;
  }
}
.faqafbp__item-answer > * {
  color: #57584F;
}
.faqafbp__item-answer ul {
  list-style-type: disc;
  padding-left: calc(30rem * 1 / 18);
  margin-top: calc(10rem * 1 / 18);
  margin-bottom: calc(20rem * 1 / 18);
}
@media only screen and (max-width: 1023px) {
  .faqafbp__item-answer ul {
    padding-left: 30px;
    margin-top: 10px;
    margin-bottom: 20px;
  }
}
.faqafbp__item-answer ul li {
  font-family: greycliff-cf, sans-serif;
  font-size: calc(16rem * 1 / 18 * var(--text-multiplier));
  font-weight: normal !important;
  line-height: calc(28rem * 1 / 18 * var(--text-multiplier));
  letter-spacing: calc(0rem * 1 / 18 * var(--text-multiplier));
  margin-bottom: calc(20rem * 1 / 18);
  color: #3E3441;
  margin-bottom: 0 !important;
  padding-bottom: calc(5rem * 1 / 18);
}
@media only screen and (max-width: 1023px) {
  .faqafbp__item-answer ul li {
    font-size: 16px;
    line-height: 28px;
  }
}
@media only screen and (max-width: 1023px) {
  .faqafbp__item-answer ul li {
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 12px;
  }
}
.faqafbp__item-answer ul li a {
  text-decoration: none;
  color: inherit;
}
@media only screen and (max-width: 1023px) {
  .faqafbp__item-answer ul li {
    padding-bottom: 5px;
  }
}
.faqafbp__item-answer a {
  font-family: greycliff-cf, sans-serif;
  font-size: calc(16rem * 1 / 18 * var(--text-multiplier));
  font-weight: normal !important;
  line-height: calc(28rem * 1 / 18 * var(--text-multiplier));
  letter-spacing: calc(0rem * 1 / 18 * var(--text-multiplier));
  margin-bottom: calc(20rem * 1 / 18);
  color: #3E3441;
  color: #E65621 !important;
}
@media only screen and (max-width: 1023px) {
  .faqafbp__item-answer a {
    font-size: 16px;
    line-height: 28px;
  }
}
@media only screen and (max-width: 1023px) {
  .faqafbp__item-answer a {
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 12px;
  }
}
.faqafbp__item-answer a a {
  text-decoration: none;
  color: inherit;
}
.faqafbp__rectangle {
  width: calc(1920rem * 1 / 18);
  height: calc(883.787rem * 1 / 18);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFF 70.47%);
  position: absolute;
  top: calc(-155.15rem * 1 / 18);
  z-index: 1;
  transform: rotate(180deg);
}
.friend-referred {
  display: grid;
  grid-template-columns: 5.73% repeat(24, 1fr) 5.73%;
  column-gap: calc(20rem * 1 / 18);
}
@media only screen and (max-width: 1023px) {
  .friend-referred {
    padding-left: 32px;
    padding-right: 32px;
    grid-template-columns: repeat(4, 1fr);
    column-gap: 20px;
  }
}
@media only screen and (max-width: 600px) {
  .friend-referred {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.friend-referred__intro {
  grid-column: 6 / span 16;
}
@media only screen and (max-width: 1023px) {
  .friend-referred__intro {
    grid-column: 1 / span 18;
  }
}
.friend-referred__intro p {
  font-size: calc(18rem * 1 / 18);
  line-height: calc(28rem * 1 / 18);
  margin-bottom: calc(20rem * 1 / 18);
}
@media only screen and (max-width: 1023px) {
  .friend-referred__intro p {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 15px;
  }
}
.friend-referred__form {
  grid-column: 1 / -1;
  padding-top: calc(40rem * 1 / 18);
}
@media only screen and (max-width: 1023px) {
  .friend-referred__form {
    grid-column: 1 / span 18;
    padding-top: 20px;
  }
}
.friend-referred__form p {
  font-size: calc(18rem * 1 / 18);
  line-height: calc(28rem * 1 / 18);
  margin-bottom: calc(20rem * 1 / 18);
}
@media only screen and (max-width: 1023px) {
  .friend-referred__form p {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 15px;
  }
}
