:root {
  --grey: #65645b;
  --floral-white: #fffff9;
  --black: #808285;
  --black-2: #333;
  --dark-goldenrod: #b29252;
  --dim-grey: #3d3d3d;
  --antique-white: #e1d5be;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.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-form-formrecaptcha {
  margin-bottom: 8px;
}

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: #333;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  line-height: 24px;
}

h1 {
  color: var(--grey);
  letter-spacing: 4px;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 57px;
  font-weight: 300;
  line-height: 44px;
}

h2 {
  color: var(--floral-white);
  letter-spacing: 4px;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 61px;
  font-weight: 400;
  line-height: 54px;
}

h3 {
  color: var(--grey);
  letter-spacing: 5px;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 37px;
  font-weight: 300;
  line-height: 30px;
}

h4 {
  color: var(--black);
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 400;
  line-height: 24px;
}

h5 {
  letter-spacing: 5px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 13px;
  font-weight: 500;
  line-height: 20px;
}

p {
  color: var(--floral-white);
  margin-bottom: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
}

.navbar {
  z-index: 1000;
  background-color: var(--black-2);
  width: 100vw;
  position: relative;
  top: 0;
}

.nav-menu {
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 20px auto 0;
  padding-left: 32px;
  padding-right: 32px;
  display: flex;
}

.nav-link {
  color: var(--floral-white);
  text-transform: uppercase;
  padding-left: 50px;
  padding-right: 50px;
  font-weight: 500;
  transition: all .2s;
}

.nav-link:hover {
  color: #fff;
}

.nav-link:active {
  transform: translate(1px, 1px);
}

.nav-link.w--current {
  color: var(--floral-white);
}

.nav-line {
  background-color: #707070;
  flex: 1;
  height: 1px;
}

.brand {
  justify-content: center;
  width: 94px;
  min-width: 94px;
  height: auto;
  min-height: 109px;
  display: flex;
}

.brand.mobile {
  display: none;
}

.nav-container {
  width: 100vw;
  margin-left: auto;
  margin-right: auto;
}

.section {
  margin-top: 0;
  margin-bottom: -4px;
  position: relative;
}

.section.margin {
  margin-top: 0;
}

.section.white-bg {
  background-color: var(--floral-white);
}

.section.white-bg.height {
  min-height: 400px;
  display: none;
}

.section.footer {
  background-color: var(--black-2);
  margin-bottom: 0;
  padding-bottom: 25px;
}

.section.top-margin {
  margin-top: 240px;
}

.section.gold-bg {
  background-image: linear-gradient(175deg, #fff0 19%, #c2b59bb3 77%);
  margin-bottom: 0;
  padding-top: 117px;
  padding-bottom: 240px;
}

.section.less-margin {
  justify-content: center;
  height: 90vh;
  margin-bottom: 60px;
  display: flex;
}

.section.grey-bg {
  background-color: var(--black-2);
  background-image: linear-gradient(175deg, #fff0 19%, #c2b59bb3 77%);
  margin-bottom: 0;
  padding-top: 117px;
  padding-bottom: 240px;
}

.section.grey-bg.grey {
  background-image: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 146px;
  display: flex;
}

.container {
  width: 86%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

.container.padding {
  min-height: 100%;
  padding-top: 70px;
  padding-bottom: 70px;
}

.container.large {
  width: 92%;
  margin-top: 63px;
}

.container.top-padding {
  padding-top: 70px;
  display: none;
}

.hero-section {
  display: flex;
  position: relative;
}

.white-block {
  background-color: var(--floral-white);
  border-radius: 2px;
  padding: 70px 100px;
  display: flex;
  position: relative;
}

.white-block._2 {
  flex-direction: column;
  position: static;
}

.white-block.grey {
  width: 100%;
  color: var(--floral-white);
  background-color: #fff;
  background-image: url('../images/Transition_ni_Bottom-01.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
  flex-direction: column;
  padding-top: 138px;
  padding-bottom: 0;
}

.white-block.grey.no-padding.vagrejuv {
  display: none;
}

.left-col {
  width: 50%;
  margin-left: auto;
}

.left-col.our-story {
  flex-direction: column;
  justify-content: center;
  width: 50%;
  display: flex;
}

.left-col.what-we-believe {
  margin-left: 0;
  margin-right: auto;
}

.h2-big {
  color: var(--black-2);
  margin-top: -10px;
  font-size: 101px;
  line-height: 76px;
}

.video {
  min-height: 100%;
}

.right-col {
  width: 50%;
}

.right-col.our-story {
  justify-content: center;
  align-items: center;
  width: 70%;
  margin-left: -13vw;
  margin-right: 30px;
  display: flex;
  position: relative;
}

.right-col.what-we-believe {
  width: 50%;
  color: var(--floral-white);
  margin-right: 0;
  font-size: 57px;
  position: absolute;
  inset: 6% 0% 0% auto;
}

.page-wrapper {
  background-image: linear-gradient(#333, #808285 31%, #1c1c1c);
  overflow: hidden;
}

.logo-silver-image {
  justify-content: center;
  height: 300px;
  margin-bottom: 50px;
  display: flex;
}

.flexbox {
  display: flex;
}

.flex-vertical {
  z-index: 9;
  margin-top: 120px;
  position: relative;
}

.numbered-card {
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.numbered-card.margin {
  margin-top: 20px;
  margin-bottom: 20px;
}

.card-text {
  flex-direction: column;
  justify-content: flex-end;
  padding-bottom: 50px;
  display: flex;
}

.number-image {
  min-width: 187px;
}

.number-image.padding {
  padding-left: 30px;
}

.number-1 {
  width: 150px;
  margin-left: auto;
  margin-right: auto;
  display: none;
}

.networking-content {
  width: 50%;
  padding-left: 35px;
  padding-right: 35px;
}

.paragraph-big {
  color: var(--black-2);
  font-size: 22px;
  line-height: 30px;
}

.flex-networking {
  display: flex;
}

.social-links {
  justify-content: center;
  align-items: center;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.grid {
  grid-column-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  align-content: center;
  align-items: center;
  margin-bottom: 17px;
}

.social-block {
  transition: opacity .2s;
}

.social-block:active {
  transform: translate(1px, 1px);
}

.social-block.justify {
  padding-right: 10px;
}

.heading-centered {
  text-align: center;
  margin-bottom: 40px;
}

.heading-white {
  color: var(--floral-white);
}

.heading-white.centered {
  text-align: center;
  margin-top: 84px;
  margin-bottom: 0;
  line-height: 62px;
  display: block;
}

.heading-white.courses {
  color: var(--black-2);
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 62px;
}

.heading-white.margin {
  text-transform: uppercase;
  margin-top: 40px;
  margin-bottom: 40px;
  padding-right: 203px;
  font-size: 50px;
  font-weight: 700;
  line-height: 55px;
}

.heading-white.centered-copy {
  text-align: center;
  text-align: center;
  margin-top: -1px;
  margin-bottom: 0;
  line-height: 62px;
  display: block;
}

.slider-wrapper {
  position: relative;
}

.bg-bloxk {
  background-color: #3b3b3b;
  width: 80%;
  height: 90%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: auto 0% -5%;
}

.slider-flex {
  display: flex;
}

.slider-image-block {
  width: 54%;
  margin-right: 33px;
  padding-bottom: 0;
}

.slider-content-card {
  background-color: var(--floral-white);
  border-radius: 2px;
  flex-direction: column;
  justify-content: space-between;
  width: 46%;
  padding: 40px 40px 70px;
  display: flex;
}

.slider {
  background-color: #0000;
  height: 500px;
  max-height: 500px;
}

.register-button {
  border: 3px solid var(--grey);
  color: var(--grey);
  background-color: #0000;
  border-radius: 60px;
  padding: 9px 40px;
  font-size: 19px;
  font-weight: 600;
  transition: all .2s;
}

.register-button:hover {
  background-color: var(--grey);
  color: var(--floral-white);
}

.register-button:active {
  transform: translate(1px, 1px);
}

.register-button.white {
  border-color: var(--floral-white);
  color: var(--floral-white);
  display: none;
}

.register-button.event {
  padding-top: 5px;
  padding-bottom: 5px;
}

.register-button.submit {
  border-color: var(--floral-white);
  color: var(--floral-white);
}

.register-button.trial {
  width: auto;
  padding-left: 47px;
  padding-right: 47px;
}

.register-button.banner {
  margin-left: 20px;
  padding: 2px 15px;
  font-size: 15px;
}

.register-button.banner.margin {
  margin-top: 20px;
  margin-left: 0;
}

.register-button.hoyos {
  background-color: #ffde49;
}

.register-button.dark {
  border-color: var(--floral-white);
  background-color: var(--dark-goldenrod);
  color: var(--floral-white);
  margin-top: 32px;
}

.think-big-logo {
  justify-content: center;
  margin-bottom: 20px;
  display: flex;
}

.centered-button-block {
  justify-content: center;
  margin-top: 10px;
  display: flex;
}

.centered-button-block.margin {
  margin-top: 20px;
}

.centered-button-block.extra-margin {
  text-align: center;
  margin-top: 40px;
}

.slide-nav {
  display: none;
}

.right-arrow-slider {
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 40px;
  margin-bottom: 0;
  transition: all .2s;
  display: flex;
  inset: auto 0% 0% 200px;
}

.right-arrow-slider:active {
  transform: translate(1px, 1px);
}

.right-arrow-slider.tb {
  display: block;
}

.left-arrow-slider {
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 40px;
  margin-bottom: 0;
  transition: all .2s;
  display: flex;
  inset: auto 200px 0% 0%;
}

.left-arrow-slider:active {
  transform: translate(1px, 1px);
}

.left-arrow-slider.tb {
  display: block;
}

.slider-arrow-text {
  color: #fff;
  letter-spacing: 4px;
  font-size: 16px;
  line-height: 20px;
}

.slider-arrow-text.dark {
  color: var(--grey);
}

.arrows-slider {
  width: 22px;
  margin-left: 10px;
  margin-right: 10px;
}

.mask {
  max-height: 440px;
  margin-bottom: 20px;
}

.paragraph-white {
  color: var(--floral-white);
}

.paragraph-white.width {
  text-align: center;
  width: 72%;
  max-width: 720px;
  margin: 20px auto 40px;
}

.donate-section-logo {
  text-align: center;
  margin-bottom: 60px;
}

.donate-section {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.footer-grid {
  grid-column-gap: 10px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
  margin-bottom: 25px;
}

.logo-footer-block {
  align-items: center;
  display: flex;
}

.logo-text {
  color: var(--floral-white);
  letter-spacing: 3px;
  font-size: 44px;
  font-weight: 300;
  line-height: 36px;
}

.logo-text.color {
  color: var(--black);
  font-size: 23px;
  line-height: 20px;
}

.logo-footer {
  height: 130px;
}

.rights-text {
  color: var(--black);
  text-align: center;
  font-size: 14px;
}

.footer-links-block {
  border-left: 1px solid var(--dim-grey);
  padding: 100px 20px 40px;
}

.footer-text {
  color: var(--floral-white);
  font-size: 20px;
}

.footer-text.small {
  font-size: 16px;
}

.footer-text.underline {
  border-bottom: 1px solid var(--floral-white);
  margin-bottom: 10px;
  padding-bottom: 5px;
  display: inline-block;
}

.side-text {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 5%;
  height: 700px;
  display: flex;
  position: relative;
}

.slider-hero {
  background-color: var(--antique-white);
  width: 95%;
  max-width: 95%;
  min-height: 820px;
}

.image-2 {
  z-index: 0;
  background-color: #0000;
  min-width: 100vw;
  position: absolute;
  inset: -240px 0% auto 5%;
}

.image-2.event-page {
  z-index: -1;
  inset: 0% auto auto 0%;
}

.side-text-image {
  background-color: #0000;
  max-height: 80%;
}

.slide-nav-2 {
  display: none;
}

.slide-hero {
  background-image: url('../images/Home-Page-Banner-1.jpg');
  background-size: cover;
  max-width: 100%;
}

.slide-hero.tb {
  background-image: url('../images/Hero_AD_Ni-01.png');
  background-size: cover;
}

.slide-hero.hoyos {
  background-image: url('../images/Vagrejuv-01.jpg');
  background-position: 50%;
  background-size: contain;
}

.slide-hero.slide-1 {
  background-position: 100%;
}

.slide-hero.slide2 {
  background-image: url('../images/Home-Page-Banner-2.jpg');
  background-position: 100%;
}

.slide-hero.slide-3 {
  background-image: url('../images/Home-Page-Banner-3.jpg');
  background-position: 100%;
}

.slide-hero.slide-4 {
  background-image: url('../images/Home-Page-Banner-4.jpg');
  background-position: 100%;
}

.hero-slide-image {
  z-index: -1;
  min-width: 100%;
  max-width: none;
  min-height: 100%;
  display: none;
}

.hero-slide-content {
  text-align: center;
  background-color: #fffff991;
  border-radius: 2px;
  width: 41%;
  margin-left: auto;
  padding: 20px;
  display: none;
  position: absolute;
  inset: auto 2% 1% auto;
}

.hero-slide-content.tb {
  margin-left: auto;
  left: 0;
}

.hero-slide-content.tb.button {
  background-color: #0000;
  padding-left: 0;
  padding-right: 0;
}

.content-bottom {
  text-align: left;
  flex-direction: column;
  align-items: center;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.paragraph-dark {
  color: var(--dim-grey);
}

.button-hero-slider {
  background-color: #65645b;
  border-radius: 2px;
  width: auto;
  max-width: 280px;
  margin: 20px auto 0;
  padding: 25px 30px;
  text-decoration: none;
  transition: all .2s;
  display: none;
}

.button-hero-slider:active {
  transform: translate(1px, 1px);
}

.button-text-1 {
  color: #fff;
  font-size: 13px;
}

.play-button-small {
  margin-right: 25px;
}

.button-text-2 {
  color: #fff;
  font-size: 18px;
  text-decoration: none;
}

.right-arrow-hero-slider {
  z-index: 2;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 40px;
  transition: all .2s;
  display: flex;
  inset: auto 6% -8% auto;
}

.right-arrow-hero-slider:active {
  transform: translate(1px, 1px);
}

.left-arrow-hero-slider {
  z-index: 100;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 40px;
  transition: all .2s;
  display: flex;
  inset: auto 18% -8% auto;
}

.left-arrow-hero-slider:active {
  transform: translate(1px, 1px);
}

.play-button {
  z-index: 1;
  background-image: url('../images/Polygon-12x.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100px;
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
}

.image-3 {
  height: 100px;
}

.image-4 {
  display: none;
}

.image-5 {
  width: auto;
  height: 66.4375px;
}

.div-block-2 {
  align-items: center;
}

.image-slider {
  border-radius: 2px;
}

.instagram-grid {
  width: 54%;
}

.heading-2 {
  text-align: center;
}

.modal-wrapper {
  z-index: 100;
  background-color: #3d3d3dcc;
  min-width: 100vw;
  min-height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.modal-content {
  background-color: var(--floral-white);
  background-image: linear-gradient(#fffff966, #fffff966), url('../images/bg-gold.svg');
  background-position: 0 0, 100% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, auto;
  border-radius: 2px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 95vw;
  max-width: 95vw;
  height: 580px;
  margin: auto;
  padding: 20px 60px 40px;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: visible;
}

.grid-donation {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 20px;
}

.payment-option {
  background-color: #333c;
  border-radius: 2px;
  flex-direction: column;
  align-items: center;
  padding: 40px 20px;
  display: flex;
  box-shadow: 1px 1px 30px #3336;
}

.payment-button {
  border: 3px solid var(--floral-white);
  color: var(--floral-white);
  background-color: #0000;
  border-radius: 60px;
  padding: 12px 20px;
  font-size: 18px;
  font-weight: 600;
  transition: all .2s;
}

.payment-button:hover {
  background-color: var(--grey);
  color: var(--floral-white);
}

.payment-button:active {
  transform: translate(1px, 1px);
}

.price-text {
  color: var(--floral-white);
  margin-bottom: 20px;
  font-size: 50px;
  font-weight: 500;
  line-height: 46px;
}

.price-description {
  color: var(--floral-white);
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 24px;
}

.price-description.display-none {
  display: none;
}

.exit-button {
  cursor: pointer;
  margin-top: 15px;
  margin-right: 15px;
  padding: 5px;
  transition: all .2s;
  position: absolute;
  inset: 0% 0% auto auto;
}

.exit-button:active {
  transform: translate(1px, 1px);
}

.close-image {
  width: 35px;
  height: 35px;
}

.close-image.banner {
  cursor: pointer;
  padding: 10px;
  transition: all .2s;
  position: absolute;
  inset: 0% 0% auto auto;
}

.close-image.banner:active {
  transform: translate(1px, 1px);
}

._70-block {
  width: 80%;
  min-width: 822px;
  margin-left: auto;
  margin-right: auto;
}

.event-grid {
  grid-template-rows: auto;
  margin-top: 20px;
  margin-bottom: 20px;
}

.event-header {
  color: var(--black-2);
  text-align: center;
  margin-top: 42px;
  font-size: 35px;
  font-weight: 800;
}

.event-main-image {
  border-radius: 2px;
}

.event-image-block {
  flex-direction: column;
  justify-content: center;
  margin-top: 40px;
  margin-bottom: 40px;
  display: flex;
}

.event-bg {
  background-color: var(--floral-white);
  width: 90%;
  margin-top: 70px;
  margin-left: auto;
  margin-right: auto;
  padding: 60px 40px;
}

.button-centered {
  text-align: center;
}

.event-rich-text {
  margin-top: 10px;
}

.event-rich-text li {
  color: var(--black);
  font-size: 18px;
}

.price-block.centered {
  text-align: center;
}

.event-price {
  font-size: 40px;
  line-height: 44px;
  display: inline-block;
}

.event-price.margin {
  margin-right: 10px;
}

.form {
  width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.form-field {
  border-radius: 2px;
  height: 48px;
  margin-bottom: 20px;
  font-size: 16px;
}

.go-back-block {
  width: 200px;
  margin-top: 70px;
  margin-left: auto;
  margin-right: auto;
}

.go-back-link {
  justify-content: center;
  align-items: center;
  width: 200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 6px;
  padding-bottom: 6px;
  transition: all .2s;
  display: flex;
}

.go-back-link:hover {
  text-decoration: none;
}

.go-back-link:active {
  transform: translate(1px, 1px);
}

.link {
  color: var(--floral-white);
  text-decoration: none;
}

.arrow-back {
  width: 22px;
  margin-right: 10px;
}

.id-line {
  width: 100%;
  height: 0;
}

.rich-text-block {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.contact-section {
  height: 1%;
}

.pop-up-cta {
  z-index: 1000;
  background-color: #333333e6;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.pop-up-cta-content {
  background-color: var(--floral-white);
  background-image: radial-gradient(circle farthest-corner at 50% 50%, var(--floral-white), var(--antique-white));
  border-radius: 2px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 500px;
  height: 180px;
  margin: auto;
  padding: 30px 50px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.h4-gold {
  color: var(--dim-grey);
  font-size: 18px;
  font-weight: 500;
}

.h4-gold.popup {
  text-align: center;
}

.event-form-container {
  justify-content: center;
  align-items: center;
  min-height: auto;
  margin-bottom: 65px;
  display: flex;
}

.form-holder {
  width: 70%;
  box-shadow: 2px 2px 6px 0 var(--black);
  background-color: #fff;
  border-radius: 12px;
  padding-bottom: 37px;
  padding-left: 57px;
  padding-right: 57px;
}

.text-field {
  border-radius: 8px;
}

.text-field.first-name {
  margin-right: 21px;
}

.f-l-name {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.email {
  font-weight: 500;
}

.section-container {
  margin-bottom: 58px;
}

.social.experience {
  display: none;
}

.event-heading {
  color: var(--dim-grey);
  margin-top: 69px;
  margin-bottom: 28px;
  font-weight: 600;
}

.paragraph {
  margin-top: 17px;
}

.paragraph.dark {
  color: var(--black-2);
}

.body-2 {
  background-color: var(--black-2);
}

.file-upload-form {
  margin-bottom: 35px;
}

.file-upload {
  border: 1px solid #c5c6c9;
  border-radius: 8px;
  margin-top: 16px;
  padding: 17px;
}

.div-block-5 {
  display: flex;
}

.date {
  text-align: center;
  margin-top: 20px;
}

.body-3 {
  background-color: var(--black-2);
}

.courses-collections {
  margin-top: 60px;
  display: block;
}

.courses-right {
  background-color: #0000;
  border-radius: 6px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 26px;
}

.course-card {
  background-color: var(--floral-white);
  border-radius: 2px;
  flex-direction: column;
  justify-content: flex-end;
  width: 90%;
  height: 625.844px;
  margin: 20px 25px;
  padding: 20px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
  box-shadow: 2px 2px 5px #8b8a8a;
}

.course-card:hover {
  transform: translate(1px, -3px);
}

.course-card:active {
  transform: translate(0, -1px);
}

.course-main-image {
  margin-top: 60px;
  display: none;
}

.grid-2 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  justify-content: center;
  margin-top: 40px;
  display: flex;
}

.info-block {
  background-color: #0000;
  border-radius: 2px;
  flex-direction: column;
  align-items: center;
  width: 25%;
  padding: 10px 20px 20px;
  display: flex;
}

.text-block {
  color: var(--antique-white);
  margin-bottom: 10px;
}

.card-head {
  text-transform: uppercase;
  font-size: 22px;
  font-weight: 700;
  line-height: 34px;
}

.heading-5, .heading-6 {
  color: var(--black-2);
}

.heading-7 {
  color: var(--floral-white);
}

.text-block-2 {
  color: #9e834e;
}

.text-block-3 {
  color: #886c35;
}

.event-card {
  color: #2e2e2e;
  text-align: left;
  background-color: #fff;
  flex-direction: column;
  width: 100%;
  text-decoration: none;
  transition: all .2s;
  display: flex;
  position: relative;
  box-shadow: 0 0 17px 11px #0000001a;
}

.event-card:hover {
  transform: translate(0, -7px);
}

.event-card.paddind {
  background-image: linear-gradient(#00000080, #00000080), url('../images/Hero_Photo_Nazarian.png');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  width: 45%;
  padding: 140px 25px;
}

.event-card.paddind.adventures {
  background-image: linear-gradient(#0009, #0009), url('../images/5fab920c7cb9a462463c5c63_whythinkbig2x-min.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  width: 45%;
  margin-left: 21px;
  margin-right: 21px;
}

.event-card.paddind.adventures:hover {
  opacity: .7;
}

.event-card-heading {
  color: #fff;
  text-align: center;
  font-size: 32px;
  line-height: 36px;
}

.page-div {
  margin-top: 94px;
  display: flex;
}

.image-6 {
  margin-top: 52px;
  display: none;
}

.field-label {
  font-size: 15px;
  font-weight: 400;
}

.rich-text-block-2 {
  color: var(--floral-white);
  margin-top: 27px;
}

.value-proposition {
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  padding: 152px 200px 61px;
}

.instructors-section {
  background-color: var(--floral-white);
  height: 75vh;
  display: none;
}

.paragraph-2 {
  color: var(--black-2);
}

.text-block-4 {
  margin-top: 13px;
  margin-bottom: 11px;
}

.hoyos, .paragraph-3, .paragraph-4, .paragraph-5, .heading-8, .heading-9, .paragraph-6 {
  color: var(--black-2);
}

.heading-10 {
  color: var(--black-2);
  line-height: 63px;
}

.heading-11, .paragraph-7, .paragraph-8, .heading-12 {
  color: var(--black-2);
}

.heading-12.mobile-only {
  display: none;
}

.terms-paragraph {
  width: 70%;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  font-weight: 200;
  line-height: 16px;
}

.div-block-7 {
  margin-bottom: 73px;
  padding: 38px 100px;
}

.div-block-7.instructors {
  display: none;
}

.schedule-block {
  width: 100%;
  margin-bottom: 60px;
  padding-top: 60px;
  padding-bottom: 20px;
  display: none;
  position: relative;
}

.div-block-8 {
  z-index: 1;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.shedule-left {
  justify-content: flex-end;
  padding-left: 20px;
  display: flex;
}

.shedule-left.margin {
  margin-top: 20px;
}

.vertical-line {
  background-color: var(--black-2);
  width: 1.5px;
  height: 100%;
  margin-top: 10px;
  margin-left: 40px;
  margin-right: 40px;
  position: relative;
}

.vertical-line.last {
  height: 0%;
}

.circle {
  background-color: var(--black-2);
  border-radius: 20px;
  width: 10px;
  min-width: 10px;
  max-width: 10px;
  height: 10px;
  min-height: 10px;
  max-height: 10px;
  position: absolute;
  inset: 0% auto auto -4px;
}

.shedule-right {
  justify-content: flex-start;
  padding-bottom: 10px;
  padding-left: 20px;
}

.shedule-right.flex {
  align-items: center;
  margin-right: 190px;
  padding-right: 20px;
  display: flex;
}

.shedule-right.margin {
  margin-top: 20px;
}

.schedule-text {
  color: #fff;
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 17px;
  font-weight: 500;
}

.schedule-text.gold {
  color: #b18d61;
  font-size: 21px;
  font-style: italic;
  font-weight: 700;
  line-height: 22px;
}

.schedule-text.gold.white {
  color: #fff;
}

.schedule-text.bold {
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 700;
}

.schedule-text.small {
  margin-bottom: 3px;
  font-size: 14px;
  line-height: 20px;
}

.schedule-text.small.more {
  font-size: 14px;
  line-height: 20px;
}

.schedule-text.dn {
  display: none;
}

.image-8 {
  height: 50px;
}

.image-9 {
  margin-left: 20px;
}

.layer {
  background-image: linear-gradient(63deg, #93a4a4e6, #c2b39be6), url('../images/Image-from-iOS.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.layer._2 {
  background-image: linear-gradient(72deg, #93a4a4e6, #c0b299e6), url('../images/Image-from-iOS-2.jpg');
  background-position: 0 0, 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.display-none {
  display: none;
}

.logo {
  width: 220px;
  margin-top: 20px;
  margin-left: 20px;
  margin-right: 20px;
}

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

.div-block-9 {
  text-align: right;
}

.div-block-10 {
  z-index: 999;
  position: fixed;
  inset: auto 4% 5% auto;
}

.h1 {
  color: var(--floral-white);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 70px;
  font-weight: 700;
  line-height: 65px;
  position: static;
  transform: skew(0deg);
}

.h1.mobile {
  display: none;
}

.h3 {
  text-align: left;
  margin-top: 12px;
  margin-bottom: 10px;
  font-size: 30px;
  line-height: 30px;
}

.background-video-8 {
  background-image: linear-gradient(to bottom, #0000, var(--black-2));
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.hero-text-wrapper {
  flex-direction: row;
  display: flex;
}

.hero-copy-wrapper {
  flex-direction: column;
  align-items: center;
  padding-top: 47px;
  padding-bottom: 47px;
  display: flex;
}

.div-block-11 {
  width: auto;
  margin-left: 14px;
  margin-right: 14px;
}

.div-block-12 {
  flex-direction: column;
  display: flex;
}

.div-block-13 {
  margin-bottom: 164px;
}

.paragraph-9 {
  margin-bottom: 79px;
}

.collection-list-2 {
  justify-content: space-between;
  display: flex;
}

.collection-item-2 {
  width: 50%;
}

.card-date {
  margin-top: -3px;
  font-size: 26px;
}

.heading-13 {
  font-weight: 100;
}

.heading-14 {
  color: var(--floral-white);
  text-align: center;
  margin-top: 10px;
  margin-left: -109px;
  font-size: 21px;
  line-height: 14px;
  display: block;
}

.collection-list-wrapper, .slide-2 {
  background-color: #0000;
}

.text-block-5 {
  text-align: center;
  margin-top: 30px;
}

.empty-state {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.button-2 {
  background-color: var(--black-2);
  border-radius: 9px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.field-label-2, .field-label-3 {
  color: var(--floral-white);
}

.submit-button {
  background-color: var(--black-2);
}

.text-field-2, .text-field-3 {
  border-radius: 10px;
}

.form-block {
  display: block;
}

.button-3 {
  text-align: center;
  background-color: #333;
  width: 200px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.button-3:hover {
  background-color: #0c0c0c;
}

.link-block {
  width: 100%;
  height: 100%;
  position: absolute;
}

.container-2 {
  padding: 60px 20px;
}

.heading-15 {
  color: var(--floral-white);
  text-align: center;
}

.heading-16, .heading-16-copy {
  color: var(--floral-white);
  text-align: center;
  font-size: 16px;
}

.heading-11-copy {
  color: var(--black-2);
  margin-top: 4px;
  margin-bottom: 21px;
}

.heading-11-copy.why-it-matters {
  margin-top: 63px;
}

.white-block-copy {
  background-color: var(--floral-white);
  border-radius: 2px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 70px 100px;
  display: flex;
  position: relative;
}

.white-block-copy._2 {
  flex-direction: column;
  position: static;
}

.white-block-copy.grey {
  width: 100%;
  color: var(--floral-white);
  background-color: #fff;
  background-image: url('../images/Transition_ni_Bottom-01.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
  flex-direction: column;
  padding-top: 138px;
  padding-bottom: 0;
}

.white-block-copy.grey.no-padding.vagrejuv {
  display: none;
}

.paragraph-10 {
  color: var(--grey);
  text-align: center;
}

.list {
  padding-left: 25px;
}

.white-block-focus-area {
  background-color: var(--floral-white);
  outline-offset: 0px;
  border-radius: 2px;
  outline: 3px #333;
  padding: 70px 100px;
  display: flex;
  position: relative;
}

.white-block-focus-area._2 {
  flex-direction: column;
  position: static;
}

.white-block-focus-area.grey {
  width: 100%;
  color: var(--floral-white);
  background-color: #fff;
  background-image: url('../images/Transition_ni_Bottom-01.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
  flex-direction: column;
  padding-top: 138px;
  padding-bottom: 0;
}

.white-block-focus-area.grey.no-padding.vagrejuv {
  display: none;
}

.section-copy {
  margin-top: 0;
  margin-bottom: -4px;
  display: none;
  position: relative;
}

.section-copy.margin {
  margin-top: 0;
}

.section-copy.white-bg {
  background-color: var(--floral-white);
}

.section-copy.white-bg.height {
  min-height: 400px;
}

.section-copy.footer {
  background-color: var(--black-2);
  margin-bottom: 0;
  padding-bottom: 25px;
}

.section-copy.top-margin {
  margin-top: 240px;
}

.section-copy.gold-bg {
  background-image: linear-gradient(175deg, #fff0 19%, #c2b59bb3 77%);
  margin-bottom: 0;
  padding-top: 117px;
  padding-bottom: 240px;
}

.section-copy.less-margin {
  justify-content: center;
  height: 90vh;
  margin-bottom: 60px;
  display: flex;
}

.section-copy.grey-bg {
  background-color: var(--black-2);
  background-image: linear-gradient(175deg, #fff0 19%, #c2b59bb3 77%);
  margin-bottom: 0;
  padding-top: 117px;
  padding-bottom: 240px;
}

.section-copy.grey-bg.grey {
  background-image: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 146px;
  display: flex;
}

.features-table {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

.centered-heading {
  text-align: center;
  margin-bottom: 16px;
}

.centered-subheading {
  text-align: center;
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
}

.comparison-table {
  flex-direction: column;
  margin-top: 50px;
  display: flex;
}

.comparison-row-main {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 24px;
  padding-bottom: 24px;
  display: grid;
}

.comparison-title {
  margin-bottom: 0;
  margin-left: 24px;
}

.comparison-row {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-bottom: 1px solid #e4ebf3;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 24px;
  padding-bottom: 24px;
  display: grid;
}

.comparison-negative {
  background-image: url('../images/');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  margin-left: 24px;
  padding-left: 40px;
}

.comparison-positive {
  background-image: url('../images/');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  margin-left: 24px;
  padding-left: 40px;
}

.heading-17 {
  color: var(--black-2);
  margin-bottom: 30px;
  font-size: 28px;
  font-weight: 600;
}

.focus-area-grid-col {
  box-shadow: none;
  background-color: #fff;
  border: 1px solid #efe2cc;
  border-radius: 16px;
  padding: 25px;
  position: relative;
  overflow: hidden;
}

.listin-item-paragraph {
  color: var(--black-2);
  margin-bottom: 17px;
  font-size: 16px;
}

.grid-3 {
  grid-column-gap: 29px;
  grid-row-gap: 29px;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

.list-item {
  color: var(--black-2);
  margin-bottom: 12px;
  font-size: 16px;
}

.heading-11-copy-copy {
  color: var(--black-2);
  display: none;
}

.heading-17-copy {
  color: var(--black-2);
  text-align: center;
  margin-bottom: 30px;
  font-size: 28px;
  font-weight: 600;
}

.card-border {
  background-color: #d39513;
  border: 1px solid #bfb298;
  border-top-width: 10px;
  border-radius: 16px 16px 0 0;
  width: 100%;
  height: 2px;
  display: none;
  position: absolute;
  inset: 0% 0% auto;
}

.number {
  text-align: right;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 313px;
  font-weight: 400;
  line-height: 244px;
  text-decoration: none;
}

.image-10 {
  display: none;
}

.white-block-copy-copy {
  background-color: var(--floral-white);
  border-radius: 2px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 70px 100px;
  display: flex;
  position: relative;
}

.white-block-copy-copy._2 {
  flex-direction: column;
  position: static;
}

.white-block-copy-copy.grey {
  width: 100%;
  color: var(--floral-white);
  background-color: #fff;
  background-image: url('../images/Transition_ni_Bottom-01.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
  flex-direction: column;
  padding-top: 138px;
  padding-bottom: 0;
}

.white-block-copy-copy.grey.no-padding.vagrejuv {
  display: none;
}

@media screen and (min-width: 1920px) {
  h3 {
    font-size: 42px;
    line-height: 38px;
  }

  .brand.w--current {
    margin-left: 0;
    margin-right: 0;
  }

  .section {
    display: block;
  }

  .section.white-bg.height {
    display: none;
  }

  .container {
    max-width: none;
  }

  .white-block {
    text-align: left;
    display: flex;
  }

  .right-col.what-we-believe {
    display: none;
  }

  .flex-vertical {
    margin-top: 205px;
  }

  .what-we-believe-image {
    display: inline-block;
  }

  .slider-hero {
    min-height: 820px;
  }

  .slide-hero {
    background-image: url('../images/Home-Page-Banner-4.jpg');
  }

  .slide-hero.tb {
    background-image: url('../images/NI_HERO_-01.png');
    background-position: 50% 20%;
  }

  .mobile-flex {
    position: relative;
  }

  .close-image.banner {
    width: 40px;
    height: 40px;
    padding: 6px;
  }

  .form-holder {
    width: 60%;
  }

  .courses-right {
    margin-left: 1%;
  }

  .heading-11 {
    text-align: left;
  }

  .schedule-block {
    position: relative;
  }

  .div-block-8 {
    z-index: 1;
    position: relative;
  }

  .schedule-text {
    color: #fff;
    font-size: 20px;
  }

  .schedule-text.gold {
    font-size: 24px;
  }

  .schedule-text.bold {
    font-size: 22px;
  }

  .schedule-text.small {
    font-size: 18px;
  }

  .schedule-text.small.more {
    font-size: 16px;
  }

  .layer {
    text-align: center;
    background-image: linear-gradient(#000000b3, #000000b3), url('../images/Image-from-iOS.jpg');
    background-position: 0 0, 0 0;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0%;
  }

  .link-block {
    width: 100%;
    height: 100%;
    position: absolute;
  }

  .container-2 {
    color: #fff;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .heading-15 {
    color: var(--floral-white);
    text-align: center;
  }

  .heading-16 {
    color: var(--floral-white);
    text-align: center;
    font-size: 16px;
  }

  .heading-16-copy {
    color: var(--floral-white);
    text-align: center;
    letter-spacing: 3px;
    text-transform: none;
    font-size: 16px;
    line-height: 26px;
  }

  .heading-11-copy {
    text-align: center;
    margin-bottom: 44px;
    display: block;
  }

  .white-block-copy {
    text-align: center;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .paragraph-10 {
    color: var(--grey);
    margin-top: 6px;
  }

  .list {
    text-align: left;
    margin-top: 10px;
    padding-left: 23px;
    line-height: 30px;
  }

  .paragraph-11 {
    color: var(--grey);
    text-align: left;
    display: block;
  }

  .white-block-focus-area {
    text-align: left;
  }

  .section-copy, .section-copy.white-bg.height {
    display: none;
  }

  .features-table {
    color: var(--grey);
    text-align: left;
  }

  .centered-heading {
    color: var(--grey);
  }

  .heading-17 {
    margin-bottom: 21px;
  }

  .heading-11-copy-copy {
    text-align: center;
    margin-bottom: 44px;
    display: none;
  }

  .white-block-copy-copy {
    text-align: center;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 50px;
  }

  h2 {
    margin-top: 0;
    font-size: 52px;
    line-height: 48px;
  }

  h3 {
    font-size: 35px;
  }

  h4 {
    font-size: 22px;
    line-height: 20px;
  }

  h5 {
    margin-top: 0;
    font-size: 12px;
    line-height: 14px;
  }

  p {
    font-size: 16px;
  }

  .nav-menu {
    margin-top: 20px;
    margin-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .nav-link {
    padding-left: 30px;
    padding-right: 30px;
    font-size: 16px;
    line-height: 20px;
  }

  .brand {
    justify-content: center;
    width: auto;
    min-width: auto;
    min-height: auto;
    display: flex;
  }

  .nav-container {
    margin-left: auto;
    margin-right: auto;
  }

  .section, .section.white-bg.height {
    margin-bottom: 140px;
  }

  .section.top-margin {
    margin-top: 140px;
    margin-bottom: 140px;
  }

  .section.gold-bg, .section.grey-bg {
    padding-bottom: 140px;
  }

  .container {
    width: 95%;
    max-width: 95vw;
  }

  .container.padding {
    width: 86%;
  }

  .container.large {
    width: 95%;
  }

  .container.top-padding {
    padding-top: 60px;
  }

  .white-block {
    padding: 60px 20px;
  }

  .left-col.our-story {
    min-width: 50%;
  }

  .h2-big {
    font-size: 80px;
    line-height: 60px;
  }

  .video {
    min-height: 75%;
  }

  .right-col.our-story {
    width: 54%;
    height: auto;
    margin-left: -5vw;
    margin-right: 20px;
  }

  .logo-silver-image {
    height: auto;
    margin-bottom: 70px;
  }

  .flex-vertical {
    margin-top: 70px;
  }

  .numbered-card {
    width: 80%;
  }

  .number-image {
    min-width: 120px;
  }

  .number-image.padding {
    min-width: 120px;
    padding-left: 10px;
  }

  .number-1 {
    width: 100px;
  }

  .networking-content {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 65%;
    display: flex;
  }

  .paragraph-big {
    font-size: 18px;
    line-height: 26px;
  }

  .social-links {
    width: 30%;
  }

  .grid {
    grid-column-gap: 20px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .heading-centered {
    margin-bottom: 30px;
  }

  .heading-white {
    font-size: 35px;
  }

  .heading-white.courses {
    line-height: 40px;
  }

  .heading-white.margin {
    padding-right: 57px;
  }

  .bg-bloxk {
    bottom: -3%;
  }

  .slider-image-block {
    align-items: flex-end;
    margin-right: 10px;
    display: flex;
  }

  .slider-content-card {
    padding: 30px 20px 20px;
  }

  .slider {
    height: auto;
    min-height: 440px;
  }

  .register-button {
    border-width: 2px;
    padding: 16px 30px;
    font-size: 17px;
    line-height: 20px;
  }

  .register-button.banner {
    padding-left: 20px;
    padding-right: 20px;
  }

  .centered-button-block {
    margin-top: 10px;
  }

  .right-arrow-slider {
    justify-content: flex-start;
    padding-left: 20px;
  }

  .left-arrow-slider {
    justify-content: flex-end;
    padding-right: 20px;
  }

  .slider-arrow-text {
    font-size: 14px;
  }

  .donate-section-logo {
    margin-bottom: 70px;
  }

  .donate-section {
    width: 100%;
  }

  .footer-grid {
    grid-row-gap: 25px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    padding-top: 40px;
  }

  .logo-text {
    font-size: 42px;
  }

  .logo-text.color {
    font-size: 15px;
    line-height: 16px;
  }

  .rights-text {
    font-size: 13px;
  }

  .footer-links-block {
    padding: 20px 10px;
  }

  .footer-text.small {
    font-size: 14px;
    line-height: 22px;
  }

  .footer-text.underline {
    font-size: 18px;
    line-height: 20px;
  }

  .side-text {
    height: 450px;
  }

  .slider-hero {
    max-width: 95%;
    min-height: 450px;
  }

  .image-2 {
    top: -140px;
  }

  .slide-hero.slide-1 {
    background-image: url('../images/1_1.png');
  }

  .slide-hero.slide2 {
    background-image: url('../images/2_1.png');
  }

  .slide-hero.slide-3 {
    background-image: url('../images/3.png');
  }

  .slide-hero.slide-4 {
    background-image: url('../images/4.png');
  }

  .hero-slide-content {
    background-color: #fffffff5;
    width: 90%;
    padding-left: 20px;
    padding-right: 20px;
    bottom: 2%;
  }

  .content-bottom {
    justify-content: center;
    align-items: flex-start;
    max-width: none;
    display: flex;
  }

  .paragraph-dark._50 {
    width: 40%;
    margin-bottom: 0;
  }

  .button-hero-slider {
    margin: 0 0 0 10px;
    padding: 12px 20px;
  }

  .button-text-1 {
    font-size: 13px;
    line-height: 18px;
  }

  .play-button-small {
    margin-right: 12px;
  }

  .button-text-2 {
    font-size: 16px;
    line-height: 20px;
  }

  .right-arrow-hero-slider {
    justify-content: flex-start;
    padding-left: 20px;
    right: 2%;
  }

  .left-arrow-hero-slider {
    justify-content: flex-end;
    padding-right: 20px;
    right: 23%;
  }

  .image-3 {
    height: 80px;
  }

  .image-4 {
    width: 120px;
  }

  .image-5 {
    height: 70px;
  }

  .logo-donate {
    height: 200px;
  }

  .div-block-2 {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .modal-content {
    background-image: linear-gradient(#fffff94d, #fffff94d), url('../images/bg-gold.svg');
    background-position: 0 0, 0%;
    padding-bottom: 20px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .grid-donation {
    margin-top: 0;
  }

  .payment-option {
    padding: 30px 12px;
  }

  .payment-button {
    border-width: 2px;
    padding: 12px 25px;
    font-size: 16px;
    line-height: 20px;
  }

  .price-text {
    font-size: 46px;
  }

  .price-description {
    font-size: 18px;
  }

  ._70-block {
    width: 100%;
    min-width: auto;
  }

  .event-bg {
    width: 100%;
    margin-top: 40px;
  }

  .event-rich-text li {
    font-size: 16px;
    line-height: 22px;
  }

  .event-price {
    font-size: 32px;
    line-height: 40px;
  }

  .form {
    width: auto;
    max-width: 600px;
  }

  .link {
    font-size: 18px;
  }

  .h4-gold.popup {
    font-size: 30px;
  }

  .form-holder {
    width: 80%;
  }

  .f-l-name, .email {
    font-size: 19px;
  }

  .event-heading {
    font-size: 33px;
  }

  .grid-2 {
    flex-wrap: wrap;
  }

  .info-block {
    width: 48%;
  }

  .card-head {
    font-size: 30px;
    line-height: 32px;
  }

  .event-card-heading {
    font-size: 30px;
  }

  .value-proposition {
    padding-left: 60px;
    padding-right: 60px;
  }

  .shedule-right {
    padding-right: 20px;
  }

  .schedule-text {
    font-size: 17px;
  }

  .schedule-text.gold {
    font-size: 20px;
  }

  .schedule-text.bold {
    font-size: 19px;
  }

  .schedule-text.small {
    font-size: 15px;
  }

  .schedule-text.small.more {
    font-size: 13px;
  }

  .logo {
    width: 200px;
  }

  .h1 {
    font-size: 40px;
    line-height: 45px;
  }

  .h3 {
    font-size: 24px;
  }

  .heading-14 {
    margin-top: 0;
    padding-bottom: 14px;
    font-size: 14px;
  }

  .white-block-copy, .white-block-focus-area {
    padding: 60px 20px;
  }

  .section-copy, .section-copy.white-bg.height {
    margin-bottom: 140px;
  }

  .section-copy.top-margin {
    margin-top: 140px;
    margin-bottom: 140px;
  }

  .section-copy.gold-bg, .section-copy.grey-bg {
    padding-bottom: 140px;
  }

  .container-3 {
    max-width: 728px;
  }

  .number {
    font-size: 240px;
  }

  .white-block-copy-copy {
    padding: 60px 20px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 44px;
    line-height: 38px;
  }

  h2 {
    font-size: 40px;
    line-height: 40px;
  }

  h3 {
    font-size: 30px;
  }

  h4 {
    font-size: 20px;
    line-height: 18px;
  }

  h5 {
    font-size: 11px;
  }

  p {
    font-size: 14px;
    line-height: 22px;
  }

  .navbar {
    display: flex;
    position: relative;
  }

  .nav-menu {
    background-color: var(--black-2);
    margin-top: 0;
    padding: 20px;
  }

  .nav-link {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 13px;
  }

  .brand {
    display: none;
  }

  .brand.mobile {
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 35px;
    padding-right: 35px;
    display: block;
  }

  .brand.mobile.w--current {
    align-items: center;
    margin: 20px 0 20px 20px;
    display: flex;
  }

  .nav-container {
    justify-content: flex-end;
    align-items: center;
    display: flex;
    position: relative;
  }

  .section {
    margin-bottom: 80px;
  }

  .section.white-bg.height {
    min-height: auto;
    margin-bottom: 80px;
  }

  .section.top-margin {
    margin-top: 80px;
    margin-bottom: 80px;
  }

  .section.gold-bg {
    padding-top: 60px;
    padding-bottom: 80px;
  }

  .section.less-margin {
    margin-bottom: 40px;
  }

  .section.grey-bg {
    padding-top: 60px;
    padding-bottom: 80px;
  }

  .container.top-padding {
    padding-top: 40px;
  }

  .white-block {
    flex-direction: column-reverse;
  }

  .left-col.our-story, .left-col.what-we-believe {
    width: 100%;
    margin-bottom: 20px;
  }

  .h2-big {
    font-size: 66px;
    line-height: 48px;
  }

  .right-col.our-story {
    width: 100%;
    margin-left: 0;
    position: static;
  }

  .right-col.what-we-believe {
    width: 100%;
    position: static;
  }

  .logo-silver-image {
    margin-bottom: 20px;
  }

  .flexbox {
    flex-direction: column;
  }

  .numbered-card {
    width: 100%;
  }

  .card-text {
    padding-bottom: 20px;
  }

  .number-image, .number-image.padding {
    min-width: 100px;
  }

  .networking-content {
    width: 100%;
    margin-bottom: 20px;
  }

  .paragraph-big {
    font-size: 16px;
    line-height: 24px;
  }

  .flex-networking {
    flex-direction: column;
    align-items: center;
  }

  .social-links {
    width: 100%;
  }

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

  .social-block.justify {
    padding-right: 0;
  }

  .heading-centered {
    margin-bottom: 20px;
  }

  .heading-white {
    font-size: 30px;
  }

  .heading-white.courses {
    line-height: 34px;
  }

  .heading-white.margin.smaller {
    font-size: 40px;
  }

  .bg-bloxk {
    margin-left: 0;
    bottom: -9%;
  }

  .slider-flex {
    flex-direction: column;
  }

  .slider-image-block {
    width: 80%;
    margin-bottom: -20px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 0;
    position: relative;
  }

  .slider-content-card {
    width: 100%;
  }

  .slider {
    min-height: auto;
    max-height: none;
  }

  .register-button {
    padding: 12px 25px;
    font-size: 15px;
    line-height: 16px;
  }

  .register-button.submit {
    border-color: var(--floral-white);
    color: var(--floral-white);
  }

  .register-button.banner {
    width: 121.313px;
    font-size: 13px;
  }

  .register-button.banner.margin {
    margin-top: 10px;
  }

  .right-arrow-slider {
    width: 120px;
    padding-left: 10px;
    bottom: -8%;
    left: 78%;
  }

  .left-arrow-slider {
    width: 120px;
    padding-right: 10px;
    bottom: -8%;
    right: -31%;
  }

  .slider-arrow-text {
    font-size: 12px;
  }

  .mask {
    max-height: none;
  }

  .paragraph-white.width {
    width: 80%;
    margin-bottom: 20px;
  }

  .donate-section-logo {
    margin-bottom: 20px;
  }

  .logo-text {
    font-size: 36px;
  }

  .logo-text.small {
    font-size: 28px;
    line-height: 28px;
  }

  .logo-text.color {
    font-size: 14px;
    line-height: 14px;
  }

  .logo-footer {
    height: 110px;
  }

  .footer-text.small {
    font-size: 13px;
    line-height: 20px;
  }

  .footer-text.underline {
    font-size: 16px;
    line-height: 18px;
  }

  .image-2 {
    top: -80px;
  }

  .slide-hero {
    background-image: none;
  }

  .hero-slide-image {
    min-width: auto;
    max-width: 100%;
    min-height: auto;
    display: none;
  }

  .hero-slide-content {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    bottom: 0%;
    left: 0;
    right: 0%;
  }

  .content-bottom {
    flex-direction: column;
    width: 80%;
  }

  .paragraph-dark._50 {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .button-hero-slider {
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .right-arrow-hero-slider {
    width: 120px;
    padding-left: 10px;
  }

  .left-arrow-hero-slider {
    width: 120px;
    padding-right: 10px;
    right: 26%;
  }

  .image-3 {
    height: 60px;
  }

  .image-5.padding {
    padding-left: 10px;
  }

  .logo-donate {
    height: 120px;
  }

  .mobile-flex {
    display: block;
  }

  .modal-content {
    background-image: linear-gradient(#fffff94d, #fffff94d), url('../images/bg-gold.svg');
    background-position: 0 0, -15% 0;
    background-repeat: repeat, no-repeat;
    background-size: auto, auto;
    min-height: 100vh;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    overflow: scroll;
  }

  .grid-donation {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    margin-top: 20px;
  }

  .payment-option {
    padding: 12px 10px;
  }

  .payment-button {
    padding: 10px 12px;
    font-size: 14px;
    line-height: 14px;
  }

  .price-text {
    font-size: 38px;
    line-height: 38px;
  }

  .price-description {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 15px;
    line-height: 20px;
  }

  .exit-button {
    margin-top: 10px;
    margin-right: 10px;
  }

  .close-image {
    width: 30px;
  }

  .close-image.banner {
    padding: 6px;
  }

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

  .event-image-block {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .event-bg {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .event-rich-text li {
    font-size: 14px;
    line-height: 20px;
  }

  .event-price {
    font-size: 30px;
    line-height: 36px;
  }

  .form-field {
    height: 42px;
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 20px;
  }

  .link {
    font-size: 16px;
  }

  .arrow-back {
    width: 20px;
  }

  .pop-up-cta-content {
    width: 86vw;
    padding-left: 30px;
    padding-right: 30px;
  }

  .h4-gold {
    font-size: 10px;
  }

  .h4-gold.popup {
    text-align: center;
    font-size: 28px;
    line-height: 34px;
  }

  .form-holder {
    width: 90%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .f-l-name, .email {
    font-size: 18px;
  }

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

  .courses-collections {
    flex-direction: column;
  }

  .courses-right {
    width: 100%;
    margin-top: 40px;
    margin-left: 0%;
  }

  .card-head {
    font-size: 24px;
    line-height: 26px;
  }

  .menu-button {
    color: var(--floral-white);
  }

  .menu-button.w--open {
    background-color: var(--black-2);
  }

  .event-card.paddind {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .event-card-heading {
    font-size: 24px;
    line-height: 32px;
  }

  .rich-text-block-2 h2 {
    font-size: 36px;
  }

  .div-block-8 {
    grid-template-columns: 40% 60%;
  }

  .vertical-line {
    margin-top: 7px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .shedule-right {
    padding-left: 0;
  }

  .shedule-right.padding {
    padding-left: 10px;
  }

  .schedule-text {
    font-size: 16px;
  }

  .schedule-text.gold {
    font-size: 18px;
  }

  .schedule-text.bold {
    font-size: 16px;
    line-height: 20px;
  }

  .schedule-text.small {
    font-size: 12px;
  }

  .schedule-text.small.more {
    font-size: 12px;
    line-height: 17px;
  }

  .image-8 {
    height: 40px;
  }

  .image-9 {
    height: 30px;
    margin-left: 10px;
  }

  .logo {
    width: 150px;
  }

  .h1 {
    font-size: 30px;
    line-height: 30px;
  }

  .h3 {
    line-height: 23px;
  }

  .h3.centered {
    text-align: center;
  }

  .div-block-14 {
    display: none;
  }

  .white-block-copy, .white-block-focus-area {
    flex-direction: column-reverse;
  }

  .section-copy {
    margin-bottom: 80px;
  }

  .section-copy.white-bg.height {
    min-height: auto;
    margin-bottom: 80px;
  }

  .section-copy.top-margin {
    margin-top: 80px;
    margin-bottom: 80px;
  }

  .section-copy.gold-bg {
    padding-top: 60px;
    padding-bottom: 80px;
  }

  .section-copy.less-margin {
    margin-bottom: 40px;
  }

  .section-copy.grey-bg {
    padding-top: 60px;
    padding-bottom: 80px;
  }

  .features-table {
    padding: 60px 15px;
  }

  .number {
    font-size: 165px;
  }

  .white-block-copy-copy {
    flex-direction: column-reverse;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 36px;
    line-height: 34px;
  }

  h2 {
    font-size: 34px;
    line-height: 34px;
  }

  h3 {
    font-size: 22px;
  }

  h4 {
    font-size: 18px;
    line-height: 20px;
  }

  p {
    font-size: 13px;
    line-height: 20px;
  }

  .navbar {
    align-items: center;
  }

  .nav-menu {
    padding-left: 20px;
    padding-right: 20px;
  }

  .nav-link {
    display: block;
  }

  .nav-line.display-none {
    display: none;
  }

  .brand {
    margin-left: 40px;
    margin-right: 40px;
    padding-left: 0;
  }

  .brand.mobile {
    margin-left: 20px;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .brand.mobile.w--current {
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
  }

  .nav-container {
    width: auto;
    margin-right: 0;
  }

  .section.top-margin {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .section.gold-bg, .section.grey-bg {
    padding-bottom: 60px;
  }

  .container.padding {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .white-block {
    flex-flow: column;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .white-block.grey.no-padding {
    padding-left: 0;
    padding-right: 0;
  }

  .h2-big {
    font-size: 54px;
    line-height: 40px;
  }

  .right-col.our-story {
    margin-bottom: 20px;
    margin-right: 0;
  }

  .numbered-card {
    text-align: center;
    flex-direction: column;
    align-items: center;
  }

  .numbered-card.margin {
    width: 100%;
  }

  .number-image, .number-1 {
    width: 70px;
  }

  .grid {
    grid-column-gap: 12px;
    grid-row-gap: 10px;
    padding-right: 10px;
  }

  .heading-centered {
    margin-bottom: 10px;
  }

  .heading-white {
    font-size: 24px;
  }

  .heading-white.centered {
    font-size: 21px;
    line-height: 34px;
  }

  .heading-white.courses {
    line-height: 28px;
  }

  .heading-white.margin {
    margin-top: 0;
    font-size: 35px;
    line-height: 40px;
  }

  .heading-white.margin.smaller {
    white-space: normal;
    font-size: 20px;
  }

  .heading-white.centered-copy {
    font-size: 21px;
    line-height: 34px;
  }

  .register-button {
    font-size: 14px;
    line-height: 14px;
  }

  .register-button.white {
    line-height: 14px;
  }

  .register-button.event {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px;
  }

  .register-button.banner {
    min-width: 121px;
    margin-left: 10px;
  }

  .register-button.banner.margin {
    font-size: 15px;
    line-height: 15px;
  }

  .right-arrow-slider {
    bottom: -10%;
    left: 66%;
  }

  .left-arrow-slider {
    bottom: -10%;
    right: 0%;
  }

  .slider-arrow-text {
    font-size: 11px;
  }

  .arrows-slider {
    width: 18px;
  }

  .paragraph-white.width {
    width: 90%;
  }

  .donate-section-logo {
    margin-bottom: 40px;
  }

  .footer-grid {
    grid-row-gap: 0px;
    grid-template: "Area"
                   "."
                   "."
                   "."
                   / 1fr;
  }

  .logo-footer-block {
    padding-bottom: 20px;
  }

  .logo-text {
    font-size: 28px;
    line-height: 28px;
  }

  .logo-text.small {
    align-items: center;
    font-size: 14px;
    line-height: 14px;
    display: flex;
  }

  .logo-footer {
    height: 70px;
  }

  .rights-text {
    font-size: 12px;
  }

  .footer-links-block {
    text-align: center;
    border-left-width: 0;
  }

  .image-2 {
    top: -60px;
  }

  .slide-hero {
    -webkit-text-fill-color: inherit;
    background-image: url('../images/3.png');
    background-position: 100%;
    background-repeat: repeat;
    background-size: cover;
    background-clip: border-box;
  }

  .slide-hero.hoyos {
    background-repeat: no-repeat;
    background-size: cover;
  }

  .slide-hero.slide-1 {
    background-image: url('../images/1_1.png');
  }

  .slide-hero.slide2 {
    background-image: url('../images/2_1.png');
  }

  .slide-hero.slide-3 {
    background-image: url('../images/3.png');
  }

  .hero-slide-content {
    width: 100%;
    margin-left: 0;
    inset: auto 0% 0%;
  }

  .content-bottom {
    width: 90%;
  }

  .play-button-small {
    width: 40px;
    margin-right: 10px;
  }

  .right-arrow-hero-slider {
    width: 100px;
  }

  .left-arrow-hero-slider {
    width: 100px;
    right: 38%;
  }

  .image-3 {
    height: 40px;
  }

  .logo-donate {
    height: 105px;
  }

  .modal-content {
    background-image: linear-gradient(#fffff94d, #fffff94d), url('../images/bg-gold.svg');
    background-position: 0 0, -8% 0;
    width: 100vw;
    max-width: 100vw;
    height: 830px;
    margin-top: 0;
    padding: 0 12px 20px;
  }

  .grid-donation {
    grid-row-gap: 8px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    margin-top: 10px;
  }

  .payment-button {
    font-size: 14px;
    line-height: 14px;
  }

  .price-text {
    font-size: 32px;
    line-height: 32px;
  }

  .price-description {
    margin-top: 6px;
    margin-bottom: 6px;
  }

  .exit-button {
    margin-top: 6px;
    margin-right: 6px;
    padding: 4px;
  }

  .close-image.banner {
    width: 25px;
    height: 25px;
    padding: 4px;
  }

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

  .event-header {
    font-size: 18px;
  }

  .event-bg {
    margin-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .event-rich-text li {
    font-size: 13px;
    line-height: 20px;
  }

  .event-price {
    font-size: 26px;
    line-height: 30px;
  }

  .form-field {
    margin-bottom: 12px;
  }

  .h4-gold.popup {
    font-size: 26px;
    line-height: 30px;
  }

  .form-holder {
    width: 95%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .f-l-name, .email {
    font-size: 17px;
  }

  .event-heading {
    font-size: 24px;
  }

  .body-2 {
    overflow: hidden;
  }

  .courses-right {
    padding-left: 0;
    padding-right: 0;
  }

  .course-card {
    width: auto;
    height: auto;
    padding: 15px;
  }

  .info-block {
    width: 100%;
  }

  .card-head {
    font-size: 20px;
    line-height: 24px;
  }

  .icon {
    color: var(--floral-white);
  }

  .event-card.paddind.adventures, .event-card.paddind.surgical {
    width: 100%;
  }

  .page-div {
    flex-direction: column;
    align-items: center;
  }

  .rich-text-block-2 {
    max-width: 100%;
  }

  .rich-text-block-2 h2 {
    font-size: 24px;
  }

  .rich-text-block-2 li {
    font-size: 16px;
  }

  .value-proposition {
    max-width: 100vw;
    padding-left: 20px;
    padding-right: 20px;
    overflow: hidden;
  }

  .heading-10 {
    line-height: 42px;
  }

  .heading-12 {
    display: block;
  }

  .heading-12.mobile-only {
    display: none;
  }

  .div-block-7 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-7.sales {
    padding-left: 11px;
    padding-right: 11px;
  }

  .div-block-8 {
    grid-template-columns: 40% 60%;
  }

  .vertical-line {
    margin-left: 10px;
    margin-right: 10px;
  }

  .shedule-right.flex {
    flex-direction: column;
    align-items: center;
    margin-top: 10px;
    margin-right: 20px;
  }

  .schedule-text {
    font-size: 14px;
  }

  .schedule-text.gold {
    font-size: 14px;
    line-height: 21px;
  }

  .schedule-text.bold, .schedule-text.small {
    font-size: 12px;
  }

  .schedule-text.small.more {
    font-size: 11px;
  }

  .image-9 {
    margin-top: 10px;
  }

  .logo {
    width: 80px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .h1 {
    white-space: normal;
    object-fit: fill;
    flex-wrap: nowrap;
    margin-top: 7px;
    margin-bottom: 2px;
    font-size: 35px;
    line-height: 30px;
    display: flex;
    position: static;
  }

  .h1.mobile {
    display: none;
  }

  .h1.sales {
    font-size: 24px;
  }

  .h3.centered {
    font-size: 20px;
  }

  .hero-text-wrapper {
    flex-flow: column;
    align-items: center;
  }

  .hero-copy-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }

  .div-block-11 {
    margin-top: 10px;
  }

  .div-block-12 {
    flex-wrap: wrap;
  }

  .collection-item-2 {
    width: auto;
  }

  .card-date {
    font-size: 14px;
  }

  .div-block-14 {
    display: none;
  }

  .heading-15 {
    font-size: 24px;
    line-height: 110%;
  }

  .heading-16, .heading-16-copy {
    font-size: 13px;
    line-height: 120%;
  }

  .heading-11-copy, .heading-11-copy.why-it-matters {
    text-align: center;
  }

  .white-block-copy {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .white-block-copy.grey.no-padding {
    padding-left: 0;
    padding-right: 0;
  }

  .white-block-focus-area {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .white-block-focus-area.grey.no-padding {
    padding-left: 0;
    padding-right: 0;
  }

  .section-copy.top-margin {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .section-copy.gold-bg, .section-copy.grey-bg {
    padding-bottom: 60px;
  }

  .container-3 {
    max-width: none;
  }

  .centered-heading {
    margin-bottom: 24px;
  }

  .comparison-row-main {
    grid-column-gap: 20px;
  }

  .comparison-title {
    margin-left: 10px;
  }

  .comparison-row {
    grid-column-gap: 20px;
  }

  .comparison-negative {
    background-position: 0 5px;
    background-size: 14px;
    margin-left: 10px;
    padding-left: 20px;
  }

  .comparison-positive {
    background-position: 0 4px;
    background-size: 16px;
    margin-left: 10px;
    padding-left: 20px;
  }

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

  .number {
    text-align: center;
    font-size: 150px;
    line-height: 150px;
  }

  .white-block-copy-copy {
    flex-flow: column;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .white-block-copy-copy.grey.no-padding {
    padding-left: 0;
    padding-right: 0;
  }
}

#w-node-c97faa43-5a1a-a757-c827-efb22e986223-9de7b7c4 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-c3dae793-b940-c42d-7c84-3332f18bbb21-9de7b7c4 {
  place-self: center end;
}

#w-node-_3da43613-da9c-3fa7-08f7-bf23862ff01e-862ff01b {
  place-self: center;
}

#w-node-_02ad7355-a975-8c94-31a4-941bd6f61bba-46e7b7ce, #w-node-_30862f61-504f-0a45-028d-35ba54749d59-46e7b7ce {
  justify-self: center;
}

#name.w-node-_07351184-fa10-d1a2-4d57-f6f7eb482af7-46e7b7ce {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_18c1d2ac-4ce8-285f-28dc-16569f348583-cce7b7cf {
  justify-self: end;
}

@media screen and (min-width: 1920px) {
  #w-node-c97faa43-5a1a-a757-c827-efb22e986223-9de7b7c4 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 991px) {
  #w-node-c3dae793-b940-c42d-7c84-3332f18bbb21-9de7b7c4 {
    justify-self: center;
  }

  #w-node-_0f950ca8-592e-387f-2ea2-4f01191d810c-9de7b7c4 {
    place-self: center;
  }

  #w-node-_3da43613-da9c-3fa7-08f7-bf23862ff01e-862ff01b {
    grid-area: 1 / 1 / 2 / 4;
    place-self: center;
  }

  #w-node-_3da43613-da9c-3fa7-08f7-bf23862ff024-862ff01b {
    grid-area: 2 / 2 / 3 / 3;
  }
}

@media screen and (max-width: 479px) {
  #w-node-c97faa43-5a1a-a757-c827-efb22e986223-9de7b7c4 {
    grid-column: span 1 / span 1;
  }

  #w-node-_0f950ca8-592e-387f-2ea2-4f01191d810c-9de7b7c4 {
    justify-self: start;
  }

  #w-node-_3395f9df-3e2d-24f0-7921-f12bfa5856fb-9de7b7c4 {
    justify-self: end;
  }

  #w-node-_3da43613-da9c-3fa7-08f7-bf23862ff01e-862ff01b {
    grid-area: Area;
    place-self: center;
  }

  #w-node-_3da43613-da9c-3fa7-08f7-bf23862ff024-862ff01b {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_30862f61-504f-0a45-028d-35ba54749d59-46e7b7ce {
    grid-area: 2 / 1 / 3 / 2;
    justify-self: center;
  }
}


