/* ==========================================================================
   Variables
   ========================================================================== */
/* ==========================================================================
   Base Styles
   ========================================================================== */
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
  background: #ffffff;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  color: #003264;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a:hover {
  opacity: 0.8;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  color: #2a3492;
}

h1 {
  font-size: 36px;
  line-height: 42px;
}
@media (min-width: 768px) {
  h1 {
    font-size: 40px;
    line-height: 1.2;
  }
}
@media (min-width: 992px) {
  h1 {
    font-size: 60px;
    line-height: 75px;
  }
}
@media (min-width: 1200px) {
  h1 {
    font-size: 64px;
    line-height: 75px;
  }
}

h2 {
  font-size: 24px;
  line-height: 32px;
}
@media (min-width: 768px) {
  h2 {
    font-size: 32px;
    line-height: 38px;
  }
}
@media (min-width: 992px) {
  h2 {
    font-size: 36px;
    line-height: 42px;
  }
}

h3 {
  font-size: 24px;
  line-height: 32px;
}
@media (min-width: 768px) {
  h3 {
    font-size: 32px;
    line-height: 38px;
  }
}

p {
  margin-bottom: 0;
}

.container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: 1448px;
  padding: 0 1rem;
}
@media (min-width: 768px) {
  .container {
    padding: 0 2rem;
  }
}

article {
  width: 100%;
  padding: 10rem 0;
}

/* ==========================================================================
   Layout
   ========================================================================== */
.container {
  max-width: 1448px;
  margin: 0 auto;
  padding: 0 1rem;
  width: 100%;
}
@media (min-width: 768px) {
  .container {
    padding: 0 2rem;
  }
}

.container-content {
  max-width: 1400px;
  margin: 0 auto;
  width: 100%;
}

.container-small {
  max-width: 1394px;
  margin: 0 auto;
  width: 100%;
}

.section {
  padding: 2rem 0;
  min-height: auto;
  overflow: hidden;
}
@media (min-width: 768px) {
  .section {
    padding: 2rem 0;
  }
}
@media (min-width: 992px) {
  .section {
    padding: 4rem 0;
    min-height: 900px;
  }
}
.section--hero {
  height: auto;
  min-height: 100vh;
  background: #fdeb99;
}
@media (min-width: 992px) {
  .section--hero {
    height: 1059px;
    min-height: 900px;
  }
}
.section--white {
  background: #ffffff;
}
.section--light {
  background: #fcfbf7;
}
.section--pink {
  background: #f60b75;
}

.grid-benefits {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  gap: 1rem;
  padding: 2rem 0;
}

.grid-benefits > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
@media (min-width: 768px) {
  .grid-benefits {
    -ms-grid-columns: 1fr 1.5rem 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
    padding: 2rem 0;
  }
}
@media (min-width: 992px) {
  .grid-benefits {
    -ms-grid-columns: 1fr 2rem 1fr 2rem 1fr 2rem 1fr;
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem;
  }
}
@media (min-width: 1200px) {
  .grid-benefits {
    -ms-grid-columns: (1fr)[6];
    grid-template-columns: repeat(6, 1fr);
    -ms-grid-rows: 119px (1fr)[9];
    grid-template-rows: 119px repeat(9, 1fr);
    padding: 4rem 0;
  }
  .grid-benefits > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .grid-benefits > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .grid-benefits > *:nth-child(3) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .grid-benefits > *:nth-child(4) {
    -ms-grid-row: 1;
    -ms-grid-column: 4;
  }
  .grid-benefits > *:nth-child(5) {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
  }
  .grid-benefits > *:nth-child(6) {
    -ms-grid-row: 1;
    -ms-grid-column: 6;
  }
  .grid-benefits > *:nth-child(7) {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .grid-benefits > *:nth-child(8) {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }
  .grid-benefits > *:nth-child(9) {
    -ms-grid-row: 2;
    -ms-grid-column: 3;
  }
  .grid-benefits > *:nth-child(10) {
    -ms-grid-row: 2;
    -ms-grid-column: 4;
  }
  .grid-benefits > *:nth-child(11) {
    -ms-grid-row: 2;
    -ms-grid-column: 5;
  }
  .grid-benefits > *:nth-child(12) {
    -ms-grid-row: 2;
    -ms-grid-column: 6;
  }
  .grid-benefits > *:nth-child(13) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .grid-benefits > *:nth-child(14) {
    -ms-grid-row: 3;
    -ms-grid-column: 2;
  }
  .grid-benefits > *:nth-child(15) {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
  .grid-benefits > *:nth-child(16) {
    -ms-grid-row: 3;
    -ms-grid-column: 4;
  }
  .grid-benefits > *:nth-child(17) {
    -ms-grid-row: 3;
    -ms-grid-column: 5;
  }
  .grid-benefits > *:nth-child(18) {
    -ms-grid-row: 3;
    -ms-grid-column: 6;
  }
  .grid-benefits > *:nth-child(19) {
    -ms-grid-row: 4;
    -ms-grid-column: 1;
  }
  .grid-benefits > *:nth-child(20) {
    -ms-grid-row: 4;
    -ms-grid-column: 2;
  }
  .grid-benefits > *:nth-child(21) {
    -ms-grid-row: 4;
    -ms-grid-column: 3;
  }
  .grid-benefits > *:nth-child(22) {
    -ms-grid-row: 4;
    -ms-grid-column: 4;
  }
  .grid-benefits > *:nth-child(23) {
    -ms-grid-row: 4;
    -ms-grid-column: 5;
  }
  .grid-benefits > *:nth-child(24) {
    -ms-grid-row: 4;
    -ms-grid-column: 6;
  }
  .grid-benefits > *:nth-child(25) {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
  .grid-benefits > *:nth-child(26) {
    -ms-grid-row: 5;
    -ms-grid-column: 2;
  }
  .grid-benefits > *:nth-child(27) {
    -ms-grid-row: 5;
    -ms-grid-column: 3;
  }
  .grid-benefits > *:nth-child(28) {
    -ms-grid-row: 5;
    -ms-grid-column: 4;
  }
  .grid-benefits > *:nth-child(29) {
    -ms-grid-row: 5;
    -ms-grid-column: 5;
  }
  .grid-benefits > *:nth-child(30) {
    -ms-grid-row: 5;
    -ms-grid-column: 6;
  }
  .grid-benefits > *:nth-child(31) {
    -ms-grid-row: 6;
    -ms-grid-column: 1;
  }
  .grid-benefits > *:nth-child(32) {
    -ms-grid-row: 6;
    -ms-grid-column: 2;
  }
  .grid-benefits > *:nth-child(33) {
    -ms-grid-row: 6;
    -ms-grid-column: 3;
  }
  .grid-benefits > *:nth-child(34) {
    -ms-grid-row: 6;
    -ms-grid-column: 4;
  }
  .grid-benefits > *:nth-child(35) {
    -ms-grid-row: 6;
    -ms-grid-column: 5;
  }
  .grid-benefits > *:nth-child(36) {
    -ms-grid-row: 6;
    -ms-grid-column: 6;
  }
  .grid-benefits > *:nth-child(37) {
    -ms-grid-row: 7;
    -ms-grid-column: 1;
  }
  .grid-benefits > *:nth-child(38) {
    -ms-grid-row: 7;
    -ms-grid-column: 2;
  }
  .grid-benefits > *:nth-child(39) {
    -ms-grid-row: 7;
    -ms-grid-column: 3;
  }
  .grid-benefits > *:nth-child(40) {
    -ms-grid-row: 7;
    -ms-grid-column: 4;
  }
  .grid-benefits > *:nth-child(41) {
    -ms-grid-row: 7;
    -ms-grid-column: 5;
  }
  .grid-benefits > *:nth-child(42) {
    -ms-grid-row: 7;
    -ms-grid-column: 6;
  }
  .grid-benefits > *:nth-child(43) {
    -ms-grid-row: 8;
    -ms-grid-column: 1;
  }
  .grid-benefits > *:nth-child(44) {
    -ms-grid-row: 8;
    -ms-grid-column: 2;
  }
  .grid-benefits > *:nth-child(45) {
    -ms-grid-row: 8;
    -ms-grid-column: 3;
  }
  .grid-benefits > *:nth-child(46) {
    -ms-grid-row: 8;
    -ms-grid-column: 4;
  }
  .grid-benefits > *:nth-child(47) {
    -ms-grid-row: 8;
    -ms-grid-column: 5;
  }
  .grid-benefits > *:nth-child(48) {
    -ms-grid-row: 8;
    -ms-grid-column: 6;
  }
  .grid-benefits > *:nth-child(49) {
    -ms-grid-row: 9;
    -ms-grid-column: 1;
  }
  .grid-benefits > *:nth-child(50) {
    -ms-grid-row: 9;
    -ms-grid-column: 2;
  }
  .grid-benefits > *:nth-child(51) {
    -ms-grid-row: 9;
    -ms-grid-column: 3;
  }
  .grid-benefits > *:nth-child(52) {
    -ms-grid-row: 9;
    -ms-grid-column: 4;
  }
  .grid-benefits > *:nth-child(53) {
    -ms-grid-row: 9;
    -ms-grid-column: 5;
  }
  .grid-benefits > *:nth-child(54) {
    -ms-grid-row: 9;
    -ms-grid-column: 6;
  }
  .grid-benefits > *:nth-child(55) {
    -ms-grid-row: 10;
    -ms-grid-column: 1;
  }
  .grid-benefits > *:nth-child(56) {
    -ms-grid-row: 10;
    -ms-grid-column: 2;
  }
  .grid-benefits > *:nth-child(57) {
    -ms-grid-row: 10;
    -ms-grid-column: 3;
  }
  .grid-benefits > *:nth-child(58) {
    -ms-grid-row: 10;
    -ms-grid-column: 4;
  }
  .grid-benefits > *:nth-child(59) {
    -ms-grid-row: 10;
    -ms-grid-column: 5;
  }
  .grid-benefits > *:nth-child(60) {
    -ms-grid-row: 10;
    -ms-grid-column: 6;
  }
}

.grid-cards {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  gap: 1rem;
}
@media (min-width: 576px) {
  .grid-cards {
    -ms-grid-columns: 1fr 1.5rem 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
  }
}
@media (min-width: 992px) {
  .grid-cards {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 1200px) {
  .grid-cards {
    -ms-grid-columns: 1fr 2rem 1fr 2rem 1fr 2rem 1fr;
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem;
  }
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.flex--column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.flex--center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.flex--between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.flex--gap-s {
  gap: 0.5rem;
}
.flex--gap-m {
  gap: 1rem;
}
.flex--gap-l {
  gap: 1.5rem;
}
.flex--gap-xl {
  gap: 2rem;
}

/* ==========================================================================
   Atomic / Utility Classes
   ========================================================================== */
.btn,
.wp-block-button__link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: auto;
  min-height: 44px;
  min-width: 44px;
  padding: 8px 16px;
  gap: 7px;
  border-radius: 1rem;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  line-height: 1.4;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: none;
}
@media (min-width: 768px) {
  .btn,
  .wp-block-button__link {
    padding: 9px 17px;
    font-size: 16px;
    line-height: 24px;
    border-radius: 1.5rem;
  }
}
.btn:hover,
.wp-block-button__link:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  background-color: #ff76b4;
  color: #000c7a;
  border: 1px solid #ff76b4;
  font-weight: bold;
}
.btn.primary,
.wp-block-button__link.primary {
  background-color: #003264;
  color: #e9f2fb;
  border: 1px solid #003264;
}
.btn.primary:hover,
.wp-block-button__link.primary:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  background-color: #ff76b4;
  color: #000c7a;
  border: 1px solid #ff76b4;
  font-weight: bold;
}
.btn.outline,
.wp-block-button__link.outline {
  background-color: transparent;
  color: #003264;
  border: 2px solid #003264;
  padding: 9px 17px;
}
@media (min-width: 768px) {
  .btn.outline,
  .wp-block-button__link.outline {
    padding: 10px 18px;
  }
}
.btn.brown-outline,
.wp-block-button__link.brown-outline {
  background-color: transparent;
  color: #3c190b;
  border: 1px solid #3c190b;
}

.text--primary {
  color: #2a3492;
}
.text--white {
  color: #ffffff;
}
.text--pink {
  color: #f60b75;
}
.text--center {
  text-align: center;
}
.text--bold {
  font-weight: 700;
}
.text--medium {
  font-weight: 500;
}
.text--xl {
  font-size: 24px;
  line-height: 32px;
}
@media (min-width: 768px) {
  .text--xl {
    font-size: 32px;
    line-height: 40px;
  }
}
.text--l {
  font-size: 16px;
  line-height: 24px;
}
@media (min-width: 768px) {
  .text--l {
    font-size: 24px;
    line-height: 32px;
  }
}
.text--m {
  font-size: 16px;
  line-height: 24px;
}

.card {
  background: #ffffff;
  border-radius: 1rem;
  -webkit-box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.25);
  padding: 10px 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}
@media (min-width: 768px) {
  .card {
    border-radius: 1.5rem;
    padding: 12px 15px;
    gap: 10px;
  }
}
.card__image {
  width: 100%;
  height: 150px;
  min-height: 150px;
  border-radius: 0.5rem;
  overflow: hidden;
  background: #8d8a8a;
  position: relative;
}
@media (min-width: 768px) {
  .card__image {
    height: 200px;
    min-height: 200px;
    border-radius: 1rem;
  }
}
.card__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.card__title {
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  color: #2a3492;
}
@media (min-width: 768px) {
  .card__title {
    font-size: 24px;
    line-height: 40px;
  }
}
.card__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding-bottom: 0.75rem;
}
@media (min-width: 768px) {
  .card__content {
    padding-bottom: 1rem;
  }
}
.card__text {
  font-size: 16px;
  line-height: 24px;
  color: #2a3492;
}
.card__link {
  font-size: 16px;
  line-height: 24px;
  color: #2a3492;
  text-decoration: underline;
}

.circle-badge {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 9999px;
  font-size: 24px;
  font-weight: 700;
  color: #000000;
  line-height: 24px;
}
@media (min-width: 768px) {
  .circle-badge {
    font-size: 32px;
  }
}
.circle-badge--small {
  width: 150px;
  height: 150px;
}
@media (min-width: 768px) {
  .circle-badge--small {
    width: 200px;
    height: 200px;
  }
}
@media (min-width: 992px) {
  .circle-badge--small {
    width: 230px;
    height: 230px;
  }
}
.circle-badge--medium {
  width: 140px;
  height: 140px;
}
@media (min-width: 768px) {
  .circle-badge--medium {
    width: 180px;
    height: 180px;
  }
}
@media (min-width: 992px) {
  .circle-badge--medium {
    width: 210px;
    height: 210px;
  }
}
.circle-badge--large {
  width: 180px;
  height: 180px;
}
@media (min-width: 768px) {
  .circle-badge--large {
    width: 230px;
    height: 230px;
  }
}
@media (min-width: 992px) {
  .circle-badge--large {
    width: 281px;
    height: 281px;
  }
}

.social-icon {
  width: 28px;
  height: 28px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 16px;
  color: #003264;
}
@media (min-width: 768px) {
  .social-icon {
    width: 32px;
    height: 32px;
    font-size: 24px;
  }
}

.section-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
}
@media (min-width: 992px) {
  .section-header {
    width: 1400px;
  }
}
.section-header__label {
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  color: #2a3492;
}
@media (min-width: 768px) {
  .section-header__label {
    font-size: 24px;
  }
}
.section-header__title {
  font-size: 32px;
  line-height: 38px;
  font-weight: 700;
  color: #2a3492;
}
@media (min-width: 768px) {
  .section-header__title {
    font-size: 40px;
    line-height: 1.2;
  }
}
@media (min-width: 992px) {
  .section-header__title {
    font-size: 60px;
    line-height: 75px;
  }
}

.border-accent {
  border: 15px solid #fdeb99;
}
@media (min-width: 768px) {
  .border-accent {
    border: 20px solid #fdeb99;
  }
}
@media (min-width: 992px) {
  .border-accent {
    border: 25px solid #fdeb99;
  }
}

.wp-block-button__link {
  background-color: #003264;
  color: #e9f2fb;
  border: 1px solid #003264;
}
.wp-block-button__link:hover {
  background-color: #ff76b4;
  color: #000c7a;
  border: 1px solid #ff76b4;
  font-weight: bold;
}

.is-style-outline .wp-block-button__link {
  background-color: transparent;
  color: #003264;
  border: 2px solid #003264;
}

/* ==========================================================================
   Header
   ========================================================================== */
#masthead,
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 70px;
  z-index: 1002;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: transparent;
  -webkit-transition: background-color 0.3s ease 0.2s, -webkit-transform 0.3s ease;
  transition: background-color 0.3s ease 0.2s, -webkit-transform 0.3s ease;
  transition: transform 0.3s ease, background-color 0.3s ease 0.2s;
  transition: transform 0.3s ease, background-color 0.3s ease 0.2s, -webkit-transform 0.3s ease;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  padding: 0 1rem;
}
@media (min-width: 992px) {
  #masthead,
  .site-header {
    height: 100px;
    padding: 0 2rem;
  }
}
#masthead.scrolled,
.site-header.scrolled {
  background-color: #ffffff;
  -webkit-box-shadow: 0 0.125rem 0.625rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.125rem 0.625rem rgba(0, 0, 0, 0.1);
}
#masthead.hide,
.site-header.hide {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}
#masthead .site-branding .custom-logo,
.site-header .site-branding .custom-logo {
  max-width: 8rem;
  height: auto;
}
@media (min-width: 992px) {
  #masthead .site-branding .custom-logo,
  .site-header .site-branding .custom-logo {
    max-width: 11.375rem;
  }
}
#masthead .action,
.site-header .action {
  display: none;
  gap: 0.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 992px) {
  #masthead .action,
  .site-header .action {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1rem;
  }
}

.logo {
  width: 11.375rem;
  height: 4.25rem;
  overflow: hidden;
  position: relative;
}

.nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.main-nav {
  display: none;
}
@media (min-width: 992px) {
  .main-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0;
  }
}
.main-nav .nav-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 44px;
  padding: 0.5rem 1rem;
  font-size: 16px;
  line-height: 24px;
  color: #003264;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.main-nav .nav-item:hover {
  opacity: 0.8;
}
.main-nav .nav-item .icon {
  margin-left: 0.25rem;
  font-size: 0.875rem;
}

.cta-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 992px) {
  .cta-header {
    gap: 1rem;
  }
}
.cta-header .btn {
  font-size: 0.875rem;
  padding: 0.5rem 1rem;
}
@media (min-width: 992px) {
  .cta-header .btn {
    font-size: 16px;
    padding: 0.625rem 1.5rem;
  }
}

.admin-bar #masthead {
  top: 2rem;
}

/* ==========================================================================
   Navigation
   ========================================================================== */
.main-navigation {
  position: relative;
  /* Parent menu items with children */
  /* Dropdown/Submenu Styles - Desktop */
  /* Show dropdown on hover - Desktop only */
}
.main-navigation ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.main-navigation li {
  display: inline-block;
  margin-right: 1rem;
  position: relative;
}
.main-navigation .menu-item-has-children > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
}
.main-navigation .menu-item-has-children > a::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid currentColor;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.main-navigation .menu-item-has-children:hover > a::after, .main-navigation .menu-item-has-children.submenu-open > a::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.main-navigation .sub-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 220px;
  background: #ffffff;
  -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.12);
          box-shadow: 0 4px 20px rgba(0, 0, 0, 0.12);
  border-radius: 1rem;
  padding: 0.5rem 0;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s ease, -webkit-transform 0.3s ease;
  /* Nested submenus */
}
.main-navigation .sub-menu li {
  display: block;
  margin: 0;
}
.main-navigation .sub-menu a {
  display: block;
  padding: 0.75rem 1.25rem;
  font-size: 16px;
  line-height: 24px;
  color: #2a3492;
  white-space: nowrap;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.main-navigation .sub-menu a:hover {
  background-color: rgba(42, 52, 146, 0.05);
  color: #f60b75;
  padding-left: 1.5rem;
}
.main-navigation .sub-menu .sub-menu {
  top: 0;
  left: 100%;
  margin-left: 0;
}
.main-navigation .sub-menu .menu-item-has-children > a::after {
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid currentColor;
  margin-left: auto;
}
@media (min-width: 992px) {
  .main-navigation .menu-item-has-children:hover > .sub-menu,
  .main-navigation .menu-item-has-children:focus-within > .sub-menu {
    display: block;
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

/* Hamburger Menu Button */
.menu-toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: none;
  border: none;
  padding: 0.5rem;
  cursor: pointer;
  z-index: 1002;
  position: relative;
  width: 44px;
  height: 44px;
}
@media (min-width: 992px) {
  .menu-toggle {
    display: none;
  }
}

.hamburger {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 28px;
  height: 20px;
  position: relative;
}

.hamburger-line {
  display: block;
  width: 100%;
  height: 3px;
  background-color: #2a3492;
  border-radius: 2px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform-origin: center;
          transform-origin: center;
}

.menu-toggle.active .hamburger-line:nth-child(1) {
  -webkit-transform: translateY(8.5px) rotate(45deg);
          transform: translateY(8.5px) rotate(45deg);
}
.menu-toggle.active .hamburger-line:nth-child(2) {
  opacity: 0;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
}
.menu-toggle.active .hamburger-line:nth-child(3) {
  -webkit-transform: translateY(-8.5px) rotate(-45deg);
          transform: translateY(-8.5px) rotate(-45deg);
}

/* Mobile Menu Wrapper */
.nav-menu-wrapper {
  display: none;
}
@media (min-width: 992px) {
  .nav-menu-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 2rem;
  }
}
.nav-menu-wrapper .mobile-cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 992px) {
  .nav-menu-wrapper .mobile-cta {
    display: none;
  }
}

/* Desktop CTA */
.desktop-only {
  display: none;
}
@media (min-width: 992px) {
  .desktop-only {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

/* Mobile Navigation Styles */
@media (max-width: 992px) {
  .main-navigation.toggled .nav-menu-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    max-width: 100vw;
    height: 100vh;
    background: #ffffff;
    -webkit-box-shadow: -5px 0 25px rgba(0, 0, 0, 0.15);
            box-shadow: -5px 0 25px rgba(0, 0, 0, 0.15);
    z-index: 1001;
    padding: 5rem 2rem 2rem;
    overflow-y: auto;
    -webkit-animation: slideIn 0.3s ease-out;
            animation: slideIn 0.3s ease-out;
    gap: 1.5rem;
  }
  .main-navigation ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    gap: 0;
  }
  .main-navigation li {
    display: block;
    margin: 0;
    border-bottom: 1px solid rgba(42, 52, 146, 0.1);
  }
  .main-navigation li:last-child {
    border-bottom: none;
  }
  .main-navigation a {
    display: block;
    padding: 1rem 0;
    font-size: 16px;
    line-height: 24px;
    color: #2a3492;
    font-weight: 500;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .main-navigation a:hover {
    color: #f60b75;
    padding-left: 0.5rem;
  }
  /* Mobile Dropdown Styles */
  .main-navigation .menu-item-has-children {
    position: relative;
  }
  .main-navigation .menu-item-has-children > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .main-navigation .menu-item-has-children > a::after {
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  }
  .main-navigation .menu-item-has-children.submenu-open > a::after {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .main-navigation .sub-menu {
    position: static;
    display: none;
    opacity: 1;
    visibility: visible;
    -webkit-transform: none;
            transform: none;
    -webkit-box-shadow: none;
            box-shadow: none;
    background: rgba(42, 52, 146, 0.03);
    border-radius: 0;
    padding: 0;
    min-width: 100%;
    margin: 0;
    /* Nested submenus on mobile */
  }
  .main-navigation .sub-menu li {
    border-bottom: none;
  }
  .main-navigation .sub-menu li:last-child {
    margin-bottom: 0.5rem;
  }
  .main-navigation .sub-menu a {
    padding: 0.75rem 1rem 0.75rem 1.5rem;
    font-size: 0.9375rem;
  }
  .main-navigation .sub-menu a:hover {
    padding-left: 2rem;
  }
  .main-navigation .sub-menu .sub-menu a {
    padding-left: 2.5rem;
  }
  .main-navigation .sub-menu .sub-menu a:hover {
    padding-left: 3rem;
  }
  .main-navigation .menu-item-has-children.submenu-open > .sub-menu {
    display: block;
  }
  .mobile-cta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1rem;
    padding-top: 1.5rem;
    border-top: 2px solid rgba(42, 52, 146, 0.1);
    width: 100%;
  }
  .mobile-cta .widget {
    width: 100%;
  }
  .mobile-cta .widget:not(:last-child) {
    margin-bottom: 0;
  }
  .mobile-cta .btn,
  .mobile-cta a {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    min-height: 44px;
    padding: 0.75rem 1.5rem;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    border-radius: 1.5rem;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    text-decoration: none;
    color: #FFF;
  }
  .mobile-cta .btn:hover,
  .mobile-cta a:hover {
    -webkit-transform: scale(1.02);
            transform: scale(1.02);
    padding-left: 1.5rem;
  }
}
/* Body overlay when menu is open */
body.menu-open {
  overflow: hidden;
}
body.menu-open::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 999;
  -webkit-animation: fadeIn 0.3s ease-out;
          animation: fadeIn 0.3s ease-out;
}

/* Animations */
@-webkit-keyframes slideIn {
  from {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    opacity: 0;
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
@keyframes slideIn {
  from {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    opacity: 0;
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* ==========================================================================
   Content Sections
   ========================================================================== */
.content-section {
  background: #ffffff;
  min-height: 900px;
  overflow: hidden;
  position: relative;
  padding: 2rem 0;
}
.content-section--with-wave {
  position: relative;
}
.content-section__wave-top {
  position: absolute;
  left: 0;
  top: -257px;
  width: 1950px;
  height: 372px;
}
.content-section__wave-bottom {
  position: absolute;
  left: -12px;
  top: 885px;
  width: 1950px;
  height: 372px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.content-section__background {
  position: absolute;
  inset: 0;
  background: #ffffff;
}
.content-section__background img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.1;
}
.content-section__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 1400px;
  margin: 0 auto;
}
.content-section__label {
  font-size: 24px;
  line-height: 24px;
  font-weight: 600;
  color: #2a3492;
}
.content-section__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 900px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 2rem;
  width: 1448px;
  margin: 0 auto;
}
.content-section__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 570px;
}
.content-section__text-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 594px;
}
.content-section__text-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
  width: 594px;
}
.content-section__text-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
}
.content-section__text-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5rem;
}
.content-section__subtitle {
  font-size: 24px;
  line-height: 40px;
  font-weight: 700;
  color: #2a3492;
  white-space: pre;
}
.content-section__title {
  font-size: 36px;
  line-height: 42px;
  font-weight: 700;
  color: #2a3492;
}
.content-section__description {
  font-size: 24px;
  line-height: 40px;
  color: #2a3492;
}
.content-section__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
}
.content-section__image-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 96px;
  padding-bottom: 0;
  position: relative;
}
.content-section__image-wrapper {
  position: relative;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: -webkit-max-content;
  -ms-grid-columns: max-content;
  grid-template-columns: -webkit-max-content;
  grid-template-columns: max-content;
  -ms-grid-rows: -webkit-max-content;
  -ms-grid-rows: max-content;
  grid-template-rows: -webkit-max-content;
  grid-template-rows: max-content;
}
.content-section__image-wrapper > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.content-section__image-wrapper .main-image {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: 1/1;
  width: 686px;
  height: 788px;
}
.content-section__image-wrapper .badge-overlay {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: 1/1;
  margin-left: 322px;
  margin-top: 55.33px;
  width: 364px;
  height: 709.587px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.content-section__image-wrapper .badge-overlay .circle-badge {
  -webkit-box-shadow: 2px -8px 11px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 2px -8px 11px 0px rgba(0, 0, 0, 0.25);
}
.content-section__image {
  width: 570px;
  height: 584px;
}

.area-focus-section {
  height: 866px;
  width: 1920px;
  position: relative;
}
.area-focus-section__container {
  position: absolute;
  bottom: 0;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.area-focus-section__inner {
  background: #ffffff;
  padding: 4rem 0 2rem;
  overflow: hidden;
  min-width: 1920px;
}
.area-focus-section__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  padding: 2rem 0 1rem;
  color: #2a3492;
  width: 1394px;
  margin: 0 auto;
}
.area-focus-section__subtitle {
  font-size: 24px;
  line-height: 40px;
  font-weight: 700;
  white-space: pre;
}
.area-focus-section__title {
  font-size: 36px;
  line-height: 42px;
  font-weight: 700;
  min-width: 100%;
}
.area-focus-section__description {
  font-size: 24px;
  line-height: 40px;
  min-width: 100%;
}
.area-focus-section__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  height: 545px;
  padding: 2rem 0 4rem;
  width: 1392px;
  margin: 0 auto;
}

.mission-section {
  height: 1058px;
  width: 1920px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  overflow: hidden;
  position: relative;
}
.mission-section__background {
  position: absolute;
  inset: 0;
  background: #f60b75;
}
.mission-section__background img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.2;
}
.mission-section__icon {
  width: 170px;
  height: 170px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.mission-section__wave-top {
  position: absolute;
  left: 0;
  top: -128px;
  width: 1961px;
  height: 302px;
}
.mission-section__wave-bottom {
  position: absolute;
  left: 0;
  top: 966px;
  width: 1961px;
  height: 218px;
}
.mission-section__content {
  position: absolute;
  left: 264px;
  top: 120px;
  width: 1392px;
  height: 807px;
  padding: 107px 0 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.mission-section__card {
  background: #ffffff;
  border-radius: 1.5rem;
  -webkit-box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.25);
  padding: 12px 15px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 2rem 1fr 2rem 1fr 2rem 1fr;
  grid-template-columns: repeat(4, 1fr);
  -ms-grid-rows: 1fr 2rem 1fr 2rem 1fr;
  grid-template-rows: repeat(3, 1fr);
  gap: 2rem;
  height: 650px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.mission-section__card > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.mission-section__card > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
.mission-section__card > *:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
}
.mission-section__card > *:nth-child(4) {
  -ms-grid-row: 1;
  -ms-grid-column: 7;
}
.mission-section__card > *:nth-child(5) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}
.mission-section__card > *:nth-child(6) {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
}
.mission-section__card > *:nth-child(7) {
  -ms-grid-row: 3;
  -ms-grid-column: 5;
}
.mission-section__card > *:nth-child(8) {
  -ms-grid-row: 3;
  -ms-grid-column: 7;
}
.mission-section__card > *:nth-child(9) {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
}
.mission-section__card > *:nth-child(10) {
  -ms-grid-row: 5;
  -ms-grid-column: 3;
}
.mission-section__card > *:nth-child(11) {
  -ms-grid-row: 5;
  -ms-grid-column: 5;
}
.mission-section__card > *:nth-child(12) {
  -ms-grid-row: 5;
  -ms-grid-column: 7;
}
.mission-section__image {
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-area: 1/1/span 3/span 2;
  min-height: 200px;
  border-radius: 1rem;
  overflow: hidden;
  background: #8d8a8a;
}
.mission-section__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.mission-section__text-content {
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  -ms-grid-column: 3;
  -ms-grid-column-span: 2;
  grid-area: 1/3/span 3/span 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 2rem 0;
}
.mission-section__title {
  font-size: 60px;
  line-height: 75px;
  font-weight: 700;
  color: #2a3492;
  width: 665px;
}
.mission-section__inner-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5rem;
  width: 100%;
}
.mission-section__text-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
  color: #2a3492;
}
.mission-section__description {
  font-size: 16px;
  line-height: 24px;
}
.mission-section__list {
  font-size: 16px;
  line-height: 24px;
  list-style: decimal;
  padding-left: 1.5em;
}
.mission-section__list li {
  margin-bottom: 1rem;
}
.mission-section__list li strong {
  font-weight: 700;
}

/* ==========================================================================
   Gallery Section
   ========================================================================== */
.gallery-section {
  background: #ffffff;
  padding: 4rem 0;
}
.gallery-section__title {
  font-size: 60px;
  line-height: 75px;
  font-weight: 700;
  color: #2a3492;
  margin-bottom: 2rem;
  -ms-grid-column: 1;
  -ms-grid-column-span: 4;
  grid-area: 1/1/auto/span 4;
}
.gallery-section__grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 2rem 1fr 2rem 1fr 2rem 1fr 2rem 1fr 2rem 1fr;
  grid-template-columns: repeat(6, 1fr);
  -ms-grid-rows: 119px 2rem 1fr 2rem 1fr 2rem 1fr 2rem 1fr 2rem 1fr 2rem 1fr 2rem 1fr 2rem 1fr 2rem 1fr;
  grid-template-rows: 119px repeat(9, 1fr);
  gap: 2rem;
  padding: 4rem 0;
  width: 1676.8px;
}
.gallery-section__grid > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.gallery-section__grid > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
.gallery-section__grid > *:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
}
.gallery-section__grid > *:nth-child(4) {
  -ms-grid-row: 1;
  -ms-grid-column: 7;
}
.gallery-section__grid > *:nth-child(5) {
  -ms-grid-row: 1;
  -ms-grid-column: 9;
}
.gallery-section__grid > *:nth-child(6) {
  -ms-grid-row: 1;
  -ms-grid-column: 11;
}
.gallery-section__grid > *:nth-child(7) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}
.gallery-section__grid > *:nth-child(8) {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
}
.gallery-section__grid > *:nth-child(9) {
  -ms-grid-row: 3;
  -ms-grid-column: 5;
}
.gallery-section__grid > *:nth-child(10) {
  -ms-grid-row: 3;
  -ms-grid-column: 7;
}
.gallery-section__grid > *:nth-child(11) {
  -ms-grid-row: 3;
  -ms-grid-column: 9;
}
.gallery-section__grid > *:nth-child(12) {
  -ms-grid-row: 3;
  -ms-grid-column: 11;
}
.gallery-section__grid > *:nth-child(13) {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
}
.gallery-section__grid > *:nth-child(14) {
  -ms-grid-row: 5;
  -ms-grid-column: 3;
}
.gallery-section__grid > *:nth-child(15) {
  -ms-grid-row: 5;
  -ms-grid-column: 5;
}
.gallery-section__grid > *:nth-child(16) {
  -ms-grid-row: 5;
  -ms-grid-column: 7;
}
.gallery-section__grid > *:nth-child(17) {
  -ms-grid-row: 5;
  -ms-grid-column: 9;
}
.gallery-section__grid > *:nth-child(18) {
  -ms-grid-row: 5;
  -ms-grid-column: 11;
}
.gallery-section__grid > *:nth-child(19) {
  -ms-grid-row: 7;
  -ms-grid-column: 1;
}
.gallery-section__grid > *:nth-child(20) {
  -ms-grid-row: 7;
  -ms-grid-column: 3;
}
.gallery-section__grid > *:nth-child(21) {
  -ms-grid-row: 7;
  -ms-grid-column: 5;
}
.gallery-section__grid > *:nth-child(22) {
  -ms-grid-row: 7;
  -ms-grid-column: 7;
}
.gallery-section__grid > *:nth-child(23) {
  -ms-grid-row: 7;
  -ms-grid-column: 9;
}
.gallery-section__grid > *:nth-child(24) {
  -ms-grid-row: 7;
  -ms-grid-column: 11;
}
.gallery-section__grid > *:nth-child(25) {
  -ms-grid-row: 9;
  -ms-grid-column: 1;
}
.gallery-section__grid > *:nth-child(26) {
  -ms-grid-row: 9;
  -ms-grid-column: 3;
}
.gallery-section__grid > *:nth-child(27) {
  -ms-grid-row: 9;
  -ms-grid-column: 5;
}
.gallery-section__grid > *:nth-child(28) {
  -ms-grid-row: 9;
  -ms-grid-column: 7;
}
.gallery-section__grid > *:nth-child(29) {
  -ms-grid-row: 9;
  -ms-grid-column: 9;
}
.gallery-section__grid > *:nth-child(30) {
  -ms-grid-row: 9;
  -ms-grid-column: 11;
}
.gallery-section__grid > *:nth-child(31) {
  -ms-grid-row: 11;
  -ms-grid-column: 1;
}
.gallery-section__grid > *:nth-child(32) {
  -ms-grid-row: 11;
  -ms-grid-column: 3;
}
.gallery-section__grid > *:nth-child(33) {
  -ms-grid-row: 11;
  -ms-grid-column: 5;
}
.gallery-section__grid > *:nth-child(34) {
  -ms-grid-row: 11;
  -ms-grid-column: 7;
}
.gallery-section__grid > *:nth-child(35) {
  -ms-grid-row: 11;
  -ms-grid-column: 9;
}
.gallery-section__grid > *:nth-child(36) {
  -ms-grid-row: 11;
  -ms-grid-column: 11;
}
.gallery-section__grid > *:nth-child(37) {
  -ms-grid-row: 13;
  -ms-grid-column: 1;
}
.gallery-section__grid > *:nth-child(38) {
  -ms-grid-row: 13;
  -ms-grid-column: 3;
}
.gallery-section__grid > *:nth-child(39) {
  -ms-grid-row: 13;
  -ms-grid-column: 5;
}
.gallery-section__grid > *:nth-child(40) {
  -ms-grid-row: 13;
  -ms-grid-column: 7;
}
.gallery-section__grid > *:nth-child(41) {
  -ms-grid-row: 13;
  -ms-grid-column: 9;
}
.gallery-section__grid > *:nth-child(42) {
  -ms-grid-row: 13;
  -ms-grid-column: 11;
}
.gallery-section__grid > *:nth-child(43) {
  -ms-grid-row: 15;
  -ms-grid-column: 1;
}
.gallery-section__grid > *:nth-child(44) {
  -ms-grid-row: 15;
  -ms-grid-column: 3;
}
.gallery-section__grid > *:nth-child(45) {
  -ms-grid-row: 15;
  -ms-grid-column: 5;
}
.gallery-section__grid > *:nth-child(46) {
  -ms-grid-row: 15;
  -ms-grid-column: 7;
}
.gallery-section__grid > *:nth-child(47) {
  -ms-grid-row: 15;
  -ms-grid-column: 9;
}
.gallery-section__grid > *:nth-child(48) {
  -ms-grid-row: 15;
  -ms-grid-column: 11;
}
.gallery-section__grid > *:nth-child(49) {
  -ms-grid-row: 17;
  -ms-grid-column: 1;
}
.gallery-section__grid > *:nth-child(50) {
  -ms-grid-row: 17;
  -ms-grid-column: 3;
}
.gallery-section__grid > *:nth-child(51) {
  -ms-grid-row: 17;
  -ms-grid-column: 5;
}
.gallery-section__grid > *:nth-child(52) {
  -ms-grid-row: 17;
  -ms-grid-column: 7;
}
.gallery-section__grid > *:nth-child(53) {
  -ms-grid-row: 17;
  -ms-grid-column: 9;
}
.gallery-section__grid > *:nth-child(54) {
  -ms-grid-row: 17;
  -ms-grid-column: 11;
}
.gallery-section__grid > *:nth-child(55) {
  -ms-grid-row: 19;
  -ms-grid-column: 1;
}
.gallery-section__grid > *:nth-child(56) {
  -ms-grid-row: 19;
  -ms-grid-column: 3;
}
.gallery-section__grid > *:nth-child(57) {
  -ms-grid-row: 19;
  -ms-grid-column: 5;
}
.gallery-section__grid > *:nth-child(58) {
  -ms-grid-row: 19;
  -ms-grid-column: 7;
}
.gallery-section__grid > *:nth-child(59) {
  -ms-grid-row: 19;
  -ms-grid-column: 9;
}
.gallery-section__grid > *:nth-child(60) {
  -ms-grid-row: 19;
  -ms-grid-column: 11;
}
.gallery-section__item {
  border-radius: 1rem;
  overflow: hidden;
  background: #8d8a8a;
  position: relative;
  min-height: 200px;
}
.gallery-section__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.gallery-section__item--span-2-3 {
  -ms-grid-row: 2;
  -ms-grid-row-span: 2;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-area: 2/1/span 2/span 3;
}
.gallery-section__item--span-2-3-alt {
  -ms-grid-row: 2;
  -ms-grid-row-span: 2;
  -ms-grid-column: 4;
  -ms-grid-column-span: 3;
  grid-area: 2/4/span 2/span 3;
}
.gallery-section__item--span-2-3-third {
  -ms-grid-row: 4;
  -ms-grid-row-span: 2;
  -ms-grid-column: 4;
  -ms-grid-column-span: 3;
  grid-area: 4/4/span 2/span 3;
}
.gallery-section__item--span-4-3 {
  -ms-grid-row: 6;
  -ms-grid-row-span: 4;
  -ms-grid-column: 4;
  -ms-grid-column-span: 3;
  grid-area: 6/4/span 4/span 3;
}
.gallery-section__item--span-3-3 {
  -ms-grid-row: 7;
  -ms-grid-row-span: 3;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-area: 7/1/span 3/span 3;
}
.gallery-section__item--span-3-2 {
  -ms-grid-row: 4;
  -ms-grid-row-span: 3;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-area: 4/1/span 3/span 2;
  width: 822px;
}
.gallery-section__instagram {
  -ms-grid-column: 1;
  -ms-grid-column-span: 6;
  grid-area: 10/1/auto/span 6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  color: #2a3492;
}
.gallery-section__instagram-icon {
  font-size: 100px;
  line-height: 75px;
}
.gallery-section__instagram-text {
  font-size: 60px;
  line-height: 75px;
  font-weight: 700;
}
.gallery-section__instagram-text a {
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  text-underline-position: from-font;
}

/* ==========================================================================
   Footer
   ========================================================================== */
.site-footer {
  background: #ffffff;
  padding: 0 0 2rem;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
}
.site-footer__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 3rem 1rem 2rem;
  margin: 0 auto;
  gap: 2rem;
  width: 100%;
  max-width: 1448px;
}
@media (min-width: 768px) {
  .site-footer__container {
    padding: 4rem 2rem 2.5rem;
  }
}
@media (min-width: 992px) {
  .site-footer__container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 5rem 2rem 3rem;
  }
}
.site-footer__column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
}
@media (min-width: 992px) {
  .site-footer__column--contact {
    width: 20.4375rem;
  }
}
.site-footer__column--services {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: auto;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (min-width: 992px) {
  .site-footer__column--services {
    height: 11.25rem;
    width: 15.625rem;
  }
}
.site-footer__column--info {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (min-width: 992px) {
  .site-footer__column--info {
    width: 8.625rem;
  }
}
.site-footer__column--logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}
@media (min-width: 992px) {
  .site-footer__column--logo {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
.site-footer__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 44px;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
  text-decoration: none;
  font-family: "Roboto", sans-serif;
}
.site-footer__link:hover {
  opacity: 0.8;
}
.site-footer__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.site-footer__social .social-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 44px;
  font-size: 24px;
  line-height: 24px;
  color: #000000;
  text-decoration: none;
}
.site-footer__social .social-icon:hover {
  opacity: 0.8;
}
.site-footer__logo {
  width: 100%;
  max-width: 20rem;
  height: auto;
  overflow: hidden;
  position: relative;
}
@media (min-width: 768px) {
  .site-footer__logo {
    max-width: 24.375rem;
    height: 9.125rem;
  }
}
.site-footer__logo a {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 992px) {
  .site-footer__logo a {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
.site-footer__logo a img {
  width: 100%;
  max-width: 80%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.site-footer__greeting {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: -1.5rem;
  padding: 1rem 1.5rem;
  border-radius: 9999px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 768px) {
  .site-footer__greeting {
    top: -2rem;
    padding: 1.5rem 2rem;
  }
}
@media (min-width: 992px) {
  .site-footer__greeting {
    top: -2.5rem;
    padding: 2rem;
  }
}
.site-footer__greeting p {
  font-size: 1.25rem;
  line-height: 1.2;
  color: #003264;
  margin: 0;
  white-space: normal;
  text-align: center;
  font-family: "Roboto", sans-serif;
}
@media (min-width: 576px) {
  .site-footer__greeting p {
    font-size: 1.75rem;
    white-space: nowrap;
  }
}
@media (min-width: 768px) {
  .site-footer__greeting p {
    font-size: 2rem;
  }
}
@media (min-width: 992px) {
  .site-footer__greeting p {
    font-size: 2.5rem;
    line-height: 24px;
  }
}
.site-footer__greeting p .accent {
  color: #f60b75;
}

body.modal-open {
  overflow: hidden !important;
  position: fixed;
  width: 100vw;
}

#booking-modal-overlay {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: rgba(0, 0, 0, 0.01); /* for click events only */
}

.booking-modal-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #ff76b4;
  opacity: 0.8;
  z-index: 1;
}

.booking-modal-center {
  position: relative;
  z-index: 2;
  background: #fff;
  border-radius: 1.5rem;
  -webkit-box-shadow: 0 8px 48px rgba(0, 0, 0, 0.18);
          box-shadow: 0 8px 48px rgba(0, 0, 0, 0.18);
  padding: 2.5rem 2rem 2rem 2rem;
  min-width: 40vw;
  max-width: 95vw;
  min-height: 120px;
  max-height: 90vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow-y: auto;
}

.booking-modal-close {
  position: absolute;
  top: 1rem;
  right: 1.5rem;
  background: none;
  border: none;
  font-size: 2.5rem;
  color: #ff76b4;
  cursor: pointer;
  z-index: 3;
  line-height: 1;
}

.booking-modal-content {
  width: 100%;
}

.hero-banner {
  background: #fdeb99;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 100vh;
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
  padding: 2rem 1rem;
}
@media (min-width: 768px) {
  .hero-banner {
    min-height: 90vh;
    padding: 2rem 2rem;
  }
}
.hero-banner__logo-image {
  display: none;
}
@media (min-width: 1200px) {
  .hero-banner__logo-image {
    display: block;
    position: absolute;
    width: 723.843px;
    height: 513.476px;
    left: 746px;
    top: 34px;
  }
}
.hero-banner__background-circle {
  position: relative;
}
.hero-banner__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
  padding-left: 0;
}
@media (min-width: 768px) {
  .hero-banner__content {
    gap: 1.5rem;
    padding-left: 1rem;
  }
}
@media (min-width: 992px) {
  .hero-banner__content {
    padding-left: 2rem;
  }
}
.hero-banner__title {
  font-size: 32px;
  font-weight: 800;
  color: #2a3492;
  white-space: normal;
  margin: 0;
}
@media (min-width: 768px) {
  .hero-banner__title {
    font-size: 40px;
  }
}
@media (min-width: 992px) {
  .hero-banner__title {
    font-size: 60px;
    white-space: pre;
  }
}
@media (min-width: 1200px) {
  .hero-banner__title {
    font-size: 64px;
  }
}
.hero-banner__description {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  color: #2a3492;
  margin: 0;
}
@media (min-width: 768px) {
  .hero-banner__description {
    font-size: 24px;
    line-height: 32px;
  }
}
@media (min-width: 992px) {
  .hero-banner__description {
    font-size: 32px;
    line-height: 40px;
  }
}
.hero-banner__cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 576px) {
  .hero-banner__cta {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 1rem;
  }
}
@media (max-width: 576px) {
  .hero-banner__cta {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 1rem;
  }
}
.hero-banner__wave-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 200px;
}
@media (min-width: 768px) {
  .hero-banner__wave-bottom {
    height: 300px;
  }
}
@media (min-width: 992px) {
  .hero-banner__wave-bottom {
    height: 400px;
  }
}
.hero-banner .circle-badge {
  position: absolute;
  left: 43px;
  bottom: 10%;
}
.hero-banner .container {
  min-height: 880px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  gap: 1.5rem;
}
@media (min-width: 992px) {
  .hero-banner .container {
    min-height: 880px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
.hero-banner .cartoon_bubble {
  position: relative;
  right: 0;
  margin-top: 0;
  max-width: 100%;
  width: 100%;
}
@media (min-width: 768px) {
  .hero-banner .cartoon_bubble {
    max-width: 400px;
  }
}
@media (min-width: 992px) {
  .hero-banner .cartoon_bubble {
    right: 10%;
    margin-top: -20%;
    max-width: 500px;
  }
}

.content-section {
  position: relative;
  background-color: #ffffff;
  padding: 2rem 0;
}
@media (min-width: 768px) {
  .content-section {
    padding: 2rem 0;
  }
}
.content-section__header {
  max-width: 1400px;
  margin: 0 auto 1rem;
  padding: 0 1rem;
}
@media (min-width: 768px) {
  .content-section__header {
    margin: 0 auto 1.5rem;
    padding: 0 2rem;
  }
}
.content-section__label {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #003264;
  margin: 0;
}
@media (min-width: 768px) {
  .content-section__label {
    font-size: 18px;
    line-height: 27px;
  }
}
.content-section__container {
  max-width: 1448px;
  margin: 0 auto;
  padding: 0 1rem;
}
@media (min-width: 768px) {
  .content-section__container {
    padding: 0 2rem;
  }
}
.content-section__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 992px) {
  .content-section__row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 3rem;
  }
}
.content-section__row--reverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 992px) {
  .content-section__row--reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
.content-section__text-content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 100%;
}
@media (min-width: 992px) {
  .content-section__text-content {
    max-width: 584px;
  }
}
.content-section__text-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
}
@media (min-width: 768px) {
  .content-section__text-wrapper {
    gap: 1.5rem;
  }
}
.content-section__text-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5rem;
}
@media (min-width: 768px) {
  .content-section__text-block {
    gap: 1rem;
  }
}
.content-section__text-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5rem;
}
.content-section__subtitle {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #2a3492;
  margin: 0;
}
@media (min-width: 768px) {
  .content-section__subtitle {
    font-size: 24px;
    line-height: 32px;
  }
}
.content-section__title {
  font-family: "Roboto", sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 38px;
  color: #003264;
  margin: 0;
}
@media (min-width: 768px) {
  .content-section__title {
    font-size: 40px;
    line-height: 1.2;
  }
}
@media (min-width: 992px) {
  .content-section__title {
    font-size: 64px;
    line-height: 75px;
  }
}
.content-section__description {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #003264;
  margin: 0;
}
@media (min-width: 768px) {
  .content-section__description {
    font-size: 18px;
    line-height: 27px;
  }
}
.content-section__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 576px) {
  .content-section__buttons {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 1rem;
  }
}
.content-section__image-container {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 100%;
}
@media (min-width: 992px) {
  .content-section__image-container {
    max-width: 584px;
  }
}
.content-section__image {
  width: 100%;
  height: auto;
  aspect-ratio: 1;
  border-radius: 50%;
  overflow: hidden;
  background-color: #f0f0f0;
}
.content-section__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.testimonial-section {
  position: relative;
  background-color: #fcfbf7;
  padding: 2rem 0;
  -webkit-box-shadow: inset 0px 7px 14px 0px rgba(208, 208, 208, 0.6509803922);
          box-shadow: inset 0px 7px 14px 0px rgba(208, 208, 208, 0.6509803922);
}
@media (min-width: 768px) {
  .testimonial-section {
    padding: 2rem 0;
  }
}
@media (min-width: 992px) {
  .testimonial-section {
    padding: 4rem 0;
  }
}
.testimonial-section__content {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 1rem;
}
@media (min-width: 768px) {
  .testimonial-section__content {
    padding: 0 2rem;
  }
}
.testimonial-section__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 992px) {
  .testimonial-section__main {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 3rem;
  }
}
.testimonial-section__images {
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.testimonial-section__images.has-both {
  width: 280px;
  height: 280px;
}
@media (min-width: 576px) {
  .testimonial-section__images.has-both {
    width: 340px;
    height: 340px;
  }
}
@media (min-width: 992px) {
  .testimonial-section__images.has-both {
    width: 450px;
    height: 450px;
  }
}
.testimonial-section__images.has-profile-only {
  width: 450px;
  height: 450px;
}
@media (min-width: 576px) {
  .testimonial-section__images.has-profile-only {
    width: 300px;
    height: 300px;
  }
}
@media (min-width: 992px) {
  .testimonial-section__images.has-profile-only {
    width: 450px;
    height: 450px;
  }
}
.testimonial-section__images.has-logo-only {
  width: 450px;
  height: 450px;
}
@media (min-width: 768px) {
  .testimonial-section__images.has-logo-only {
    width: 450px;
    height: 450px;
  }
}
@media (min-width: 992px) {
  .testimonial-section__images.has-logo-only {
    width: 450px;
    height: 450px;
  }
}
.testimonial-section__image {
  overflow: hidden;
}
.testimonial-section__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.testimonial-section__image--profile {
  position: absolute;
  top: 0;
  left: 0;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  background-color: #f0f0f0;
  -webkit-box-shadow: 0px 0px 25px 0px inset rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 25px 0px inset rgba(0, 0, 0, 0.1);
  z-index: 1;
}
@media (min-width: 576px) {
  .testimonial-section__image--profile {
    width: 100%;
    height: 100%;
    aspect-ratio: 1/1;
  }
}
@media (min-width: 992px) {
  .testimonial-section__image--profile {
    width: 100%;
    height: 100%;
    aspect-ratio: 1/1;
  }
}
.has-profile-only .testimonial-section__image--profile {
  position: relative;
  width: 100%;
  height: 100%;
}
.testimonial-section__image--logo {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.25);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0.75rem;
  z-index: 2;
}
@media (min-width: 576px) {
  .testimonial-section__image--logo {
    width: 120px;
    height: 120px;
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .testimonial-section__image--logo {
    width: 150px;
    height: 150px;
  }
}
.testimonial-section__image--logo img {
  -o-object-fit: contain;
     object-fit: contain;
}
.has-logo-only .testimonial-section__image--logo {
  position: relative;
  width: 100%;
  height: 100%;
  bottom: auto;
  right: auto;
}
.testimonial-section__text-container {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5rem;
}
@media (min-width: 768px) {
  .testimonial-section__text-container {
    gap: 1rem;
  }
}
.testimonial-section__company {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  color: #2a3492;
  margin: 0;
  text-decoration: underline;
}
@media (min-width: 768px) {
  .testimonial-section__company {
    font-size: 24px;
    line-height: 32px;
  }
}
.testimonial-section__quote {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #003264;
  margin: 0;
  font-style: italic;
}
@media (min-width: 768px) {
  .testimonial-section__quote {
    font-size: 24px;
    line-height: 32px;
  }
}
.testimonial-section__author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5rem;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #003264;
}
.testimonial-section__author span:first-child {
  font-weight: 700;
}

.testimonial-carousel__wrapper {
  position: relative;
  overflow: hidden;
}
.testimonial-carousel__track {
  position: relative;
  min-height: 350px;
}
@media (min-width: 992px) {
  .testimonial-carousel__track {
    min-height: 500px;
  }
}
.testimonial-carousel__slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.5s ease, visibility 0.5s ease;
  transition: opacity 0.5s ease, visibility 0.5s ease;
}
.testimonial-carousel__slide.active {
  position: relative;
  opacity: 1;
  visibility: visible;
}
.testimonial-carousel__navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.5rem;
  margin-top: 0;
  padding: 0 0 1.5rem 0;
}
@media (min-width: 768px) {
  .testimonial-carousel__navigation {
    gap: 2rem;
    margin-top: 0;
  }
}
.testimonial-carousel__dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.testimonial-carousel__dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: none;
  background: #003264;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding: 0;
  opacity: 0.4;
}
.testimonial-carousel__dot:hover {
  opacity: 0.7;
}
.testimonial-carousel__dot.active {
  opacity: 1;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.testimonial-block-editor .testimonial-block-preview {
  min-height: 200px;
}
.testimonial-block-editor .testimonial-item-card {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.testimonial-block-editor .testimonial-item-card:hover {
  background: #e8e8e8 !important;
}

.about-section {
  position: relative;
  background-color: #ffffff;
  padding: 4rem 0 1rem 0;
  margin-bottom: -2rem;
}
@media (min-width: 768px) {
  .about-section {
    padding: 6rem 0 2rem 0;
    margin-bottom: -3rem;
  }
}
@media (min-width: 992px) {
  .about-section {
    padding: 8rem 0 2rem 0;
    margin-bottom: -4rem;
  }
}
.about-section .bubble_down {
  position: relative;
  z-index: 9;
  margin-bottom: -2rem;
}
@media (min-width: 768px) {
  .about-section .bubble_down {
    margin-bottom: -3rem;
  }
}
@media (min-width: 992px) {
  .about-section .bubble_down {
    margin-bottom: -4rem;
  }
}
.about-section__header {
  max-width: 1400px;
  margin: 0 auto 1rem;
  padding: 0 1rem;
}
@media (min-width: 768px) {
  .about-section__header {
    padding: 0 2rem;
  }
}
.about-section__label {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #2a3492;
  margin: 0;
  font-weight: 600;
}
@media (min-width: 768px) {
  .about-section__label {
    font-size: 24px;
  }
}
.about-section__container {
  max-width: 1448px;
  margin: 0 auto;
  padding: 0 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: auto;
  padding-bottom: 3rem;
}
@media (min-width: 768px) {
  .about-section__container {
    padding: 0 2rem;
    padding-bottom: 4rem;
  }
}
@media (min-width: 992px) {
  .about-section__container {
    min-height: 35.625rem;
    padding-bottom: 6rem;
  }
}
.about-section__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
@media (min-width: 992px) {
  .about-section__content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 2rem;
  }
}
.about-section__text-column {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1.5rem;
  width: 100%;
}
@media (min-width: 992px) {
  .about-section__text-column {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 51.875rem;
            flex: 0 0 51.875rem;
    gap: 2rem;
  }
}
.about-section__text-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5rem;
}
@media (min-width: 992px) {
  .about-section__text-wrapper {
    gap: 2rem;
  }
}
.about-section__text-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5rem;
}
@media (min-width: 992px) {
  .about-section__text-block {
    gap: 1rem;
  }
}
.about-section__subtitle {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #2a3492;
  margin: 0;
  font-weight: 700;
}
@media (min-width: 768px) {
  .about-section__subtitle {
    font-size: 24px;
    line-height: 40px;
  }
}
.about-section__title {
  font-family: "Roboto", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  color: #2a3492;
  margin: 0;
}
@media (min-width: 768px) {
  .about-section__title {
    font-size: 32px;
    line-height: 38px;
  }
}
@media (min-width: 992px) {
  .about-section__title {
    font-size: 36px;
    line-height: 42px;
  }
}
.about-section__description {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #2a3492;
  margin: 0;
  max-width: 100%;
}
@media (min-width: 768px) {
  .about-section__description {
    font-size: 24px;
    line-height: 40px;
  }
}
@media (min-width: 992px) {
  .about-section__description {
    max-width: 48.3125rem;
  }
}
.about-section__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 576px) {
  .about-section__buttons {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 1rem;
  }
}
.about-section__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (min-width: 992px) {
  .about-section__social {
    gap: 2rem;
  }
}
.about-section__social-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  color: #003264;
  text-decoration: none;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 24px;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  font-weight: 700;
}
@media (min-width: 768px) {
  .about-section__social-item {
    font-size: 24px;
    line-height: 40px;
  }
}
.about-section__social-item i {
  font-size: 1.5rem;
}
@media (min-width: 768px) {
  .about-section__social-item i {
    font-size: 2rem;
  }
}
.about-section__social-item:hover {
  opacity: 0.7;
}
.about-section__social-item--podcast {
  font-weight: 500;
}
.about-section__image-column {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0;
  position: relative;
  width: 100%;
}
@media (min-width: 992px) {
  .about-section__image-column {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 30rem;
            flex: 0 0 30rem;
  }
}
.about-section__image-wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}
.about-section__image {
  width: 100%;
  max-width: 20rem;
  aspect-ratio: 1/1;
  border-radius: 50%;
  overflow: hidden;
  background-color: #d9d9d9;
}
@media (min-width: 576px) {
  .about-section__image {
    max-width: 24rem;
  }
}
@media (min-width: 768px) {
  .about-section__image {
    max-width: 28rem;
  }
}
@media (min-width: 992px) {
  .about-section__image {
    width: 30rem;
    max-width: none;
  }
}
.about-section__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.about-section__speech-bubble {
  position: static;
  margin-top: 1rem;
  background-color: #003264;
  padding: 1rem 2rem;
  max-width: 100%;
  border-radius: 1.5rem;
  white-space: normal;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
@media (min-width: 992px) {
  .about-section__speech-bubble {
    position: absolute;
    bottom: 0%;
    left: -30%;
    max-width: 21.875rem;
    border-radius: 1.5rem 0rem 1.5rem 1.5rem;
    white-space: nowrap;
    margin-top: 0;
  }
}
.about-section__speech-bubble p {
  font-family: "Roboto", sans-serif;
  font-size: 24px;
  line-height: 32px;
  color: #ffffff;
  margin: 0;
  font-weight: 500;
  font-style: italic;
}
.about-section__speech-bubble p span {
  color: #FF76B4;
}
.about-section__tagline {
  font-family: "Roboto", sans-serif;
  font-size: 1.2rem;
  line-height: 24px;
  color: #2a3492;
  margin-top: 2rem;
  text-align: center;
  width: 100%;
}

.metoder-section {
  position: relative;
  background-color: #ffffff;
  padding: 4rem 0 3rem 0;
  background-image: url("../../blocks/metoder/toilet-wall.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media (min-width: 768px) {
  .metoder-section {
    padding: 6rem 0 4rem 0;
  }
}
@media (min-width: 992px) {
  .metoder-section {
    padding: 8rem 0 6rem 0;
  }
}
.metoder-section__header {
  max-width: 1400px;
  margin: 0 auto 1rem;
  padding: 0 1rem;
}
@media (min-width: 768px) {
  .metoder-section__header {
    padding: 0 2rem;
  }
}
.metoder-section__label {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #2a3492;
  margin: 0;
  font-weight: 600;
}
@media (min-width: 768px) {
  .metoder-section__label {
    font-size: 24px;
  }
}
.metoder-section__container {
  max-width: 1448px;
  margin: 0 auto;
  padding: 0 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 768px) {
  .metoder-section__container {
    padding: 0 2rem;
  }
}
.metoder-section__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
@media (min-width: 992px) {
  .metoder-section__content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 2rem;
  }
}
.metoder-section__image-column {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  width: 100%;
}
@media (min-width: 992px) {
  .metoder-section__image-column {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 35.625rem;
            flex: 0 0 35.625rem;
  }
}
.metoder-section__image-wrapper {
  position: relative;
  width: 100%;
  max-width: 20rem;
  aspect-ratio: 1/1;
  border-radius: 99999px;
}
@media (min-width: 576px) {
  .metoder-section__image-wrapper {
    max-width: 24rem;
  }
}
@media (min-width: 768px) {
  .metoder-section__image-wrapper {
    max-width: 28rem;
  }
}
@media (min-width: 992px) {
  .metoder-section__image-wrapper {
    width: 30rem;
    max-width: none;
  }
}
.metoder-section__image {
  width: 100%;
  height: auto;
  aspect-ratio: 1;
  border-radius: 50%;
  overflow: hidden;
}
.metoder-section__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.metoder-section .circle-pladsoptimering {
  position: absolute;
  bottom: -10%;
  right: -5%;
  width: 6rem;
  height: 6rem;
  font-size: 16px;
}
@media (min-width: 576px) {
  .metoder-section .circle-pladsoptimering {
    width: 8rem;
    height: 8rem;
    font-size: 24px;
  }
}
@media (min-width: 992px) {
  .metoder-section .circle-pladsoptimering {
    width: 10rem;
    height: 10rem;
    bottom: 0;
    right: 0;
  }
}
.metoder-section__text-column {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1.5rem;
  width: 100%;
}
@media (min-width: 992px) {
  .metoder-section__text-column {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 37.125rem;
            flex: 0 0 37.125rem;
    gap: 2rem;
  }
}
.metoder-section__text-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5rem;
}
@media (min-width: 992px) {
  .metoder-section__text-wrapper {
    gap: 2rem;
  }
}
.metoder-section__text-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5rem;
}
.metoder-section__subtitle {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #2a3492;
  margin: 0;
  font-weight: 700;
}
@media (min-width: 768px) {
  .metoder-section__subtitle {
    font-size: 24px;
    line-height: 40px;
  }
}
.metoder-section__title {
  font-family: "Roboto", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  color: #2a3492;
  margin: 0;
}
@media (min-width: 768px) {
  .metoder-section__title {
    font-size: 32px;
    line-height: 38px;
  }
}
@media (min-width: 992px) {
  .metoder-section__title {
    font-size: 36px;
    line-height: 42px;
  }
}
.metoder-section__description {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #2a3492;
  margin: 0;
}
@media (min-width: 768px) {
  .metoder-section__description {
    font-size: 24px;
    line-height: 40px;
  }
}
.metoder-section__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 576px) {
  .metoder-section__buttons {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 1rem;
  }
}
.metoder-section .bottom_bubble {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: auto;
  z-index: 1;
  display: none;
}
@media (min-width: 992px) {
  .metoder-section .bottom_bubble {
    display: block;
  }
}

.service-cards {
  position: relative;
  background-color: #ffffff;
  padding: 2rem 0;
}
@media (min-width: 768px) {
  .service-cards {
    padding: 2rem 0;
  }
}
@media (min-width: 992px) {
  .service-cards {
    padding: 4rem 0;
  }
}
.service-cards__header {
  max-width: 1394px;
  margin: 0 auto;
  padding: 1rem 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5rem;
  color: #2a3492;
}
@media (min-width: 768px) {
  .service-cards__header {
    padding: 2rem 2rem;
  }
}
@media (min-width: 992px) {
  .service-cards__header {
    padding: 2rem 2rem;
  }
}
.service-cards__subtitle {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  margin: 0;
}
@media (min-width: 768px) {
  .service-cards__subtitle {
    font-size: 24px;
    line-height: 40px;
  }
}
.service-cards__title {
  font-family: "Roboto", sans-serif;
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
  margin: 0;
}
@media (min-width: 768px) {
  .service-cards__title {
    font-size: 32px;
    line-height: 38px;
  }
}
@media (min-width: 992px) {
  .service-cards__title {
    font-size: 36px;
    line-height: 42px;
  }
}
.service-cards__description {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  margin: 0;
}
@media (min-width: 768px) {
  .service-cards__description {
    font-size: 24px;
    line-height: 40px;
  }
}
.service-cards__grid {
  max-width: 1394px;
  margin: 0 auto;
  padding: 1rem 1rem 2rem;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  gap: 1rem;
}
@media (min-width: 576px) {
  .service-cards__grid {
    -ms-grid-columns: 1fr 1.5rem 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
  }
}
@media (min-width: 992px) {
  .service-cards__grid {
    padding: 2rem 2rem 2rem;
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 1200px) {
  .service-cards__grid {
    -ms-grid-columns: 1fr 2rem 1fr 2rem 1fr 2rem 1fr;
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem;
    padding: 2rem 2rem 4rem;
  }
}

.service-card {
  background-color: #ffffff;
  border-radius: 1.5rem;
  -webkit-box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.25);
  padding: 0.75rem 0.9375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5rem;
}
.service-card__image {
  width: 100%;
  height: 10rem;
  border-radius: 1rem;
  overflow: hidden;
  background-color: #8d8a8a;
}
@media (min-width: 768px) {
  .service-card__image {
    height: 12.5rem;
  }
}
.service-card__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.service-card__title {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #2a3492;
  font-weight: 700;
  margin: 0;
}
@media (min-width: 768px) {
  .service-card__title {
    font-size: 24px;
    line-height: 40px;
  }
}
.service-card__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-bottom: 0.75rem;
  gap: 0.5rem;
}
@media (min-width: 768px) {
  .service-card__content {
    padding-bottom: 1rem;
    gap: 1rem;
  }
}
.service-card__description {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #2a3492;
  margin: 0;
}
.service-card__link {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #2a3492;
  text-decoration: underline;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.service-card__link:hover {
  opacity: 0.7;
}

.instagram-feed {
  background-color: #ffffff;
  padding: 2rem 0;
}
@media (min-width: 768px) {
  .instagram-feed {
    padding: 2rem 0;
  }
}
@media (min-width: 992px) {
  .instagram-feed {
    padding: 4rem 0;
  }
}
.instagram-feed__container {
  max-width: 1448px;
  margin: 0 auto;
  padding: 0 1rem;
}
@media (min-width: 768px) {
  .instagram-feed__container {
    padding: 0 2rem;
  }
}
.instagram-feed__title {
  font-size: 32px;
  line-height: 38px;
  color: #2a3492;
  font-weight: bold;
  margin-bottom: 1.5rem;
  text-align: left;
}
@media (min-width: 768px) {
  .instagram-feed__title {
    font-size: 40px;
    line-height: 1.2;
  }
}
@media (min-width: 992px) {
  .instagram-feed__title {
    font-size: 60px;
    line-height: 75px;
    margin-bottom: 2rem;
  }
}
.instagram-feed__grid {
  margin-bottom: 1.5rem;
}
@media (min-width: 768px) {
  .instagram-feed__grid {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .instagram-feed__grid {
    margin-bottom: 3rem;
  }
}
.instagram-feed__grid--masonry {
  -webkit-column-count: 1;
     -moz-column-count: 1;
          column-count: 1;
  -webkit-column-gap: 1rem;
     -moz-column-gap: 1rem;
          column-gap: 1rem;
}
@media (min-width: 768px) {
  .instagram-feed__grid--masonry {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
    -webkit-column-gap: 1.5rem;
       -moz-column-gap: 1.5rem;
            column-gap: 1.5rem;
  }
}
@media (min-width: 992px) {
  .instagram-feed__grid--masonry {
    -webkit-column-count: 3;
       -moz-column-count: 3;
            column-count: 3;
    -webkit-column-gap: 2rem;
       -moz-column-gap: 2rem;
            column-gap: 2rem;
  }
}
.instagram-feed__grid--masonry .instagram-feed__item {
  -webkit-column-break-inside: avoid;
     -moz-column-break-inside: avoid;
          break-inside: avoid;
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .instagram-feed__grid--masonry .instagram-feed__item {
    margin-bottom: 1.5rem;
  }
}
@media (min-width: 992px) {
  .instagram-feed__grid--masonry .instagram-feed__item {
    margin-bottom: 2rem;
  }
}
.instagram-feed__grid--masonry .instagram-feed__item img {
  width: 100%;
  height: auto;
  display: block;
}
.instagram-feed__grid--regular {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  gap: 1rem;
}
@media (min-width: 768px) {
  .instagram-feed__grid--regular {
    -ms-grid-columns: 1fr 1.5rem 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
  }
}
@media (min-width: 992px) {
  .instagram-feed__grid--regular {
    -ms-grid-columns: 1fr 2rem 1fr 2rem 1fr;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
  }
}
.instagram-feed__grid--regular .instagram-feed__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.instagram-feed__item {
  position: relative;
  border-radius: 0.5rem;
  overflow: hidden;
  background-color: #8d8a8a;
  display: inline-block;
  width: 100%;
}
@media (min-width: 768px) {
  .instagram-feed__item {
    border-radius: 1rem;
  }
}
@media (min-width: 992px) {
  .instagram-feed__item {
    border-radius: 1.5rem;
  }
}
.instagram-feed__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1rem;
  text-align: center;
  color: #2a3492;
}
@media (min-width: 992px) {
  .instagram-feed__footer {
    gap: 2rem;
  }
}
.instagram-feed__icon {
  font-size: 3rem;
  line-height: 1;
}
@media (min-width: 768px) {
  .instagram-feed__icon {
    font-size: 4rem;
  }
}
@media (min-width: 992px) {
  .instagram-feed__icon {
    font-size: 6.25rem;
  }
}
.instagram-feed__icon i {
  color: #2a3492;
}
.instagram-feed__link-text {
  font-size: 32px;
  line-height: 75px;
  font-weight: bold;
  margin: 0;
}
.instagram-feed__link-text a {
  color: #E91E63;
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  text-underline-position: from-font;
}
.instagram-feed__link-text a:hover {
  color: #003264;
}

#sb_instagram {
  max-width: 1448px;
  margin: 0 auto;
  padding: 0 4rem;
}
#sb_instagram .sbi_photo img {
  border-radius: 2rem;
}