:root {
  --blue_dark: #061d44;
  --yellow: #f7d84a;
  --white: white;
  --black: black;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.page_wrapper {
  background-image: linear-gradient(#245d88, #012f5e 19%, #061d44);
}

.section_logo {
  justify-content: center;
  align-items: center;
  display: flex;
}

.block_logo {
  justify-content: center;
  align-items: center;
  padding-top: 0;
  display: flex;
}

.link-block {
  justify-content: center;
  align-items: center;
  width: 15%;
  margin-top: 12px;
  display: inline-block;
}

.image {
  width: 100%;
}

.block_main {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: block;
  position: static;
}

.image-2 {
  margin-top: 0;
  margin-bottom: 20px;
  padding-top: 100px;
}

.text-block {
  background-color: var(--blue_dark);
  color: #fff;
  text-transform: uppercase;
  border-radius: 20px;
  width: 131px;
  padding: 8px 16px;
  font-size: 16px;
  line-height: 120%;
  position: static;
  inset: 30% auto auto 0%;
}

.body {
  font-family: Fira Sans, sans-serif;
}

.block_main_image {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.block_sp_name {
  max-width: 45%;
  position: absolute;
  inset: 21% 0% 30% 14%;
}

.heading {
  color: #fff;
  text-transform: uppercase;
  margin-top: 8px;
  margin-bottom: 10px;
  font-family: "5180 Font", Times New Roman, sans-serif;
  font-size: 68px;
  font-weight: 400;
  line-height: 120%;
}

.block_about {
  margin-bottom: 100px;
  padding-bottom: 0;
}

.container {
  max-width: 860px;
}

.text-block-2 {
  color: #fff;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 700;
  line-height: 120%;
}

.text-block-3 {
  color: #fff;
  font-size: 16px;
  line-height: 120%;
}

.text-block-5 {
  color: var(--blue_dark);
  text-align: center;
  width: 240px;
  margin-bottom: 12px;
  line-height: 150%;
}

.link-block-2 {
  border-radius: 40px;
  width: auto;
  height: auto;
  text-decoration: none;
}

.block_grid {
  margin-top: 64px;
  margin-bottom: 50px;
}

.block_grid1 {
  background-color: var(--yellow);
  text-align: left;
  border-radius: 40px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: 481px;
  padding-bottom: 0;
  display: flex;
}

.text-block-4 {
  color: var(--blue_dark);
  text-align: center;
  width: 240px;
  margin-bottom: 8px;
  font-size: 16px;
  font-weight: 700;
  line-height: 150%;
}

.grid-2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.text-block-7 {
  color: #302f2f;
  text-align: center;
  text-transform: uppercase;
  width: 240px;
  margin-bottom: 20px;
  font-size: 10px;
}

.text-block-8 {
  background-color: var(--blue_dark);
  color: #fff;
  text-align: center;
  border-radius: 20px;
  width: auto;
  height: auto;
  margin: 16px 0 12px;
  padding: 4px 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 150%;
}

.image-3 {
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
}

.block_text_mers {
  grid-column-gap: 23px;
  grid-row-gap: 23px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 100px;
  display: flex;
  position: static;
  inset: 0% 0% 18%;
}

.heading-2 {
  color: var(--yellow);
  margin-top: 0;
  margin-bottom: 0;
  font-family: "5180 Font", Times New Roman, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 120%;
}

.block_footer {
  text-align: center;
  background-color: #f5f5f500;
  padding-top: 32px;
  padding-bottom: 32px;
}

.container_footer {
  max-width: 860px;
}

.text-block-6 {
  color: #fff;
  font-size: 12px;
  line-height: 150%;
}

.block_pattern {
  margin-bottom: 100px;
  position: static;
}

.block_mob_pattern {
  display: none;
}

.block_text_mers_mob {
  grid-column-gap: 23px;
  grid-row-gap: 23px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 100px;
  display: flex;
  position: absolute;
  inset: 0% 0% 18%;
}

.heading-2_mob {
  color: var(--yellow);
  margin-top: 0;
  margin-bottom: 18px;
  font-family: "5180 Font", Times New Roman, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 120%;
}

.rotating-image {
  width: 12%;
  max-width: 100%;
  margin-top: 16px;
  overflow: visible;
}

.block_logo_text {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

@media screen and (min-width: 1280px) {
  .block_sp_name {
    left: 9%;
  }

  .heading {
    font-family: "5180 Font", Times New Roman, sans-serif;
  }

  .heading-2 {
    margin-bottom: 4px;
    font-size: 26px;
  }

  .block_logo_mers {
    width: 100%;
  }
}

@media screen and (min-width: 1440px) {
  .image-2 {
    margin-left: 0;
  }

  .block_main_image {
    justify-content: center;
    align-items: center;
  }

  .block_sp_name {
    left: 11%;
  }

  .heading-2 {
    margin-bottom: 4px;
    font-size: 28px;
  }

  .rotating-image {
    width: 12%;
  }
}

@media screen and (min-width: 1920px) {
  .block_sp_name {
    max-width: 35%;
    bottom: 19%;
    left: 15%;
  }

  .block_about {
    margin-bottom: 100px;
  }

  .heading-2 {
    margin-bottom: 4px;
    font-size: 32px;
  }

  .heading-2_mob {
    font-size: 56px;
  }
}

@media screen and (max-width: 991px) {
  .link-block {
    width: 20%;
  }

  .image {
    width: 100%;
  }

  .image-2 {
    object-fit: fill;
    object-position: 50% 50%;
  }

  .block_sp_name {
    max-width: 50%;
    top: 22%;
    bottom: 32%;
    left: 5%;
  }

  .heading {
    font-size: 52px;
  }

  .container {
    max-width: 680px;
  }

  .text-block-5, .text-block-4 {
    margin-left: 1%;
    margin-right: 1%;
  }

  .grid-2 {
    grid-template-columns: 1fr 1fr;
  }

  .heading-2 {
    margin-bottom: 0;
    font-size: 18px;
  }

  .container_footer {
    max-width: 680px;
  }

  .heading-2_mob {
    margin-bottom: 0;
    font-size: 28px;
  }
}

@media screen and (max-width: 767px) {
  .link-block {
    width: 35%;
  }

  .image {
    width: 100%;
  }

  .container {
    margin-left: 5%;
    margin-right: 5%;
  }

  .text-block-5 {
    margin-bottom: 12px;
  }

  .text-block-4 {
    text-align: center;
  }

  .grid-2 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .text-block-7 {
    color: #a0a0a0;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 150%;
  }

  .heading-2 {
    font-size: 36px;
  }

  .container_footer {
    margin-left: 5%;
    margin-right: 5%;
  }

  .block_pattern {
    display: none;
  }

  .block_mob_pattern {
    display: block;
    position: relative;
  }

  .block_text_mers_mob {
    margin-top: 0;
    margin-left: 5%;
    margin-right: 5%;
    inset: 14% 0% auto;
  }

  .heading-2_mob {
    text-align: center;
    font-size: 36px;
  }

  .image-4 {
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  .link-block {
    width: 35%;
  }

  .image {
    width: 100%;
  }

  .image-2 {
    object-fit: fill;
    padding-top: 200px;
  }

  .text-block {
    font-size: 16px;
  }

  .block_main_image {
    height: 500px;
  }

  .block_sp_name {
    max-width: 100%;
    inset: 10% 5% auto;
  }

  .grid-2 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .text-block-7 {
    color: #333;
    font-size: 10px;
  }

  .heading-2 {
    text-align: left;
    margin-bottom: 12px;
    font-size: 20px;
  }

  .block_logo_mers {
    justify-content: flex-start;
    align-items: center;
    display: block;
  }

  .block_pattern {
    display: block;
  }

  .block_mob_pattern {
    display: none;
  }

  .block_mob {
    position: relative;
  }

  .block_text_mers_mob {
    margin-top: 0;
    margin-left: 5%;
    margin-right: 5%;
    inset: 5% 0% auto;
  }

  .heading-2_mob {
    text-align: center;
    font-size: 20px;
  }

  .rotating-image {
    width: 12%;
    margin-top: 0;
  }

  .block_logo_text {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
}

#w-node-ca179901-d9f1-d124-abfd-762b42509229-461298df, #w-node-adcf2086-47fc-ae7f-9195-d1e9d2754601-461298df, #w-node-_305eb738-43c1-fddd-c226-6e0bf87e3a59-461298df, #w-node-_1904517e-a765-b7a5-e858-2a133775b3f4-461298df, #w-node-_71e6c0f3-9263-ef27-508c-23d24d6443f8-461298df {
  justify-self: center;
}


@font-face {
  font-family: '5180 Font';
  src: url('../fonts/5180-font.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: '5180 Font';
  src: url('../fonts/5180-font.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: '5180 Font';
  src: url('../fonts/5180-font.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: '5180 Font';
  src: url('../fonts/5180-font.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}