/*!*********************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[3]!./src/styles/homepage.scss ***!
  \*********************************************************************************************************************************************************************************************************************/
.popup-subscription {
  padding: 13px;
  position: relative;
  max-width: 426px;
}
@media screen and (min-width: 768px) {
  .popup-subscription {
    padding: 17px;
  }
}
.popup-subscription .popup__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  left: 17px;
  max-width: 40px;
}
[dir=rtl] .popup-subscription .popup__icon {
  left: auto;
  right: 17px;
}
@media screen and (min-width: 768px) {
  .popup-subscription .popup__icon {
    max-width: 50px;
  }
}
.popup-subscription .popup__content {
  position: relative;
  padding: 30px 30px 20px 40px;
  border-radius: 30px;
  overflow: hidden;
}
.popup-subscription .popup__content__inner {
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .popup-subscription .popup__content {
    padding: 46px 50px 30px 58px;
  }
}
.popup-subscription .popup__content:before {
  content: "";
  width: 100%;
  background-image: url("./../../images/svg/popup-submission-form-mask.svg");
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  height: 95px;
}
@media screen and (min-width: 768px) {
  .popup-subscription .popup__content:before {
    height: 111px;
  }
}
[dir=rtl] .popup-subscription .popup__content:before {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
.popup-subscription .popup__content:after {
  content: "";
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 0;
  background-color: #F2F4F7;
  height: calc(100% - 76px);
}
@media screen and (min-width: 768px) {
  .popup-subscription .popup__content:after {
    height: calc(100% - 90px);
  }
}
.popup-subscription .popup__title {
  font-size: 30px;
  text-align: center;
  max-width: 70%;
  margin: 0 auto 15px;
}
@media screen and (min-width: 768px) {
  .popup-subscription .popup__title {
    max-width: 90%;
  }
}
.popup-subscription .popup__description {
  text-align: center;
  max-width: 90%;
  margin: 0 auto 20px;
}
@media screen and (min-width: 768px) {
  .popup-subscription .popup__description {
    margin: 0 auto 30px;
    max-width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .popup-subscription .popup__description p {
    font-size: 16px;
  }
}
.popup-subscription .popup__not-interested-btn {
  font-size: 16px;
  cursor: pointer;
  text-align: center;
  margin: 16px auto 0;
  color: #003630;
  -webkit-transition: color 0.4s ease-out;
  transition: color 0.4s ease-out;
}
@media screen and (min-width: 768px) {
  .popup-subscription .popup__not-interested-btn {
    margin: 26px auto 0;
  }
}
@media (hover: hover) {
  .popup-subscription .popup__not-interested-btn:hover {
    color: #134E4A;
  }
}
.popup button.popup-close-btn {
  position: absolute;
  right: 16px;
  top: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 28px;
  height: 28px;
  -webkit-transform-origin: center;
          transform-origin: center;
  padding: 0;
  border-radius: 0;
  background-color: transparent;
  z-index: 2;
}
[dir=rtl] .popup button.popup-close-btn {
  left: 16px;
  right: auto;
}
@media screen and (min-width: 768px) {
  .popup button.popup-close-btn {
    right: 11px;
    top: 14px;
  }
  [dir=rtl] .popup button.popup-close-btn {
    left: 11px;
    right: auto;
  }
}
.popup button.popup-close-btn span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 2px;
  width: 12px;
  height: 2px;
  position: absolute;
  background-color: #003630;
  -webkit-transition: background-color 0.4s ease-out;
  transition: background-color 0.4s ease-out;
}
@media screen and (min-width: 768px) {
  .popup button.popup-close-btn span {
    width: 14px;
  }
}
.popup button.popup-close-btn span:first-child {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.popup button.popup-close-btn span:last-child {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media (hover: hover) {
  .popup button.popup-close-btn:hover {
    background-color: transparent;
  }
  .popup button.popup-close-btn:hover span {
    background-color: #134E4A;
  }
}
.popup-card-type {
  padding: 13px;
  position: relative;
  width: 100%;
  max-width: 640px;
}
@media screen and (min-width: 768px) {
  .popup-card-type {
    padding: 20px;
  }
}
@media screen and (min-width: 768px) {
  .popup-card-type button.popup-close-btn {
    right: 29px;
    top: 32px;
  }
  [dir=rtl] .popup-card-type button.popup-close-btn {
    left: 29px;
    right: auto;
  }
}
.popup-card-type .popup__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 335px;
  padding: 24px 30px 62px;
  margin-bottom: -67px;
  border-radius: 20px;
  background-color: #F2F4F7;
  position: relative;
}
.popup-card-type .popup__content:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -2px;
  height: 3px;
  background-color: #FFFFFF;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .popup-card-type .popup__content {
    max-width: unset;
  }
}
@media screen and (min-width: 768px) {
  .popup-card-type .popup__content {
    min-height: 352px;
    margin-bottom: -70px;
    max-width: unset;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 30px 30px 0 30px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    border-radius: 30px;
  }
}
@media screen and (min-width: 768px) {
  .popup-card-type .popup__content__inner {
    max-width: 242px;
  }
}
@media screen and (min-width: 768px) {
  .popup-card-type .popup__description p {
    font-size: 16px;
  }
}
.popup-card-type .popup__image {
  margin-top: 24px;
  max-width: 264px;
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  -ms-flex-item-align: end;
      align-self: end;
}
@media screen and (min-width: 768px) {
  .popup-card-type .popup__image {
    margin-top: 0;
    margin-left: 26px;
    margin-right: 6px;
  }
  [dir=rtl] .popup-card-type .popup__image {
    margin-left: 0;
    margin-right: 26px;
  }
}
.popup-card-type .popup__image .img {
  max-width: 170px;
  max-height: 170px;
  height: 100%;
  -o-object-position: top;
     object-position: top;
}
@media screen and (min-width: 768px) {
  .popup-card-type .popup__image .img {
    max-width: 264px;
    max-height: 385px;
    height: 100%;
  }
}
[dir=rtl] .popup-card-type .popup__image .img {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
.popup-card-type .popup__title {
  font-size: 32px;
  font-weight: 600;
  line-height: 1.15;
  margin-bottom: 16px;
}
[dir=rtl] .popup-card-type .popup__title {
  line-height: 1.25;
}
@media screen and (min-width: 768px) {
  .popup-card-type .popup__title {
    font-size: 37px;
  }
}
.popup-card-type .popup__link {
  min-width: 214px;
  padding: 16px 40px;
  font-size: 14px;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .popup-card-type .popup__link {
    min-width: unset;
    font-size: 16px;
    padding-left: 40px;
    padding-right: 40px;
  }
}
[dir=rtl] .popup-card-type .popup__link .btn__arrow {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
  margin-left: 0;
  margin-right: 4px;
}
.popup-card-type .popup__link-wrapper {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  z-index: 2;
  padding: 13px 13px 0 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
[dir=rtl] .popup-card-type .popup__link-wrapper {
  padding: 13px 0 0 13px;
}
@media screen and (min-width: 1024px) {
  .popup-card-type .popup__link-wrapper {
    padding: 17px 17px 0 0;
  }
  [dir=rtl] .popup-card-type .popup__link-wrapper {
    padding: 17px 0 0 17px;
  }
}
.popup-card-type .popup__link-wrapper:after {
  content: "";
  right: -18px;
  top: 0px;
  height: 67px;
  width: 57px;
  bottom: -1px;
  position: absolute;
  background-size: contain;
  background-image: url("../../images/mask/homepage-slider-button-right-decor-element-mobile.svg");
  z-index: 0;
  background-repeat: no-repeat;
}
[dir=rtl] .popup-card-type .popup__link-wrapper:after {
  right: auto;
  left: -18px;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
@media screen and (min-width: 1024px) {
  .popup-card-type .popup__link-wrapper:after {
    height: 82px;
    width: 65px;
    right: -22px;
    background-size: contain;
  }
  [dir=rtl] .popup-card-type .popup__link-wrapper:after {
    right: auto;
    left: -22px;
  }
}
.popup-card-type .popup__link-wrapper:before {
  content: "";
  left: -1px;
  top: -19px;
  height: 20px;
  width: 24px;
  position: absolute;
  background-image: url("../../images/mask/homepage-slider-button-top-decor-element-mobile.svg");
  z-index: 0;
  background-repeat: no-repeat;
}
[dir=rtl] .popup-card-type .popup__link-wrapper:before {
  right: -1px;
  left: auto;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
@media screen and (min-width: 1024px) {
  .popup-card-type .popup__link-wrapper:before {
    background-image: url("../../images/mask/homepage-slider-button-top-decor-element.svg");
    top: -24px;
    height: 25px;
    width: 24px;
  }
  .account-card-with-button--img-align-right .popup-card-type .popup__link-wrapper:before {
    left: auto;
    right: -1px;
    -webkit-transform: scaleX(-1);
            transform: scaleX(-1);
  }
  [dir=rtl] .account-card-with-button--img-align-right .popup-card-type .popup__link-wrapper:before {
    left: -1px;
    right: auto;
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
}
.popup-card-type .popup__link--bg {
  position: absolute;
  left: -1px;
  top: 0;
  bottom: -2px;
  background: white;
  height: calc(100% + 2px);
  width: calc(100% - 38px);
}
[dir=rtl] .popup-card-type .popup__link--bg {
  left: auto;
  right: -1px;
}
@media screen and (min-width: 1024px) {
  .popup-card-type .popup__link--bg {
    width: calc(100% - 46px);
  }
}
.popup-wrapper {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 4;
  max-width: 100vw;
  max-height: 100vh;
  visibility: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px;
  opacity: 0;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.popup-wrapper.open {
  opacity: 1;
  visibility: visible;
}
.popup-overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 0;
  background-color: rgba(242, 244, 247, 0.9);
}
.popup-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  width: 100%;
  background-color: #FFFFFF;
  border-radius: 30px;
  position: relative;
  z-index: 2;
  -webkit-box-shadow: 3px 4px 14px rgba(0, 0, 0, 0.1);
          box-shadow: 3px 4px 14px rgba(0, 0, 0, 0.1);
}
@media screen and (min-width: 768px) {
  .popup-inner {
    border-radius: 40px;
  }
}
.popup div.wpforms-container .wpforms-form .wpforms-field {
  padding-top: 0;
  padding-bottom: 13px;
}
.popup div.wpforms-container .wpforms-form button.btn-simple.wpforms-submit {
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .popup div.wpforms-container .wpforms-form button.btn-simple.wpforms-submit {
    padding: 12px 40px;
  }
}
.popup__social-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 185px;
}
@media screen and (max-width: 576px) {
  .popup__social-links {
    max-width: 172px;
  }
}
.popup--image {
  max-width: 600px;
  border-radius: 30px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .popup--image {
    border-radius: 40px;
  }
}

.popup-inner.forms-confirmation-popup {
  background-color: #DCFCE7;
}
.popup-inner.forms-confirmation-popup .popup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 41px 44px 40px 30px;
  -webkit-box-shadow: 0px 6px 20px rgba(0, 54, 48, 0.12);
          box-shadow: 0px 6px 20px rgba(0, 54, 48, 0.12);
  border-radius: 30px;
}
@media screen and (max-width: 576px) {
  .popup-inner.forms-confirmation-popup .popup {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 24px 24px 24px 24px;
    max-width: 375px;
  }
}
.popup-inner.forms-confirmation-popup .popup__content {
  max-width: 500px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 576px) {
  .popup-inner.forms-confirmation-popup .popup__content {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.popup-inner.forms-confirmation-popup .popup__image {
  max-width: 242px;
}
@media screen and (max-width: 576px) {
  .popup-inner.forms-confirmation-popup .popup__image {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-bottom: 16px;
  }
}
.popup-inner.forms-confirmation-popup .popup .popup-close-btn {
  background-color: #FFFFFF;
  border-radius: 50%;
  right: 20px;
  top: 20px;
  z-index: 2;
}
.popup-inner.forms-confirmation-popup .popup__social-links {
  margin-top: 12px;
}
.popup-inner.forms-confirmation-popup .popup__social-links .social-link {
  margin-right: 10px;
}
[dir=rtl] .popup-inner.forms-confirmation-popup .popup__social-links .social-link {
  margin-left: 10px;
  margin-right: 0;
}
.popup-inner.forms-confirmation-popup .popup__social-links .social-link:last-child {
  margin-right: 0;
}
.popup-inner.forms-confirmation-popup .popup__social-links .social-link svg {
  width: 35px;
  height: 35px;
}
.popup-inner.forms-confirmation-popup .popup__social-links .social-link:hover svg path {
  fill: #134E4A;
  stroke: transparent;
}
.popup-inner.forms-confirmation-popup .popup .tw-data-text {
  white-space: unset;
}

[dir=rtl] .home .is-homepage-view .career-benefits__item--1 .career-benefits__item__image {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  left: -6%;
}

/*# sourceMappingURL=homepage.css.map*/