@font-face {
  font-family: Svn Aire Pro;
  src: url('../fonts/SVN-Aire-Pro-Regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --light: #816b5f;
  --dark: #3e3733;
  --black: black;
  --white: white;
}

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

.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;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #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;
  }
}

a {
  color: #43383a;
  text-decoration: underline;
}

.navbar-logo-center-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.navbar-logo-center-container.shadow-three {
  width: 100%;
  max-width: 1140px;
  margin-top: 40px;
}

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

.navbar-wrapper-three {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.navbar-brand-three {
  z-index: 5;
  position: absolute;
}

.nav-menu-wrapper-three {
  width: 100%;
}

.nav-menu-three {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-menu-block {
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link {
  color: #947b7f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-family: Bitter, serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
}

.nav-link:hover {
  color: #1a1b1fbf;
}

.nav-link:focus-visible, .nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle:focus-visible, .nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible, .nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-link-accent {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent:hover {
  color: #1a1b1fbf;
}

.button-primary {
  background-color: var(--light);
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  border-radius: 8px;
  width: 200px;
  margin-top: 48px;
  margin-left: auto;
  margin-right: auto;
  padding: 12px 25px;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  transition: all .2s;
  display: block;
}

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

.button-primary:active {
  background-color: #43464d;
}

.button-primary.whitebtn {
  border-style: solid;
  border-width: 5px;
  border-color: #7b4f48 #7b4f48 var(--dark);
  color: #696958;
  background-color: #e6d7c7;
  margin-top: 40px;
}

.button-primary.whitebtn:hover {
  color: #fff;
  background-color: #7b4f48;
}

.button-primary.header {
  background-color: var(--light);
  margin-left: -98px;
}

.slogan {
  width: 700px;
  margin-top: -27px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.hero {
  border-top: 10px solid var(--black);
  border-bottom: 10px solid var(--black);
  margin-top: auto;
}

.section-whoweare {
  border-top: 10px solid var(--black);
  background-color: #eedbdd4f;
  background-image: url('../images/teamonmountain.jpg'), url('../images/pinkbkg.jpg');
  background-position: 50%, 0 0;
  background-repeat: repeat, repeat-x;
  background-size: cover, auto;
  background-attachment: fixed, scroll;
  border-bottom: 10px solid #b38982;
  margin-top: 20px;
  padding-top: 20px;
}

.image-3 {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.textblockwhite {
  background-color: #fff;
  border-radius: 8px;
  margin-top: 10px;
  padding: 10px;
  font-family: Varela Round, sans-serif;
  font-size: 16px;
  box-shadow: 0 0 #0000, .2px .1px .1px #0000001b, .8px .2px .8px #0000001f, 2.8px .6px 3.8px #0002, 9.4px 2.1px 14.8px #00000025;
}

.textblockwhite.dont {
  text-align: center;
}

.columns-2 {
  margin-top: 40px;
  margin-bottom: 40px;
}

.bold-text {
  color: #000;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.image-4 {
  border-radius: 8px;
  width: 400px;
  margin-top: 63px;
  margin-left: auto;
  margin-right: auto;
  transition: opacity .2s;
  display: block;
  box-shadow: 0 0 #9b888800, .1px .2px #9b888809, .3px .5px #9b88880c, .6px .9px .2px #9b88880e, .9px 1.5px .4px #9b88880f, 1.5px 2.4px .9px #9b88880f, 2.4px 3.9px 1.6px #9b888810, 3.9px 6.2px 3px #9b888810, 6.1px 9.8px 5.1px #9b888810, 9.6px 15.5px 8.7px #9b888811, 15.5px 24.9px 14.6px #9b888811, 26px 41.6px 25.3px #9b888812, 48px 77px 48px #9b888814;
}

.heading {
  color: var(--dark);
  text-align: center;
  margin-top: 20px;
  margin-bottom: 40px;
  font-family: Svn Aire Pro, sans-serif;
  font-size: 45px;
  line-height: 38px;
}

.heading.stories {
  margin-top: 40px;
  margin-bottom: 20px;
  line-height: 45px;
}

.heading.apppage {
  margin-top: 40px;
}

.heading.mystory {
  margin-top: 20px;
  margin-bottom: 10px;
}

.heading.myname {
  color: var(--black);
  margin-bottom: auto;
  font-family: Lato, sans-serif;
  font-size: 20px;
}

.heading-2 {
  color: #fff;
  text-align: center;
  text-shadow: 0 0 #0000, .3px .2px #00000007, .6px .4px #00000009, .9px .6px .1px #0000000a, 1.4px 1px .2px #0000000b, 2.1px 1.5px .5px #0000000b, 3.2px 2.2px .9px #0000000c, 4.6px 3.2px 1.5px #0000000c, 6.7px 4.7px 2.5px #0000000c, 9.8px 6.8px 3.9px #0000000c, 14.2px 9.9px 6.1px #0000000d, 20.6px 14.3px 9.3px #0000000d, 30.3px 21px 14.2px #0000000e, 45.3px 31.5px 21.8px #0000000e, 70.7px 49.1px 34.9px #0000000f, 121.7px 84.6px 61.2px #00000010;
  font-family: Lato, sans-serif;
  font-size: 38px;
  font-weight: 400;
}

.html-embed {
  border: 5px solid #7b4f48;
  width: 600px;
  margin-top: 75px;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 0 0 #0000, .2px .3px #00000006, .5px .7px #00000008, .7px 1.1px .1px #00000009, 1.1px 1.6px .2px #00000009, 1.6px 2.3px .3px #0000000a, 2.3px 3.3px .6px #0000000a, 3.2px 4.7px 1.1px #0000000b, 4.5px 6.5px 1.8px #0000000b, 6.4px 9.1px 2.7px #0000000b, 8.8px 12.7px 4.1px #0000000b, 12.3px 17.7px 6.1px #0000000b, 17.1px 24.6px 9px #0000000c, 24px 34.5px 13.1px #0000000c, 34px 48.9px 19.1px #0000000c, 49.2px 70.7px 28.3px #0000000d, 74.2px 106.7px 43.5px #0000000d, 123.2px 177.3px 73.5px #0000000e;
}

.html-embed.desktop {
  box-shadow: none;
  outline-offset: 0px;
  border-style: solid;
  border-color: #000;
  outline: 3px #333;
  width: 800px;
}

.whoarewespacer {
  margin-bottom: 60px;
  margin-left: 100px;
  margin-right: 100px;
}

.image-5 {
  width: 300px;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.headingwrapper {
  float: none;
  clear: both;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  inset: 0% 0% auto;
}

.formtextbox {
  border-radius: 15px;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 20px 10px 20px 41px;
  font-family: Lato, sans-serif;
  font-size: 18px;
}

.closebutton {
  object-fit: fill;
  margin-left: -14px;
  position: relative;
  inset: 0% -95% -10px auto;
}

.form1 {
  margin-left: 40px;
  margin-right: 40px;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

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

.html-embed-2 {
  border: 8px solid var(--dark);
  width: auto;
  margin: 40px 100px 20px;
}

.popupcontent {
  background-color: #ecebdf;
  border: 1px solid #2c023f;
  border-radius: 15px;
  margin-left: 75px;
  margin-right: 75px;
  padding-left: 10px;
  padding-right: 10px;
  display: block;
}

.popupheadline {
  border: 0px solid var(--light);
  color: #7b4f48;
  text-align: center;
  background-image: linear-gradient(#7641a800, #7641a800);
  margin-top: 0;
  font-family: Svn Aire Pro, sans-serif;
  font-size: 30px;
  line-height: 30px;
  display: block;
}

.submit-button {
  background-color: var(--light);
  border-radius: 8px;
  width: 100%;
  margin-top: 0;
  margin-bottom: 20px;
  padding: 10px 0;
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.popupcontainer {
  margin-top: 40px;
}

.formwrapper {
  background-color: #f0f0f0;
  border-radius: 8px;
  width: 500px;
  margin: 20px auto 60px;
}

.pu {
  z-index: 9999;
  object-fit: cover;
  background-color: #c6c6c926;
  background-image: linear-gradient(#000c, #000c);
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: auto;
}

.card-contact-link {
  width: 22.5px;
}

.members {
  background-image: linear-gradient(45deg, #37b9be, #b36de2);
  flex-wrap: wrap;
  place-content: center;
  align-items: center;
  min-height: 100vh;
  display: flex;
}

.about-title {
  margin-top: 25px;
}

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

.about-p {
  margin-bottom: 25px;
}

.flex-col {
  flex: 1;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  display: flex;
}

.expander-container {
  perspective: 1800px;
  max-width: 400px;
  margin: 10px;
  transition: transform .2s;
}

.expander-container:hover {
  transform: scale(1.03);
}

.contact-title {
  margin-top: 20px;
}

.card-3 {
  backface-visibility: hidden;
  transform-origin: 50% 0;
  text-align: center;
  transform-style: preserve-3d;
  background-color: #242424;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  height: 0;
  overflow: hidden;
  transform: perspective(1800px)rotateX(-100deg)rotateY(0)rotateZ(0);
}

.card-2 {
  backface-visibility: hidden;
  perspective-origin: 50%;
  transform-origin: 50% 0;
  transform-style: preserve-3d;
  background-color: #fff;
  height: 0;
  padding-left: 30px;
  padding-right: 30px;
  overflow: hidden;
  transform: perspective(1800px)rotateX(-100deg)rotateY(0)rotateZ(0);
}

.team-member-shot {
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
  width: 100px;
  height: 100px;
  margin-right: 20px;
}

.team-member-shot.caper {
  background-image: url('../images/foto-sushi-128246-1.jpg');
  background-position: 55% 43%;
  background-repeat: no-repeat;
  background-size: 308px;
}

.team-member-shot.watson {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 46% -86px;
  background-repeat: no-repeat;
  background-size: 250px;
}

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

.flex-row {
  justify-content: center;
  align-items: center;
  margin-bottom: 25px;
  margin-left: 15%;
  margin-right: 15%;
  display: flex;
}

.card-1 {
  z-index: 999;
  cursor: pointer;
  background-color: #fff;
  border-radius: 2px;
  align-items: center;
  padding-right: 30px;
  display: flex;
  position: relative;
}

.image-6, .image-7 {
  width: 250px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.image-8 {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.footer {
  background-color: #000;
  margin-top: 40px;
}

.section {
  margin-top: 40px;
}

.stories {
  margin-left: 0;
  margin-right: 0;
}

.storycard {
  border-style: solid;
  border-width: 3px;
  border-color: #8f8f7e var(--black) var(--black);
  background-color: #fffbf8;
  border-radius: 8px;
  margin-top: 20px;
  margin-left: 140px;
  margin-right: 140px;
}

.storyimg {
  border: 4px solid #000;
  width: 150px;
  max-width: 150%;
  margin-top: 10px;
  margin-bottom: 10px;
}

.storyimg.personal {
  border: 5px solid var(--black);
  width: 150px;
  max-width: 150%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.text-block {
  color: #000;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Lato, sans-serif;
  font-size: 18px;
  line-height: 22px;
}

.text-block.mystorytext {
  color: #000;
  background-color: #f0edec;
  border: 3px solid #000;
  border-radius: 8px;
  margin-top: 20px;
  padding: 10px;
}

._3circles {
  margin-top: 40px;
  margin-bottom: 40px;
}

.closingsection {
  margin-top: 40px;
}

.text-block-2 {
  color: #fff;
  text-align: center;
  margin-top: 40px;
  margin-bottom: 40px;
  font-family: Bitter, serif;
}

.link, .link-2 {
  color: #fff;
}

.name {
  color: var(--dark);
  font-family: Svn Aire Pro, sans-serif;
}

.heading-3 {
  color: var(--dark);
  text-align: center;
  margin-bottom: 40px;
  font-family: Svn Aire Pro, sans-serif;
  font-size: 34px;
  line-height: 34px;
}

.columns-3 {
  border: 0 solid #696958;
}

.container-3 {
  margin-top: 10px;
}

.mobile-video, .mobilevideosection {
  display: none;
}

.recaptcha {
  margin: 40px auto;
}

.surveylabel {
  color: var(--dark);
  margin-top: 20px;
  font-size: 16px;
  font-weight: 700;
}

.checkbox-label {
  color: var(--light);
  padding-left: 20px;
  font-size: 16px;
}

.radio-button-label-6 {
  color: #7b4f48;
  font-size: 16px;
  font-weight: 600;
}

.surveybox {
  color: #353535;
  border: 2px solid #ddd4cc;
  border-radius: 8px;
}

.form-block-3 {
  width: 500px;
  margin-left: auto;
  margin-right: auto;
}

.radiocolumns {
  margin-top: 10px;
  padding-top: 10px;
}

.submitapplication {
  background-color: var(--light);
  border-radius: 2px;
  margin-top: 20px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 20px;
}

.rich-text-block {
  text-align: center;
}

.bold-text-3 {
  color: var(--light);
  -webkit-text-stroke-color: #4b397f;
}

.formwrapper-2 {
  background-color: #fff9ef;
  border-radius: 8px;
  width: 500px;
  margin: 20px auto 60px;
}

.formwrapper-2.survey {
  background-color: #f0f0f0;
  border-radius: 15px;
  width: auto;
  margin-left: 50px;
  margin-right: 50px;
  padding-top: 40px;
  padding-bottom: 40px;
}

.textarea-copy {
  border: 2px solid #ddd4cc;
  border-radius: 8px;
}

.formapplication {
  width: 550px;
  font-size: 24px;
  line-height: 20px;
}

.video {
  margin-top: 40px;
}

.paragraph-2 {
  font-size: 20px;
}

.form {
  margin-top: 20px;
}

.page2video {
  border: 8px solid var(--dark);
  width: 500px;
  height: auto;
  margin: 20px auto;
}

.heading-4 {
  color: #2a5d63;
  text-align: center;
  margin-top: 0;
  margin-bottom: 40px;
  font-size: 35px;
  line-height: 35px;
}

.heading-4.bottom {
  margin-top: 40px;
}

.radio-button-label-4 {
  color: var(--light);
  font-size: 16px;
  font-weight: 600;
  line-height: 16px;
}

.select-field {
  background-color: #fff;
  border: 2px solid #ddd4cc;
  border-radius: 8px;
  margin-top: 10px;
}

.image-9 {
  width: 350px;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.mystory {
  margin-top: 40px;
  margin-left: 140px;
  margin-right: 140px;
}

.image-10 {
  width: 350px;
  max-width: 350px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.paragraph-3 {
  color: var(--dark);
  text-align: center;
  font-family: Lato, sans-serif;
  font-size: 18px;
}

.code-embed {
  border: 5px solid #b38982;
  margin-top: 20px;
}

.container-4 {
  margin-top: 20px;
}

.thankyouheadline {
  color: var(--dark);
  font-family: Svn Aire Pro, sans-serif;
  font-size: 30px;
}

.body {
  background-color: #f0e8e0;
}

.validationcode {
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 1920px) {
  .heading {
    font-size: 55px;
  }

  .pu, .mobile-video, .mobilevideosection {
    display: none;
  }
}

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

  .navbar-wrapper-three {
    justify-content: space-between;
  }

  .navbar-brand-three {
    position: relative;
  }

  .nav-menu-wrapper-three {
    background-color: #0000;
    top: 70px;
  }

  .nav-menu-three {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .menu-button {
    padding: 12px;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .html-embed {
    width: 350px;
  }

  .whoarewespacer {
    margin-left: 10px;
    margin-right: 10px;
  }

  .pu {
    display: none;
  }

  .storycard {
    margin-left: 10px;
    margin-right: 10px;
  }

  .storyimg {
    width: 90px;
    max-width: 150px;
  }

  .text-block {
    padding-left: 40px;
  }
}

@media screen and (max-width: 767px) {
  .navbar-brand-three {
    padding-left: 0;
  }

  .nav-menu-three {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-menu-block {
    flex-direction: column;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-link-accent {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .button-primary.header {
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: auto;
  }

  .hero {
    margin-top: auto;
    margin-bottom: 40px;
  }

  .section-whoweare {
    margin-top: auto;
  }

  .heading {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 35px;
  }

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

  .html-embed {
    width: 500px;
    margin-top: auto;
    display: block;
  }

  .html-embed.mobivideo {
    margin-bottom: 40px;
  }

  .html-embed.desktop {
    display: none;
  }

  .whoarewespacer {
    margin-left: 10px;
    margin-right: 10px;
  }

  .closebutton {
    margin-left: -16px;
  }

  .form-2 {
    width: 380px;
    margin-left: -50px;
  }

  .html-embed-2 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .formwrapper {
    width: 400px;
  }

  .pu {
    display: none;
  }

  .storyimg {
    width: 150px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  ._3circles {
    display: none;
  }

  .bold-text-2 {
    font-size: 30px;
    line-height: 30px;
  }

  .mobile-video {
    margin-bottom: auto;
    display: block;
  }

  .mobilevideosection {
    margin-bottom: 40px;
    display: block;
  }

  .form-block-3 {
    width: 100%;
    padding-right: 10px;
  }

  .formwrapper-2 {
    width: 400px;
  }

  .formwrapper-2.survey {
    margin-left: 5px;
    margin-right: 10px;
    padding-left: 10px;
  }

  .mystory {
    margin-left: 10px;
    margin-right: 10px;
  }
}

@media screen and (max-width: 479px) {
  .container {
    max-width: none;
  }

  .nav-menu-three {
    flex-direction: column;
  }

  .button-primary.header {
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
  }

  .hero {
    margin-top: auto;
    margin-bottom: 20px;
  }

  .heading {
    margin-bottom: 20px;
    font-size: 32px;
    line-height: 32px;
  }

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

  .html-embed {
    width: 100%;
  }

  .whoarewespacer {
    margin-left: auto;
    margin-right: auto;
  }

  .formtextbox {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .closebutton {
    margin-top: 51px;
    margin-bottom: -60px;
    margin-left: -26px;
  }

  .form1 {
    width: 290px;
    margin-left: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .form-2 {
    width: 100%;
    margin-left: 2px;
    padding-bottom: 5px;
    padding-left: 5px;
    padding-right: 5px;
  }

  .html-embed-2 {
    margin-top: 84px;
    margin-left: auto;
    margin-right: auto;
  }

  .popupcontent {
    width: 100%;
    margin-top: -91px;
    margin-left: 0;
  }

  .popupheadline {
    margin-top: -6px;
    font-size: 24px;
    line-height: 24px;
  }

  .submit-button {
    padding-top: 10px;
    padding-bottom: 10px;
    display: block;
  }

  .formwrapper {
    width: 290px;
  }

  .pu {
    display: none;
  }

  .team-member-shot {
    align-self: stretch;
    height: auto;
  }

  .card-1 {
    align-items: center;
  }

  .storycard {
    margin-left: 10px;
    margin-right: 10px;
  }

  .text-block {
    padding-left: 0;
  }

  .text-block-2 {
    font-size: 10px;
  }

  .container-2 {
    margin-top: 39px;
  }

  .column {
    padding-left: 0;
  }

  .heading-3 {
    font-size: 24px;
    line-height: 24px;
  }

  .bold-text-2 {
    font-size: 30px;
    line-height: 30px;
  }

  .radio-button-label-6 {
    font-size: 16px;
  }

  .surveybox, .formwrapper-2 {
    width: 290px;
  }

  .formwrapper-2.survey {
    margin-top: 0;
    margin-right: 0;
    padding-top: 10px;
    padding-left: 5px;
  }

  .textarea-copy {
    width: 290px;
  }

  .formapplication {
    width: 300px;
  }

  .paragraph-2 {
    padding-left: 5px;
    padding-right: 5px;
    line-height: 20px;
  }

  .page2video {
    width: 295px;
    height: 160px;
  }

  .heading-4 {
    font-size: 25px;
    line-height: 25px;
  }

  .select-field {
    width: 290px;
  }

  .mystory {
    margin-left: 5px;
    margin-right: 5px;
  }
}


@font-face {
  font-family: 'Svn Aire Pro';
  src: url('../fonts/SVN-Aire-Pro-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}