.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;
  }
}

a {
  color: #00c4e0;
  text-decoration: underline;
}

.main-wrapper {
  min-height: 100vh;
  position: relative;
}

.block-logo {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
  padding-top: 2%;
  padding-left: 2%;
  padding-right: 2%;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.link-block {
  width: 120px;
}

.block-heading {
  background-image: linear-gradient(0deg, #000, #0000);
  padding-top: 5%;
  padding-bottom: 2%;
  padding-left: 0%;
  position: absolute;
  inset: auto 0% 0%;
}

.heading {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  max-width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  font-weight: 800;
  line-height: 150%;
}

.block-1 {
  padding-top: 32px;
  padding-bottom: 32px;
}

.image {
  width: auto;
}

.body {
  color: #000;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 150%;
}

.text-span {
  color: #ff6a1c;
}

.text-block {
  margin-bottom: 24px;
}

.text-block._24 {
  margin-bottom: 0;
}

.block-2 {
  padding-top: 32px;
  padding-bottom: 32px;
}

.heading-2 {
  color: #00c4e0;
  text-align: center;
  text-transform: uppercase;
  width: 2000px;
  margin: 0 24px;
  line-height: 150%;
}

.heading-2-block {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 48px;
  display: flex;
}

.line1 {
  background-color: #ff6a1c;
  width: 100%;
  height: 8px;
}

.line2 {
  background-color: #00c4e0;
  width: 100%;
  height: 8px;
}

.grid {
  grid-template-rows: auto;
  grid-template-columns: .25fr 4.5fr;
  margin-bottom: 24px;
}

.grid._24 {
  margin-top: 42px;
}

.text-block-2 {
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 700;
  line-height: 150%;
}

.block-3 {
  padding-top: 32px;
  padding-bottom: 32px;
}

.fin-sec {
  background-color: #0a0a0a;
}

.cont {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.fin_box {
  padding-top: 40px;
  padding-bottom: 40px;
}

.fin_text {
  color: #fff;
  font-size: 12px;
  font-weight: 300;
}

.block-ph {
  margin-top: 32px;
  margin-bottom: 32px;
}

.img {
  width: 100%;
}

.ph-big {
  margin-top: 32px;
}

.image-2 {
  width: 100%;
}

.link {
  color: #00c4e0;
}

.link-2 {
  color: #000;
}

.link-3, .link-4, .link-5 {
  color: #00c4e0;
}

.link-6 {
  color: #000;
}

.link-7 {
  color: #00c4e0;
}

.image-3 {
  object-fit: cover;
  width: 100%;
  min-height: 100vh;
}

.link-block-2 {
  width: 64px;
}

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

.card {
  border: 1px solid #00c4e0;
  border-radius: 32px;
  justify-content: center;
  align-items: center;
  padding: 10px;
  display: flex;
}

.table {
  margin-top: 32px;
  margin-bottom: 32px;
}

.grid-3 {
  grid-template-rows: auto auto auto auto;
}

.first {
  border: 2px solid #00c4e0;
  border-radius: 24px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.second {
  border: 2px solid #00c4e0;
  border-radius: 24px;
  justify-content: center;
  align-items: center;
  padding: 10px;
  display: flex;
}

.text-block-3 {
  color: #00c4e0;
  text-align: center;
  font-weight: 600;
}

.link-8, .link-9 {
  color: #000;
}

.link-block2 {
  width: 120px;
  display: none;
}

.link-block-3 {
  width: 64px;
  display: none;
}

.data-sp {
  margin-bottom: 24px;
}

.grid-6 {
  grid-template-rows: auto;
}

.text-block-9, .text-block-10 {
  color: #000;
  font-size: 16px;
  font-weight: 400;
}

@media screen and (max-width: 991px) {
  .contaiiner, .container {
    max-width: 728px;
  }

  .cont {
    max-width: 700px;
  }
}

@media screen and (max-width: 767px) {
  .main-wrapper {
    min-height: auto;
  }

  .block-heading {
    background-color: #fdfdfd;
    background-image: none;
    padding-top: 2%;
    padding-left: 5%;
    padding-right: 5px;
    position: static;
  }

  .heading {
    color: #000;
  }

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

  .image {
    width: auto;
  }

  .cont {
    max-width: none;
    margin-left: 5%;
    margin-right: 5%;
  }

  .image-3 {
    min-height: auto;
  }
}

@media screen and (max-width: 479px) {
  .main-wrapper {
    min-height: auto;
  }

  .block-logo {
    background-color: #fdfdfd;
    margin-bottom: 0;
    padding-bottom: 2%;
    position: static;
  }

  .link-block {
    display: none;
  }

  .block-heading {
    background-color: #fdfdfd;
    background-image: none;
    padding-top: 2%;
    padding-left: 5%;
    padding-right: 5%;
    position: static;
  }

  .heading {
    color: #020202;
    font-size: 24px;
  }

  .block-1 {
    padding-bottom: 0;
  }

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

  .image {
    width: auto;
  }

  .text-span {
    color: #fe6a1c;
  }

  .block-2 {
    padding-bottom: 0;
  }

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

  .grid {
    flex-flow: column;
    display: flex;
  }

  .grid._24 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
    display: flex;
  }

  .icon {
    align-self: center;
  }

  .block-ph._32 {
    margin-bottom: 0;
  }

  .ph-big {
    margin-top: 24px;
  }

  .image-3 {
    min-height: auto;
  }

  .image-4, .image-5, .img1 {
    width: 42px;
  }

  .link-block-2 {
    display: none;
  }

  .grid-2 {
    flex-flow: column;
    display: flex;
  }

  .link-block2, .link-block-3 {
    display: block;
  }

  .text-block-9, .text-block-10 {
    font-size: 14px;
  }
}

#w-node-_9ebe0a71-f901-d0dd-3757-baade22abd57-7ebf9610 {
  justify-self: end;
}

#w-node-_487b9fd5-8cbf-f9e2-6963-ce2d866075c2-7ebf9610, #w-node-f5e4e98c-cb95-a7cd-332e-95561c10d687-7ebf9610, #w-node-_6240a56c-d827-18b0-ffce-3db04192dcde-7ebf9610, #w-node-_6240a56c-d827-18b0-ffce-3db04192dce0-7ebf9610, #w-node-_9d205752-5cd0-a75b-24d4-a8ac25c22862-7ebf9610, #w-node-_9d205752-5cd0-a75b-24d4-a8ac25c22864-7ebf9610, #w-node-_84293ca4-d866-3eb3-479c-a69190c9f43b-7ebf9610, #w-node-_84293ca4-d866-3eb3-479c-a69190c9f43d-7ebf9610, #w-node-_84293ca4-d866-3eb3-479c-a69190c9f445-7ebf9610, #w-node-_84293ca4-d866-3eb3-479c-a69190c9f447-7ebf9610, #w-node-_07118006-d537-de9d-5617-4f7df316f026-7ebf9610, #w-node-_07118006-d537-de9d-5617-4f7df316f028-7ebf9610, #w-node-_189b8736-4947-6e69-a311-9d52ea895b3c-7ebf9610, #w-node-_189b8736-4947-6e69-a311-9d52ea895b3e-7ebf9610, #w-node-a36b1f99-82bd-6453-8c21-95f6044897f4-7ebf9610, #w-node-a36b1f99-82bd-6453-8c21-95f6044897f6-7ebf9610, #w-node-b3dfbb0a-926b-31fe-1880-09675801b51b-7ebf9610, #w-node-b3dfbb0a-926b-31fe-1880-09675801b51d-7ebf9610, #w-node-_5e3a7891-5acd-09f2-aba7-3d2279584a34-7ebf9610, #w-node-_5e3a7891-5acd-09f2-aba7-3d2279584a36-7ebf9610, #w-node-d341afa9-d391-e841-5dbf-f0c98ebd4e99-7ebf9610, #w-node-d341afa9-d391-e841-5dbf-f0c98ebd4e9b-7ebf9610 {
  align-self: center;
}

#w-node-_9ebe0a71-f901-d0dd-3757-baade22abd57-47cdee1d {
  justify-self: end;
}

#w-node-_487b9fd5-8cbf-f9e2-6963-ce2d866075c2-47cdee1d, #w-node-f5e4e98c-cb95-a7cd-332e-95561c10d687-47cdee1d, #w-node-_6240a56c-d827-18b0-ffce-3db04192dcde-47cdee1d, #w-node-_6240a56c-d827-18b0-ffce-3db04192dce0-47cdee1d, #w-node-_9d205752-5cd0-a75b-24d4-a8ac25c22862-47cdee1d, #w-node-_9d205752-5cd0-a75b-24d4-a8ac25c22864-47cdee1d, #w-node-_84293ca4-d866-3eb3-479c-a69190c9f43b-47cdee1d, #w-node-_84293ca4-d866-3eb3-479c-a69190c9f43d-47cdee1d, #w-node-_84293ca4-d866-3eb3-479c-a69190c9f445-47cdee1d, #w-node-_84293ca4-d866-3eb3-479c-a69190c9f447-47cdee1d, #w-node-_07118006-d537-de9d-5617-4f7df316f026-47cdee1d, #w-node-_07118006-d537-de9d-5617-4f7df316f028-47cdee1d, #w-node-_189b8736-4947-6e69-a311-9d52ea895b3c-47cdee1d, #w-node-_189b8736-4947-6e69-a311-9d52ea895b3e-47cdee1d, #w-node-a36b1f99-82bd-6453-8c21-95f6044897f4-47cdee1d, #w-node-a36b1f99-82bd-6453-8c21-95f6044897f6-47cdee1d, #w-node-b3dfbb0a-926b-31fe-1880-09675801b51b-47cdee1d, #w-node-b3dfbb0a-926b-31fe-1880-09675801b51d-47cdee1d, #w-node-_5e3a7891-5acd-09f2-aba7-3d2279584a34-47cdee1d, #w-node-_5e3a7891-5acd-09f2-aba7-3d2279584a36-47cdee1d, #w-node-d341afa9-d391-e841-5dbf-f0c98ebd4e99-47cdee1d, #w-node-d341afa9-d391-e841-5dbf-f0c98ebd4e9b-47cdee1d {
  align-self: center;
}


