@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@300;400;700;900&display=swap');

@font-face {
font-family: "RelewayBold";
src: url("https://139510919.fs1.hubspotusercontent-eu1.net/hubfs/139510919/releway-bold.ttf");
}

@font-face {
font-family: "RelewayMedium";
src: url("https://139510919.fs1.hubspotusercontent-eu1.net/hubfs/139510919/raleway-medium.ttf");
}

.ac-left{
 text-align: left;
}

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

.ac-right{
 text-align: right;
}

.subheader-dark {
  font-size: 24px;
  font-family: 'RalewayBold', sans-serif;
  font-weight: 700;
  line-height: 29px;
  letter-spacing: 0px;
  color: #F9BB00;
}

.header-dark {
  margin-top: 26px;
  font-size: 72px;
  font-family: 'RalewayBold', sans-serif;
  font-weight: 700;
  line-height: 91px;
  letter-spacing: 0px;
  color: #444444;
}

.paragraph-dark {
  margin-top: 26px;
  font-size: 20px;
  font-family: 'RalewayMedium', sans-serif;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0px;
  color: #444444;
}

.subheader-white {
  font-size: 48px;
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  color: #ffffff;
}

.header-white {
  margin-top: 24px;
  font-size: 72px;
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  color: #ffffff;
}

.paragraph-white {
  margin-top: 24px;
  font-size: 24px;
  font-family: 'Raleway', sans-serif;
  font-weight: 500;
  color: #ffffff;
}

.button-text-drk {
  margin-top: 24px;
  background-color: #f0bc40;
  border: none;
  padding: 16px 32px;
  text-align: center;
  border-radius: 26px;
  transition-duration: 0.4s;
  cursor: pointer;
}

.button-text-drk a {
  color: #444;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  transition-duration: 0.4s;
}

.button-text-drk:hover {
  background-color: #444;
}

.button-text-drk:hover a {
  color: #fff;
}

.button-text-wht {
  margin-top: 24px;
  background-color: #fff;
  border: none;
  padding: 16px 32px;
  text-align: center;
  border-radius: 26px;
  transition-duration: 0.4s;
  cursor: pointer;
}

.button-text-wht a {
  color: #444;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  transition-duration: 0.4s;
}

.button-text-wht:hover {
  background-color: #444;
}

.button-text-wht:hover a {
  color: #fff;
}

.reveal {
  position: relative;
  opacity: 0.0;
}

.reveal.active {
  opacity: 1;
}

.active.fade-top {
  animation: fade-top 1s ease-in;
}

.active.fade-bottom {
  animation: fade-bottom 1s ease-in;
}

.active.fade-left {
  animation: fade-left 1s ease-in;
}

.active.fade-right {
  animation: fade-right 1s ease-in;
}

@keyframes fade-bottom {
  0% {
    transform: translateY(20px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes fade-top {
  0% {
    transform: translateY(-20px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes fade-left {
  0% {
    transform: translateX(-20px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes fade-right {
  0% {
    transform: translateX(20px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

/* Extra small devices, less than 768px */
@media (max-width: 767px) {

  .fs-sh_display {
    font-family: 'RalewayBold', sans-serif;
    font-size: 46px !important;
    font-weight: 700 !important;
  }

  .fs-sh_h1 {
    font-family: 'RalewayBold', sans-serif;
    font-size: 36px !important;
    line-height: 42px; !important;
    font-weight: 700 !important;
  }

  .fs-sh_h2 {
    font-family: 'RalewayBold', sans-serif;
    font-size: 32px !important;
    line-height: 38px; !important;
    font-weight: 700 !important;
  }

  .fs-sh_h3 {
    font-family: 'RalewayBold', sans-serif;
    font-size: 28px !important;
    line-height: 32px; !important;
    font-weight: 700 !important;
  }

  .fs-sh_h4 {
    font-family: 'RalewayBold', sans-serif;
    font-size: 24px !important;
    line-height: 28px; !important;
    font-weight: 700 !important;
  }

  .fs-sh_uppercase {
    font-family: 'RalewayBold', sans-serif;
    font-size: 20px !important;
    line-height: 24px; !important;
    text-transform: uppercase;
    font-weight: 700 !important;
  }

  .fs-h_display {
    font-family: 'RalewayBold', sans-serif;
    font-size: 46px !important;
    line-height: 54px; !important;
    font-weight: 700 !important;
  }

  .fs-h_h1 {
    font-family: 'RalewayBold', sans-serif;
    font-size: 36px !important;
    line-height: 42px; !important;
    font-weight: 700;
  }

  .fs-h_h2 {
    font-family: 'RalewayBold', sans-serif;
    font-size: 32px !important;
    line-height: 38px; !important;
    font-weight: 700 !important;
  }

  .fs-h_h3 {
    font-family: 'RalewayBold', sans-serif;
    font-size: 28px !important;
    line-height: 32px; !important;
    font-weight: 700 !important;
  }

  .fs-h_h4 {
    font-family: 'RalewayBold', sans-serif;
    font-size: 24px !important;
    line-height: 28px; !important;
    font-weight: 700 !important;
  }
  
  .paragraph-dark {
    font-size: 18px !important;
    line-height: 21px; !important;
    font-weight: 400 !important;
  }
  
  .paragraph-white {
    font-size: 18px !important;
    line-height: 21px; !important;
    font-weight: 400 !important;
  }

}

@media (min-width: 768px) and (max-width: 3840px) {
  .fs-sh_display {
    font-family: 'RalewayBold', sans-serif;
    font-size: 142px !important;
    font-weight: 700 !important;
  }

  .fs-sh_h1 {
    font-family: 'RalewayBold', sans-serif;
    font-size: 78px !important;
    font-weight: 700 !important;
  }

  .fs-sh_h2 {
    font-family: 'RalewayBold', sans-serif;
    font-size: 64px !important;
    font-weight: 700 !important;
  }

  .fs-sh_h3 {
    font-family: 'RalewayBold', sans-serif;
    font-size: 38px !important;
    font-weight: 700 !important;
  }

  .fs-sh_h4 {
    font-family: 'RalewayBold', sans-serif;
    font-size: 28px !important;
    font-weight: 700 !important;
  }

  .fs-sh_uppercase {
    font-family: 'RalewayBold', sans-serif;
    font-size: 24px !important;
    text-transform: uppercase;
    font-weight: 700 !important;
  }

  .fs-h_display {
    font-family: 'RalewayBold', sans-serif;
    font-size: 142px !important;
    font-weight: 700 !important;
  }

  .fs-h_h1 {
    font-family: 'RalewayBold', sans-serif;
    font-size: 78px !important;
    font-weight: 700 !important;
  }

  .fs-h_h2 {
    font-family: 'RalewayBold', sans-serif;
    font-size: 64px !important;
    font-weight: 700 !important;
  }

  .fs-h_h3 {
    font-family: 'RalewayBold', sans-serif;
    font-size: 38px !important;
    font-weight: 700 !important;
  }

  .fs-h_h4 {
    font-family: 'RalewayBold', sans-serif;
    font-size: 28px !important;
    font-weight: 700 !important;
  }
}