:root {
  --color: #054f91;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.hero_award {
  width: 5rem;
  height: 5rem;
}

.heading-style-h1 {
  letter-spacing: -.1125rem;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto Condensed, sans-serif;
  font-size: 3.5rem;
  font-weight: 500;
  line-height: 1.15;
}

.column-2x-small {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex-flow: column;
  display: flex;
}

.hero5_grid {
  grid-column-gap: 24px;
  grid-row-gap: 64px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
}

.hero_form {
  background-color: #fff;
  width: 100%;
  max-width: 30rem;
  padding: 2rem;
}

.button {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #ff5805;
  border: 1px solid #fff0;
  justify-content: center;
  align-items: center;
  height: 3rem;
  padding: .625rem 1.5rem;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  display: inline-flex;
}

.button.is-outline-2 {
  color: #000;
  background-color: #fff;
  border-color: #e6e6e7;
}

.button.is-secondary {
  background-color: #000;
}

.column-xlarge {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  display: flex;
}

.form_field-label {
  color: #000;
  margin-bottom: 0;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.5;
}

.hero_buttons {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  display: grid;
}

.row-medium {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.form_checkbox-icon {
  background-color: #f5f5f6;
  border: 2px solid #d0d0d2;
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-left: 0;
  margin-right: .625rem;
}

.form_checkbox-icon.w--redirected-checked {
  background-color: #ff5805;
  background-image: none;
  background-position: 50%;
  background-size: 20px;
  border-color: #ff5805;
  margin-top: 0;
  margin-left: 0;
  margin-right: 10px;
  box-shadow: 0 0 #0000;
}

.form_checkbox-icon.w--redirected-focus {
  box-shadow: 0 0 #0000;
}

.overline-wrapper {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #97d7ff61;
  border: 1px solid #3532325c;
  border-bottom-color: #155c88;
  border-radius: 10000px;
  justify-content: center;
  align-items: center;
  max-width: 350px;
  padding: 3px 10px;
  display: flex;
}

.overline-wrapper.newrwapper.new1 {
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  background-color: #d71d2800;
  border-style: none;
}

.column-large {
  grid-column-gap: .2rem;
  grid-row-gap: .2rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-color-brand {
  color: #ff5805;
}

.form_checkbox-field {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.text-style-link {
  color: #59595f;
  text-decoration: underline;
}

.text-style-link.text-color-lighter {
  color: #d0d0d2;
}

.container-large {
  z-index: 1;
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.column-medium {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.hero5_section {
  color: #fff;
  background-image: radial-gradient(circle farthest-side, #0000 50%, #00000080 75%, #000c), linear-gradient(#0000, #0000), url('../images/649008507_122093122173052849_3550747143102546965_n.jpg');
  background-position: 0 0, 0 0, 50%;
  background-size: auto, auto, cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 1.5rem 5% 4rem;
  display: flex;
  position: relative;
}

.text-size-xlarge {
  font-size: 1.25rem;
  line-height: 1.5;
}

.text-size-xlarge.text-color-lighter {
  color: #fff;
  font-family: Outfit, sans-serif;
  font-size: 1rem;
}

.icon-xsmall {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.icon-xsmall.newicon1 {
  width: .8rem;
  height: .8rem;
}

.form_input-grid {
  grid-column-gap: 1rem;
  grid-row-gap: 24px;
  grid-template-rows: auto;
}

.form_input {
  color: #000;
  background-color: #f5f5f6;
  border: 1px solid #e6e6e7;
  min-height: 3rem;
  margin-bottom: 0;
  padding: .625rem .875rem;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.5;
  transition: border-color .3s;
}

.form_input:hover {
  border-color: #d0d0d2;
}

.form_input:focus {
  border-color: #ff5805;
}

.form_input::placeholder {
  color: #59595f;
}

.form_input.is-text-area {
  min-height: 8.75rem;
}

.overline-medium {
  letter-spacing: .05rem;
  text-transform: uppercase;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.5;
}

.overline-medium.text-color-lighter {
  color: #e6e6e7;
  text-transform: capitalize;
  font-family: Space Grotesk, sans-serif;
}

.overline-medium.text-color-lighter.rey1 {
  font-size: 1rem;
}

.hero_column {
  grid-column-gap: 6.5rem;
  grid-row-gap: 6.5rem;
  text-align: center;
  flex-flow: column;
  max-width: 39.75rem;
  display: flex;
}

.max-width-medium {
  width: 100%;
  max-width: 36.75rem;
}

.form_block {
  width: 100%;
  margin-bottom: 0;
}

.form_checkbox-label {
  color: #59595f;
  letter-spacing: -.08px;
  -webkit-user-select: none;
  user-select: none;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.5rem;
}

.form_checkbox-label.text-color-lighter {
  color: #d0d0d2;
}

.div-block-2.newdiv {
  display: none;
}

.testimonal-review-stars-s {
  grid-column-gap: 0px;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: none;
}

.people-image {
  margin-left: 0;
}

.testimonial-star {
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  display: flex;
}

.subheading-xlarge {
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.5;
}

.grid-two-column {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.column-large-2 {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  display: flex;
}

.column-large-2.column-center {
  grid-column-gap: .2rem;
  grid-row-gap: .2rem;
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-bottom: 35px;
}

.column-xsmall {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  display: flex;
}

.max-width-medium-2 {
  width: 100%;
  max-width: none;
}

.text-size-large {
  margin-bottom: 0;
  font-size: 1.125rem;
  line-height: 1.5;
}

.text-size-large.text-color-secondary {
  color: #3d3d3d;
}

.section-medium {
  padding: 4rem 5% 0;
  position: relative;
}

.heading-style-h2 {
  letter-spacing: -.05em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.5rem;
  font-weight: 400;
  line-height: 1.15;
}

.heading-style-h2.text-balance {
  color: #000;
  text-wrap: balance;
  font-family: Space Grotesk, sans-serif;
  font-weight: 500;
}

.feature_icon-circle {
  background-color: #f6f6f6;
  border-radius: 100%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 4rem;
  height: 4rem;
  display: flex;
}

.heading-style-h6 {
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.35;
}

.heading-style-h6.text-color-orange {
  color: #ff5310;
}

.container-medium {
  width: 100%;
  max-width: 68rem;
  margin-left: auto;
  margin-right: auto;
}

.text-size-xlarge-2 {
  margin-bottom: 0;
  font-size: 1.25rem;
  line-height: 1.5;
}

.text-size-xlarge-2.text-color-secondary {
  color: #000;
  font-family: Outfit, sans-serif;
  font-size: 1.2rem;
}

.column-4x-large {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  flex-flow: column;
  display: flex;
}

.feature_card-outline {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  border: 1px solid #e7e7e7;
  border-radius: .75rem;
  flex-flow: column;
  padding: 1.5rem;
  display: flex;
  overflow: hidden;
}

.image-cover {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.heading-style-h2-2 {
  letter-spacing: -.1rem;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto Condensed, sans-serif;
  font-size: 45px;
  font-weight: 500;
  line-height: 1.15;
}

.heading-style-h6-2 {
  letter-spacing: -.03125rem;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Outfit, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 22px;
}

.avatar_image {
  object-fit: cover;
  border-radius: 100%;
  width: 100%;
  height: 100%;
  box-shadow: 0 2px 5px #0003, 0 2px 5px #0003;
}

.testimonial_slider-nav {
  justify-content: flex-start;
  align-items: center;
  height: auto;
  padding-top: 0;
  display: flex;
}

.testimonial_slider-trigger {
  background-color: #fff;
  background-image: linear-gradient(180deg, var(--color), #155c88);
  color: #000;
  border: 1px solid #e6e6e7;
  border-radius: 10000px;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  transition: color .3s, background-color .3s;
  display: flex;
  inset: 0% -7% 0% auto;
}

.testimonial_slider-trigger:hover {
  color: #fff;
  background-color: #252527;
}

.testimonial_slider-trigger.is-left {
  background-image: linear-gradient(180deg, var(--color), #155c88);
  border-radius: 10000px;
  inset: 0% auto 0% -6.56%;
}

.column-small {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-flow: column;
  display: flex;
}

.icon-medium {
  color: #fff;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

.overline-wrapper-2 {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.title-grid {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-items: end;
  margin-bottom: 4rem;
  display: grid;
}

.text-size-medium {
  font-size: 1rem;
  line-height: 1.5;
}

.text-size-medium.text-color-tertiary {
  color: #59595f;
}

.testimonial_slide-item {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border: 1px #e6e6e7;
  border-radius: 20px;
  flex-flow: column;
  padding: 1.5rem;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.testimonial_section {
  padding: 4rem 5%;
  position: relative;
  overflow: hidden;
}

.testimonial_slide {
  margin-right: 1.5rem;
}

.column-medium-2 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.testimonial_slider-styles {
  display: none;
}

.text-size-small {
  font-size: .875rem;
  line-height: 1.5;
}

.text-size-small.text-color-tertiary {
  color: #59595f;
}

.subheading-small {
  color: #000;
  font-family: Roboto Condensed, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
}

.row-small {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.testimonial_slider {
  background-color: #fff0;
  width: 100%;
  height: auto;
  padding-bottom: 3.75rem;
}

.testimonial_mask {
  width: 24rem;
  overflow: visible;
}

.avatar {
  background-color: #f5f5f6;
  border: .5px #e6e6e7;
  border-radius: 100%;
  width: 3rem;
  height: 3rem;
  padding: .25rem;
}

.column {
  flex-flow: column;
  display: flex;
}

.testimonal-review-stars-s-2 {
  grid-column-gap: 0px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.testimonal-review-stars-s-2.newtestimonialbox1 {
  background-image: linear-gradient(180deg, var(--color), #155c88);
  border-radius: 10000px;
  padding: 5px 10px;
}

.testimonial-star-2 {
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  display: flex;
}

.flex-block {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}

.flex-block-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: flex-start;
}

.code-embed {
  width: 60px;
  margin-left: 10px;
  margin-right: 10px;
}

.code-embed.newcode4 {
  width: 50px;
  margin-left: 10px;
  margin-right: 10px;
}

.code-embed.nwecode2 {
  width: 30px;
  margin-left: 10px;
  margin-right: 10px;
}

.code-embed.newcode1 {
  width: 30px;
  height: auto;
}

.overline-wrapper-3 {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.cta5_section {
  grid-column-gap: 34px;
  grid-row-gap: 34px;
  color: #fff;
  background-color: #f5f5f6;
  background-image: linear-gradient(#0000, #00000087 0%), url('../images/650124755_122093122341052849_1556210259414009376_n.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  padding: 13.5rem 5% 6rem;
  display: flex;
  position: relative;
}

.max-width-small {
  width: 100%;
  max-width: none;
}

.column-medium-3 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.grid-two-column-2 {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  display: grid;
}

.form_row {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.form_checkbox-icon-outline {
  border: 2px solid #d0d0d2;
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-left: 0;
  margin-right: .625rem;
}

.form_checkbox-icon-outline.w--redirected-checked {
  background-color: #ff5805;
  background-image: none;
  background-position: 50%;
  background-size: 20px;
  border-color: #ff5805;
  margin-top: 0;
  margin-left: 0;
  margin-right: 10px;
  box-shadow: 0 0 #0000;
}

.form_checkbox-icon-outline.w--redirected-focus {
  box-shadow: 0 0 #0000;
}

.max-width-medium-3 {
  width: 100%;
  max-width: 36.75rem;
}

.code-embed-2 {
  z-index: 4;
  margin-bottom: -115px;
  position: relative;
}

.code-embed-2.newcode12 {
  z-index: 1000;
  transform-style: preserve-3d;
  margin-top: -2px;
  display: none;
  position: relative;
  transform: rotate(180deg);
}

.code-embed-2.newcode12.newcode1 {
  margin-bottom: -122px;
  display: block;
  transform: none;
}

.code-embed-2.newcode12.newc1 {
  margin-top: -117px;
  margin-bottom: 30px;
  display: block;
}

.image {
  border: 2px solid var(--color);
  box-shadow: 0 2px 5px 0 var(--color);
  border-radius: 80px 10px 30px;
}

.paragraph {
  font-family: Outfit, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
}

.column-regular {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  display: flex;
}

.column-regular.column-centre {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: center;
  justify-content: flex-start;
  align-items: center;
}

.cta-marquee-card {
  border-radius: 16px;
  flex: 1;
  padding: 8px;
}

.button-primary {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  color: #fff;
  white-space: nowrap;
  background-color: #000;
  border-radius: 96px;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 8px 20px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: background-color .3s;
  display: inline-flex;
}

.button-primary:hover {
  background-color: #ff443d;
}

.cta-marquee-image {
  object-fit: cover;
  border-radius: 12px;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.title-badge {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #ff443d;
  flex-direction: row;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  display: flex;
}

.cta-marquee-wrapper {
  height: 150px;
  position: relative;
}

.cta-image-marquee {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 1440px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.max-width-large {
  max-width: 890px;
}

.max-width-large.align-center {
  margin-left: auto;
  margin-right: auto;
}

.container-regular {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}

.icon-x-small {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  display: flex;
}

.paragraph-large {
  margin-bottom: 0;
  font-family: Outfit, sans-serif;
  font-size: 18px;
  line-height: 32px;
}

.cta-card {
  background-color: #fff;
  border-radius: 12px;
  overflow: hidden;
}

.section-x-large {
  padding: 144px 5%;
}

.section-x-large.background-gray-50 {
  background-color: #f6f5f3;
  background-image: url('../images/Awards-Accreditations-bg.jpg');
  background-position: 50%;
  background-size: cover;
  padding-top: 80px;
  padding-bottom: 80px;
}

.h1-heading {
  color: #000;
  letter-spacing: -1px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto Condensed, sans-serif;
  font-size: 50px;
  font-weight: 600;
  line-height: 1.2;
}

.max-width-regular {
  max-width: 550px;
}

.cta-title-wrapper {
  padding: 80px 5% 64px;
}

.column-large-3 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  display: flex;
}

.column-large-3.column-centre {
  text-align: center;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 40px;
}

.flex-block-3 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: row;
}

.slider-mask {
  overflow: visible;
}

.button-primary-2 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #fff;
  text-align: center;
  letter-spacing: -.25px;
  white-space: nowrap;
  background-color: #0a0a0a;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 12px 20px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: background-color .4s;
  display: flex;
}

.button-primary-2:hover {
  background-color: #734573;
}

.button-primary-2.w--current {
  background-color: #4b264b;
  border-color: #48566a;
}

.hide {
  display: none;
}

.icon-button-outline {
  background-image: linear-gradient(180deg, var(--color), #5c0303);
  color: #262626;
  border: 1px #d4d4d4;
  border-radius: 1000px;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  transition: border-color .3s, background-color .3s;
  display: flex;
}

.icon-button-outline:hover {
  color: #0a0a0a;
  background-color: #fafafa;
  border: 1px solid #d4d4d4;
}

.container-large-2 {
  width: 100%;
  max-width: 1216px;
  margin-left: auto;
  margin-right: auto;
}

.container-large-2.relative {
  position: relative;
}

.gallery-lightbox-link-tall {
  color: #0a0a0a;
  flex-direction: column;
  justify-content: flex-end;
  height: 448px;
  padding: 12px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.gallery-overlay {
  opacity: 0;
  pointer-events: none;
  background-color: #0009;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.gallery-lightbox-link {
  color: #0a0a0a;
  flex-direction: column;
  justify-content: flex-end;
  height: 448px;
  padding: 12px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.title-center-small {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  margin-bottom: 64px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.gallery-slider-overlay {
  z-index: 1;
  background-image: linear-gradient(90deg, #fff, #0000);
  width: 5%;
  height: 100%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.gallery-slider-overlay.right {
  background-image: linear-gradient(270deg, #fff, #0000);
  inset: 0% 0% 0% auto;
}

.section-regular {
  background-image: linear-gradient(#000000a1 100%, #fff), url('../images/2025-10-13-1.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  padding: 200px 5% 200px 0%;
  position: relative;
  overflow: hidden;
}

.icon-large {
  color: #fff;
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  transition: color .2s;
  display: flex;
}

.gallery-slider {
  background-color: #0000;
  width: 100%;
  max-width: 384px;
  height: auto;
  position: static;
}

.gallery-overlay-arrow {
  color: #fff;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  display: flex;
}

.h3-heading {
  color: #fff;
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto Condensed, sans-serif;
  font-size: 48px;
  font-weight: 500;
  line-height: 1.2;
}

.gallery-button-wrapper {
  justify-content: center;
  align-items: center;
  margin-top: 64px;
  display: flex;
}

.gallery-slider-button {
  width: auto;
  inset: 50% auto 0% -10%;
}

.gallery-slider-button.right {
  inset: 50% -10% 0% auto;
}

.paragraph-x-large {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 32px;
}

.overline {
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
}

.column-x-small {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
}

.column-x-small.column-center {
  text-align: center;
  align-items: center;
}

.text-color-purple-600 {
  color: #5c2d5c;
}

.slide {
  margin-right: 32px;
}

.gallery-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.text-span-2 {
  color: var(--color);
  text-decoration: underline;
}

.plyr_cover-img {
  z-index: 1;
  object-fit: cover;
  border-radius: 20px;
  width: 100%;
  height: 100%;
  transition: transform .4s;
  position: absolute;
  inset: 0%;
}

.plyr_cover-icon {
  color: #fff;
  width: 40%;
  height: 40%;
}

.container-3 {
  width: 100%;
  max-width: 100em;
  margin-left: auto;
  margin-right: auto;
}

.plyr_embed {
  width: 100%;
  height: 600px;
  position: relative;
}

.plyr_pause-trigger {
  display: none;
}

.heading-2.newheading2.nl {
  font-size: 19px;
}

.heading-2.newheading2 {
  text-align: center;
  text-transform: uppercase;
  margin-top: 30px;
  font-size: 1.5rem;
}

.plyr_cover {
  z-index: 2;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  transition: opacity .4s;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.text-span-11 {
  color: #01a0ff;
  font-size: 19px;
}

.plyr_component {
  width: 100%;
  position: relative;
}

.plyr_component.is-full-screen {
  height: auto;
}

.paragraph-3 {
  text-transform: uppercase;
  font-size: 1.1rem;
  line-height: 1.2;
}

.paragraph-3.n3 {
  font-size: 1.4rem;
  font-weight: 400;
}

.plyr_cover-button {
  z-index: 2;
  color: #000;
  background-color: #fff;
  background-image: linear-gradient(#d71d28, #6e0404);
  border-radius: 100vw;
  justify-content: center;
  align-items: center;
  width: 6em;
  height: 6em;
  display: flex;
  position: relative;
}

.div-block-3 {
  background-color: var(--color);
  border-radius: 20px;
  margin-top: -30px;
  padding: 6% 5% .2%;
}

.heading-3 {
  color: #fff;
  text-align: center;
  font-family: Roboto Condensed, sans-serif;
  font-size: 20px;
}

.heading-5 {
  color: #000;
  font-family: Roboto Condensed, sans-serif;
  font-size: 35px;
}

.flex-block-5 {
  justify-content: center;
  align-items: center;
  margin-top: 20px;
}

.text-span-12 {
  color: var(--color);
  text-decoration: underline;
}

.h1-heading-2 {
  color: #fff;
  letter-spacing: -.04em;
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 60px;
  font-family: Roboto Condensed, sans-serif;
  font-size: 55px;
  font-weight: 600;
  line-height: 1.1;
}

.button-primary-large {
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #000;
  border-radius: 32px;
  justify-content: center;
  align-items: center;
  padding: 12px 32px;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.button-primary-large:hover {
  background-color: #ff4b0e;
}

.brand-highlight {
  background-color: #c1ff71;
  padding-left: 4px;
  padding-right: 4px;
}

.container-large-3 {
  text-align: center;
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.column-x-large {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  display: flex;
}

.section-regular-2 {
  background-color: #f7f8f8;
  background-image: linear-gradient(#0009 100%, #fff), url('../images/unnamed-1.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  padding: 80px 5%;
  position: relative;
}

.button-wrapper-large {
  width: 100%;
  max-width: 250px;
}

.paragraph-x-large-2 {
  letter-spacing: -.03em;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 32px;
}

.cta-grid {
  grid-column-gap: 24px;
  grid-row-gap: 44px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  justify-content: center;
  place-items: center;
  width: 100%;
  display: flex;
}

.subheading-large {
  letter-spacing: -.02em;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}

.subheading-large.text-color-brand-purple {
  color: #6153bd;
}

.text-span-13 {
  color: var(--color);
  text-decoration: underline;
}

.footer-link-wrap {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  align-items: center;
  display: flex;
}

.footer-bottom {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  text-align: center;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-link {
  color: #55555e;
  letter-spacing: -.02em;
  padding-top: 4px;
  padding-bottom: 4px;
  font-size: 14px;
  line-height: 1.8;
  text-decoration: none;
}

.footer-link:hover {
  color: #8870d7;
}

.footer-top-row {
  grid-column-gap: 40px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.container-regular-2 {
  z-index: 5;
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.footer-center {
  grid-column-gap: 48px;
  align-items: center;
  display: flex;
}

.footer-divider-large {
  background-color: #e4e4e7;
  width: 100%;
  height: 1px;
  margin-top: 10px;
  margin-bottom: 20px;
}

.footer-legal-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  align-items: center;
  display: none;
}

.social-link {
  background-image: linear-gradient(180deg, var(--color), #155c88);
  color: #131315;
  border: 1px #e4e4e7;
  border-radius: 6px;
  padding: 8px;
  transition: color .3s;
}

.social-link:hover {
  color: #8870d7;
}

.social-group {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  align-items: center;
  display: flex;
}

.paragraph-small {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.8;
}

.paragraph-small.text-color-gray-700 {
  color: #76767f;
}

.section-regular-3 {
  background-color: #191919;
  padding: 24px 5% 10px;
  position: relative;
}

.icon-regular {
  color: #fff;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.footer-divider-small {
  background-color: #e4e4e7;
  width: 1px;
  height: 16px;
}

.span-footer-link {
  color: #131315;
  font-weight: 500;
}

.div-block-4 {
  background-color: #fff;
  width: 1px;
  height: 20px;
}

.footer-legal {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  text-align: center;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  margin-top: -3px;
  font-family: Outfit, sans-serif;
  font-size: 16px;
  display: flex;
}

.paragraph-x-small-3 {
  margin-bottom: 0;
  font-size: 12px;
  text-decoration: none;
}

.paragraph-x-small-3.text-color-gray-500 {
  color: #fff;
  font-size: 16px;
}

.paragraph-x-small-3.text-color-gray-500.newtext1 {
  width: 100%;
  margin-top: 10px;
  font-weight: 300;
}

.bold-text-50 {
  font-weight: 500;
}

.footer-legal-links-3 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  color: #fff;
  align-items: center;
  font-size: 18px;
  display: flex;
}

.footer-legal-link-3 {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
}

.footer-legal-link-3:hover {
  color: #fff;
}

.timeline3_swiper-main {
  z-index: 2;
}

.timeline3_date {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.timeline3_card-description {
  max-width: 20rem;
}

.timeline3_card {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  color: #b0b0b0;
  background-color: #000;
  border-radius: 1.5rem;
  flex-flow: column;
  justify-content: space-between;
  min-height: 20rem;
  padding: 2rem;
  display: flex;
}

.timeline3_swipers {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  display: flex;
}

.heading-style-h5 {
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.25;
}

.overline-2 {
  letter-spacing: .8px;
  text-transform: uppercase;
  font-size: .75rem;
  font-weight: 600;
  line-height: 1.5;
}

.swiper-wrapper.is-timeline3-main {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 100%;
  display: flex;
}

.swiper-wrapper.is-timeline3-thumbs {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 100%;
  display: flex;
}

.text-size-xsmall {
  margin-top: 0;
  margin-bottom: 0;
  font-size: .75rem;
  line-height: 1.6;
}

.text-size-xsmall.text-weight-semibold.text-color-accent {
  color: #ff5310;
}

.timeline3_year {
  color: #5d5d5d;
  font-weight: 500;
  transition: color .3s;
}

.timeline3_year:hover {
  color: #000;
}

.text-size-small-2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: .875rem;
  line-height: 1.6;
}

.timeline3_dot {
  background-color: currentColor;
  width: 6px;
  height: 6px;
}

.timeline3_card-footer {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.heading-style-h3 {
  color: #000;
  letter-spacing: -.035em;
  margin-top: 15px;
  margin-bottom: 0;
  font-family: Roboto Condensed, sans-serif;
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.2;
}

.timeline3_card-header {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.swiper-slide.is-timeline3 {
  flex: none;
  width: 45%;
  position: relative;
}

.swiper-slide.is-timeline3-thumb {
  cursor: pointer;
  flex: none;
  width: 20%;
  position: relative;
}

.container-medium-2 {
  z-index: 1;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 80rem;
  margin-bottom: 35px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.timeline3_line {
  background-color: currentColor;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 1px;
  display: flex;
}

.timeline3_swiper-script {
  display: none;
}

.timeline3_heading {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  text-align: center;
  flex-flow: column;
  max-width: none;
  margin-bottom: 2.5rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.timeline3_line-wrapper {
  color: #b0b0b0;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.timeline3_section {
  padding: 3rem 0% 0;
  position: relative;
  overflow: hidden;
}

.code-embed-6 {
  border-radius: 6px;
  width: 100%;
  height: 100%;
  box-shadow: 0 2px 5px #0003;
}

.code-embed-6.new41 {
  width: 100%;
  height: 400px;
}

.button-right-icon-4 {
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #008102;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 16px 32px;
  font-size: 21px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  position: relative;
}

.button-right-icon-4:hover {
  background-color: #008102;
  transform: translate(6px, -6px);
  box-shadow: 0 2px 5px #008102;
}

.button-right-icon-4:active {
  background-color: #160042;
}

.button-right-icon-4:focus {
  outline-offset: 0px;
  outline: 2px solid #b6b9ce;
}

.body-button-normal-4 {
  letter-spacing: normal;
  text-transform: capitalize;
  font-family: Outfit, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
}

.icon-right-2 {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  margin-left: 0;
  margin-right: 12px;
  display: flex;
}

.icon-right-2.nl5 {
  margin-left: 12px;
  margin-right: 0;
}

.flex-block-7 {
  background-image: linear-gradient(180deg, var(--color), #155c88);
  text-align: center;
  border: 1px #000;
  border-radius: 100px;
  padding: 2px 10px;
}

.background {
  z-index: 0;
  pointer-events: none;
  position: absolute;
  inset: 0%;
}

.header-background-video {
  background-image: linear-gradient(143deg, #00000080 100%, #2094dc00);
  background-position: 0 0;
  width: 100%;
  height: 100%;
}

.flex-block-8 {
  justify-content: center;
  align-items: flex-start;
}

.div-block-5 {
  max-width: 700px;
}

.flex-block-9 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: center;
  align-items: center;
}

.section {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 0% 5% 5%;
  display: flex;
}

.flex-block-10 {
  grid-column-gap: 21px;
  grid-row-gap: 21px;
}

.text-span-14 {
  color: var(--color);
  text-decoration: underline;
}

.image-2 {
  z-index: 2;
  margin-bottom: 40px;
  position: relative;
}

.code-embed-8, .code-embed-8.nwe2 {
  margin-top: 0;
}

.div-block-7 {
  position: relative;
}

.text-block-2 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  width: auto;
  padding-top: 3px;
  padding-bottom: 3px;
  font-family: Outfit, sans-serif;
}

.heading-style-h2-3 {
  letter-spacing: -.1rem;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.5rem;
  font-weight: 500;
  line-height: 1.15;
}

.heading-style-h6-3 {
  letter-spacing: -.03125rem;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.2;
}

.avatar_image-2 {
  object-fit: cover;
  border-radius: 100%;
  width: 100%;
  height: 100%;
  box-shadow: 0 2px 1.5px .5px #95a0b229;
}

.testimonial_slider-trigger-2 {
  color: #000;
  background-color: #fff;
  border: 1px solid #e6e6e7;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  transition: color .3s, background-color .3s;
  display: flex;
  inset: -7rem 0% auto auto;
}

.testimonial_slider-trigger-2:hover {
  color: #fff;
  background-color: #252527;
}

.testimonial_slider-trigger-2.is-left {
  right: 4rem;
}

.icon-medium-2 {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

.overline-wrapper-4 {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.testimonial_slide-item-2 {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  border: 1px solid #e6e6e7;
  flex-flow: column;
  padding: 1.5rem;
  display: flex;
}

.testimonial_slide-2 {
  margin-right: 1.5rem;
}

.column-medium-4 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.text-size-small-3 {
  font-size: .875rem;
  line-height: 1.5;
}

.text-size-small-3.text-color-tertiary {
  color: #59595f;
}

.subheading-small-2 {
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.5;
}

.testimonial_slider-2 {
  background-color: #fff0;
  width: 100%;
  height: auto;
  padding-bottom: 3.75rem;
}

.avatar-2 {
  background-color: #f5f5f6;
  border: .5px solid #e6e6e7;
  border-radius: 100%;
  width: 3rem;
  height: 3rem;
  padding: .25rem;
}

.section-2 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.flex-horizontal {
  justify-content: center;
  align-items: center;
  display: flex;
}

.max-w-48px {
  max-width: 48px;
}

.min-w-24px {
  min-width: 24px;
}

.heading-h3-size {
  color: #211f54;
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
}

.grid-2-columns {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.grid-2-columns._1-5fr---1fr {
  grid-template-columns: 1.5fr 1fr;
}

.grid-3-columns {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.grid-3-columns.instagram-feed---3-col-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
}

.grid-3-columns.instagram-feed---3-col-grid.mg-bottom-48px {
  margin-top: 55px;
}

.container-default {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

.elements---element-title {
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 12px;
  margin-top: 72px;
  margin-bottom: 32px;
  padding: 24px 32px;
  box-shadow: 0 2px 8px #14142b0f;
}

.instagram-feed---icon-inside {
  min-width: 40px;
  max-width: 40px;
}

.color-accent-1 {
  color: #4a3aff;
}

.instagram-feed---image {
  object-fit: cover;
  width: 100%;
}

.heading-h1-size {
  color: #211f54;
  font-size: 54px;
  font-weight: 700;
  line-height: 66px;
}

.inner-container._550px {
  max-width: 550px;
}

.text-decoration-none {
  text-decoration: none;
}

.instagram-feed---image-overlay {
  z-index: 1;
  transform-origin: 0%;
  background-color: #000000a6;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 16px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.btn-primary {
  color: #fff;
  text-align: center;
  transform-style: preserve-3d;
  background-color: #4a3aff;
  border-radius: 48px;
  justify-content: center;
  padding: 26px 38px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.btn-primary:hover {
  color: #fff;
  background-color: #3324d5;
  transform: translate3d(0, -3px, .01px);
}

.btn-primary.pd-14px---24px {
  padding: 14px 24px;
}

.instagram-feed---image-wrapper {
  z-index: 1;
  border-radius: 16px;
  display: flex;
  position: relative;
  overflow: hidden;
  transform: translate(0);
}

.instagram-feed---image-wrapper.n1.b2, .instagram-feed---image-wrapper.b1 {
  display: none;
}

.flex {
  display: flex;
}

.flex.align-center {
  align-items: center;
}

.flex.align-center.gap-column-12px {
  grid-column-gap: 12px;
}

.social-icon-font {
  line-height: 21px;
}

.social-icon-font.btn-social-icon {
  margin-right: 8px;
  font-size: 20px;
  line-height: 1em;
}

.mg-bottom-0 {
  margin-bottom: 0;
}

.text-span-15, .text-span-16 {
  color: var(--color);
  text-decoration: underline;
}

.team-card {
  border-radius: 4px;
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  max-width: 450px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.team-card-photo {
  object-fit: cover;
  border-radius: 4px;
  width: 100%;
  min-width: 0;
  max-width: 100%;
  max-height: 373px;
}

.team-card-overlay {
  z-index: 2;
  background-color: var(--color);
  background-image: linear-gradient(180deg, #155c88, var(--color));
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
  color: #fff;
  text-align: center;
  padding: 15px 20px;
  position: absolute;
  inset: auto 0% 0%;
}

.team-card-name {
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 5px;
  font-family: Space Grotesk, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 24px;
}

.team-card-position {
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 18px;
}

.home-cta_component {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-top-left-radius: .5rem;
  border-top-right-radius: .5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  display: grid;
}

.home-cta_component.newh12 {
  justify-content: center;
  place-items: center;
  margin-top: 40px;
  display: flex;
}

.team-card-2 {
  border-radius: 4px;
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.team-card-photo-2 {
  object-fit: cover;
  border-radius: 4px;
  width: 100%;
  min-width: 0;
  max-width: 373px;
  max-height: 373px;
}

.team-card-overlay-2 {
  z-index: 2;
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
  color: #fff;
  text-align: center;
  background-color: #8a8780;
  padding: 15px 20px;
  position: absolute;
  inset: auto 0% 0%;
}

.team-card-name-2 {
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 17px;
  font-weight: 700;
  line-height: 24px;
}

@media screen and (min-width: 1440px) {
  .testimonal-review-stars-s {
    margin-bottom: 0;
  }

  .testimonial_slider-trigger.is-left {
    background-image: linear-gradient(180deg, var(--color), #155c88);
  }

  .testimonal-review-stars-s-2 {
    margin-bottom: 0;
  }

  .icon-button-outline {
    background-image: linear-gradient(180deg, var(--color), #155c88);
  }

  .icon-button-outline:hover {
    background-image: linear-gradient(180deg, var(--color), #155c88);
    border-style: none;
  }

  .social-link {
    background-image: linear-gradient(180deg, var(--color), #155c88);
  }

  .icon-regular {
    width: 30px;
    height: 30px;
  }

  .flex-block-7 {
    background-image: linear-gradient(180deg, var(--color), #155c88);
  }

  .section, .flex-block-10 {
    justify-content: center;
    align-items: center;
  }
}

@media screen and (max-width: 991px) {
  .hero5_grid {
    grid-template-columns: 1fr;
  }

  .hero_form {
    max-width: none;
  }

  .hero_column {
    grid-column-gap: 72px;
    grid-row-gap: 72px;
  }

  .form_block {
    align-items: center;
  }

  .grid-two-column {
    grid-template-columns: 1fr;
  }

  .testimonial_slider-trigger {
    display: none;
  }

  .title-grid {
    grid-template-columns: 1fr;
  }

  .testimonial_section {
    padding-bottom: 1.5rem;
  }

  .flex-block {
    justify-content: center;
    align-items: center;
  }

  .flex-block-2 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 40px;
  }

  .cta5_section {
    flex-flow: column;
    padding-top: 11.25rem;
  }

  .grid-two-column-2 {
    grid-template-columns: 1fr;
  }

  .code-embed-2 {
    margin-bottom: -85px;
  }

  .gallery-slider-button {
    left: -4%;
  }

  .gallery-slider-button.right {
    right: -4%;
  }

  .plyr_component.is-full-screen {
    height: 80vw;
  }

  .div-block-3 {
    margin-top: -15px;
  }

  .cta-grid {
    grid-template-columns: 1fr;
  }

  .footer-top-row, .footer-center {
    grid-row-gap: 24px;
    flex-direction: column;
    align-items: center;
  }

  .section-regular-3 {
    padding-bottom: 20px;
  }

  .heading-style-h5 {
    font-size: 1.75rem;
  }

  .heading-style-h3 {
    font-size: 2.5rem;
  }

  .testimonial_slider-trigger-2 {
    display: none;
  }

  .section-2 {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .heading-h3-size {
    font-size: 22px;
    line-height: 32px;
  }

  .grid-3-columns {
    grid-template-columns: 1fr 1fr;
  }

  .grid-3-columns.instagram-feed---3-col-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .heading-h1-size {
    font-size: 48px;
    line-height: 60px;
  }

  .btn-primary {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .instagram-feed---image-wrapper {
    border-radius: 10px;
  }

  .home-cta_component {
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 767px) {
  .heading-style-h1 {
    font-size: 3rem;
  }

  .form_input-grid {
    grid-template-columns: 1fr;
  }

  .subheading-xlarge, .text-size-xlarge-2 {
    font-size: 18px;
  }

  .heading-style-h2-2 {
    font-size: 2.5rem;
  }

  .cta-image-marquee {
    width: 1220px;
  }

  .section-x-large {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .h1-heading {
    font-size: 48px;
  }

  .section-regular {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .h3-heading {
    font-size: 36px;
  }

  .plyr_component.is-full-screen {
    height: 110vw;
  }

  .plyr_cover-button {
    font-size: .8em;
  }

  .h1-heading-2 {
    font-size: 48px;
  }

  .section-regular-2 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .footer-link-wrap {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
  }

  .footer-bottom {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-direction: column-reverse;
  }

  .section-regular-3 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .footer-divider-small {
    display: none;
  }

  .footer-legal {
    flex-flow: column;
  }

  .heading-style-h5 {
    font-size: 1.5rem;
  }

  .heading-style-h3 {
    font-size: 2rem;
  }

  .swiper-slide.is-timeline3 {
    width: 75%;
  }

  .swiper-slide.is-timeline3-thumb {
    width: 35%;
  }

  .heading-style-h2-3 {
    font-size: 2.5rem;
  }

  .section-2 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .max-w-48px.max-w-40px-mbl {
    max-width: 40px;
  }

  .grid-2-columns, .grid-2-columns._1-5fr---1fr, .grid-3-columns {
    grid-template-columns: 1fr;
  }

  .grid-3-columns.instagram-feed---3-col-grid {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-template-columns: 1fr 1fr;
  }

  .elements---element-title {
    margin-top: 48px;
    padding-bottom: 20px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .heading-h1-size {
    font-size: 38px;
    line-height: 46px;
  }

  .btn-primary {
    padding: 20px 32px;
  }

  .team-card-name {
    font-size: 16px;
    line-height: 22px;
  }

  .home-cta_component {
    grid-template-columns: 1fr;
  }

  .team-card-name-2 {
    font-size: 16px;
    line-height: 22px;
  }
}

@media screen and (max-width: 479px) {
  .hero_award {
    width: 3.75rem;
    height: 3.75rem;
  }

  .heading-style-h1 {
    letter-spacing: normal;
    text-transform: uppercase;
    font-family: Roboto Condensed, sans-serif;
    font-size: 29px;
    font-weight: 600;
  }

  .hero5_grid {
    grid-template-columns: 1fr;
    margin-bottom: 80px;
  }

  .hero_form {
    padding: 1.5rem;
  }

  .hero_buttons {
    grid-template-columns: 1fr;
    width: 100%;
  }

  .row-medium {
    justify-content: center;
    align-items: center;
  }

  .overline-wrapper {
    border: 1px solid var(--color);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    background-color: #0e48805e;
    border-radius: 20px;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
    padding: 4px 8px;
    font-size: 13px;
  }

  .overline-wrapper.newrwapper {
    background-color: var(--color);
    background-image: linear-gradient(2deg, #500505, var(--color));
    border-style: none;
  }

  .overline-wrapper.newrwapper.new1 {
    background-image: linear-gradient(2deg, #155c88, var(--color));
  }

  .column-large {
    text-align: center;
  }

  .column-medium {
    font-family: Space Grotesk, sans-serif;
    font-size: 10px;
  }

  .hero5_section {
    background-image: radial-gradient(circle farthest-side, #0000 50%, #00000080 75%, #000c), linear-gradient(#0000, #0000), url('../images/649008507_122093122173052849_3550747143102546965_n.jpg');
    background-position: 0 0, 0 0, 50%;
    background-size: auto, auto, cover;
    padding-top: 3.75rem;
    padding-bottom: 0;
  }

  .text-size-xlarge {
    font-size: 1.15rem;
  }

  .text-size-xlarge.text-color-lighter {
    color: #fff;
    font-family: Outfit, sans-serif;
    font-size: 15px;
  }

  .overline-medium.text-color-lighter {
    text-transform: capitalize;
    font-family: Space Grotesk, sans-serif;
    font-size: 13px;
  }

  .hero_column {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .max-width-medium {
    margin-top: 20px;
  }

  .div-block {
    z-index: 2;
    background-color: #fff0;
    margin-top: 0;
    margin-left: -79px;
    margin-right: 35%;
    display: block;
    position: relative;
    transform: skew(0deg);
  }

  .div-block-2 {
    background-color: #fff;
    transform: skew(0deg);
  }

  .div-block-2.newdiv {
    z-index: -1;
    background-color: #fff;
    width: 200px;
    height: 48px;
    margin-top: -46px;
    margin-left: -16px;
    display: flex;
    position: relative;
    transform: skew(20deg);
  }

  .testimonal-review-stars-s {
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .people-image {
    max-width: 30%;
    margin-left: 0;
  }

  .people-image.newgoogleicon {
    margin-right: 5px;
  }

  .people-image.newgoogleicon.newgoogle-icon1 {
    margin-right: 0;
  }

  .testimonial-star {
    width: 20px;
    height: 20px;
  }

  .text-block {
    color: #000;
    font-family: Outfit, sans-serif;
    font-size: 15px;
  }

  .text-block.newtextblock1 {
    color: #1b72f7;
    margin-right: 0;
    font-weight: 600;
  }

  .column-large-2.column-center {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .section-medium {
    background-color: #fefefe;
    max-width: none;
    padding-top: 2.5rem;
    padding-bottom: 0;
    position: static;
  }

  .heading-style-h2.text-balance {
    font-size: 25px;
    font-weight: 500;
  }

  .text-size-xlarge-2.text-color-secondary {
    font-family: Outfit, sans-serif;
    font-size: 14px;
    font-weight: 400;
  }

  .column-4x-large {
    margin-bottom: -30px;
  }

  .feature_card-outline {
    flex-flow: column;
  }

  .heading-style-h2-2 {
    font-family: Roboto Condensed, sans-serif;
    font-size: 40px;
    font-weight: 600;
  }

  .heading-style-h6-2 {
    margin-bottom: 5px;
    font-family: Outfit, sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 22px;
  }

  .testimonial_slider-trigger {
    border-style: none;
    border-color: var(--color);
    background-color: var(--color);
    background-image: linear-gradient(327deg, #155c88, var(--color));
    border-radius: 1000px;
    transition: all .45s, color .3s, background-color .3s;
    display: flex;
    inset: -20% -10% 0% auto;
  }

  .testimonial_slider-trigger:hover {
    background-color: var(--color);
    transform: translate(2px, -4px);
  }

  .testimonial_slider-trigger.is-left {
    border-style: none;
    border-color: var(--color);
    background-color: var(--color);
    background-image: linear-gradient(180deg, var(--color), #155c88);
    border-radius: 10000px;
    display: flex;
    inset: -20% auto 0% -10%;
  }

  .icon-medium {
    color: #fff;
  }

  .testimonial_slide-item {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    border-style: none;
    border-radius: 12px;
    box-shadow: 0 2px 5px #0003;
  }

  .testimonial_slide {
    min-width: 0;
  }

  .subheading-small {
    font-family: Roboto Condensed, sans-serif;
    font-size: 20px;
  }

  .testimonial_slider {
    width: auto;
    margin-top: 25px;
    padding-bottom: 2rem;
  }

  .testimonial_mask {
    width: 100%;
  }

  .avatar {
    background-color: #fff0;
    border-style: none;
  }

  .testimonal-review-stars-s-2 {
    justify-content: flex-start;
    align-items: center;
  }

  .testimonal-review-stars-s-2.newtestimonialbox1 {
    background-color: #d71d28;
    background-image: linear-gradient(180deg, var(--color), #155c88);
    border-radius: 20px;
    padding: 2px 15px;
  }

  .testimonial-star-2 {
    width: 30px;
    height: 30px;
  }

  .testimonial-star-2.newstar1 {
    width: 20px;
    height: 19px;
  }

  .flex-block {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    margin-bottom: 10px;
    padding: 0 5%;
  }

  .flex-block-2 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-bottom: 40px;
  }

  .code-embed {
    width: 40px;
    height: 30px;
    margin-right: 5px;
  }

  .code-embed.newcode4 {
    width: 30px;
  }

  .code-embed.nwecode2 {
    width: 25px;
  }

  .code-embed.newcode1 {
    width: 20px;
  }

  .cta5_section {
    background-image: linear-gradient(#0000, #000000b3 0%), url('../images/649175890_122093122239052849_1565653791346589731_n.jpg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    flex-flow: column;
    padding-top: 6rem;
  }

  .max-width-small {
    margin-top: 30px;
  }

  .grid-two-column-2 {
    grid-template-columns: 1fr;
  }

  .form_row {
    flex-flow: column;
    align-items: stretch;
  }

  .code-embed-2 {
    z-index: 1;
    background-color: #edeff000;
    width: 100%;
    margin-bottom: -42px;
    position: relative;
  }

  .code-embed-2.newcode12 {
    z-index: 5;
    margin-top: -43px;
    margin-bottom: 0;
    display: block;
    position: relative;
    transform: rotateX(180deg)rotateY(0)rotateZ(0);
  }

  .code-embed-2.newcode12.newcode1 {
    margin-bottom: -40px;
    display: block;
    transform: none;
  }

  .code-embed-2.newcode12.newc1 {
    margin-top: -72px;
    display: block;
  }

  .image {
    border: 3px solid var(--color);
    box-shadow: 0 2px 5px 0 var(--color);
    border-radius: 80px 10px 30px;
  }

  .paragraph {
    margin-top: 15px;
    font-family: Outfit, sans-serif;
    font-size: 16px;
    font-weight: 200;
    line-height: 26px;
  }

  .column-regular {
    margin-bottom: 25px;
  }

  .column-regular.column-centre {
    grid-column-gap: 13px;
    grid-row-gap: 13px;
    margin-bottom: 0;
  }

  .column-regular.column-centre.new1 {
    margin-bottom: 40px;
  }

  .cta-marquee-card {
    width: 240px;
    height: 290px;
  }

  .paragraph-large {
    color: #000;
    font-family: Outfit, sans-serif;
    font-size: 14px;
    line-height: 20px;
  }

  .section-x-large.background-gray-50 {
    background-color: #f7f5f9;
    background-image: url('../images/Awards-Accreditations-bg.jpg');
    background-position: 50%;
    background-size: cover;
  }

  .h1-heading {
    text-transform: uppercase;
    margin-bottom: -10px;
    font-family: Roboto Condensed, sans-serif;
    font-size: 28px;
    font-weight: 600;
  }

  .flex-block-3 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: row;
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .icon-button-outline {
    background-image: linear-gradient(180deg, var(--color), #155c88);
    border-style: none;
    border-radius: 1000px;
    position: relative;
  }

  .icon-button-outline:hover {
    border-style: none;
  }

  .gallery-lightbox-link-tall {
    height: 100%;
  }

  .gallery-lightbox-link {
    height: 330px;
  }

  .title-center-small {
    margin-bottom: 50px;
  }

  .section-regular {
    background-image: linear-gradient(#000000d1 100%, #fff), url('../images/648898806_122093122275052849_2669498181661222433_n.jpg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    margin-bottom: 30px;
    padding-top: 55px;
    padding-bottom: 25px;
  }

  .icon-large {
    color: #fff;
  }

  .gallery-slider {
    padding-bottom: 60px;
    position: relative;
  }

  .h3-heading {
    color: #fff;
    text-transform: capitalize;
    font-family: Roboto Condensed, sans-serif;
    font-size: 34px;
    font-weight: 600;
  }

  .gallery-button-wrapper {
    margin-top: 40px;
  }

  .gallery-slider-button {
    inset: 30% auto 0% 4%;
  }

  .gallery-slider-button.right {
    inset: 30% 0% 0% auto;
  }

  .paragraph-x-large {
    color: #fff;
    font-family: Outfit, sans-serif;
    font-size: 14px;
    font-weight: 400;
  }

  .slide {
    width: 200px;
    height: 200px;
    margin-right: 11px;
  }

  .gallery-image {
    border-radius: 4px;
  }

  .text-span {
    color: var(--color);
    text-decoration: underline;
    -webkit-text-decoration-color: var(--color);
    text-decoration-color: var(--color);
  }

  .text-span-2 {
    color: var(--color);
    text-decoration: underline;
  }

  .plyr_cover-img {
    border-radius: 1rem;
  }

  .plyr_cover-icon {
    color: #fff;
  }

  .plyr_embed {
    border-radius: 1rem;
  }

  .heading-2 {
    color: #000;
    text-align: center;
  }

  .heading-2.newheading2 {
    font-size: 25px;
  }

  .heading-2.newheading2.nl {
    width: 100%;
    margin-top: 0;
    margin-bottom: 25px;
    font-size: 22px;
  }

  .heading-2.newheading2 {
    color: #fff;
    margin-top: 30px;
    font-size: 25px;
  }

  .plyr_cover {
    border-radius: 1rem;
  }

  .page-main {
    border-radius: 1rem;
    margin-top: -10px;
    margin-left: 0%;
    margin-right: 0%;
  }

  .text-span-11 {
    color: #03a0ff;
    text-decoration: underline;
  }

  .plyr_component.is-full-screen {
    border-radius: 1rem;
    height: 100%;
  }

  .paragraph-3 {
    color: #fff;
    text-align: center;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 1.3;
  }

  .paragraph-3.n3 {
    text-align: left;
    margin-top: 10px;
    font-weight: 400;
  }

  .plyr_cover-button {
    background-image: linear-gradient(180deg, var(--color), #8b141e);
    width: 8em;
    height: 8em;
    font-size: .7em;
  }

  .flex-block-4 {
    padding: 5%;
  }

  .div-block-3 {
    z-index: 2;
    background-color: var(--color);
    background-image: linear-gradient(162deg, var(--color), #155c88);
    border-radius: 0 0 1rem 1rem;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height: 40px;
    margin-top: -30px;
    padding-top: 0%;
    padding-left: 5%;
    padding-right: 5%;
    display: flex;
    position: relative;
  }

  .heading-3 {
    color: #fff;
    text-transform: uppercase;
    font-family: Outfit, sans-serif;
    font-size: 14px;
  }

  .heading-4 {
    font-size: 28px;
  }

  .heading-5 {
    text-align: center;
    text-transform: uppercase;
    font-family: Roboto Condensed, sans-serif;
    font-size: 30px;
    line-height: 35px;
  }

  .flex-block-5 {
    margin-left: 5%;
    margin-right: 5%;
  }

  .text-span-12 {
    text-decoration: underline;
    -webkit-text-decoration-color: var(--color);
    text-decoration-color: var(--color);
  }

  .h1-heading-2 {
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-family: Roboto Condensed, sans-serif;
    font-size: 35px;
    font-weight: 600;
  }

  .section-regular-2 {
    background-image: linear-gradient(#000000a6 100%, #fff), url('../images/648889942_122093122251052849_7558666717779322924_n.jpg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
  }

  .button-wrapper-large {
    max-width: 210px;
  }

  .paragraph-x-large-2 {
    color: #fff;
    text-align: center;
    font-size: 16px;
  }

  .flex-block-6 {
    background-color: var(--color);
    border-radius: 50px 10px 20px;
    justify-content: center;
    align-items: flex-start;
    margin-bottom: 20px;
    padding-top: 15px;
    padding-left: 5%;
  }

  .heading-6 {
    color: #fff;
    padding-left: 0%;
    font-family: Space Grotesk, sans-serif;
    font-size: 18px;
  }

  .paragraph-4 {
    color: #fff;
    font-family: Outfit, sans-serif;
    font-weight: 300;
  }

  .bold-text {
    font-weight: 300;
  }

  .text-span-13 {
    color: var(--color);
    text-decoration: underline;
  }

  .footer-link-wrap {
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .footer-bottom {
    display: flex;
  }

  .footer-link {
    color: #fff;
    font-family: Outfit, sans-serif;
    font-size: 14px;
    font-weight: 300;
  }

  .footer-top-row.rt1 {
    z-index: 1;
    margin-top: -45px;
    margin-bottom: 65px;
    position: relative;
  }

  .footer-divider-large {
    background-color: var(--color);
    margin-top: 25px;
    margin-bottom: 25px;
  }

  .social-link {
    border: 0px none var(--color);
    background-color: var(--color);
    background-image: linear-gradient(180deg, var(--color), #155c88);
    padding: 5px;
    box-shadow: 0 2px 5px #155c88;
  }

  .section-regular-3 {
    background-color: #0f0f0f;
    padding-top: 30px;
    padding-bottom: 10px;
  }

  .icon-regular {
    color: #fff;
    width: 35px;
    height: 35px;
  }

  .footer-divider-small {
    background-color: #bdbdc9;
    position: relative;
  }

  .div-block-4 {
    background-color: #fff;
    width: 2px;
    height: 15px;
  }

  .footer-legal {
    margin-bottom: 5px;
  }

  .paragraph-x-small-3.text-color-gray-500 {
    text-align: center;
    width: 280px;
    margin-bottom: -4px;
    font-family: Outfit, sans-serif;
    font-size: 12px;
    font-weight: 300;
  }

  .paragraph-x-small-3.text-color-gray-500.newtext1 {
    width: 100%;
    font-size: 11px;
    line-height: 14px;
  }

  .footer-legal-links-3 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-direction: column;
    margin-bottom: -8px;
    display: block;
  }

  .footer-legal-link-3 {
    margin-left: 10px;
  }

  .heading-style-h3 {
    color: #000;
    text-transform: uppercase;
    font-family: Roboto Condensed, sans-serif;
    font-weight: 600;
  }

  .swiper-slide.is-timeline3 {
    width: 90%;
  }

  .swiper-slide.is-timeline3-thumb {
    width: 40%;
  }

  .container-medium-2 {
    padding-left: 5%;
    padding-right: 5%;
  }

  .timeline3_section {
    padding: 3rem 0% 0;
  }

  .code-embed-6 {
    width: 100%;
  }

  .code-embed-6.new41 {
    border-radius: 0;
    width: 100%;
    height: 300px;
  }

  .button-right-icon-4 {
    background-color: #008102;
    background-image: radial-gradient(circle closest-corner at 100% 100%, #000, #fff0);
    border-radius: 8px;
    width: 100%;
    margin-top: 20px;
    font-size: 18px;
  }

  .button-right-icon-4:hover {
    background-color: #008102;
    transform: translate(6px, -6px)skew(-4deg);
    box-shadow: 0 2px 5px #008102;
  }

  .body-button-normal-4 {
    text-transform: capitalize;
    font-family: Outfit, sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
  }

  .icon-right-2 {
    width: 28px;
    height: 28px;
  }

  .code-embed-7 {
    margin-bottom: -10px;
  }

  .flex-block-7 {
    background-image: none;
    justify-content: center;
    align-items: center;
    padding-bottom: 0;
  }

  .header-background-video {
    background-image: linear-gradient(143deg, #000000a6 100%, #2094dc00);
  }

  .flex-block-9 {
    flex-flow: column;
    margin-top: -20px;
  }

  .flex-block-10 {
    flex-flow: column;
  }

  .text-span-14 {
    background-image: linear-gradient(323deg, var(--color), #155c88);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
  }

  .div-block-6 {
    margin-bottom: -20px;
  }

  .image-2 {
    margin-bottom: -15px;
  }

  .code-embed-8 {
    margin-top: -5px;
  }

  .section-2 {
    padding: 10% 5%;
  }

  .grid-3-columns {
    grid-template-columns: 1fr;
  }

  .grid-3-columns.instagram-feed---3-col-grid.mg-bottom-48px {
    margin-top: 40px;
  }

  .container-default {
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .instagram-feed---icon-inside {
    max-width: 36px;
  }

  .heading-h1-size {
    font-size: 32px;
    line-height: 38px;
  }

  .btn-primary {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .instagram-feed---image-wrapper.n1.b2, .instagram-feed---image-wrapper.b1 {
    display: flex;
  }

  .text-span-15, .text-span-17 {
    color: var(--color);
    text-decoration: underline;
  }

  .team-card {
    margin-bottom: 30px;
  }

  .team-card-photo {
    max-width: none;
    max-height: 500px;
  }

  .team-card-overlay {
    background-color: var(--color);
    background-image: linear-gradient(177deg, var(--color), #155c88);
    -webkit-backdrop-filter: blur(50px);
    backdrop-filter: blur(50px);
  }

  .team-card-name {
    text-transform: uppercase;
    font-family: Space Grotesk, sans-serif;
    font-size: 25px;
    font-style: normal;
  }

  .home-cta_component {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    width: 100%;
  }

  .team-card-photo-2 {
    max-width: none;
    max-height: 335px;
  }

  .team-card-overlay-2 {
    -webkit-backdrop-filter: blur(50px);
    backdrop-filter: blur(50px);
    background-color: #8a8780;
  }

  .team-card-name-2 {
    text-transform: uppercase;
    font-size: 18px;
    font-style: normal;
  }
}

#w-node-bc7d1e05-7994-7242-8b4c-70bc4dd2c111-0ebe3473, #w-node-bc7d1e05-7994-7242-8b4c-70bc4dd2c111-2892af15 {
  align-self: center;
}


