/* common border radius */
/* disable text selection */
section.gt-block.hero {
  position: relative;
}
@media screen and (max-width: 768px) {
  section.gt-block.hero {
    height: 924px;
  }
}
section.gt-block.hero .container {
  z-index: 1;
  position: relative;
  max-width: calc(1640px + 20px + 20px);
  display: flex;
  justify-content: flex-start;
}
@media screen and (min-width: 769px) and (max-width: 1860px) {
  section.gt-block.hero .container {
    padding-left: 100px;
    max-width: 100%;
  }
}
section.gt-block.hero .hero__background {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
section.gt-block.hero .hero__background img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
section.gt-block.hero .hero__background-desktop {
  display: block;
}
@media screen and (max-width: 768px) {
  section.gt-block.hero .hero__background-desktop {
    display: none;
  }
}
section.gt-block.hero .hero__background-mobile {
  display: none;
}
@media screen and (max-width: 768px) {
  section.gt-block.hero .hero__background-mobile {
    display: block;
  }
}
section.gt-block.hero .hero__panel {
  position: absolute;
  z-index: 2;
  left: 18px;
  bottom: 30px;
}
@media screen and (max-width: 768px) {
  section.gt-block.hero .hero__panel {
    left: unset;
    right: 12px;
    bottom: unset;
    top: 120px;
  }
}
section.gt-block.hero .hero__panel-socials {
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  section.gt-block.hero .hero__panel-socials {
    display: none;
  }
}
section.gt-block.hero .hero__panel-socials-item {
  margin-bottom: 13px;
  border: 1px solid #FFFFFF;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: transparent;
  transition: 0.3s all linear;
}
section.gt-block.hero .hero__panel-socials-item:last-child {
  margin-bottom: 0px;
}
section.gt-block.hero .hero__panel-socials-item:hover {
  transition: 0.3s all linear;
  background-color: #FFC66B;
  border-color: #FFC66B;
}
section.gt-block.hero .hero__panel-socials-item svg {
  display: block;
}
section.gt-block.hero .hero__panel-socials-item svg path {
  transition: 0.3s all linear;
  fill: #FFF;
}
section.gt-block.hero .hero__panel-socials-item:hover {
  transition: 0.3s all linear;
  background-color: #FFC66B;
}
section.gt-block.hero .hero__panel-socials-item:hover svg path {
  transition: 0.3s all linear;
  fill: #000;
}
section.gt-block.hero .hero__panel-scroll {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  width: 40px;
}
section.gt-block.hero .hero__panel-scroll-icon {
  border: 1px solid #FFFFFF;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  background-color: transparent;
  transition: 0.3s all linear;
  position: relative;
}
section.gt-block.hero .hero__panel-scroll-icon svg {
  display: block;
  position: absolute;
  left: calc(50% - 7px);
  top: 5px;
  animation-name: mouse-scroll;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  opacity: 0.7;
}
@keyframes mouse-scroll {
  0% {
    top: 5px;
    opacity: 0.8;
  }
  5% {
    opacity: 1;
  }
  35% {
    top: 12px;
    opacity: 1;
  }
  40% {
    opacity: 0.8;
  }
  100% {
    top: 5px;
    opacity: 0.8;
  }
}
section.gt-block.hero .hero__panel-scroll-text {
  margin-top: 40px;
  margin-bottom: 35px;
}
section.gt-block.hero .hero__panel-scroll-text span {
  display: block;
  transform: matrix(0, -1, 1, 0, 0, 0);
  font-size: 12px;
  color: #FFFFFF;
  text-transform: uppercase;
  letter-spacing: 1.5px;
}
section.gt-block.hero .hero__panel-scroll-arrow svg {
  display: block;
}
section.gt-block.hero .hero__content {
  margin-top: 200px;
  margin-bottom: 150px;
  text-align: left;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media screen and (max-height: 850px) {
  section.gt-block.hero .hero__content {
    margin-top: 130px;
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 768px) {
  section.gt-block.hero .hero__content {
    margin: auto;
    margin-top: 55px;
    margin-bottom: 0px;
    padding-right: 45px;
    align-items: center;
  }
}
section.gt-block.hero .hero__content-heading {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  section.gt-block.hero .hero__content-heading {
    text-align: center;
    margin-bottom: 15px;
  }
}
section.gt-block.hero .hero__content-heading h1 {
  color: #FFFFFF;
  font-size: 80px;
  line-height: 1;
}
@media screen and (max-width: 992px) {
  section.gt-block.hero .hero__content-heading h1 {
    font-size: 44px;
    line-height: 50px;
  }
}
@media screen and (max-width: 768px) {
  section.gt-block.hero .hero__content-heading h1 {
    font-size: 32px;
    line-height: 36px;
  }
}
@media screen and (max-width: 768px) {
  section.gt-block.hero .hero__content-heading h1 br {
    display: none;
  }
}
section.gt-block.hero .hero__content-subheading {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  section.gt-block.hero .hero__content-subheading {
    text-align: center;
    margin-bottom: 20px;
  }
}
section.gt-block.hero .hero__content-subheading span {
  color: #FFC66B;
}
@media screen and (max-width: 768px) {
  section.gt-block.hero .hero__content-subheading span br {
    display: none;
  }
}
section.gt-block.hero .hero__content-text {
  color: #FFFFFF;
  max-width: 505px;
  line-height: 140%;
}
@media screen and (max-width: 1200px) {
  section.gt-block.hero .hero__content-text {
    max-width: 250px;
  }
}
@media screen and (max-width: 768px) {
  section.gt-block.hero .hero__content-text {
    text-align: center;
    max-width: 100%;
  }
}
section.gt-block.hero .hero__content-buttons {
  margin-top: 60px;
  display: flex;
}
@media screen and (max-width: 992px) {
  section.gt-block.hero .hero__content-buttons {
    flex-direction: column;
    margin-top: 40px;
  }
}
@media screen and (max-width: 768px) {
  section.gt-block.hero .hero__content-buttons {
    margin-top: 25px;
  }
}
section.gt-block.hero .hero__content-cta:last-child {
  margin-left: 30px;
}
@media screen and (max-width: 992px) {
  section.gt-block.hero .hero__content-cta:last-child {
    margin-left: 0px;
    margin-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  section.gt-block.hero .hero__content-cta:last-child {
    margin-top: 15px;
  }
}
@media screen and (max-width: 768px) {
  section.gt-block.hero .hero__content-cta {
    text-align: center;
  }
}
