@charset "UTF-8";
.block-text-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1em;
}
.block-text-content * {
  max-width: 28em;
}
.block-text-content p a,
.block-text-content ul a {
  text-decoration: underline;
}
.block-text-content h1,
.block-text-content h2,
.block-text-content h3,
.block-text-content h4,
.block-text-content h5,
.block-text-content h6 {
  font-family: "Roboto-Medium", sans-serif;
  font-weight: 400;
  font-size: calc(21px + 4 * (100vw - 375px) / 1065);
}
@media screen and (max-width: 375px) {
  .block-text-content h1,
  .block-text-content h2,
  .block-text-content h3,
  .block-text-content h4,
  .block-text-content h5,
  .block-text-content h6 {
    font-size: 21px;
  }
}
@media screen and (min-width: 1440px) {
  .block-text-content h1,
  .block-text-content h2,
  .block-text-content h3,
  .block-text-content h4,
  .block-text-content h5,
  .block-text-content h6 {
    font-size: 25px;
  }
}
.block-text-content h1,
.block-text-content h2,
.block-text-content h3,
.block-text-content h4,
.block-text-content h5,
.block-text-content h6 {
  line-height: 1.1em;
  letter-spacing: -0.01em;
}
.block-text-content p + h1,
.block-text-content p + h2,
.block-text-content p + h3,
.block-text-content p + h4,
.block-text-content p + h5,
.block-text-content p + h6 {
  margin-top: 0.4em;
}
.block-text-content ul,
.block-text-content ol ul,
.block-text-content ul ul {
  list-style-type: disc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.4em;
  max-width: 26em;
}
.block-text-content ul li,
.block-text-content ol ul li,
.block-text-content ul ul li {
  position: relative;
  padding-left: 1.4em;
  line-height: 1.6em;
}
.block-text-content ul li *,
.block-text-content ol ul li *,
.block-text-content ul ul li * {
  display: inline;
}
.block-text-content ul li:before,
.block-text-content ol ul li:before,
.block-text-content ul ul li:before {
  content: "•";
  position: absolute;
  left: 0;
  width: 20px;
  height: 20px;
  font-size: 1.3em;
  margin-top: 0.05em;
  color: currentColor;
}
.block-text-content ol,
.block-text-content ol ol,
.block-text-content ul ol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.4em;
  max-width: 26em;
  font-size: inherit;
}
.block-text-content ol li,
.block-text-content ol ol li,
.block-text-content ul ol li {
  list-style-type: decimal;
  list-style-position: outside;
  margin-left: 1em;
  padding-left: 0.5em;
}

.card-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  border-radius: 12px;
  padding: 1.7em 2em 1.5em;
  background-color: #eee;
}
.card-contact .icon {
  width: 2.4em;
  aspect-ratio: 1;
  padding: 0.65em;
  margin-bottom: 1em;
  border-radius: 12px;
  background-color: white;
}
.card-contact .icon picture {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
}
.card-contact .icon picture img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.card-contact .text {
  margin-top: 1em;
}
.card-contact .links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  gap: 0.3em 1em;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 1em;
}
.card-contact .links .link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.6em;
  font-family: "Roboto-Medium", sans-serif;
  font-weight: 400;
  white-space: nowrap;
}
.card-contact .links .link svg {
  width: 0.8em;
  height: 0.8em;
}
.card-contact .links .link:hover {
  text-decoration: underline;
}

.card-icon {
  --color-border: #e5e5e5;
  --color-background: transparent;
  --color-icon-background: #eee;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  border-radius: 12px;
  padding: 1.7em 2em 1.5em;
  background-color: var(--color-background);
  border: 1px solid var(--color-border);
}
.card-icon .icon {
  width: 2.4em;
  aspect-ratio: 1;
  padding: 0.65em;
  margin-bottom: 1em;
  border-radius: 12px;
  background-color: var(--color-icon-background);
}
.card-icon .icon picture {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
}
.card-icon .icon picture img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.card-icon .text {
  margin-top: 1em;
}
.card-icon .link {
  margin-top: 1em;
}
.theme-dark .card-icon {
  --color-border: rgba(255, 255, 255, 0.1);
  --color-icon-background: rgba(255, 255, 255, 0.1);
}
.theme-grey .card-icon, .theme-gradient .card-icon {
  --color-border: transparent;
  --color-background: white;
}

.card-post {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-radius: 12px;
  overflow: hidden;
  background-color: #eee;
  height: 100%;
}
.card-post .image-wrapper {
  position: relative;
  padding-bottom: 60%;
  overflow: hidden;
}
.card-post .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.card-post .text-wrapper {
  padding: 1.4em 2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.4em;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-family: "Roboto-Medium", sans-serif;
  font-weight: 400;
}
.card-post .text-wrapper .link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.6em;
  font-family: "Roboto-Medium", sans-serif;
  font-weight: 400;
  white-space: nowrap;
}
.card-post .text-wrapper .link svg {
  width: 0.8em;
  height: 0.8em;
  color: #0054f9;
}
.card-post .text-wrapper .link:hover {
  text-decoration: underline;
}

.site-footer {
  display: block;
  position: relative;
  width: 100%;
  color: white;
  background-color: #040120;
}
.site-footer p:not(.title),
.site-footer a {
  line-height: 1.6em;
  color: rgba(255, 255, 255, 0.5);
  font-size: calc(14px + 0 * (100vw - 375px) / 1065);
}
@media screen and (max-width: 375px) {
  .site-footer p:not(.title),
  .site-footer a {
    font-size: 14px;
  }
}
@media screen and (min-width: 1440px) {
  .site-footer p:not(.title),
  .site-footer a {
    font-size: 14px;
  }
}
.site-footer .column-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 2em;
}
.site-footer .column-container .column-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 2em;
  -webkit-box-flex: 1.4;
      -ms-flex: 1.4;
          flex: 1.4;
}
.site-footer .column-container .column-left .logo {
  color: white;
  height: calc(28px + 0.1vw);
  margin-bottom: 2em;
}
.site-footer .column-container .column-left .logo svg {
  height: 100%;
  width: auto;
}
.site-footer .column-container .column-left .title {
  color: white;
  max-width: 16em;
}
.site-footer .column-container .column-right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 2em 3em;
}
.site-footer .column-container .footer-menu-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.6em;
}
.site-footer .column-container .footer-menu-column.hidden {
  display: none;
}
.site-footer .column-container .footer-menu-column .column-title {
  color: white;
  font-family: "Roboto-Medium", sans-serif;
  font-weight: 400;
  margin-bottom: 1em;
}
.site-footer .column-container .footer-menu-column .line-spacer {
  height: 1.6em;
}
@media (max-width: 600px) {
  .site-footer .column-container .footer-menu-column .line-spacer {
    display: none;
  }
}
.site-footer .column-container .footer-menu-column .menu {
  line-height: 1.6em;
}
.site-footer .column-container .footer-menu-column .menu li {
  line-height: 1.6em;
  font-size: calc(14px + 0 * (100vw - 375px) / 1065);
}
@media screen and (max-width: 375px) {
  .site-footer .column-container .footer-menu-column .menu li {
    font-size: 14px;
  }
}
@media screen and (min-width: 1440px) {
  .site-footer .column-container .footer-menu-column .menu li {
    font-size: 14px;
  }
}
.site-footer .footer-row-top {
  padding: calc(20px + 2vw) 0 2em;
}
.site-footer .footer-row-bottom .column-container {
  padding: 2em 0;
}
.site-footer .footer-row-bottom .column-container div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1em;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.site-footer .footer-row-bottom .column-container div * {
  line-height: 1.5em;
}
.site-footer .footer-row-bottom .column-container div *:not(:first-child):before {
  content: "|";
  margin-right: 1em;
  color: white;
}
.site-footer .footer-row-bottom .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1em;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.site-footer .footer-row-bottom li,
.site-footer .footer-row-bottom p,
.site-footer .footer-row-bottom a {
  font-size: calc(14px + 0 * (100vw - 375px) / 1065);
}
@media screen and (max-width: 375px) {
  .site-footer .footer-row-bottom li,
  .site-footer .footer-row-bottom p,
  .site-footer .footer-row-bottom a {
    font-size: 14px;
  }
}
@media screen and (min-width: 1440px) {
  .site-footer .footer-row-bottom li,
  .site-footer .footer-row-bottom p,
  .site-footer .footer-row-bottom a {
    font-size: 14px;
  }
}
.site-footer a {
  display: inline-block;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  min-width: 12em;
}
.site-footer a[href]:hover {
  opacity: 0.7;
}
@media (max-width: 1020px) {
  .site-footer .column-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: calc(50px + 6vw);
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .site-footer .column-container .column-right {
    width: 90%;
  }
}
@media (max-width: 800px) {
  .site-footer .column-container .column-left {
    gap: calc(50px + 6vw);
  }
  .site-footer .column-container .column-left .logo {
    margin-bottom: 0;
  }
  .site-footer .column-container .column-right {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.5em 2em;
    width: 100%;
  }
  .site-footer .footer-row-top {
    padding-top: calc(50px + 6vw);
  }
  .site-footer .footer-row-bottom .column-container {
    gap: 0.4em;
  }
}

.stats {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1.6em 3em;
  margin-top: 2em;
  padding-top: 2em;
  border-top: 1px solid #e5e5e5;
}
.theme-dark .stats {
  border-color: rgba(255, 255, 255, 0.1);
}
.stats .stat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.3em;
}
.stats .stat-number {
  font-family: "Switzer-Medium", sans-serif;
  font-weight: 400;
  font-size: calc(48px + 32 * (100vw - 375px) / 1065);
}
@media screen and (max-width: 375px) {
  .stats .stat-number {
    font-size: 48px;
  }
}
@media screen and (min-width: 1440px) {
  .stats .stat-number {
    font-size: 80px;
  }
}
.stats .stat-number {
  line-height: 1;
  color: currentColor;
}
.stats .stat-suffix {
  font-size: calc(24px + 16 * (100vw - 375px) / 1065);
}
@media screen and (max-width: 375px) {
  .stats .stat-suffix {
    font-size: 24px;
  }
}
@media screen and (min-width: 1440px) {
  .stats .stat-suffix {
    font-size: 40px;
  }
}
.stats .stat-suffix {
  vertical-align: super;
  line-height: 1;
}
.stats .stat-label {
  font-size: calc(15px + 1 * (100vw - 375px) / 1065);
}
@media screen and (max-width: 375px) {
  .stats .stat-label {
    font-size: 15px;
  }
}
@media screen and (min-width: 1440px) {
  .stats .stat-label {
    font-size: 16px;
  }
}
.stats .stat-label {
  color: #888888;
}
.theme-dark .stats .stat-label {
  color: rgba(255, 255, 255, 0.5);
}

.cards {
  --color: $text-color;
  --background: white;
  --grid-columns: 2;
  background: var(--background);
  color: var(--color);
  margin: calc(50px + 1vw) auto;
  border-radius: 32px;
}
.cards .container {
  gap: calc(50px + 1vw);
}
.cards .cards-grid {
  display: grid;
  grid-template-columns: repeat(var(--grid-columns), minmax(0, 1fr));
  gap: 1.4em;
}
.cards .cards-grid.cols-1 {
  --grid-columns: 1;
  max-width: 24em;
}
@media (min-width: 800px) {
  .cards .cards-grid.cols-1 {
    margin-left: auto;
    margin-right: 1vw;
  }
}
.cards .cards-grid.cols-2 {
  --grid-columns: 2;
}
.cards .cards-grid.cols-3 {
  --grid-columns: 3;
}
.orientation-vertical .cards .container {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.orientation-vertical .cards .container .col-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.orientation-vertical .cards .container .col-content * {
  text-align: center;
}
.has-background .cards {
  padding-top: calc(50px + 1vw);
  padding-bottom: calc(50px + 1vw);
  margin-top: 1vw;
  margin-bottom: 1vw;
}
.theme-dark .cards {
  --color: white;
  --background: #040120;
}
.theme-grey .cards {
  --background: #eee;
}
.theme-gradient .cards {
  --background: linear-gradient(to right, #f8f9fa 0%, #d5e1f2 100%);
}

.case-banner {
  border-radius: 32px;
  margin-top: 1vw;
  margin-bottom: 1vw;
  gap: calc(20px + 1vw);
  background-color: #040120;
  overflow: hidden;
}
.case-banner .col-content {
  padding: calc(20px + 2vw);
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: calc(20px + 1vw);
  color: white;
}
.case-banner .col-image {
  position: relative;
  min-height: 300px;
}
.case-banner .col-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 800px) {
  .case-banner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    border-radius: 12px;
    gap: 0;
  }
  .case-banner .col-content {
    gap: 1vw;
  }
  .case-banner .col-image {
    min-height: 280px;
  }
}

.checklist {
  margin: calc(50px + 1vw) auto;
  background: -webkit-gradient(linear, left top, right top, from(rgba(248, 249, 250, 0.7)), to(rgba(213, 225, 242, 0.5)));
  background: linear-gradient(to right, rgba(248, 249, 250, 0.7) 0%, rgba(213, 225, 242, 0.5) 100%);
  border-radius: 32px;
  padding-top: calc(50px + 1vw);
  padding-bottom: calc(50px + 1vw);
}
.checklist .col-content {
  padding: calc(50px + 1vw) 0;
}
.checklist .checklist-box {
  background-color: #eee;
  border-radius: 12px;
  overflow: hidden;
  width: 100%;
}
.checklist .checklist-box .checklist-header {
  background-color: #d8dfed;
  padding: 1.4em 2em;
}
.checklist .checklist-box .checklist-header .checklist-title {
  font-family: "Roboto-Medium", sans-serif;
  font-weight: 400;
  font-size: calc(18px + 2 * (100vw - 375px) / 1065);
}
@media screen and (max-width: 375px) {
  .checklist .checklist-box .checklist-header .checklist-title {
    font-size: 18px;
  }
}
@media screen and (min-width: 1440px) {
  .checklist .checklist-box .checklist-header .checklist-title {
    font-size: 20px;
  }
}
.checklist .checklist-box .checklist-items {
  list-style: none;
  padding: 0 2em;
  margin: 0;
}
.checklist .checklist-box .checklist-items .checklist-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1em;
  padding: 1.3em 0;
  border-bottom: 1px solid #e5e5e5;
}
.checklist .checklist-box .checklist-items .checklist-item:last-child {
  border-bottom: none;
}
.checklist .checklist-box .checklist-items .checklist-item .item-text {
  font-size: calc(15px + 1 * (100vw - 375px) / 1065);
}
@media screen and (max-width: 375px) {
  .checklist .checklist-box .checklist-items .checklist-item .item-text {
    font-size: 15px;
  }
}
@media screen and (min-width: 1440px) {
  .checklist .checklist-box .checklist-items .checklist-item .item-text {
    font-size: 16px;
  }
}
.checklist .checklist-box .checklist-items .checklist-item .item-text {
  line-height: 1.5;
}
.checklist .checklist-box .checklist-items .checklist-item .item-check {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  color: #0054f9;
}
.checklist .checklist-box .checklist-items .checklist-item .item-check svg {
  display: block;
  width: 1.3em;
  height: 1.3em;
}
@media (max-width: 800px) {
  .checklist {
    border-radius: 12px;
  }
  .checklist .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1vw;
  }
  .checklist .col-content {
    padding: 0;
  }
  .checklist .col-list {
    width: 100%;
  }
}

.client-logo-ticker {
  margin: 1vw auto calc(50px + 1vw);
  --background-color: white;
  background-color: var(--background-color);
  opacity: 0.6;
}
.client-logo-ticker .container {
  position: relative;
  overflow: hidden;
}
.client-logo-ticker .gradient {
  z-index: 2;
  position: absolute;
  top: 0;
  width: 10%;
  height: 100%;
  z-index: 2;
  pointer-events: none;
}
.client-logo-ticker .gradient.left {
  left: -1px;
  background: linear-gradient(to right, var(--background-color) 0%, transparent 100%);
}
.client-logo-ticker .gradient.right {
  right: -1px;
  background: linear-gradient(to left, var(--background-color) 0%, transparent 100%);
}
.client-logo-ticker .ticker {
  display: block;
  width: 100%;
  position: relative;
  overflow: hidden;
  border: 1px solid var(--background-color);
}
.client-logo-ticker .ticker .scroll-scrubber {
  width: 120vw;
}
.client-logo-ticker .ticker .scroll-scrubber .ticker-container {
  margin: auto;
  position: relative;
}
.client-logo-ticker .ticker .scroll-scrubber .ticker-container .ticker-loop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  will-change: transform;
}
.client-logo-ticker .ticker .scroll-scrubber .ticker-container .ticker-loop .ticker-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.client-logo-ticker .ticker .scroll-scrubber .ticker-container .card-ticker {
  position: relative;
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: calc(calc(50px + 6vw) / 2);
  background-color: var(--background-color);
}
.client-logo-ticker .ticker .scroll-scrubber .ticker-container .card-ticker .image {
  position: relative;
  width: 8em;
  aspect-ratio: 1/1;
  opacity: 0.8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  mix-blend-mode: multiply;
}
.client-logo-ticker .ticker .scroll-scrubber .ticker-container .card-ticker .image picture {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
}
.client-logo-ticker .ticker .scroll-scrubber .ticker-container .card-ticker .image picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  max-height: 46%;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}
@media (max-width: 600px) {
  .client-logo-ticker .ticker .scroll-scrubber .ticker-container .card-ticker {
    margin-left: 4em;
  }
  .client-logo-ticker .ticker .scroll-scrubber .ticker-container .card-ticker .image {
    width: 7em;
  }
}

@-webkit-keyframes scroll {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(var(--ticker-move), 0, 0);
            transform: translate3d(var(--ticker-move), 0, 0);
  }
}

@keyframes scroll {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(var(--ticker-move), 0, 0);
            transform: translate3d(var(--ticker-move), 0, 0);
  }
}
.contact-form {
  padding: calc(50px + 1vw) 0;
  margin: calc(50px + 1vw) auto;
  background-color: #eee;
  overflow: hidden;
}
.block:last-child .contact-form {
  margin-bottom: 0;
}
.contact-form .container {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.contact-form .text-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 50%;
}
.contact-form .text-wrapper .title {
  font-size: calc(30px + 22 * (100vw - 375px) / 1065);
}
@media screen and (max-width: 375px) {
  .contact-form .text-wrapper .title {
    font-size: 30px;
  }
}
@media screen and (min-width: 1440px) {
  .contact-form .text-wrapper .title {
    font-size: 52px;
  }
}
.contact-form .text-wrapper .title {
  word-break: break-word;
}
.contact-form .text-wrapper .text {
  margin-top: 2em;
}
.contact-form .text-wrapper .button {
  margin-top: 2em;
}
.contact-form .form-wrapper {
  width: 50%;
}
@media (max-width: 800px) {
  .contact-form .text-wrapper {
    width: auto;
  }
  .contact-form .form-wrapper {
    width: 100%;
  }
}

.cta-banner-image {
  position: relative;
  overflow: hidden;
  margin: 1vw auto;
  border-radius: 32px;
}
.cta-banner-image .container {
  position: relative;
  z-index: 2;
  width: 100%;
  min-height: clamp(300px, 80vw, 800px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: calc(50px + 1vw);
  padding-bottom: calc(50px + 1vw);
}
.cta-banner-image .row-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: white;
}
.cta-banner-image .row-content .title {
  text-align: center;
  max-width: 18em;
}
.cta-banner-image .cta-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: calc(50px + 1vw);
}
.cta-banner-image .cta-wrapper .cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 10em;
  gap: calc(50px + 1vw);
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0.5em 1em;
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.4);
}
.cta-banner-image .cta-wrapper .cta .cta-text {
  padding: 0 1.3em;
  color: white;
  line-height: 1.2em;
  font-family: "Switzer-Medium", sans-serif;
  font-weight: 400;
  font-size: calc(16px + 4 * (100vw - 375px) / 1065);
}
@media screen and (max-width: 375px) {
  .cta-banner-image .cta-wrapper .cta .cta-text {
    font-size: 16px;
  }
}
@media screen and (min-width: 1440px) {
  .cta-banner-image .cta-wrapper .cta .cta-text {
    font-size: 20px;
  }
}
.cta-banner-image .image {
  z-index: 1;
  position: absolute;
  aspect-ratio: 10/5;
  overflow: hidden;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cta-banner-image .image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 800px) {
  .cta-banner-image {
    border-radius: 12px;
  }
}

.cta-banner {
  position: relative;
  overflow: hidden;
  margin: calc(50px + 1vw) auto;
  border-radius: 32px;
  background-color: #040120;
}
.cta-banner .container {
  position: relative;
  z-index: 2;
  width: 100%;
  min-height: clamp(300px, 50vw, 600px);
  gap: calc(50px + 1vw);
}
.cta-banner .col-content {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: calc(50px + 1vw);
  padding-bottom: calc(50px + 1vw);
}
.cta-banner .col-content .content-wrapper {
  color: white;
}
.cta-banner .col-stroke {
  position: relative;
}
.cta-banner .col-stroke svg {
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  height: 100%;
}
@media (max-width: 800px) {
  .cta-banner {
    border-radius: 0;
  }
  .cta-banner .container {
    gap: 0;
  }
  .cta-banner .col-content {
    padding-bottom: 1em;
  }
  .cta-banner .col-stroke {
    height: 50vw;
  }
  .cta-banner .col-stroke:before {
    z-index: 2;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: -webkit-gradient(linear, left top, left bottom, from(#040120), to(rgba(4, 1, 32, 0)));
    background: linear-gradient(to bottom, #040120 0%, rgba(4, 1, 32, 0) 100%);
  }
}

.faq {
  --color: #0054f9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  margin: calc(50px + 1vw) auto;
}
.faq .container {
  gap: calc(50px + 1vw);
}
.faq .col-content {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.faq .col-content .title {
  width: 100%;
  font-size: calc(25px + 23 * (100vw - 375px) / 1065);
}
@media screen and (max-width: 375px) {
  .faq .col-content .title {
    font-size: 25px;
  }
}
@media screen and (min-width: 1440px) {
  .faq .col-content .title {
    font-size: 48px;
  }
}
.faq .col-content .title {
  word-wrap: break-word;
  max-width: 11em;
}
.faq .col-questions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1em;
}
.faq .col-questions .question-container {
  -webkit-transition: padding-bottom 0.3s cubic-bezier(0.55, 0.085, 0, 0.99);
  transition: padding-bottom 0.3s cubic-bezier(0.55, 0.085, 0, 0.99);
  background-color: #eee;
  border-radius: 32px;
}
.faq .col-questions .question-container .question {
  z-index: 1;
  cursor: pointer;
  position: relative;
  display: block;
  width: 100%;
  padding: 2em 2.5em;
  padding-right: 3em;
}
.faq .col-questions .question-container .question .question-text {
  max-width: 90%;
  -ms-hyphens: none;
      hyphens: none;
  font-family: "Roboto-Medium", sans-serif;
  font-weight: 400;
  font-size: calc(18px + 2 * (100vw - 375px) / 1065);
}
@media screen and (max-width: 375px) {
  .faq .col-questions .question-container .question .question-text {
    font-size: 18px;
  }
}
@media screen and (min-width: 1440px) {
  .faq .col-questions .question-container .question .question-text {
    font-size: 20px;
  }
}
.faq .col-questions .question-container .question .question-text {
  -webkit-transition: color 0.1s ease;
  transition: color 0.1s ease;
}
.faq .col-questions .question-container .question:hover .question-text {
  color: #0054f9;
}
.faq .col-questions .question-container .answer {
  display: grid;
  padding: 0 5vw 0 2.5em;
  opacity: 0;
  grid-template-rows: 0fr;
  -webkit-transition: opacity 0.1s ease 0s, grid-template-rows 0.3s cubic-bezier(0.55, 0.085, 0, 0.99) 0s;
  transition: opacity 0.1s ease 0s, grid-template-rows 0.3s cubic-bezier(0.55, 0.085, 0, 0.99) 0s;
  transition: opacity 0.1s ease 0s, grid-template-rows 0.3s cubic-bezier(0.55, 0.085, 0, 0.99) 0s, -ms-grid-rows 0.3s cubic-bezier(0.55, 0.085, 0, 0.99) 0s;
}
.faq .col-questions .question-container .answer .answer-wrapper {
  overflow: hidden;
  padding: 0 0.1em;
}
.faq .col-questions .question-container .answer .answer-wrapper * {
  max-width: none;
}
.faq .col-questions .question-container .answer .answer-wrapper a {
  font-family: "Roboto-Medium", sans-serif;
  font-weight: 400;
}
.faq .col-questions .question-container .answer .answer-wrapper a:hover {
  text-decoration: underline;
}
.faq .col-questions .question-container .button-dropdown {
  z-index: 2;
  position: absolute;
  top: 50%;
  right: 2em;
  width: 1.7em;
  height: 1.7em;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.55, 0.085, 0, 0.99);
  transition: -webkit-transform 0.3s cubic-bezier(0.55, 0.085, 0, 0.99);
  transition: transform 0.3s cubic-bezier(0.55, 0.085, 0, 0.99);
  transition: transform 0.3s cubic-bezier(0.55, 0.085, 0, 0.99), -webkit-transform 0.3s cubic-bezier(0.55, 0.085, 0, 0.99);
  background-color: white;
  border-radius: 50%;
}
.faq .col-questions .question-container .button-dropdown .plus:before, .faq .col-questions .question-container .button-dropdown .plus:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: var(--color);
  -webkit-transition: opacity 0.3s cubic-bezier(0.55, 0.085, 0, 0.99);
  transition: opacity 0.3s cubic-bezier(0.55, 0.085, 0, 0.99);
  border-radius: 2px;
}
.faq .col-questions .question-container .button-dropdown .plus:before {
  width: 0.8em;
  height: 1.5px;
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
          transform: translate(-50%, -50%) rotate(0deg);
}
.faq .col-questions .question-container .button-dropdown .plus:after {
  width: 1.5px;
  height: 0.8em;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.faq .col-questions .question-container.open {
  padding-bottom: 2em;
}
.faq .col-questions .question-container.open .button-dropdown {
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}
.faq .col-questions .question-container.open .button-dropdown .plus:before {
  height: 1.5px;
}
.faq .col-questions .question-container.open .button-dropdown .plus:after {
  opacity: 0;
}
.faq .col-questions .question-container.open .question-text {
  color: #0054f9;
}
.faq .col-questions .question-container.open .answer {
  opacity: 1;
  grid-template-rows: 1fr;
  -webkit-transition: opacity 0.3s ease 0.3s, grid-template-rows 0.4s cubic-bezier(0.55, 0.085, 0, 0.99) 0s;
  transition: opacity 0.3s ease 0.3s, grid-template-rows 0.4s cubic-bezier(0.55, 0.085, 0, 0.99) 0s;
  transition: opacity 0.3s ease 0.3s, grid-template-rows 0.4s cubic-bezier(0.55, 0.085, 0, 0.99) 0s, -ms-grid-rows 0.4s cubic-bezier(0.55, 0.085, 0, 0.99) 0s;
}
@media (max-width: 800px) {
  .faq .question-wrapper .question-container .question {
    padding-top: 1.4em;
    padding-bottom: 1.4em;
  }
}

.image-text {
  --color: #131313;
  --background-color: transparent;
  color: var(--color);
  background-color: var(--background-color);
  margin: calc(50px + 1vw) auto;
  border-radius: 32px;
}
.image-text .col-image {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  aspect-ratio: 1;
  border-radius: 12px;
  overflow: hidden;
}
.image-text .col-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 800px) {
  .image-right .image-text .col-image {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.image-text .col-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: calc(50px + 1vw);
  padding: calc(50px + 1vw) 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.image-text .col-content.has-content-below {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1vw 0;
}
.image-text .col-content .content-above {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.image-text .col-content .title {
  max-width: 11em;
}
.image-text .col-content .text {
  margin-top: 1.4em;
  max-width: none;
}
.image-text .col-content .text * {
  max-width: 60ch;
  text-wrap: balance;
}
.image-text .col-content .bullet-points {
  list-style: none;
  padding: 0;
  margin-top: 2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  gap: 0.6em;
  max-width: 30em;
}
.image-text .col-content .bullet-points .bullet-point {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5em;
  border-radius: 4px;
  background-color: #eee;
  padding: 0 1em;
  line-height: 2.6em;
  font-size: calc(14px + 0 * (100vw - 375px) / 1065);
}
@media screen and (max-width: 375px) {
  .image-text .col-content .bullet-points .bullet-point {
    font-size: 14px;
  }
}
@media screen and (min-width: 1440px) {
  .image-text .col-content .bullet-points .bullet-point {
    font-size: 14px;
  }
}
.image-text .col-content .bullet-points .bullet-point::before {
  content: "";
  width: 5px;
  height: 5px;
  background-color: currentColor;
  border-radius: 50%;
}
.image-text .col-content .button-wrapper {
  margin-top: 1.6em;
}
.image-text .col-content .content-below {
  margin-top: 2em;
}
@media (min-width: 800px) {
  .image-right .image-text .col-content {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.has-background .image-text {
  padding-top: calc(50px + 1vw);
  padding-bottom: calc(50px + 1vw);
  margin-top: calc(50px + 1vw);
  margin-bottom: calc(50px + 1vw);
}
.theme-dark .image-text {
  --color: white;
  --background-color: #040120;
}
.theme-dark .image-text .bullet-point {
  border-color: rgba(255, 255, 255, 0.1);
}
@media (max-width: 800px) {
  .image-text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .image-text .container {
    gap: 1vw;
  }
  .image-text .col-content {
    padding: 0;
  }
}

.image-ticker {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
  margin-top: calc(50px + 1vw);
  background: -webkit-gradient(linear, left top, right top, from(#f8f9fa), to(#d5e1f2));
  background: linear-gradient(to right, #f8f9fa 0%, #d5e1f2 100%);
  padding-bottom: calc(50px + 1vw);
  border-radius: 12px;
}
.image-ticker .ticker {
  display: block;
  width: 100%;
  overflow: hidden;
}
.image-ticker .ticker .scroll-scrubber {
  width: 120vw;
}
.image-ticker .ticker .scroll-scrubber .ticker-container {
  margin: auto;
  position: relative;
}
.image-ticker .ticker .scroll-scrubber .ticker-container .ticker-loop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  will-change: transform;
}
.image-ticker .ticker .scroll-scrubber .ticker-container .ticker-loop .ticker-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.image-ticker .ticker .scroll-scrubber .ticker-container .card-ticker {
  position: relative;
  width: clamp(200px, 20vw, 300px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 1.4em;
}
.image-ticker .ticker .scroll-scrubber .ticker-container .card-ticker .image {
  position: relative;
  width: 100%;
}
.image-ticker .ticker .scroll-scrubber .ticker-container .card-ticker .image img {
  width: 100%;
  height: auto;
  border-radius: 12px;
  overflow: hidden;
}

@keyframes scroll {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(var(--ticker-move), 0, 0);
            transform: translate3d(var(--ticker-move), 0, 0);
  }
}
.quick-menu {
  --side-padding: 1.8em;
  margin: calc(50px + 1vw) auto;
}
.quick-menu .menu-box {
  background-color: white;
  border-radius: 12px;
  border: 1px solid rgba(229, 229, 229, 0.5);
  overflow: hidden;
  width: 100%;
  max-width: 30em;
  padding-bottom: 0.4em;
  -webkit-box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.07);
          box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.07);
}
.quick-menu .menu-box .menu-header {
  padding: 1.2em var(--side-padding);
}
.quick-menu .menu-box .menu-header .menu-title {
  font-size: calc(16px + 4 * (100vw - 375px) / 1065);
}
@media screen and (max-width: 375px) {
  .quick-menu .menu-box .menu-header .menu-title {
    font-size: 16px;
  }
}
@media screen and (min-width: 1440px) {
  .quick-menu .menu-box .menu-header .menu-title {
    font-size: 20px;
  }
}
.quick-menu .menu-box .menu-header .menu-title {
  color: #0054f9;
}
.quick-menu .menu-box .menu-items {
  padding: 0 var(--side-padding);
}
.quick-menu .menu-box .menu-items .menu-item {
  border-bottom: 1px solid #e5e5e5;
}
.quick-menu .menu-box .menu-items .menu-item:last-child {
  border-bottom: none;
}
.quick-menu .menu-box .menu-items .menu-item .menu-item-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1em;
  padding: 1em 0;
  text-decoration: none;
  -webkit-transition: color 0.1s ease;
  transition: color 0.1s ease;
}
.quick-menu .menu-box .menu-items .menu-item .menu-item-inner .item-text {
  font-size: calc(15px + 1 * (100vw - 375px) / 1065);
}
@media screen and (max-width: 375px) {
  .quick-menu .menu-box .menu-items .menu-item .menu-item-inner .item-text {
    font-size: 15px;
  }
}
@media screen and (min-width: 1440px) {
  .quick-menu .menu-box .menu-items .menu-item .menu-item-inner .item-text {
    font-size: 16px;
  }
}
.quick-menu .menu-box .menu-items .menu-item .menu-item-inner .item-text {
  line-height: 1.5;
}
.quick-menu .menu-box .menu-items .menu-item .menu-item-inner .item-arrow {
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}
.quick-menu .menu-box .menu-items .menu-item .menu-item-inner .item-arrow svg {
  width: 0.86em;
  height: 0.86em;
  color: #0054f9;
}
.quick-menu .menu-box .menu-items .menu-item .menu-item-inner:hover {
  color: #0054f9;
}
.quick-menu .menu-box .menu-items .menu-item .menu-item-inner:hover .item-arrow {
  -webkit-transform: translateX(0.2em);
          transform: translateX(0.2em);
}
@media (max-width: 800px) {
  .quick-menu {
    --side-padding: 1.5em;
  }
}

.quote {
  border-radius: 32px;
  margin-top: 1vw;
  margin-bottom: 1vw;
  background-color: #040120;
  overflow: hidden;
}
.quote .col-content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: calc(20px + 2vw);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: calc(20px + 1vw);
  color: white;
}
.quote .col-content .content-wrapper {
  gap: 1.5em;
}
.quote .col-content .quote-text {
  font-size: calc(22px + 18 * (100vw - 375px) / 1065);
}
@media screen and (max-width: 375px) {
  .quote .col-content .quote-text {
    font-size: 22px;
  }
}
@media screen and (min-width: 1440px) {
  .quote .col-content .quote-text {
    font-size: 40px;
  }
}
.quote .col-content .quote-text {
  line-height: 1.3;
}
.quote .col-content .quote-author {
  font-size: calc(15px + 1 * (100vw - 375px) / 1065);
}
@media screen and (max-width: 375px) {
  .quote .col-content .quote-author {
    font-size: 15px;
  }
}
@media screen and (min-width: 1440px) {
  .quote .col-content .quote-author {
    font-size: 16px;
  }
}
.quote .col-content .quote-author .author-name {
  font-family: "Roboto-Medium", sans-serif;
  font-weight: 400;
}
.quote .col-content .quote-author .author-role {
  color: #b4b3bc;
}
.quote .col-image {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
  min-height: 300px;
}
.quote .col-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 800px) {
  .quote {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    border-radius: 12px;
    gap: 0;
  }
  .quote .col-content {
    gap: 1vw;
  }
  .quote .col-image {
    min-height: 280px;
  }
}

.single-image {
  display: block;
  position: relative;
  width: 100%;
  margin: 0 auto;
}
.core-content + .single-image, .single-image + .core-content {
  margin-top: calc(50px + 1vw);
}
.single-image .image {
  position: relative;
  z-index: 1;
  overflow: hidden;
  font-size: 0;
  width: 100%;
}
.single-image .image img {
  max-width: 100%;
}
.single-image.fixed-height .image {
  padding-bottom: 40%;
}
.single-image.fixed-height .image img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.single-image.full-size .image img {
  position: relative;
  width: 100%;
  height: auto;
}
.single-image.original-size .image {
  width: auto;
  margin: 0;
  max-width: 100%;
}
.single-image.original-size .image img {
  max-width: 100%;
  height: auto;
}

@media (max-width: 800px) {
  .single-image.fixed-height .image {
    padding-bottom: 80%;
  }
}
.card-stat {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 800px) {
  .card-stat:not(:first-of-type) {
    border-left: 0.5px solid rgba(255, 255, 255, 0.2);
  }
}

.statistics {
  position: relative;
  padding: calc(calc(50px + 1vw) * 1.5) 0;
  margin: calc(50px + 1vw) auto;
  overflow: hidden;
  border-radius: 32px;
  background-color: #040120;
  color: white;
}
.statistics .container {
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.statistics .container .col-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.statistics .container .col-content * {
  text-align: center;
}
.statistics .stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border: 0;
  width: 100%;
}
@media (max-width: 800px) {
  .statistics {
    padding: calc(50px + 6vw) 0;
  }
  .statistics .container {
    gap: 0;
  }
  .statistics .text-wrapper {
    margin-bottom: 1em;
  }
  .statistics .stats {
    grid-template-columns: 1fr;
    gap: 0;
  }
}

.background-grey .title-text {
  background-color: #eee;
}
.has-background .title-text {
  padding-top: calc(50px + 1vw);
  padding-bottom: calc(50px + 1vw);
  margin-top: calc(50px + 1vw);
  margin-bottom: calc(50px + 1vw);
  border-radius: 12px;
}
.title-text .container {
  gap: 1vw;
}
.orientation-vertical .title-text .container {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.orientation-vertical .title-text .container .col {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
.orientation-horizontal .title-text .container {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.orientation-horizontal .title-text .container .col-text .text * {
  max-width: 32em;
}
.title-text .col-title .title {
  max-width: 12em;
}
.title-text .col-text .block-text-content p strong {
  display: block;
  margin-top: 1em;
  color: #131313;
  font-size: calc(16px + 4 * (100vw - 375px) / 1065);
}
@media screen and (max-width: 375px) {
  .title-text .col-text .block-text-content p strong {
    font-size: 16px;
  }
}
@media screen and (min-width: 1440px) {
  .title-text .col-text .block-text-content p strong {
    font-size: 20px;
  }
}

.video-player-component .container {
  position: relative;
}
.video-player-component .video-wrapper {
  cursor: pointer;
  z-index: 1;
  position: relative;
  padding-bottom: 56.25%;
  border-radius: 12px;
  overflow: hidden;
}
.video-player-component .video-wrapper video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 12px;
}
.video-player-component .video-play-button {
  z-index: 2;
  pointer-events: none;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 4em;
  height: 4em;
  background-color: white;
  border-radius: 50%;
}
.video-player-component .video-play-button svg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-40%, -50%);
          transform: translate(-40%, -50%);
  width: 25%;
  color: black;
}
@media (max-width: 800px) {
  .video-player-component {
    margin: calc(50px + 1vw) auto;
  }
  .video-player-component .video-play-button {
    width: 3em;
    height: 3em;
  }
}