@font-face {
  font-family: 'Optima';
  src: url('../fonts/7194113b-6f88-48e8-ad04-567c983fdca4.woff2');
  /* IE9 Compat Modes */
  src: url('../fonts/OPTIMA.eot?#iefix') format('embedded-opentype'),
    /* IE6-IE8 */
    url('../fonts/7194113b-6f88-48e8-ad04-567c983fdca4.woff2') format('woff2'),
    /* Super Modern Browsers */
    url('../fonts/7194113b-6f88-48e8-ad04-567c983fdca4.woff') format('woff'),
    /* Pretty Modern Browsers */
    url('../fonts/OPTIMA.ttf') format('truetype'),
    /* Safari, Android, iOS */
    url('OPTIMA.otf#svg') format('svg');
  /* Legacy iOS */
}

html, body {
  z-index: 1;
  font-size: 20px;
  font-family: Optima;
  padding: 0;
  line-height: 1.4;
  margin: 0;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
a, button, input, label {
  cursor: pointer;
  color: black;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
*, *:after, *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0
}
p, h1, h2, h3, h4, ul, li {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: inherit;
  font-weight: normal;
}
li {

}
h1 {
  font-size: 40px;
  text-align: center;
  font-weight: bold;
}
h2 {
  font-size: 20px;
  text-align: center;
  font-weight: bold;
}
a {
  font-size: 20px;
}
h3 {
  text-align: center;
  margin: auto;
  margin-bottom: 30px;
  font-size: 27px;
  width: auto;
  display: block;
  font-weight: bold;
}
p {
  font-size: 22px;
}
header {
  padding: 15px;
  position: sticky;
  background: white;
  width: 100vw;
  top: -90px;
  left: 0;
  -webkit-box-shadow: 0px 5px 8px -1px #FFFFFF;
  box-shadow: 0px 5px 8px -1px #FFFFFF;
}

section {

}
@media screen and (max-width:800px){

  h3 {
    text-align: center;
    font-weight: bold;
    font-size: 25px;
  }
  h1 {
    text-align: center;
  }
  h2 {
    text-align: center;
    font-size: 18px;
  }
  a {
    font-size: 18px;
  }
  p {
    font-size: 20px;
  }
}
.header-wrapper {
  display: block;
  margin: auto;
  text-align: center;
}
.name {
  margin-top: 10px;
}
.logo {
  width: 50px;
  margin-left: 15px;
  margin-top: 15px;
  margin-bottom: 20px;
}
@media screen and (max-width:800px){
  .header-wrapper {
    display: block;
    margin: auto;
    text-align: center;
    width: 100%;
  }
}
.block-1 {
  display: block;
  align-items: center;
  margin: auto;
  height: auto;
  max-width: 1200px;
  padding-top: 5vh;
}
.block-1 img {
  height: 50vh;
  display: block;
  margin: auto;
  border-radius: 0.5vw;
}
.block-1 h1 {
  margin-top: 10vh;
}
@media screen and (max-width:800px){
  .block-1 {
    width: 90%;
  }
  .block-1 p{
    display: block;
    margin: auto;
    width: 100%;
  }
  .block-1 img {
    height: auto;
    width: 90vw;
  }
  .block-1 div{
    margin-bottom: 100px;
  }
}

.menu {
  margin: auto;
  margin-top: 25px;
  margin-bottom: 80px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  justify-content: space-around;
  grid-gap: 2px;
  padding: 0 20px;
  max-width: 1200px;
}
.menu-block {
  margin: auto;
  display: block;
  margin-top: 45px;
  text-align: right;
}
.menu-block-l, .menu-block-r {
  display: flex;
  justify-content: space-around;
}

.bubble {
  background: #bce5fb;
  border-radius: 30px;
  padding: 15px;
  width: 200px;
  text-align: center;
}
.menu-block a {
  font-weight: bold;
}
.menu-block-text-1 {
  display: none;
  margin-top: 50px;
  margin-bottom: 100px;
  text-align: left;
}
.menu-block p {
  list-style-type: disc;
  margin-top: 50px;
  margin-bottom: 100px;
  text-align: left;
}
.menu-block li {
  list-style-type: disc;
  text-align: left;
  margin: 0;
  padding: 0;
}

@media screen and (max-width:800px){
  .menu {
    grid-template-columns: 1fr;
    grid-gap: 0px;
    width: 90%;
    padding: 0 0px;
  }
  .menu-block-r div {
    display: none;
  }
  .menu-block-l div {
    display: none;
  }
  .menu-block a {
    font-weight: bold;
  }
  .menu-blocks {
   display: block;
   margin: auto;
   width: 100%;
   text-align: center;
  }
  .menu-block ul {
    list-style-type: disc;
    margin-top: 10vw;
    margin-bottom: 15vw;
    text-align: left;
  }
  .menu-block-text-1 {
    padding-left: 0vw;
  }
}


iframe {
  width: 100%;
  height: 50vh;
}
@media screen and (max-width:800px){

  iframe {
    height: 40vh;
  }
}

.blue-bg {
  position: fixed;
  background: grey;
  height: 100vh;
  width: 100vw;
  top: 0;
  left: 0;
  background: #ecf5f9;
  pointer-events: none;
  z-index: -1;
}
.legal-content {
 display: block;
 margin: auto;
 max-width: 1000px;
 margin: 100px auto;
 margin-bottom: 10px;
}
@media screen and (max-width:800px){
  .legal-content {
    width: 90%;
  }
}

/* FOOTER */
footer {
  width: 100%;
  margin-bottom: 3vw;
}
footer div {
  display: block;
  width: 50vw;
  margin: auto;
  text-align: center;
}
footer a{
  margin: 0 1.5vw;
  font-weight: bold;
}
footer img {
  width: 4vw;
  margin: 2vw 0;
}
@media screen and (max-width:800px){
  footer img {
    width: 9vw;
    margin: 8vw 0;
  }
  footer {
    width: 100%;
    margin-bottom: 10vw;
  }
}
