@charset "UTF-8";
/*
Theme Name: SWBID
Author: SDCO Partners
Author URI: https://sdcopartners.com/
Version: 1.0
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h5, h6, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

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

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

/* apply a natural box layout model to all elements, but allowing components to change */
html {
  box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: inherit;
}

* {
  box-sizing: border-box;
}

/**
 * @license
 * MyFonts Webfont Build ID 3867246, 2020-12-16T11:57:38-0500
 * 
 * The fonts listed in this notice are subject to the End User License
 * Agreement(s) entered into by the website owner. All other parties are 
 * explicitly restricted from using the Licensed Webfonts(s).
 * 
 * You may obtain a valid license at the URLs below.
 * 
 * Webfont: Avenir 65 Medium by Linotype
 * URL: https://www.myfonts.com/products/pro-65-medium-115678-avenir-368766
 * Copyright: Copyright © 2023 Monotype Imaging Inc. All rights reserved.
 *
 * Webfont: Avenir 45 Book by Linotype
 * URL: https://www.myfonts.com/products/pro-45-book-115678-avenir-368757
 * Copyright: Copyright © 2023 Monotype Imaging Inc. All rights reserved.
 * 
 * © 2023 MyFonts Inc. */
@font-face {
  font-family: "raisonne-demibold";
  src: url("fonts/raisonne-demibold.woff2") format("woff2"), url("fonts/raisonne-demibold.woff") format("woff"), url("fonts/raisonne-demibold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
html {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}

body {
  background-color: white;
  font-weight: 400;
  line-height: 1.25;
  font-family: "raisonne-demibold", sans-serif;
  font-smoothing: antialiased;
}

p {
  margin-bottom: 1.25em;
  line-height: 1.6;
  font-size: 0.8666666667rem;
}
@media (min-width: 960px) {
  p {
    font-size: 1.2rem;
  }
}
p:last-child {
  margin-bottom: 0;
}

.hh {
  font-size: 3.3333333333rem;
}
@media (min-width: 960px) {
  .hh {
    font-size: 4rem;
  }
}

.h1, .h2, .h3, .h4, .h5 {
  font-weight: 400;
  margin: 0;
}
.h1 em, .h2 em, .h3 em, .h4 em, .h5 em {
  font-family: "rockwell", serif;
  font-size: 90%;
}

.h1 {
  font-size: 1.375rem;
  font-family: "raisonne-demibold", sans-serif;
  font-style: normal;
  font-weight: bold;
}
@media (min-width: 960px) {
  .h1 {
    font-size: 2.5rem;
  }
}

.h2 {
  font-size: 1.1333333333rem;
  margin-bottom: 0.125em;
  font-family: "rockwell", serif;
}
@media (min-width: 960px) {
  .h2 {
    font-size: 1.875rem;
    margin-bottom: 0.5em;
  }
}

.h3 {
  font-size: 1.4666666667rem;
  font-family: "raisonne-demibold", sans-serif;
  margin-bottom: 1rem;
  line-height: 1.3;
}
@media (min-width: 960px) {
  .h3 {
    font-size: 2.2rem;
  }
}

.h4 {
  font-size: 0.875rem;
  font-family: "raisonne-demibold", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
@media (min-width: 960px) {
  .h4 {
    font-size: 0.75rem;
  }
}

.h5 {
  font-size: 0.6875rem;
  font-weight: 400;
}
@media (min-width: 960px) {
  .h5 {
    font-size: 0.6875rem;
  }
}

.body {
  font-size: 1.2rem;
  font-family: "rockwell", serif;
  line-height: 1.555;
  font-weight: 400;
}

.body-large {
  font-size: 1.2rem;
}

.subheadline {
  position: relative;
  display: inline-block;
  font-family: "raisonne-demibold", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.subheadline:after {
  content: "";
  display: block;
  height: 2px;
  background: var(--secondary, #FFE06E);
}

.small {
  font-size: 0.875rem;
}

a {
  color: inherit;
  text-decoration: none;
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.css-rotate {
  animation: rotate 30s linear infinite;
  transform-origin: 50% 50%;
}

.css-bouncy {
  animation-name: bouncy;
  animation-timing-function: ease;
  animation-duration: 2s;
  animation-iteration-count: infinite;
}

@keyframes bouncy {
  0% {
    transform: scale(1, 1) translateY(0);
  }
  10% {
    transform: scale(1.1, 0.9) translateY(0);
  }
  30% {
    transform: scale(0.9, 1.1) translateY(100%);
  }
  50% {
    transform: scale(1.05, 0.95) translateY(0);
  }
  57% {
    transform: scale(1, 1) translateY(0);
  }
  64% {
    transform: scale(1, 1) translateY(0);
  }
  100% {
    transform: scale(1, 1) translateY(0);
  }
}
/**
 * @license
 * MyFonts Webfont Build ID 3867246, 2020-12-16T11:57:38-0500
 * 
 * The fonts listed in this notice are subject to the End User License
 * Agreement(s) entered into by the website owner. All other parties are 
 * explicitly restricted from using the Licensed Webfonts(s).
 * 
 * You may obtain a valid license at the URLs below.
 * 
 * Webfont: Avenir 65 Medium by Linotype
 * URL: https://www.myfonts.com/products/pro-65-medium-115678-avenir-368766
 * Copyright: Copyright © 2023 Monotype Imaging Inc. All rights reserved.
 *
 * Webfont: Avenir 45 Book by Linotype
 * URL: https://www.myfonts.com/products/pro-45-book-115678-avenir-368757
 * Copyright: Copyright © 2023 Monotype Imaging Inc. All rights reserved.
 * 
 * © 2023 MyFonts Inc. */
@font-face {
  font-family: "raisonne-demibold";
  src: url("fonts/raisonne-demibold.woff2") format("woff2"), url("fonts/raisonne-demibold.woff") format("woff"), url("fonts/raisonne-demibold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
html, body {
  margin: 0;
  height: 100%;
  width: 100%;
  color: #2E2020;
  font-size: 93.8%;
}

::-moz-selection {
  background: #4667A9; /* WebKit/Blink Browsers */
  color: #FFF;
  fill: #FFF;
}

::selection {
  background: #4667A9; /* WebKit/Blink Browsers */
  color: #FFF;
  fill: #FFF;
}

::-moz-selection {
  background: #4667A9; /* Gecko Browsers */
  color: #FFF;
  fill: #FFF;
}

.fade-container {
  animation: fadeSiteIn 0.5s ease forwards; /* [1] */
}

.fade-container.fadeSiteOut {
  animation: fadeSiteOut 0.5s ease forwards; /* [2] */
}

main {
  min-height: calc(100dvh - 165px);
  background: #FFF;
  overflow: hidden;
}

@keyframes fadeSiteIn {
  /* [1] */
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeSiteOut {
  /* [2] */
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.btn {
  border-radius: 14px;
  border: 2px solid var(--secondary, #FFE06E);
  padding: 0.9rem 1.2rem;
  display: inline-block;
  font-size: 0.8666666667rem;
  position: relative;
  overflow: hidden;
  transition: border 0.66s ease-in-out;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  background-clip: content-box;
  font-family: "raisonne-demibold", sans-serif;
}
@media (min-width: 960px) {
  .btn {
    font-size: 1.2rem;
  }
}
.btn span {
  position: relative;
  z-index: 2;
  transition: color 0.66s ease-in-out;
}
.btn:before, .btn:after {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  border: 2px solid var(--primary, #4667A9);
}
.btn:before {
  content: "";
  width: 500px;
  height: 500px;
  border-radius: 50%;
  background: var(--primary, #4667A9);
  border: 2px solid var(--primary, #4667A9);
  position: absolute;
  transform: translate(-50%, -50%) scale(0);
  left: 50%;
  top: 100%;
  z-index: -1;
  transition: transform 0.66s ease-in-out, top 0.66s ease-in-out;
}
.btn:hover {
  border: 2px solid var(--primary, #4667A9);
  background: transparent;
}
.btn:hover:before {
  top: 50%;
  transform: translate(-50%, -50%) scale(1);
}
.btn:hover span {
  color: var(--primary, #4667A9);
}
.swbid-partnership .btn {
  border: 2px solid var(--primary, #014F2A);
}

.btn--fill {
  border: none;
  color: #FFF;
  z-index: 1;
  overflow: hidden;
}
.btn--fill:before, .btn--fill:after {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  display: block;
}
.btn--fill:after {
  background: var(--primary, #4667A9);
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: -2;
  width: 500px;
  height: 500px;
  transition: background 0.33 ease-in-out;
  transition-delay: 0.33s;
}
.btn--fill:before {
  background: var(--secondary, #FFE06E);
}
.btn--fill:hover {
  border: none;
}
.btn--fill:hover:after {
  background: transparent;
}
.swbid-partnership .btn--fill {
  color: var(--tertiary, #A3C5E4);
  border: none;
}

.btn--small {
  font-family: "rockwell", serif;
  padding: 0.5rem 0.8rem;
  display: inline-block;
  font-size: 0.7333333333rem;
  border-color: var(--primary, #4667A9);
}
.btn--small:hover {
  background: var(--primary, #4667A9);
}
.btn--small:hover span {
  color: #FFF;
}

.wrapper {
  max-width: 1100px;
  margin: 0 auto;
}

.wrapper--wide {
  max-width: calc(100% - 70px);
}
@media (min-width: 960px) {
  .wrapper--wide {
    max-width: calc(100% - 8rem);
  }
}
@media (min-width: calc(1400px + 8rem)) {
  .wrapper--wide {
    max-width: 1400px;
  }
}

.visually-hidden {
  position: absolute;
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

@media (min-width: 960px) {
  .-hide-on-desktop {
    display: none;
  }
}

.-hide-on-mobile {
  display: none;
}
@media (min-width: 960px) {
  .-hide-on-mobile {
    display: inherit;
  }
}

.embed {
  width: 100%;
  margin-bottom: 2rem;
  margin-top: 2rem;
  padding-left: 35px;
  padding-right: 35px;
}
@media (min-width: 960px) {
  .embed {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.embed iframe {
  width: 100%;
}

.skip-to-content-link {
  background: var(--secondary, #FFE06E);
  text-decoration: none;
  padding: 2rem;
}
.skip-to-content-link:focus {
  z-index: 9999;
  position: fixed;
  overflow: auto;
  top: 0;
  left: 0;
  width: unset !important;
  height: unset !important;
  clip: unset !important;
  padding: 0.9rem 1.2rem !important;
  display: inline-block;
  font-size: 0.8666666667rem;
}

.header {
  position: relative;
  top: 0;
  background: var(--primary, #4667A9);
  width: 100%;
  height: 100px;
  display: flex;
  align-items: center;
  padding: 0 50px;
  z-index: 3;
}
@media (min-width: 960px) {
  .header {
    height: 134px;
  }
}
.swbid-partnership .header {
  background: transparent;
}

.home.swbid-partnership .header {
  position: absolute;
  top: 0;
  left: 0;
}

.home .header {
  background: transparent;
}
.home .header__logo {
  display: none;
}

.header__logo {
  width: 150px;
  display: block;
}
@media (min-width: 960px) {
  .header__logo {
    width: 186px;
  }
}
.header__logo svg {
  width: 100%;
  display: block;
}

.header__menu-container {
  position: fixed;
  right: 15px;
  top: 25px;
  width: 54px;
  height: 54px;
  z-index: 10;
}
@media (min-width: 960px) {
  .header__menu-container {
    width: 74px;
    height: 74px;
    right: 50px;
    top: 30px;
  }
}

.header__menu-trigger {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  position: absolute;
  display: block;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: transform 1s;
  background: #FFF;
  top: 4px;
  right: 4px;
}
.swbid-partnership .header__menu-trigger {
  background: var(--primary, #014F2A);
}

@media (min-width: 960px) {
  .header__menu-trigger {
    top: 0;
    right: 0;
  }
}
@media (min-width: 960px) {
  .header__menu-trigger {
    width: 74px;
    height: 74px;
    top: 0;
    right: 0;
  }
}
.header__menu-trigger span {
  position: absolute;
  background: var(--tertiary, var(--secondary, #FFE06E));
  width: 24px;
  height: 2px;
  display: block;
}
.header__menu-trigger span:last-child {
  transform: rotate(90deg);
}
@media (min-width: 960px) {
  .header__menu-trigger span {
    width: 40px;
    height: 3px;
  }
}
.header__menu-trigger.active {
  transform: rotate(405deg);
}
.header__menu {
  position: absolute;
  border-radius: 37px;
  right: 0;
  background: #FFF;
  padding: 3rem 2rem;
  outline: 3px solid var(--secondary, #FFE06E);
  overflow: hidden;
  max-width: calc(100vw - 30px);
}
@media (min-width: 960px) {
  .header__menu {
    padding: 3rem;
    outline: 5px solid var(--secondary, #FFE06E);
  }
}
.swbid-partnership .header__menu {
  background: var(--primary, #014F2A, #4667A9);
}

.header__menu .menu > li {
  color: var(--tertiary, var(--primary, #4667A9));
  text-transform: uppercase;
  white-space: nowrap;
  line-height: 1.5;
}
.header__menu .menu > li > a {
  font-size: clamp(1.6666666667rem, 2.5vw, 1.8rem);
  pointer-events: none;
  transition: transform 0.4s, color 0.4s;
  display: inline-block;
}
@media (min-width: 960px) {
  .header__menu .menu > li > a {
    font-size: 2rem;
  }
}
@media (min-width: 960px) and (max-height: 650px) {
  .header__menu .menu > li > a {
    font-size: 1.6rem;
  }
}
.menu-active .header__menu .menu > li > a {
  pointer-events: auto;
}
.menu-active .header__menu .menu > li > a[href="#"] {
  pointer-events: none;
}

.header__menu .menu > li > a:hover {
  transform: translateX(5px);
}
.header__menu .menu > li > a:hover[href="#"] {
  transform: none;
  pointer-events: none;
  cursor: arrow;
}
.swbid-partnership .header__menu .menu > li > a:hover {
  color: var(--secondary, #FFE06E);
}
.swbid-partnership .header__menu .menu > li > a:hover[href="#"] {
  color: inherit;
}

.swbid-partnership .header__menu .menu > li.current-menu-item > a {
  color: var(--secondary, #FFE06E);
}
.swbid-partnership .header__menu .menu > li.current-menu-item > a[href="#"] {
  color: inherit;
}

.header__menu .sub-menu {
  padding: 0.5rem 2rem;
}
.header__menu .sub-menu li {
  text-transform: none;
  margin-bottom: 0.25em;
}
.header__menu .sub-menu li:last-child {
  margin-bottom: 0;
}
.header__menu .sub-menu li a {
  transition: transform 0.4s;
  display: inline-block;
  font-size: 1.1333333333rem;
}
@media (min-width: 960px) {
  .header__menu .sub-menu li a {
    font-size: 1.3333333333rem;
  }
}
.header__menu .sub-menu li a:hover {
  transform: translateX(5px);
}
.swbid-partnership .header__menu .sub-menu li a:hover {
  color: var(--secondary, #FFE06E);
}

.swbid-partnership .header__menu .sub-menu li.current-menu-item > a {
  color: var(--secondary, #FFE06E);
}
.swbid-partnership .header__menu .sub-menu li.current-menu-item > a[href="#"] {
  color: inherit;
}

.prefooter {
  display: none;
}
@media (min-width: 960px) {
  .prefooter {
    display: flex;
    justify-content: space-between;
    margin: 0 auto 5rem auto;
  }
}

.footer {
  background: var(--tertiary, var(--primary, #4667A9));
  color: #FFF;
  padding: 35px;
  border-radius: 47px 47px 0 0;
  width: 100%;
  overflow: hidden;
  display: grid;
  grid-row-gap: 1rem;
  grid-template-columns: 1fr;
  grid-template-areas: "logo" "menu" "social" "newsletter" "address" "contact" "legal" "copyright";
}
@media (min-width: 960px) {
  .footer {
    padding: 50px;
    grid-template-columns: repeat(2, minmax(0, -webkit-fit-content));
    grid-template-columns: repeat(2, minmax(0, fit-content));
    grid-template-areas: "logo social" "menu address" "menu contact" "menu legal" "menu copyright" "menu newsletter";
  }
}
.footer .btn {
  position: relative;
  z-index: 2;
}
.footer .btn:before {
  background: var(--secondary, #FFE06E);
}
.footer .btn:hover {
  border: 2px solid var(--secondary, #FFE06E);
}
.footer .btn:hover span {
  color: var(--primary, #4667A9);
}
.swbid-partnership .footer {
  color: var(--primary, #014F2A);
}
.swbid-partnership .footer .btn:before {
  background: var(--primary, #014F2A);
}
.swbid-partnership .footer .btn:hover {
  border: 2px solid var(--primary, #014F2A);
}
.swbid-partnership .footer .btn:hover span {
  color: var(--tertiary, #A3C5E4);
}

.footer__logo {
  font-family: "rockwell", serif;
  font-size: 1.4666666667rem;
  grid-area: logo;
}
@media (min-width: 960px) {
  .footer__logo {
    font-size: 1.4666666667rem;
  }
}

.footer__social {
  display: flex;
  margin-bottom: 1rem;
  grid-area: social;
  flex-direction: column;
  width: 100%;
}
@media (min-width: 960px) {
  .footer__social {
    justify-content: flex-end;
    flex-direction: row;
  }
}
.footer__social li {
  margin-right: 1rem;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
}
@media (min-width: 960px) {
  .footer__social li {
    margin-bottom: 0;
  }
}
.footer__social li:last-child {
  margin-right: 0;
}

.footer__menu {
  font-size: 1.1333333333rem;
  grid-area: menu;
  display: grid;
  align-items: flex-end;
}
.footer__menu li {
  line-height: 1.5;
}
.footer__menu li a {
  color: inherit;
  transition: color 0.4s;
}
.footer__menu li a:hover {
  color: var(--secondary, #FFE06E);
}

.footer__contact {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 1rem;
  font-size: 1.1333333333rem;
  grid-area: contact;
}
@media (min-width: 960px) {
  .footer__contact {
    align-items: flex-end;
  }
}
.footer__contact a {
  display: inline-block;
  transition: color 0.4s;
}
.footer__contact a:hover {
  color: var(--secondary, #FFE06E);
}

.footer__address {
  margin-bottom: 1rem;
  font-size: 1.1333333333rem;
  grid-area: address;
  transition: color 0.4s;
}
.footer__address:hover {
  color: var(--secondary, #FFE06E);
}
@media (min-width: 960px) {
  .footer__address {
    text-align: right;
  }
}
.footer__address address {
  font-style: normal;
}

.footer__legal {
  grid-area: legal;
}
@media (min-width: 960px) {
  .footer__legal {
    text-align: right;
    font-size: 0.6666666667rem;
  }
}
.footer__legal a {
  transition: color 0.4s;
}
.footer__legal a:hover {
  color: var(--secondary, #FFE06E);
}
.footer__legal span {
  display: block;
}
.footer__legal span:first-child {
  margin-bottom: 1em;
}

.footer__newsletter {
  grid-area: newsletter;
  width: 100%;
}
@media (min-width: 960px) {
  .footer__newsletter {
    max-width: 340px;
    margin-left: auto;
  }
}
.footer__newsletter span {
  display: inline-block;
  font-size: 1.1333333333rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.footer__newsletter form {
  display: flex;
  align-items: center;
  border-bottom: 2px solid var(--secondary, #FFE06E);
  position: relative;
}
.footer__newsletter form .gform_body {
  flex-grow: 1;
}
.footer__newsletter form .gform_body input {
  width: 100% !important;
  background: transparent;
  border: none;
  color: var(--secondary, #FFE06E);
  padding-left: 0 !important;
  font-size: 1.1333333333rem !important;
  font-family: "raisonne-demibold", sans-serif;
}
.footer__newsletter form .gform_body input::-webkit-input-placeholder {
  color: var(--secondary, #FFE06E);
}

.footer__newsletter form .gform_body input:-moz-placeholder {
  color: var(--secondary, #FFE06E);
}

.footer__newsletter form .gform_body input::-moz-placeholder {
  color: var(--secondary, #FFE06E);
}

.footer__newsletter form .gform_body input:-ms-input-placeholder {
  color: var(--secondary, #FFE06E);
}

.swbid-partnership .footer__newsletter form {
  border-bottom: 2px solid var(--primary, #014F2A);
}
.swbid-partnership .footer__newsletter form .gform_body input {
  color: var(--primary, #014F2A);
}
.swbid-partnership .footer__newsletter form .gform_body input::-webkit-input-placeholder {
  color: var(--primary, #014F2A);
}

.swbid-partnership .footer__newsletter form .gform_body input:-moz-placeholder {
  color: var(--primary, #014F2A);
}

.swbid-partnership .footer__newsletter form .gform_body input::-moz-placeholder {
  color: var(--primary, #014F2A);
}

.swbid-partnership .footer__newsletter form .gform_body input:-ms-input-placeholder {
  color: var(--primary, #014F2A);
}

.footer__newsletter form .gfield--type-submit {
  padding: 0 !important;
  flex-shrink: 0;
  width: 40px;
  position: absolute;
  right: 0;
}
@media (min-width: 960px) {
  .footer__newsletter form .gfield--type-submit {
    position: relative;
  }
}
.footer__newsletter form .gfield--type-submit input[type=submit] {
  width: 40px;
  height: 40px;
  color: transparent;
  background: transparent;
  border: none;
  background-image: url("images/angled-arrow.svg");
  background-size: 32px;
  background-position: center right;
  background-repeat: no-repeat;
}
.swbid-partnership .footer__newsletter form .gfield--type-submit input[type=submit] {
  background-image: url("images/angled-arrow-green.svg");
}

.footer-stripes {
  width: 100%;
  height: 80px;
}
.footer-stripes svg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.blog-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  border-bottom: 6px solid var(--secondary, #FFE06E);
  margin-top: 5rem;
  margin-bottom: 5rem;
  max-width: calc(100% - 70px);
}
@media (min-width: 960px) {
  .blog-container {
    max-width: calc(100% - 100px);
    flex-direction: row;
  }
}
@media (min-width: 1200px) {
  .blog-container {
    max-width: 1100px;
  }
}
.blog-container.blog-container {
  border-bottom: none;
  padding-bottom: 0;
}

.blog__list {
  flex-grow: 1;
  width: 100%;
}

.blog__list-item {
  margin-bottom: 1em;
  border: 2px solid var(--primary, #4667A9);
  border-radius: 25px;
}
.blog__list-item .blog__list-item-trigger {
  padding: 1rem 1.5rem;
  display: inline-flex;
  font-size: 1.4666666667rem;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  cursor: pointer;
}
@media (min-width: 960px) {
  .blog__list-item .blog__list-item-trigger {
    font-size: 2.2rem;
    flex-direction: row;
    justify-content: space-between;
    align-items: first baseline;
  }
}
.blog__list-item .blog__list-item-trigger span {
  margin-right: 1rem;
}
.blog__list-item .blog__list-item-trigger time {
  font-size: 1.2rem;
  align-self: flex-start;
  text-transform: uppercase;
  white-space: nowrap;
  margin-top: 1rem;
}
@media (min-width: 960px) {
  .blog__list-item .blog__list-item-trigger time {
    align-self: center;
    margin-top: 0;
  }
}
.blog__list-item .blog__list-item-trigger svg {
  width: 24px;
  flex-shrink: 0;
}
@media (min-width: 960px) {
  .blog__list-item .blog__list-item-trigger svg {
    width: 32px;
  }
}
.blog__list-item:hover a span {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 50%, var(--secondary, #FFE06E) 50%);
}
.blog__list-item.active .blog__list-item-trigger span {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 50%, var(--secondary, #FFE06E) 50%);
}

.blog__list-item-content {
  overflow: hidden;
}

.blog__list-item-content-inner {
  padding: 1rem 1.5rem;
  display: flex;
  flex-direction: column;
}
@media (min-width: 960px) {
  .blog__list-item-content-inner {
    flex-direction: row;
  }
}
.blog__list-item-content-inner .image-container {
  width: 100%;
  margin-bottom: 1.5rem;
  position: relative;
  display: block;
}
@media (min-width: 960px) {
  .blog__list-item-content-inner .image-container {
    max-width: 300px;
    margin-right: 3rem;
    margin-bottom: 0;
  }
}
.blog__list-item-content-inner .image {
  border-radius: 25px;
  overflow: hidden;
  display: block;
}
.blog__list-item-content-inner .image img {
  width: 100%;
  height: auto;
  display: block;
}
.blog__list-item-content-inner .arrow {
  position: absolute;
  width: 54px;
  bottom: 0;
  right: 0;
  transform: translateY(-50%) translateX(33%);
  display: block;
}
@media (min-width: 960px) {
  .blog__list-item-content-inner .arrow {
    width: 62px;
    transform: translateY(-50%) translateX(50%);
  }
}
.blog__list-item-content-inner .arrow svg circle {
  fill: var(--secondary, #FFE06E);
}
.blog__list-item-content-inner .content p {
  font-size: 1.2rem;
  font-family: "rockwell", serif;
}

.single-blog {
  margin: 4rem auto;
  display: flex;
  flex-direction: column;
  gap: 3.5rem;
  font-family: "raisonne-demibold", sans-serif;
}
.single-blog__header {
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  align-items: center;
  text-align: center;
  width: 100%;
}
.single-blog__header .image {
  margin-top: 3rem;
  overflow: hidden;
  border-radius: 50px;
}
.single-blog__header .image img {
  display: block;
  width: 100%;
  height: auto;
}
.single-blog__title {
  width: 100%;
}
@media (min-width: 960px) {
  .single-blog__title {
    max-width: 500px;
  }
}
.single-blog__content {
  font-family: "rockwell", serif;
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
}
@media (min-width: 960px) {
  .single-blog__content {
    flex-direction: row-reverse;
  }
}
.single-blog__body p, .single-blog__body li {
  font-size: 1.2rem;
}
.single-blog__body a:not(.btn) {
  color: #4667A9;
}
.single-blog__body ul {
  list-style-type: disc;
  padding-bottom: 1em;
  padding-left: 1.5em;
}
.single-blog__body ul li {
  margin-bottom: 1em;
}
.single-blog__body ol {
  list-style-type: decimal;
  padding-left: 1.5em;
  padding-bottom: 1em;
}
.single-blog__body ol li {
  margin-bottom: 1em;
}
.single-blog__body blockquote {
  text-align: center;
  margin: 1em 0 4em 0;
}
.single-blog__body blockquote p {
  font-size: 1.875rem;
}
.single-blog__body blockquote cite {
  font-size: 1.2rem;
  font-style: normal;
}
@media (min-width: 960px) {
  .single-blog__body {
    width: 60%;
  }
}
.single-blog__social {
  margin-top: 4rem;
  align-items: flex-start;
  justify-content: flex-start;
  display: flex;
  flex-flow: column nowrap;
  gap: 0.75rem;
}
.single-blog__social .h4 {
  font-size: 1.2rem;
}
@media (min-width: 960px) {
  .single-blog__social {
    width: 40%;
    margin-top: 0;
  }
}
.single-blog__social-icons {
  display: flex;
  flex-flow: row nowrap;
  gap: 1rem;
}
.single-blog__social-icons svg {
  height: 1rem;
  width: auto;
}
.single-blog__navigation {
  margin-top: 6rem;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.single-blog__navigation a {
  display: inline-block;
  margin-top: 0.5rem;
  font-family: "raisonne-demibold", sans-serif;
  color: #FFF;
  padding: 0.625rem 0.675rem;
  background-color: var(--primary, #4667A9);
  border-radius: 10px;
}

.traffic-box {
  grid-column-gap: 50px;
  display: grid;
  grid-row-gap: 50px;
  margin: 4rem auto;
}
@media (min-width: 960px) {
  .traffic-box {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 1367px) {
  .traffic-box {
    grid-column-gap: 100px;
  }
}
.traffic-box .image-container {
  position: relative;
}
.traffic-box .image-container img {
  display: block;
  width: 100%;
  height: auto;
}
.traffic-box .image-container > a {
  width: 62px;
  position: absolute;
  bottom: 0;
  right: 0;
  transform: translateY(50%) translateX(-50%);
  transition: transform 0.4s;
}
@media (min-width: 960px) {
  .traffic-box .image-container > a {
    top: 20%;
    right: 0;
    bottom: unset;
    transform: translateX(50%) translateY(0);
  }
}
.traffic-box .image-container > a svg {
  width: 100%;
  display: block;
}
.traffic-box .image-container > a:hover {
  transform: translateX(50%) rotate(30deg);
}
.traffic-box h1 {
  margin-bottom: 1rem;
}
.traffic-box .artist {
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--primary, #4667A9);
  margin-bottom: 0.5em;
}
.traffic-box .instagram, .traffic-box .location {
  display: block;
  margin-bottom: 1em;
}
.traffic-box .instagram strong, .traffic-box .location strong {
  font-weight: bold;
  text-decoration: underline;
}

.traffic-box-slider {
  margin-bottom: 5rem;
}
.traffic-box-slider .swiper-navigation {
  display: flex;
  justify-content: space-between;
  margin-top: 2rem;
}
.traffic-box-slider .swiper-next, .traffic-box-slider .swiper-prev {
  cursor: pointer;
  width: 40px;
}
.traffic-box-slider .swiper-next svg g, .traffic-box-slider .swiper-prev svg g {
  stroke: var(--primary, #4667A9);
}

.not-found {
  width: 100vw;
  height: 100dvh;
}
.not-found__content {
  margin: 0 auto;
  width: 50%;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  gap: 0.5rem;
  justify-content: center;
  align-items: center;
  padding-bottom: 14rem;
}
.not-found__header {
  text-align: center;
}
.not-found__header h1 {
  font-family: "raisonne-demibold", sans-serif;
}
.not-found__graphic {
  display: flex;
  flex-flow: row nowrap;
  gap: 1rem;
  align-items: center;
  justify-content: center;
}
.not-found__graphic svg {
  width: 2.375rem;
}

/**
 * Swiper 7.3.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2021 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: November 24, 2021
 */
@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh5GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh5dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-pointer-events {
  touch-action: pan-y;
}

.swiper-pointer-events.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

/* 3D Effects */
.swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-button-lock {
  display: none;
}

:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  --swiper-pagination-bullet-size: 8px;
  --swiper-pagination-bullet-width: 8px;
  --swiper-pagination-bullet-height: 8px;
  --swiper-pagination-bullet-inactive-color: #000;
  --swiper-pagination-bullet-inactive-opacity: 0.2;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 4px;
  --swiper-pagination-bullet-vertical-gap: 6px;
  */
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 10px;
  left: 0;
  width: 100%;
}

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: 50%;
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right;
}

/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-vertical > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

/* Preloader */
:root {
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  */
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  animation: swiper-preloader-spin 1s infinite linear;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}
/* a11y */
.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active,
.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-prev,
.swiper-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-slide-shadow-top,
.swiper-cube .swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
}

.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-flip .swiper-slide-shadow-top,
.swiper-flip .swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height;
}

.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}

.accordions {
  margin: 0 auto;
  max-width: calc(100% - 4rem);
  display: flex;
  flex-direction: column;
}
@media (min-width: 960px) {
  .accordions {
    max-width: calc(100% - 200px);
  }
}
.accordions__wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media (min-width: 960px) {
  .accordions__wrapper {
    flex-direction: row;
  }
}
@media (min-width: 960px) {
  .accordions__headline {
    width: 12%;
  }
}
.accordions__content {
  margin-bottom: 3rem;
}
@media (min-width: 960px) {
  .accordions__content {
    width: 88%;
  }
}
.accordions__divider {
  width: 100%;
  height: 4px;
  background-color: var(--secondary, #FFE06E);
  margin-bottom: 3rem;
}

.accordion {
  padding: 0.25rem 1rem;
  border: 1px solid var(--primary, #4667A9);
  border-radius: 15px;
  margin-bottom: 0.25rem;
}
.accordion__headline {
  cursor: pointer;
  font-family: "raisonne-demibold", sans-serif;
  margin-bottom: 0.5rem;
}
.accordion__content {
  font-size: 0.875rem;
}

.resources {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  border-bottom: 6px solid var(--secondary, #FFE06E);
  padding-bottom: 2.5rem;
  margin-bottom: 2.5rem;
  max-width: calc(100% - 70px);
}
@media (min-width: 960px) {
  .resources {
    max-width: calc(100% - 100px);
    flex-direction: row;
    padding-bottom: 5rem;
    margin-bottom: 5rem;
  }
}
@media (min-width: 1200px) {
  .resources {
    max-width: 1100px;
  }
}
.resources.blog-container {
  border-bottom: none;
  padding-bottom: 0;
}

.resources__title {
  width: 100%;
  flex-shrink: 0;
  margin-bottom: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
@media (min-width: 960px) {
  .resources__title {
    width: 170px;
  }
}
.resources__title .h2 {
  font-family: "raisonne-demibold", sans-serif;
}

.resources__list {
  flex-grow: 1;
  width: 100%;
}

.resources__list-item {
  margin-bottom: 1em;
}
.resources__list-item a {
  padding: 1rem 1.5rem;
  border: 2px solid var(--primary, #4667A9);
  border-radius: 25px;
  display: inline-flex;
  font-size: 1.4666666667rem;
  justify-content: space-between;
  align-items: first baseline;
  width: 100%;
}
@media (min-width: 960px) {
  .resources__list-item a {
    font-size: 2.2rem;
  }
}
.resources__list-item a span {
  margin-right: 1rem;
}
.resources__list-item a svg {
  width: 24px;
  flex-shrink: 0;
}
@media (min-width: 960px) {
  .resources__list-item a svg {
    width: 32px;
  }
}
.resources__list-item:hover a span {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 50%, var(--secondary, #FFE06E) 50%);
}

.plans-container {
  border-bottom: 6px solid var(--secondary, #FFE06E);
  padding-bottom: 2.5rem;
  margin-bottom: 2.5rem;
  display: flex;
  max-width: calc(100% - 70px);
  flex-direction: column;
}
@media (min-width: 960px) {
  .plans-container {
    max-width: calc(100% - 100px);
    flex-direction: row;
    padding-bottom: 5rem;
    margin-bottom: 5rem;
  }
}
@media (min-width: 1200px) {
  .plans-container {
    max-width: 1100px;
  }
}
.plans-container:last-child {
  border-bottom: none;
}
.plans-container .h2 {
  font-family: "raisonne-demibold", sans-serif;
  text-transform: uppercase;
  margin-bottom: 1rem;
}

.plans {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (min-width: 960px) {
  .plans {
    flex-direction: row;
  }
}

.plans__title {
  margin-bottom: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  padding: 1rem 1.5rem;
  border: 2px solid var(--primary, #4667A9);
  border-radius: 25px;
}
@media (min-width: 960px) {
  .plans__title {
    margin-right: 1rem;
    margin-left: 1rem;
  }
}
.plans__title .h2 {
  margin-bottom: 0;
}

.plans__list {
  flex-grow: 1;
  width: 100%;
}

.plans__list-item {
  margin-bottom: 1em;
}
.plans__list-item a {
  padding: 1rem 1.5rem;
  border: 2px solid var(--primary, #4667A9);
  border-radius: 25px;
  display: inline-flex;
  font-size: 1.4666666667rem;
  justify-content: space-between;
  align-items: first baseline;
  width: 100%;
}
@media (min-width: 960px) {
  .plans__list-item a {
    font-size: 2.2rem;
  }
}
.plans__list-item a span {
  margin-right: 1rem;
}
.plans__list-item a p {
  font-size: 1.2rem;
  font-family: "rockwell", serif;
}
.plans__list-item a svg {
  width: 24px;
  flex-shrink: 0;
}
@media (min-width: 960px) {
  .plans__list-item a svg {
    width: 32px;
  }
}
.plans__list-item:hover a span {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 50%, var(--secondary, #FFE06E) 50%);
}

.alt-hero {
  height: 100dvh;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 35px;
  position: relative;
  z-index: 2;
}
@media (min-width: 960px) {
  .alt-hero {
    padding: 50px;
  }
}

.alt-hero__logomark {
  width: 100%;
  max-width: 767px;
}
.alt-hero__logomark svg {
  display: block;
  width: 100%;
}

.alt-hero__badges {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.alt-hero__badge {
  width: 30%;
  max-width: 200px;
  position: absolute;
}
@media (min-width: 768px) {
  .alt-hero__badge {
    max-width: 100px;
  }
}
@media (min-width: 1140px) {
  .alt-hero__badge {
    max-width: 175px;
  }
}
.alt-hero__badge svg {
  display: block;
}
.alt-hero__badge:nth-child(1) {
  top: 30%;
  left: 5%;
}
.alt-hero__badge:nth-child(2) {
  top: 10%;
  left: 30%;
}
.alt-hero__badge:nth-child(3) {
  top: 20%;
  right: 10%;
}
.alt-hero__badge:nth-child(4) {
  bottom: 10%;
  right: 5%;
}
.alt-hero__badge:nth-child(5) {
  bottom: 20%;
  left: 10%;
}
.alt-hero__badge:nth-child(6) {
  bottom: 10%;
  left: 40%;
}

.alt-interior-hero {
  padding: 35px 0;
}
@media (min-width: 960px) {
  .alt-interior-hero {
    padding: 50px;
  }
}
.alt-interior-hero .intro, .alt-interior-hero .outro {
  font-size: 1.2rem;
  display: block;
}
@media (min-width: 960px) {
  .alt-interior-hero .intro, .alt-interior-hero .outro {
    width: 33%;
    max-width: 320px;
  }
}
.alt-interior-hero.alt-interior-hero--no-outro .intro {
  text-align: center;
  margin: 0 auto;
  max-width: 460px;
  width: 100%;
}
.alt-interior-hero .intro {
  text-align: left;
}
.alt-interior-hero .outro {
  text-align: right;
  margin-left: auto;
  max-width: 75%;
}
@media (min-width: 960px) {
  .alt-interior-hero .outro {
    margin-left: auto;
    max-width: 300px;
  }
}
.alt-interior-hero .words {
  padding: 2rem 0;
  max-width: 875px;
  margin: 0 auto;
}
.alt-interior-hero .words .word {
  position: relative;
  margin: 2rem 0;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--primary, #014F2A);
}
.alt-interior-hero .words .word:nth-child(even) {
  margin-left: auto;
  text-align: right;
  width: 85%;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
@media (min-width: 960px) {
  .alt-interior-hero .words .word {
    margin: 4rem 0;
  }
}
@media (min-width: 960px) {
  .alt-interior-hero .words .word:hover span {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 50%, var(--secondary, #FFE06E) 50%);
  }
  .alt-interior-hero .words .word:hover .image {
    opacity: 1;
  }
}
.alt-interior-hero .words .word:nth-child(1) .image {
  top: 0;
  left: 0;
  transform: translateX(50%);
  -webkit-mask-image: url("images/mask-archway.svg");
          mask-image: url("images/mask-archway.svg");
}
.alt-interior-hero .words .word:nth-child(2) .image {
  bottom: 0;
  right: 0;
  transform: translateX(-50%);
  -webkit-mask-image: url("images/mask-rounded-rectangle.svg");
          mask-image: url("images/mask-rounded-rectangle.svg");
}
.alt-interior-hero .words .word:nth-child(3) .image {
  top: 0;
  left: 0;
  transform: translateX(50%);
  -webkit-mask-image: url("images/mask-circle.svg");
          mask-image: url("images/mask-circle.svg");
}
.alt-interior-hero .words .word:nth-child(4) .image {
  top: 0;
  left: 0;
  transform: translateX(50%);
  -webkit-mask-image: url("images/mask-archway.svg");
          mask-image: url("images/mask-archway.svg");
}
.alt-interior-hero .words .word .hh {
  position: relative;
  z-index: 2;
  font-size: clamp(2.5rem, 5vw, 4rem);
}
.alt-interior-hero .words .image {
  position: absolute;
  width: 100%;
  max-width: 250px;
  aspect-ratio: 1/1;
  z-index: 0;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  opacity: 0;
  transition: opacity 0.4s;
  display: none;
}
@media (min-width: 960px) {
  .alt-interior-hero .words .image {
    max-width: 350px;
    display: block;
  }
}
.alt-interior-hero .words .image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.box-callout {
  padding: 4rem 35px;
  position: relative;
  max-width: calc(100% - 4rem);
  border-radius: 25px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  grid-column-gap: 2rem;
  margin: 0 auto;
}
@media (min-width: 960px) {
  .box-callout {
    padding: 4rem;
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
.box-callout:first-child {
  margin: 10rem auto 0 auto;
}
.box-callout:last-child {
  margin: 0 auto 5rem auto;
}
.box-callout:last-child:first-child {
  margin: 5rem auto;
}
@media (min-width: calc(1100px + 4rem)) {
  .box-callout {
    max-width: 1100px;
  }
}
.box-callout--tertiary {
  background-color: var(--tertiary, var(--primary, #4667A9));
}
.box-callout--primary {
  background-color: var(--primary, #4667A9);
  color: #FFF;
}
.box-callout--primary .btn--fill span {
  color: var(--primary, #4667A9);
  transition: color 0.4s;
}
.box-callout--primary .btn--fill:before {
  background: var(--secondary, #FFE06E);
}
.box-callout--primary .btn--fill:after {
  background: #FFF;
}
.box-callout--primary .box-callout__left a {
  color: #FFF;
}
.box-callout--primary .box-callout__left a:hover {
  color: var(--secondary, #FFE06E);
}
.box-callout--secondary {
  background-color: var(--secondary, #FFE06E);
}
.box-callout--secondary .btn--fill span {
  color: #FFF;
  transition: color 0.4s;
}
.box-callout--secondary .btn--fill:before {
  background: #FFF;
}
.box-callout--secondary .btn--fill:after {
  background: #4667A9;
}
.box-callout--secondary .btn--fill:hover span {
  color: #4667A9;
}
.box-callout--secondary .box-callout__left a {
  color: #2E2020;
}
.box-callout--secondary .box-callout__left a:hover {
  color: var(--primary, #4667A9);
}
.box-callout .ornament {
  position: absolute;
  right: 0;
  width: 100%;
  display: none;
}
@media (min-width: 960px) {
  .box-callout .ornament {
    display: block;
  }
}
.box-callout .ornament svg {
  display: block;
}
.box-callout .ornament--stars {
  right: 5rem;
  max-width: 230px;
  transform: translateY(-50%);
}
.box-callout .ornament--waves {
  max-width: 446px;
  right: 4rem;
  top: 3rem;
}
@media (min-width: 960px) {
  .box-callout__headline {
    grid-column: span 4;
  }
}
.box-callout__headline .h2 {
  font-family: "raisonne-demibold", sans-serif;
  font-size: 1.4666666667rem;
}
@media (min-width: 960px) {
  .box-callout__headline .h2 {
    font-size: 2.5rem;
  }
}
@media (min-width: 960px) {
  .box-callout__headline {
    max-width: 570px;
  }
}
.box-callout__left {
  text-transform: uppercase;
  grid-column: span 1;
}
.box-callout__left address, .box-callout__left a {
  font-size: 1.2rem;
  font-style: normal;
  color: inherit;
  transition: color 0.4s;
}
.box-callout__right {
  margin-bottom: 2rem;
}
@media (min-width: 960px) {
  .box-callout__right {
    grid-column: 2/span 3;
  }
}
.box-callout__right:last-child {
  margin-bottom: 0;
}
.box-callout__right p:not(.h2) {
  font-family: "rockwell", serif;
}
.box-callout__right strong {
  font-family: "raisonne-demibold", sans-serif;
  text-transform: uppercase;
}
.box-callout__right ol, .box-callout__right ul {
  margin-bottom: 1em;
}
.box-callout__right ol li, .box-callout__right ul li {
  font-size: 1.2rem;
  font-family: "rockwell", serif;
  margin-bottom: 1em;
}
.box-callout__right ul li {
  list-style-type: disc;
  list-style-position: inside;
  margin-bottom: 1em;
}
.box-callout__right ol li {
  list-style-type: decimal;
  list-style-position: inside;
}
.box-callout__right ul.team-li li {
  list-style-type: none;
}
.box-callout__right .btn:last-child {
  margin-top: 1em;
}
.box-callout__media {
  text-align: center;
  display: grid;
  grid-auto-columns: minmax(0, 1fr);
  grid-auto-flow: column;
}
@media (min-width: 960px) {
  .box-callout__media {
    grid-column: span 4;
  }
}
.box-callout__media img {
  margin: 0 auto;
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 960px) {
  .box-callout + .image-content--has-circle {
    margin-top: 4rem;
  }
}
@media (min-width: 960px) {
  .box-callout + .scrolling-gallery {
    margin-top: 4rem;
  }
}

.centered-content {
  text-align: center;
  padding: 4rem 35px;
  border-radius: 50px;
}
@media (min-width: 960px) {
  .centered-content {
    padding: 7rem 0;
  }
}
.centered-content .subheadline {
  margin-bottom: 1em;
}
.centered-content .subheadline:after {
  display: none;
}
.centered-content .h3 {
  letter-spacing: 0.025em;
  line-height: 1.5;
}
.centered-content .h3 p {
  font-size: inherit;
  line-height: inherit;
  margin-bottom: 0;
}
.centered-content .h3 p br {
  display: none;
}
@media (min-width: 960px) {
  .centered-content .h3 p br {
    display: inherit;
  }
}
@media (min-width: 960px) {
  .swbid-partnership .centered-content .h3 {
    font-size: 2.6666666667rem;
  }
}

.centered-content--primary {
  background: var(--primary, #4667A9);
  color: #FFF;
}
.centered-content--primary .btn {
  color: var(--primary, #4667A9);
}
.centered-content--primary .btn:after {
  background: #FFF;
}

.centered-content--secondary {
  background: var(--secondary, #FFE06E);
}
.centered-content--secondary .btn {
  color: var(--secondary, #FFE06E);
}
.swbid-partnership .centered-content--secondary {
  color: var(--primary, #014F2A);
}

.centered-content--tertiary {
  background: var(--tertiary, #A3C5E4);
}

.centered-content--none .btn {
  background: #4667A9;
}

.centered-content__inner {
  max-width: 850px;
  margin: 0 auto;
}
.swbid-partnership .centered-content__inner {
  max-width: 900px;
}

.centered-content + .box-callout {
  margin-top: 5rem;
  margin-bottom: 5rem;
}
@media (min-width: 960px) {
  .centered-content + .box-callout:last-child {
    margin-bottom: 10rem;
  }
}
.centered-content--none + .image-content {
  padding-top: 0;
}

.duck-counter {
  margin-bottom: 5rem;
}
.duck-counter time {
  display: block;
}
.duck-counter .hh {
  line-height: 1.5;
  text-decoration: underline;
}
.duck-counter .container {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.duck-counter .ornament {
  width: 112px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateX(120%) translateY(-50%);
  display: none;
}
@media (min-width: 768px) {
  .duck-counter .ornament {
    display: block;
  }
}
@media (min-width: 960px) {
  .duck-counter .ornament {
    width: 198px;
  }
}
.duck-counter .ornament svg {
  width: 100%;
  display: block;
}

.centered-headline {
  text-align: center;
  max-width: 900px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  line-height: 1.5;
  z-index: 2;
  position: relative;
  padding: 4rem 0;
}
@media (min-width: 960px) {
  .centered-headline {
    padding: 6rem 0;
  }
}
.centered-headline .h1 {
  letter-spacing: 0.025em;
}
.centered-headline .h1 span {
  display: inline;
}
@media (min-width: 960px) {
  .centered-headline .h1 span {
    display: inline-flex;
  }
}
.centered-headline .h1 br {
  display: none;
}
@media (min-width: 960px) {
  .centered-headline .h1 br {
    display: inherit;
  }
}
.centered-headline .h1 strong {
  display: inline-block;
  margin-right: 0.5ch;
  align-self: first baseline;
  font-weight: normal;
  position: relative;
}
.centered-headline .h1 strong > svg {
  position: absolute;
  top: -5%;
  left: -5%;
  width: 110%;
  height: 110%;
  z-index: -1;
}
.centered-headline .arrow {
  width: 25px;
  display: inline;
  margin: 0 0.25ch;
  transform: translateY(10%);
}
@media (min-width: 960px) {
  .centered-headline .arrow {
    width: 48px;
  }
}
.centered-headline + .image-content, .centered-headline + .scrolling-gallery {
  padding-top: 0;
}

.animated-headline {
  text-transform: uppercase;
  padding: 5rem 35px 0rem 35px;
}
@media (min-width: 960px) {
  .animated-headline {
    padding: 5rem 0;
  }
}
.animated-headline span {
  position: relative;
  z-index: 2;
}
@media (min-width: 960px) {
  .animated-headline span {
    white-space: nowrap;
  }
}
.animated-headline .h1 {
  display: flex;
  align-items: center;
  flex-direction: column;
}
@media (min-width: 960px) {
  .animated-headline .h1 {
    flex-direction: row;
  }
}
.animated-headline .words-container {
  display: inline-block;
  position: relative;
  overflow: hidden;
  margin-top: -1em;
  z-index: 1;
}
@media (min-width: 960px) {
  .animated-headline .words-container {
    margin-top: 0;
  }
}
.animated-headline .words-container:before, .animated-headline .words-container::after {
  content: "";
  display: block;
  height: 28%;
  width: 100%;
  background: #FFF;
  position: absolute;
  z-index: 3;
}
.animated-headline .words-container:before {
  top: 0;
}
.animated-headline .words-container:after {
  bottom: 0;
}
.animated-headline .words-container .words {
  display: flex;
  flex-direction: column;
  align-self: baseline;
  position: relative;
  align-items: center;
  text-align: center;
}
@media (min-width: 960px) {
  .animated-headline .words-container .words {
    text-align: left;
    margin-left: 1ch;
    align-items: flex-start;
  }
}
.animated-headline .words:first-child {
  position: absolute;
  transform: translateY(-100%);
}

.interior-hero {
  max-width: calc(100% - 4rem);
}

.brand-headline {
  padding: 3rem 35px;
  border-radius: 50px;
}
@media (min-width: 960px) {
  .brand-headline {
    padding: 7rem 0;
  }
}
.brand-headline svg {
  width: 100%;
  max-width: 808px;
  margin: 0 auto;
  display: block;
}

.brand-headline--secondary {
  background: var(--secondary, #FFE06E);
}

.brand-headline--primary {
  background: var(--primary, #4667A9);
}

.animated-statistics {
  position: relative;
  z-index: 2;
  text-align: center;
  padding: 5rem 0;
}
.animated-statistics .hh {
  text-transform: uppercase;
  line-height: 1.2;
  font-size: clamp(2.5rem, 5vw, 4rem);
}
.animated-statistics .hh strong {
  display: inline-block;
  margin-right: 0.5ch;
  align-self: first baseline;
  font-weight: normal;
  position: relative;
}
.animated-statistics .hh strong > svg {
  position: absolute;
  top: -5%;
  left: -5%;
  width: 110%;
  height: 110%;
  z-index: -1;
}
.animated-statistics .hh strong > svg path {
  stroke-width: 0;
}
.animated-statistics .h3 {
  max-width: 300px;
  margin: 0 auto;
}
@media (min-width: 960px) {
  .animated-statistics .h3 {
    max-width: 785px;
  }
}
.animated-statistics .h3 br {
  display: none;
}
@media (min-width: 960px) {
  .animated-statistics .h3 br {
    display: inherit;
  }
}
.animated-statistics .arrows {
  width: 100%;
  max-width: 182px;
  margin: 5rem auto;
}

.animated-statistics__shape {
  width: 100%;
  max-width: 333px;
  display: none;
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: -1;
}
.animated-statistics__shape svg {
  display: block;
  width: 100%;
}
@media (min-width: 960px) {
  .animated-statistics__shape {
    display: block;
  }
}

.centered-list-container {
  display: grid;
  border-bottom: 5px solid var(--secondary, #FFE06E);
  margin-bottom: 3rem;
  padding-bottom: 3rem;
  position: relative;
  max-width: calc(100% - 70px);
}
@media (min-width: 960px) {
  .centered-list-container {
    grid-template-columns: 300px 1fr 300px;
    align-items: baseline;
    max-width: calc(100% - 100px);
    padding-top: 5rem;
    padding-bottom: 5rem;
    margin-bottom: 5rem;
    margin-top: 5rem;
  }
}
@media (min-width: 1200px) {
  .centered-list-container {
    max-width: 1100px;
  }
}
.centered-list-container:last-child {
  border-bottom: none;
}
.centered-list-container .h2 {
  font-family: "raisonne-demibold", sans-serif;
  text-transform: uppercase;
  position: relative;
  z-index: 2;
  text-align: left;
  margin-bottom: 2em;
}
.centered-list-container + .centered-list-container {
  padding-top: 0;
}

.centered-list {
  text-align: center;
  position: relative;
  z-index: 1;
}
.centered-list li {
  margin-bottom: 3rem;
  cursor: pointer;
}
.centered-list li:last-child {
  margin-bottom: 0;
}
.centered-list .h1 {
  display: block;
  margin-bottom: 0.25em;
}
.centered-list p {
  font-family: "rockwell", serif;
}

.centered-list__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 550px;
  margin: 0 auto;
}
.centered-list__item.active .h1, .centered-list__item.active p {
  position: relative;
  display: inline-block;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 30%, var(--secondary, #FFE06E) 30%);
}

.centered-list-images {
  width: 100%;
  max-width: 410px;
  position: absolute;
  aspect-ratio: 1/1;
  border-radius: 50%;
  overflow: hidden;
  z-index: 0;
  transform: translateY(0) translateX(-100%);
  left: 100%;
  display: none;
}
@media (min-width: 960px) {
  .centered-list-images {
    display: block;
  }
}
.centered-list-images .image {
  position: absolute;
  transition: opacity 0.6s;
  opacity: 0;
  aspect-ratio: 1/1;
}
.centered-list-images .image.active {
  opacity: 1;
}
.centered-list-images .image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

#contact {
  margin: 5rem auto;
  margin-bottom: 10rem;
  padding-left: 35px;
  padding-right: 35px;
}
#contact .form__header {
  font-family: "raisonne-demibold", sans-serif;
  padding: 0 1.5rem;
  margin-bottom: 1em;
}
#contact .gform_heading,
#contact .gfield_description {
  display: none;
}
#contact .gfield_label {
  padding: 0 1.5rem;
  color: var(--primary, #4667A9);
  font-size: 1.2rem;
}
#contact .gform_footer {
  justify-content: flex-end;
}
#contact .gform_button {
  background: var(--primary, #4667A9);
  border-radius: 14px;
  border: 2px solid var(--primary, #4667A9);
  padding: 0.9rem 1.2rem;
  display: inline-block;
  font-size: 0.8666666667rem;
  position: relative;
  overflow: hidden;
  transition: border 0.66s ease-in-out;
  font-family: "raisonne-demibold", sans-serif;
  cursor: pointer;
  color: #FFF;
}
@media (min-width: 960px) {
  #contact .gform_button {
    font-size: 1.2rem;
  }
}
#contact input, #contact textarea {
  border: 2px solid #4667A9;
  border-radius: 25px;
  margin: 0;
  padding: 1em 1.5rem;
  font-size: 1.2rem;
  font-family: "rockwell", serif;
}
#contact input::-moz-placeholder, #contact textarea::-moz-placeholder {
  font-family: "rockwell", serif;
  font-size: 1.2rem;
  color: black;
}
#contact input::placeholder, #contact textarea::placeholder {
  font-family: "rockwell", serif;
  font-size: 1.2rem;
  color: black;
}

.content-list-container {
  display: grid;
  margin-bottom: 6rem;
  max-width: calc(100% - 70px);
  margin-top: 3rem;
}
@media (min-width: 960px) {
  .content-list-container {
    grid-template-columns: 40% 1fr;
    gap: 4rem;
    max-width: calc(100% - 100px);
    margin-top: 5rem;
    margin-bottom: 5rem;
  }
  .content-list-container.flipped {
    grid-template-columns: 1fr 40%;
  }
  .content-list-container.flipped .content-list-list {
    order: 1;
  }
}
@media (min-width: 1200px) {
  .content-list-container {
    max-width: 1100px;
  }
}

@media (min-width: 960px) {
  .stripes + .content-list-container {
    margin-top: 10rem;
  }
}

.content-list-list ul {
  margin-top: 1rem;
}
.content-list-list li {
  cursor: pointer;
  display: inline-block;
  margin-bottom: 2em;
}

.content-list__item {
  display: block;
  width: 100%;
}
.content-list__item .h3 {
  display: inline;
}
.content-list__item.active .h3 {
  position: relative;
  z-index: 1;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 50%, var(--secondary, #FFE06E) 50%);
}
@media (max-width: 960px) {
  .content-list__item.active .content-list-content {
    display: block;
    margin-top: 2rem;
  }
}
.content-list__item .btn {
  cursor: pointer;
}
.content-list__item .btn.hidden {
  display: none;
}
.content-list__item.hidden {
  display: none;
}
.content-list__item.content-list__item--more {
  margin-top: 1rem;
}

.content-list-contents.hide-on-mobile {
  display: none;
}
@media (min-width: 960px) {
  .content-list-contents.hide-on-mobile {
    display: block;
  }
}

.content-list-content {
  display: none;
}
.content-list-content.active {
  display: block;
}
.content-list-content .image-container {
  position: relative;
  margin-left: -35px;
  margin-right: -35px;
}
@media (min-width: 960px) {
  .content-list-content .image-container {
    margin-left: 0;
    margin-right: 0;
  }
}
.content-list-content .image-container > a {
  width: 62px;
  position: absolute;
  bottom: 0;
  right: 0;
  transform: translateY(50%) translateX(-50%);
  transition: transform 0.4s;
}
@media (min-width: 960px) {
  .content-list-content .image-container > a {
    top: 20%;
    right: 0;
    bottom: unset;
    transform: translateX(50%) translateY(0);
  }
}
.content-list-content .image-container > a svg {
  width: 100%;
  display: block;
}
.content-list-content .image-container > a:hover {
  transform: translateX(50%) rotate(30deg);
}
.content-list-content .image {
  border-radius: 50px;
  overflow: hidden;
  border: 5px solid var(--secondary, #FFE06E);
  margin-bottom: 2rem;
  aspect-ratio: 4/3;
}
.content-list-content .image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.content-list-content .content p {
  font-family: "rockwell", serif;
}
.content-list-content .content p em {
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-style: normal;
  color: var(--primary, #4667A9);
  font-size: 1.2rem;
  font-family: "raisonne-demibold", sans-serif;
}
.content-list-content .content p strong {
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.content-slider-container {
  overflow: hidden;
  padding: 3rem 0;
}
@media (min-width: 960px) {
  .content-slider-container {
    padding: 5rem 0;
  }
}

.content-slider__intro {
  width: 66%;
  height: unset;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 35px;
}
@media (min-width: 960px) {
  .content-slider__intro {
    width: 50%;
  }
}
.content-slider__intro .content-slider__arrow svg path {
  stroke: var(--secondary, #FFE06E);
}

.content-slider {
  overflow: visible;
}

.content-slider__slide {
  width: 100%;
}

.content-slider__slide-inner {
  width: 100%;
  max-width: 920px;
  margin: 0 auto;
  background: var(--secondary, #FFE06E);
  border-radius: 50px;
  padding: 2rem 1rem;
}
.content-slider__slide-inner .container {
  display: flex;
  align-items: center;
}
@media (min-width: 960px) {
  .content-slider__slide-inner {
    padding: 4rem;
  }
}
.content-slider__slide-inner .content strong {
  position: relative;
}
.content-slider__slide-inner .content strong svg {
  position: absolute;
  left: -5%;
  top: -5%;
  width: 110%;
  height: 110%;
}
.content-slider__slide-inner .bottom-arrow, .content-slider__slide-inner .top-arrow {
  display: none;
}
@media (min-width: 960px) {
  .content-slider__slide-inner .bottom-arrow, .content-slider__slide-inner .top-arrow {
    display: block;
  }
}
.content-slider__slide-inner .top-arrow {
  width: 100%;
  max-width: 208px;
  margin: 0 auto;
  margin-top: -3rem;
}
.content-slider__slide-inner .top-arrow svg {
  width: 100%;
  display: block;
}
.content-slider__slide-inner .bottom-arrow {
  width: 100%;
  max-width: 212px;
  margin: 0 0 0 auto;
  margin-bottom: -3rem;
}
.content-slider__slide-inner .bottom-arrow svg {
  width: 100%;
  display: block;
}
.content-slider__slide-inner .image {
  aspect-ratio: 1/1;
  border-radius: 50%;
  overflow: hidden;
  max-width: 150px;
  margin-right: 1rem;
}
@media (min-width: 960px) {
  .content-slider__slide-inner .image {
    max-width: 330px;
    flex-shrink: 0;
    margin-right: 4rem;
  }
}
.content-slider__slide-inner .image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.content-slider__slide-inner .btn:after {
  background: #FFF;
}
.content-slider__slide-inner .btn:before {
  background: #4667A9;
}
.content-slider__slide-inner .btn span {
  color: var(--primary, #4667A9);
  transition: color 0.4s;
}
.content-slider__slide-inner .btn:hover span {
  color: #FFF;
}

.content-slider__navigation {
  position: absolute;
  width: 100%;
  top: 20%;
  z-index: 3;
}

.content-slider__next {
  width: 62px;
  cursor: pointer;
  position: relative;
  transition: margin-left 0.6s, transform 0.6s, opacity 0.6s;
  margin-left: 40%;
  display: none;
}
@media (min-width: 960px) {
  .content-slider__next {
    display: block;
  }
}
.content-slider__next svg {
  width: 100%;
  transform: scaleX(-1);
}

.content-slider.is-active .content-slider__next {
  position: relative;
  margin-left: 100%;
  transform: translateX(-50%);
}
@media (min-width: 920px) {
  .content-slider.is-active .content-slider__next {
    margin-left: calc(100% - (100% - 920px) / 2);
  }
}
.content-slider.is-active.is-last .content-slider__next {
  transform: translateX(-50%);
  opacity: 0;
}

.content-slider__arrows {
  width: 100%;
  display: flex;
  margin-top: 1rem;
  grid-column-gap: 1rem;
  max-width: 150px;
  justify-content: center;
}
@media (min-width: 960px) {
  .content-slider__arrows {
    display: none;
  }
}

.content-slider__arrow {
  width: 24px;
  cursor: pointer;
}
.content-slider__arrow svg {
  display: block;
}

.cta a {
  display: inline-block;
  margin-top: 0.5rem;
  font-family: "raisonne-demibold", sans-serif;
  color: #FFF;
  padding: 0.625rem 0.675rem;
  background-color: var(--primary, #4667A9);
  border-radius: 10px;
}

.hero {
  background: var(--primary, #4667A9);
  color: #FFF;
  height: 100dvh;
  margin-top: -134px;
  height: 100dvh;
  padding: 4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  width: 100%;
}

.hero__logomark--desktop {
  display: none;
}
@media (min-width: 960px) {
  .hero__logomark--desktop {
    display: block;
  }
}
.hero__logomark--desktop svg {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.hero__logomark--desktop svg:first-child {
  width: 320px;
}
.hero__logomark--desktop svg:last-child {
  width: 342px;
}

.hero__logomark-svg {
  position: absolute;
  width: 49.5%;
  height: 100%;
  top: 0;
}
.hero__logomark-svg:first-child {
  left: 0;
}
.hero__logomark-svg:first-child svg {
  right: 0;
}
.hero__logomark-svg:last-child {
  right: 0;
}

.hero__logomark--mobile {
  display: block;
  z-index: 4;
}
@media (min-width: 960px) {
  .hero__logomark--mobile {
    display: none;
  }
}
.hero__logomark--mobile svg {
  display: block;
  width: 100%;
}

.hero__logo {
  position: absolute;
  bottom: 35px;
  left: 35px;
  max-width: 150px;
  z-index: 4;
}
@media (min-width: 960px) {
  .hero__logo {
    bottom: 4rem;
    left: 4rem;
  }
}
.hero__logo svg {
  display: block;
  width: 100%;
}

.hero__images {
  position: absolute;
  display: flex;
  flex-direction: column;
  z-index: 3;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  grid-column-gap: 2rem;
}
@media (min-width: 960px) {
  .hero__images {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    padding: 4rem;
    align-items: center;
    grid-column-gap: 6rem;
  }
}
@media (min-width: 1367px) {
  .hero__images {
    justify-content: space-around;
  }
}
.hero__images .image {
  border-radius: 50px;
  overflow: hidden;
  aspect-ratio: 5/7;
  display: block;
  width: 50%;
}
@media (min-width: 960px) {
  .hero__images .image {
    width: 100%;
    max-width: 283px;
  }
}
.hero__images .image:nth-child(odd) {
  transform: rotate(-18deg) translateY(-20%);
}
.hero__images .image:nth-child(even) {
  transform: rotate(19deg);
  margin-left: auto;
}
@media (min-width: 960px) {
  .hero__images .image:nth-child(even) {
    margin-top: 0;
    margin-left: unset;
  }
}
.hero__images .image img {
  display: block;
  width: 101%;
  height: 101%;
  -o-object-fit: cover;
     object-fit: cover;
}

.image-content {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  padding: 3rem 0;
}
@media (min-width: 960px) {
  .image-content {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-column-gap: 50px;
    align-items: center;
    padding: 7rem 4rem;
    padding-top: 3rem;
  }
}
@media (min-width: 1100px) {
  .image-content {
    padding: 7rem 50px;
  }
}
@media (min-width: 1367px) {
  .image-content {
    grid-column-gap: 100px;
  }
}
.image-content:last-child {
  padding-bottom: 6rem;
}
@media (min-width: 960px) {
  .image-content:last-child {
    padding-bottom: 14rem;
  }
}
.image-content .image-container {
  position: relative;
  padding: 1rem;
}
@media (min-width: 960px) {
  .image-content .image-container {
    padding: 0;
  }
}
.image-content .image {
  aspect-ratio: 1/1;
  overflow: hidden;
}
.image-content .image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.image-content .image--uncropped {
  aspect-ratio: unset;
}
.image-content .image--circle {
  border-radius: 50%;
}
.image-content .content {
  padding: 2rem 35px 1rem 35px;
}
@media (min-width: 960px) {
  .image-content .content {
    padding: 0;
    position: relative;
  }
}
.image-content .content__inner {
  max-width: 510px;
}
.image-content .content__inner .subheadline {
  margin-bottom: 1em;
}
.image-content .content__inner p {
  display: block;
}
.image-content .content__inner p.h1 {
  margin-bottom: 1em;
}
.image-content .content__inner p.h3 {
  margin-bottom: 1em;
}
@media (min-width: 960px) {
  .image-content .content__inner p.h3 {
    margin-bottom: 0.5em;
  }
}
.image-content .content__inner p:not(.h3) {
  font-family: "rockwell", serif;
}
.image-content .ornament {
  position: absolute;
  width: 100%;
  pointer-events: none;
}
.image-content .ornament svg {
  width: 100%;
  display: block;
}
.image-content .ornament--top-arrows {
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  max-width: 34px;
  position: relative;
  margin-top: -3rem;
  margin-bottom: 3rem;
}
@media (min-width: 960px) {
  .image-content .ornament--top-arrows {
    position: absolute;
    margin-top: 0;
    margin-bottom: 0;
  }
}
.image-content .ornament--bottom-arrows {
  left: 0;
  right: 0;
  margin: 0 auto;
  max-width: 34px;
  position: relative;
  margin-top: -3rem;
  display: none;
}
@media (min-width: 960px) {
  .image-content .ornament--bottom-arrows {
    position: absolute;
    margin-top: 0;
    display: block;
    transform: translateY(2rem);
  }
}
.image-content .ornament--squiggles {
  max-width: 260px;
  top: 0;
  right: 35px;
  transform: translateY(-50%);
}
@media (min-width: 960px) {
  .image-content .ornament--squiggles {
    max-width: 290px;
    right: 0;
    transform: translateY(-70%);
  }
}
.image-content .ornament--swirl {
  max-width: 142px;
  top: 0;
  left: 35px;
  transform: translateY(-20%);
}
@media (min-width: 960px) {
  .image-content .ornament--swirl {
    max-width: 270px;
    left: unset;
    right: 0;
  }
}
.image-content .ornament--top-arrow {
  max-width: 33%;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  transform: translateY(-50%);
}
@media (min-width: 960px) {
  .image-content .ornament--top-arrow {
    transform: translateY(-100%);
    max-width: 207px;
  }
}
.image-content .ornament--arrow {
  max-width: 125px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  position: relative;
  margin-bottom: -100px;
}
@media (min-width: 960px) {
  .image-content .ornament--arrow {
    max-width: 210px;
    transform: translateY(30%);
    position: absolute;
    margin-bottom: unset;
  }
}
.image-content .ornament--cloud {
  max-width: 200px;
  bottom: 0;
  right: 0;
  transform: translateY(50%);
}
@media (min-width: 960px) {
  .image-content .ornament--cloud {
    transform: translateY(150%);
    max-width: 322px;
  }
}
.image-content .ornament--birds {
  max-width: 202px;
  bottom: 0;
  right: 35px;
  transform: translateY(100%);
}
@media (min-width: 960px) {
  .image-content .ornament--birds {
    right: 0;
  }
}
.image-content + .scrolling-gallery {
  padding-top: 0rem;
}
.image-content + .image-content {
  padding-top: 0;
}

.image-content--flipped .image-container {
  order: 2;
}
@media (min-width: 960px) {
  .image-content--flipped + .image-content {
    margin-top: -4rem;
  }
}

.image-content--has-circle:before {
  content: "";
  width: 100%;
  max-width: 330px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: var(--secondary, #FFE06E);
  position: absolute;
  top: 0;
  right: 0;
  transform: translateX(20%);
  z-index: -1;
}
@media (min-width: 960px) {
  .image-content--has-circle:before {
    left: 50%;
    right: unset;
    transform: translateX(-66%) translateY(-6%);
    max-width: 550px;
  }
}
.image-content--has-circle:first-child:before {
  transform: translateX(-75%) translateY(-10%);
}
.image-content--has-circle .image-container {
  padding-left: 0;
  padding-right: 50px;
}
@media (min-width: 960px) {
  .image-content--has-circle .image-container {
    padding-left: 0;
    padding-right: inherit;
  }
}
.image-content--has-circle .ornament--top-arrow {
  display: none;
}
@media (min-width: 960px) {
  .image-content--has-circle .ornament--top-arrow {
    display: block;
  }
}

.image-content--has-arrow + .centered-content {
  padding-top: 6rem;
}
@media (min-width: 960px) {
  .image-content--has-arrow + .centered-content {
    padding-top: 7rem;
  }
}

.image-shapes {
  width: 100%;
  margin: 1rem auto;
  padding: 0 35px;
  place-items: center;
  justify-content: center;
}
@media (min-width: 768px) {
  .image-shapes {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (min-width: 960px) {
  .image-shapes {
    max-width: 1100px;
    margin: 2rem auto;
  }
}

.image-shapes__image {
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
}
.image-shapes__image img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.image-shapes__image:nth-child(3n+1) {
  -webkit-mask-image: url("images/mask-rounded-rectangle.svg");
          mask-image: url("images/mask-rounded-rectangle.svg");
}
.image-shapes__image:nth-child(3n+2) {
  -webkit-mask-image: url("images/mask-circle.svg");
          mask-image: url("images/mask-circle.svg");
}
.image-shapes__image:nth-child(3n+3) {
  -webkit-mask-image: url("images/mask-archway.svg");
          mask-image: url("images/mask-archway.svg");
}

.image-slider .swiper {
  width: 100%;
  height: 100%;
}
.image-slider .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.image-slider .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.image-slider .swiper {
  width: 100%;
  height: 300px;
  margin-left: auto;
  margin-right: auto;
}
.image-slider .swiper-slide {
  background-size: cover;
  background-position: center;
}
.image-slider .mySwiper2 {
  height: 80%;
  width: 100%;
}
.image-slider .mySwiper {
  height: 20%;
  box-sizing: border-box;
  padding: 10px 0;
}
.image-slider .mySwiper .swiper-slide {
  width: 25%;
  height: 100%;
  opacity: 0.4;
}
.image-slider .mySwiper .swiper-slide-thumb-active {
  opacity: 1;
}
.image-slider .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

#newsletter {
  padding: 5rem 35px;
  margin: 0 auto;
  max-width: 850px;
  text-align: center;
}
@media (min-width: 960px) {
  #newsletter {
    padding: 5rem 0;
  }
}
#newsletter form {
  position: relative;
}
#newsletter .form__header {
  font-family: "raisonne-demibold", sans-serif;
  text-transform: uppercase;
  margin-bottom: 1em;
}
#newsletter .form__content {
  margin: 0 auto;
}
#newsletter .form__subheadline {
  font-family: "raisonne-demibold", sans-serif;
}
#newsletter .form__subheadline br {
  display: none;
}
@media (min-width: 960px) {
  #newsletter .form__subheadline br {
    display: inherit;
  }
}
#newsletter input, #newsletter textarea {
  width: 100%;
  border: 2px solid var(--secondary, #FFE06E);
  border-radius: 25px;
  padding: 0.5em 2em;
  margin: 0;
  font-size: 0.8666666667rem;
  font-family: "raisonne-demibold", sans-serif;
}
@media (min-width: 960px) {
  #newsletter input, #newsletter textarea {
    font-size: 1.6666666667rem;
    padding: 0.5em 0.66em;
  }
}
#newsletter input::-moz-placeholder, #newsletter textarea::-moz-placeholder {
  font-family: "raisonne-demibold", sans-serif;
  font-size: 0.8666666667rem;
  color: black;
}
#newsletter input::placeholder, #newsletter textarea::placeholder {
  font-family: "raisonne-demibold", sans-serif;
  font-size: 0.8666666667rem;
  color: black;
}
@media (min-width: 960px) {
  #newsletter input::-moz-placeholder, #newsletter textarea::-moz-placeholder {
    font-size: 1.6666666667rem;
  }
  #newsletter input::placeholder, #newsletter textarea::placeholder {
    font-size: 1.6666666667rem;
  }
}
#newsletter .gfield--type-email {
  grid-column: span 12;
}
#newsletter .gfield--type-submit {
  position: absolute;
  right: 0;
}
#newsletter .gfield--type-submit input[type=submit] {
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border: none;
  background-image: url("images/angled-arrow.svg");
  background-size: 32px;
  background-position: right 1rem center;
  background-repeat: no-repeat;
  width: calc(32px + 2rem);
}

.stacked-cards {
  padding: 3rem 35px;
  overflow: hidden;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}
@media (min-width: 960px) {
  .stacked-cards {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-column-gap: 100px;
    align-items: center;
    padding: 6rem 50px;
  }
}
.stacked-cards .content {
  order: 1;
  margin-top: 2rem;
  position: relative;
}
@media (min-width: 960px) {
  .stacked-cards .content {
    order: unset;
    margin-top: 0;
  }
}
.stacked-cards .content .subheadline {
  margin-bottom: 1em;
}
.stacked-cards .content p.h3 {
  margin-bottom: 1em;
}
.stacked-cards .content p:not(.h3) {
  font-family: "rockwell", serif;
}
.stacked-cards .ornament--leaves {
  position: absolute;
  width: 100%;
  max-width: 90px;
  top: 0;
  right: 0;
  transform: translateY(-40%);
}
@media (min-width: 960px) {
  .stacked-cards .ornament--leaves {
    max-width: 197px;
    top: unset;
    bottom: 50px;
    transform: translateY(100%);
  }
}

.stacked-cards__slider {
  width: 100%;
  max-width: 450px;
}
.stacked-cards__slider .image {
  aspect-ratio: 1/1;
}
.stacked-cards__slider img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.stacked-cards__slider .swiper-slide {
  border: 5px solid var(--secondary, #FFE06E);
  overflow: visible;
  position: relative;
}
.stacked-cards__slider .swiper-navigation {
  justify-content: center;
  margin-top: 1rem;
  display: none;
}
@media (min-width: 960px) {
  .stacked-cards__slider .swiper-navigation {
    display: flex;
  }
}
.stacked-cards__slider .swiper-prev, .stacked-cards__slider .swiper-next {
  cursor: pointer;
  width: 62px;
}
.stacked-cards__slider .swiper-prev svg, .stacked-cards__slider .swiper-next svg {
  width: 100%;
  display: block;
}
.swbid-partnership .stacked-cards__slider .swiper-prev path, .swbid-partnership .stacked-cards__slider .swiper-next path {
  fill: #4667A9;
}

.stacked-cards__slider .swiper-next {
  margin-left: 1rem;
}
.stacked-cards__slider .swiper-next svg {
  transform: scaleX(-1);
}

.stacked-cards__caption {
  background: var(--tertiary, var(--secondary, #FFE06E));
  color: var(--primary, #4667A9);
  border-radius: 50%;
  max-width: 160px;
  padding: 2rem 2rem;
  position: absolute;
  bottom: 25%;
  text-align: center;
  left: 0;
  transform: translateY(50%) translateX(-25%);
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
@media (min-width: 960px) {
  .stacked-cards__caption {
    transform: translateY(50%) translateX(-50%);
  }
}

.swiper-slide-active .stacked-cards__caption {
  opacity: 1;
}

.team-grid {
  margin: 0 auto;
  max-width: calc(100% - 4rem);
  display: grid;
  grid-template-columns: 1fr;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  padding: 5rem 0;
}
@media (min-width: 768px) {
  .team-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (min-width: 960px) {
  .team-grid {
    max-width: 1100px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

.team-grid__member {
  margin: 0 auto;
}
.team-grid__member .team-grid__image {
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  margin-bottom: 2rem;
}
.team-grid__member .team-grid__image img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1/1;
}
.team-grid__member:nth-child(3n+1) .team-grid__image {
  -webkit-mask-image: url("images/mask-rounded-rectangle.svg");
          mask-image: url("images/mask-rounded-rectangle.svg");
}
.team-grid__member:nth-child(3n+2) .team-grid__image {
  -webkit-mask-image: url("images/mask-circle.svg");
          mask-image: url("images/mask-circle.svg");
}
.team-grid__member:nth-child(3n+3) .team-grid__image {
  -webkit-mask-image: url("images/mask-archway.svg");
          mask-image: url("images/mask-archway.svg");
}

.team-grid__content {
  font-family: "rockwell", serif;
}
.team-grid__content span {
  display: block;
  text-align: center;
  color: var(--primary, #4667A9);
}
.team-grid__content span.h3 {
  font-size: 1.4666666667rem;
  text-transform: uppercase;
  margin-bottom: 0.25em;
}
.team-grid__content span.h4 {
  font-size: 1.1333333333rem;
  font-family: "rockwell", serif;
  text-transform: none;
}

.scrolling-gallery {
  padding: 2.5rem 0;
}
@media (min-width: 960px) {
  .scrolling-gallery {
    padding: 5rem 0;
  }
  .scrolling-gallery:last-child {
    padding-bottom: 10rem;
  }
}
.scrolling-gallery .swiper-slide {
  padding: 2.5rem 0;
}
.scrolling-gallery .swiper-slide .image {
  border: 6px solid var(--secondary, #FFE06E);
  border-radius: 50px;
  overflow: hidden;
  aspect-ratio: 4/5;
}
.scrolling-gallery .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.scrolling-gallery .swiper-slide:nth-child(even) .image {
  transform: rotate(7deg);
}
.scrolling-gallery .swiper-slide:nth-child(odd) .image {
  transform: rotate(-7deg);
}

.stripes {
  width: 100%;
  height: 80px;
  margin: 2.5rem 0;
}
@media (min-width: 960px) {
  .stripes {
    margin: 5rem 0;
  }
}
.stripes svg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

@media (min-width: 960px) {
  .stacked-cards + .stripes + .centered-content {
    margin-top: 13rem;
  }
}

.partners {
  margin-top: 5rem;
  margin-bottom: 5rem;
  text-align: center;
  padding-left: 35px;
  padding-right: 35px;
}
@media (min-width: 960px) {
  .partners {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }
}
.partners .h1 {
  margin-bottom: 2rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.partners ul {
  display: grid;
  align-items: center;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-gap: 2rem;
}
@media (min-width: 768px) {
  .partners ul {
    grid-template-columns: repeat(auto-fit, minmax(0, 1fr));
    grid-gap: 2rem;
  }
}
.partners ul li a {
  display: block;
}
.partners ul li a img {
  display: block;
  width: 100%;
  height: auto;
}

.traffic-boxes {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  grid-gap: 2rem;
  padding-left: 35px;
  padding-right: 35px;
  margin-bottom: 4rem;
}
@media (min-width: 500px) {
  .traffic-boxes {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 768px) {
  .traffic-boxes {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (min-width: 960px) {
  .traffic-boxes {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    padding-left: 4rem;
    padding-right: 4rem;
  }
}

.traffic-boxes__item {
  color: var(--primary, #4667A9);
}
.traffic-boxes__item span {
  display: block;
}
.traffic-boxes__item .artist {
  text-transform: uppercase;
  margin-bottom: 0.5em;
}
.traffic-boxes__item .title {
  margin-bottom: 1em;
  font-family: "rockwell", serif;
}
.traffic-boxes__item .image {
  border-radius: 25px;
  aspect-ratio: 1/1;
  overflow: hidden;
  margin-bottom: 1rem;
  display: block;
}
.traffic-boxes__item .image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
