.hero {
    text-align: center;
}

@media (max-width: 992px) {
    .hero__dot {
        width: 16px;
        height: 16px;
        left: -16px;
    }
  
  .hero__lottie
	 {
    width: 100% !important;
	}
  	.hero__img {
      width:65% !important;
  }
  .hero__text-link {
    justify-content: center;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
}

.hero__path {
    position: absolute;
    left: 0;
    width: calc(100% + 90px);
    max-width: 100vw;
    visibility: hidden;
    pointer-events: none;
}

.hero h1 {
    margin-bottom: 0;
}

.hero h1,
.hero h2 {
    color: #006B94;
    font-family: Ploni ML v2 AAA;
    font-size: 45px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
    text-transform: capitalize;
    display: inline-block;
    position: relative;
}

.hero__subtitle {
    color: #006B94;
    font-family: Ploni ML v2 AAA;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px; /* 136.364% */
    text-transform: capitalize;
    margin-bottom: 8px;
}

.hero p {
    color: #56656E;
    font-size: 16px;
    line-height: 1.25;
}

.hero__lottie,
.hero__img {
    width: 65%;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}

.hero__slide {
    border-radius: 16px;
    overflow: hidden;
    background-color: #fff;
    height: 100%;
}

.hero__action .btn-primary {
    margin-bottom: 10px;
}

.hero__text-link-icon {
	width:24px;
	height:24px;
}

.hero__text-link-link {
	font-weight: 700;
	font-size: 20px;
	line-height: 1;
	text-decoration: underline;
}

.hero__text-link-link:hover {
	text-decoration: none;
}

@media (min-width: 992px) {
    .hero {
        /*padding: 110px 90px 70px;*/
        padding: 27px 90px 146px !important;
        text-align: start;
    }

    .hero h1,
    .hero h2 {
        font-size: 90px;
        font-weight: 700;
        line-height: 1;
        letter-spacing: -0.01em;
    }

    .hero__subtitle {
        font-size: 40px;
        line-height: 1;
        margin-bottom: 14px;
    }

    .hero p {
        font-size: 26px;
        line-height: 1.3;
        /*letter-spacing: 0.01em;*/
        max-width: 744px;
    }

    .hero__img,
    .hero__lottie {
        width: 704px;
        height: auto;
    }

    .hero__lottie {
        height: 558px;
    }

    .hero__action {
        padding-top: 35px;
    }

    .hero__action .btn-primary {
        min-width: 245px;
        padding: 0;
        margin-bottom: 0;
    }

    .careers .hero__subtitle {
        width: 70%;
    }
}

@media (max-width: 992px) {
    .careers .text-block {
        padding: 0 !important;
    }
}

@media (max-width: 1450px) and (min-width: 992px) {
    .hero h1 {
        font-size: 67px;
        line-height:61px;
    }
    .hero__subtitle {
        font-size:30px;
    }

    .hero p {
        font-size:20px;
        line-height:26px;
    }
	 .hero__action .btn-primary {
        min-width: 185px;
        padding: 0;
        line-height:45px;
    }
}

.switch-button {
  min-width:200px !important;
  font-size:16px !important;
  background-color:white !important;
  color: #F59100 !important;
  border-color:#F59100 !important;
}

.switch-button.active {
  background-color:#F59100 !important;
  color:white !important
}