* {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.clearfix::after {
  display: block;
  content: "";
  clear: both;
}


/* Gilroy --- */

@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/subset-Gilroy-Medium.eot');
  src: url('../fonts/subset-Gilroy-Medium.eot?#iefix') format('embedded-opentype'),
    url('../fonts/subset-Gilroy-Medium.woff2') format('woff2'),
    url('../fonts/subset-Gilroy-Medium.woff') format('woff'),
    url('../fonts/subset-Gilroy-Medium.ttf') format('truetype'),
    url('../fonts/subset-Gilroy-Medium.svg#Gilroy-Medium') format('svg');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/subset-Gilroy-Light.eot');
  src: url('../fonts/subset-Gilroy-Light.eot?#iefix') format('embedded-opentype'),
    url('../fonts/subset-Gilroy-Light.woff2') format('woff2'),
    url('../fonts/subset-Gilroy-Light.woff') format('woff'),
    url('../fonts/subset-Gilroy-Light.ttf') format('truetype'),
    url('../fonts/subset-Gilroy-Light.svg#Gilroy-Light') format('svg');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}


@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/subset-Gilroy-Regular.eot');
  src: url('../fonts/subset-Gilroy-Regular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/subset-Gilroy-Regular.woff2') format('woff2'),
    url('../fonts/subset-Gilroy-Regular.woff') format('woff'),
    url('../fonts/subset-Gilroy-Regular.ttf') format('truetype'),
    url('../fonts/subset-Gilroy-Regular.svg#Gilroy-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/subset-Gilroy-Semibold.eot');
  src: url('../fonts/subset-Gilroy-Semibold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/subset-Gilroy-Semibold.woff2') format('woff2'),
    url('../fonts/subset-Gilroy-Semibold.woff') format('woff'),
    url('../fonts/subset-Gilroy-Semibold.ttf') format('truetype'),
    url('../fonts/subset-Gilroy-Semibold.svg#Gilroy-Semibold') format('svg');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/subset-Gilroy-Bold.eot');
  src: url('../fonts/subset-Gilroy-Bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/subset-Gilroy-Bold.woff2') format('woff2'),
    url('../fonts/subset-Gilroy-Bold.woff') format('woff'),
    url('../fonts/subset-Gilroy-Bold.ttf') format('truetype'),
    url('../fonts/subset-Gilroy-Bold.svg#Gilroy-Bold') format('svg');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/subset-Gilroy-Heavy.eot');
  src: url('../fonts/subset-Gilroy-Heavy.eot?#iefix') format('embedded-opentype'),
    url('../fonts/subset-Gilroy-Heavy.woff2') format('woff2'),
    url('../fonts/subset-Gilroy-Heavy.woff') format('woff'),
    url('../fonts/subset-Gilroy-Heavy.ttf') format('truetype'),
    url('../fonts/subset-Gilroy-Heavy.svg#Gilroy-Heavy') format('svg');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}


/* Gilroy --- */


.page {
  display: block;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  min-width: 315px;
  background-color: #F7F5E9;
  overflow: hidden;
}

.main_center {
  display: block;
  width: 100%;
  max-width: 1436px;
  padding: 0 20px;
  margin: 0 auto;
}

/* html {
  scroll-behavior: smooth;
} */

body {
  font-family: 'Gilroy', Arial, Helvetica, sans-serif;
}

/*! ====  ALL PAGES CSS START  ===== */

main {
  display: block;
  position: relative;
  width: 100%;
  padding: 98px 0 0 0;
}

.section_wrap {
  display: block;
  position: relative;
  width: 100%;
}

.wrap_container {
  padding-top: 80px;
}

.wrap_left {
  float: left;
  max-width: 300px;
}

.wrap_right {
  float: left;
  max-width: 300px;
}

.sect_body {
  display: block;
  width: 100%;
}

.sect_footer {
  display: flex;
  justify-content: center;
  width: 100%;
}

.sect_header {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  margin: 0 auto;
  padding: 0 0 64px 0;
}

.sect_title::before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  width: 72px;
  height: 72px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  background-image: url("../img/icons/title_arw.svg");
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}

.sect_title {
  padding: 0 84px 0 0;
}

.sect_title span {
  color: rgba(0, 0, 0, 0.38);
}

.sect_title,
.sect_title a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 24px;
  width: 100%;
  padding: 0;
  position: relative;
  text-align: center;
  font-size: 94px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: -1px;
  line-height: 1.2;
  color: #1B181F;
  opacity: 1;
  word-break: break-word;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.sect_title a {
  display: inline-flex;
  width: auto;
}

.sect_title_second {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  max-width: 1130px;
  width: 100%;
  padding: 0;
  margin-right: auto;
  position: relative;
  text-align: left;
  font-size: 108px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: -1px;
  line-height: 1.2;
  color: #1B181F;
  opacity: 1;
  word-break: break-word;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.sect_info {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  width: 100%;
  margin-top: 24px;
  text-align: left;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.2px;
  line-height: 1.5;
  color: #F7F5E9;
  opacity: 1;
  word-break: break-word;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.itm_title {
  display: block;
  width: 100%;
  text-align: left;
  font-size: 66px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.2;
  color: #1B181F;
  opacity: 1;
  word-break: break-word;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 5;
}

.itm_info {
  display: block;
  width: 100%;
  margin: 12px 0;
  text-align: left;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.2px;
  line-height: 1.5;
  color: #1B181F;
  opacity: 1;
  word-break: break-word;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 5;
}

.itm_date {
  display: block;
  width: 100%;
  text-align: left;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.5px;
  color: #001833;
  opacity: 1;
}

.itm_more {
  display: inline-flex;
  align-items: center;
  position: relative;
  width: auto;
  padding: 12px 48px 12px 16px;
  text-align: left;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  color: #00428E;
  opacity: 1;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}

.itm_more::before {
  content: "";
  display: block;
  position: absolute;
  right: 16px;
  width: 24px;
  height: 24px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  background-image: url("../img/icons/more_right.svg");
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}

.itm_more:hover {
  background-color: #D1E3FF;
  padding-left: 32px;
}

.itm_more:hover::before {
  right: 10px;
}

.more {
  display: inline-flex;
  align-items: center;
  position: relative;
  width: auto;
  padding: 12px 64px 12px 32px;
  text-align: left;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  color: #00428E;
  opacity: 1;
  border: 1px solid #00428E;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}

.more svg {
  display: block;
  position: absolute;
  right: 32px;
  width: 24px;
  height: 24px;
}

.more svg path {
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}

.more:hover {
  background-color: #00428E;
  color: #fff;
}

.more:hover svg path {
  fill: #fff;
}

.itm_info ul,
.itm_info ol {
  list-style: auto;
  margin: auto;
  padding-left: 30px;
}

.itm_info li {
  display: list-item;
  width: 100%;
  list-style-type: disc;
  /* margin: 4px 0; */
  text-align: left;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.4px;
  color: #747678;
}

.item_img {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
  overflow: hidden;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}

/* .col_in:hover .item_img img,
.col_in:hover .item_img video,
.col_in:hover .item_img iframe {
  transform: scale(1.04);
  -webkit-transform: scale(1.04);
  -moz-transform: scale(1.04);
  -ms-transform: scale(1.04);
  -o-transform: scale(1.04);
} */

.item_img img,
.item_img video,
.item_img iframe {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  object-fit: cover;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
}

.item_img::before {
  content: "";
  display: block;
  position: relative;
  width: 100%;
  padding-top: 100%;
}

.item_content {
  display: block;
  width: 100%;
}

.item_content_btm {
  display: block;
  width: 100%;
}


.form_row {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  padding: 4px;
  margin-bottom: 20px;
  background: #2B333D;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
}

.btn_section {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
}

.btn_item {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 64px;
  padding: 10px 32px;
  cursor: pointer;
  border: none;
  outline: none;
  text-align: center;
  font-family: 'Gilroy';
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.1px;
  opacity: 1;
  border: 2px solid transparent;
  transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  border-radius: 32px;
  -webkit-border-radius: 32px;
  -moz-border-radius: 32px;
  -ms-border-radius: 32px;
  -o-border-radius: 32px;
}


.btn_icon {
  display: inline-flex;
  align-items: center;
  position: relative;
  width: auto;
  padding-right: 36px;
  /* text-align: center;
  font-family: 'Gilroy';
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.1px;
  opacity: 1; */
}

.btn_icon::before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  width: 24px;
  height: 24px;
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
}

.btn_magic .btn_icon::before {
  background-image: url("../img/icons/magic.svg");
}

.btn_more .btn_icon::before {
  background-image: url("../img/icons/arrow-right.svg");
}


.btn_view .btn_icon::before {
  width: 20px;
  height: 20px;
  background-image: url("../img/icons/arrow-right_white.svg");
}


.btn_primary {
  background: #15091F;
  border-color: #15091F;
  color: #E6D7F5;
}

.btn_secondary {
  background: transparent;
  border-color: rgba(21, 9, 31, 0.08);
  color: #15091F;
}

.btn_more {
  background: transparent;
  border-color: rgba(21, 9, 31, 0.08);
  color: #15091F;
}

.btn_view {
  height: 48px;
  font-size: 16px;
}

.btn_primary:hover {
  background: #2D1842;
  border-color: #2D1842;
}

.btn_secondary:hover {
  background: rgba(21, 9, 31, 0.08);
  border-color: rgba(21, 9, 31, 0.08);
}

.btn_more:hover {
  background: rgba(21, 9, 31, 0.08);
  border-color: rgba(21, 9, 31, 0.08);
}


.input_item {
  display: block;
  flex: 1;
  height: 56px;
  border: none;
  outline: none;
  padding: 12px 16px;
  background: transparent;
  text-align: left;
  font-family: 'Gilroy';
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.4px;
  color: #FFF;
}


.input_item::placeholder {
  text-align: left;
  font-family: 'Gilroy';
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.4px;
  color: #FFF;
}

.popular_full {
  width: 100%;
}


/*! ======== PARTNERS START ========*/



/* ! Add Partners sect  */
.wrap_partners_sect {
  width: 100%;
}

.wrap_partners {
  margin-top: 64px;
}

.wrap_partners .main_center {
  display: flex;
  align-items: center;
}

.wrap_partners .sect_body {
  width: calc(100% - 210px);
  padding-left: 30px;
}

.partner_title_info {
  display: block;
  float: left;
  width: 210px;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.4px;
  color: rgba(0, 0, 0, 0.60);
  word-break: break-word;
}

.partners_row {
  display: flex;
  align-items: flex-start;
  gap: 24px;
  width: 100%;
}

.partners_item {
  display: block;
  width: 100%;
}

.part_img {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px 16px;
}

.part_img img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
}



/* Partner head sect */
.partner_head_sect {
  display: block;
  width: 100%;
  /* max-width: 920px; */
  max-width: 1024px;
  margin: 0 auto;
}

.partner_title {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 108px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -1px;
  color: #15091F;
  word-break: break-word;
}

.partner_title span {
  display: inline;
  background: var(--Gradient-Gradient-1, linear-gradient(90deg, #87ADA7 0%, #A38C98 32.5%, #D68678 66.5%, #E5D385 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.partner_btn_sect {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}


.partner_btn_sect {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-top: 16px;
}



/* Partner head sect */


/* Partner animation */

/* .partner_anime img {
  width: 100%;
} */

.partner_anime {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 512px;
  position: relative;
  width: calc(100% - 40px);
  max-width: 1634px;
  margin: 48px auto;
  overflow: hidden;
  /* background: rgba(21, 9, 31, 0.04); */
  border-radius: 48px;
  -webkit-border-radius: 48px;
  -moz-border-radius: 48px;
  -ms-border-radius: 48px;
  -o-border-radius: 48px;
}


.partner_anime img,
.partner_anime video,
.partner_anime canvas {
  position: absolute;
  width: 100% !important;
  height: 100% !important;
  margin: auto;
  max-width: 100%;
  object-fit: cover;
  min-width: 770px;
  height: 528px !important;
  left: auto;
  top: auto;
  right: auto;
  bottom: auto;
  border-radius: 48px;
  -webkit-border-radius: 48px;
  -moz-border-radius: 48px;
  -ms-border-radius: 48px;
  -o-border-radius: 48px;
}

/* .partner_anime::before {
  content: "";
  display: block;
  position: relative;
  width: 100%;
  padding-top: 31.3342%;
} */



.partner_anime img,
.partner_anime video,
.partner_anime canvas {
  min-width: 770px;
  height: 528px !important;
  border-radius: 48px;
  -webkit-border-radius: 48px;
  -moz-border-radius: 48px;
  -ms-border-radius: 48px;
  -o-border-radius: 48px;
  left: auto;
  top: auto;
  right: auto;
  bottom: auto;
}

/* Partner animation */


/* ! Add Formats sect  */


@media only screen and (min-width: 1025px) and (max-width: 1352px) {}

@media only screen and (max-width: 1024px) {}

@media only screen and (min-width: 768px) and (max-width: 1024px) {

  main {
    padding-top: 72px;
  }

  .wrap_main_items {
    margin-top: 48px;
    padding-bottom: 24px;
  }

  /* * Add Partners sect  */

  .wrap_partners .main_center {
    flex-wrap: wrap;
  }

  .wrap_partners .sect_body {
    width: 100%;
    padding-left: 0;
  }

  .wrap_partners .popular_full {
    width: 130%;
  }

  .partner_title_info {
    float: none;
    width: 100%;
    margin-bottom: 16px;
  }

  .part_img {
    padding: 6px 12px;
  }

  .partner_title {
    font-size: 46px;
  }

  .partner_anime::before {
    display: none;
  }

  .partner_anime {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 240px;
    margin: 48px auto;
    border-radius: 24px;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    -ms-border-radius: 24px;
    -o-border-radius: 24px;
  }

  .partner_anime img,
  .partner_anime video,
  .partner_anime canvas {
    min-width: 770px;
    height: 528px !important;
    border-radius: 24px;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    -ms-border-radius: 24px;
    -o-border-radius: 24px;
    left: auto;
    top: auto;
    right: auto;
    bottom: auto;
  }

  /* * Add Partners sect  */

}

@media only screen and (min-width: 561px) and (max-width: 767px) {
  main {
    padding-top: 72px;
  }

  .btn_item {
    height: 48px;
    font-size: 16px;
  }

  .btn_icon {
    padding-right: 32px;
  }

  .btn_icon::before {
    width: 20px;
    height: 20px;
  }

  /* * Add Partners sect  */

  .wrap_partners .main_center {
    flex-wrap: wrap;
  }

  .wrap_partners .sect_body {
    width: 100%;
    padding-left: 0;
  }

  .wrap_partners .popular_full {
    width: 130%;
  }

  .partner_title_info {
    float: none;
    width: 100%;
    margin-bottom: 16px;
  }

  .part_img {
    padding: 6px 12px;
  }

  .partner_title {
    font-size: 46px;
  }

  .partner_anime::before {
    display: none;
  }

  .partner_anime {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 240px;
    margin: 48px auto;
    border-radius: 24px;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    -ms-border-radius: 24px;
    -o-border-radius: 24px;
  }

  .partner_anime img,
  .partner_anime video,
  .partner_anime canvas {
    min-width: 770px;
    height: 528px !important;
    border-radius: 24px;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    -ms-border-radius: 24px;
    -o-border-radius: 24px;
    left: auto;
    top: auto;
    right: auto;
    bottom: auto;
  }

  /* * Add Partners sect  */



}

@media only screen and (min-width: 0px) and (max-width: 560px) {

  main {
    padding-top: 72px;
  }

  .btn_item {
    height: 48px;
    font-size: 16px;
  }

  .btn_icon {
    padding-right: 32px;
  }

  .btn_icon::before {
    width: 20px;
    height: 20px;
  }

  /* * Add Partners sect  */

  .wrap_partners .main_center {
    flex-wrap: wrap;
  }

  .wrap_partners .sect_body {
    width: 100%;
    padding-left: 0;
  }

  .wrap_partners .popular_full {
    width: 130%;
  }

  .partner_title_info {
    float: none;
    width: 100%;
    margin-bottom: 16px;
  }

  .part_img {
    padding: 6px 12px;
  }

  .partner_title {
    font-size: 46px;
  }

  .partner_anime::before {
    display: none;
  }

  .partner_anime {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 240px;
    margin: 48px auto;
    border-radius: 24px;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    -ms-border-radius: 24px;
    -o-border-radius: 24px;
  }

  .partner_anime img,
  .partner_anime video,
  .partner_anime canvas {
    min-width: 770px;
    height: 528px !important;
    border-radius: 24px;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    -ms-border-radius: 24px;
    -o-border-radius: 24px;
    left: auto;
    top: auto;
    right: auto;
    bottom: auto;
  }

  /* * Add Partners sect  */



}


/*! ---Sliders Part --- */

.slider_container {
  position: relative;
  /* overflow: hidden; */
}

.swiper-container {
  overflow: hidden;
}

.swiper-link {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 100%;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.swiper_pagin_items {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 48px;
}

/* .swiper_pagin_items .swiper-pagination {
  width: 100%;
  position: relative;
  left: 0;
  bottom: 0;
} */



.wrap_slider .mySwiper2 {
  height: 80%;
  width: 100%;
}

.wrap_slider .mySwiper {
  height: 20%;
  box-sizing: border-box;
  padding: 10px 0;
}


.wrap_slider .mySwiper .swiper-slide {
  /* width: auto !important; */
  /* width: 25%; */
  height: 100%;
  /* opacity: 0.4; */
  opacity: 1;
}


.wrap_slider .mySwiper .swiper-slide-thumb-active {
  opacity: 1;
}

.spagin_item::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0%;
  height: 2px;
  opacity: 1;
  background-color: #fff;
}

.spagin_item::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background-color: #414952;
}

.spagin_item {
  display: inline-flex;
  position: relative;
  width: auto;
  height: auto;
  opacity: 0.6;
  padding: 10px 10px;
  margin: 0 2px !important;
  text-align: center;
  font-family: 'Gilroy';
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.4;
  color: #A6ABB2;
  white-space: nowrap;
  background: transparent;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
}

.wrap_slider .mySwiper .spagin_item {
  display: flex;
  justify-content: center;
}

.wrap_slider .mySwiper .swiper-slide-thumb-active .spagin_item {
  color: #fff;
  opacity: 1;
}

.wrap_slider .mySwiper .swiper-slide-thumb-active .spagin_item::after {
  opacity: 1;
  width: 100%;
}


.wrap_slider .swiper-pagination {
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  position: relative;
  width: 100%;
  padding: 16px 0 0 0;
  bottom: 0;
  right: 0;
  left: 0;
  overflow: auto;
  outline: none;
}

.wrap_slider .swiper-pagination-bullet::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0%;
  height: 2px;
  opacity: 0;
  background-color: #fff;
  transition: width 5s;
  -webkit-transition: width 5s;
  -moz-transition: width 5s;
  -ms-transition: width 5s;
  -o-transition: width 5s;
}

.wrap_slider .swiper-pagination-bullet::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background-color: #414952;
}

.wrap_slider .swiper-pagination-bullet {
  display: inline-block;
  position: relative;
  width: auto;
  height: auto;
  opacity: 0.6;
  padding: 10px 10px;
  margin: 0 2px !important;
  text-align: center;
  font-family: 'Gilroy';
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.4;
  color: #A6ABB2;
  white-space: nowrap;
  background: transparent;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
}

.wrap_slider .swiper-pagination-bullet-active {
  color: #fff;
  opacity: 1;
}

.wrap_slider .swiper-pagination-bullet-active::after {
  opacity: 1;
  width: 100%;
}

.swiper-pagination::-webkit-scrollbar {
  display: none;
}

.scrl_pagin {
  display: block;
  width: 100%;
  overflow: hidden;
}

.wrap_slider .swiper_arrows {
  display: flex;
  align-items: center;
  position: absolute;
  width: 100%;
  top: calc(50% - 24px);
  left: 0;
}


.wrap_slider .swiper-button-next:hover,
.wrap_slider .swiper-button-prev:hover {
  opacity: 1;
  /* background-color: #F5F5F5; */
}

.wrap_slider .swiper-button-next::after,
.wrap_slider .swiper-button-prev::after,
.wrap_slider .swiper-rtl .swiper-button-next:after {
  display: none;
}

.wrap_slider .swiper-button-next,
.wrap_slider .swiper-button-prev {
  display: block;
  position: relative;
  width: 48px;
  height: 48px;
  margin: 0;
  top: 0;
  cursor: pointer;
  background-position: center;
  background-repeat: no-repeat;
  background-color: transparent;
  background-size: 100%;
  border: none;
  transition: all 0.25s ease;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}

/* .wrap_slider .swiper-button-disabled {
  opacity: 0 !important;
} */

.wrap_slider .swp_show {
  opacity: 1 !important;
  pointer-events: all;
}

.wrap_slider .swiper-button-next {
  float: right;
  background-image: url("../img/icons/next.svg");
  right: 48px;
  margin-left: auto;
}

.wrap_slider .swiper-button-prev {
  float: left;
  background-image: url("../img/icons/prev.svg");
  left: 48px;
  margin-right: auto;
}


/*! ---Sliders Part --- */
/* Pagination */

.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 16px auto 0px auto;
}

.pagination ul {
  display: inline-block;
  list-style: none;
}

.pagination ul li {
  display: block;
  list-style: none;
  float: left;
  margin: 0 2px;
}

.first_page span::before,
.last_page span::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
}

.first_page span::before {
  background-image: url("../img/icons/prev.svg");
}

.last_page span::before {
  background-image: url("../img/icons/next.svg");
}

.pagination a::before {
  content: "";
  display: block;
  width: 100%;
  position: relative;
  padding-top: 100%;
}

.pagination .pg_itm {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  text-align: center;
  font-weight: 500;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.21px;
  color: #444444;
  opacity: 1;
}

.pagination a {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 4px;
  width: 40px;
  width: 40px;
  height: 40px;
  transition: all .25s;
  -webkit-transition: all .25s;
  -moz-transition: all .25s;
  -ms-transition: all .25s;
  -o-transition: all .25s;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.pagination .active_pagin {
  background-color: #EBEBEB;
}

.pagination a:hover:not(.active_pagin) {
  background-color: #EBEBEB;
}

/* Pagination */

/*! ---Popup Part --- */
.modal {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #00000085;
  z-index: 9999999999;
}

.modal_body {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 20px 16px;
}

.modal_content {
  display: block;
  position: relative;
  width: 100%;
  max-width: 1200px;
  /* max-width: 368px; */
  height: auto;
  padding: 0px;
}

.modal_btn {
  display: block;
  position: absolute;
  right: 0;
  float: right;
  width: 24px;
  height: 24px;
  margin: 0;
  background-position: 0 0;
  background-size: 100%;
  background-repeat: no-repeat;
  background-image: url(../img/icons/close_modal.svg);
  cursor: pointer;
}

/*! ---Popup Part --- */

/* !form items */
.form_item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  position: relative;
  margin-bottom: 20px;
}

.form_item:last-child {
  margin-bottom: 0;
}

.show_label .itm_inp_label {
  display: block;
  opacity: 1;
  visibility: visible;
  font-size: 11px;
  top: -5px;
}

.show_error .itm_inp_label {
  color: #D61E24;
}

.itm_inp_label {
  display: block;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  text-align: left;
  font-family: 'Gilroy';
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.4px;
  color: #7F7F7F;
  background: #fff;
  left: 0;
  top: 17px;
  z-index: 999999;
  transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
}

textarea.item_input {
  overflow-y: hidden;
  min-width: 100%;
  max-width: 100%;
}

.item_input {
  display: flex;
  min-width: 100%;
  width: 100%;
  padding: 20px;
  height: 64px;
  overflow: hidden;
  text-align: left;
  font-family: 'Gilroy';
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.4px;
  color: #1B181F;
  opacity: 1;
  border: none;
  outline: none;
  background: transparent;
  border: 1px solid #AEABB2;
  -webkit-transition: border 0.3s ease;
  -moz-transition: border 0.3s ease;
  -ms-transition: border 0.3s ease;
  -o-transition: border 0.3s ease;
  transition: border 0.3s ease;
  border-radius: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
}

.item_input:focus {
  border-color: #bfc2c4;
}

.show_error .item_input {
  border-color: #D61E24;
}

.item_input::placeholder {
  color: #747678;
}

.form_submit {
  display: block;
  width: 100%;
}

.form-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto;
  height: 48px;
  margin-top: 24px;
  padding: 6px 32px;
  cursor: pointer;
  border: none;
  outline: none;
  font-family: 'Gilroy';
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  color: #181E00;
  opacity: 1;
  background-color: #BBD900;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

.form-btn:hover {
  background: #DCF056 !important;
}

/* *Select2 section */
.customDrop {
  z-index: 9999999;
}

.form_item .select2-container .select2-selection--single .select2-selection__rendered,
.form_item .select2-container--default .select2-selection--single {
  border: none;
  line-height: 1;
}

.form_item .select2-container {
  width: 100% !important;
}


.form_item .select2-container--default .select2-selection--single {
  display: flex;
  align-items: center;
  width: 100% !important;
  position: relative;
  padding: 16px 20px;
  height: 56px;
  text-align: left;

  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.4px;
  color: #171E26;
  opacity: 1;
  border: none;
  outline: none;
  border: 1px solid #DCDEE0;
  background-color: #EBEEF2;
  -webkit-transition: border 0.3s ease;
  -moz-transition: border 0.3s ease;
  -ms-transition: border 0.3s ease;
  -o-transition: border 0.3s ease;
  transition: border 0.3s ease;
  border-radius: 8px !important;
  -webkit-border-radius: 8px !important;
  -moz-border-radius: 8px !important;
  -ms-border-radius: 8px !important;
  -o-border-radius: 8px !important;
}

.form_item .select2-selection__arrow {
  display: block;
  width: 24px !important;
  height: 24px !important;
  top: auto !important;
  right: 12px !important;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../img/icons/arw_dr_b.svg");

}

.form_item .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}

.form_item .select2-selection__arrow b {
  display: none !important;
}

.select2-container {
  z-index: 99999;
}

.select2-container--open .select2-dropdown {
  padding: 16px 0;
  border: none;
  border: 1px solid #DCDEE0;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

.select2-container--open .select2-dropdown--below {
  margin-top: 8px;
}

.select2-container--open .select2-dropdown--above {
  margin-top: -8px;
}


.select2-results__option {
  padding: 4px 20px;
  text-align: left;

  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.4px;
  color: #171E26;
}

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: transparent !important;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: transparent !important;
  color: #000;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  padding: 15px 56px 15px 20px;
  height: 48px;
  border: none;
  border: 1px solid #DCDEE0;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}

.select2-search--dropdown {
  padding: 0 16px 14px 16px;
}

.select2-container--default .select2-search {
  display: flex;
  align-items: center;
  position: relative;
}

.select2-search--dropdown.select2-search--hide {
  display: none;
}

.select2-search::before {
  content: "";
  display: block;
  position: absolute;
  right: 31px;
  width: 24px;
  height: 24px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  /* background-image: url("../img/icons/search.svg"); */
}

.select2-results {
  display: block;
  /* padding-right: 16px; */
}

.select2-results__options::-webkit-scrollbar-thumb {
  background-color: #EBEBEB;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.select2-results__options::-webkit-scrollbar-track {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

.select2-results__options::-webkit-scrollbar {
  width: 12px;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 0;
  padding-right: 0;
}

/* *Select2 section */

/* !form items */

.row {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin: 0 -12px;
}

.col {
  display: block;
  float: left;
  padding: 0 12px;
}

.col_in {
  display: block;
  width: 100%;
}

.row_inner {
  width: 100%;
}

.pad_top_160 {
  padding-top: 160px;
}

.pad_bottom_160 {
  padding-bottom: 160px;
}

/*! ====  SERVICES START  ===== */


/* .service_block:last-child {
  margin-bottom: 0;
} */

.service_block {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  margin-bottom: 20px;
  padding: 48px 48px 48px 64px;
  border: 2px solid rgba(27, 24, 31, 0.08);
  background: #F7F5E9;
  border-radius: 48px;
  -webkit-border-radius: 48px;
  -moz-border-radius: 48px;
  -ms-border-radius: 48px;
  -o-border-radius: 48px;
}

.service_block .itm_info {
  margin: 20px 0 24px 0;
}

.service_tag_block {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  gap: 8px;
  margin: 24px 0 0 0;
}

.service_tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto;
  min-height: 40px;
  padding: 10px 16px;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.5px;
  color: rgba(0, 0, 0, 0.60);
  word-break: break-word;
  background: rgba(21, 9, 31, 0.04);
  border-radius: 32px;
  -webkit-border-radius: 32px;
  -moz-border-radius: 32px;
  -ms-border-radius: 32px;
  -o-border-radius: 32px;
}

.service_left {
  display: block;
  float: left;
  width: calc(100% - 634px);
  padding: 0 92px 0 0;
}


.service_right {
  display: block;
  float: left;
  width: 634px;
  margin: 0 0 0 auto;
}

.service_img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  position: relative;
  overflow: hidden;
  background: #2D1842;
  border-radius: 48px 120px 48px 48px;
  -webkit-border-radius: 48px 120px 48px 48px;
  -moz-border-radius: 48px 120px 48px 48px;
  -ms-border-radius: 48px 120px 48px 48px;
  -o-border-radius: 48px 120px 48px 48px;
}

.service_img::before {
  content: "";
  display: block;
  width: 100%;
  position: relative;
  padding-top: 100%;
}

.service_img img {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  object-fit: cover;
  transition: all .25s ease-in-out;
  -webkit-transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -ms-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
}

/*! ====  SERVICES FINISH  ===== */

/*! ====  STORY START  ===== */
.wrap_story {
  padding: 160px 0 128px 0;
  background: #1B181F;
  border-radius: 48px 48px 0px 0px;
  -webkit-border-radius: 48px 48px 0px 0px;
  -moz-border-radius: 48px 48px 0px 0px;
  -ms-border-radius: 48px 48px 0px 0px;
  -o-border-radius: 48px 48px 0px 0px;
}

.story_title {
  display: block;
  width: 100%;
  text-align: left;
  font-size: 94px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: -1px;
  color: #F7F5E9;
  word-break: break-word;
}

.story_title span {
  display: inline;
  background: linear-gradient(90deg, #87ADA7 54.23%, #A38C98 66.47%, #D68678 79.26%, #E5D385 91.87%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.second_title {
  display: block;
  width: 100%;
  text-align: left;
  font-size: 74px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: -1px;
  color: #F7F5E9;
  word-break: break-word;
}

/* ! Statistics sect  */
.w_1040 {
  max-width: 1040px;
  margin-right: auto;
}

.w_680 {
  max-width: 680px;
  margin-right: auto;
}

.wrap_stat_sect {
  display: block;
  position: relative;
  width: 100%;
  padding: 36px 16px 160px 16px;
}

.stat_items_sect {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  gap: 32px;
  width: 100%;
}

.stat_item {
  display: flex;
  flex-wrap: wrap;
  flex: 1;
  width: 25%;
  position: relative;
  overflow: hidden;
  background: transparent;
  border-radius: 32px;
  -webkit-border-radius: 32px;
  -moz-border-radius: 32px;
  -ms-border-radius: 32px;
  -o-border-radius: 32px;
}

.sitem_1 {
  background: #D68678;
}

.sitem_2 {
  background: #F6F1D8;
}

.sitem_3 {
  background: #70948E;
}

.sitem_4 {
  background: #B898D9;
}

.stat_item::before {
  content: "";
  display: block;
  position: relative;
  width: 100%;
  padding-top: 87%;
}

.stat_contet {
  display: flex;
  align-content: space-between;
  flex-wrap: wrap;
  position: absolute;
  padding: 32px;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.stat_val {
  display: block;
  width: 100%;
  text-align: left;
  font-size: 74px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -1px;
  line-height: 1.2;
  color: rgba(0, 0, 0, 0.87);
}

.stat_info {
  display: block;
  width: 100%;
  text-align: left;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.2px;
  overflow: hidden;
  color: rgba(0, 0, 0, 0.87);
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  align-self: stretch;
}

.stat_img {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
}

.stat_img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}


/* !Vaule section */

/* .wrap_value {} */
.wrap_value .row {
  margin: 0 -16px;
}

.value_col {
  width: 25%;
  padding: 0 16px 32px 16px;
}

.value_items_sect {
  display: block;
  width: 100%;
}

.value_item {
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  padding: 32px;
  width: 100%;
  position: relative;
  overflow: hidden;
  background: transparent;
  border: 1px solid, #F7F5E9;
  border-radius: 32px;
  -webkit-border-radius: 32px;
  -moz-border-radius: 32px;
  -ms-border-radius: 32px;
  -o-border-radius: 32px;
}

.value_contet {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  gap: 40px;
}

.value_row {
  display: flex;
  align-items: center;
  width: 100%;
  gap: 4px;
}

.value_name {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 12px;
  width: auto;
  min-height: 36px;
  text-align: left;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.5px;
  color: #F7F5E9;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 24px;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  -ms-border-radius: 24px;
  -o-border-radius: 24px;
}

.value_number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px;
  width: 36px;
  height: 36px;
  text-align: left;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.5px;
  color: #2E280E;
  background-color: #F7F5E9;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.value_title {
  display: block;
  width: 100%;
  text-align: left;
  overflow: hidden;
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.2;
  overflow: hidden;
  color: #F7F5E9;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  align-self: stretch;
}

.value_img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 138px;
  height: 138px;
  overflow: hidden;
  margin-top: 136px;
}

.value_img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* !Vaule section */

/* !Portfolio section */
.portfolio_row {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  gap: 32px;
}

.portfolio_block {
  display: block;
  width: 100%;
  flex: 0 0 calc(50% - 16px);
  /* flex: 1 1 calc(50% - 16px); */
  /*margin-bottom: 32px;
  */
  border: 1px solid rgba(21, 9, 31, 0.08);
  border-radius: 48px;
  -webkit-border-radius: 48px;
  -moz-border-radius: 48px;
  -ms-border-radius: 48px;
  -o-border-radius: 48px;
  transition-property: background, opacity, transform !important;
}

.portfolio_block:hover {
  background: #15091F;
}

.portfolio_block:hover .itm_title {
  color: #F7F5E9;
}

.portfolio_block:hover .portfolio_img img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}

.portfolio_block:first-child {
  flex: 1 1 100%;
}

.portfolio_block:first-child .portfolio_img::before {
  padding-top: 53%;
}

.portfolio_block .itm_title {
  display: flex;
  align-items: center;
  position: relative;
  font-size: 20px;
  padding: 24px 70px 16px 40px;
  transition: all 0.25s;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -ms-transition: all 0.25s;
  -o-transition: all 0.25s;
}

.portfolio_block .itm_title::before {
  content: "";
  display: block;
  position: absolute;
  right: 40px;
  width: 24px;
  height: 24px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url("../img/icons/pr_icon.svg");
}

.portfolio_img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 48px;
  -webkit-border-radius: 48px;
  -moz-border-radius: 48px;
  -ms-border-radius: 48px;
  -o-border-radius: 48px;
}

.portfolio_img::before {
  content: "";
  display: block;
  width: 100%;
  position: relative;
  padding-top: 73%;
}

.portfolio_img img {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  object-fit: cover;
  transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
}

.wrap_portfolio .btn_section {
  justify-content: center;
}

/* !Portfolio section */



/* ! Statistics sect  */

/*! ====  STORY FINISH  ===== */

/*! ====  MAIN RESPONSIVE START  ===== */

@media only screen and (min-width: 768px) {
  .wrap_scroll_section {
    position: relative;
    /* min-height: 100vh;
    overflow: hidden;
    overflow-y: auto; */
  }

  .wrap_scroll_section .sect_header {
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
  }

  .wrap_scroll_section.fixed .sect_header {
    opacity: 0;
    visibility: hidden;
    transform: scale(0.9) translateY(-20px);
    -webkit-transform: scale(0.9) translateY(-20px);
    -moz-transform: scale(0.9) translateY(-20px);
    -ms-transform: scale(0.9) translateY(-20px);
    -o-transform: scale(0.9) translateY(-20px);
  }


  .scroll_end {
    display: block;
    width: 100%;
    height: 10px;
  }

  .wrap_scroll_section .sect_body {
    position: relative;
  }

  .wrap_scroll_section .service_block:first-child {
    position: relative;
    transform: translateY(0%);
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
  }

  .wrap_scroll_section .service_block {
    margin-bottom: 0px;
  }

  .wrap_scroll_section .service_block {
    opacity: 0;
    bottom: 0;
    /*height: 100vh;
    */
    position: absolute;
    transform: scale(1) translateY(40%);
    -webkit-transform: scale(1) translateY(40%);
    -moz-transform: scale(1) translateY(40%);
    -ms-transform: scale(1) translateY(40%);
    -o-transform: scale(1) translateY(40%);
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
  }

  .wrap_scroll_section .service_block.current {
    opacity: 1;
    transform: scale(1) translateY(0%);
    -webkit-transform: scale(1) translateY(0%);
    -moz-transform: scale(1) translateY(0%);
    -ms-transform: scale(1) translateY(0%);
    -o-transform: scale(1) translateY(0%);
  }

  /* .service_block.current:last-child {
    visibility: visible;
    opacity: 0;
    transform: scale(0.7);
  } */
}

@media only screen and (min-width: 1025px) and (max-width: 1320px) {


  /* Services */

  .service_left {
    width: 50%;
    padding: 0 20px 0 0;
  }

  .service_right {
    width: 50%;
  }


  /* Services */
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {

  /* .row {
    margin: 0px;
  }

  .col {
    padding: 0px 0px 12px 0px;
  } */

  .sect_header {
    padding: 0 0 48px 0;
  }

  .sect_title {
    padding-right: 48px;
  }

  .sect_title,
  .sect_title a {
    gap: 0;
    font-size: 36px;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }

  .sect_title::before {
    width: 32px;
    height: 32px;
  }

  .sect_title_second {
    font-size: 46px;
  }

  .itm_title {
    font-size: 28px;
  }

  .pad_top_160 {
    padding-top: 80px;
  }

  .pad_bottom_160 {
    padding-bottom: 80px;
  }

  /* Services */
  .service_block {
    /* flex-direction: column-reverse; */
    padding: 20px 20px 24px 20px;
    border-radius: 24px;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    -ms-border-radius: 24px;
    -o-border-radius: 24px;
  }

  .service_left {
    width: 50%;
    padding: 0 20px 0 0;
  }

  .service_right {
    width: 50%;
  }

  .service_img {
    border-radius: 20px 64px 20px 20px;
    -webkit-border-radius: 20px 64px 20px 20px;
    -moz-border-radius: 20px 64px 20px 20px;
    -ms-border-radius: 20px 64px 20px 20px;
    -o-border-radius: 20px 64px 20px 20px;
  }

  /* Services */

  /* STORY */
  .wrap_story {
    padding: 80px 0 60px 0;
    border-radius: 24px 24px 0px 0px;
    -webkit-border-radius: 24px 24px 0px 0px;
    -moz-border-radius: 24px 24px 0px 0px;
    -ms-border-radius: 24px 24px 0px 0px;
    -o-border-radius: 24px 24px 0px 0px;
  }

  .story_title {
    font-size: 36px;
  }


  .second_title {
    font-size: 28px;
  }

  /* STORY */

  /* Statistics */
  .stat_items_sect {
    gap: 20px;
  }

  .stat_item {
    flex: 1 1 calc(50% - 10px);
    border-radius: 24px;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    -ms-border-radius: 24px;
    -o-border-radius: 24px;
  }

  .stat_item::before {
    padding-top: 63%;
  }

  .stat_val {
    font-size: 58px;
  }

  /* Statistics */

  /* Vaule  */
  .wrap_value .row {
    margin: 0 -10px;
  }

  .value_col {
    width: 50%;
    padding: 0 10px 20px 10px;
  }

  .value_item {
    padding: 24px 20px;
    border-radius: 24px;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    -ms-border-radius: 24px;
    -o-border-radius: 24px;
  }

  .value_contet {
    gap: 24px;
  }

  .value_title {
    font-size: 24px;
  }

  .value_img {
    margin-top: 72px;
  }

  /* Vaule  */

  /* Portfolio  */
  .portfolio_row {
    gap: 20px;
  }

  .portfolio_block {
    border-radius: 24px;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    -ms-border-radius: 24px;
    -o-border-radius: 24px;
  }


  /* .portfolio_block:first-child .portfolio_img::before {
      padding-top: 53%;
    } */
  .portfolio_img::before {
    padding-top: 73% !important;
  }

  .portfolio_block .itm_title {
    font-size: 16px;
    padding: 20px 56px 16px 24px;
  }

  .portfolio_block .itm_title::before {
    right: 24px;
  }

  .portfolio_img {
    border-radius: 24px;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    -ms-border-radius: 24px;
    -o-border-radius: 24px;
  }

  /* Portfolio  */

}

@media only screen and (min-width: 561px) and (max-width: 767px) {

  /* .row {
    margin: 0px;
  }

  .col {
    padding: 0px 0px 12px 0px;
  } */

  .sect_header {
    padding: 0 0 48px 0;
  }

  .sect_title {
    padding-right: 48px;
  }

  .sect_title,
  .sect_title a {
    gap: 0;
    font-size: 36px;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }

  .sect_title::before {
    width: 32px;
    height: 32px;
  }

  .sect_title_second {
    font-size: 46px;
  }

  .itm_title {
    font-size: 28px;
  }

  .pad_top_160 {
    padding-top: 80px;
  }

  .pad_bottom_160 {
    padding-bottom: 80px;
  }

  /* Services */
  .service_block {
    flex-direction: column-reverse;
    padding: 20px 20px 24px 20px;
    border-radius: 24px;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    -ms-border-radius: 24px;
    -o-border-radius: 24px;
  }

  .service_left {
    float: none;
    width: 100%;
    padding: 20px 0 0 0;
  }

  .service_right {
    float: none;
    width: 100%;
    margin: 0 auto;
  }

  .service_tag_block {
    margin: 16px 0 0 0;
  }

  .service_block .itm_info {
    margin: 20px 0 16px 0;
  }

  .service_img {
    border-radius: 20px 64px 20px 20px;
    -webkit-border-radius: 20px 64px 20px 20px;
    -moz-border-radius: 20px 64px 20px 20px;
    -ms-border-radius: 20px 64px 20px 20px;
    -o-border-radius: 20px 64px 20px 20px;
  }

  /* Services */

  /* STORY */
  .wrap_story {
    padding: 80px 0 60px 0;
    border-radius: 24px 24px 0px 0px;
    -webkit-border-radius: 24px 24px 0px 0px;
    -moz-border-radius: 24px 24px 0px 0px;
    -ms-border-radius: 24px 24px 0px 0px;
    -o-border-radius: 24px 24px 0px 0px;
  }

  .story_title {
    font-size: 36px;
  }

  .second_title {
    font-size: 28px;
  }

  /* STORY */

  /* Statistics */
  .stat_items_sect {
    gap: 20px;
  }

  .stat_item {
    flex: 1 1 calc(50% - 10px);
    border-radius: 24px;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    -ms-border-radius: 24px;
    -o-border-radius: 24px;
  }

  .stat_val {
    font-size: 58px;
  }

  /* Statistics */

  /* Vaule  */
  .wrap_value .row {
    margin: 0 -10px;
  }

  .value_col {
    width: 50%;
    padding: 0 10px 20px 10px;
  }

  .value_item {
    padding: 24px 20px;
    border-radius: 24px;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    -ms-border-radius: 24px;
    -o-border-radius: 24px;
  }

  .value_contet {
    gap: 24px;
  }

  .value_title {
    font-size: 24px;
  }

  .value_img {
    margin-top: 72px;
  }

  /* Vaule  */

  /* Portfolio  */
  .portfolio_row {
    gap: 20px;
  }

  .portfolio_block {
    flex: 1 1 calc(100% - 0px);
    border-radius: 24px;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    -ms-border-radius: 24px;
    -o-border-radius: 24px;
  }


  /* .portfolio_block:first-child .portfolio_img::before {
    padding-top: 53%;
  } */
  .portfolio_img::before {
    padding-top: 73% !important;
  }

  .portfolio_block .itm_title {
    font-size: 16px;
    padding: 20px 56px 16px 24px;
  }

  .portfolio_block .itm_title::before {
    right: 24px;
  }

  .portfolio_img {
    border-radius: 24px;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    -ms-border-radius: 24px;
    -o-border-radius: 24px;
  }

  /* Portfolio  */

}

@media only screen and (min-width: 0px) and (max-width: 560px) {
  /* .main_center {
    padding: 0px;
  } */

  .row {
    margin: 0px;
  }

  .col {
    padding: 0px 0px 12px 0px;
  }

  .sect_header {
    padding: 0 0 48px 0;
  }

  .sect_title {
    padding-right: 48px;
  }

  .sect_title,
  .sect_title a {
    gap: 0;
    font-size: 36px;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }

  .sect_title::before {
    width: 32px;
    height: 32px;
  }

  .sect_title_second {
    font-size: 46px;
  }

  .itm_title {
    font-size: 28px;
  }

  .pad_top_160 {
    padding-top: 80px;
  }

  .pad_bottom_160 {
    padding-bottom: 80px;
  }

  /* Services */
  .service_block {
    flex-direction: column-reverse;
    padding: 20px 20px 24px 20px;
    border-radius: 24px;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    -ms-border-radius: 24px;
    -o-border-radius: 24px;
  }

  .service_left {
    float: none;
    width: 100%;
    padding: 20px 0 0 0;
  }


  .service_right {
    float: none;
    width: 100%;
    margin: 0 auto;
  }

  .service_tag_block {
    margin: 16px 0 0 0;
  }

  .service_block .itm_info {
    margin: 20px 0 16px 0;
  }

  .service_img {
    border-radius: 20px 64px 20px 20px;
    -webkit-border-radius: 20px 64px 20px 20px;
    -moz-border-radius: 20px 64px 20px 20px;
    -ms-border-radius: 20px 64px 20px 20px;
    -o-border-radius: 20px 64px 20px 20px;
  }

  /* Services */

  /* STORY */
  .wrap_story {
    padding: 80px 0 60px 0;
    border-radius: 24px 24px 0px 0px;
    -webkit-border-radius: 24px 24px 0px 0px;
    -moz-border-radius: 24px 24px 0px 0px;
    -ms-border-radius: 24px 24px 0px 0px;
    -o-border-radius: 24px 24px 0px 0px;
  }

  .story_title {
    font-size: 36px;
  }

  .second_title {
    font-size: 28px;
  }

  /* STORY */

  /* Statistics */
  .stat_items_sect {
    gap: 20px;
  }

  .stat_item {
    flex: auto;
    width: 100%;
    border-radius: 24px;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    -ms-border-radius: 24px;
    -o-border-radius: 24px;
  }

  .stat_item::before {
    padding-top: 63%;
  }

  .stat_val {
    font-size: 58px;
  }

  /* Statistics */

  /* Vaule  */
  .wrap_value .row {
    margin: 0;
  }

  .value_col {
    width: 100%;
    padding: 0 0 20px 0;
  }

  .value_item {
    padding: 24px 20px;
    border-radius: 24px;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    -ms-border-radius: 24px;
    -o-border-radius: 24px;
  }

  .value_contet {
    gap: 24px;
  }

  .value_title {
    font-size: 24px;
  }

  .value_img {
    margin-top: 72px;
  }

  /* Vaule  */


  /* Portfolio  */
  .portfolio_row {
    gap: 20px;
  }

  .portfolio_block {
    flex: 1 1 calc(100% - 0px);
    border-radius: 24px;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    -ms-border-radius: 24px;
    -o-border-radius: 24px;
  }


  /* .portfolio_block:first-child .portfolio_img::before {
    padding-top: 53%;
  } */
  .portfolio_img::before {
    padding-top: 73% !important;
  }

  .portfolio_block .itm_title {
    font-size: 16px;
    padding: 20px 56px 16px 24px;
  }

  .portfolio_block .itm_title::before {
    right: 24px;
  }

  .portfolio_img {
    border-radius: 24px;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    -ms-border-radius: 24px;
    -o-border-radius: 24px;
  }

  /* Portfolio  */


}

/*! ====  MAIN RESPONSIVE FINISH  ===== */


/*! ==== Static Page ==== */

.wrap_static_page {
  margin: 0 auto;
}

.wrap_static_page .main_center {
  max-width: 920px;
}

.wrap_static_page .news_in_gallery {
  padding-top: 48px;
  padding-bottom: 48px;
}


.wrap_static_page img,
.wrap_static_page iframe,
.wrap_static_page video {
  display: block;
  max-width: 100%;
  width: auto;
  margin: 0 auto 24px auto;
}

.wrap_static_page .static_title {
  width: 100%;
  margin-bottom: 24px;
  text-align: left;
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.2;
  color: #001833;
  opacity: 1;
  word-break: break-word;
  text-align: left;
  font-size: 56px;
  justify-content: flex-start;
  background: linear-gradient(90deg, #414952 0%, #70767D 32.5%, #414952 66.5%, #70767D 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.wrap_static_page h1,
.wrap_static_page h2,
.wrap_static_page h3,
.wrap_static_page h4,
.wrap_static_page h5,
.wrap_static_page h6 {
  margin-bottom: 16px;
  text-align: left;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.5;
  color: #1B181F;
  opacity: 1;
  word-break: break-word;
}

.wrap_static_page p,
.wrap_static_page li {
  margin: 8px auto;
  text-align: left;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.4px;
  color: #1B181F;
  opacity: 1;
  word-break: break-word;
}

.wrap_static_page ul,
.wrap_static_page ol {
  list-style: disc;
  padding-left: 16px;
  margin: 10px auto;
}

/* !Static Page */



/* ! ==== TAB SECTION ==== */
.benefit_tabs {
  width: 100%;
}

.bf_tb_content {
  width: 100%;
}

.bf_tb_hd {
  display: inline-flex;
  align-items: center;
  position: relative;
  padding: 4px;
  gap: 0 4px;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  width: auto;
  background-color: #2B333D;
  border-radius: 28px;
  -webkit-border-radius: 28px;
  -moz-border-radius: 28px;
  -ms-border-radius: 28px;
  -o-border-radius: 28px;
}

.bt_tb_title:last-child {
  margin-right: 0 !important;
}

.bt_tb_title span {
  position: relative;
  z-index: 3;
}

.bt_tb_title {
  display: inline-flex;
  flex: 1;
  align-items: center;
  justify-content: center;
  width: auto;
  position: relative;
  padding: 16px;
  height: 48px;
  text-align: center;
  font-family: 'Gilroy';
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.4;
  color: #FFF;
  overflow: hidden;
  cursor: pointer;
  background-color: transparent;
  transition: all 0.25s ease;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  border-radius: 24px;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  -ms-border-radius: 24px;
  -o-border-radius: 24px;
}

.glider {
  content: "";
  display: block;
  position: absolute;
  left: 4px;
  width: calc(50% - 4px);
  height: 48px;
  background-color: #F4C20A;
  z-index: 1;
  transition: transform 0.5s;
  -webkit-transition: transform 0.5s;
  -moz-transition: transform 0.5s;
  -ms-transition: transform 0.5s;
  -o-transition: transform 0.5s;
  transform: translateX(0%);
  -webkit-transform: translateX(0%);
  -moz-transform: translateX(0%);
  -ms-transform: translateX(0%);
  -o-transform: translateX(0%);
  border-radius: 24px;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  -ms-border-radius: 24px;
  -o-border-radius: 24px;
}

.bt_tb_title.active {
  color: #171E26;
  /* background-color: #F4C20A; */
}

.glider.active_0 {
  transform: translateX(0);
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
}

.glider.active_1 {
  transform: translateX(100%);
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
}

.glider.active_2 {
  transform: translateX(200%);
  -webkit-transform: translateX(200%);
  -moz-transform: translateX(200%);
  -ms-transform: translateX(200%);
  -o-transform: translateX(200%);
}

.bf_tb_items {
  display: none;
  width: 100%;
}

.bf_tb_items.active {
  display: block;
}

/* ! ==== TAB SECTION ==== */
/*! ---FAQ --- */

.wrap_faq {
  width: 100%;
  margin: 0 auto;
}

.faq_body {
  position: relative;
  width: 100%;
}

.wrap_faq .sect_header {
  padding-bottom: 58px;
}

.faq_items {
  padding: 0px 20px;
  width: 100%;
}

.faq_items.publisher {
  background: #171E26;
}

/* .collapse_row:last-child {
  border-bottom: 1px solid #D7DBE0;
} */

.collapse_row {
  width: 100%;
  padding: 0px 0 32px 0;
  /* border-top: 1px solid #D7DBE0; */
}

.collapse_btn {
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
  min-height: 48px;
  padding: 0px 56px 0px 0;
  text-align: left;
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.2;
  color: #1B181F;
  opacity: 1;
  word-break: break-word;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.collapse_btn::before {
  content: "";
  display: block;
  position: absolute;
  right: 0px;
  width: 48px;
  height: 48px;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../img/icons/faq_btn.svg");
  transition: all 0.25s;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -ms-transition: all 0.25s;
  -o-transition: all 0.25s;
}

.collapse_btn.clp_clicked::before {
  background-image: url("../img/icons/faq_btn_hov.svg");
}

/* 
.collapse_btn.clp_clicked::before {
  background-color: #EBEEF2;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
} */


.collapse_content {
  display: none;
  width: 100%;
  padding: 24px 0 0px 0px;
  text-align: left;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
  color: #1B181F;
  word-break: break-word;
}

.collapse_content p,
.collapse_content li {
  margin-bottom: 16px;
}

/* .faq_items.publisher .collapse_row {
  border-color: #2B333D;
}

.faq_items.publisher .collapse_content {
  color: #C2C6CC;
}

.faq_items.publisher .sect_title,
.faq_items.publisher .collapse_btn {
  color: #fff;
}

.faq_items.publisher .collapse_btn {
  border-color: #2B333D;
}

.faq_items.publisher .collapse_btn::before {
  background-image: url("../img/icons/arw_down.svg");
  border-color: #2B333D;
}

.faq_items.publisher .collapse_btn.clp_clicked::before {
  background-color: #2B333D;
} */

/*! ---FAQ --- */


@media only screen and (min-width: 1025px) and (max-width: 1232px) {
  /* !Faq Page */

  .faq_items {
    padding: 0px;
  }

  /* !Faq Page */
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {

  /* !Faq Page */

  .faq_items {
    padding: 0px;
  }

  /* !Faq Page */

}

@media only screen and (min-width: 561px) and (max-width: 767px) {

  /* !Faq Page */
  .wrap_faq .sect_header {
    padding-bottom: 32px;
  }

  .faq_items {
    padding: 0px;
  }

  .collapse_row {
    padding: 0px 0 20px 0;
  }

  .collapse_btn {
    min-height: 32px;
    padding: 0px 40px 0px 0;
    font-size: 20px;
    font-weight: 500;
  }

  .collapse_btn::before {
    width: 32px;
    height: 32px;
  }

  .collapse_content {
    padding: 16px 0 0px 0px;
    font-size: 16px;
  }

  .collapse_content p,
  .collapse_content li {
    margin-bottom: 8px;
  }

  /* !Faq Page */

}

@media only screen and (min-width: 0px) and (max-width: 560px) {

  /* !Faq Page */
  .wrap_faq .sect_header {
    padding-bottom: 32px;
  }

  .faq_items {
    padding: 0px;
  }

  .collapse_row {
    padding: 0px 0 20px 0;
  }

  .collapse_btn {
    min-height: 32px;
    padding: 0px 40px 0px 0;
    font-size: 20px;
    font-weight: 500;
  }

  .collapse_btn::before {
    width: 32px;
    height: 32px;
  }

  .collapse_content {
    padding: 16px 0 0px 0px;
    font-size: 16px;
  }

  .collapse_content p,
  .collapse_content li {
    margin-bottom: 8px;
  }

  /* !Faq Page */

}

/** Error Page */
.wrap_error_page {
  padding: 160px 0;
}

.error_page {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
  position: relative;
  width: 100%;
  margin: 32px auto;
  z-index: 5;
}

.back_home_btn {
  display: inline-flex;
  align-items: center;
  margin-top: auto;
  padding: 10px 32px;
  height: 64px;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0.1px;
  line-height: 1.4;
  color: #15091F;
  background: transparent;
  border: 2px solid rgba(21, 9, 31, 0.08);
  border-radius: 32px;
  -webkit-border-radius: 32px;
  -moz-border-radius: 32px;
  -ms-border-radius: 32px;
  -o-border-radius: 32px;
  transition: all 0.25s;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -ms-transition: all 0.25s;
  -o-transition: all 0.25s;
}

.back_home_btn:hover {
  background-color: rgba(21, 9, 31, 0.08);
}

.back_home_btn span {
  display: flex;
  align-items: center;
  position: relative;
  padding-left: 36px;
}

.back_home_btn span::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 24px;
  height: 24px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  background-image: url("../img//icons/left_arw.svg");
  transition: all 0.25s;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -ms-transition: all 0.25s;
  -o-transition: all 0.25s;


}

.error_img {
  display: block;
  width: auto;
  height: auto;
  max-width: 600px;
  max-height: 280px;
  margin: 0 auto 48px auto;
}

.error_img img {
  display: block;
  width: 100%;
  height: 100%;
}

.error_content {
  display: block;
  width: 100%;
}

.error_title {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.2;
  color: #1B181F;
  margin-bottom: 12px;
}

.error_info {
  display: block;
  width: 100%;
  margin-bottom: 24px;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.2px;
  line-height: 1.5;
  color: #78757D;
}

/* * Sign Page */
.wrap_sign_page {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  min-height: 360px;
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
  background-image: url("../img/icons/sign_back.png");
}


.wrap_sign_page::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(23, 30, 38, 0.50);
  backdrop-filter: blur(15px);
}

.wrap_sign_page .logo_sect {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  max-width: 100%;
  margin: 0 0 32px 0;
}

.wrap_sign_page .logo_img {
  width: 164px;
}

.wrap_sign_page .logo_img::before {
  padding-top: 36px;
  background-image: url(../img/icons/logo_w.svg);
}

.wrap_sign_items {
  display: inline-block;
  /* display: flex;
  align-items: center;
  justify-content: center; */
  padding: 24px 16px;
  width: 100%;
  height: auto;
  max-height: 100%;
  overflow: auto;
}

.wrap_sign_content {
  display: block;
  width: 100%;
  max-width: 424px;
  height: auto;
  margin: 0 auto;
  padding: 40px;
  overflow: auto;
  background: #FFF;
  box-shadow: 0px 4px 12px 0px rgba(23, 30, 38, 0.04);
  border-radius: 24px;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  -ms-border-radius: 24px;
  -o-border-radius: 24px;
}

.back_link {
  display: block;
  position: absolute;
  left: 0;
  width: 32px;
  height: 32px;
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
  background-image: url("../img/icons/back_link.svg");
}

.sign_title {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 32px;
  text-align: center;

  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.2;
  color: #171E26;
}

.sign_tab_sect {
  display: flex;
  width: 100%;
  margin-bottom: 16px;
}

.sign_tab_sect .bf_tb_hd {
  display: flex;
  width: 100%;
  margin: 0;
  background-color: #fff;
  border: 1px solid #D7DBE0;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
}

.sign_tab_sect .bt_tb_title {

  font-size: 16px;
  color: #382900;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}

.sign_tab_sect .glider {
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}

.wrap_sign_page .btn_sign {
  height: 56px;
  width: 100%;
}

.wrap_sign_page .item_input {
  background-color: #fff;
  border-color: #A6ABB2;
}

.wrap_sign_page .show_error .item_input {
  border-color: #D61E24;
}

.or_sign {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
  padding: 32px 0 16px 0;
}

.or_sign::before,
.or_sign::after {
  content: "";
  display: block;
  position: absolute;
  width: 50%;
  height: 1px;
  background: #D7DBE0;
}

.or_sign::before {
  left: 0;
}

.or_sign::after {
  right: 0;
}

.or_sign span {
  display: inline-block;
  position: relative;
  z-index: 1;
  width: auto;
  padding: 0 16px;
  background-color: #fff;
  text-align: center;

  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.4px;
  color: #70767D;
}

.sign_type {
  justify-content: flex-start;
  position: relative;
  margin: 6px auto;
  padding-right: 72px;
  height: 104px !important;
  font-family: "SFProDisplay";
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  color: #171E26;
  background-color: #fff;
  border: 1px solid #D7DBE0;
}

.sign_type::before {
  content: "";
  display: block;
  position: absolute;
  right: 24px;
  width: 24px;
  height: 24px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url(../img/icons/right_arw_camp.svg);
}

.sign_type:hover {
  background-color: #D7DBE0;
}


.forgot_password {
  display: flex;
  margin-top: 16px;
  font-family: "Gilroy";
  color: #171E26;
  background-color: #EBEEF2;
  border: 1px solid #EBEEF2;
}

.forgot_password:hover {
  background-color: #D7DBE0;
  border-color: #D7DBE0;
}

.google_login {
  color: #171E26;
  border: 1px solid #D7DBE0;
}

.google_login img {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}

/* * Sign Page */


@media only screen and (min-width: 1025px) and (max-width: 1232px) {}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .wrap_error_page {
    padding: 80px 0;
  }

  .error_title {
    font-size: 28px;
  }
}

@media only screen and (min-width: 561px) and (max-width: 767px) {

  /* Static--- */


  .wrap_static_page h1,
  .wrap_static_page .static_title {
    margin-bottom: 12px;
    font-size: 28px;
  }

  .wrap_error_page {
    padding: 80px 0;
  }

  .error_title {
    font-size: 28px;
  }

}


@media only screen and (min-width: 0px) and (max-width: 560px) {
  .wrap_error_page {
    padding: 80px 0;
  }

  .error_title {
    font-size: 28px;
  }

}

/*! ---- Static Page ---- */

/** ---- Contact Page ---- */
.wrap_contact_page {
  margin: 0 auto;
}

.wrap_contact_page .sect_header {
  padding: 0 0 80px 0;
}

.wrap_contact_page .sect_title_second {
  justify-content: center;
}

.sect_title_info {
  display: block;
  margin: 0 0 4px 0;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.4px;
  background: var(--Gradient-Gradient-1, linear-gradient(90deg, #87ADA7 0%, #A38C98 32.5%, #D68678 66.5%, #E5D385 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.contact_title {
  display: block;
  width: 100%;
  margin-bottom: 16px;
  text-align: left;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.3;
  color: #1B181F;
  word-break: break-word;
}

.contact_info {
  display: block;
  width: 100%;
  text-align: left;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.4px;
  line-height: 1.5;
  color: #47434C;
  word-break: break-word;
}

.wrap_contact_items {
  max-width: 1094px;
  margin: 0 auto;
}

.contact_gap {
  display: flex;
  /* gap: 24px; */
}

.contact_form_block {
  display: block;
  float: left;
  width: 50%;
  padding: 0 0 0 32px;
}

.contact_social_block {
  display: block;
  float: left;
  width: 50%;
  padding: 0 32px 0 0;
}


.contact_items {
  display: block;
  width: 100%;
  margin-top: 80px;
}

.error_type {
  margin-top: 4px;
  text-align: left;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0.5px;
  color: #D61E24;
}

.cnt_item {
  display: flex;
  width: 100%;
  margin-bottom: 24px;
}

.cnt_item_link {
  display: inline-flex;
  align-items: center;
}

.cnt_itm_text {
  width: 100%;
}

.cnt_itm_name {
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
  min-height: 24px;
  padding-left: 24px;
  text-align: left;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.4px;
  line-height: 1.4;
  color: #47434C;
  word-break: break-word;
}

.cnt_itm_name img {
  display: block;
  width: 16px;
  height: 16px;
  position: absolute;
  margin: 0;
  padding: 0;
  left: 0;
}

.cnt_itm_value {
  display: flex;
  align-items: center;
  width: 100%;
  margin-bottom: 4px;
  text-align: left;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.3;
  color: #1B181F;
  word-break: break-word;
}


.scl_title {
  display: block;
  margin-bottom: 12px;
  text-align: left;
  font-weight: normal;
  font-size: 16px;
  line-height: 1.2;
  letter-spacing: 0.24px;
  color: #444444;
  opacity: 1;
}

.contact_social {
  width: 100%;
}

.contact_social .socials li a {
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5;
  color: #1B181F;
}

.wrap_int_items {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  width: 100%;
  position: relative;
  margin: 16px 0 48px 0;
}

.category_items input {
  display: none;
}

.category_items {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto;
  cursor: pointer;
}

.category_field::before {
  opacity: 0;
  visibility: hidden;
  content: "";
  display: block;
  position: absolute;
  left: 20px;
  width: 20px;
  height: 20px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url("../img/icons/check_catg.svg");
  transition: all 0.25s;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -ms-transition: all 0.25s;
  -o-transition: all 0.25s;
}

.category_field {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: auto;
  padding: 12px 20px;
  text-align: center;
  font-family: 'Gilroy';
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.4px;
  line-height: 1.4;
  color: #171C26;
  word-break: break-word;
  background: transparent;
  border: 1px solid #1B181F;
  border-radius: 24px;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  -ms-border-radius: 24px;
  -o-border-radius: 24px;
  transition: all 0.25s;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -ms-transition: all 0.25s;
  -o-transition: all 0.25s;
}

.category_items:hover .category_field {
  background: #1B181F;
  color: #E0DEE3;
}

.category_items input:checked ~ .category_field {
  padding-left: 44px;
  background: #1B181F;
  color: #E0DEE3;
}

.category_items input:checked ~ .category_field::before {
  opacity: 1;
  visibility: visible;
}

.form_check_item {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
  width: calc(100% - 220px);
  margin-right: auto;
  /* cursor: pointer; */
}

.form_check_item input {
  display: none;
}

.alert {
  display: block;
  width: 100%;
  padding: 8px 12px;
  text-align: left;
  font-family: 'Gilroy';
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.5px;
  color: #1B181F;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}

.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}

.check_icn::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 8px;
  width: 20px;
  height: 20px;
  background-color: transparent;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  background-image: url("../img/icons/check_itm.svg");
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}


.check_icn a {
  display: inline;
  text-decoration: underline;
  color: #1B181F;
}

.check_icn {
  display: block;
  flex-wrap: wrap;
  padding-left: 32px;
  position: relative;
  min-height: 16px;
  text-align: left;
  font-family: 'Gilroy';
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.5px;
  color: #1B181F;
}

.form_check_item input:checked ~ .check_icn::before {
  background-image: url("../img/icons/check_itm_how.svg");
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .form_check_item {
    width: 100%;
    margin: 0 0 20px 0;
  }

  .contact_form_block .btn_item {
    height: 64px;
    font-size: 18px;
  }
}

@media only screen and (min-width: 561px) and (max-width: 767px) {
  .wrap_contact_page .sect_header {
    justify-content: flex-start;
    padding: 0 0 48px 0;
  }

  .wrap_contact_page .sect_title_second {
    justify-content: flex-start;
  }

  .contact_form_block {
    float: none;
    width: 100%;
    padding: 56px 0 0 0;
  }

  .contact_social_block {
    float: none;
    width: 100%;
    padding: 0;
  }

  .contact_gap {
    flex-wrap: wrap;
    gap: 16px;
  }

  .contact_items {
    margin-top: 48px;
  }

  .cnt_itm_value {
    font-size: 20px;
  }

  .form_check_item {
    width: 100%;
    margin: 0 0 20px 0;
  }

  .contact_form_block .btn_item {
    height: 64px;
    font-size: 18px;
  }

}

@media only screen and (min-width: 0px) and (max-width: 560px) {
  .wrap_contact_page .sect_header {
    justify-content: flex-start;
    padding: 0 0 48px 0;
  }

  .wrap_contact_page .sect_title_second {
    justify-content: flex-start;
  }

  .contact_form_block {
    float: none;
    width: 100%;
    padding: 56px 0 0 0;
  }

  .contact_social_block {
    float: none;
    width: 100%;
    padding: 0;
  }

  .contact_gap {
    flex-wrap: wrap;
    gap: 16px;
  }

  .contact_items {
    margin-top: 48px;
  }

  .cnt_itm_value {
    font-size: 20px;
  }

  .form_check_item {
    width: 100%;
    margin: 0 0 20px 0;
  }

  .contact_form_block .btn_item {
    height: 64px;
    font-size: 18px;
  }

}

/** ---- Contact Page ---- */

.nw_social_sect {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  padding: 32px;
  border: 1px solid #D7DBE0;
  border-radius: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
}

.nw_socials {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  width: 100%;
}

.nw_socials li {
  width: auto;
  float: left;
}

.nw_socials li a {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.nw_sc_icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  overflow: hidden;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}

.fb .nw_sc_icon {
  background: #1674EA;
}

.wp .nw_sc_icon {
  background: #24CC63;
}

.tg .nw_sc_icon {
  background: #0084C6;
}

.tw .nw_sc_icon {
  background: #1A1A1A;
}

.smartbee .nw_sc_icon {
  background: #F4C20A;
}

.nw_sc_icon img {
  display: block;
  width: 24px;
  height: 24px;
  transition: all 0.25s ease;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
}

.nw_socials li a:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}

.nw_sc_name {
  display: block;
  width: auto;
  margin-top: 8px;
  text-align: left;
  font-size: 10px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.4;
  color: #3D4147;
  opacity: 1;
}

.share_row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
}

.share_name {
  display: inline-flex;
  float: left;
  width: auto;
  margin-bottom: 24px;
  text-align: left;

  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5;
  color: #15161A;
  opacity: 1;
}

.copy_link {
  display: inline-flex;
  align-items: center;
  position: relative;
  width: auto;
  height: 36px;
  padding: 4px 16px;
  padding-right: 44px;
  text-align: left;
  font-family: 'Gilroy';
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5;
  color: #15161A;
  opacity: 1;
  cursor: pointer;
  background: #EBEEF2;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}

.copy_link::before {
  content: "";
  display: block;
  position: absolute;
  right: 16px;
  width: 20px;
  height: 20px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url("../img/icons/copy_lik.svg");
}

.toast {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  visibility: hidden;
  min-height: 36px;
  min-width: 250px;
  margin-left: -125px;
  text-align: center;
  padding: 8px 16px;
  position: fixed;
  left: 50%;
  bottom: 24px;
  background-color: #15161A;
  text-align: left;
  font-family: 'Gilroy';
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5;
  color: #fff;
  opacity: 0;
  z-index: 9;
  transition: opacity 0.5s, visibility 0.5s;
  -webkit-transition: opacity 0.5s, visibility 0.5s;
  -moz-transition: opacity 0.5s, visibility 0.5s;
  -ms-transition: opacity 0.5s, visibility 0.5s;
  -o-transition: opacity 0.5s, visibility 0.5s;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}

.toast.show {
  visibility: visible;
  opacity: 1;
}

/*! === PROTFOLIO PAGE START === */
.portfolio_tab_block {
  display: flex;
  width: 100%;
  gap: 12px;
  margin: 24px 0 0 0;
  white-space: nowrap;
  overflow: auto;
}

.portfolio_tab {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: auto;
  min-height: 48px;
  padding: 10px 8px;
  text-align: left;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.1px;
  color: #78757D;
  cursor: pointer;
  word-break: break-word;
  transition: all 0.25s;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -ms-transition: all 0.25s;
  -o-transition: all 0.25s;
}

.portfolio_tab::before {
  content: "";
  display: block;
  position: absolute;
  visibility: hidden;
  opacity: 0;
  left: 8px;
  width: 4px;
  height: 4px;
  background-color: #70508F;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  transition: all 0.25s;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -ms-transition: all 0.25s;
  -o-transition: all 0.25s;
}

.portfolio_tab.active {
  font-weight: 600;
}

.portfolio_tab.active,
.portfolio_tab:hover {
  padding-left: 20px;
  color: #1B181F;
}

.portfolio_tab.active::before,
.portfolio_tab:hover::before {
  visibility: visible;
  opacity: 1;
}

.wrap_detail_section .sect_title::before {
  display: none;
  padding-right: 0;
}

.wrap_detail_section .sect_title {
  justify-content: center;
  padding: 0;
}

.wrap_detail_section .wrap_similar .sect_title {
  justify-content: flex-start;
  padding: 0;
}

.wrap_similar .sect_header {
  padding: 0 0 32px 0;
}

.wrap_similar .portfolio_block:first-child {
  flex: 1 1 calc(50% - 16px);
}

.wrap_similar .portfolio_block:first-child .portfolio_img::before {
  padding-top: 73%;
}



.wrap_inner_block .portfolio_block:first-child {
  flex: 1 1 calc(50% - 16px);
}

.wrap_inner_block .portfolio_block .portfolio_img::before {
  padding-top: 100%;
}

.wrap_inner_block .portfolio_block:last-child {
  flex: 1 1 100%;
}

.wrap_inner_block .portfolio_block:last-child .portfolio_img::before {
  padding-top: 53%;
}

.wrap_inner_content {
  margin-top: 64px;
  width: 100%;
}

.wrap_inner_content .main_center {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 1160px;
}

.wrap_inner_content img,
.wrap_inner_content iframe,
.wrap_inner_content video {
  display: block;
  max-width: 100%;
  width: auto;
  margin: 0 auto 24px auto;
}

.wrap_inner_content .static_title {
  width: 100%;
  margin-bottom: 24px;
  text-align: left;
  font-size: 66px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.2;
  color: #1B181F;
  opacity: 1;
  word-break: break-word;
}

.wrap_inner_content h1,
.wrap_inner_content h2,
.wrap_inner_content h3,
.wrap_inner_content h4,
.wrap_inner_content h5,
.wrap_inner_content h6 {
  margin-bottom: 24px;
  text-align: left;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.3;
  color: #1B181F;
  opacity: 1;
  word-break: break-word;
}

.wrap_inner_content p,
.wrap_inner_content li {
  margin: 8px auto;
  text-align: left;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.2px;
  color: #47434C;
  opacity: 1;
  word-break: break-word;
}

.wrap_inner_content ul,
.wrap_inner_content ol {
  list-style: disc;
  padding-left: 16px;
  margin: 10px auto;
}

.detail_left {
  display: block;
  float: left;
  max-width: 700px;
  width: calc(100% - 325px);
  padding-right: 24px;
}

.detail_right {
  display: block;
  float: left;
  width: 325px;
  margin-left: auto;
}

.dtl_row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  gap: 4px;
  margin-bottom: 24px;
}

.dtl_itm_val {
  display: flex;
  align-items: center;
  width: 100%;
  text-align: left;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.3;
  color: #1B181F;
  word-break: break-word;
}

.dtl_itm_name {
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
  min-height: 24px;
  padding-left: 24px;
  text-align: left;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.4px;
  line-height: 1.4;
  color: #47434C;
  word-break: break-word;
}

.dtl_itm_name img {
  display: block;
  width: 16px;
  height: 16px;
  position: absolute;
  margin: 0;
  padding: 0;
  left: 0;
}

.mg_top_0 {
  margin-top: 0;
}

/*! === PROTFOLIO PAGE FINISH === */


/*! === SERVICES PAGE START === */
.wrap_service_page .sect_header {
  padding: 0 0 80px 0;
}

.wrap_service_page .sect_title_second {
  max-width: 100%;
}

.wrap_service_page .circle_effect {
  display: inline-flex;
  margin-left: auto;
}

.wrap_service_page .service_block {
  align-items: flex-start;
  width: 100%;
  margin-bottom: 128px;
  padding: 32px 0;
  border: none;
  background: transparent;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}


.wrap_service_page .service_img {
  border-radius: 48px;
  -webkit-border-radius: 48px;
  -moz-border-radius: 48px;
  -ms-border-radius: 48px;
  -o-border-radius: 48px;
}

.wrap_service_page .service_left {
  padding: 0 0 0 80px;
}

.wrap_service_page .itm_title {
  display: flex;
  align-items: flex-start;
  position: relative;
  font-size: 58px;
  padding-left: 24px;
}

.wrap_service_page .itm_title::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 8px;
  width: 24px;
  height: 24px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url("../img/icons/start_t.svg");
}

.wrap_service_page .service_block .itm_info {
  margin: 24px 0 48px 0;
  font-size: 24px;
  font-weight: 500;
  -webkit-line-clamp: initial;
}

.srv_info_block:last-child {
  margin-bottom: 0;
}

.srv_info_block {
  display: block;
  width: 100%;
  margin-bottom: 48px;
  text-align: left;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.2px;
  color: #1B181F;
  word-break: break-word;
}

.srv_info_list {
  display: block;
  width: 100%;
}

.srv_info_list ul,
.srv_info_list ol {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  gap: 24px;
}

.srv_info_list li {
  position: relative;
  padding-left: 24px;
}

.srv_info_list li::before {
  content: "";
  display: block;
  position: absolute;
  left: 9px;
  top: 10px;
  width: 6px;
  height: 6px;
  background-color: #1B181F;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.srv_info_list li span {
  font-weight: 500;
}

.srv_info_title img {
  display: block;
  position: absolute;
  left: 0;
  top: 4px;
}

.srv_info_title {
  display: block;
  width: 100%;
  position: relative;
  padding-left: 36px;
  margin-bottom: 24px;
  text-align: left;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.5;
  color: #1B181F;
  word-break: break-word;
}

.dtl_itm_name {
  font-size: 18px;
  font-weight: 400;
}

.list_why_block {
  display: block;
  width: 100%;
}

.list_why_block ul,
.list_why_block ol {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  gap: 24px;
}

.list_why_block li {
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
  min-height: 24px;
  padding-left: 24px;
  text-align: left;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.4px;
  line-height: 1.4;
  color: #47434C;
  word-break: break-word;
}

.list_why_block li::before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  position: absolute;
  margin: 0;
  padding: 0;
  left: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
}

.list_why_block li:nth-child(3n+1):before {
  background-image: url("../img/icons/dtl_icon_year.svg");
}

.list_why_block li:nth-child(3n+2):before {
  background-image: url("../img/icons/dtl_icon_service.svg");
}

.list_why_block li:nth-child(3n+3):before {
  background-image: url("../img/icons/dtl_icon_category.svg");
}

/*! === SERVICES PAGE FINISH === */

/*! === ABOUT PAGE START === */

.wrap_about_head .sect_header {
  justify-content: flex-start;
}

.wrap_about_head .sect_title_second {
  display: block;
  max-width: 100%;
}

.wrap_about_head .sect_info {
  max-width: 1040px;
  margin-top: 32px;
  font-weight: 500;
  color: #1B181F;
}

.wrap_about_head .sect_info {
  max-width: 1040px;
  margin-top: 32px;
  font-weight: 500;
  color: #1B181F;
}

.sect_about_info {
  text-align: left;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.1px;
  color: #1B181F;
}

.wrap_about_head span {
  display: inline;
  background: linear-gradient(90deg, #87ADA7 32.27%, #A38C98 43.5%, #D68678 55.26%, #E5D385 66.83%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}



.wrap_about_page .wrap_partners {
  margin: 120px 0 160px 0;
}



.wrap_story_type .sect_header {
  justify-content: flex-start;
}

.wrap_story_type .sect_info {
  max-width: 1040px;
  font-weight: 500;
  color: #47434C;
}

.story_type_title {
  display: block;
  width: 100%;
  text-align: left;
  font-size: 66px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.2;
  color: #1B181F;
  word-break: break-word;
}

.mis_vision_row {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  gap: 24px;
}

.mis_vision_item {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  width: 100%;
  padding: 48px;
  border-radius: 32px;
  -webkit-border-radius: 32px;
  -moz-border-radius: 32px;
  -ms-border-radius: 32px;
  -o-border-radius: 32px;
}

.mis_vision_item.vision {
  background: #D1E3E0;
}

.mis_vision_item.mission {
  background: #476662;
}


.mv_info {
  display: block;
  width: 100%;
  text-align: right;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.4;
  color: #1B2926;
  word-break: break-word;
}

.mv_title {
  display: block;
  width: 100%;
  text-align: left;
  font-size: 66px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.2;
  color: #1B2926;
  word-break: break-word;
}

.mission .mv_info {
  color: #D1E3E0;
}

.mission .mv_title {
  color: #D1E3E0;
}


/*! === ABOUT PAGE FINISH === */



@media only screen and (min-width: 1025px) and (max-width: 1352px) {}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .wrap_inner_block .portfolio_block:last-child .portfolio_img::before {
    padding-top: 53% !important;
  }

  /* Services Page */

  .wrap_service_page .itm_title {
    font-size: 36px;
    padding-left: 16px;
  }

  /* Services Page */

  /* About Page */
  .wrap_about_page .wrap_partners {
    margin: 16px 0 80px 0;
  }

  .story_type_title {
    font-size: 36px;
  }

  .mis_vision_row {
    gap: 20px;
  }

  .mis_vision_item {
    padding: 32px;
    border-radius: 24px;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    -ms-border-radius: 24px;
    -o-border-radius: 24px;
  }

  .mv_info {
    font-size: 18px;
  }

  .mv_title {
    font-size: 36px;
  }

  /* About Page */

}

@media only screen and (min-width: 561px) and (max-width: 767px) {
  .wrap_inner_content {
    margin: 48px 0 40px 0;
  }

  .wrap_inner_content .main_center {
    flex-direction: column-reverse;
  }

  .detail_left {
    float: none;
    max-width: 700px;
    width: 100%;
    padding: 0;
  }

  .detail_right {
    float: none;
    width: 100%;
    margin: 0 auto;
  }

  .dtl_row:last-child {
    margin-bottom: 48px;
  }


  .wrap_inner_block {
    padding: 0px;
  }

  .wrap_inner_block .portfolio_block:first-child {
    flex: 1 1 calc(50% - 8px);
  }

  .wrap_inner_block .portfolio_block .portfolio_img::before {
    padding-top: 100% !important;
  }

  .wrap_inner_block .portfolio_block:last-child {
    flex: 1 1 100%;
  }

  .wrap_inner_block .portfolio_block:last-child .portfolio_img::before {
    padding-top: 73% !important;
  }

  .wrap_inner_block .portfolio_block {
    flex: 1 1 calc(50% - 8px);
  }

  .wrap_inner_block .portfolio_row {
    gap: 16px;
  }

  .wrap_inner_block .portfolio_img {
    border-radius: 16px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    -ms-border-radius: 16px;
    -o-border-radius: 16px;
  }

  .wrap_detail_section .sect_header {
    padding: 0 0 32px 0;
  }

  .wrap_inner_content .static_title {
    font-size: 36px;
  }

  /* Services Page */
  .wrap_service_page .sect_header {
    padding: 0 0 18px 0;
  }

  .wrap_service_page .sect_title_second {
    flex-direction: column-reverse;
    align-items: flex-start;
  }

  .wrap_service_page .circle_effect {
    display: inline-flex;
    margin: 0 auto 10px 0;
  }

  .wrap_service_page .circle_effect img {
    width: 40px;
  }

  .wrap_service_page .service_left {
    padding: 32px 0 0 0;
  }

  .wrap_service_page .service_block {
    flex-direction: row;
    margin-bottom: 16px;
    padding: 32px 0;
  }

  .wrap_service_page .service_block:last-child {
    margin-bottom: 48px;
  }

  .wrap_service_page .service_img {
    border-radius: 24px;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    -ms-border-radius: 24px;
    -o-border-radius: 24px;
  }

  .wrap_service_page .itm_title::before {
    top: 6px;
    width: 16px;
    height: 16px;
  }

  .wrap_service_page .itm_title {
    font-size: 36px;
    padding-left: 16px;
  }

  .wrap_service_page .service_block .itm_info {
    font-size: 20px;
  }

  /* Services Page */

  /* About Page */
  .wrap_about_page .wrap_partners {
    margin: 16px 0 80px 0;
  }

  .story_type_title {
    font-size: 36px;
  }

  .mis_vision_row {
    gap: 20px;
  }

  .mis_vision_item {
    padding: 32px;
    border-radius: 24px;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    -ms-border-radius: 24px;
    -o-border-radius: 24px;
  }

  .mv_info {
    text-align: left;
    font-size: 18px;
  }

  .mv_title {
    font-size: 36px;
  }

  /* About Page */
}

@media only screen and (min-width: 0px) and (max-width: 560px) {
  .wrap_inner_content {
    margin: 48px 0 40px 0;
  }

  .wrap_inner_content .main_center {
    flex-direction: column-reverse;
  }

  .detail_left {
    float: none;
    max-width: 700px;
    width: 100%;
    padding: 0;
  }

  .detail_right {
    float: none;
    width: 100%;
    margin: 0 auto;
  }

  .dtl_row:last-child {
    margin-bottom: 48px;
  }


  .wrap_inner_block {
    padding: 0px;
  }

  .wrap_inner_block .portfolio_block:first-child {
    flex: 1 1 calc(50% - 8px);
  }

  .wrap_inner_block .portfolio_block .portfolio_img::before {
    padding-top: 100% !important;
  }

  .wrap_inner_block .portfolio_block:last-child {
    flex: 1 1 100%;
  }

  .wrap_inner_block .portfolio_block:last-child .portfolio_img::before {
    padding-top: 73% !important;
  }

  .wrap_inner_block .portfolio_block {
    flex: 1 1 calc(50% - 8px);
  }

  .wrap_inner_block .portfolio_row {
    gap: 16px;
  }

  .wrap_inner_block .portfolio_img {
    border-radius: 16px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    -ms-border-radius: 16px;
    -o-border-radius: 16px;
  }

  .wrap_detail_section .sect_header {
    padding: 0 0 32px 0;
  }

  .wrap_inner_content .static_title {
    font-size: 36px;
  }

  /* Services Page */
  .wrap_service_page .sect_header {
    padding: 0 0 18px 0;
  }

  .wrap_service_page .sect_title_second {
    flex-direction: column-reverse;
    align-items: flex-start;
  }

  .wrap_service_page .circle_effect {
    display: inline-flex;
    margin: 0 auto 10px 0;
  }

  .wrap_service_page .circle_effect img {
    width: 40px;
  }

  .wrap_service_page .service_left {
    padding: 32px 0 0 0;
  }

  .wrap_service_page .service_block {
    flex-direction: row;
    margin-bottom: 16px;
    padding: 32px 0;
  }

  .wrap_service_page .service_block:last-child {
    margin-bottom: 48px;
  }

  .wrap_service_page .service_img {
    border-radius: 24px;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    -ms-border-radius: 24px;
    -o-border-radius: 24px;
  }

  .wrap_service_page .itm_title::before {
    top: 6px;
    width: 16px;
    height: 16px;
  }

  .wrap_service_page .itm_title {
    font-size: 36px;
    padding-left: 16px;
  }

  .wrap_service_page .service_block .itm_info {
    font-size: 20px;
  }

  /* Services Page */

  /* About Page */
  .wrap_about_page .wrap_partners {
    margin: 16px 0 80px 0;
  }

  .story_type_title {
    font-size: 36px;
  }

  .mis_vision_row {
    gap: 20px;
  }

  .mis_vision_item {
    padding: 32px;
    border-radius: 24px;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    -ms-border-radius: 24px;
    -o-border-radius: 24px;
  }

  .mv_info {
    text-align: left;
    font-size: 18px;
  }

  .mv_title {
    font-size: 36px;
  }

  /* About Page */

}

/** ---- Blogs Page ---- */

/*! ====  ALL PAGES CSS FINISH  ===== */