﻿html {
    box-sizing: border-box;
    font-size: 100%;
  }
  @media only screen and (min-width: 1200px) and (max-width: 1399px) {
    html {
      font-size: 87.5%;
    }
  }
  @media only screen and (min-width: 1000px) and (max-width: 1199px), only screen and (max-width: 999px) {
    html {
      font-size: 75%;
    }
  }
  *,
  *::before,
  *::after {
    box-sizing: inherit;
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
    margin: 0;
    padding: 0;
  }
  body {
    background-image: linear-gradient(180deg, #e7e6ea 0%, #e7e6ea 50%, #fff 50%);
    background-repeat: no-repeat;
    line-height: 1;
  }
  @media only screen and (max-width: 999px) {
    body {
      background-image: none;
      background-color: white;
    }
  }
  img,
  svg {
    border: 0;
    display: block;
    height: auto;
    max-width: 100%;
  }
  a:link,
  a:visited {
    text-decoration: none;
  }
  a:hover,
  a:active {
    outline: 0;
  }
  ol,
  ul {
    list-style: none;
  }
  audio,
  canvas,
  video {
    display: inline-block;
    max-width: 100%;
    zoom: 1;
  }
  form {
    display: block;
  }
  .vse {
    display: flex !important;
    align-items: center;
    justify-content: center;
    height: 100vh;
  }
  .vse__inner {
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 100%;
  }
  @media only screen and (max-width: 1024px) {
    .vse__inner {
      width: 82.5%;
    }
  }
  @media only screen and (max-width: 768px) {
    .vse__inner {
      width: 90%;
      display: block;
      margin: auto;
    }
  }
  .vse__row {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 2.5%;
  }
  @media only screen and (max-width: 768px) {
    .vse__row {
      flex-direction: column;
      padding: 5% 0;
    }
  }
  .vse__box:last-of-type {
    text-align: right;
  }
  @media only screen and (max-width: 768px) {
    .vse__box:last-of-type {
      margin-top: 4.5%;
      text-align: left;
    }
  }
  @media only screen and (max-width: 480px) {
    .vse__box:last-of-type {
      margin-top: 6%;
    }
  }
  .vse__logo {
    width: 11.5vw;
  }
  @media only screen and (min-width: 1000px) and (max-width: 1199px), only screen and (max-width: 999px) {
    .vse__logo {
      width: 14.5vw;
    }
  }
  @media only screen and (max-width: 768px) {
    .vse__logo {
      width: 18.5rem;
    }
  }
  .vse__tagline {
    color: #c16e32;
    font: 700 0.625vw / 1.25 'Montserrat', sans-serif;
    text-transform: uppercase;
  }
  @media only screen and (min-width: 1000px) and (max-width: 1199px), only screen and (max-width: 999px) {
    .vse__tagline {
      font-size: 1vw;
    }
  }
  @media only screen and (max-width: 768px) {
    .vse__tagline {
      font-size: 1.125rem;
    }
  }
  @media only screen and (max-width: 768px) {
    .vse__tagline {
      font-size: 0.875rem;
    }
  }
  .vse__title {
    color: #333333;
    font: 400 1.5vw / 1.25 'Palatino Linotype', 'Book Antiqua', Georgia, serif;
    margin: 0.375% 0;
  }
  @media only screen and (min-width: 1000px) and (max-width: 1199px), only screen and (max-width: 999px) {
    .vse__title {
      font-size: 1.75vw;
    }
  }
  @media only screen and (max-width: 768px) {
    .vse__title {
      font-size: 2.25rem;
    }
  }
  @media only screen and (max-width: 768px) {
    .vse__title {
      font-size: 2rem;
      margin: 1% 0;
    }
  }
  .vse__presenter {
    color: #333333;
    font: 400 1vw / 1.25 'Palatino Linotype', 'Book Antiqua', Georgia, serif;
  }
  @media only screen and (min-width: 1000px) and (max-width: 1199px), only screen and (max-width: 999px) {
    .vse__presenter {
      font-size: 1.375vw;
    }
  }
  @media only screen and (max-width: 768px) {
    .vse__presenter {
      font-size: 1.5rem;
    }
  }
  @media only screen and (max-width: 768px) {
    .vse__presenter {
      font-size: 1.375rem;
    }
  }
  .vse__iframe-wrapper,
  .vse__chatForm-wrapper {
    display: flex;
    min-height: 600px;
    position: relative;
    transition: all 500ms ease-in-out;
  }
  .vse__iframe-wrapper h2,
  .vse__chatForm-wrapper h2 {
    display: block;
    font-size: 22px;
    font-family: 'Montserrat', Arial;
    padding-bottom: 15px;
    border-bottom: 1px solid #e6e6e6;
    color: #24377e;
  }
  @media only screen and (max-width: 999px) {
    .vse__iframe-wrapper,
    .vse__chatForm-wrapper {
      flex-direction: column;
      min-height: 300px;
    }
  }
  .vse__iframe-wrapper.fullscreen,
  .vse__chatForm-wrapper.fullscreen {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
  }
  .vse__chatForm-wrapper {
    max-width: 1200px;
    margin: auto;
    margin-top: 50px;
    width: 100%;
    max-width: 1000px;
  }
  @media only screen and (max-width: 999px) {
    .vse__chatForm-wrapper {
      margin-top: 0px;
    }
  }
  .vse__chatForm-wrapper .wrapper-box:first-of-type {
    flex: 1;
    position: relative;
    min-width: 550px;
  }
  @media only screen and (max-width: 999px) {
    .vse__chatForm-wrapper .wrapper-box:first-of-type {
      margin-top: 0;
      min-width: 0;
    }
  }
  .vse__chatForm-wrapper .wrapper-box:first-of-type iframe {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 300px;
  }
  @media only screen and (max-width: 999px) {
    .vse__chatForm-wrapper .wrapper-box:first-of-type iframe {
      height: 350px;
      position: static;
    }
  }
  .vse__chatForm-wrapper .wrapper-box:last-of-type {
    width: 80%;
    min-width: 496px;
    margin-left: 50px;
  }
  @media only screen and (max-width: 999px) {
    .vse__chatForm-wrapper .wrapper-box:last-of-type {
      min-width: 0px;
      margin-top: 0px;
    }
  }
  @media only screen and (max-width: 999px) {
    .vse__chatForm-wrapper .wrapper-box:last-of-type iframe {
      width: 100%;
    }
  }
  .vse__iframe-box:first-of-type {
    flex: 1;
    position: relative;
    max-width: 1600px;
    margin: auto;
    width: 90%;
  }
  @media only screen and (max-width: 999px) {
    .vse__iframe-box:first-of-type {
      margin-top: 0;
    }
  }
  .vse__iframe-box:first-of-type iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  @media only screen and (max-width: 999px) {
    .vse__iframe-box:first-of-type iframe {
      height: 51vw;
      position: static;
    }
  }
  @media only screen and (max-width: 999px) {
    .vse__iframe-box:last-of-type iframe {
      width: 100%;
    }
  }
  .vse__iframe-fs-button {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #c16e32;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    font-size: 0.875rem;
    font-weight: 600;
    padding: 1rem;
    display: flex;
    align-items: center;
    cursor: pointer;
  }
  .vse__fullscreen-icon {
    margin-right: 0.5rem;
    width: 1rem;
  }
  .vse__iframe {
    background-color: #fff;
    height: 100%;
    min-height: 42.5rem;
    width: 100%;
  }
  