@font-face {
  font-family: MuliBlack;
  src: url('../fonts/Muli-Black.ttf');
}

@font-face {
  font-family: MuliBlackItalic;
  src: url('../fonts/Muli-BlackItalic.ttf');
}

@font-face {
  font-family: MuliBold;
  src: url('../fonts/Muli-Bold.ttf');
}

@font-face {
  font-family: MuliBoldItalic;
  src: url('../fonts/Muli-BoldItalic.ttf');
}

@font-face {
  font-family: MuliExtraBold;
  src: url('../fonts/Muli-ExtraBold.ttf');
}

@font-face {
  font-family: MuliExtraBoldItalic;
  src: url('../fonts/Muli-ExtraBoldItalic.ttf');
}

@font-face {
  font-family: MuliExtraLight;
  src: url('../fonts/Muli-ExtraLight.ttf');
}

@font-face {
  font-family: MuliExtraLightItalic;
  src: url('../fonts/Muli-ExtraLightItalic.ttf');
}

@font-face {
  font-family: MuliItalic;
  src: url('../fonts/Muli-Italic.ttf');
}

@font-face {
  font-family: MuliLight;
  src: url('../fonts/Muli-Light.ttf');
}

@font-face {
  font-family: MuliLightItalic;
  src: url('../fonts/Muli-LightItalic.ttf');
}

@font-face {
  font-family: MuliRegular;
  src: url('../fonts/Muli-Regular.ttf');
}

@font-face {
  font-family: MuliSemiBold;
  src: url('../fonts/Muli-SemiBold.ttf');
}

@font-face {
  font-family: MuliSemiBoldItalic;
  src: url('../fonts/Muli-SemiBoldItalic.ttf');
}

.popup-cognito #cog-5, .popup-cognito #cog-6, .popup-cognito #cog-7 {
  display: none;
} 

#workshop .cog-page > .cog-row:nth-child(6), #workshop .cog-page > .cog-row:nth-child(7), #workshop .cog-page > .cog-row:nth-child(8) {
  display: none;
}

#workshop .el-checkbox__inner{
  background-color: white;
}

#workshop .el-checkbox__label{
  color: white;
}

#workshop h2{
  margin-bottom: 10px;
}

#workshop h3{
  margin: 0px 0px 30px;
}

#workshop .cog-input {
  margin: 0 !important;
  padding: 0 !important;
}

body{
  margin: 0px;
  padding: 0px;
  color: white;
  font-family: MuliBlack;
  overflow: initial !important;
}

a {
  text-decoration: none;
}

.text-orange {
  color: #ef7b36;
}

.text-green {
  color: #00ab7b;
}

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

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

.hidden {
  display: none;
}

.landing-menu {
  width: 100%;
  position: relative;
  text-align: center;
  height: 80px;
  background-color: black;
  z-index: 1;
}

.landing-menu .wrapper {
  padding: 0px 6% 0px 6%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}

.landing-menu .logo img {
  width: 125px;
}

.landing-header {
  position: relative;
  height: 74vh;
  min-height: 450px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.landing-header .background-video {
  background-size: auto;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  height: 90vh;
  margin: auto;
}

.landing-header-bg {
  background-position: 50% 80%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  filter: blur(1.5px);
}

.landing-header:after {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: #00000030;
  z-index: 0;
}

.landing-header .text {
  position: absolute;
  padding: 20px;
  z-index: 1;
  text-align: center;
  margin-bottom: 20px;
}

.landing-header .bg-purple {
  background-color: #7C338E;
  padding: 2px 10px;
}

.landing-header .bg-green {
  background-color: #3BA048;
  padding: 2px 10px;
}

.landing-header .text h2 {
  font-family: MuliExtraBold;
  padding: 0px;
  margin: 0px 0px 10px;
  font-size: 30px;
  line-height: 1;
}

.landing-header .text p {
  font-family: MuliLight;
  margin: 0px 0px 10px;
  font-size: 22px;
  line-height: 1;
}

.landing-header-seemore {
  position: absolute;
  left: 0;
  right: 0;
  top: -110px;
  background-color: #2d2d2d;
  border-radius: 20px;
  width: 92%;
  max-width: 780px;
  margin: auto;
  text-align: center;
  z-index: 3;
}

.landing-header-seemore .wrapper{
  padding: 15px 15px 25px;
}

.landing-header-seemore h1{
  font-family: MuliBold;
  margin: 0px 0px 12px;
  font-size: 22px;
  line-height: 1;
  color: #d6d6d6;
}

.landing-header-seemore p{
  font-family: MuliLight;
  font-size: 16px;
  margin: 10px 0px 5px;
  line-height: 1;
  color: #B8B9BA;
}

.landing-header-seemore .landing-button {
  font-size: 16px;
}

.landing-body {
  position: relative;
  padding: 160px 0px 10px;
  background-color: black;
}

.landing-body:after { 
  content: '';
  position: absolute;
  top: 180px;
  left: 0px;
  width: 100%;
  height: 85%;
  background: #3ba048;
  z-index: -1;
}

.landing-body > .wrapper {
  padding: 0px 15px;

}

.landing-body > .wrapper > div{
  width: 100%;
  z-index: 2;
  padding: 0px 0px 10px;
  background-color: #1c2023;
  border-radius: 15px;
  text-align: left;
  margin: 20px auto;
  max-width: 365px;
}

.landing-body > .wrapper > div.green:hover {
  box-shadow: 0px 2px 7px 2px #00ab7b80;
}

.landing-body > .wrapper > div.orange:hover {
  box-shadow: 0px 2px 7px 2px #ef7b3680;
}

.landing-body > .wrapper> div .text-orange {
  color: #ef7b36;
}

.landing-body > .wrapper > div .text-green {
  color: #00ab7b;
}

.landing-body .wrapper > div h2 {
  font-size: 18px;
  font-family: MuliBold;
  margin: 0px;
}

.landing-body .wrapper > div p {
  color: #B8B9BA;
  font-size: 16px;
  font-family: MuliLight;
  margin: 25px 25px 10px 35px;
}

.landing-body .wrapper > div a {
  display: block;
  margin: 10px 30px 15px;
  font-family: MuliBold;
  color: black;
}

.landing-body .wrapper > div p span {
  color: #d6d6d6;
  font-family: MuliItalic;
}

.landing-card-title {
  margin: 25px 20px 0px 35px;
}  

.landing-card-image {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 180px;
  width: 100%;
  border-top-right-radius: 15px;
  border-top-left-radius: 15px;
}

.landing-button{
  font-size: 16px;
  font-weight: bold;
  color: white;
  border-radius: 10px;
  padding: 15px 20px;
  transition: 0.5s ease;
  text-align: center;
  line-height: 1;
  cursor: pointer;
  margin: 5px;
}

.landing-button.orange {
  background-color: #ef7b36;
}

.landing-button.orange:hover {
  background-color: #ef7b36d1;
}

.landing-button.green {
  background-color: #00ab7b;
}

.landing-button.green:hover {
  background-color: #00ab7bb8;
}

.landing-button.red {
  background-color: #db4a39;
}

.landing-button.red:hover {
  background-color: #bb3222;
}

.landing-button.blue {
  background-color: #3b5998;
}

.landing-button.blue:hover {
  background-color: #2f477a;
}

.landing-button.black {
  background-color: #2f2f2f;
}

.landing-button.black:hover {
  background-color: #000;
}

.landing-button-big {
  padding: 13px 50px;
}

.landing-button.white {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: white;
  color: #7C338E;
  font-size: 22px;
}

.landing-button.white:hover {
  background-color: #7C338E;
  color: white;
}

.landing-button-icon .fa, .landing-button-icon .fab {
  font-size: 26px;
  margin-right: 10px;
}

.landing-text {
  background-color: black;
  color: white;
  width: 100%;
  font-family: MuliLight;
  padding: 10px 0px;
}

.landing-text .wrapper{
  width: 90%;
  margin: auto;
}

.landing-text.landing-workshop input[type=text],
.landing-text.landing-workshop input[type=email],
.landing-text.landing-workshop input[type=tel]{
  background-color: white !important;
}

.landing-footer {
  background-color: #1c2023;
  width: 100%;
}

.landing-footer .wrapper {
  padding: 40px 5% 30px;
}

.landing-footer-logo {
}

.landing-footer-logo img{
  width: 166px;
}

.landing-footer-logo h4{
  font-size: 26px;
  color: #D9E0E3;
  margin: 5px 0px 10px;
  font-family: MuliBold;
}

.landing-footer-logo h4 span{
  color: #00ab7b;
}

.landing-footer-contact {
}

.landing-footer-contact div{
  width: 320px;
  text-align: left;
}

.landing-footer-contact a{
  font-size: 22px;
  color: #B8B9BA;
  margin: 5px 0px;
  font-family: MuliLight; 
}

.landing-footer-contact .fa, .landing-footer-contact .fab{
  font-size: 24px;
  color: #cdc9cd;
}

.landing-footer-social {
  display: flex;
  align-items: center;
}

.landing-footer-social a{
  margin-right: 19px;
}


.landing-footer-social .fa, .landing-footer-social .fab{
  font-size: 28px;
}

.landing-footer-fixed {
  background-color: #7C338E;
  padding: 8px 5px;
  text-align: center;
  position: fixed;
  bottom: 0px;
  width: 100%;
  z-index: 2;
}

.landing-footer-fixed .wrapper {
  width: 100%;
  max-width: 1200px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: row wrap;
}

.footer-links {
  width: 100%;
}

.footer-social {
  padding: 10px;
}

.footer-social .fa, .footer-social .fab {
  color: #7C338E;
  font-size: 38px;
  margin-left: 15px;
}

.landing-footer-fixed-logo {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  margin-bottom: 10px;
  align-items: center;
}

.landing-footer-fixed-button {
  background-color: white;
  color: #7C338E;
  font-weight: 600;
  border-radius: 10px;
  padding: 5px 10px;
  cursor: pointer;
  margin: 2px;
}

@media (min-width: 400px) {

  .landing-header-seemore {
    width: 90%;
  }

  .landing-header-seemore h1{
    font-size: 24px;
  }

  .landing-footer-fixed-button {
    margin: 3px;
    padding: 5px 15px;
  }

  .landing-body .wrapper > div h2 {
    font-size: 20px;
  }

  .landing-body .wrapper > div p {
    font-size: 18px;
  }

  .landing-card-image {
    height: 210px;
  }

}


@media (min-width: 1024px) {

  .landing-header {
    height: 265px;
    min-height: 265px;
  }

  .landing-menu .wrapper {
    padding: 0px 4% 0px 4%;
  }

  .landing-header .background-video {
    background-size: cover;
    width: initial;
    height: initial;
    min-width: 100%;
    min-height: 100%;
    top: -115px;
  }

  .landing-header .text {
  }

  .landing-header .text h2 {
    font-size: 36px;
  }

  .landing-header .text p {
    font-size: 22px;
  }

  .landing-header .buttons {
    padding: 20px 5px;
    max-width: 1100px;
  }

  .landing-header-seemore {
    width: 780px;
    top: -60px;
  }

  .landing-header-seemore .wrapper{
    padding: 20px 15px 35px;
  }

  .landing-header-seemore h1{
    font-size: 24px;
  }

  .landing-button{
    padding: 15px 40px;
  }

  .landing-button-big {
    padding: 13px 120px;
  }

  .landing-body:after {
    height: 650px;
  }

  .landing-body > .wrapper {
    max-width: 1280px;
    margin: 35px auto;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-around;
  }

  .landing-body > .wrapper > div{
    width: 31%;
    margin: 20px 10px;
  }

  .landing-body > .wrapper > div > .wrapper{
  }

  .landing-body > .wrapper > div h2{
    font-size: 20px;
  }

  .landing-body > .wrapper > div p, .landing-body > .wrapper > div p a{
    font-size: 18px;
  }

  .landing-card-text {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 450px;
  }

  .landing-card-title {
    display: flex;
    align-items: center;
  }

  .landing-card-title.small {
    min-height: 75px;
  }

  .landing-card-title.big {
    min-height: 130px;
  }

  .landing-card-body {
    min-height: 138px;
  }

  .landing-footer .wrapper {
    display: flex;
    justify-content: space-between;
  }

  .landing-footer-fixed-button {
    padding: 8px 25px;
    margin: 0px 0px 0px 10px;
  }

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

}

@media (min-width: 1200px) {

  .landing-body > .wrapper > div{
    width: 29.5%;
  }

  .landing-body > .wrapper > div > .wrapper{
    
  }
  .landing-footer-social a{
    margin-right: 25px;
  }
}
