@charset "UTF-8";
/*
Theme Name: SETL England
Theme URI: https://setl.io/
Author: Niyazly Keshikov
Author URI: https://overbyspace.com/
Description: SETL’s world-leading distributed ledger technology creates solutions for the challenges the financial industry is facing today.
Version: 1.0
Text Domain: setl.io
*/

:root {
  --fontUtileDisplay: "Utile Display", sans-serif;
  --fontLmsans: "Lmsans", sans-serif;
  --color-blue: #4a26ff;
  --color-pink: #cf0074;
  --color-grey: #c2c2c2;
  --color-midblue: rgba(36, 15, 117, 1);
  --color-navy: #190f45;
  --color-dark: #140c31;
  --color-black: #000;
  --color-white: #fff;
  --arrow-down-pink: url("data:image/svg+xml;charset=utf8,%3Csvg width='55' height='55' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M27.5 3.44a24.06 24.06 0 100 48.12 24.06 24.06 0 000-48.12zm0 51.56a27.5 27.5 0 110-55 27.5 27.5 0 010 55zm1.72-39.53a1.72 1.72 0 10-3.44 0v19.91L18.4 28a1.72 1.72 0 10-2.43 2.44l10.31 10.3a1.72 1.72 0 002.44 0l10.3-10.3A1.72 1.72 0 0036.6 28l-7.38 7.38V15.47z' fill='%23CF0074'/%3E%3C/svg%3E");
  --arrow-right-blue: url("data:image/svg+xml;charset=utf8,%3Csvg width='55' height='55' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M3.44 27.5a24.06 24.06 0 1048.12 0 24.06 24.06 0 00-48.12 0zm51.56 0a27.5 27.5 0 11-55 0 27.5 27.5 0 0155 0zm-39.53-1.72a1.72 1.72 0 100 3.44h19.91L28 36.6a1.72 1.72 0 102.44 2.43l10.3-10.31a1.72 1.72 0 000-2.44l-10.3-10.3A1.72 1.72 0 0028 18.4l7.38 7.38H15.47z' fill='%234A26FF'/%3E%3C/svg%3E");
  --arrow-right-black: url("data:image/svg+xml;charset=utf8,%3Csvg width='55' height='55' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M3.44 27.5a24.06 24.06 0 1048.12 0 24.06 24.06 0 00-48.12 0zm51.56 0a27.5 27.5 0 11-55 0 27.5 27.5 0 0155 0zm-39.53-1.72a1.72 1.72 0 100 3.44h19.91L28 36.6a1.72 1.72 0 102.44 2.43l10.3-10.31a1.72 1.72 0 000-2.44l-10.3-10.3A1.72 1.72 0 0028 18.4l7.38 7.38H15.47z' fill='%23000'/%3E%3C/svg%3E");
  --arrow-right-pink: url("data:image/svg+xml;charset=utf8,%3Csvg width='55' height='55' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M3.44 27.5a24.06 24.06 0 1048.12 0 24.06 24.06 0 00-48.12 0zm51.56 0a27.5 27.5 0 11-55 0 27.5 27.5 0 0155 0zm-39.53-1.72a1.72 1.72 0 100 3.44h19.91L28 36.6a1.72 1.72 0 102.44 2.43l10.3-10.31a1.72 1.72 0 000-2.44l-10.3-10.3A1.72 1.72 0 0028 18.4l7.38 7.38H15.47z' fill='%23CF0074'/%3E%3C/svg%3E");
  --plus-pink: url("data:image/svg+xml;charset=utf8,%3Csvg width='37' height='37' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18.5 34.6875A16.1877 16.1877 0 012.3125 18.5 16.1875 16.1875 0 1118.5 34.6875zM18.5 37a18.5001 18.5001 0 100-37.0002A18.5001 18.5001 0 0018.5 37z' fill='%23CF0074'/%3E%3Cpath d='M18.5 9.25a1.1561 1.1561 0 011.1562 1.1562v6.9376h6.9376a1.1562 1.1562 0 010 2.3124h-6.9376v6.9376a1.1562 1.1562 0 01-2.3124 0v-6.9376h-6.9376a1.1563 1.1563 0 01-.8175-1.9738 1.1563 1.1563 0 01.8175-.3386h6.9376v-6.9376A1.1563 1.1563 0 0118.5 9.25z' fill='%23CF0074'/%3E%3C/svg%3E");
}

*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  letter-spacing: 0.03em;
}
html {
  overflow-x: hidden;
}

body {
  background-color: rgba(20, 12, 49, 1);
  color: var(--color-white);
  font-family: var(--fontLmsans);
  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--fontUtileDisplay);
  margin: 0;
}

p {
  padding: 0;
  margin: 0;
}

a {
  color: var(--color-white);
  text-decoration: none;
}
a:hover {
  color: var(--color-white);
}

ol,
ul,
li {
  list-style: none;
  margin: 0;
  padding: 0;
}

img {
  max-width: 100%;
  width: 100%;
  height: auto;
}

.btn__arrow_white,
.btn__arrow_black {
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  text-transform: capitalize;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 2;
  transition: 1s;
}
.btn__arrow_black {
  color: var(--color-black);
}

.btn__arrow_white {
  color: var(--color-white);
}

.btn__arrow_white:hover {
  color: var(--color-white);
}
.btn__arrow_black:hover {
  color: var(--color-black);
}

.btn__oracle_black,
.btn__oracle_pink,
.btn__oracle_blue {
  display: inline-block;
  width: 55px;
  height: 55px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto;
  margin-left: 10px;
  transition: 0.2s;
}
.btn__oracle_pink {
  background-image: var(--arrow-right-pink);
}
.btn__oracle_blue {
  background-image: var(--arrow-right-blue);
}
.btn__oracle_black {
  background-image: var(--arrow-right-black);
}

/* .btn__arrow_white:hover .btn__oracle_black,
.btn__arrow_white:hover .btn__oracle_pink,
.btn__arrow_white:hover .btn__oracle_blue,
.btn__arrow_black:hover .btn__oracle_black,
.btn__arrow_black:hover .btn__oracle_pink,
.btn__arrow_black:hover .btn__oracle_blue {
  margin-left: 20px;
  animation-duration: 0.7s;
  animation-name: showslide;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}

@keyframes showslide {
  0% {
    margin-left: 10px;
  }

  100% {
    margin-left: 20px;
  }
} */

.taghHide {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
  z-index: -1000;
  -webkit-user-select: none;
}

/*  MAIN STYLE */

/* -------- START HOME PAGE----------- */

.header {
  padding: 37px 0 70px;
}
.header__wrapper_logo {
  width: 165px;
  height: 46px;
}

.header__wrapper_logo a {
  display: block;
  width: 100%;
  height: 100%;
}
.header__wrapper_logo-icon {
  display: block;
   background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='159' height='45' viewBox='0 0 159 45' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M59.0123 26.213H62.6762C62.6763 26.6568 62.7847 27.0937 62.9919 27.4846C63.199 27.8754 63.4983 28.208 63.8631 28.4526C64.7967 29.0829 65.9039 29.3948 67.0239 29.3433C68.0593 29.4201 69.0934 29.1782 69.9912 28.6491C70.2953 28.4454 70.5436 28.1668 70.7128 27.8393C70.882 27.5117 70.9666 27.146 70.9588 26.7762C70.9588 25.4665 69.888 24.589 67.7335 24.1568L64.3533 23.5936C61.0764 23.0261 59.438 21.2187 59.438 18.1714C59.4252 17.3523 59.5962 16.5409 59.9382 15.7989C60.2802 15.0568 60.7842 14.4036 61.4119 13.8886C62.9235 12.6688 64.8253 12.0579 66.753 12.1729C68.7835 12.0341 70.79 12.685 72.365 13.9934C73.0129 14.5912 73.5251 15.3248 73.866 16.1435C74.2068 16.9621 74.3681 17.8463 74.3389 18.7346H70.6879C70.6925 18.3053 70.6008 17.8805 70.4198 17.4924C70.2387 17.1044 69.973 16.7633 69.6429 16.495C68.8182 15.8503 67.792 15.5294 66.753 15.5913C65.7858 15.5196 64.8217 15.7677 64.005 16.2985C63.713 16.5107 63.4767 16.7924 63.317 17.119C63.1573 17.4456 63.079 17.807 63.089 18.1714C63.0813 18.4445 63.1301 18.7161 63.2324 18.9688C63.3346 19.2215 63.488 19.4496 63.6825 19.6383C64.2892 20.0957 65.0073 20.3765 65.7596 20.4503L68.8559 21.0135C70.4686 21.2008 71.9928 21.8606 73.2423 22.9126C73.7188 23.4169 74.0873 24.0159 74.3249 24.6717C74.5625 25.3276 74.6638 26.0263 74.6227 26.7238C74.6484 27.5525 74.4834 28.3758 74.1408 29.1284C73.7981 29.8809 73.2873 30.542 72.6488 31.059C71.0252 32.2683 69.0333 32.8573 67.0239 32.7223C64.9164 32.841 62.8372 32.1854 61.1667 30.8756C60.4834 30.3146 59.9345 29.6035 59.5613 28.7959C59.1881 27.9882 59.0004 27.1051 59.0123 26.213V26.213Z' fill='white'/%3E%3Cpath d='M89.2402 32.4866V12.5135H102.451V15.9318H92.8913V20.7909H101.922V24.2092H92.8913V29.0682H102.451V32.4866H89.2402Z' fill='white'/%3E%3Cpath d='M121.711 32.4866V16.0759H115.803V12.5135H131.284V16.0759H125.375V32.4866H121.711Z' fill='white'/%3E%3Cpath d='M145.18 32.4866V12.5135H148.831V28.9242H158.107V32.4866H145.18Z' fill='white'/%3E%3Cpath d='M34.0656 10.9451C38.5907 10.9451 42.5369 13.602 44.4353 17.4226C42.1261 7.44192 33.188 0 22.5071 0C10.0771 0 0 10.074 0 22.5C4.15783 22.5 8.31567 22.5 12.4735 22.5C15.8159 22.5 19.1646 22.5 22.5071 22.5C22.5071 19.7124 23.5154 17.1488 25.1835 15.139C27.3122 12.5816 30.5115 10.9451 34.0656 10.9451Z' fill='%234A26FF'/%3E%3Cpath d='M22.5063 22.5001C22.5063 25.2877 21.498 27.8513 19.8299 29.8611C17.7012 32.4185 14.5019 34.055 10.9478 34.055C6.42274 34.055 2.47654 31.398 0.578125 27.5775C2.88112 37.5581 11.8192 45.0001 22.5001 45.0001C34.93 45.0001 45.0072 34.9261 45.0072 22.5001C40.8494 22.5001 36.6915 22.5001 32.5337 22.5001C29.1975 22.5001 25.8488 22.5001 22.5063 22.5001Z' fill='%234A26FF'/%3E%3C/svg%3E");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  z-index: 99999;
  position: relative;
}

.body__bg_white .header__wrapper_logo-icon {
	   background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='160' height='45' viewBox='0 0 160 45' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M59.9693 26.213H63.6309C63.631 26.6568 63.7394 27.0937 63.9464 27.4846C64.1534 27.8754 64.4525 28.208 64.8171 28.4526C65.7501 29.0829 66.8566 29.3948 67.9759 29.3432C69.0106 29.4201 70.0441 29.1782 70.9413 28.6491C71.2452 28.4454 71.4933 28.1668 71.6624 27.8392C71.8315 27.5117 71.9161 27.146 71.9083 26.7762C71.9083 25.4665 70.8381 24.589 68.685 24.1568L65.307 23.5936C62.0322 23.0261 60.3947 21.2187 60.3947 18.1714C60.3819 17.3523 60.5529 16.5409 60.8947 15.7989C61.2365 15.0568 61.7401 14.4036 62.3674 13.8886C63.8781 12.6688 65.7787 12.0579 67.7051 12.1729C69.7344 12.0341 71.7396 12.685 73.3136 13.9934C73.9612 14.5912 74.473 15.3248 74.8136 16.1435C75.1543 16.9621 75.3155 17.8463 75.2863 18.7346H71.6375C71.6422 18.3053 71.5506 17.8805 71.3696 17.4924C71.1887 17.1044 70.9232 16.7633 70.5932 16.495C69.769 15.8503 68.7436 15.5294 67.7051 15.5913C66.7386 15.5196 65.7751 15.7677 64.9589 16.2985C64.667 16.5107 64.4309 16.7924 64.2713 17.119C64.1117 17.4456 64.0334 17.807 64.0435 18.1714C64.0358 18.4445 64.0846 18.7161 64.1867 18.9688C64.2889 19.2215 64.4422 19.4496 64.6366 19.6383C65.2429 20.0957 65.9606 20.3765 66.7124 20.4503L69.8067 21.0135C71.4184 21.2008 72.9417 21.8606 74.1904 22.9126C74.6666 23.4169 75.0349 24.0159 75.2723 24.6717C75.5097 25.3276 75.611 26.0263 75.5699 26.7238C75.5956 27.5525 75.4307 28.3758 75.0883 29.1284C74.7458 29.8809 74.2353 30.542 73.5973 31.059C71.9746 32.2683 69.984 32.8573 67.9759 32.7223C65.8697 32.841 63.7918 32.1854 62.1224 30.8756C61.4395 30.3146 60.8909 29.6035 60.518 28.7959C60.145 27.9882 59.9574 27.1051 59.9693 26.213V26.213Z' fill='black'/%3E%3Cpath d='M90.1777 32.4866V12.5135H103.38V15.9319H93.8265V20.7909H102.852V24.2093H93.8265V29.0683H103.38V32.4866H90.1777Z' fill='black'/%3E%3Cpath d='M122.63 32.4866V16.076H116.725V12.5135H132.196V16.076H126.291V32.4866H122.63Z' fill='black'/%3E%3Cpath d='M146.082 32.4866V12.5135H149.731V28.9242H159.001V32.4866H146.082Z' fill='black'/%3E%3Cpath d='M35.0383 10.9451C39.5605 10.9451 43.5042 13.602 45.4014 17.4226C43.0937 7.44192 34.1612 0 23.487 0C11.0649 0 0.994141 10.074 0.994141 22.5C5.14935 22.5 9.30457 22.5 13.4598 22.5C16.8001 22.5 20.1467 22.5 23.487 22.5C23.487 19.7124 24.4947 17.1488 26.1618 15.139C28.2892 12.5816 31.4864 10.9451 35.0383 10.9451Z' fill='%234A26FF'/%3E%3Cpath d='M23.4867 22.5C23.4867 25.2876 22.479 27.8512 20.8119 29.861C18.6845 32.4184 15.4873 34.0549 11.9354 34.0549C7.4132 34.0549 3.46948 31.398 1.57227 27.5774C3.87381 37.5581 12.8063 45 23.4804 45C35.9025 45 45.9733 34.926 45.9733 22.5C41.8181 22.5 37.6629 22.5 33.5077 22.5C30.1736 22.5 26.827 22.5 23.4867 22.5Z' fill='%234A26FF'/%3E%3C/svg%3E");
}

.body__bg_white .footer {
	background-color: rgba(20, 12, 49, 1);
}

.header__wrapper_menu .menu li:not(:first-child) {
  margin-left: 28px;
}

.menu-contact-width {
	width: 125px;
}

.header__wrapper_menu .menu li a {
  font-weight: 500;
  font-size: 18px;
  line-height: 32px;
  position: relative;
}

.body__bg_white .header__wrapper_menu .menu li a {
	color: var(--color-black);
}

.header__wrapper_menu .menu li.menu__item_btn-pink a {
  color: var(--color-pink);
}
.header__wrapper_menu .menu li.current-menu-item a::after {
  content: "";
  overflow: hidden;
  display: block;
  background-color: var(--color-pink);
  height: 3px;
  width: 100%;
  position: absolute;
  bottom: -9px;
  left: 0;
  animation-duration: 1s;
  animation-name: headmenuanim;
}
@keyframes headmenuanim {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/* mob menu*/

.mobMenuActive {
  overflow-y: hidden;
}

body.mobMenuActive {
  padding-top: 178px;
}

.hamburger {
  display: none;
}

.bar {
  display: block;
  width: 28px;
  height: 2px;
  margin: 6px auto;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: var(--color-pink);
  border-radius: 5px;
}

.bar:not(:last-child) {
  margin-bottom: 8px;
}
/* main section */
.main {
  margin-top: 40px;
  padding-bottom: 100px;
}

.main__left_icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M385 398.38a401.95 401.95 0 01-116.56 281.29A396.66 396.66 0 01-11 797V0a396.16 396.16 0 01279.06 116.66A401.44 401.44 0 01385 397.14v1.24z' fill='%234A26FF' fill-opacity='.1'/%3E%3C/svg%3E");
  background-position: center center;
  background-size: auto;
  background-repeat: no-repeat;
  display: block;
  width: 385px;
  height: 797px;
  position: absolute;
  bottom: -50px;
  left: 0;
  z-index: -1;
}

.main__right_icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 147.05A148.31 148.31 0 0142.97 43.28 146.2 146.2 0 01146 0v294a146.03 146.03 0 01-102.89-43.03A148.12 148.12 0 010 147.5v-.45z' fill='%23CF0074'/%3E%3C/svg%3E");
  background-position: center center;
  background-size: auto;
  background-repeat: no-repeat;
  display: block;
  width: 146px;
  height: 294px;
  position: absolute;
  bottom: -10px;
  right: 0;
  z-index: 1;
}
.main__wrapper_itemImg {
  max-width: 53%;
  top: 0;
}

.main__wrapper_item:first-child {
  padding-left: 45px;
}
.main__wrapper_item-title {
  max-width: 500px;
  font-weight: 500;
  font-size: 110px;
  line-height: 107.5%;
  margin-bottom: 42px;
  z-index: 9;
  position: relative;
}
.main__wrapper_item-desc {
  max-width: 428px;
  font-weight: normal;
  font-size: 21px;
  line-height: 30px;
  margin-bottom: 40px;
  z-index: 9;
  position: relative;
}

.main__wrapper_item-ls {
  max-width: 428px;
  font-weight: normal;
  font-size: 21px;
  line-height: 30px;
  margin-bottom: 40px;
  z-index: 9;
  position: relative;
}

.main__wrapper_item-btn {
  border: none;
  background: none;
  position: relative;
  display: inline-block;
  background-image: var(--arrow-down-pink);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 55px;
  height: 55px;
  z-index: 2;
}

/* wwd section */

.wwdo {
	padding-top: 103px;
	padding-bottom: 120px;
}

.wwdo__center-oracle {
  z-index:-1;
  display: block;
  width: 397px;
  height: 497px;
  position: absolute;
  right: 0;
  top: -150px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='397' height='497' viewBox='0 0 397 497' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.3' d='M310.165 245.14C287.612 245.028 266.014 236.022 250.067 220.079C234.119 204.137 225.11 182.545 224.999 159.999L395.279 159.999C395.196 182.499 386.24 204.059 370.355 219.999C354.47 235.938 332.937 244.972 310.431 245.14L310.165 245.14Z' fill='%23CF0074'/%3E%3Cpath opacity='0.3' d='M0.00012034 154.849C0.202806 113.843 16.5772 74.5741 45.5641 45.5781C74.5511 16.5822 113.808 0.202725 154.801 -3.05176e-05L154.801 309.601C113.892 309.45 74.6925 293.166 45.7111 264.284C16.7296 235.402 0.304362 196.252 0.000120298 155.331L0.00012034 154.849Z' fill='%234A26FF'/%3E%3Cpath d='M226.167 225.14C203.879 225.029 182.534 216.128 166.774 200.372C151.249 184.853 142.378 163.918 142.009 141.999L310.27 141.999C309.929 163.873 301.11 184.777 285.647 200.293C269.948 216.045 248.669 224.973 226.427 225.14L226.167 225.14Z' stroke='%234A26FF' stroke-width='2'/%3E%3Cpath d='M353.33 98.9993C364.811 99.056 375.807 103.641 383.926 111.757C392.044 119.874 396.631 130.865 396.687 142.343L309.999 142.343C310.041 130.889 314.601 119.913 322.688 111.798C330.775 103.684 341.737 99.0844 353.195 98.9993L353.33 98.9993Z' fill='%234A26FF'/%3E%3Cpath d='M198.357 369.346C186.875 369.289 175.88 364.704 167.761 356.588C159.642 348.471 155.056 337.48 154.999 326.001L241.688 326.001C241.645 337.456 237.086 348.432 228.999 356.547C220.912 364.661 209.95 369.26 198.492 369.346L198.357 369.346Z' fill='%23CF0074'/%3E%3Cpath d='M328.14 411.114C328.029 433.667 319.023 455.265 303.08 471.213C287.137 487.161 265.546 496.169 243 496.281V326C265.5 326.083 287.06 335.039 302.999 350.924C318.939 366.81 327.973 388.342 328.14 410.849V411.114Z' fill='%23240F75'/%3E%3C/svg%3E");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.wwdo__wrapper {
  max-width: 655px;
  margin-left: 45px;
}
.wwdo__wrapper_subtitle {
  display: inline-block;
  color: var(--color-blue);
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  text-transform: uppercase;
}
.wwdo__wrapper_title {
  font-weight: normal;
  font-size: 48px;
  line-height: 54px;
  margin-top: 34px;
}

.wwdo__wrapper_info-desc {
  font-weight: normal;
  font-size: 21px;
  line-height: 30px;
  margin-top: 35px;
  max-width: 480px;
}

.wwdo__wrapper_info {
  margin-top: 72px;
}
.wwdo__wrapper_info-list {
  display: flex;
  margin-right: 50px;
}

.wwdo__wrapper_info-list span:first-child li {
  margin-right: 84px;
}
.wwdo__wrapper_info-list span li {
  font-weight: normal;
  font-size: 18px;
  line-height: 22px;
  text-transform: capitalize;
  width: 151px;
}

.wwdo__wrapper_info-list span li:not(:last-child) {
  margin-bottom: 15px;
}
/* TECHNO START */
.techno {
	background: #240F75; 
    padding-top: 71px; 
    padding-bottom: 71px;
    position:relative;
    z-index: 1;
}
.main-techno-icon {
	display: block;
	width: 554px;
	height: 456px;
	position: absolute;
    bottom: -100px;
    right: 50px;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='339' height='397' viewBox='0 0 339 397' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.3' d='M85.1664 172.14C62.6131 172.028 41.0153 163.022 25.0675 147.08C9.11976 131.137 0.111052 109.546 -0.000473022 86.9994L170.28 86.9994C170.197 109.499 161.241 131.059 145.356 146.999C129.471 162.939 107.938 171.972 85.4316 172.14L85.1664 172.14Z' fill='%23240F75'/%3E%3Cpath opacity='0.3' d='M338.842 241.372C338.639 282.378 322.265 321.647 293.278 350.643C264.291 379.639 225.034 396.019 184.041 396.221V86.62C224.95 86.7712 264.149 103.055 293.131 131.937C322.112 160.819 338.537 199.969 338.842 240.89V241.372Z' fill='%234A26FF'/%3E%3Cpath d='M140.281 43.3577C140.338 31.876 144.922 20.8808 153.039 12.7619C161.155 4.64303 172.147 0.056777 183.625 7.62939e-06L183.625 86.6884C172.17 86.6461 161.195 82.0866 153.08 73.9996C144.965 65.9126 140.366 54.9506 140.281 43.4927L140.281 43.3577Z' fill='%234A26FF'/%3E%3Cpath d='M212.608 145.999C223.826 146.055 234.568 150.535 242.5 158.465C250.195 166.157 254.642 176.494 254.952 187.344L170.296 187.344C170.591 176.517 175.013 166.195 182.677 158.504C190.578 150.577 201.286 146.084 212.48 145.999L212.608 145.999Z' stroke='%23CF0074' stroke-width='2'/%3E%3Cpath d='M126.95 231.344C115.468 231.287 104.473 226.702 96.3538 218.586C88.2349 210.469 83.6487 199.477 83.5919 187.999L170.28 187.999C170.238 199.454 165.678 210.43 157.591 218.545C149.504 226.659 138.542 231.258 127.085 231.344L126.95 231.344Z' fill='white'/%3E%3C/svg%3E");
    background-size: auto;
    background-position: center center;
    background-repeat: no-repeat;
    z-index: 1;
}

.techno__wrapper {margin-left:45px;}
.techno__wrapper_title {
	font-family: var(--fontLmsans);	
    font-size: 18px;
    line-height: 23px;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-bottom: 40px;
}
.techno__wrapper_box {}
.techno__wrapper_box-item {width: 271px;}
.techno__wrapper_box-title {
    font-weight: normal;
    font-size: 30px;
    line-height: 34px;
    color: #CF0074;
}
.techno__wrapper_box-desc {
	margin-top:30px;
    font-weight: normal;
    font-size: 18px;
    line-height: 26px;
}

/* TECHNO END */

/* PORTL Section */
.portl-info {
  padding: 70px 106px 0 53px;
  background-color: rgba(206, 0, 116, 1);
  padding-bottom: 65px;
  overflow: hidden;
}

.portl-info__oracle_big,
.portl-info__oracle_small {
  position: absolute;
  right: 50%;
  left: 50%;
  transform: translate(-50%);
  display: block;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto;
}
.portl-info__oracle_big {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M642.3 0c170.2.78 333.18 63.93 453.53 175.72C1216.18 287.52 1284.16 438.91 1285 597H0c.63-157.77 68.21-308.94 188.09-420.71C307.96 64.52 470.46 1.17 640.29 0h2.01z' fill='%23BA0068'/%3E%3C/svg%3E");
  width: 1286px;
  height: 108px;
  bottom: 0;
  z-index: 1;
}
.portl-info__oracle_small {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M99.53 93c-26.36-.12-51.6-9.96-70.23-27.37C10.66 48.2.13 24.63 0 0h199c-.1 24.58-10.56 48.13-29.13 65.54-18.56 17.4-43.73 27.28-70.03 27.46h-.3z' fill='%23BA0068'/%3E%3Cpath d='M99.53 93c-26.36-.12-51.6-9.96-70.23-27.37C10.66 48.2.13 24.63 0 0h199c-.1 24.58-10.56 48.13-29.13 65.54-18.56 17.4-43.73 27.28-70.03 27.46h-.3z' stroke='%23000'/%3E%3C/svg%3E");
  width: 199px;
  height: 93px;
  top: -50px;
  z-index: 0;
}
.portl-info__info_subtitle {
  color: var(--color-black);
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  text-transform: uppercase;
  display: block;
  margin-bottom: 33px;
}
.portl-info__info_title {
  color: var(--color-black);
  font-weight: 500;
  font-size: 42px;
  line-height: 48px;
  margin-bottom: 32px;
  max-width: 454px;
}

.portl-info__desc {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.portl-info__desc_logo {
  font-weight: 600;
  font-size: 42px;
  line-height: 49px;
  text-transform: uppercase;
  color: var(--color-black);
  margin-right: 54px;
  font-family: var(--fontLmsans);
}
.portl-info__desc_logo span {
  width: 130px;
  height: 65px;
  display: block;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='130' height='65' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M64.98 25.8A42.8 42.8 0 0194 37.12a37.35 37.35 0 0111.97 24.96H24.04a37.3 37.3 0 0111.9-24.92A42.73 42.73 0 0164.86 25.8h.12z' fill='%23fff' stroke='%23000' stroke-width='4'/%3E%3Cpath d='M64.97 2a63.83 63.83 0 0144.49 18.29 61.97 61.97 0 0118.5 41.8H2.04a61.89 61.89 0 0118.4-41.74A63.74 63.74 0 0164.78 2h.2z' stroke='%23000' stroke-width='4'/%3E%3C/svg%3E");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto;
  margin-bottom: 21px;
}
.portl-info__desc_txt {
  color: var(--color-black);
  font-weight: normal;
  font-size: 21px;
  line-height: 30px;
  max-width: 336px;
  z-index: 3;
}
.portl-list {
  background-color: rgba(25, 15, 69, 1);
  position: relative;
  padding: 70px 54px 60px 53px;
  -webkit-box-shadow: 0px 35px 0px 0px #cf0074;
  box-shadow: 0px 35px 0px 0px #cf0074;
}
.portl-list .col-lg-4:nth-child(1n+4) {
	margin-top: 90px;
}

.portl-list__item {
  width: 288px;
}
.portl-list__item_icon {
  display: block;
  margin-bottom: 22px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto;
  width: 54px;
  height: 53px;
}
.portl-list__item_icon.icon-1 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='36' height='34' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17.97 1.5a17 17 0 0111.66 4.65 15.48 15.48 0 014.74 9.55H1.58A15.46 15.46 0 016.3 6.16 16.97 16.97 0 0117.92 1.5h.05z' stroke='%23B60066' stroke-width='3'/%3E%3Cpath d='M17.97 17.62a17 17 0 0111.66 4.65 15.48 15.48 0 014.75 9.55H1.58a15.46 15.46 0 014.72-9.54 16.97 16.97 0 0111.62-4.66h.05z' fill='%23B60066' stroke='%23B60066' stroke-width='3'/%3E%3C/svg%3E");
}
.portl-list__item_icon.icon-2 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='54' height='26' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M40.3 24.23h-.03a12.64 12.64 0 01-8.67-3.46 11.5 11.5 0 01-3.47-6.68H52.4a11.48 11.48 0 01-3.45 6.67 12.62 12.62 0 01-8.64 3.47z' fill='%23B60066' stroke='%23B60066' stroke-width='3'/%3E%3Cpath d='M13.7 1.5h.03c3.25.02 6.36 1.3 8.65 3.55a12.03 12.03 0 013.5 6.99H1.6a12.01 12.01 0 013.48-6.98A12.4 12.4 0 0113.7 1.5z' stroke='%23B60066' stroke-width='3'/%3E%3C/svg%3E");
}
.portl-list__item_icon.icon-5 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='31' height='34' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.47 16.62a15.59 15.59 0 014.26-10.7 14.2 14.2 0 018.62-4.33v30.04a14.17 14.17 0 01-8.6-4.32 15.56 15.56 0 01-4.28-10.65v-.04z' fill='%23B60066' stroke='%23B60066' stroke-width='3'/%3E%3Cpath d='M14.75 16.6a15.59 15.59 0 01-4.26 10.69 14.2 14.2 0 01-8.63 4.33V1.6c3.23.37 6.27 1.87 8.61 4.31a15.56 15.56 0 014.28 10.66v.04z' stroke='%23B60066' stroke-width='3'/%3E%3C/svg%3E");
}
.portl-list__item_icon.icon-3 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='31' height='53' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.7 35.99c.03-4.13 1.6-8.08 4.38-10.98a14.58 14.58 0 018.9-4.46v30.86a14.56 14.56 0 01-8.88-4.43 15.99 15.99 0 01-4.4-10.95V36z' stroke='%23B60066' stroke-width='3'/%3E%3Cpath d='M14.78 17.01a16.01 16.01 0 01-4.38 10.98 14.58 14.58 0 01-8.9 4.46V1.59c3.33.37 6.48 1.92 8.89 4.43a15.99 15.99 0 014.39 10.95V17z' fill='%23B60066' stroke='%23B60066' stroke-width='3'/%3E%3C/svg%3E");
}
.portl-list__item_icon.icon-4 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='36' height='33' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M33.85 16.5c-.02 3.99-1.55 7.8-4.23 10.6a14.1 14.1 0 01-8.55 4.3V1.6c3.2.36 6.22 1.86 8.54 4.27 2.68 2.8 4.2 6.6 4.24 10.58v.04z' stroke='%23CF0074' stroke-width='3'/%3E%3Cpath d='M1.5 16.5c.02-3.99 1.55-7.8 4.23-10.6a14.1 14.1 0 018.55-4.3v29.8a14.07 14.07 0 01-8.54-4.27A15.45 15.45 0 011.5 16.55v-.04z' fill='%23CF0074' stroke='%23CF0074' stroke-width='3'/%3E%3C/svg%3E");
}
.portl-list__item_icon.icon-6 {
     background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='31' height='34' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.3845 16.5979c-.0199 4.0234-1.5576 7.8634-4.2596 10.6891-2.3401 2.4472-5.3877 3.962-8.625 4.3355L1.5 1.5887c3.2302.3684 6.2728 1.8746 8.6118 4.3116 2.7006 2.8137 4.2428 6.6409 4.2727 10.6549v.0427Z' fill='%23CF0074' stroke='%23CF0074' stroke-width='3'/%3E%3Cpath d='M28.989 16.5978c-.0199 4.0234-1.5576 7.8634-4.2596 10.6891-2.3401 2.4472-5.3877 3.9619-8.6249 4.3355V1.5885c3.2302.3685 6.2728 1.8747 8.6118 4.3117 2.7006 2.8137 4.2428 6.6409 4.2727 10.6548v.0428Z' stroke='%23CF0074' stroke-width='3'/%3E%3C/svg%3E");
}
.portl-list__item_title {
  height: 44px;
  margin-bottom: 12px;
  font-family: var(--fontLmsans);
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  width: 220px;
}
.portl-list__item_desc {
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
}

/* Homeus Section */
.homeus {
  margin-top: 81px;
  height: 631px;
  width: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
}
.homeus__wrapper {
  position: absolute;
  bottom: -85px;
  right: 0;
  width: 930px;
  padding: 71px 130px 62px 100px;
  background-color: var(--color-white);
}
.homeus__wrapper_subtitle {
  display: block;
  color: var(--color-blue);
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  text-transform: uppercase;
  margin-bottom: 40px;
}
.homeus__wrapper_title {
  font-weight: normal;
  font-size: 42px;
  line-height: 48px;
  color: var(--color-black);
  margin-bottom: 30px;
  letter-spacing: 0;	
}
.homeus__wrapper_btn:hover {
  color: var(--color-black);
}

/* Trust Section */
.trust {
  padding: 130px 0 87px;
  min-height: 460px;
  width: 100%;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='1440' height='326' viewBox='0 0 1440 326' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cmask id='mask0' mask-type='alpha' maskUnits='userSpaceOnUse' x='0' y='0' width='1440' height='326'%3E%3Crect width='1440' height='326' fill='black'/%3E%3C/mask%3E%3Cg mask='url(%23mask0)'%3E%3Cpath d='M501 187.418C501.325 257.218 527.557 324.061 573.996 373.417C620.435 422.774 683.326 450.655 749 451L749 -76C683.461 -75.7427 620.662 -48.0247 574.232 1.13823C527.802 50.3011 501.487 116.942 501 186.597V187.418Z' fill='%237D31C9' fill-opacity='0.05'/%3E%3Cpath d='M1015 -239.418C1014.68 -309.218 988.443 -376.061 942.004 -425.417C895.565 -474.774 832.674 -502.655 767 -503V24C832.539 23.7427 895.338 -3.97531 941.768 -53.1382C988.198 -102.301 1014.51 -168.942 1015 -238.597V-239.418Z' fill='%237D31C9' fill-opacity='0.05'/%3E%3Cpath d='M1278 72.5821C1277.68 2.78217 1251.44 -64.0607 1205 -113.417C1158.56 -162.774 1095.67 -190.655 1030 -191V336C1095.54 335.743 1158.34 308.025 1204.77 258.862C1251.2 209.699 1277.51 143.058 1278 73.4027V72.5821Z' fill='%237D31C9' fill-opacity='0.05'/%3E%3Cpath d='M1541 282.582C1540.68 212.782 1514.44 145.939 1468 96.5827C1421.56 47.2261 1358.67 19.3452 1293 19V546C1358.54 545.743 1421.34 518.025 1467.77 468.862C1514.2 419.699 1540.51 353.058 1541 283.403V282.582Z' fill='%237D31C9' fill-opacity='0.05'/%3E%3Cpath d='M231 -18.5821C231.325 51.2178 257.557 118.061 303.996 167.417C350.435 216.774 413.326 244.655 479 245L479 -282C413.461 -281.743 350.662 -254.025 304.232 -204.862C257.802 -155.699 231.487 -89.0581 231 -19.4027L231 -18.5821Z' fill='%237D31C9' fill-opacity='0.05'/%3E%3Cpath d='M-31 263.418C-30.6753 333.218 -4.44257 400.061 41.9963 449.417C88.4351 498.774 151.326 526.655 217 527L217 0C151.461 0.257338 88.6618 27.9753 42.2317 77.1382C-4.1983 126.301 -30.5126 192.942 -31 262.597L-31 263.418Z' fill='%237D31C9' fill-opacity='0.05'/%3E%3C/g%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.trust .carousel-inner {height: 300px;}
.trust__left {width: 80%;}

.trust__left_title {
  font-weight: normal;
  font-size: 23px;
  line-height: 30px;
  margin-bottom: 32px;
}
.trust__left_txt {
  font-weight: normal;
  font-size: 21px;
  line-height: 26px;
  color: #4a26ff;
}
.trust__right {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.trust__right_txt {
  display: block;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  text-transform: uppercase;
}
.trust__right_logo1,
.trust__right_logo2 {
  display: block;
  background-repeat: no-repeat;
  background-size: auto;
  background-position: center center;
}
.trust__right_logo1 {
  margin: 0 50px 0 49px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='115' height='75' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M35 59.71l-.21.2c-3.31 3.39-7.15 5.17-11.1 5.17-8.25 0-14.24-6.19-14.24-14.73 0-8.53 5.99-14.73 14.24-14.73 3.95 0 7.79 1.8 11.1 5.18l.21.2 5.3-6.42-.13-.17c-4.42-5.21-9.71-7.75-16.22-7.75-6.53 0-12.5 2.2-16.8 6.16C2.46 37.12 0 43.17 0 50.35c0 7.17 2.46 13.24 7.15 17.54 4.3 3.98 10.27 6.17 16.8 6.17 6.5 0 11.8-2.54 16.22-7.76l.14-.16L35 59.7zM45.67 73.18h9.37V27.4h-9.37v45.78zM91.76 63.23c-2.5 1.52-4.83 2.3-6.92 2.3-3.03 0-4.4-1.61-4.4-5.17v-24.3h9.55v-8.62h-9.56V13.2l-9.18 4.92v9.32h-7.93v8.62h7.93V61.9c0 7.04 4.17 11.86 10.4 11.98a14.7 14.7 0 008.3-2.1l.1-.06 2.26-8.83-.55.34zM99.51 73.18h9.39V27.4H99.5v45.78z' fill='%23fff'/%3E%3Cpath d='M114.37 19.37A46.1 46.1 0 0077.12 0a46.04 46.04 0 00-37.24 19.37l-.44.63h10.78l.12-.13c7.34-7.58 16.92-11.59 26.78-11.59 9.85 0 19.43 4 26.78 11.59l.12.13h10.77l-.42-.63z' fill='%23fff'/%3E%3C/svg%3E");
  width: 115px;
  height: 75px;
}
.trust__right_logo2 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='174' height='33' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M164.34 27.86a4.6 4.6 0 119.18 0 4.6 4.6 0 01-9.18 0zM17.98 15.7c0-2.91-.56-5.07-1.69-6.47-1.12-1.4-2.83-2.11-5.12-2.11H8.74V24.9h1.86c2.55 0 4.41-.75 5.6-2.26 1.18-1.52 1.78-3.83 1.78-6.94zm8.69-.3c0 5.3-1.43 9.38-4.27 12.24-2.85 2.87-6.85 4.3-12.01 4.3H.37V.2h10.72C16.06.2 19.9 1.5 22.6 4.1c2.7 2.6 4.06 6.37 4.06 11.3zM54.44 31.94h7.97V.06h-7.97v31.88zM73.62 20.05c0 2.03.26 3.58.8 4.65a2.76 2.76 0 002.66 1.6c1.24 0 2.12-.54 2.63-1.6.5-1.07.76-2.62.76-4.65 0-2.02-.26-3.55-.77-4.58-.52-1.03-1.4-1.55-2.66-1.55-1.22 0-2.1.52-2.63 1.54-.53 1.02-.8 2.55-.8 4.59zm14.97 0c0 3.87-1.01 6.9-3.05 9.06-2.03 2.16-4.88 3.25-8.54 3.25-3.5 0-6.3-1.1-8.37-3.33-2.08-2.21-3.11-5.2-3.11-8.98 0-3.86 1.01-6.86 3.05-9 2.03-2.14 4.88-3.21 8.56-3.21 2.27 0 4.27.5 6.01 1.48 1.74 1 3.09 2.41 4.03 4.26a14 14 0 011.42 6.47zM91.76 31.94h7.98V8.26h-7.98v23.68zM91.76 5.4h7.98V.05h-7.98v5.33zM115.9 25.9c1.08 0 2.36-.27 3.85-.82v5.96c-1.07.47-2.1.81-3.06 1.01-.98.2-2.12.3-3.42.3-2.68 0-4.61-.67-5.8-2.01-1.18-1.34-1.77-3.4-1.77-6.2v-9.76h-2.8V8.26h2.8V2.21l8.04-1.4v7.45h5.09v6.12h-5.1v9.22c0 1.53.73 2.3 2.17 2.3zM134.36 25.9c1.08 0 2.36-.27 3.86-.82v5.96c-1.07.47-2.1.81-3.07 1.01-.97.2-2.11.3-3.42.3-2.68 0-4.6-.67-5.8-2.01-1.17-1.34-1.77-3.4-1.77-6.2v-9.76h-2.8V8.26h2.8V2.12l8.04-1.3v7.44h5.1v6.12h-5.1v9.22c0 1.53.72 2.3 2.16 2.3zM148.28 17.16c.11-1.3.48-2.24 1.12-2.85.63-.6 1.41-.91 2.35-.91 1.03 0 1.84.34 2.44 1.03.6.68.92 1.59.95 2.73h-6.85zm11.25-6.53c-1.9-1.86-4.58-2.79-8.06-2.79-3.66 0-6.48 1.07-8.45 3.2-1.97 2.15-2.96 5.22-2.96 9.22 0 3.87 1.07 6.86 3.2 8.95 2.13 2.1 5.11 3.15 8.96 3.15 1.85 0 3.44-.13 4.78-.38 1.32-.25 2.6-.7 3.85-1.35l-1.23-5.33c-.9.37-1.76.65-2.58.84-1.17.27-2.46.4-3.86.4a5.46 5.46 0 01-3.64-1.12 4.1 4.1 0 01-1.42-3.12h14.26v-3.63c0-3.5-.95-6.18-2.84-8.04zM37.26 17.16c.1-1.3.47-2.24 1.1-2.85.64-.6 1.43-.91 2.36-.91 1.02 0 1.84.34 2.44 1.03.6.68.92 1.59.95 2.73h-6.85zm11.25-6.53c-1.9-1.86-4.59-2.79-8.07-2.79-3.66 0-6.48 1.07-8.45 3.2-1.97 2.15-2.96 5.22-2.96 9.22 0 3.87 1.07 6.86 3.2 8.95 2.13 2.1 5.11 3.15 8.96 3.15 1.85 0 3.44-.13 4.78-.38 1.32-.25 2.6-.7 3.85-1.35l-1.23-5.33c-.9.37-1.76.65-2.57.84-1.18.27-2.47.4-3.87.4a5.46 5.46 0 01-3.64-1.12 4.1 4.1 0 01-1.42-3.12h14.26v-3.63c0-3.5-.95-6.18-2.84-8.04z' fill='%23fff'/%3E%3C/svg%3E");
  width: 174px;
  height: 33px;
}
/* News Section */
.news {
  background-color: var(--color-white);
  padding: 94px 0 64px;
}

.news__title {
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  text-transform: uppercase;
  color: var(--color-pink);
  margin-bottom: 50px;
  font-family: var(--fontLmsans);
}
.news__btn {
  justify-content: flex-end;
  margin-top: 30px;
}

.news__btn:hover {
  color: var(--color-black);
}

.news__post {
}
.news__post_title {
  color: var(--color-black);
  font-weight: normal;
  font-size: 36px;
  line-height: 41px;
  margin-bottom: 50px;
}
.news__post_desc {
  color: var(--color-black);
  font-weight: normal;
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 35px;
}
.news__post_btn {
  color: var(--color-black);
  display: block;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
}
.news__post_btn:hover {
  color: var(--color-black);
}
/* Award Section */

.award {
  background-color: var(--color-midblue);
  padding: 77px 0 111px;
}
.award__title {
  color: var(--color-pink);
  margin-bottom: 45px;
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  text-transform: uppercase;
  font-family: var(--fontLmsans);
}
.award__item_title {
  font-weight: 500;
  font-size: 30px;
  line-height: 34px;
  margin-bottom: 27px;
}
.award__item_txt {
  font-weight: normal;
  font-size: 18px;
  line-height: 26px;
}

/* footer section */
.footer {
  padding: 58px 0 70px;
}
.footer__logo {
  position: relative;
  width: 165px;
  height: 45px;
}
.footer__logo a {
  display: block;
  width: 100%;
  height: 100%;
}
.footer__logo_icon {
  display: block;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='165' height='45' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M64.7451 25.8601h3.3611c0 1.5494 1.5499 2.8436 4.0085 2.8436 2.5831 0 3.6225-1.0329 3.6225-2.3271 0-1.0329-.6473-1.9352-2.9752-2.3272l-3.0997-.5165c-3.0997-.5164-4.525-2.3271-4.525-4.9094 0-2.9743 2.4585-5.4259 6.7222-5.4259 4.6558 0 6.9774 2.5823 6.9774 5.9424h-3.3611c0-1.5494-1.2946-2.8436-3.6225-2.8436s-3.3612 1.0329-3.3612 2.3271c0 1.0329.5167 1.7049 2.4524 2.0658l2.8445.5165c3.6226.6471 5.2969 2.1965 5.2969 5.1645 0 3.0988-2.3279 5.4259-6.9774 5.4259-4.6496.0062-7.3634-2.576-7.3634-5.9361ZM95.7109 13.459h12.1501v3.0987h-8.7889v4.393h8.2719v3.0987h-8.2719v4.393h8.7889v3.0987H95.7109V13.459ZM128.675 16.6884h-5.428V13.459h14.216v3.2294h-5.427v14.8589h-3.361V16.6884ZM153.111 13.459h3.361v14.8527H165v3.2294h-11.889V13.459Z' fill='%23fff'/%3E%3Cpath d='M34.0656 10.9451c4.5251 0 8.4713 2.6569 10.3697 6.4775C42.1261 7.4419 33.188 0 22.5071 0 10.0771 0 0 10.074 0 22.5h22.5071c0-2.7876 1.0083-5.3512 2.6764-7.361 2.1287-2.5574 5.328-4.1939 8.8821-4.1939ZM22.5073 22.5001c0 2.7876-1.0083 5.3512-2.6764 7.361-2.1287 2.5574-5.328 4.1939-8.8821 4.1939-4.525 0-8.4713-2.657-10.3697-6.4775 2.303 9.9806 11.2411 17.4226 21.922 17.4226 12.4299 0 22.5071-10.074 22.5071-22.5H22.5073Z' fill='%234A26FF'/%3E%3C/svg%3E");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  z-index: 99999;
}
.footer__bottom { 
	margin-top: 125px;
}

.footer__bottom_wrapper {
	
}
.footer__bottom_wrapper .bottom-list {
	display: flex;
}
.footer__bottom_wrapper .bottom-list li {}
.footer__bottom_wrapper .bottom-list li:not(:last-child) {margin-right: 18px;}
.footer__bottom_wrapper .bottom-list li a {
	font-size: 14px;
	line-height: 24px;
	color: rgba(255, 255, 255, 0.5);
}

.footer__copyright { 
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  color: rgba(255, 255, 255, 0.5);
}
.footer__wrapper_list li:not(:first-child) {
  margin-top: 8px;
}
.footer__wrapper_list li * {
  font-weight: normal;
  font-size: 18px;
  line-height: 28px;
  color: rgba(255, 255, 255, 0.5);
}
.footer__wrapper_list li:first-child * {
  font-weight: 500;
  color: var(--color-white);
}
/* -------- END HOME PAGE----------- */
/* -------- START WHAT WE DO PAGE----------- */
.wedo-main {
  padding: 70px 0 150px;
}
.wedo-main__subtitle {
  display: block;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  text-transform: uppercase;
  color: var(--color-blue);
  margin-bottom: 30px;
}
.wedo-main__title {
  font-weight: normal;
  font-size: 48px;
  line-height: 54px;
}
.wedo-main__icon {
  position: relative;
  display: block;
}
.wedo-main__icon::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 544px;
  height: 350px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='544' height='350' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='.3' d='M498.852 125.464c11.885-.059 23.266-4.868 31.67-13.382 8.404-8.513 13.151-20.0425 13.21-32.082H454c.044 12.0149 4.763 23.527 13.134 32.039s19.718 13.336 31.578 13.425h.14Z' fill='%234A26FF'/%3E%3Cpath d='M498.878 126c-11.884.059-23.266 4.868-31.67 13.382-8.404 8.513-13.151 20.042-13.21 32.082h89.732c-.043-12.015-4.763-23.528-13.134-32.039-8.371-8.512-19.718-13.336-31.578-13.425h-.14Z' fill='%234A26FF'/%3E%3Cpath d='M174.001 64.8521c.059 11.8848 4.868 23.2661 13.382 31.6701 8.513 8.4038 20.042 13.1508 32.082 13.2098V20c-12.015.0438-23.528 4.7633-32.039 13.1343-8.512 8.371-13.336 19.7179-13.425 31.5781v.1397Z' fill='%23240F75'/%3E%3Cpath d='M389.529 1.5c-28.612.1416-56.011 11.5151-76.24 31.6463-19.873 19.7761-31.251 46.4332-31.781 74.3537h215.966c-.494-27.8629-11.805-54.4805-31.599-74.2522C445.725 13.1212 418.411 1.7127 389.859 1.5h-.33Z' stroke='%23fff' stroke-width='3'/%3E%3Cpath d='M176.498 211.536c23.189-.116 45.394-9.376 61.791-25.767 16.16-16.155 25.391-37.951 25.764-60.769H89.0016c.3441 22.771 9.5208 44.534 25.6174 60.686 16.332 16.388 38.469 25.677 61.609 25.85h.27Z' stroke='%234A26FF' stroke-width='2'/%3E%3Cpath opacity='.5' d='M368.528 212.563c-.116-23.452-9.481-45.912-26.06-62.495-16.578-16.584-39.03-25.952-62.476-26.068v177.071c23.398-.086 45.817-9.399 62.392-25.918 16.576-16.519 25.97-38.91 26.144-62.314v-.276Z' fill='%234A26FF'/%3E%3Cpath d='M44.8803 79.9996c-11.8848.0595-23.2661 4.8686-31.67 13.3819C4.8063 101.895.059 113.424.0003 125.464h89.7321c-.0438-12.015-4.7633-23.528-13.1343-32.0393-8.3709-8.5117-19.7178-13.3358-31.578-13.4251h-.1398Z' fill='%234A26FF'/%3E%3Cpath opacity='.75' d='M219.993 63.852c.059 11.8848 4.868 23.2662 13.382 31.6701 8.513 8.4039 20.042 13.1509 32.082 13.2099V18.9999c-12.015.0439-23.527 4.7634-32.039 13.1343-8.512 8.371-13.336 19.7179-13.425 31.5781v.1397Z' fill='%23fff'/%3E%3Cpath d='M220.001 304.852c.059 11.885 4.868 23.266 13.382 31.67 8.513 8.404 20.042 13.151 32.082 13.21V260c-12.015.044-23.528 4.763-32.039 13.134-8.512 8.371-13.336 19.718-13.425 31.578v.14Z' fill='%23240F75'/%3E%3C/svg%3E");
  background-size: auto;
  background-position: center center;
  background-repeat: no-repeat;
  z-index: 2;
}
/* Solution section */
.wedo-sol {
  padding: 82px 0 210px;
}
.wedo-sol__icon_bg {
  display: inline-block;
  margin: 0 auto;
  width: 1440px;
  height: 717px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M720.224 717c-190.724-.939-373.369-76.781-508.233-211.042C77.1263 371.698.9431 189.871 0 0h1440c-.7 189.482-76.44 371.042-210.78 505.278C1094.89 639.513 912.796 715.591 722.467 717h-2.243z' fill='%233919B8' fill-opacity='.1'/%3E%3C/svg%3E");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.wedo-sol__icon_bg::after {
  content: "";
  display: inline-block;
  margin: 35px auto 0;
  width: 1440px;
  height: 717px;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M720.224 717c-190.724-.939-373.369-76.781-508.233-211.042C77.1263 371.698.9431 189.871 0 0h1440c-.7 189.482-76.44 371.042-210.78 505.278C1094.89 639.513 912.796 715.591 722.467 717h-2.243z' fill='%233919B8' fill-opacity='.1'/%3E%3C/svg%3E");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
}
.web-sol__img_1 {
  position: absolute;
  top: -61px;
  right: 0;
  max-width: 731px;
  max-height: 488px;
}
.web-sol__img_3 {
  position: absolute;
  bottom: 121px;
  right: 0;
  max-width: 710px;
  max-height: 488px;
}
.wedo-sol__row1 {
  margin-bottom: 137px;
}
.wedo-sol__row2 {
  margin-bottom: 117px;
}
.wedo-sol__row3 {
}
.wedo-sol__row4 {
  margin-top: 170px;
}

.wedo-sol__img2 {
  width: 506px;
  height: 338px;
}

.wedo-sol__item {
  position: relative;
  z-index: 2;
}

.wedo-sol__item_title {
  font-weight: normal;
  font-size: 42px;
  line-height: 110.2%;
  text-transform: capitalize;
  max-width: 370px;
}
.wedo-sol__item_desc {
  font-weight: normal;
  font-size: 18px;
  line-height: 26px;
  margin-top: 21px;
  max-width: 474px;
}
.wedo-sol__item_link {
  margin-top: 26px;
}
/* Keen section */
.wedo-keen {
  background: rgba(43, 18, 142, 1);
  padding: 79px 0;
}
.wedo-keen__title {
  font-weight: 600;
  font-size: 72px;
  line-height: 99%;
  max-width: 700px;
}
.wedo-keen__desc {
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  max-width: 250px;
}
.wedo-keen__btn {
  margin-top: 34px;
}
/* ====== WHAT WE DO  SUBPAGE ====== */
/* Found Distribution section */
.dist-main {
  padding: 70px 0 80px;
}
.dist-main__subtitle {
  display: block;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  text-transform: uppercase;
  color: var(--color-blue);
  margin-bottom: 29px;
}
.dist-main__title {
  font-weight: normal;
  font-size: 72px;
  line-height: 82px;
  margin-bottom: 45px;
  max-width: 640px;
}
.dist-main__desc {
  font-weight: normal;
  font-size: 21px;
  line-height: 30px;
  max-width: 620px;
}

.dist-main__icon {
  position: relative;
  display: inline-block;
  background-position: center center;
  background-size: auto;
  background-repeat: no-repeat;
  z-index: 2;
}

.dist-main__1-icon {
  width: 528px;
  height: 275px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='528' height='275' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='.5' d='M44.8521 174.464c11.8848-.059 23.2661-4.868 31.6701-13.382 8.4039-8.513 13.1512-20.042 13.2099-32.082H0c.0438 12.015 4.7633 23.527 13.1343 32.039 8.371 8.512 19.7179 13.336 31.5781 13.425h.1397Z' fill='%23fff'/%3E%3Cpath d='M112.88 63.0006c-11.884.0595-23.2658 4.8686-31.6697 13.3819-8.404 8.5133-13.1513 20.0428-13.21 32.0825h89.7317c-.043-12.015-4.763-23.5276-13.134-32.0393-8.371-8.5118-19.718-13.3358-31.578-13.4251h-.14ZM394.508 275c23.453-.116 45.912-9.481 62.496-26.06 16.583-16.579 25.951-39.031 26.067-62.476H306c.086 23.397 9.4 45.816 25.918 62.392 16.519 16.575 38.91 25.97 62.314 26.144h.276Z' fill='%23240F75'/%3E%3Cpath d='M394.88 129c-11.884.059-23.266 4.868-31.67 13.382-8.404 8.513-13.151 20.042-13.21 32.082h89.732c-.043-12.015-4.763-23.528-13.134-32.039-8.371-8.512-19.718-13.336-31.578-13.425h-.14Z' fill='%234A26FF'/%3E%3Cpath d='M482.852 152.464c11.885-.059 23.266-4.868 31.67-13.382 8.404-8.513 13.151-20.042 13.21-32.082H438c.044 12.015 4.763 23.527 13.134 32.039s19.718 13.336 31.578 13.425h.14Z' fill='%23fff'/%3E%3Cpath opacity='.5' d='M482.852 106.464c11.885-.059 23.266-4.868 31.67-13.3817 8.404-8.5133 13.151-20.0428 13.21-32.0823H438c.044 12.0149 4.763 23.5274 13.134 32.0392 8.371 8.5118 19.718 13.3358 31.578 13.4248h.14Z' fill='%23fff'/%3E%3Cpath d='M285.536 1c-28.743.1422-56.267 11.5678-76.59 31.7919C188.86 52.7796 177.412 79.7645 177.01 108h216.982c-.367-28.1774-11.748-55.1225-31.754-75.1059-20.243-20.2198-47.683-31.6807-76.366-31.894h-.336Z' stroke='%23240F75' stroke-width='2'/%3E%3Cpath opacity='.3' d='M309.88 83.9996c-11.884.0595-23.266 4.8686-31.67 13.3819-8.404 8.5135-13.151 20.0425-13.21 32.0825h89.732c-.043-12.015-4.763-23.528-13.134-32.0393-8.371-8.5117-19.718-13.3358-31.578-13.4251h-.14Z' fill='%234A26FF'/%3E%3Cpath d='M177.506 216.536c23.188-.116 45.394-9.375 61.791-25.767 16.16-16.155 25.39-37.951 25.764-60.769H90.0094c.3441 22.771 9.5208 44.534 25.6176 60.686 16.332 16.388 38.469 25.677 61.609 25.85h.27Z' stroke='%234A26FF' stroke-width='2'/%3E%3Cpath d='M112.993 57a24.1322 24.1322 0 0 0 16.941-7.0642A24.1154 24.1154 0 0 0 137 33H89a24.0857 24.0857 0 0 0 7.0259 16.9131A24.1008 24.1008 0 0 0 112.918 57h.075Z' fill='%234A26FF'/%3E%3C/svg%3E");
}

.dist-main__2-icon {
  width: 568px;
  height: 309px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='568' height='309' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M536.798 94.9999a30.9557 30.9557 0 0 0-21.732 9.0621 30.9351 30.9351 0 0 0-9.065 21.726h61.575a30.8945 30.8945 0 0 0-9.013-21.697 30.916 30.916 0 0 0-21.669-9.0911h-.096Z' fill='%234A26FF'/%3E%3Cpath d='M362.788 277.96c-.041-8.155-3.297-15.965-9.062-21.732A30.9351 30.9351 0 0 0 332 247.163v61.575a30.894 30.894 0 0 0 21.696-9.013 30.9182 30.9182 0 0 0 9.092-21.669v-.096Z' fill='%23fff'/%3E%3Cpath opacity='.75' d='M393.788 277.96c-.041-8.155-3.297-15.965-9.062-21.732A30.9351 30.9351 0 0 0 363 247.163v61.575a30.894 30.894 0 0 0 21.696-9.013 30.9182 30.9182 0 0 0 9.092-21.669v-.096Z' fill='%23fff'/%3E%3Cpath opacity='.3' d='M448.883 184.323c15.246-.077 29.846-6.246 40.627-17.167 10.781-10.921 16.871-25.711 16.946-41.156h-115.11c.056 15.413 6.11 30.181 16.849 41.1 10.738 10.92 25.294 17.108 40.509 17.223h.179Z' fill='%234A26FF'/%3E%3Cpath d='M203.618 164.853c.149 30.085 12.162 58.896 33.43 80.17 21.267 21.274 50.069 33.292 80.145 33.44V51.3125c-30.014.1109-58.774 12.0581-80.037 33.2486-21.264 21.1909-33.315 49.9139-33.538 79.9379v.354Z' fill='%23240F75'/%3E%3Cpath d='M410.577 113.613c-.148-29.8213-12.056-58.3788-33.137-79.4657-20.844-20.8506-48.989-32.7308-78.438-33.1378V226.143c29.388-.37 57.492-12.181 78.332-32.949 21.076-21.004 33.021-49.474 33.243-79.233v-.348Z' stroke='%234A26FF' stroke-width='2'/%3E%3Cpath d='M201.617 58.4856c15.246-.0764 29.846-6.2456 40.627-17.1666C253.025 30.3979 259.115 15.6076 259.19.163H144.08c.056 15.413 6.111 30.1816 16.849 41.1006s25.294 17.1074 40.509 17.222h.179Z' fill='%234A26FF'/%3E%3Cpath d='M57.5722 24.1633c-15.2461.0764-29.8462 6.2456-40.627 17.1667C6.1645 52.251.0746 67.0413-.0008 82.4858H115.109c-.056-15.4129-6.11-30.1814-16.8486-41.1005C87.522 30.4663 72.966 24.278 57.7515 24.1633h-.1793Z' fill='%23fff'/%3E%3Cpath d='M158.359 124.507c-11.217-.056-21.959-4.535-29.891-12.465a42.5556 42.5556 0 0 1-12.452-28.8789h84.656a42.4995 42.4995 0 0 1-12.382 28.8389c-7.9 7.928-18.609 12.421-29.802 12.505h-.129Z' stroke='%23240F75' stroke-width='2'/%3E%3C/svg%3E");
}

.dist-main__3-icon {
  width: 592px;
  height: 263px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='592' height='263' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M44.8521 143.464c11.8848-.059 23.2661-4.868 31.6701-13.382C84.9261 121.569 89.6734 110.04 89.7321 98H0c.0438 12.015 4.7633 23.527 13.1343 32.039 8.371 8.512 19.7179 13.336 31.5781 13.425h.1397Z' fill='%23fff'/%3E%3Cpath d='M173.335 76.9996c11.481.0567 22.477 4.6415 30.595 12.7579 8.119 8.1163 12.706 19.1085 12.762 30.5865h-86.688c.042-11.455 4.602-22.4306 12.689-30.5454 8.087-8.1148 19.049-12.7138 30.507-12.799h.135Z' fill='%23240F75'/%3E%3Cpath d='M378.749.0001c41.006.2027 80.274 16.5771 109.27 45.564 28.996 28.9869 45.376 68.2439 45.578 109.2369H223.996c.151-40.909 16.435-80.1085 45.317-109.0899C298.195 16.7296 337.345.3043 378.266.0001h.483Z' fill='%233919B8' fill-opacity='.2'/%3E%3Cpath opacity='.5' d='M484.344 219.331c-.057 11.481-4.641 22.477-12.758 30.595-8.116 8.119-19.108 12.706-30.586 12.762V176c11.455.042 22.43 4.602 30.545 12.689 8.115 8.087 12.714 19.049 12.799 30.507v.135Z' fill='%23fff'/%3E%3Cpath d='M274.114 175c22.553.112 44.151 9.118 60.099 25.06 15.948 15.943 24.956 37.534 25.068 60.081H189c.083-22.5 9.039-44.06 24.924-60 15.886-15.94 37.418-24.973 59.925-25.141h.265Z' fill='%23240F75'/%3E%3Cpath d='M173.112 15.0002c22.289.111 43.633 9.0117 59.394 24.7675 15.524 15.5195 24.395 36.4545 24.764 58.3729H89.0097c.3405-21.8733 9.16-42.7773 24.6233-58.2934 15.698-15.7524 36.977-24.6805 59.219-24.847h.26Z' stroke='%23fff' stroke-width='2'/%3E%3Cpath d='M415.344 218.331c-.057 11.481-4.641 22.477-12.758 30.595-8.116 8.119-19.108 12.706-30.586 12.762V175c11.455.042 22.43 4.602 30.545 12.689 8.115 8.087 12.714 19.049 12.799 30.507v.135Z' fill='%23fff'/%3E%3Cpath d='M173.331 137c11.481.056 22.477 4.641 30.595 12.757 8.119 8.117 12.706 19.109 12.762 30.587H130c.042-11.455 4.602-22.431 12.689-30.545 8.087-8.115 19.049-12.714 30.507-12.799h.135ZM548.351 219.344c-11.482-.057-22.477-4.641-30.596-12.758A43.5528 43.5528 0 0 1 504.993 176h86.689a43.5017 43.5017 0 0 1-12.689 30.545c-8.087 8.115-19.049 12.714-30.507 12.799h-.135Z' fill='%234A26FF'/%3E%3Cpath d='M448.344 219.328c-.056 11.217-4.535 21.96-12.465 29.891A42.5533 42.5533 0 0 1 407 261.672v-84.656a42.4942 42.4942 0 0 1 28.839 12.381c7.928 7.9 12.421 18.609 12.505 29.803v.128Z' stroke='%234A26FF' stroke-width='2'/%3E%3C/svg%3E");
}

.dist-main__4-icon {
  width: 485px;
  height: 253px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='485' height='253' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M387.358 90.9995c-14.339.0703-28.07 5.7453-38.209 15.7915-10.139 10.046-15.866 23.652-15.937 37.859h108.259c-.053-14.178-5.747-27.764-15.846-37.808-10.1-10.0443-23.789-15.737-38.098-15.8425h-.169Z' fill='%23240F75'/%3E%3Cpath d='M387.145 153c-14.339.07-28.07 5.745-38.209 15.791-10.139 10.046-15.866 23.652-15.937 37.859h108.259c-.053-14.178-5.747-27.764-15.846-37.808-10.1-10.044-23.789-15.737-38.098-15.842h-.169Z' fill='%234A26FF'/%3E%3Cpath d='M352.935.9999c-34.739.168-68.001 13.6748-92.557 37.5766-24.313 23.6647-38.147 55.6245-38.585 89.0505h262.199c-.395-33.3573-14.148-65.2699-38.365-88.9296-24.46-23.8971-57.62-37.4458-92.287-37.6975h-.405Z' stroke='%234A26FF' stroke-width='2'/%3E%3Cpath opacity='.3' d='M225.782 249.626c28.295-.136 55.391-11.188 75.399-30.752 20.008-19.563 31.31-46.058 31.45-73.726H119c.104 27.611 11.34 54.067 31.27 73.627 19.929 19.56 46.943 30.646 75.18 30.851h.332Z' fill='%234A26FF'/%3E%3Cpath d='M54.1471 145.306c-14.3386.07-28.0698 5.745-38.2089 15.792C5.7992 171.144.0717 184.75.0008 198.957H108.26c-.053-14.178-5.747-27.764-15.8464-37.808-10.0992-10.045-23.7889-15.737-38.0979-15.843h-.1686Z' fill='%23240F75'/%3E%3Cpath d='M162.11 251.651c14.077-.07 27.556-5.642 37.508-15.502 9.712-9.624 15.299-22.573 15.626-36.149H109.013c.31 13.548 5.864 26.478 15.538 36.099 9.912 9.858 23.35 15.447 37.397 15.552h.162Z' stroke='%23fff' stroke-width='2'/%3E%3Cpath d='M119.113 129.176c14.338-.07 28.07-5.745 38.209-15.791 10.139-10.047 15.866-23.6522 15.937-37.8596H65c.0529 14.1783 5.7468 27.7636 15.8461 37.8086 10.0993 10.044 23.7889 15.737 38.0979 15.842h.169Z' fill='%234A26FF'/%3E%3Cpath d='M54.1497 6.898C40.0724 6.9676 26.5935 12.5395 16.642 22.4 6.9296 32.0234 1.3432 44.9725 1.0154 58.5488H107.246c-.31-13.5482-5.864-26.478-15.5375-36.0992-9.912-9.8581-23.3493-15.4471-37.3966-15.5516h-.1622Z' fill='%23fff' stroke='%23fff' stroke-width='2'/%3E%3C/svg%3E");
}

.dist-main__5-icon {
  width: 572px;
  height: 314px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='572' height='314' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M44.8521 158.464c11.8848-.059 23.2661-4.868 31.6701-13.382 8.4039-8.513 13.1512-20.042 13.2099-32.082H0c.0438 12.015 4.7633 23.527 13.1343 32.039 8.371 8.512 19.7179 13.336 31.5781 13.425h.1397ZM535.464 260.88c-.059-11.884-4.868-23.266-13.382-31.67-8.513-8.404-20.042-13.151-32.082-13.21v89.732c12.015-.043 23.527-4.763 32.039-13.134s13.336-19.718 13.425-31.578v-.14Z' fill='%23240F75'/%3E%3Cpath d='M428 207.483c.071 14.172 5.783 27.744 15.894 37.765C454.006 255.269 467.7 260.93 482 261V154c-14.271.052-27.945 5.68-38.054 15.662-10.11 9.982-15.84 23.512-15.946 37.655v.166ZM211 130.459c.17 34.569 13.921 67.674 38.264 92.118C273.607 247.021 306.574 260.829 341 261V0c-34.355.1275-67.274 13.855-91.612 38.2032C225.049 62.5514 211.256 95.5557 211 130.053v.406Z' fill='%234A26FF'/%3E%3Cpath d='M466.465 192c27.681-.138 54.189-11.244 73.764-30.906 19.339-19.425 30.366-45.65 30.761-73.094H362.008c.361 27.388 11.323 53.574 30.587 72.995 19.497 19.657 45.925 30.798 73.547 31.005h.323Z' stroke='%23fff' stroke-width='2'/%3E%3Cpath opacity='.3' d='M414 260.517c-.071-14.172-5.783-27.744-15.894-37.765C387.994 212.731 374.3 207.07 360 207v107c14.271-.052 27.945-5.68 38.054-15.662 10.11-9.982 15.84-23.512 15.946-37.655v-.166Z' fill='%234A26FF'/%3E%3Cpath d='M413.483 54c14.172-.0707 27.744-5.7827 37.765-15.8944C461.269 27.994 466.93 14.2999 467 0H360c.052 14.2706 5.68 27.9446 15.662 38.0544C385.644 48.1641 399.174 53.8939 413.317 54h.166Z' fill='%23240F75'/%3E%3Cpath d='M141.519 61c-13.904.07-27.222 5.6744-37.057 15.5983C94.8614 86.2859 89.3367 99.3255 89.0143 113H193.987c-.305-13.6462-5.798-26.6664-15.36-36.3518-9.796-9.9214-23.073-15.5431-36.948-15.6482h-.16Z' stroke='%234A26FF' stroke-width='2'/%3E%3C/svg%3E");
}

/* Found section */
.dist-fund {
  padding-top: 118px;
  background-color: var(--color-white);
}

.dist-fund__right-icon {
  display: block;
  width: 430px;
  height: 862px;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg width='430' height='862' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='.03' d='M0 431.134C.563 316.964 46.0472 207.631 126.566 126.9 207.085 46.1687 316.131.5645 430 0v862c-113.636-.421-222.522-45.759-303.026-126.173C46.4707 655.413.8451 546.41 0 432.476v-1.342z' fill='%234A26FF'/%3E%3C/svg%3E")
    no-repeat center center / cover;
  position: absolute;
  top: -199px;
  right: 0;
  z-index: -1;
}
.dist-fund__img {
  position: absolute;
  top: -190px;
  right: 0;
  width: 601px;
  height: 410px;
}
.dist-fund * {
  color: var(--color-black);
}
.dist-found__title {
  font-weight: normal;
  font-size: 42px;
  line-height: 48px;
  max-width: 535px;
}

.dist-found_desc {
  display: flex;
  margin-top: 70px;
}
.dist-found_desc p {
  font-weight: normal;
  font-size: 21px;
  line-height: 30px;
  width: 50%;
}
.dist-found__desc_left {
  margin-right: 20px;
}

/* Features section */
.dist-box {
  background-color: var(--color-white);
  padding: 160px 0 550px;
}
.dist-box__oracle_bg {
  display: inline-block;
  width: 538px;
  height: 1135px;
  position: absolute;
  bottom: -390px;
  left: 0;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='538' height='1135' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='.03' d='M538 567.323c-.741 150.328-60.611 294.288-166.596 400.587C265.418 1074.21 121.884 1134.26-28 1135V0c149.577.5542 292.901 60.2504 398.866 166.133C476.832 272.015 536.888 415.539 538 565.556v1.767z' fill='%234A26FF'/%3E%3C/svg%3E");
  background-position: center;
  background-size: auto;
  background-repeat: no-repeat;
  z-index: 1;
}
.dist-features * {
  color: var(--color-black);
}
.dist-features__title {
  font-weight: 600;
  font-size: 42px;
  line-height: 48px;
  color: var(--color-midblue);
}
.dist-features__list {
}
.dist-features__list li {
  width: 280px;
  margin-right: 20px;
}
.dist-features__list li:not(:nth-child(1n + 4)) {
  margin-bottom: 46px;
}
.dist-features__list_name {
  font-weight: 600;
  font-size: 21px;
  line-height: 30px;
  color: var(--color-pink);
  margin-bottom: 25px;
}
.dist-features__list_txt {
  font-weight: normal;
  font-size: 21px;
  line-height: 30px;
}

.dist-portl {
  position: absolute;
  bottom: -220px;
  left: 0;
  right: 0;
  width: 90%;
  margin: 0 auto;
  background-color: var(--color-navy);
  padding: 71px 67px 82px 55px;
  z-index: 1;
  -webkit-box-shadow: 0px 35px 0px 0px #cf0074;
  box-shadow: 0px 35px 0px 0px #cf0074;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='995' height='451' viewBox='0 0 995 451' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg opacity='0.2' clip-path='url(%23clip0)'%3E%3Cpath d='M496.43 173.612H496.42C410.061 174.179 327.505 204.653 266.655 258.325C206.624 311.274 174.201 372.526 173 447H826.5C825.189 372.373 788.14 311.015 727.87 258.053C666.779 204.37 583.97 173.99 497.429 173.612H496.43Z' fill='%23CF0074'/%3E%3Cpath d='M497.429 173.612H496.42M497.429 173.612C583.97 173.99 666.779 204.37 727.87 258.053C788.14 311.015 825.189 372.373 826.5 447H173C174.201 372.526 206.624 311.274 266.655 258.325C327.505 204.653 410.061 174.179 496.42 173.612M497.429 173.612H496.43M496.42 173.612C496.42 173.612 496.426 173.612 496.43 173.612M496.42 173.612H496.43' stroke='%23CF0074' stroke-width='6'/%3E%3Cpath d='M497.367 3.68805C497.365 3.68805 497.363 3.68802 497.361 3.68802L495.837 3.68805M497.367 3.68805H495.837M497.367 3.68805C628.4 4.28924 753.84 52.7291 846.431 138.416C938.246 223.385 990.396 338.156 991.887 458.128H3.1672M495.837 3.68805C495.84 3.68805 495.843 3.68799 495.846 3.68799M495.837 3.68805C365.077 4.59021 240.019 53.18 147.793 138.849C56.3393 223.801 4.49326 338.403 3.1672 458.128M3.1672 458.128H0.167015M3.14456 461.128H0.144531' stroke='%23CF0074' stroke-width='6'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='995' height='451' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: auto;
}
.dist-portl__header_info-title {
  font-weight: 600;
  font-size: 42px;
  line-height: 48px;
  margin-bottom: 20px;
}
.dist-portl__header_info-desc {
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  max-width: 340px;
}

.dist-portl__body {
  margin-top: 74px;
}
.dist-portl__body_item {
  max-width: 200px;
  z-index: 3;
}

.dist-portl__body_item:not(:nth-child(5)){
	
}

.dist-portl__body_item:not(:last-child) {
  margin-right: 60px;
}
.dist-portl__body_item-title {
  font-family: var(--fontLmsans);
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 0.3em;
  text-transform: uppercase;
}
.dist-portl__body_item-txt {
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  margin-top: 15px;
}

/* Setl section */

.dist-setl {
  padding: 314px 0 109px;
}

.dist-setl .tab-content,
.dist-setl .tab-pane{
	height: 100%;
}

.dist-setl__subtitle {
  display: block;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  text-transform: uppercase;
  color: var(--color-blue);
  margin-bottom: 40px;
}
.dist-setl__title {
  font-style: normal;
  font-weight: normal;
  font-size: 30px;
  line-height: 39px;
  max-width: 430px;
}
.dist-setl__list {
  margin-top: 41px;
}
.dist-setl__list li {
	display: flex;
}

.dist-setl__list li button {
  font-weight: normal;
  font-size: 18px;
  line-height: 23px;
  text-transform: capitalize;
  display: block;
  background: none;
  border: none;
  color: var(--color-white) !important;
  padding: 0;
}

.dist-setl__list li button.active {
	font-weight: 600;
}

.dist-setl__list li button:hover {
  color: var(--color-white) !important;
}
.dist-setl__list li:first-child {
  font-weight: bold;
}
.dist-setl__list li::before {
  content: "";
  display: inline-block;
  width: 13px;
  height: 25px;
  margin-right: 10px;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg width='13' height='25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.1951 12.4961c-.0159 3.3112-1.3059 6.4821-3.5895 8.8235C6.322 23.661 3.2294 24.9836 0 25V0c3.2228.0122 6.3109 1.3271 8.594 3.6593 2.2832 2.3322 3.5772 5.4935 3.6011 8.7979v.0389z' fill='%234A26FF'/%3E%3C/svg%3E")
    no-repeat center center / cover;
}
.dist-setl__list li:not(:last-child) {
  margin-bottom: 26px;
}
.dist-setl__artic {
  background: rgba(43, 18, 142, 0.3);
  padding: 51px 60px 48px 61px;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.dist-setl__artic a {
	margin-top: auto;
}
.dist-setl__artic .artic__title {
  font-weight: normal;
  font-size: 42px;
  line-height: 110.2%;
  text-transform: capitalize;
  margin-bottom: 25px;
}
.dist-setl__artic .artic__text {
  font-weight: normal;
  font-size: 21px;
  line-height: 30px;
  margin-bottom: 40px;
}

/* -------- END WHAT WE DO PAGE----------- */

/* -------- START PORTL PAGE----------- */

.portl-main {
  background-color: #bf006b;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='1440' height='610' viewBox='0 0 1440 610' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='1440' height='610' fill='%23BF006B'/%3E%3Cmask id='mask0' mask-type='alpha' maskUnits='userSpaceOnUse' x='0' y='0' width='1440' height='610'%3E%3Crect width='1440' height='610' fill='%23BF006B'/%3E%3C/mask%3E%3Cg mask='url(%23mask0)'%3E%3Cpath d='M719.776 -64C910.5 -63.1175 1093.14 8.17637 1228.01 134.385C1362.87 260.594 1439.06 431.516 1440 610L0 610C0.703171 431.882 76.4411 261.21 210.776 135.025C345.111 8.84017 527.204 -62.6752 717.533 -64L719.776 -64Z' fill='%23CF0074'/%3E%3C/g%3E%3C/svg%3E");
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 141px 0 121px;
  position: relative;
}
.portl-main::before {
  content: "";
  position: absolute;
  bottom: -33px;
  left: 0;
  right: 0;
  display: block;
  margin: 0 auto;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='175' height='87' viewBox='0 0 175 87' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M87.3718 87C110.523 86.8861 132.694 77.6835 149.065 61.3924C165.436 45.1014 174.684 23.0387 174.798 7.64067e-06L0 0C0.0853562 22.9915 9.279 45.0219 25.5856 61.3098C41.8922 77.5978 63.996 86.829 87.0996 87L87.3718 87Z' fill='%23CF0074'/%3E%3C/svg%3E");
  width: 175px;
  height: 87px;
}
.portl-main__left_icon {
  font-weight: 600;
  font-size: 74px;
  line-height: 92px;
  text-transform: uppercase;
  color: var(--color-black);
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  height: 100%;
}
.portl-main__left_icon span {
  width: 238px;
  height: 113px;
  display: block;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='230' height='113' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M115.088 44.9635c19.362.0912 37.868 7.3318 51.503 20.0929 12.865 12.0403 20.411 28.0678 21.298 44.9226H42.3448c.8621-16.8194 8.3645-32.8224 21.1777-44.859 13.58-12.7569 32.0265-20.0194 51.3465-20.1565h.219Z' fill='%23fff' stroke='%23000' stroke-width='6'/%3E%3Cpath d='M115.075 3c29.576.1461 57.89 11.791 78.79 32.3907 20.178 19.8879 31.873 46.5695 32.789 74.5883H3.5783C4.457 82.0184 16.084 55.3769 36.1816 35.4941 56.9985 14.8998 85.224 3.2193 114.736 3h.339Z' stroke='%23000' stroke-width='6'/%3E%3C/svg%3E");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto;
  margin-bottom: 21px;
}
.portl-main__wrapper {
  max-width: 590px;
}
.portl-main__wrapper_subtitle {
  display: block;
  margin-bottom: 29px;
  color: var(--color-black);
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  text-transform: uppercase;
}
.portl-main__wrapper_title {
  color: var(--color-black);
  font-weight: 500;
  font-size: 48px;
  line-height: 54px;
  margin-bottom: 29px;
}
.portl-main__wrapper_desc {
  color: var(--color-black);
  font-weight: normal;
  font-size: 21px;
  line-height: 30px;
	max-width: 516px;
}

/* Portl Wrapper Section */
.portl-wrapper__item {
  padding: 125px 0 100px;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: auto;
}
.portl-wrapper__item:nth-child(odd) {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='1440' height='403' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='.05' d='M720.737 0C519.284.9885 326.366 80.8503 183.915 222.227 41.4647 363.603-39.0039 555.066-40 755h1521c-.74-199.524-80.74-390.707-222.63-532.057C1116.48 81.5939 924.141 1.4839 723.105 0h-2.368z' fill='%23CF0074'/%3E%3C/svg%3E");
}
.portl-wrapper__item:nth-child(even) {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='1440' height='403' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='.1' d='M720.737 0C519.284.9885 326.366 80.8503 183.915 222.227 41.4647 363.603-39.0039 555.066-40 755h1521c-.74-199.524-80.74-390.707-222.63-532.057C1116.48 81.5939 924.141 1.4839 723.105 0h-2.368z' fill='%23240F75'/%3E%3C/svg%3E");
  background-color: rgba(25, 15, 69, 1);
}
.portl-wrapper__item_subtitle {
	font-family: var(--Lmsans);
  font-weight: 500;
  font-size: 24px;
  line-height: 30px;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  display: block;
}
.portl-wrapper__item_subtitle::before {
  content: "";
  display: block;
  width: 54px;
  height: 54px;
  background-position: center center;
  background-size: auto;
  background-repeat: no-repeat;
  margin-bottom: 15px;
}
.portl-wrapper__item_subtitle.item__subtitle_1::before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='36' height='34' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17.97 1.5a17 17 0 0111.66 4.65 15.48 15.48 0 014.74 9.55H1.58A15.46 15.46 0 016.3 6.16 16.97 16.97 0 0117.92 1.5h.05z' stroke='%23B60066' stroke-width='3'/%3E%3Cpath d='M17.97 17.62a17 17 0 0111.66 4.65 15.48 15.48 0 014.75 9.55H1.58a15.46 15.46 0 014.72-9.54 16.97 16.97 0 0111.62-4.66h.05z' fill='%23B60066' stroke='%23B60066' stroke-width='3'/%3E%3C/svg%3E");
}
.portl-wrapper__item_subtitle.item__subtitle_2::before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='54' height='26' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M40.3 24.23h-.03a12.64 12.64 0 01-8.67-3.46 11.5 11.5 0 01-3.47-6.68H52.4a11.48 11.48 0 01-3.45 6.67 12.62 12.62 0 01-8.64 3.47z' fill='%23B60066' stroke='%23B60066' stroke-width='3'/%3E%3Cpath d='M13.7 1.5h.03c3.25.02 6.36 1.3 8.65 3.55a12.03 12.03 0 013.5 6.99H1.6a12.01 12.01 0 013.48-6.98A12.4 12.4 0 0113.7 1.5z' stroke='%23B60066' stroke-width='3'/%3E%3C/svg%3E");
}
.portl-wrapper__item_subtitle.item__subtitle_3::before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='31' height='34' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.47 16.62a15.59 15.59 0 014.26-10.7 14.2 14.2 0 018.62-4.33v30.04a14.17 14.17 0 01-8.6-4.32 15.56 15.56 0 01-4.28-10.65v-.04z' fill='%23B60066' stroke='%23B60066' stroke-width='3'/%3E%3Cpath d='M14.75 16.6a15.59 15.59 0 01-4.26 10.69 14.2 14.2 0 01-8.63 4.33V1.6c3.23.37 6.27 1.87 8.61 4.31a15.56 15.56 0 014.28 10.66v.04z' stroke='%23B60066' stroke-width='3'/%3E%3C/svg%3E");
}
.portl-wrapper__item_subtitle.item__subtitle_4::before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='31' height='53' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.7 35.99c.03-4.13 1.6-8.08 4.38-10.98a14.58 14.58 0 018.9-4.46v30.86a14.56 14.56 0 01-8.88-4.43 15.99 15.99 0 01-4.4-10.95V36z' stroke='%23B60066' stroke-width='3'/%3E%3Cpath d='M14.78 17.01a16.01 16.01 0 01-4.38 10.98 14.58 14.58 0 01-8.9 4.46V1.59c3.33.37 6.48 1.92 8.89 4.43a15.99 15.99 0 014.39 10.95V17z' fill='%23B60066' stroke='%23B60066' stroke-width='3'/%3E%3C/svg%3E");
}
.portl-wrapper__item_subtitle.item__subtitle_5::before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='36' height='33' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M33.85 16.5c-.02 3.99-1.55 7.8-4.23 10.6a14.1 14.1 0 01-8.55 4.3V1.6c3.2.36 6.22 1.86 8.54 4.27 2.68 2.8 4.2 6.6 4.24 10.58v.04z' stroke='%23CF0074' stroke-width='3'/%3E%3Cpath d='M1.5 16.5c.02-3.99 1.55-7.8 4.23-10.6a14.1 14.1 0 018.55-4.3v29.8a14.07 14.07 0 01-8.54-4.27A15.45 15.45 0 011.5 16.55v-.04z' fill='%23CF0074' stroke='%23CF0074' stroke-width='3'/%3E%3C/svg%3E");
}

.portl-wrapper__item_subtitle.item__subtitle_6::before {
	  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='46' height='50' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M22.1107 24.6734c-.0301 6.1631-2.385 12.0521-6.5337 16.3907-3.7888 3.9622-8.7916 6.3386-14.077 6.7429V1.5602c5.2742.3965 10.2692 2.7594 14.0565 6.7053 4.1471 4.3208 6.5091 10.1908 6.5542 16.3399v.068Z' fill='%23CF0074' stroke='%23CF0074' stroke-width='3'/%3E%3Cpath d='M43.8197 24.6732c-.0301 6.163-2.385 12.0521-6.5337 16.3907-3.7888 3.9622-8.7916 6.3385-14.077 6.7429V1.5599c5.2742.3966 10.2691 2.7594 14.0565 6.7054 4.1471 4.3207 6.5091 10.1907 6.5542 16.3399v.068Z' stroke='%23CF0074' stroke-width='3'/%3E%3C/svg%3E");
}

.portl-wrapper__item_info {
  max-width: 480px;
  margin: 0 auto;
}
.portl-wrapper__item_info .info__title {
  font-weight: normal;
  font-size: 30px;
  line-height: 39px;
  margin-bottom: 45px;
  max-width: 460px;
}
.portl-wrapper__item_info .info__list {
  margin-bottom: 35px;
}
.portl-wrapper__item_info .info__list li {
  font-weight: normal;
  font-size: 18px;
  line-height: 23px;
  margin-bottom: 29px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-left: 48px;
  position: relative;
}
.portl-wrapper__item_info .info__list li::before {
  content: "";
  display: inline-block;
  width: 35px;
  height: 35px;
  margin-right: 18px;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg width='35' height='35' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M17.5 0C7.8352 0 0 7.8352 0 17.5S7.8352 35 17.5 35 35 27.1648 35 17.5 27.1648 0 17.5 0zm7.5855 14.5409a1.5914 1.5914 0 00.2156-1.7784 1.591 1.591 0 00-.9489-.7908 1.5896 1.5896 0 00-1.2287.1266 1.591 1.591 0 00-.4817.4062l-6.8409 8.2075-3.5398-3.5413a1.5905 1.5905 0 00-2.696 1.1305c-.0037.4171.1567.819.4465 1.119l4.7727 4.7728a1.5916 1.5916 0 001.8318.2998 1.592 1.592 0 00.5148-.4064l7.9546-9.5455z' fill='%23CF0074'/%3E%3C/svg%3E")
    no-repeat center center / cover;
  position: absolute;
  left: 0;
}

.portl-wrapper__item_icon {
  display: block;
  background-repeat: no-repeat;
  background-size: auto;
  background-position: center;
  margin: 0 auto;
}

.portl-wrapper__item_icon.item__icon_1 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='256' height='190' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M227.509 124.536c-7.55.038-14.779 3.105-20.118 8.536-5.338 5.43-8.354 12.784-8.391 20.464h57c-.028-7.664-3.026-15.008-8.343-20.437-5.318-5.429-12.525-8.506-20.059-8.563h-.089z' fill='%23fff'/%3E%3Cpath d='M87.427 102.536c-23.1516.114-45.3224 9.316-61.6932 25.607C9.3629 144.434.1152 166.497.0008 189.536H174.799c-.086-22.992-9.279-45.022-25.586-61.31-16.306-16.288-38.41-25.519-61.5138-25.69h-.2722zM227.009 160.536a29.1542 29.1542 0 00-20.47 8.536A29.1346 29.1346 0 00198 189.536h58a29.1016 29.1016 0 00-8.49-20.437c-5.41-5.429-12.745-8.506-20.411-8.563h-.09z' fill='%23CF0074'/%3E%3Cpath d='M88.566 1c-23.1882.1154-45.3938 9.3751-61.7905 25.7667C10.6152 42.922 1.3849 64.718 1.0115 87.5356H176.063c-.344-22.7706-9.521-44.5343-25.617-60.6861C134.114 10.4614 111.976 1.1731 88.8365.9999h-.2705z' stroke='%23CF0074' stroke-width='2'/%3E%3C/svg%3E");
  width: 256px;
  height: 190px;
}
.portl-wrapper__item_icon.item__icon_2 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='178' height='500' viewBox='0 0 178 500' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M-7.62939e-06 134.479C0.0877228 152.359 7.1748 169.482 19.7208 182.126C32.2667 194.769 49.2575 201.912 67 202V67C49.2939 67.0659 32.328 74.1664 19.7844 86.7603C7.24078 99.3542 0.131683 116.425 -7.62939e-06 134.269V134.479Z' fill='%23CF0074'/%3E%3Cpath d='M176.509 323.536C176.369 294.789 165.098 267.263 145.151 246.941C125.442 226.86 98.8363 215.416 71 215.01L71 431.991C98.779 431.621 125.345 420.244 145.05 400.243C164.993 380 176.299 352.558 176.509 323.871L176.509 323.536Z' stroke='%23CF0074' stroke-width='2'/%3E%3Cpath d='M96 27.5086C95.9633 20.2239 93.0016 13.2479 87.7585 8.09687C82.5154 2.9458 75.4148 0.0360159 68 -3.8147e-06L68 55C75.3996 54.9731 82.4898 52.0804 87.7319 46.9495C92.974 41.8187 95.945 34.8638 96 27.5942L96 27.5086Z' fill='white'/%3E%3Cpath d='M40 472.491C40.0367 479.776 42.9984 486.752 48.2415 491.903C53.4846 497.054 60.5852 499.964 68 500L68 445C60.6004 445.027 53.5102 447.92 48.2681 453.05C43.026 458.181 40.055 465.136 40 472.406L40 472.491Z' fill='%23CF0074'/%3E%3C/svg%3E");
  width: 178px;
  height: 500px;
}
.portl-wrapper__item_icon.item__icon_3 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='308' height='180' viewBox='0 0 308 180' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M211.547 90.4327C211.431 66.9226 202.086 44.4084 185.542 27.784C168.999 11.1597 146.595 1.76872 123.199 1.65247L123.199 179.158C146.547 179.071 168.918 169.735 185.459 153.176C201.999 136.617 211.373 114.171 211.547 90.7091L211.547 90.4327Z' fill='%23CF0074'/%3E%3Cpath d='M220.653 89.5652C220.768 112.812 230.009 135.073 246.366 151.51C262.486 167.71 284.234 176.962 307 177.337L307 1.85153C284.281 2.19697 262.565 11.3953 246.448 27.5306C230.095 43.9026 220.825 66.0956 220.653 89.2939L220.653 89.5652Z' stroke='%23CF0074' stroke-width='2'/%3E%3Cpath d='M117.092 90.9296C117.044 81.2967 113.146 72.0718 106.246 65.2602C99.3455 58.4486 90.0005 54.6008 80.2422 54.5532L80.2422 127.283C89.9805 127.248 99.3118 123.423 106.211 116.638C113.11 109.853 117.02 100.656 117.092 91.0429V90.9296Z' fill='white'/%3E%3Cpath d='M71.7605 90.4564C71.6666 71.4474 64.0759 53.2437 50.6385 39.8021C37.2012 26.3605 19.0031 18.7675 7.98498e-06 18.6735L0 162.195C18.9642 162.124 37.1356 154.576 50.5704 141.187C64.0053 127.798 71.6195 109.65 71.7605 90.6799L71.7605 90.4564Z' fill='%23CF0074'/%3E%3C/svg%3E");
  width: 308px;
  height: 180px;
}
.portl-wrapper__item_icon.item__icon_4 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='218' height='470' viewBox='0 0 218 470' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M108 360.536C107.858 331.793 96.4322 304.269 76.2081 283.946C56.2205 263.86 29.2355 252.412 1 252.01L1 468.992C29.1774 468.625 56.1225 457.244 76.106 437.238C96.3258 416.995 107.787 389.555 108 360.872V360.536Z' stroke='%23CF0074' stroke-width='2'/%3E%3Cpath d='M128.999 88.5081C129.115 111.961 138.48 134.42 155.059 151.004C171.638 167.587 194.09 176.955 217.535 177.071L217.535 0C194.138 0.0864653 171.719 9.39967 155.143 25.9184C138.568 42.437 129.173 64.8283 128.999 88.2324L128.999 88.5081Z' fill='%23CF0074'/%3E%3Cpath d='M135.001 256.852C135.06 268.737 139.869 280.118 148.383 288.522C156.896 296.926 168.425 301.673 180.465 301.732L180.465 212C168.45 212.044 156.937 216.763 148.426 225.134C139.914 233.505 135.09 244.852 135.001 256.712L135.001 256.852Z' fill='white'/%3E%3Cpath d='M94.4643 190.88C94.4048 178.995 89.5957 167.614 81.0823 159.21C72.569 150.806 61.0395 146.059 49 146L49 235.732C61.0149 235.688 72.5274 230.969 81.0392 222.598C89.5509 214.227 94.3749 202.88 94.4643 191.02V190.88Z' fill='%23CF0074'/%3E%3C/svg%3E");
  width: 218px;
  height: 470px;
}
.portl-wrapper__item_icon.item__icon_5 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='398' height='301' viewBox='0 0 398 301' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M108.699 161.548C108.829 187.763 119.25 212.866 137.695 231.401C155.904 249.699 180.479 260.137 206.199 260.527L206.199 62.6331C180.532 62.9899 155.993 73.367 137.788 91.5927C119.347 110.055 108.894 135.082 108.699 161.242L108.699 161.548Z' stroke='%23CF0074' stroke-width='2'/%3E%3Cpath d='M331.361 161.612C331.231 135.134 320.706 109.778 302.075 91.0546C283.443 72.3316 258.21 61.7552 231.861 61.6243L231.861 261.537C258.156 261.439 283.352 250.925 301.98 232.275C320.608 213.626 331.166 188.346 331.361 161.923L331.361 161.612Z' fill='%23CF0074'/%3E%3Cpath d='M341.404 57.0421C341.478 72.0342 347.464 86.3911 358.062 96.9923C368.66 107.593 383.013 113.582 398 113.656L398 0.463379C383.043 0.518652 368.712 6.47211 358.116 17.0316C347.52 27.5912 341.515 41.9047 341.404 56.8658L341.404 57.0421Z' fill='%23CF0074'/%3E%3Cpath d='M41.9865 105.306C42.0408 116.155 46.4308 126.544 54.2021 134.216C61.9735 141.887 72.4981 146.221 83.4883 146.274L83.4883 64.3628C72.5206 64.4028 62.0114 68.711 54.2415 76.3524C46.4716 83.9937 42.068 94.3517 41.9865 105.178L41.9865 105.306Z' fill='white'/%3E%3Cpath d='M41.5018 259.968C41.4475 249.119 37.0575 238.73 29.2862 231.059C21.5148 223.387 10.9902 219.054 0 219L0 300.911C10.9677 300.871 21.4769 296.563 29.2468 288.922C37.0166 281.28 41.4202 270.922 41.5018 260.096V259.968Z' fill='%23CF0074'/%3E%3C/svg%3E");
  width: 398px;
  height: 301px;
}

.portl-wrapper__item_icon.item__icon_6 {
	  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='246' height='462' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M137.5 208.614c-.13-26.215-10.55-51.318-28.996-69.854C90.2956 120.462 65.7198 110.024 40 109.634v197.894c25.6668-.357 50.2064-10.734 68.411-28.959 18.441-18.463 28.894-43.489 29.089-69.649v-.306Z' stroke='%23CF0074' stroke-width='2'/%3E%3Cpath d='M245.5 208.612c-.13-26.478-10.655-51.834-29.287-70.557-18.631-18.723-43.864-29.3-70.213-29.431v199.913c26.295-.098 51.491-10.612 70.119-29.262 18.628-18.649 29.185-43.929 29.381-70.352v-.311ZM145.596 404.614c-.074-14.992-6.06-29.349-16.658-39.95C118.34 354.063 103.987 348.074 89 348v113.193c14.957-.055 29.288-6.009 39.884-16.568 10.596-10.56 16.601-24.874 16.712-39.835v-.176Z' fill='%23CF0074'/%3E%3Cpath d='M202.596 404.614c-.074-14.992-6.06-29.349-16.658-39.95C175.34 354.063 160.987 348.074 146 348v113.193c14.957-.055 29.288-6.009 39.884-16.568 10.596-10.56 16.601-24.874 16.712-39.835v-.176ZM38 37.5117c-.0498-9.9336-4.0693-19.4463-11.1849-26.4705C19.6995 4.017 10.0629.0492 0 0v75c10.0423-.0366 19.6647-3.9813 26.779-10.9779S37.9253 47.5415 38 37.6285v-.1168Z' fill='%23fff'/%3E%3Cpath d='M77 37.5117c-.0511-9.9336-4.1764-19.4463-11.4793-26.4705C58.2179 4.017 48.3277.0492 38 0v75c10.3065-.0366 20.1822-3.9813 27.4837-10.9779C72.7852 57.0255 76.9233 47.5415 77 37.6285v-.1168Z' fill='%23CF0074'/%3E%3C/svg%3E");
	width:246px;
	height: 462px;
}

/* -------- END PORTL PAGE----------- */

/* -------- START ABOUT PAGE----------- */

.about-main {
  padding: 70px 0 270px;
}

.about-main-left-icon {
  display: inline-block;
  width: 474px;
  height: 1072px;
  position: absolute;
  bottom: -100px;
  right: 0;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='474' height='1072' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 536.17C.7 394.18 57.08 258.2 156.88 157.82 256.68 57.41 391.86.7 533 0v1072c-140.86-.52-275.82-56.91-375.61-156.91C57.6 815.09 1.05 679.53 0 537.84v-1.67z' fill='%23190F45'/%3E%3C/svg%3E");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto;
  z-index: -1;
}
.about-main__subtitle {
  display: block;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  text-transform: uppercase;
  color: var(--color-pink);
  margin-bottom: 25px;
}
.about-main__title {
  font-weight: 500;
  font-size: 42px;
  line-height: 48px;
  max-width: 662px;
}
.about-main__oracle {
  display: inline-block;
  margin-top: -35px;
  width: 369px;
  height: 309px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='369' height='309' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='.3' d='M101.248 198.82c-.059-11.869-4.8682-23.235-13.3815-31.628C79.3532 158.8 67.8237 154.059 55.7842 154v89.611c12.0148-.044 23.5274-4.757 32.0391-13.116 8.5118-8.36 13.3357-19.692 13.4247-31.536v-.139Z' fill='%234A26FF'/%3E%3Cpath d='M224.005 199.27c-.142-28.704-11.568-56.19-31.792-76.486-19.987-20.058-46.972-31.4906-75.208-31.8928V307.578c28.178-.366 55.123-11.732 75.106-31.711 20.22-20.216 31.68-47.618 31.894-76.262v-.335Z' stroke='%23fff' stroke-width='2'/%3E%3Cpath d='M207.005 90.3889c.116 23.4211 9.481 45.8501 26.06 62.4111 16.578 16.562 39.031 25.917 62.476 26.033V2c-23.397.0863-45.817 9.387-62.392 25.8834-16.576 16.4965-25.97 38.8575-26.144 62.2301v.2754Z' fill='%234A26FF'/%3E%3Cpath d='M71.0006 44.7917c.0595 11.8688 4.8686 23.2348 13.3819 31.6274 8.5133 8.3926 20.0425 13.1335 32.0825 13.1922V0C104.45.0438 92.9374 4.757 84.4257 13.1166c-8.5118 8.3597-13.3358 19.6913-13.4251 31.5355v.1396Z' fill='%23fff'/%3E%3Cpath d='M-.0004 153.792c.0595 11.868 4.8686 23.234 13.3819 31.627 8.5134 8.393 20.0428 13.134 32.0824 13.192V109c-12.0149.044-23.5275 4.757-32.0392 13.117C4.913 130.476.0889 141.808-.0004 153.652v.14Z' fill='%23CF0074'/%3E%3Cpath d='M368.465 88.8196c-.059-11.8688-4.868-23.2348-13.382-31.6274C346.57 48.7996 335.04 44.0587 323.001 44v89.611c12.015-.044 23.527-4.757 32.039-13.116 8.512-8.36 13.336-19.692 13.425-31.5359v-.1395Z' fill='%23240F75'/%3E%3Cpath d='M355.465 134.211c-.059-11.6-4.759-22.711-13.084-30.918-8.089-7.9741-18.965-12.5798-30.38-12.8882v87.5802c11.392-.294 22.251-4.873 30.338-12.815 8.323-8.174 13.038-19.251 13.126-30.826v-.133Z' stroke='%234A26FF' stroke-width='2'/%3E%3C/svg%3E");
  background-position: center;
  background-size: auto;
  background-repeat: no-repeat;
}
.about-main__img {
  position: relative;
}
.about-main__img_icon {
  display: inline-block;
  width: 96px;
  height: 193px;
  position: absolute;
  bottom: -175px;
  left: 0;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='96' height='193' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M96 96.47a97.28 97.28 0 01-28.26 68.12A96.21 96.21 0 010 193V0a96.1 96.1 0 0167.65 28.25A97.16 97.16 0 0196 96.17v.3z' fill='%23CF0074'/%3E%3C/svg%3E");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto;
  z-index: 2;
}
.about-main__wrapper {
  max-width: 500px;
  margin-top: 46px;
  margin-left: 90px;
}
.about-main__wrapper_desc {
  max-width: 455px;
  margin-bottom: 69px;
}
.about-main__wrapper_desc .desc__title {
  font-weight: normal;
  font-size: 30px;
  line-height: 37px;
  margin-bottom: 35px;
}
.about-main__wrapper_desc .desc__txt {
  font-weight: normal;
  font-size: 21px;
  line-height: 30px;
}

.about-main__leading {
  display: block;
  width: 90%;
  position: absolute;
  left: 0;
  bottom: -16%;
  background: var(--color-midblue);
  padding: 101px 127px 126px 130px;
  z-index: 1;
}

.about-main__leading .leading__title {
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  text-transform: uppercase;
  color: var(--color-pink);
  margin-bottom: 50px;
	font-family: var(--Lmsans);
}
.about-main__leading .leading__wrapper {
  display: flex;
  justify-content: space-between;
}
.about-main__leading .leading__wrapper_item {
}
.about-main__leading .leading__wrapper_item-title {
  font-weight: 500;
  font-size: 50px;
  line-height: 57px;
  margin-bottom: 15px;
}
.about-main__leading .leading__wrapper_item-desc {
  font-weight: 500;
  font-size: 24px;
  line-height: 30px;
}

/* Ambition section */

.about-ambition {
  background-color: var(--color-dark);
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='1440' height='1072' viewBox='0 0 1440 1072' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M349.495 522.145C349.037 423.861 312.068 329.741 246.624 260.243C181.18 190.745 92.5507 151.486 0 151L0 893.059C92.361 892.697 180.861 853.667 246.293 784.442C311.724 715.217 348.808 621.381 349.495 523.3V522.145Z' fill='%233919B8' fill-opacity='0.1'/%3E%3Cpath d='M334 831.431C334.295 894.875 358.146 955.631 400.368 1000.49C442.59 1045.36 499.77 1070.7 559.48 1071.01L559.48 592C499.893 592.234 442.796 617.428 400.582 662.114C358.368 706.8 334.443 767.373 334 830.685L334 831.431Z' fill='%23B60066' fill-opacity='0.1'/%3E%3Cpath d='M836.327 488.839C836.032 425.395 812.181 364.639 769.959 319.777C727.737 274.915 670.557 249.572 610.847 249.259L610.847 728.271C670.434 728.037 727.531 702.843 769.745 658.157C811.959 613.47 835.884 552.898 836.327 489.585V488.839Z' fill='%233919B8' fill-opacity='0.1'/%3E%3Cpath d='M830 239.431C830.295 302.875 854.146 363.632 896.368 408.494C938.59 453.356 995.77 478.698 1055.48 479.012L1055.48 0C995.893 0.233905 938.796 25.4279 896.582 70.1141C854.368 114.8 830.443 175.373 830 238.685L830 239.431Z' fill='%233919B8' fill-opacity='0.1'/%3E%3Cpath d='M1200.89 893.059C1282.47 892.681 1360.6 862.15 1418.29 808.102C1475.98 754.054 1508.57 680.858 1508.97 604.424L893 604.424C893.301 680.702 925.698 753.791 983.161 807.828C1040.62 861.866 1118.52 892.492 1199.93 893.059L1200.89 893.059Z' fill='%23B60066' fill-opacity='0.1'/%3E%3Cpath d='M1293.57 328C1232.51 328.283 1174.04 351.131 1130.87 391.578C1087.69 432.024 1063.3 486.801 1063 544L1524 544C1523.77 486.918 1499.53 432.222 1456.52 391.783C1413.52 351.344 1355.22 328.425 1294.29 328L1293.57 328Z' fill='%23B60066' fill-opacity='0.1'/%3E%3C/svg%3E");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 320px 0 135px;
}
.about-ambition__subtitle {
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  text-transform: uppercase;
  color: var(--color-pink);
  display: block;
  margin-bottom: 47px;
	font-family: var(--Lmsans);
}
.about-ambition__wrapper {
  margin-bottom: 68px;
}
.about-ambition__wrapper_title {
  font-weight: normal;
  font-size: 42px;
  line-height: 110.2%;
  max-width: 666px;
  margin-right: 60px;
}
.about-ambition__description {
  font-weight: normal;
  font-size: 21px;
  line-height: 30px;
  max-width: 420px;
}
.about-ambition__img {
  max-width: 723px;
  position: absolute;
  right: 0;
  bottom: -180px;
  z-index: 2;
}
/* Team section */
.about-team {
  padding-top: 211px;
  padding-bottom: 140px;
  background-color: var(--color-white);
}

.about-team *,
.about-board * {
  color: #000;
}
.about-team__title {
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  text-transform: uppercase;
  color: var(--color-pink);
  margin-bottom: 44px;
	font-family: var(--fontLmsans);
}
.about-team__wrapper {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  text-align: center;
}
.about-team__wrapper_item:not(:nth-child(5n + 5)) {
  margin-right: 43px;
}

.about-team__wrapper:not(:last-child) {
  margin-bottom: 96px;
}
.about-team__wrapper_item {
  width: 222px;
  margin-bottom: 90px;
}
.about-team__wrapper .person__img {
	width: 180px;
	height: 180px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 31px;
}

.about-team__wrapper .person__data {
  font-weight: 500;
  font-size: 36px;
  line-height: 110.2%;
  text-transform: capitalize;
  margin-bottom: 34px;
}
.about-team__wrapper .person__data span {
  display: block;
}
.about-team__wrapper .person__position {
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  height: 44px;
}
.about-team__wrapper .person__popup_btn,
.about-board .person__popup_btn {
  border: none;
  background: none;
  width: 37px;
  height: 37px;
  margin-top: 20px;
  background-image: var(--plus-pink);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto;
}
.modal-open {
  padding-right: 0 !important;
}
.about-team__wrapper .person__popup_modal,
.about-board .person__popup_modal {
  padding-right: 0 !important;
  background: rgba(36, 15, 117, 0.8);
  z-index: 9999999999;
}
.about-team__wrapper .person__popup_modal .modal-dialog,
.about-board .person__popup_modal .modal-dialog {
  max-width: 800px;
}
.about-team__wrapper .person__popup_modal .modal-body,
.about-board .person__popup_modal .modal-body {
  padding: 78px 73px 78px 47px;
}

.about-team__wrapper .person__popup_modal .modal-body .btn-close,
.about-board .person__popup_modal .modal-body .btn-close {
  display: block;
  position: absolute;
  top: 22px;
  right: 16px;
  width: 37px;
  height: 37px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='53' height='53' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.7168 37.6092a16.1876 16.1876 0 1122.8927-22.8926 16.1876 16.1876 0 01-22.8927 22.8926zm-1.6352 1.6352a18.5002 18.5002 0 0026.163 0A18.4999 18.4999 0 0026.1631 7.663a18.5 18.5 0 00-13.0815 31.5814z' fill='%23CF0074'/%3E%3Cpath d='M32.7038 19.6223a1.156 1.156 0 010 1.6352l-4.9055 4.9055 4.9055 4.9056a1.156 1.156 0 010 1.6352 1.1562 1.1562 0 01-1.6352 0l-4.9055-4.9056-4.9056 4.9056a1.1562 1.1562 0 01-1.6352-1.6352l4.9056-4.9056-4.9056-4.9055a1.1566 1.1566 0 010-1.6352 1.1563 1.1563 0 011.6352 0l4.9056 4.9055 4.9055-4.9055a1.1563 1.1563 0 011.6352 0z' fill='%23CF0074'/%3E%3C/svg%3E");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto;
  opacity: 1;
}

.about-team__wrapper .person__popup_modal .modal-body .btn-close:hover,
.about-board .person__popup_modal .modal-body .btn-close:hover {
  opacity: 0.8;
}

.person__popup_img {
  width: 178px;
  height: 178px;
  margin-right: 47px;
}
.person__popup_info {
  max-width: 456px;
  text-align: left;
}
.person__popup_info .person__popup_data {
  font-weight: 500;
  font-size: 36px;
  line-height: 110.2%;
  margin-bottom: 17px;
}

.person__popup_info .person__popup_position {
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  color: var(--color-pink);
  margin-bottom: 10px;
}

.person__popup_info .person__popup_desc p{
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
}

.person__popup_info .person__popup_desc p:not(:last-child){
	margin-bottom: 16px;
}

/* Board section */
.about-board {
  background: rgba(194, 194, 194, 1);
  padding: 90px 0 110px;
}

.about-board_title {
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  text-transform: uppercase;
  color: var(--color-blue);
  margin-bottom: 50px;
  font-family: var(--fontLmsans)
}
.about-board__wrapper_item {
  width: 256px;
}
.about-board__wrapper_item:not(:last-child) {
  margin-right: 44px;
}

.board__person {
  font-weight: 500;
  font-size: 42px;
  line-height: 110.2%;
  text-transform: capitalize;
  margin-bottom: 22px;
}
.board__person span {
  display: block;
}
.board__desc {
  font-weight: normal;
  font-size: 18px;
  line-height: 26px;
}
.about-board__right_icon {
  display: inline-block;
  width: 272px;
  height: 448px;
  position: absolute;
  top: -45px;
  right: 95px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='272' height='448' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M208.304 326.192c-.158-32.093-12.915-62.827-35.498-85.52-22.583-22.694-53.167-35.513-85.1039-35.672v242.31c31.8719-.119 62.4109-12.863 84.9889-35.468 22.579-22.605 35.376-53.245 35.613-85.272v-.378z' fill='%23240F75'/%3E%3Cpath d='M105.345 97.9286c.128 25.9494 10.49 50.7984 28.833 69.1474 18.343 18.349 43.185 28.714 69.126 28.842V0c-25.888.0957-50.693 10.4001-69.033 28.677-18.34 18.2769-28.734 43.0514-28.926 68.9466v.305z' fill='%234A26FF'/%3E%3Cpath d='M221 222.626c.066 13.15 5.387 25.742 14.807 35.041 9.419 9.298 22.176 14.551 35.497 14.616V173c-13.294.048-26.032 5.27-35.45 14.532-9.417 9.262-14.755 21.817-14.854 34.939v.155z' fill='%23fff'/%3E%3Cpath d='M86.1442 154.016c-.0651-12.881-5.2776-25.219-14.5088-34.332-8.9952-8.879-21.0979-13.996-33.7946-14.312v97.254c12.6704-.3 24.7551-5.387 33.7482-14.232 9.2289-9.076 14.4574-21.376 14.5552-34.23v-.148z' stroke='%234A26FF' stroke-width='2'/%3E%3Cpath d='M1.0003 282.623c.0652 12.882 5.2776 25.22 14.5088 34.332 8.9952 8.88 21.0979 13.997 33.7946 14.313v-97.254c-12.6704.299-24.7551 5.387-33.7481 14.231-9.229 9.077-14.4575 21.377-14.5553 34.23v.148z' stroke='%23CF0074' stroke-width='2'/%3E%3C/svg%3E");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto;
}
.about-board .person__popup_btn {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='37' height='37' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18.5 34.6875A16.1877 16.1877 0 012.3125 18.5 16.1875 16.1875 0 1118.5 34.6875zM18.5 37a18.5001 18.5001 0 100-37.0002A18.5001 18.5001 0 0018.5 37z' fill='%234A26FF'/%3E%3Cpath d='M18.5 9.25a1.1561 1.1561 0 011.1562 1.1562v6.9376h6.9376a1.1562 1.1562 0 010 2.3124h-6.9376v6.9376a1.1562 1.1562 0 01-2.3124 0v-6.9376h-6.9376a1.1563 1.1563 0 01-.8175-1.9738 1.1563 1.1563 0 01.8175-.3386h6.9376v-6.9376A1.1563 1.1563 0 0118.5 9.25z' fill='%234A26FF'/%3E%3C/svg%3E");
  margin-top: 26px;
}
.about-board .person__popup_modal .modal-body .btn-close {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='53' height='53' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.7168 37.6092A16.1876 16.1876 0 0126.1631 9.9755a16.1874 16.1874 0 11-11.4463 27.6337zm-1.6352 1.6352a18.5002 18.5002 0 0026.163 0A18.4999 18.4999 0 0026.1631 7.663a18.5 18.5 0 00-13.0815 31.5814z' fill='%234A26FF'/%3E%3Cpath d='M32.7038 19.6223a1.156 1.156 0 010 1.6352l-4.9055 4.9055 4.9055 4.9056a1.156 1.156 0 010 1.6352 1.1562 1.1562 0 01-1.6352 0l-4.9055-4.9056-4.9056 4.9056a1.1562 1.1562 0 01-1.6352-1.6352l4.9056-4.9056-4.9056-4.9055a1.1566 1.1566 0 010-1.6352 1.1563 1.1563 0 011.6352 0l4.9056 4.9055 4.9055-4.9055a1.1563 1.1563 0 011.6352 0z' fill='%234A26FF'/%3E%3C/svg%3E");
}
/* Values section */
.about-values {
  margin-top: 130px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto;
  padding: 272px 0 131px;
}

.about-values__bg_icon {
  display: inline-block;
  width: 1344px;
  height: 725px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='1344' height='725' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M280 362.613c-.446-96.025-36.517-187.981-100.37-255.882C115.777 38.831 29.3012.4748-61 0v725c90.1161-.354 176.465-38.486 240.306-106.12C243.148 551.246 279.33 459.568 280 363.742v-1.129z' fill='%233919B8' fill-opacity='.1'/%3E%3Cpath d='M288 490.928c.288 61.985 23.559 121.345 64.755 165.175 41.195 43.831 96.986 68.591 155.245 68.898V257c-58.139.229-113.848 24.844-155.036 68.503S288.432 428.342 288 490.199v.729z' fill='%23B60066' fill-opacity='.1'/%3E%3Cpath d='M755 330.073c-.288-61.986-23.559-121.345-64.755-165.176C649.049 121.066 593.259 96.3065 535 96v468c58.139-.229 113.848-24.843 155.036-68.502 41.188-43.659 64.532-102.839 64.964-164.696v-.729z' fill='%233919B8' fill-opacity='.1'/%3E%3Cpath d='M1043.41 725c79.6-.369 155.83-30.198 212.11-83.004 56.29-52.805 88.09-124.319 88.48-198.996H743c.293 74.524 31.904 145.933 87.97 198.728 56.066 52.796 132.064 82.718 211.5 83.272h.94z' fill='%23B60066' fill-opacity='.1'/%3E%3C/svg%3E");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto;
  z-index: 1;
}

.about-values__img {
  position: absolute;
  top: -350px;
  left: 0;
}

.about-values_title {
  font-weight: bold;
  font-size: 18px;
  line-height: 22px;
  text-transform: uppercase;
  color: var(--color-pink);
}

.about-values__wrapper {
  max-width: 890px;
}
.about-values__wrapper_item {
  z-index: 2;
  width: 268px;
}
.about-values__wrapper_item:nth-child(1n + 4) {
  margin-top: 38px;
}
.about-values__wrapper_item:not(:nth-child(3n + 3)) {
  margin-right: 32px;
}
.about-values__wrapper_item .values__title {
  font-weight: bold;
  font-size: 18px;
  line-height: 23px;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.about-values__wrapper_item .values__desc {
  font-weight: normal;
  font-size: 18px;
  line-height: 26px;
}

/* Careers section */
.about-careers {
  padding: 107px 0 102px;
  background: var(--color-midblue);
}
.about-careers__img {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0;
  height: 100%;
  overflow: hidden;
}
.about-careers__img img {
  height: 100%;
}
.about-careers__img::before {
  content: "";
  position: absolute;
  top: 0;
  left: -10px;
  display: block;
  width: 16%;
  height: 101%;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='113' height='560' viewBox='0 0 113 560' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.5 0H86C70.6667 54.3333 45 116 48 279.5C50.0804 392.88 96.5 534.5 112.5 559.5H0.5V0Z' fill='%23240F75'/%3E%3C/svg%3E");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.about-careers__wrapper {
  position: relative;
  z-index: 1;
  max-width: 460px;
}
.about-careers__wrapper_subtitle {
  display: block;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  text-transform: uppercase;
  margin-bottom: 25px;
  color: var(--color-pink);
}
.about-careers__wrapper_title {
  font-weight: 500;
  font-size: 70px;
  line-height: 80px;
  width: 430px;
  margin-bottom: 40px;
}
.about-careers__wrapper_desc {
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
}
.about-careers__wrapper a {
  color: var(--color-white);
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  text-decoration-line: underline;
  display: block;
}
.about-careers__wrapper a:hover {
  text-decoration: none;
  color: var(--color-pink);
}
.about-careers__wrapper_link {
  margin-top: 25px;
}

/* -------- END ABOUT PAGE----------- */

/* -------- START CONTACT PAGE----------- */

.contact-main {
  padding: 70px 0 83px;
}
.contact-main__subtitle {
  color: var(--color-pink);
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  text-transform: uppercase;
  display: inline-block;
}
.contact-main__title {
  font-weight: normal;
  font-size: 48px;
  line-height: 54px;
  max-width: 740px;
  margin-top: 30px;
}
.contact-main__desc {
  font-weight: normal;
  font-size: 30px;
  line-height: 38px;
  margin-top: 50px;
}
.contact-main__icon {
  display: inline-block;
  width: 457px;
  height: 257px;
  position: absolute;
  bottom: -150px;
  right: 0;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='457' height='257' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M144.793 255.2c20.881-.103 40.876-8.404 55.64-23.096 14.526-14.455 22.832-33.948 23.195-54.359H66.0101c.3363 20.369 8.5948 39.833 23.0634 54.285 14.7055 14.689 34.6395 23.015 55.4765 23.17h.243Z' stroke='%23fff' stroke-width='2'/%3E%3Cpath d='M269.693 177.141c8.663-.043 16.96-3.549 23.086-9.755 6.126-6.205 9.586-14.61 9.629-23.386h-65.41c.032 8.758 3.472 17.15 9.574 23.355 6.102 6.204 14.374 9.721 23.019 9.786h.102Z' fill='%23fff'/%3E%3Cpath d='M32.7153 143c-8.6634.044-16.9597 3.549-23.0858 9.755-6.126 6.206-9.5865 14.61-9.6293 23.386h65.41c-.032-8.758-3.4723-17.15-9.5743-23.355-6.1019-6.204-14.3732-9.721-23.0187-9.786h-.1019Z' fill='%234A26FF'/%3E%3Cpath opacity='.5' d='M161.715 61c-8.663.0434-16.959 3.549-23.085 9.7548-6.126 6.2057-9.587 14.6101-9.63 23.3863h65.41c-.032-8.7582-3.472-17.1503-9.574-23.3549-6.102-6.2046-14.373-9.721-23.019-9.7862h-.102Z' fill='%23CF0074'/%3E%3Cpath d='M161.715 28c-8.663.0434-16.959 3.549-23.085 9.7547-6.126 6.2058-9.587 14.6102-9.63 23.3864h65.41c-.032-8.7582-3.472-17.1503-9.574-23.3549-6.102-6.2046-14.373-9.7211-23.019-9.7862h-.102ZM391.556 144c-17.095.085-33.467 6.911-45.556 18.996-12.088 12.085-18.917 28.451-19.002 45.542h129.076c-.063-17.056-6.852-33.398-18.893-45.481-12.041-12.082-28.363-18.93-45.424-19.057h-.201Z' fill='%23CF0074'/%3E%3Cpath d='M160.558 103c-17.095.085-33.467 6.911-45.556 18.996-12.088 12.085-18.917 28.451-19.0016 45.542H225.076c-.063-17.056-6.852-33.398-18.893-45.481-12.041-12.082-28.363-18.93-45.424-19.057h-.201Z' fill='%23190F45'/%3E%3Cpath d='M346.804 20c-29.006.1441-56.784 11.7796-77.294 32.3774C248.999 72.9753 237.413 100.871 237.27 130h219c-.107-29.07-11.626-56.9242-32.056-77.5181-20.43-20.594-48.123-32.2657-77.069-32.4819h-.341Z' fill='%23240F75'/%3E%3Cpath d='M235.04 64.8123c-.084 16.7804-6.754 32.8483-18.56 44.7117-11.45 11.507-26.834 18.157-42.98 18.623V1.5235c16.112.4449 31.473 7.056 42.921 18.5169 11.803 11.8163 18.494 27.8344 18.619 44.579v.1929Z' stroke='%234A26FF' stroke-width='3'/%3E%3C/svg%3E");
  background-size: auto;
  background-position: center center;
  background-repeat: no-repeat;
  z-index: 2;
}
.contact-main__address {
  margin-top: 129px;
}
.contact-main__address_subtitle {
  display: inline-block;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  text-transform: uppercase;
  color: rgba(57, 25, 184, 1);
  margin-bottom: 49px;
}
.contact-main__address_title {
  font-weight: normal;
  font-size: 30px;
  line-height: 38px;
  width: 205px;
  font-family: var(--fontLmsans);
}
.contact-main__address_title span {
  display: block;
}

/* Address section */

.contact-address {
  padding-bottom: 228px;
  height: 850px;
}
.contact-address__map {
  height: 658px;
}
.contact-address__wrapper {
  position: absolute;
  right: 0;
  top: -303px;
  width: 100%;
  background-color: #240f75;
  padding: 82px 130px 101px 90px;
  -webkit-box-shadow: 0px 35px 0px 0px #cf0074;
  box-shadow: 0px 35px 0px 0px #cf0074;
}
.contact-address__wrapper_title {
  margin-bottom: 28px;
  font-weight: normal;
  font-size: 30px;
  line-height: 38px;
}
.contact-address__wrapper_form {
  max-width: 580px;
  position: relative !important;
}
.contact-address__wrapper_form label {
  display: block !important;
  margin-bottom: 34px !important;
  font-weight: 500 !important;
  font-size: 18px !important;
  line-height: 22px !important;
  text-transform: uppercase !important;
}
.contact-address__wrapper_form select,
.contact-address__wrapper_form input {
  height: 55px !important;
  width: 100% !important;
  padding: 18px !important;
}
div.wpforms-container-full .wpforms-form .choices .choices__inner {
  height: 55px !important;
  padding-top: 14px !important;
  padding-left: 14px !important;
}
.contact-address__wrapper_form textarea {
  display: block;
  width: 100%;
  margin-top: 19px;
}
.contact-address__wrapper_form .form__submit {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.contact-address__wrapper_form .form__submit p {
  font-weight: normal;
  font-size: 12px;
  line-height: 15px;
}
.contact-address__wrapper_form .form__submit__btn {
  display: flex !important;
  align-items: center !important;
  width: 122px !important;
  height: 55px !important;
  border: none !important;
  background: none !important;
  margin-top: 0 !important;
  font-weight: 500 !important;
  font-size: 18px !important;
  line-height: 22px !important;
  text-transform: capitalize !important;
  color: var(--color-white) !important;
  padding: 0 !important;
}
.contact-address__wrapper_form .form_confitm {
  margin-top: 20px !important;
}

.contact-address__wrapper_form .form_confitm label {
  font-size: 12px !important;
  line-height: 15px !important;
  text-transform: none !important;
  font-weight: normal !important;
}
.contact-address__wrapper_form .form_confitm input {
  width: 10px !important;
  height: 10px !important;
}

.contact-address__wrapper_form .wpforms-submit-container {
  position: absolute !important;
  right: 0 !important;
  bottom: 17px !important;
}
.contact-address__wrapper_form .form__submit__btn::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0px;
  display: inline-block;
  width: 55px;
  height: 55px;
  background: var(--arrow-right-pink) no-repeat center center / cover;
}

.contact-address__wrapper_form .wpforms-field-container .wpforms-field {
  padding-top: 0 !important;
  padding-bottom: 34px !important;
}

.contact-address__wrapper_form .wpforms-submit-container {
  display: flex;
  justify-content: flex-end;
  padding-top: 0 !important;
}

.contact-address__wrapper_form .wpforms-form .wpforms-field-label {
  margin-bottom: 19px !important;
}
div.wpforms-container-full {
  margin: 0 !important;
}

/* -------- END CONTACT PAGE----------- */

/* -------- START INSIGHTS PAGE----------- */

.insights-header {
  padding-bottom: 71px;
}
.insights-blog .blog__tab {
  background-color: var(--color-blue);
  padding: 25px 0;
}
.insights-blog .blog__tab .insights-blog__list_item {
  margin-right: 40px;
}

.insights-blog .insights-blog__list_item button {
  border: none;
  background: none;
  font-weight: normal;
  font-size: 18px;
  line-height: 23px;
  color: var(--color-white);
  position: relative;
}

.insights-blog .insights-blog__list_item button::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -5px;
  border-bottom-width: 2px;
  border-bottom-style: solid;
  border-bottom-color: var(--color-white);
  width: 0%;
  transition: 2s;
}
.insights-blog .insights-blog__list_item button.active::after {
  width: 100%;
}
.insights-blog .blog__content {
  background-color: var(--color-white);
  padding: 125px 0 100px;
}

.blog__content_wrapper {
  display: flex;
  margin-bottom: 113px;
}
.blog__content_wrapper-item {
  max-width: 500px;
}
.blog__content_wrapper-item.post-image {
  margin-right: 90px;
}

.blog__content_wrapper-item-img {
  display: block;
  width: 100%;
  height: auto;
  margin-right: 84px;
  transition: transform 0.5s ease;
}
.blog__content_wrapper-item-link {
  display: block;
  max-width: 480px;
  height: 100%;
  position: relative;
  /* overflow: hidden; */
}

.blog__content_wrapper-item-link:hover img {
  transform: scale(1.05);
}

.blog__content_wrapper-item .blog-subtitle {
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  text-transform: uppercase;
  color: var(--color-pink);
  display: block;
  margin-bottom: 25px;
  background:none;
  border: none;
}
.blog__content_wrapper-item .blog-subtitle:hover {
  color: var(--color-blue);
}
.blog__content_wrapper-item .blog-title {
  font-weight: 500;
  font-size: 42px;
  line-height: 48px;
  color: var(--color-black);
}
.blog__content_wrapper-item .blog-time {
  font-weight: normal;
  font-size: 18px;
  line-height: 23px;
  text-transform: capitalize;
  color: #757575;
  display: block;
  padding: 26px 0;
}
.blog__content_wrapper-item .blog-desc p {
  font-weight: normal;
  font-size: 18px;
  line-height: 22px;
  color: var(--color-black);
}

.blog__content_btn {
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  text-transform: capitalize;
  display: flex;
  align-items: center;
  color: var(--color-black);
  height: 55px;
  cursor: pointer;
}
.blog__content_btn span {
  display: inline-block;
  margin-left: 13px;
  width: 55px;
  height: 55px;
  background: var(--arrow-down-pink) no-repeat center center / cover;
}

.blog__content_btn-loader,
.blog__content_btn:hover {
  color: var(--color-pink);
}

.blog__content .noposts {
  color: var(--color-black);
  text-align: center;
  font-size: 20px;
  opacity: 1;
}

/* Filter btn */
.insights-blog__filter_btn {
  background: none;
  border: none;
  font-size: 24px;
  line-height: 27px;
  font-weight: 500;
  color: var(--color-white);
  display: flex;
  align-items: center;
  width: 110px;
  justify-content: space-between;
  margin-left: auto;
  position: relative;
}

.insights-blog__filter_btn span {
  display: inline-block;
  width: 35px;
  height: 35px;
  background-image: var(--arrow-down-pink);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: 0.3;
}

.insights-blog__filter_btn.active::after {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 60px;
  border-bottom: 2px solid var(--color-pink);
}

.insights-blog__filter_btn.active span {
  transform: rotate(-180deg);
}

/* INSIGHTS - POSTS SUBPAGE*/

.header-posts {
  background-color: var(--color-white);
}

.header-posts .header__wrapper_menu ul li a {
  color: var(--color-black);
}

.header-posts .header__wrapper_logo-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='165' height='45' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M64.7451 25.8601h3.3611c0 1.5494 1.5499 2.8436 4.0085 2.8436 2.5831 0 3.6225-1.0329 3.6225-2.3271 0-1.0329-.6473-1.9352-2.9752-2.3272l-3.0997-.5165c-3.0997-.5164-4.525-2.3271-4.525-4.9094 0-2.9743 2.4585-5.4259 6.7222-5.4259 4.6558 0 6.9774 2.5823 6.9774 5.9424h-3.3611c0-1.5494-1.2946-2.8436-3.6225-2.8436s-3.3612 1.0329-3.3612 2.3271c0 1.0329.5167 1.7049 2.4524 2.0658l2.8445.5165c3.6226.6471 5.2969 2.1965 5.2969 5.1645 0 3.0988-2.3279 5.4259-6.9774 5.4259-4.6496.0062-7.3634-2.576-7.3634-5.9361ZM95.7109 13.459h12.1501v3.0987h-8.7889v4.393h8.2719v3.0987h-8.2719v4.393h8.7889v3.0987H95.7109V13.459ZM128.675 16.6884h-5.428V13.459h14.216v3.2294h-5.427v14.8589h-3.361V16.6884ZM153.111 13.459h3.361v14.8527H165v3.2294h-11.889V13.459Z' fill='%23fff'/%3E%3Cpath d='M34.0656 10.9451c4.5251 0 8.4713 2.6569 10.3697 6.4775C42.1261 7.4419 33.188 0 22.5071 0 10.0771 0 0 10.074 0 22.5h22.5071c0-2.7876 1.0083-5.3512 2.6764-7.361 2.1287-2.5574 5.328-4.1939 8.8821-4.1939ZM22.5073 22.5001c0 2.7876-1.0083 5.3512-2.6764 7.361-2.1287 2.5574-5.328 4.1939-8.8821 4.1939-4.525 0-8.4713-2.657-10.3697-6.4775 2.303 9.9806 11.2411 17.4226 21.922 17.4226 12.4299 0 22.5071-10.074 22.5071-22.5H22.5073Z' fill='%234A26FF'/%3E%3C/svg%3E");
}

.post-main {
  padding: 75px 0 120px;
  background-color: var(--color-white);
}

.post__right_img img {
	width: auto !important;
}

.post-main ul,
.post-main li {
	list-style: outside;
}

.post__wrapper_breadcrumbs li {
	list-style: none;
}

.post-main a {
	color: var(--color-blue);
}
.post-main a:hover {
	text-decoration: underline;
	color: var(--color-blue);
}

.wp-block-button a,
.wp-block-button a:hover {
	color: var(--color-white);
	text-decoration: none;
}


.post-main p,
.post-main span,
.post-main div,
.post-main ul,
.post-main li,
.post-main ol{
  color: var(--color-black);
}

.post-main .post__wrapper {
  max-width: 715px;
}
.post-main .post__wrapper_breadcrumbs {
  margin-bottom: 19px;
}
.post-main .post__wrapper_breadcrumbs ol {
  display: flex;
}
.post-main .post__wrapper_breadcrumbs li a {
  font-weight: bold;
  font-size: 18px;
  line-height: 22px;
  text-transform: uppercase;
  color: var(--color-pink);
}
.post-main .post__wrapper_breadcrumbs li a:hover {
  color: var(--color-blue);
}

.post-main .post__wrapper_breadcrumbs li:not(:last-child)::after {
  content: "/";
  font-weight: bold;
  font-size: 18px;
  line-height: 22px;
  color: var(--color-pink);
  margin: 0 3px;
  text-transform: uppercase;
}

.post-main .post__wrapper_title {
  font-weight: 500;
  font-size: 64px;
  line-height: 73px;
  margin-bottom: 35px;
}
.post-main .post__wrapper_date {
  font-weight: normal;
  font-size: 18px;
  line-height: 22px;
  text-transform: capitalize;
}
.post-main .post__wrapper_body {
  margin-top: 80px;
}
.post-main .post__wrapper_body > * {
  font-weight: normal;
  font-size: 24px;
  line-height: 33px;
  margin-bottom: 28px;
}
.post-main .post__wrapper_body h2 {
  font-weight: normal;
  font-size: 30px;
  line-height: 38px;
  margin-bottom: 33px;
}
.post-main .post__wrapper_body h3,
.post-main .post__wrapper_body h4,
.post-main .post__wrapper_body h5 {
  font-size: 25px;
  line-height: 33px;
}
.post-main .post__right {
  padding-left: 15px;
}
.post-main .post__author {
  margin: 86px 0 61px;
  display: flex;
  align-items: center;
}
.post-main .post__author_img {
  width: 72px;
  height: 72px;
}
.post-main .post__author_info {
  font-style: normal;
  font-weight: 600;
  font-size: 21px;
  line-height: 30px;
  margin-left: 28px;
}
.post__author_info span {
  display: block;
}
.post-main .post__share_title {
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  text-transform: uppercase;
}
.post-main .post__share_link {
  margin-top: 19px;
}
.post-main .post__share_link a {
  display: inline-block;
}
.post__share_link .twitter {
  width: 28px;
  height: 22px;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg width='28' height='22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M28 2.6096c-1.0297.441-2.1358.739-3.2987.8736 1.1999-.6939 2.0975-1.786 2.5255-3.0726a11.7117 11.7117 0 01-3.6477 1.3468C22.7139.8646 21.5679.2728 20.3191.074c-1.2489-.1989-2.5307.0063-3.6466.5837-1.1158.5775-2.0032 1.4948-2.5243 2.6096-.5212 1.1147-.647 2.3647-.3578 3.5556-2.2842-.1108-4.5188-.6846-6.5587-1.6842-2.0399-.9995-3.8395-2.4025-5.282-4.1178-.4933.8224-.777 1.776-.777 2.7914-.0005.9141.2324 1.8143.6781 2.6206.4457.8063 1.0905 1.4937 1.877 2.0014-.9122-.028-1.8042-.2663-2.602-.6948v.0715c0 1.2821.4588 2.5248 1.2988 3.5172.84.9923 2.0093 1.6733 3.3096 1.9272a5.9798 5.9798 0 01-2.5946.0954c.3669 1.1032 1.0815 2.0679 2.0438 2.759.9623.6912 2.1242 1.0742 3.3229 1.0954-2.035 1.544-4.548 2.3815-7.135 2.3778A12.1265 12.1265 0 010 19.5054C2.626 21.1373 5.6828 22.0034 8.8047 22c10.5682 0 16.3455-8.4598 16.3455-15.797 0-.2383-.0062-.479-.0173-.7174 1.1238-.7855 2.0938-1.7582 2.8646-2.8724L28 2.6096z' fill='%23000'/%3E%3C/svg%3E")
    no-repeat center center / cover;
  margin-right: 17px;
}
.post-main .post__share_link .linkedin {
  width: 30px;
  height: 30px;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg width='30' height='30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0 2.5064A2.5064 2.5064 0 012.5064 0h24.9845A2.5052 2.5052 0 0130 2.5064v24.9845a2.507 2.507 0 01-.7336 1.7745A2.5053 2.5053 0 0127.4923 30H2.5063a2.5072 2.5072 0 01-1.7727-.7346A2.506 2.506 0 010 27.4923V2.5063zm11.8745 8.9318h4.0623v2.04c.5864-1.1727 2.0864-2.2282 4.3405-2.2282 4.3213 0 5.3454 2.3359 5.3454 6.6218v7.9391h-4.3732v-6.9627c0-2.4409-.5863-3.8182-2.0754-3.8182-2.0659 0-2.925 1.485-2.925 3.8182v6.9627h-4.3746V11.4382zm-7.5 14.1859h4.3746V11.25H4.3745v14.3741zM9.375 6.5618a2.813 2.813 0 11-5.6248.124 2.813 2.813 0 015.6248-.124z' fill='%23000'/%3E%3C/svg%3E")
    no-repeat center center / cover;
}
/*  Like section */
.post-like {
  background-color: var(--color-white);
  padding-bottom: 146px;
}
.post-like__subtitle {
  display: block;
  margin-bottom: 74px;
  font-weight: bold;
  font-size: 18px;
  line-height: 22px;
  text-transform: uppercase;
  color: var(--color-pink);
}
.post-like__item {
  max-width: 379px;
}
.post-like__item_title {
  font-weight: 600;
  font-size: 36px;
  line-height: 42px;
  margin-top: 28px;
  color: var(--color-black);
}
.post-like__item_img {
  width: 379px;
  height: 253px;
}

/* -------- END INSIGHTS PAGE----------- */
/* START COOKIE */

.cookie-page {padding-bottom: 90px;}
.cookie-page a, .cookie-page a:hover {color: #4A26FF;}

.cookie-page table * {
	border-color: #C2C2C2;
	font-size: 18px;
	line-height: 26px;
	color: #000;
}

.cookie-page table tr th {
	font-weight: 600;
}

.cookie-page__wrapper {}
.cookie-page__wrapper_title {
	font-weight: 500;
	font-size: 64px;
	line-height: 73px;
	color: #000000;
	margin-bottom: 49px;
}
.cookie-page__wrapper_desc {
	font-size: 24px;
	line-height: 33px;
	color: #000000;
}
.tabl__google {
	padding-top: 72px;
	padding-bottom: 65px;
}
.tabl__google_title,
.tabl__onlogin_title {
	font-family: var(--fontLmsans);;
	font-weight: 600;
	font-size: 18px;
	line-height: 22px;
	text-transform: uppercase;
	color: #CF0074;
	margin-bottom: 15px;
}
.tabl__google_desc,
.tabl__onlogin_desc {
	font-size: 24px;
	line-height: 33px;
	margin-bottom: 60px;
	color: #000;
}
.tabl__google_wrapper {
	overflow: auto;
}
.tabl__onlogin {}

.tabl__onlogin_wrapper {
	margin-bottom: 30px;
	overflow: auto;
}

.cookie__managing {max-width: 1020px;}
.cookie__managing_title {
	font-weight: 600;
	font-size: 36px;
	line-height: 42px;
	color: #000000;
	margin-bottom: 19px;
}
.cookie__managing_desc {
	font-size: 24px;
	line-height: 33px;
	color: #000000;
}
.cookie__managing_desc p:not(:last-child){
	margin-bottom: 19px;
}
/* END COOKIE */
/* -------- START SETL LABS PAGE----------- */

/* --- Construct PAGE - START --- */

.body-construct {
	background: #240F75;
}

.construct {
  padding-top: 100px;
  height: 700px;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg width='1440' height='682' viewBox='0 0 1440 682' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg opacity='0.4'%3E%3Cpath d='M626.191 390.023C626.191 496.479 540.162 582.754 434.011 582.754L434.011 390.023L626.191 390.023Z' fill='%23CF0074' fill-opacity='0.5'/%3E%3Cpath opacity='0.5' d='M626.191 390.023C626.191 216.95 765.989 76.6851 938.485 76.6851V390.023H626.191Z' fill='%23CF0074' fill-opacity='0.7'/%3E%3Cpath opacity='0.5' d='M312.291 390.023C312.291 563.097 172.494 703.361 -0.00265503 703.361L-0.00262773 390.023L312.291 390.023Z' fill='%23CF0074' fill-opacity='0.7'/%3E%3Cpath d='M556.252 145.78C556.252 213.496 501.53 268.375 434.008 268.375L434.008 145.78L556.252 145.78Z' fill='%23CF0074' fill-opacity='0.2'/%3E%3Cpath d='M1317.75 122.594C1317.75 54.8789 1372.48 0 1440 0V122.594H1317.75Z' fill='%23CF0074' fill-opacity='0.2'/%3E%3Cpath d='M312.291 390.496C312.291 322.781 367.013 267.902 434.535 267.902L434.535 390.496L312.291 390.496Z' fill='%23CF0074' fill-opacity='0.5'/%3E%3Cpath d='M1078.85 199.578C1011.36 199.578 956.662 144.673 956.662 76.9254L1078.85 76.9254L1078.85 199.578Z' fill='%23CF0074' fill-opacity='0.5'/%3E%3Cpath d='M1143.16 524.339C1143.16 456.624 1197.88 401.745 1265.4 401.745V524.339H1143.16Z' fill='%23CF0074' fill-opacity='0.5'/%3E%3Cpath d='M915.771 523.837C915.771 406.68 1009.69 311.731 1125.57 311.731L1125.57 523.837L915.771 523.837Z' fill='%23CF0074' fill-opacity='0.2'/%3E%3Cpath d='M1318.28 121.884C1318.28 226.637 1232.25 311.533 1126.1 311.533L1126.1 121.884L1318.28 121.884Z' fill='%23CF0074' fill-opacity='0.5'/%3E%3C/g%3E%3C/svg%3E") no-repeat center center /cover;
}

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

.construct__wrapper_icon {
	margin-right: 170px;
}

.construct__wrapper_icon span {
	display: block;
    width: 188px;
    height: 209px;
  	background: url("data:image/svg+xml;charset=utf8,%3Csvg width='188' height='209' viewBox='0 0 188 209' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M73.828 47.8904C60.6051 34.6674 60.6102 13.2295 73.8395 0.000222173L97.7789 23.9396L73.828 47.8904Z' fill='%234A26FF'/%3E%3Cpath d='M73.5348 48.1864C86.7578 61.4093 86.7527 82.8473 73.5233 96.0766L49.584 72.1372L73.5348 48.1864Z' fill='%234A26FF'/%3E%3Cpath d='M100.705 74.7661C87.482 61.5432 87.4871 40.1053 100.716 26.876L124.656 50.8153L100.705 74.7661Z' fill='%234A26FF'/%3E%3Cpath d='M100.408 75.0622C113.631 88.2852 113.626 109.723 100.396 122.952L76.457 99.0131L100.408 75.0622Z' fill='%234A26FF'/%3E%3Cpath d='M3.75 196.291V161.291H10.25V190.041H26.75V196.291H3.75ZM47.7344 196.291L60.2344 161.291H69.7344L82.2344 196.291H74.9844L72.3344 188.791H57.6344L54.9844 196.291H47.7344ZM59.7344 182.791H70.2344L65.4844 168.791H64.4844L59.7344 182.791ZM106.006 196.291V161.291H122.256C125.256 161.291 127.673 162.191 129.506 163.991C131.339 165.791 132.256 168.141 132.256 171.041C132.256 173.208 131.673 175.108 130.506 176.741C129.906 177.508 129.323 178.108 128.756 178.541V178.791C129.489 179.224 130.156 179.824 130.756 180.591C132.089 182.258 132.756 184.241 132.756 186.541C132.756 189.441 131.839 191.791 130.006 193.591C128.173 195.391 125.756 196.291 122.756 196.291H106.006ZM112.506 175.791H121.506C122.773 175.791 123.789 175.408 124.556 174.641C125.356 173.841 125.756 172.808 125.756 171.541C125.756 170.141 125.373 169.041 124.606 168.241C123.839 167.441 122.806 167.041 121.506 167.041H112.506V175.791ZM112.506 190.541H122.006C123.139 190.541 124.123 190.108 124.956 189.241C125.823 188.374 126.256 187.308 126.256 186.041C126.256 184.774 125.823 183.708 124.956 182.841C124.123 181.974 123.139 181.541 122.006 181.541H112.506V190.541ZM157.014 185.291H163.514C163.514 186.858 164.214 188.174 165.614 189.241C167.047 190.274 168.93 190.791 171.264 190.791C173.63 190.791 175.38 190.391 176.514 189.591C177.68 188.758 178.264 187.658 178.264 186.291C178.264 183.958 176.347 182.458 172.514 181.791L166.514 180.791C160.68 179.824 157.764 176.658 157.764 171.291C157.764 168.291 158.93 165.791 161.264 163.791C163.597 161.791 166.764 160.791 170.764 160.791C175.097 160.791 178.43 161.858 180.764 163.991C183.097 166.124 184.264 168.891 184.264 172.291H177.764C177.764 170.724 177.147 169.424 175.914 168.391C174.68 167.324 172.964 166.791 170.764 166.791C168.597 166.791 166.964 167.208 165.864 168.041C164.797 168.841 164.264 169.924 164.264 171.291C164.264 172.358 164.614 173.224 165.314 173.891C166.014 174.524 167.247 174.991 169.014 175.291L174.514 176.291C178.08 176.924 180.68 178.041 182.314 179.641C183.947 181.208 184.764 183.424 184.764 186.291C184.764 189.424 183.597 191.958 181.264 193.891C178.93 195.824 175.597 196.791 171.264 196.791C166.864 196.791 163.38 195.724 160.814 193.591C158.28 191.424 157.014 188.658 157.014 185.291Z' fill='white'/%3E%3C/svg%3E") no-repeat center center /cover;
}
.construct__wrapper_info {
	max-width: 770px;

}
.construct__wrapper_title {
    font-weight: 600;
    font-size: 80px;
    line-height: 107.5%;
    margin-bottom: 44px;
}
.construct__wrapper_text {
    font-weight: normal;
    font-size: 30px;
    line-height: 38px;
}

/* --- Construct PAGE - END --- */



/* -------- END SETL LABS PAGE----------- */
/* -------- START 404 PAGE ---------- */
.notfound {
	padding: 250px 0;
    background: url("data:image/svg+xml;charset=utf8,%3Csvg width='1440' height='1072' viewBox='0 0 1440 1072' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M349.495 522.145C349.037 423.861 312.068 329.741 246.624 260.243C181.18 190.745 92.5507 151.486 0 151L0 893.059C92.361 892.697 180.861 853.667 246.293 784.442C311.724 715.217 348.808 621.381 349.495 523.3V522.145Z' fill='%233919B8' fill-opacity='0.1'/%3E%3Cpath opacity='0.1' d='M334 831.431C334.295 894.875 358.146 955.631 400.368 1000.49C442.59 1045.36 499.77 1070.7 559.48 1071.01L559.48 592C499.893 592.234 442.796 617.428 400.582 662.114C358.368 706.8 334.443 767.373 334 830.685L334 831.431Z' fill='%23CF0074'/%3E%3Cpath d='M836.328 488.839C836.033 425.395 812.182 364.639 769.96 319.777C727.738 274.915 670.558 249.572 610.848 249.259L610.848 728.271C670.435 728.037 727.532 702.843 769.746 658.157C811.96 613.47 835.885 552.898 836.328 489.585V488.839Z' fill='%233919B8' fill-opacity='0.1'/%3E%3Cpath d='M830 239.431C830.295 302.875 854.146 363.632 896.368 408.494C938.59 453.356 995.77 478.698 1055.48 479.012L1055.48 0C995.893 0.233905 938.796 25.4279 896.582 70.1141C854.368 114.8 830.443 175.373 830 238.685L830 239.431Z' fill='%233919B8' fill-opacity='0.1'/%3E%3Cpath opacity='0.1' d='M1200.89 893.059C1282.47 892.681 1360.6 862.15 1418.29 808.102C1475.98 754.054 1508.57 680.858 1508.97 604.424L893 604.424C893.301 680.702 925.698 753.791 983.161 807.828C1040.62 861.866 1118.52 892.492 1199.93 893.059L1200.89 893.059Z' fill='%23CF0074'/%3E%3Cpath opacity='0.1' d='M1293.57 328C1232.51 328.283 1174.04 351.131 1130.87 391.578C1087.69 432.024 1063.3 486.801 1063 544L1524 544C1523.77 486.918 1499.53 432.222 1456.52 391.783C1413.52 351.344 1355.22 328.425 1294.29 328L1293.57 328Z' fill='%23CF0074'/%3E%3C/svg%3E") no-repeat center center /cover;

}

.notfound__title {
	font-size: 70px;
    line-height: 1;
}

.notfound span {
	font-size: 30px;
}

.notfound__btn {
	display: inline-block;
	color: var(--color-pink);
    border: 1px solid var(--color-pink);
    padding: 10px 20px;
}

/* -------- END 404 PAGE ------------ */

/* ===== ADAPTIVE - MEDIA QUERIES */

/* 1200 - 1400 px */
@media screen and (max-width: 1400px) {
  .main__wrapper_item:first-child {
    padding-left: 0;
  }
  .techno__wrapper {
  	margin-left: 0px;
  }
  .techno__wrapper_box-item {
  	width: 240px;
  }
  
  .wwdo__wrapper {
    margin-left: 0;
  }
  .portl-list__item:not(:last-child) {
    margin-bottom: 30px;
  }
  .about-careers__img {
    right: -15%;
  }
  .about-main__leading {
    padding: 100px;
  }

  .about-main__leading .leading__wrapper_item-title {
    font-size: 35px;
    line-height: 40px;
  }

  .about-main__leading .leading__title {
    margin-bottom: 30px;
  }

  .about-main__leading .leading__wrapper_item-desc {
    font-size: 18px;
    line-height: 23px;
  }

  .trust__right {
    align-items: flex-start;
    flex-direction: column;
  }
  .trust__right span:not(:first-child) {
    margin-top: 40px;
    margin-left: 40px;
    margin-right: 0;
  }

  .contact-address__wrapper_form .wpforms-submit-container {
    bottom: -50px !important;
  }
}

/* 992 - 1200 px */
@media screen and (max-width: 1200px) {
  /* START HOME PAGE */

  .homeus {
    background: none !important;
    height: 100%;
  }

  .homeus__wrapper {
    position: static;
    width: 100%;
  }
  
  .techno__wrapper_box {
  	flex-wrap: wrap;
  }
  .techno__wrapper_box-item {
  	width: 50%;
  }
  .techno__wrapper_box-item:nth-child(1n+3) {
  	margin-top: 50px;
  }  
  .techno__wrapper_box-title,
  .techno__wrapper_box-desc {
  	width: 250px;
    margin-left: auto;
    margin-right: auto;
  }

  .trust {
    height: 100%;
  }
  
  .trust .carousel-inner {height: 100%;}
  .trust__left {width: 100%;}

  .trust__right_txt {
    width: 100%;
  }
  /* === END HOME PAGE === */
  /* START What We Do PAGE */
  .web-sol__img_1 {
    top: -4%;
    max-width: 50%;
    max-height: 100%;
  }
  .wedo-sol__item_title {
    font-size: 35px;
    line-height: 50px;
  }
  .wedo-sol__item_desc {
    font-size: 16px;
    line-height: 21px;
  }
  .wedo-sol__img2 {
    width: 100%;
    height: auto;
  }
  .wedo-keen__title {
    font-size: 40px;
    line-height: 50px;
  }

  /* Item page */
  .dist-fund__img {
    width: 40%;
    height: auto;
  }

  .dist-box {
    padding-bottom: 500px;
  }
  .dist-portl__body {
    flex-wrap: wrap;
    justify-content: center;
  }

   .dist-portl__body_item {
    margin-bottom: 30px;
  }
	
  /* === END What We Do PAGE === */
  /* START Portl PAGE */
  .portl-wrapper__item_info {
    margin: 0;
  }

  .portl-wrapper__item {
    padding: 90px 0;
  }

  .portl-wrapper__item_icon {
    margin-left: auto;
    margin-right: auto;
  }

  /* === END Portl PAGE === */
  /* START Insights PAGE */
  .post-like__item {
    display: flex;
    max-width: 100%;
  }
  .post-like__item_img {
    margin-right: 30px;
    height: auto;
  }
  .post-main {
    padding: 60px 0;
  }
  .post-main .post__wrapper {
    max-width: 100%;
  }
  .post-main .post__wrapper_title {
    font-size: 50px;
    line-height: 62px;
  }
  .post-main .post__wrapper_body {
    margin-top: 35px;
  }
  .post-main .post__right {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
  }
  .post-main .post__right_img {
    width: 100%;
  }
	
  .post-main .post__author {
    width: 50%;
    margin: 35px 0 0;
  }
  .post-main .post__share {
    width: 50%;
    margin: 35px 0 0;
    text-align: right;
  }
  .post-like__subtitle {
    margin-bottom: 0;
  }

  .post-like {
    padding-bottom: 60px;
  }
  /* === END Insights PAGE === */
  /* START About PAGE */

  .about-main__title,
  .about-ambition__wrapper_title {
    font-size: 35px;
    line-height: 42px;
  }

  .about-careers__img {
    right: -35%;
  }

  .about-board__right_icon {
    display: none;
  }

  .about-ambition__img {
    right: -20%;
  }

  .about-main {
    padding-bottom: 0;
  }

  .about-ambition {
    padding: 90px 0;
  }

  .about-main__leading {
    padding: 60px 60px 90px;
    position: static;
    width: 100%;
  }

  .about-main__leading .leading__wrapper_item-title {
    font-size: 27px;
    line-height: 33px;
  }

  .about-main__leading .leading__wrapper_item-desc {
    font-size: 14px;
    line-height: 17px;
  }

  .about-main__img_icon {
    left: -5px;
    bottom: -30%;
  }

  /* === END About PAGE === */
  /* START Contact PAGE */
  .contact-main__icon {
    display: none;
  }

  /* === END Contact PAGE === */
}
/* 768 - 992 px */
@media screen and (max-width: 992px) {
  /* START HOME PAGE */
  .main__wrapper_itemImg {
    max-width: 60%;
    right: -11% !important;
  }
  .main__wrapper_itemText {
    max-width: 70%;
  }
  .main__wrapper_item-title {
    max-width: 250px;
    font-size: 49px;
    line-height: 107.5%;
  }

  .main__wrapper_item-desc {
    max-width: 250px;
  }

  .main__right_icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='31' height='63' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 31.5098c.0406-8.3442 3.3197-16.3349 9.1245-22.2352C14.9294 3.3743 22.7908.0413 31 0v63c-8.1924-.0308-16.0423-3.3443-21.846-9.2215C3.3502 47.9014.061 39.9348 0 31.6079v-.0981z' fill='%23CF0074'/%3E%3C/svg%3E");
    width: 31px;
    height: 63px;
    bottom: 27%;
  }

  .header__wrapper_menu-nav {
    display: none;
  }

  .header.active {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #240f75;
    width: 100%;
    height: 100%;
    max-height: 880px;
    transition: 0.3s;
    z-index: 9999;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
  }

	.body__bg_white .header.active .header__wrapper_logo-icon {
		 background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='159' height='45' viewBox='0 0 159 45' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M59.0123 26.213H62.6762C62.6763 26.6568 62.7847 27.0937 62.9919 27.4846C63.199 27.8754 63.4983 28.208 63.8631 28.4526C64.7967 29.0829 65.9039 29.3948 67.0239 29.3433C68.0593 29.4201 69.0934 29.1782 69.9912 28.6491C70.2953 28.4454 70.5436 28.1668 70.7128 27.8393C70.882 27.5117 70.9666 27.146 70.9588 26.7762C70.9588 25.4665 69.888 24.589 67.7335 24.1568L64.3533 23.5936C61.0764 23.0261 59.438 21.2187 59.438 18.1714C59.4252 17.3523 59.5962 16.5409 59.9382 15.7989C60.2802 15.0568 60.7842 14.4036 61.4119 13.8886C62.9235 12.6688 64.8253 12.0579 66.753 12.1729C68.7835 12.0341 70.79 12.685 72.365 13.9934C73.0129 14.5912 73.5251 15.3248 73.866 16.1435C74.2068 16.9621 74.3681 17.8463 74.3389 18.7346H70.6879C70.6925 18.3053 70.6008 17.8805 70.4198 17.4924C70.2387 17.1044 69.973 16.7633 69.6429 16.495C68.8182 15.8503 67.792 15.5294 66.753 15.5913C65.7858 15.5196 64.8217 15.7677 64.005 16.2985C63.713 16.5107 63.4767 16.7924 63.317 17.119C63.1573 17.4456 63.079 17.807 63.089 18.1714C63.0813 18.4445 63.1301 18.7161 63.2324 18.9688C63.3346 19.2215 63.488 19.4496 63.6825 19.6383C64.2892 20.0957 65.0073 20.3765 65.7596 20.4503L68.8559 21.0135C70.4686 21.2008 71.9928 21.8606 73.2423 22.9126C73.7188 23.4169 74.0873 24.0159 74.3249 24.6717C74.5625 25.3276 74.6638 26.0263 74.6227 26.7238C74.6484 27.5525 74.4834 28.3758 74.1408 29.1284C73.7981 29.8809 73.2873 30.542 72.6488 31.059C71.0252 32.2683 69.0333 32.8573 67.0239 32.7223C64.9164 32.841 62.8372 32.1854 61.1667 30.8756C60.4834 30.3146 59.9345 29.6035 59.5613 28.7959C59.1881 27.9882 59.0004 27.1051 59.0123 26.213V26.213Z' fill='white'/%3E%3Cpath d='M89.2402 32.4866V12.5135H102.451V15.9318H92.8913V20.7909H101.922V24.2092H92.8913V29.0682H102.451V32.4866H89.2402Z' fill='white'/%3E%3Cpath d='M121.711 32.4866V16.0759H115.803V12.5135H131.284V16.0759H125.375V32.4866H121.711Z' fill='white'/%3E%3Cpath d='M145.18 32.4866V12.5135H148.831V28.9242H158.107V32.4866H145.18Z' fill='white'/%3E%3Cpath d='M34.0656 10.9451C38.5907 10.9451 42.5369 13.602 44.4353 17.4226C42.1261 7.44192 33.188 0 22.5071 0C10.0771 0 0 10.074 0 22.5C4.15783 22.5 8.31567 22.5 12.4735 22.5C15.8159 22.5 19.1646 22.5 22.5071 22.5C22.5071 19.7124 23.5154 17.1488 25.1835 15.139C27.3122 12.5816 30.5115 10.9451 34.0656 10.9451Z' fill='%234A26FF'/%3E%3Cpath d='M22.5063 22.5001C22.5063 25.2877 21.498 27.8513 19.8299 29.8611C17.7012 32.4185 14.5019 34.055 10.9478 34.055C6.42274 34.055 2.47654 31.398 0.578125 27.5775C2.88112 37.5581 11.8192 45.0001 22.5001 45.0001C34.93 45.0001 45.0072 34.9261 45.0072 22.5001C40.8494 22.5001 36.6915 22.5001 32.5337 22.5001C29.1975 22.5001 25.8488 22.5001 22.5063 22.5001Z' fill='%234A26FF'/%3E%3C/svg%3E");
	}

  .header.active .header__wrapper_menu-nav {
    display: block;
  }

  .header.active .header__wrapper_menu-nav .menu {
    flex-direction: column;
    position: absolute;
    left: 15%;
    top: 200px;
  }

  .header.active .header__wrapper_menu-nav .menu li {
    margin-left: 0 !important;
    margin-bottom: 34px;
  }

  .header.active .header__wrapper_menu-nav .menu li a {
    font-weight: 500;
    font-size: 49px;
    line-height: 70px;
    text-align: left;
    display: block;
    width: 300px;
    font-family: var(--fontUtileDisplay);
	color: #fff;
  }

  .hamburger {
    display: block;
    cursor: pointer;
    position: relative;
    z-index: 99999;
  }

  .hamburger.active .bar:nth-child(2) {
    opacity: 0;
  }

  .hamburger.active .bar:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
  }

  .hamburger.active .bar:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
  }

  .hamburger.active .bar {
    background-color: var(--color-pink);
    margin-bottom: 0;
  }

  .award__title,
  .news__title {
    margin-bottom: 0;
  }

  .portl .container {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .portl-info {
    padding: 56px 30px 160px;
  }

  .portl-list {
    padding: 89px 30px 67px;
  }
	
  .portl-list .col-lg-4:nth-child(1n+3) {
	margin-top: 50px;
	}

  .portl-info__oracle_big {
    height: 70px;
  }

  .portl-info__info_title {
    font-size: 24px;
    line-height: 27px;
  }

  .portl-info__desc_txt {
    max-width: 100%;
  }

  .portl-info__mob-wr {
    display: flex;
    justify-content: space-between;
  }

  .wwdo__center-oracle {
    right: -60%;
  }

  /* === END HOME PAGE === */
  /* START What We Do PAGE */
  .wedo-main {
    padding-top: 0;
  }
  .wedo-sol {
    padding-bottom: 60px;
  }
  .web-sol__img_1 {
    max-width: 40%;
  }
  .web-sol__img_3 {
    bottom: 16%;
    max-width: 45%;
    max-height: 100%;
  }
  .wedo-keen {
    padding: 60px 0;
  }
  /* Item page */
  .dist-main__desc {
    max-width: 350px;
  }
  .dist-found__title,
  .dist-portl__header_info-title {
    font-size: 35px;
    line-height: 40px;
  }

  .dist-box {
    padding: 60px 0;
  }

  .dist-portl {
    margin-top: 0px;
    margin-bottom: 60px;
    position: static;
    width: 100%;
    padding: 60px 30px;
  }

  .dist-features__list {
    padding-bottom: 30px;
  }

  .dist-setl {
    padding: 90px 0;
  }

  /* === END What We Do PAGE === */
  /* START Portl PAGE */
  .portl-main {
    padding: 90px 0;
  }

  .portl-main__wrapper_title {
    font-size: 35px;
    line-height: 41px;
  }

  .portl-wrapper__item_subtitle {
    font-size: 18px;
    line-height: 25px;
  }

  .portl-wrapper__item_info .info__title {
    font-size: 24px;
    line-height: 27px;
  }

  /* === END Portl PAGE === */
  /* START Insights PAGE */
  .insights-blog__list {
    margin: 30px 0;
    text-align: center;
  }

  .insights-blog .blog__content {
    padding: 60px 0;
  }

  .insights-blog__list_item {
    margin-bottom: 20px;
  }

  .insights-blog .blog__tab .insights-blog__list_item button:hover,
  .insights-blog .blog__tab .insights-blog__list_item button:active,
  .insights-blog .blog__tab .insights-blog__list_item button:focus {
    color: var(--color-pink) !important;
  }

  .insights-blog .insights-blog__list_item button::after {
    border-color: var(--color-pink) !important;
  }

  .blog__content_wrapper {
    flex-direction: column;
    margin-bottom: 70px;
  }

  .blog__content_wrapper-item.post-image {
    margin-right: 0;
    margin-bottom: 30px;
  }

  .blog__content_wrapper-item .blog-title {
    font-size: 30px;
    line-height: 38px;
  }

  /* Posts */

  .post-main .post__author_info {
    font-size: 16px;
    line-height: 21px;
  }
  .post-main .post__share_title {
    font-size: 14px;
    line-height: 17px;
  }
  .post-main .post__wrapper_breadcrumbs li a,
  .post-main .post__wrapper_date {
    font-size: 14px;
    line-height: 17px;
  }

  .post-main .post__wrapper_title {
    font-size: 30px;
    line-height: 35px;
    margin-bottom: 15px;
  }
  .post-main .post__wrapper_body h3,
  .post-main .post__wrapper_body h4,
  .post-main .post__wrapper_body h5,
  .post-like__item_title {
    font-size: 24px;
    line-height: 27px;
  }

  .post-main .post__wrapper_body > * {
    font-size: 16px;
    line-height: 20px;
  }

  /* === END Insights PAGE === */
  /* START About PAGE */
  .about-main {
    padding-top: 0;
  }

  .about-ambition {
    padding-top: 60px;
    padding-bottom: 0;
  }

  .about-main__subtitle,
  .about-ambition__subtitle,
  .about-board_title,
  .about-careers__wrapper_subtitle,
  .about-team__title,
  .about-main__leading .leading__title {
    font-size: 14px;
    line-height: 17px;
    margin-bottom: 15px;
  }

  .about-main__title {
    font-size: 30px;
    line-height: 35px;
  }

  .about-ambition__wrapper_title {
    font-size: 30px;
    line-height: 35px;
    margin-right: 0;
  }

  .trust__right {
    margin-top: 30px;
  }

  .trust__right_txt {
    font-size: 16px;
    line-height: 21px;
  }

  .about-main__wrapper_desc .desc__txt {
    font-size: 18px;
    line-height: 22px;
  }

  .about-ambition__description {
    font-size: 18px;
    line-height: 25px;
    max-width: 100%;
  }

  .about-ambition__img {
    position: static;
    max-width: 100%;
    margin-top: 60px;
  }

  .about-team,
  .about-board,
  .about-careers {
    padding: 90px 0;
  }

  .about-ambition {
    background-position: top;
    background-size: auto;
  }
  .about-team__wrapper {
    justify-content: space-between;
  }

  .about-team__wrapper_item {
    margin-right: 0px !important;
    width: 230px;
    margin-bottom: 60px;
  }

  .about-team__wrapper .person__data,
  .board__person {
    font-size: 30px;
    line-height: 34px;
    margin-bottom: 20px;
  }

  .about-board__wrapper {
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .about-board__wrapper_item:not(:last-child) {
    margin-right: 0;
    margin-bottom: 30px;
  }

  .about-careers__wrapper_title {
    font-size: 50px;
    line-height: 57px;
    width: 300px;
    margin-bottom: 30px;
  }

  .about-careers__wrapper_desc {
    font-size: 14px;
    line-height: 17px;
  }
  .about-careers__wrapper a {
    font-size: 14px;
    line-height: 20px;
  }

  .about-careers__img {
    right: -30%;
  }

  .about-careers__wrapper {
    max-width: 370px;
  }

  .trust__right {
    align-items: center;
    flex-direction: row;
  }

  /* === END About PAGE === */
  /* START Contact PAGE */

  .contact-address {
    height: 100%;
    padding-bottom: 60px;
  }

  .contact-address__wrapper {
    position: static;
  }

  .contact-address__wrapper_title {
    margin-left: auto;
    max-width: 580px;
    margin-right: auto;
  }

  div.wpforms-container-full {
    margin: 0 auto !important;
  }

  .contact-address__map {
    height: 100%;
  }

  .contact-main {
    padding-top: 0;
    padding-bottom: 60px;
  }

  .contact-main__subtitle,
  .contact-main__address_subtitle {
    font-size: 14px;
    line-height: 17px;
    margin-bottom: 20px;
  }

  .contact-main__title {
    font-size: 35px;
    line-height: 42px;
    margin-top: 0;
  }

  .contact-main__address {
    margin-top: 60px;
  }

  .contact-main__address_title,
  .contact-address__wrapper_title {
    font-size: 24px;
    line-height: 27px;
  }

  .contact-address__wrapper_form label {
    font-size: 14px !important;
    line-height: 17px !important;
  }

  .contact-address__wrapper_form
    .wpforms-field-container
    .wpforms-field.wpforms-field-textarea {
    padding-bottom: 0 !important;
  }

  .contact-address__wrapper_form .wpforms-form .wpforms-field-label {
    margin-bottom: 10px !important;
  }

  .contact-address__wrapper {
    padding-right: 0;
    padding-left: 0;
  }

  /* === END Contact PAGE === */
  .construct {
  	padding-bottom: 100px;
    height: 100%;
  }  
  .construct__wrapper {
  	flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .construct__wrapper_icon {
  	margin-right: 0;
    margin-bottom: 40px;
  }
  .construct__wrapper_title {
  	font-size: 50px;
  }
  
}

/* 576 - 768 px */
@media screen and (max-width: 768px) {
  /* START HOME PAGE */
  .wwdo {
    padding-bottom: 60px;
  }

  .news {
    padding-top: 60px;
  }

  .award {
    padding: 60px 0;
  }

  .main__right_icon {
    bottom: 40%;
  }
  
  .techno__wrapper_box-item:nth-child(1n+3) {
     margin-top: 0px;
  }
  .techno__wrapper_box-item:not(:first-child) {
	 margin-top: 50px;
  }

  .trust__left_title {
    font-size: 21px;
    line-height: 27px;
  }

  .trust__left_txt {
    font-size: 19px;
    line-height: 25px;
  }
	
   .portl-list .col-lg-4:nth-child(1n+2) {
	margin-top: 40px;
    }

  .portl-list__item {
    display: flex;
    width: 100%;
    justify-content: space-between;
  }

  .portl-list__item:not(:last-child) {
    margin-bottom: 60px;
  }

  .portl-list__item_title {
    font-size: 12px;
    width: 120px;
  }

  .portl-list__item_desc {
    font-size: 13px;
    width: 40%;
  }

  .wwdo__wrapper_title {
    font-size: 35px;
  }

  .footer__wrapper {
    width: 50%;
  }

  .footer__wrapper:not(:nth-child(n + 3)) {
    margin-bottom: 15px;
  }
  .footer__wrapper:nth-child(2n + 2) {
    padding-left: 25px;
  }

  .footer__wrapper_list li:not(:first-child) {
    margin-top: 5px;
  }

  .footer__wrapper_list li * {
    font-size: 14px;
    line-height: 18px;
  }
  /* === END HOME PAGE === */
  /* START What We Do PAGE */

  .dist-main__subtitle,
  .wedo-main__subtitle {
    font-size: 14px;
    line-height: 17px;
  }

  .wedo-main__title {
    font-size: 35px;
    line-height: 50px;
  }

  .wedo-sol__row1,
  .wedo-sol__row2,
  .wedo-sol__item.sol__item_2,
  .wedo-sol__img2 {
    margin-bottom: 60px;
  }
  /* Item page */

  .dist-main {
    padding-top: 0;
  }

  .dist-main__subtitle {
    margin-bottom: 15px;
  }

  .dist-main__title {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 20px;
  }
  .dist-main__desc {
    font-size: 14px;
    line-height: 17px;
  }

  .dist-fund__img {
    top: -17%;
    width: 35%;
  }
  .dist-setl__artic .artic__title {
    font-size: 35px;
    line-height: 40px;
  }

  .dist-found__title,
  .dist-setl__title {
    font-size: 24px;
    line-height: 27px;
  }

  .dist-found_desc {
    flex-direction: column;
    margin-top: 30px;
  }
  .dist-found_desc p,
  .dist-portl__header_info-desc {
    width: 100%;
    font-size: 14px;
    line-height: 17px;
  }
  .dist-found__desc_left {
    margin-right: 0;
    margin-bottom: 25px;
  }

  .dist-portl__body {
    margin-top: 40px;
	justify-content: flex-start;
  }
	
	.dist-portl__body_item {
		margin-right: 50px !important;
	}

  .dist-box__oracle_bg {
    bottom: 100px;
  }

  /* === END What We Do PAGE === */
  /* START Portl PAGE */
  .portl-wrapper__item_icon {
    margin-left: 0;
    margin-right: 0;
  }
  /* === END Portl PAGE === */
  /* START Insights PAGE */

  /* Posts */

  .post-like__item {
    flex-direction: column;
  }

  /* === END Insights PAGE === */
  /* START About PAGE */

  .about-main__wrapper {
    margin-left: auto;
    margin-right: auto;
  }

  .about-main__wrapper_desc {
    margin-left: auto;
    margin-right: auto;
  }

  .about-main__title,
  .about-main__wrapper_desc .desc__title {
    font-size: 24px;
    line-height: 28px;
  }
  .about-main__leading .leading__title {
    max-width: 540px;
    margin-left: auto;
  }
  .about-main__leading .leading__wrapper {
    flex-direction: column;
    max-width: 540px;
    margin-left: auto;
  }

  .about-main__leading .leading__wrapper_item:not(:last-child) {
    margin-bottom: 30px;
  }

  .about-careers__wrapper_title,
  .about-ambition__wrapper_title {
    font-size: 24px;
    line-height: 30px;
  }

  .about-careers__wrapper {
    max-width: 250px;
  }

  .about-team__wrapper .person__popup_modal .modal-body,
  .about-board .person__popup_modal .modal-body {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .person__popup_img {
    margin-bottom: 50px;
	  margin-right: 0;
  }

  /* === END About PAGE === */
  /* START Contact PAGE */
  .contact-main__title {
    font-size: 24px;
    line-height: 32px;
  }

  .contact-main__desc {
    font-size: 24px;
    line-height: 28px;
    margin-top: 20px;
  }

  .contact-address__wrapper_title,
  .contact-address__wrapper_form {
    max-width: 350px !important;
  }

  /* === END Contact PAGE === */
}

/* 320 - 576 px */
@media screen and (max-width: 576px) {
  /* START HOME PAGE */
	.main {
		margin-top: 140px;
	}	
	.main__wrapper_itemImg {
		top: -155px;
		max-width: 75%
	}
  .btn__arrow_white,
  .btn__arrow_black {
    font-size: 12px;
    line-height: 15px;
  }
  .btn__oracle_black,
  .btn__oracle_pink,
  .btn__oracle_blue {
    width: 28px;
    height: 28px;
  }
  .btn__oracle_black {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='28' height='28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M1.7188 13.75a12.0313 12.0313 0 1 0 24.0625 0 12.0313 12.0313 0 0 0-24.0626 0Zm25.7812 0a13.75 13.75 0 1 1-27.5002-.0001A13.75 13.75 0 0 1 27.5 13.75Zm-19.7656-.8594a.8596.8596 0 0 0-.8594.8594.8595.8595 0 0 0 .8594.8594h9.9567l-3.6902 3.6884a.8615.8615 0 0 0-.252.6084.8613.8613 0 0 0 .252.6085.8599.8599 0 0 0 .6085.252.8595.8595 0 0 0 .6084-.252l5.1563-5.1563a.8588.8588 0 0 0 .1868-.9378.8588.8588 0 0 0-.1868-.279l-5.1563-5.1563a.8601.8601 0 0 0-1.2169 0 .8613.8613 0 0 0-.252.6085.8612.8612 0 0 0 .252.6084l3.6902 3.6884H7.7344Z' fill='%23000'/%3E%3C/svg%3E");
  }
  .btn__oracle_pink {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='28' height='28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M1.7188 13.75a12.0313 12.0313 0 1 0 24.0625 0 12.0313 12.0313 0 0 0-24.0626 0Zm25.7812 0a13.75 13.75 0 1 1-27.5002-.0001A13.75 13.75 0 0 1 27.5 13.75Zm-19.7656-.8594a.8596.8596 0 0 0-.8594.8594.8595.8595 0 0 0 .8594.8594h9.9567l-3.6902 3.6884a.8615.8615 0 0 0-.252.6084.8613.8613 0 0 0 .252.6085.8599.8599 0 0 0 .6085.252.8595.8595 0 0 0 .6084-.252l5.1563-5.1563a.8588.8588 0 0 0 .1868-.9378.8588.8588 0 0 0-.1868-.279l-5.1563-5.1563a.8601.8601 0 0 0-1.2169 0 .8613.8613 0 0 0-.252.6085.8612.8612 0 0 0 .252.6084l3.6902 3.6884H7.7344Z' fill='%23CF0074'/%3E%3C/svg%3E");
  }
  .btn__oracle_blue {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='28' height='28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M1.7188 13.75a12.0313 12.0313 0 1 0 24.0625 0 12.0313 12.0313 0 0 0-24.0626 0Zm25.7812 0a13.75 13.75 0 1 1-27.5002-.0001A13.75 13.75 0 0 1 27.5 13.75Zm-19.7656-.8594a.8596.8596 0 0 0-.8594.8594.8595.8595 0 0 0 .8594.8594h9.9567l-3.6902 3.6884a.8615.8615 0 0 0-.252.6084.8613.8613 0 0 0 .252.6085.8599.8599 0 0 0 .6085.252.8595.8595 0 0 0 .6084-.252l5.1563-5.1563a.8588.8588 0 0 0 .1868-.9378.8588.8588 0 0 0-.1868-.279l-5.1563-5.1563a.8601.8601 0 0 0-1.2169 0 .8613.8613 0 0 0-.252.6085.8612.8612 0 0 0 .252.6084l3.6902 3.6884H7.7344Z' fill='%234A26FF'/%3E%3C/svg%3E");
  }
  .main__wrapper_item-btn {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='28' height='28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M13.75 1.7188a12.0312 12.0312 0 1 0 0 24.0624 12.0312 12.0312 0 0 0 0-24.0624Zm0 25.7812A13.7502 13.7502 0 0 1 4.0273 4.0273 13.75 13.75 0 1 1 13.75 27.5Zm.8594-19.7656a.8597.8597 0 0 0-.8594-.8594.8596.8596 0 0 0-.8594.8594v9.9567l-3.6884-3.6902a.8614.8614 0 0 0-.6084-.252.8612.8612 0 0 0-.6085.252.8606.8606 0 0 0 0 1.2169l5.1563 5.1563a.8588.8588 0 0 0 .9378.1868.8588.8588 0 0 0 .279-.1868l5.1563-5.1563a.8595.8595 0 0 0 .252-.6084.8595.8595 0 0 0-.252-.6085.8615.8615 0 0 0-.6084-.252.8613.8613 0 0 0-.6085.252l-3.6884 3.6902V7.7344Z' fill='%23CF0074'/%3E%3C/svg%3E");
    width: 28px;
    height: 28px;
  }
  .header.active .header__wrapper_menu-nav .menu li a {
    font-size: 35px;
    line-height: 50px;
  }
  .footer__logo,
  .header__wrapper_logo {
    margin-left: 10px;
  }
  .header.active .header__wrapper_menu-nav .menu {
    left: 35px;
  }
  .hamburger {
    margin-right: 30px;
  }
  .footer__wrapper_list li * {
    font-size: 12px;
    line-height: 16px;
  }
  .main__wrapper_item-desc,
  .main__wrapper_item-title {
    margin-bottom: 30px;
  }
  .main__right_icon {
    bottom: 60%;
  }
  .award__title,
  .news__title,
  .trust__right_txt,
  .portl-info__info_subtitle,
  .wwdo__wrapper_subtitle,
  .main__wrapper_item-desc,
  .homeus__wrapper_subtitle {
    font-size: 14px;
    line-height: 17px;
  }
  .wwdo__wrapper_title {
    font-weight: 500;
    font-size: 24px;
    line-height: 27px;
  }
  .wwdo__wrapper_info-desc {
    font-size: 14px;
  }
  .wwdo__wrapper_info-list span:first-child li {
    margin-right: 20px;
  }

  .wwdo__wrapper_info-list span li {
    font-size: 14px;
    width: 130px;
  }

  .wwdo__wrapper_info {
    margin-top: 35px;
  }

  .portl-info__mob-wr {
    flex-direction: column;
  }
  .portl-info__desc_logo {
    margin-right: 0;
    margin-bottom: 30px;
  }

  .homeus__wrapper {
    padding: 60px 30px;
  }

  .homeus__wrapper_title {
    font-size: 24px;
    line-height: 27px;
  }

  .trust {
    padding-top: 20px;
  }

  .trust__right_logo1 {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='79' height='52' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m24.0851 41.3934-.1453.1407c-2.2805 2.3249-4.9195 3.5532-7.638 3.5532-5.6775 0-9.796-4.2615-9.796-10.1395 0-5.8689 4.1185-10.1373 9.796-10.1373 2.7185 0 5.3575 1.2351 7.638 3.5691l.1453.1385 3.6511-4.4182-.0976-.118c-3.0362-3.5895-6.6805-5.3354-11.1598-5.3354-4.4907 0-8.6025 1.5143-11.5615 4.241C1.6951 25.8436 0 30.012 0 34.9478c0 4.9358 1.695 9.1133 4.9173 12.0693 2.959 2.7426 7.0708 4.2456 11.5615 4.2456 4.4793 0 8.1236-1.7482 11.1598-5.3399l.0976-.109-3.6511-4.4204ZM31.4248 50.6602h6.449V19.1564h-6.449v31.5038ZM63.1381 43.8116c-1.7223 1.0489-3.3221 1.5779-4.7607 1.5779-2.0854 0-3.0294-1.1034-3.0294-3.5554V25.1173h6.5738v-5.9302H55.348V9.3836l-6.3197 3.3874v6.4161h-5.4551v5.9302h5.4551v17.7816c0 4.8427 2.8683 8.1574 7.1525 8.2437 2.9068.0568 4.6586-.8105 5.7206-1.4462l.0681-.0432 1.5498-6.0755-.3812.2339ZM68.4775 50.6602h6.4581V19.1564h-6.4581v31.5038Z' fill='%23fff'/%3E%3Cpath d='M78.6977 13.6344C72.8046 5.284 63.0199.3028 53.065.3028c-9.9526 0-19.7396 4.9811-25.6213 13.3316l-.3041.4291h7.4203l.0817-.0886c5.0489-5.2173 11.6431-7.9735 18.4234-7.9735s13.37 2.7562 18.4303 7.9735l.0817.0886h7.4157l-.295-.4291Z' fill='%23fff'/%3E%3C/svg%3E");
    width: 79px;
    height: 52px;
    margin: 0 25px;
  }
  .trust__right_logo2 {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='120' height='24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M113.685 19.9213c0-1.7444 1.415-3.1596 3.157-3.1596 1.744 0 3.157 1.4152 3.157 3.1596 0 1.7443-1.413 3.1586-3.157 3.1586-1.742 0-3.157-1.4143-3.157-3.1586ZM12.9735 11.5545c0-2.0012-.3865-3.486-1.1595-4.4532-.774-.9663-1.9464-1.449-3.5226-1.449H6.6148V17.89h1.2828c1.7507 0 3.0337-.5193 3.8506-1.5615.8159-1.0404 1.2253-2.6321 1.2253-4.7741Zm5.9795-.2084c0 3.6459-.9795 6.4553-2.9386 8.4273-1.9591 1.9729-4.713 2.9594-8.263 2.9594H.8535V.8855H8.233c3.4229 0 6.0654.8969 7.9277 2.6896 1.8613 1.7938 2.7924 4.3829 2.7924 7.771ZM38.0605 22.7317h5.4889V.793h-5.4889v21.9387ZM51.2594 14.5486c0 1.3987.1827 2.4656.5474 3.1988.3655.7341.9776 1.1008 1.8383 1.1008.8517 0 1.4538-.3667 1.8047-1.1008.3509-.7332.5254-1.8001.5254-3.1988 0-1.3915-.1773-2.441-.5327-3.1496-.3564-.7103-.9639-1.066-1.8256-1.066-.8424 0-1.4446.3539-1.8101 1.0578-.3647.7049-.5474 1.7572-.5474 3.1578Zm10.3025 0c0 2.6649-.6982 4.7439-2.098 6.2341-1.399 1.4911-3.3571 2.2371-5.8744 2.2371-2.4142 0-4.3359-.7625-5.7622-2.2874-1.4281-1.525-2.1418-3.5856-2.1418-6.1838 0-2.6568.6991-4.7211 2.099-6.193 1.3998-1.472 3.3625-2.2079 5.8899-2.2079 1.5616 0 2.9432.341 4.1402 1.0221 1.1979.6811 2.1227 1.6566 2.7723 2.9274.6506 1.2689.975 2.7536.975 4.4514ZM63.7422 22.7319h5.4898V6.4358h-5.4898v16.2961ZM63.7422 4.4645h5.4898V.792h-5.4898v3.6725ZM80.3541 18.5752c.741 0 1.6236-.1883 2.6534-.5622v4.1002c-.7401.3255-1.4436.5586-2.1125.6967-.6689.1399-1.4538.2094-2.352.2094-1.8431 0-3.1716-.4636-3.9877-1.3887-.8122-.9252-1.2198-2.3459-1.2198-4.2631v-6.7177h-1.9224V6.437h1.9224V2.2754l5.5319-.9627V6.437h3.5024v4.2128h-3.5024v6.3429c0 1.055.4962 1.5825 1.4867 1.5825ZM93.059 18.5752c.7411 0 1.6239-.1883 2.6536-.5622v4.1002c-.7391.3255-1.4438.5586-2.1126.6967-.6698.1399-1.452.2094-2.352.2094-1.843 0-3.1715-.4636-3.9857-1.3887-.8141-.9252-1.2216-2.3459-1.2216-4.2631v-6.7177h-1.9235V6.437h1.9235V2.2124l5.5308-.8997V6.437h3.5042v4.2128h-3.5042v6.3429c0 1.055.4962 1.5825 1.4875 1.5825ZM102.638 12.5631c.075-.8923.33-1.5459.765-1.9638.437-.4168.976-.6253 1.621-.6253.704 0 1.263.234 1.678.7058.417.469.635 1.0971.652 1.8833h-4.716Zm7.742-4.4943c-1.305-1.28-3.156-1.9208-5.551-1.9208-2.518 0-4.455.7359-5.8126 2.2078-1.3569 1.472-2.0359 3.5838-2.0359 6.3357 0 2.665.7338 4.7201 2.1976 6.1628 1.4649 1.4427 3.5219 2.1649 6.1709 2.1649 1.271 0 2.366-.0868 3.284-.2596.912-.171 1.794-.48 2.65-.9262l-.843-3.6724c-.622.2541-1.214.4498-1.774.5787-.807.1874-1.694.2816-2.659.2816-1.058 0-1.893-.2588-2.505-.7762-.612-.5184-.938-1.2333-.976-2.1439h9.812V13.599c0-2.4072-.653-4.2512-1.958-5.5302ZM26.239 12.5631c.0749-.8923.3298-1.5459.7647-1.9638.4359-.4168.976-.6253 1.6221-.6253.7017 0 1.2609.234 1.6767.7058.4175.469.6341 1.0971.6533 1.8833H26.239Zm7.7422-4.4943c-1.3057-1.28-3.1561-1.9208-5.5519-1.9208-2.5184 0-4.4546.7359-5.8116 2.2078-1.3569 1.472-2.0366 3.5838-2.0366 6.3357 0 2.665.7328 4.7201 2.1985 6.1628 1.4638 1.4427 3.5206 2.1649 6.1696 2.1649 1.2719 0 2.3665-.0868 3.2839-.2596.9119-.171 1.7948-.48 2.6519-.9262l-.8444-3.6724c-.6223.2541-1.2144.4498-1.7727.5787-.8096.1874-1.695.2816-2.66.2816-1.0572 0-1.8931-.2588-2.5053-.7762-.6132-.5184-.9385-1.2333-.9759-2.1439h9.8117V13.599c0-2.4072-.6524-4.2512-1.9572-5.5302Z' fill='%23fff'/%3E%3C/svg%3E");
    width: 120px;
    height: 24px;
  }

  .news__post_title {
    font-size: 24px;
    line-height: 22px;
    margin-bottom: 15px;
  }
  .news__post_desc {
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 20px;
  }

  .news__post_btn {
    font-size: 11px;
    line-height: 14px;
  }

  .award__item_title {
    font-size: 22px;
    line-height: 25px;
    margin-bottom: 5px;
  }

  .award__item_txt {
    font-size: 11px;
    line-height: 26px;
  }
  /* === END HOME PAGE === */
  /* START What We Do PAGE */
  .wedo-main__title,
  .wedo-sol__item_title,
  .wedo-keen__title,
  .dist-portl__header_info-title {
    font-size: 24px;
    line-height: 27px;
  }
	
	.wedo-main {
		padding-bottom: 60px;
	}
	.wedo-sol {
		padding-top: 0px;
	}
	
  .web-sol__img_1 {
	position: static;
    max-width: 100%;
	margin-bottom: 40px;
  }
  .web-sol__img_3 {
   position: static;
   max-width: 100%;
   margin-top: 40px;
  }
	
  .wedo-sol__row4 {
	margin-top: 40px;
  }

  .wedo-sol__item_desc {
    font-size: 14px;
    line-height: 17px;
  }

  /* Item page */

  .dist-fund__img.wwdo-item {
  }

  .dist-fund__img {
    top: -15%;
    width: 40%;
  }

  .dist-setl__artic {
    padding: 30px;
  }

  .dist-features__title {
    font-size: 27px;
    line-height: 33px;
  }

  .dist-setl__artic .artic__title {
    font-size: 24px;
    line-height: 27px;
  }

  .dist-setl__subtitle,
  .dist-setl__list li,
  .dist-setl__artic .artic__text,
  .dist-portl__body_item-title,
  .dist-portl__body_item-txt,
  .dist-features__list_txt {
    font-size: 14px;
    line-height: 17px;
  }

  .dist-features__list li {
    margin-bottom: 30px !important;
  }

  /* === END What We Do PAGE === */
  /* START Portl PAGE */
  .portl-main {
    padding: 60px 0;
  }

  .portl-wrapper__item {
    padding: 60px 0;
  }
  .portl-main__wrapper_title {
    font-size: 24px;
    line-height: 27px;
  }
  .portl-wrapper__item_subtitle {
    font-size: 14px;
    line-height: 17px;
  }
  .portl-wrapper__item_info .info__title {
    font-size: 20px;
    line-height: 27px;
    margin-bottom: 30px;
  }

  .portl-wrapper__item_info .info__list li,
  .portl-main__wrapper_desc {
    font-size: 14px;
    line-height: 17px;
  }

  .portl-main__left_icon {
    font-size: 30px;
    line-height: 35px;
  }

  .portl-main__left_icon span {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='141' height='70' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M70.7416 28.7207c11.5844.0554 22.6412 4.3884 30.7764 12.0022 7.362 6.8893 11.79 15.9527 12.604 25.5252H27.3993c.7993-9.552 5.2025-18.601 12.5335-25.4877 8.1019-7.6108 19.1228-11.9567 30.6812-12.0397h.1276Z' fill='%23fff' stroke='%23000' stroke-width='6'/%3E%3Cpath d='M70.7339 3c17.8261.0889 34.8881 7.1081 47.4801 19.5191 11.869 11.6981 18.863 27.2942 19.702 43.7289l-134.3101.0001c.8157-16.4003 7.7699-31.9726 19.591-43.6672C35.7381 10.1738 52.7459 3.1333 70.5327 3h.2012Z' stroke='%23000' stroke-width='6'/%3E%3C/svg%3E");
    width: 141px;
    height: 70px;
  }

  .portl-wrapper__item_info .info__list li::before {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='25' height='25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12.5 0C5.5966 0 0 5.5966 0 12.5S5.5966 25 12.5 25 25 19.4034 25 12.5 19.4034 0 12.5 0Zm5.4182 10.3864a1.1368 1.1368 0 0 0 .154-1.2704 1.136 1.136 0 0 0-1.5554-.4744 1.1365 1.1365 0 0 0-.3441.2902l-4.8863 5.8625-2.5285-2.5295a1.1363 1.1363 0 0 0-1.6068 1.6068l3.4091 3.4091a1.1363 1.1363 0 0 0 1.6762-.0762l5.6818-6.8181Z' fill='%23CF0074'/%3E%3C/svg%3E");
    width: 25px;
    height: 25px;
  }
  /* === END Portl PAGE === */
  /* START Insights PAGE */

  .blog__content_wrapper-item .blog-title {
    font-size: 24px;
    line-height: 27px;
  }

  .blog__content_wrapper-item .blog-subtitle {
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 17px;
  }
  .blog__content_wrapper-item .blog-time {
    padding: 20px 0;
    font-size: 14px;
    line-height: 17px;
  }
  .blog__content_wrapper-item .blog-desc p {
    font-size: 14px;
    line-height: 17px;
  }

  /* === END Insights PAGE === */
  /* START About PAGE */
	.about-team__wrapper .person__img {
		width: 120px;
		height: 120px;
	}
	
  .about-main__img_icon {
    left: -14%;
	 opacity: 0.6;
  }

  .about-main__leading {
    padding: 60px 15px;
  }

  .about-team,
  .about-board,
  .about-careers {
    padding: 60px 0;
  }

  .about-team__wrapper .person__data,
  .board__person {
    font-size: 24px;
    line-height: 27px;
  }

  .about-team__wrapper .person__position,
  .board__desc {
    font-size: 14px;
    line-height: 18px;
  }

  .about-team__wrapper_item {
    width: 50%;
  }

  .about-careers__img {
    margin-top: 30px;
    position: static;
    width: 100%;
  }
  .about-careers__img::before {
    display: none;
  }

  .person__popup_info .person__popup_data {
    font-size: 24px;
    line-height: 27px;
  }

  .person__popup_info .person__popup_position,
  .person__popup_info .person__popup_desc {
    font-size: 14px;
    line-height: 18px;
  }

  /* === END About PAGE === */
  /* START Contact PAGE */

  .contact-address__wrapper_title,
  .contact-address__wrapper_form {
    max-width: 290px !important;
  }

  .contact-address__wrapper {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .contact-address__wrapper_form .form__submit__btn {
    font-size: 16px;
    line-height: 21px;
  }

  .contact-address__wrapper_form .form__submit__btn::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='28' height='28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M1.7188 13.75a12.0313 12.0313 0 1 0 24.0625 0 12.0313 12.0313 0 0 0-24.0626 0Zm25.7812 0a13.75 13.75 0 1 1-27.5002-.0001A13.75 13.75 0 0 1 27.5 13.75Zm-19.7656-.8594a.8596.8596 0 0 0-.8594.8594.8595.8595 0 0 0 .8594.8594h9.9567l-3.6902 3.6884a.8615.8615 0 0 0-.252.6084.8613.8613 0 0 0 .252.6085.8599.8599 0 0 0 .6085.252.8595.8595 0 0 0 .6084-.252l5.1563-5.1563a.8588.8588 0 0 0 .1868-.9378.8588.8588 0 0 0-.1868-.279l-5.1563-5.1563a.8601.8601 0 0 0-1.2169 0 .8613.8613 0 0 0-.252.6085.8612.8612 0 0 0 .252.6084l3.6902 3.6884H7.7344Z' fill='%23CF0074'/%3E%3C/svg%3E");
    width: 28px;
    height: 28px;
    top: 11px;
    right: 35px;
  }

  /* === END Contact PAGE === */
  /* Cookie	 */
	.cookie-page__wrapper_title {
		font-size: 45px; 
		line-height: 55px;
	}	
	.tabl__google_desc, .tabl__onlogin_desc, .cookie-page__wrapper_desc, .cookie__managing_desc {
		font-size: 18px;
		line-height: 23px;
	}
	.cookie__managing_title {
		font-size: 28px;
		line-height: 35px;
	}
  /* END Cookie  */
}

/* 320 - 400 px */
@media screen and (max-width: 370px) {
  .web-sol__img_1 {
    max-width: 70%;
    top: -5%;
  }
  .dist-fund__img {
    top: -11%;
    width: 65%;
  }
}