h1 {
  color: #fff;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: 700;
  line-height: 135%;
}

h2 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 135%;
}

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

.topi_sec {
  display: none;
}

.toper-box {
  background-image: none;
  background-size: auto;
  height: 100vh;
  position: relative;
}

.withtitle {
  background-color: #f000;
  width: auto;
  height: auto;
  margin-top: 0;
  padding: 0;
  position: absolute;
  inset: 10% 50% auto 0%;
}

.inwith {
  background-color: #ff0000de;
  border-radius: 0 8px 8px 0;
  height: auto;
  margin: 0%;
  padding: 40px;
}

.main_pic {
  height: 100vh;
}

.image {
  object-fit: cover;
  width: 100%;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.up_link_box {
  width: 108px;
}

.subtitle-text {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
}

.heading {
  text-transform: uppercase;
  font-size: 44px;
}

.image-2.mobi {
  display: none;
}

.pream_sec {
  padding-bottom: 0;
}

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

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

.sp-date-box {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 40px;
  display: grid;
}

.sp_text {
  color: #f7322c;
  text-transform: uppercase;
  font-weight: 600;
}

.date-text {
  text-align: right;
}

.preami-text {
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
}

.reg_text {
  margin-bottom: 20px;
}

.span_bold {
  font-size: 18px;
  font-weight: 700;
}

.quot-box {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #ececec;
  border: 1px solid #d6d6d6;
  border-radius: 8px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2.5fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 40px;
  display: grid;
  box-shadow: 0 2px 5px #0003;
}

.image-3 {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.chapter_sec {
  padding-bottom: 60px;
}

.chapter-title {
  background-color: #f7302c;
  border-radius: 8px;
  margin-bottom: 40px;
  padding: 20px;
}

.chapter-title.double {
  margin-top: 60px;
}

.heading-2 {
  text-align: center;
}

.newquot {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #ededed;
  border: 1px solid #dadada;
  border-radius: 8px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2.75fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 40px;
  display: grid;
  box-shadow: 0 2px 5px #0003;
}

.si_bold {
  font-weight: 700;
}

.numbers {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  margin-bottom: 40px;
  display: grid;
}

.numb_item {
  background-color: #ededed;
  border: 1px solid #bebebe;
  border-radius: 8px;
  padding: 20px;
  box-shadow: 0 2px 5px #0003;
}

.big_numb_text {
  color: #f7302c;
  text-align: center;
  margin-bottom: 10px;
  font-size: 64px;
  font-weight: 700;
  line-height: 100%;
}

.numb_simple_text {
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  line-height: 140%;
}

.fin-sec {
  background-color: #2b2b2b;
}

.fin-box {
  padding-top: 40px;
  padding-bottom: 40px;
}

.fin_text {
  color: #ececec;
  font-size: 12px;
}

.photo_pici {
  border-radius: 8px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.image-4 {
  object-fit: cover;
  border-radius: 8px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.life-link {
  width: 108px;
}

.heading-3 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 5px;
  padding-right: 0%;
}

.lang_link {
  color: #fff;
  background-color: #c9100e;
  border-radius: 8px;
  padding: 10px 20px;
  font-weight: 600;
  text-decoration: none;
  transition: all .555s cubic-bezier(.645, .045, .355, 1);
  transform: translate(0);
}

.lang_link:hover {
  background-color: #dc560b00;
  border: 1px #000;
  transform: translate(0, 10px);
  box-shadow: 0 0 0 2px #ffffff5c;
}

.language {
  z-index: 4;
  padding-top: 20px;
  padding-right: 40px;
  display: none;
  position: absolute;
  inset: 0% 0% auto auto;
}

.life-logo {
  display: none;
}

.up-link {
  width: 100px;
}

.main-title-2 {
  position: absolute;
  inset: 12% 0% auto;
}

.gridfrt {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: absolute;
  inset: auto 5% 10%;
}

.top-box {
  background-image: url('../images/ferry.png');
  background-position: 50%;
  background-size: cover;
  height: 100vh;
  position: relative;
}

.logo-2 {
  z-index: 5;
  opacity: .8;
  padding-top: 10px;
  padding-left: 20px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.gpeo-item {
  border-radius: 240px;
  width: 240px;
  height: 240px;
  position: static;
  inset: -24% auto 0% 6%;
  box-shadow: 0 0 0 6px #a90201, 0 0 0 8px #ffffff73;
}

.gpeo-item.three {
  inset: -13% 3% 0% auto;
}

.gpeo-item.bottomsize {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: block;
  inset: auto 0% 10%;
  box-shadow: 0 0 0 6px #a90201e0, 0 0 0 8px #ffffff73;
}

.subtitl-text {
  color: #ffdcdc;
  text-align: center;
  padding-left: 25%;
  padding-right: 25%;
  font-weight: 600;
}

.kol {
  border-radius: 8px;
  margin-top: 40px;
  margin-bottom: 40px;
}

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

.heading-4.erti {
  padding-left: 40px;
  padding-right: 40px;
}

.image-15 {
  object-fit: cover;
  border-radius: 8px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.image-16 {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.image-7 {
  border-radius: 8px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.link {
  color: #f7302c;
  font-weight: 700;
}

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

@media screen and (min-width: 1280px) {
  .subtitle-text {
    font-size: 24px;
  }

  .heading {
    font-size: 48px;
  }

  .heading-3 {
    font-size: 56px;
  }

  .top-box {
    background-image: url('../images/ferry.png');
  }

  .subtitl-text {
    font-size: 24px;
    line-height: 150%;
  }
}

@media screen and (min-width: 1440px) {
  .subtitle-text {
    color: #e9e9e9;
    font-size: 32px;
  }

  .heading {
    font-size: 56px;
  }

  .image-13 {
    object-fit: cover;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .life-link {
    width: 108px;
  }

  .heading-3 {
    margin-top: 0;
    font-size: 56px;
  }

  .image-11 {
    object-fit: cover;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .up-link {
    width: 100px;
  }

  .gridfrt {
    padding: 0;
    bottom: 15%;
  }

  .top-box {
    background-image: url('../images/ferry.png');
    background-position: 50%;
    position: relative;
  }

  .logo-2 {
    padding-left: 20px;
  }

  .gpeo-item {
    border-radius: 320px;
    width: 320px;
    height: 320px;
    top: -11%;
    left: 12%;
  }

  .gpeo-item.three {
    top: -22%;
    right: 10%;
  }

  .image-12 {
    object-fit: cover;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .subtitl-text {
    font-size: 22px;
  }
}

@media screen and (min-width: 1920px) {
  .subtitle-text {
    font-size: 40px;
  }

  .heading {
    font-size: 80px;
  }

  .heading-3 {
    font-size: 78px;
  }

  .subtitl-text {
    font-size: 32px;
  }
}

@media screen and (max-width: 991px) {
  .subtitle-text {
    font-size: 14px;
  }

  .heading {
    font-size: 32px;
  }

  .cont {
    max-width: 700px;
  }

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

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

  .heading-3 {
    font-size: 32px;
  }

  .lang_link {
    background-color: #c9100e;
    border: 2px solid #fff;
  }

  .main-title-2 {
    left: 5%;
    right: 5%;
  }

  .gpeo-item {
    border-radius: 120px;
    width: auto;
    height: auto;
    top: -10%;
    left: 15%;
  }

  .gpeo-item.three {
    top: -19%;
    right: 14%;
  }

  .subtitl-text {
    padding-left: 10%;
    padding-right: 10%;
  }

  .heading-4 {
    font-size: 24px;
  }
}

@media screen and (max-width: 767px) {
  .withtitle {
    right: 25%;
  }

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

  .quot-box {
    grid-template-columns: 1fr;
  }

  .image-3 {
    max-width: 70%;
  }

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

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

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

  .image-5, .image-6 {
    max-width: 70%;
  }

  .heading-3 {
    font-size: 24px;
  }

  .language {
    padding-top: 10px;
    padding-right: 20px;
  }

  .main-title-2 {
    top: 15%;
  }

  .gridfrt {
    grid-template-columns: 1fr;
    margin-top: 0;
    bottom: 10%;
  }

  .logo-2 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    padding-right: 40px;
    display: flex;
  }

  .gpeo-item {
    width: 120px;
    height: 120px;
  }

  .subtitl-text {
    padding-left: 5%;
    padding-right: 5%;
    font-size: 14px;
  }

  .image-14 {
    max-width: 70%;
  }

  .heading-4 {
    font-size: 18px;
  }

  .image-16 {
    max-width: 70%;
  }
}

@media screen and (max-width: 479px) {
  .toper-box {
    height: 80vh;
  }

  .withtitle {
    inset: auto 5% 5% 0%;
  }

  .inwith {
    padding: 20px;
  }

  .main_pic {
    height: 80vh;
  }

  .image {
    object-fit: cover;
    object-position: 50% 50%;
    height: 80vh;
  }

  .image.desk {
    display: none;
  }

  .heading {
    font-size: 24px;
  }

  .image-2 {
    object-fit: cover;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .image-2.mobi {
    height: 80vh;
    display: inline-block;
  }

  .quot-box, .newquot {
    padding: 20px;
  }

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

  .heading-3 {
    padding-left: 5%;
    padding-right: 5%;
    font-size: 28px;
  }

  .up-link {
    width: 96px;
  }

  .main-title-2 {
    top: 12%;
  }

  .gridfrt {
    bottom: 5%;
  }

  .logo-2 {
    opacity: .73;
    padding-right: 20px;
    inset: 0% 0% auto;
  }

  .gpeo-item {
    inset: auto auto 42% 10%;
  }

  .gpeo-item.three {
    inset: auto 10% 36% auto;
  }

  .gpeo-item.bottomsize {
    inset: auto 0% 10%;
  }

  .subtitl-text {
    padding-left: 5%;
    padding-right: 5%;
    font-size: 15px;
  }

  .heading-4.erti {
    padding-left: 0;
    padding-right: 0;
  }
}

#w-node-_046f3900-1b05-ef88-c407-cd944b984d42-f1a9cd29, #w-node-_046f3900-1b05-ef88-c407-cd944b984d44-f1a9cd29, #w-node-_046f3900-1b05-ef88-c407-cd944b984d46-f1a9cd29, #w-node-edbcd224-2bd4-3710-0c2a-6fb9085bd2f0-f1a9cd29, #w-node-edbcd224-2bd4-3710-0c2a-6fb9085bd2fe-f1a9cd29, #w-node-edbcd224-2bd4-3710-0c2a-6fb9085bd32c-f1a9cd29, #w-node-edbcd224-2bd4-3710-0c2a-6fb9085bd351-f1a9cd29, #w-node-edbcd224-2bd4-3710-0c2a-6fb9085bd35e-f1a9cd29, #w-node-_494741ab-a763-f560-c7d8-85e774322287-01f672b5, #w-node-_494741ab-a763-f560-c7d8-85e774322289-01f672b5, #w-node-_494741ab-a763-f560-c7d8-85e77432228b-01f672b5, #w-node-_494741ab-a763-f560-c7d8-85e7743222b0-01f672b5, #w-node-_494741ab-a763-f560-c7d8-85e7743222be-01f672b5, #w-node-_494741ab-a763-f560-c7d8-85e7743222ec-01f672b5, #w-node-_494741ab-a763-f560-c7d8-85e774322311-01f672b5, #w-node-_494741ab-a763-f560-c7d8-85e77432231e-01f672b5 {
  place-self: center;
}

@media screen and (min-width: 1920px) {
  #w-node-_046f3900-1b05-ef88-c407-cd944b984d46-f1a9cd29, #w-node-_494741ab-a763-f560-c7d8-85e77432228b-01f672b5 {
    place-self: center;
  }
}

@media screen and (min-width: 1440px) {
  #w-node-_046f3900-1b05-ef88-c407-cd944b984d46-f1a9cd29, #w-node-_494741ab-a763-f560-c7d8-85e77432228b-01f672b5 {
    place-self: center;
  }
}

@media screen and (min-width: 1280px) {
  #w-node-_046f3900-1b05-ef88-c407-cd944b984d46-f1a9cd29, #w-node-_494741ab-a763-f560-c7d8-85e77432228b-01f672b5 {
    place-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-edbcd224-2bd4-3710-0c2a-6fb9085bd2ee-f1a9cd29, #w-node-edbcd224-2bd4-3710-0c2a-6fb9085bd2fc-f1a9cd29, #w-node-edbcd224-2bd4-3710-0c2a-6fb9085bd32a-f1a9cd29, #w-node-edbcd224-2bd4-3710-0c2a-6fb9085bd34f-f1a9cd29, #w-node-edbcd224-2bd4-3710-0c2a-6fb9085bd35c-f1a9cd29, #w-node-_494741ab-a763-f560-c7d8-85e7743222ae-01f672b5, #w-node-_494741ab-a763-f560-c7d8-85e7743222bc-01f672b5, #w-node-_494741ab-a763-f560-c7d8-85e7743222ea-01f672b5, #w-node-_494741ab-a763-f560-c7d8-85e77432230f-01f672b5, #w-node-_494741ab-a763-f560-c7d8-85e77432231c-01f672b5 {
    place-self: center;
  }
}


