@font-face {
  font-family: 'carish';
  src: url("../../../fonts/carish/carishregularwebfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'carish';
  src: url("../../../fonts/carish/carishboldwebfont.ttf") format("truetype");
  font-weight: 700;
  font-style: normal; }

@font-face {
  font-family: 'carish';
  src: url("../../../fonts/carish/carishblackwebfont.ttf") format("truetype");
  font-weight: 900;
  font-style: normal; }

.w-hero {
  position: relative;
  background-color: #00366a;
  padding: 95px 0;
  display: -ms-flexbox;
  display: flex;
  margin: auto;
  width: 100%;
  overflow: hidden;
  height: 1080px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom left; }
  .w-hero__content {
    margin: auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: center;
        align-items: center;
    position: relative;
    height: auto;
    z-index: 3;
    transform: translateX(160px);
    padding-top: 50px; }
    .w-hero__content .w-hero-logo {
      width: 185px;
      height: 154px; }
    .w-hero__content .w-hero-text {
      text-align: center;
      margin-top: 84px; }
      .w-hero__content .w-hero-text h1 {
        font-size: 110px;
        line-height: 83px;
        color: #fff;
        font-weight: 700; }
      .w-hero__content .w-hero-text h2,
      .w-hero__content .w-hero-text h3,
      .w-hero__content .w-hero-text h4 {
        color: #d0ad67;
        font-size: 70px; }
      .w-hero__content .w-hero-text img {
        width: 600px;
        height: auto; }
    .w-hero__content .hero-bottom-wrapper {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: justify;
          justify-content: space-between;
      -ms-flex-align: center;
          align-items: center;
      gap: 46px;
      font-family: "carish"; }
      .w-hero__content .hero-bottom-wrapper .hero-bottom-wrapper-content {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
            flex-direction: column;
        -ms-flex-align: center;
            align-items: center; }
        .w-hero__content .hero-bottom-wrapper .hero-bottom-wrapper-content .w-hero-title {
          padding-top: 29px;
          color: #FCF2DF;
          font-size: 50px;
          margin: 0;
          font-weight: 700; }
        .w-hero__content .hero-bottom-wrapper .hero-bottom-wrapper-content .w-text-image {
          width: 428px;
          height: 112px; }
        .w-hero__content .hero-bottom-wrapper .hero-bottom-wrapper-content .w-hero-btn {
          width: 430px;
          height: 64px;
          color: #fff;
          background-color: #d0ad67;
          text-align: center;
          box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.2);
          font-size: 32px;
          font-weight: 700;
          margin-top: 58px;
          line-height: 64px;
          font-family: "carish";
          text-decoration: none; }
      .w-hero__content .hero-bottom-wrapper .hero-bottom-image {
        width: 352px;
        height: 370px; }
  .w-hero__main-image {
    position: absolute;
    left: 190px;
    bottom: 0;
    height: 1080px;
    z-index: 10; }
  .w-hero .arrows-down {
    margin-top: 75px;
    cursor: pointer; }
  @media screen and (max-width: 1800px) {
    .w-hero {
      height: 900px;
      padding: 60px 0; }
      .w-hero__main-image {
        transform: scale(0.85);
        left: 30px;
        bottom: -130px; }
      .w-hero__content {
        transform: scale(0.8) translateX(200px);
        padding-top: 0; }
      .w-hero .arrows-down {
        margin-top: 75px; } }
  @media screen and (max-width: 1399px) {
    .w-hero {
      height: 850px;
      padding: 0; }
      .w-hero__main-image {
        transform: scale(0.7);
        left: -20px;
        bottom: -180px; }
      .w-hero__content {
        transform: scale(0.7) translateX(220px); }
      .w-hero .arrows-down {
        margin-top: 150px; } }
  @media screen and (max-width: 768px) {
    .w-hero {
      height: 600px;
      width: 100%;
      display: block;
      padding-block: 20px;
      background-size: cover;
      background-position-y: 200px; }
      .w-hero__main-image {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        bottom: -10px;
        width: auto;
        height: 340px;
        z-index: 1; }
      .w-hero__content {
        padding-left: unset;
        transform: scale(1); }
        .w-hero__content .w-hero-logo {
          width: 92px;
          height: 70px; }
        .w-hero__content .w-hero-text {
          text-align: center;
          margin-top: 40px; }
          .w-hero__content .w-hero-text h1 {
            font-size: 42px;
            line-height: 42px;
            color: #fff;
            font-weight: 700; }
          .w-hero__content .w-hero-text h2,
          .w-hero__content .w-hero-text h3,
          .w-hero__content .w-hero-text h4 {
            color: #d0ad67;
            font-size: 26px; }
          .w-hero__content .w-hero-text img {
            width: 250px;
            margin-bottom: 20px; }
        .w-hero__content .hero-bottom-wrapper {
          display: -ms-flexbox;
          display: flex;
          -ms-flex-pack: justify;
              justify-content: space-between;
          -ms-flex-align: start;
              align-items: flex-start;
          gap: 0;
          font-family: "carish"; }
          .w-hero__content .hero-bottom-wrapper .hero-bottom-wrapper-content {
            display: -ms-flexbox;
            display: flex;
            -ms-flex-direction: column;
                flex-direction: column;
            -ms-flex-align: center;
                align-items: center;
            position: unset; }
            .w-hero__content .hero-bottom-wrapper .hero-bottom-wrapper-content .w-hero-title {
              padding-top: 0;
              font-size: 20px;
              margin: 0;
              font-weight: 700; }
            .w-hero__content .hero-bottom-wrapper .hero-bottom-wrapper-content .w-text-image {
              width: 165px;
              height: 43px; }
            .w-hero__content .hero-bottom-wrapper .hero-bottom-wrapper-content .w-hero-btn {
              width: 100%;
              max-width: 300px;
              height: 44px;
              font-size: 24px;
              font-weight: 700;
              margin-top: unset;
              line-height: 44px;
              position: absolute;
              top: 525px;
              z-index: 10; }
          .w-hero__content .hero-bottom-wrapper .hero-bottom-image {
            width: 160px;
            height: 148px;
            transform: translateY(50%); }
        .w-hero__content .arrows-down {
          display: none; } }
