@import url("https://fonts.googleapis.com/css2?family=Hanken+Grotesk:ital,wght@0,100..900;1,100..900&display=swap");
header {
  padding: 17px 0;
  background-color: #ffffff;
}
header .container {
  display: flex;
  align-items: center;
  position: relative;
}
header .container .back-btn {
  position: relative;
  padding: 12px 23px 12px 43px;
  border-radius: 20px;
  background-color: #ff4f1f;
  text-decoration: none;
  line-height: 100%;
  letter-spacing: -0.16px;
  font-weight: 600;
  text-transform: uppercase;
  color: #ffffff;
  background-image: url(../img/back-arr.svg);
  background-repeat: no-repeat;
  background-position: left 19px center;
  font-size: 1rem;
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
}
.with-btn .logo-wrapper {
  justify-content: center;
  margin-left: 0;
}
header .container .back-btn:hover {
  background-color: #fb6f3a;
  color: #ffffff;
}
header .container .back-btn:hover:before {
  opacity: 0;
}
header .container .back-btn:hover:after {
  opacity: 1;
}
header .container .back-btn:before,
header .container .back-btn:after {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-position: center;
  left: 8px;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
}
header .container .back-btn:before {
  background-image: url(../img/back-btn.svg);
}
header .container .back-btn:after {
  background-image: url(../img/back-btn-hover.svg);
  opacity: 0;
}
header .container .logo {
  max-width: 125px;
  margin-left: 37px;
}
header .container .logo.itc {
  margin-right: 37px;
  margin-left: 0;
  max-width: 148px;
}
.logo-wrapper {
  display: flex;
  align-items: center;
  flex-grow: 1;
}
.lang-switcher {
  min-width: 112px;
  box-sizing: border-box;
  padding: 12px 10px 12px 16px;
  position: relative;
  z-index: 10;
}
.lang-switcher__current {
  padding-right: 20px;
}
.lang-switcher__current,
.lang-switcher__link {
  font-size: 16px;
  font-weight: 600;
  color: #152550;
}
.lang-switcher__nav-wrapper {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.5s ease;
  border: 1px solid #eeede7;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding: 27px 10px 12px 16px;
  border-radius: 19px;
  background-color: #fff;
  z-index: -1;
}
.lang-switcher__nav-wrapper:after {
  content: "";
  position: absolute;
  top: 17px;
  right: 11px;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #ff451a;
  transition: transform 0.3s;
}
.lang-switcher__nav {
  overflow: hidden;
}
@media only screen and (min-width: 1025px) {
  .lang-switcher:hover .lang-switcher__nav-wrapper {
    grid-template-rows: 1fr;
  }
  .lang-switcher:hover .lang-switcher__nav-wrapper:after {
    transform: rotate(180deg);
  }
  .lang-switcher__link:hover {
    opacity: 0.7;
  }
}
@media only screen and (max-width: 1024px) {
  .lang-switcher:hover .lang-switcher__nav-wrapper {
    grid-template-rows: 1fr;
  }
  .lang-switcher:hover .lang-switcher__nav-wrapper:after {
    transform: rotate(180deg);
  }
  .lang-switcher__link:hover {
    opacity: 0.7;
  }
}
.lang-switcher__link {
  display: block;
  margin-bottom: 5px;
  text-decoration: none;
  transition: opacity 0.3s;
}
.lang-switcher__link:first-of-type {
  margin-top: 10px;
}
.lang-switcher__link:last-of-type {
  margin-bottom: 0px;
}

@media only screen and (min-width: 1366px) {
  .logo-wrapper {
    margin-left: 123px;
    justify-content: center;
  }
  .lang-switcher {
    margin-right: 20px;
  }
}
@media only screen and (max-width: 1024px) {
  .lang-switcher.show .lang-switcher__nav-wrapper {
    grid-template-rows: 1fr;
  }
  .lang-switcher.show .lang-switcher__nav-wrapper:after {
    transform: rotate(180deg);
  }
}
@media only screen and (max-width: 767px) {
  header {
    padding: 25px 0;
  }
  header .container .back-btn {
    display: none;
  }
  header .container .logo {
    width: 116px;
  }
  header .container .logo.itc {
    width: 147px;
    margin-right: 30px;
  }
  .with-btn .logo-wrapper {
    justify-content: flex-start;
  }
}
@media only screen and (max-width: 576px) {
  header .container .logo {
    width: 100px;
    margin-left: 0;
  }
  header .container .logo.itc {
    width: 110px;
    margin-right: 10px;
  }
}
.sidebox {
  position: relative;
  z-index: 2;
  min-height: 580px;
  display: flex;
  flex-direction: column;
}
.sidebox .inside {
  padding: 42px 20px 48px 39px;
  position: relative;
  height: 100%;
  box-sizing: border-box;
  background-image: url(../img/sidebox-bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: 2;
  flex-grow: 1;
}
.sidebox:after {
  content: "";
  z-index: -1;
  width: 290px;
  height: 580px;
  position: absolute;
  background-image: url(../img/new-sidebox-under-bg.svg);
  background-repeat: no-repeat;
  left: -120px;
  background-size: contain;
}
.sidebox span {
  color: #ffffff;
  line-height: 149%;
  font-size: 1rem;
}
.sidebox h6 {
  color: #ffffff;
  margin: 18px 0 7px 0;
  font-style: normal;
  font-weight: 800;
  max-width: 264px;
  line-height: 50px;
  font-size: 3rem;
}
.sidebox h6 i {
  font-weight: 700;
  font-size: 3.25rem;
}
.sidebox b {
  display: block;
  color: #ffffff;
  margin-bottom: 30px;
  line-height: 149%;
  font-size: 1rem;
}
.sidebox a {
  color: #ffffff;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
  line-height: 149%;
  font-size: 1.125rem;
}

@media only screen and (max-width: 1200px) {
  .sidebox {
    display: none;
  }
}
footer {
  padding: 34px 0;
  text-align: center;
  background-color: #706b64;
}
footer p,
footer a,
footer span {
  margin: 0;
  color: #ffffff;
  line-height: 24px;
  font-size: 0.75rem;
}
footer .links {
  display: flex;
  justify-content: center;
  margin-top: 3px;
}
footer .links a,
footer .links span {
  font-weight: 600;
}
footer .links span {
  margin: 0 3px;
}

@media only screen and (max-width: 767px) {
  footer .links {
    flex-wrap: wrap;
  }
}
.btn-r,
.btn {
  background-color: #ff4f1f;
  color: #ffffff;
  font-weight: 700;
  letter-spacing: -0.18px;
  text-decoration: none;
  display: inline-block;
  text-transform: uppercase;
  width: 100%;
  margin: 0;
  border-radius: 30px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.btn-r:hover,
.btn:hover {
  background-color: #fb6f3a;
}

.btn-r {
  padding: 11px 63px 11px 28px;
  width: auto;
  border-radius: 22px;
  background-image: url(../img/btn-arr-orange.svg);
  background-repeat: no-repeat;
  background-position: right 28px center;
  line-height: 113%;
  font-size: 1.125rem;
  background-color: #ffffff;
  color: #ff451a;
}

.btn-r:hover {
  background-color: #cbcbcb;
}

.btn {
  max-width: 159px;
  padding: 16px 44px 16px 20px;
  line-height: 100%;
  cursor: pointer;
  font-size: 1rem;
}
.btn#show-more {
  background-image: url(../img/arr-down.svg);
  background-repeat: no-repeat;
  background-position: right 12px center;
  border-radius: 30px;
  box-sizing: border-box;
}

a {
  color: inherit;
}

ul.number {
  list-style-type: decimal;
}
ul.dots li::marker {
  color: #ff4f1f;
}
ul li {
  line-height: 150%;
  margin: 24px 0;
  color: #01334a;
  font-size: 1rem;
}

table {
  border-spacing: 0;
  min-width: 750px;
  line-height: 27px;
  font-size: 1.125rem;
}
table.simple tr:nth-child(odd) {
  background-color: #e2e2e2;
}
table.simple tr td {
  padding: 15px;
  line-height: 150%;
  margin: 12px 0;
  color: #01334a;
  vertical-align: top;
  font-size: 0.875rem;
}
table.simple tr td ul {
  margin: 0;
  padding: 0 0 0 15px;
}
table.simple tr td ul li {
  margin: 0 0 10px 0;
  font-size: 0.875rem;
}
table.simple tr td ul li:last-child {
  margin-bottom: 0;
}
table.simple tr td:first-child {
  width: 200px;
}
table.simple thead tr {
  background-color: #ff4f1f !important;
}
table.simple thead td {
  padding: 10px 15px;
  font-weight: 600;
  color: #ffffff;
  font-size: 1.125rem;
}

.scroll-area {
  overflow: auto;
  margin: 15px 0 24px 0;
}
.scroll-area img {
  min-width: 500px;
}

.ta {
  text-align: center;
}

.side-nav {
  margin-top: 0;
}
.side-nav h6 {
  color: #ff4f1f;
  margin: 0;
  text-transform: uppercase;
  line-height: 52px;
  letter-spacing: -0.18px;
  font-size: 1.125rem;
}
.side-nav .nav {
  margin-left: -20px;
  margin-right: -20px;
  overflow: hidden;
  transition: height 0.5s;
}
.side-nav .nav .n-item {
  border-bottom: 1px solid #909090;
  padding: 20px 13px 24px 21px;
  position: relative;
  margin-bottom: 2px;
  display: block;
  text-decoration: none;
}
.side-nav .nav .n-item.active {
  display: none;
}
.side-nav .nav .n-item:hover .tag {
  color: #065e84;
}
.side-nav .nav .n-item:hover p {
  color: #ff4f1f;
}
.side-nav .nav .n-item:last-child {
  border-bottom: none;
}
.side-nav .nav .n-item .tag {
  display: block;
  margin-bottom: 13px;
  color: #706b64;
  line-height: 113%;
  letter-spacing: -0.16px;
  font-weight: 600;
  font-size: 1rem;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.side-nav .nav .n-item p {
  margin: 0;
  padding-right: 20%;
  font-weight: 600;
  color: #01334a;
  line-height: 113%;
  letter-spacing: -0.22px;
  background-image: url(../img/side-nav-arr.svg);
  background-repeat: no-repeat;
  background-position: right center;
  font-size: 1.375rem;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.nav__btn {
  border: none;
  margin-top: 20px;
  background-image: url("../img/arr-down.svg");
  background-repeat: no-repeat;
  background-position: right 12px center;
  display: block;
  box-sizing: border-box;
}

@media (max-width: 1200px) {
  .nav__btn {
    margin: 20px auto 0;
  }
}

@media only screen and (max-width: 767px) {
  .side-nav .nav {
    margin-left: 0;
    margin-right: 0;
  }
  .side-nav .nav .n-item {
    padding-left: 0;
    padding-right: 0;
  }
}
.assets-list {
  display: flex;
  flex-wrap: wrap;
  column-gap: 55px;
}
.assets-list .asset {
  background-color: #ffffff;
  flex: 0 0 30%;
  display: flex;
  flex-direction: column;
  margin-bottom: 50px;
  border-radius: 20px;
  border: 1px solid var(--Beige, #eeede7);
}
.assets-list .asset__hide {
  display: none;
}
.assets-list .asset .image {
  padding: 16px;
}
.assets-list .asset .image img {
  margin: 0 auto;
}
.assets-list .asset .text {
  padding: 17px 30px 47px 30px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  align-items: baseline;
}
.assets-list .asset .text h4 {
  margin: 0 0 15px 0;
  color: #01334a;
  font-weight: 800;
  line-height: 113%;
  letter-spacing: -0.22px;
  font-size: 1.375rem;
}
.assets-list .asset .text .tag {
  margin-bottom: 10px;
  display: block;
  color: #78969b;
  line-height: 113%;
  font-weight: 700;
  letter-spacing: -0.16px;
  font-size: 1rem;
}
.assets-list .asset .text p {
  margin: 0 0 24px 0;
  color: #636363;
  line-height: 149%;
  font-size: 0.875rem;
}
.assets-list .asset .text .link {
  color: #ff4f1f;
  text-decoration: none;
  margin-top: auto;
  letter-spacing: -0.18px;
  line-height: 113%;
  font-weight: 600;
  position: relative;
  font-size: 1.125rem;
}
.assets-list .asset .text .link:after {
  content: "";
  display: inline-block;
  width: 22px;
  height: 12px;
  background-image: url(../img/link-ico-hover.svg);
  background-repeat: no-repeat;
  background-position: right center;
  margin-top: auto;
  margin-bottom: auto;
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
}
.assets-list .asset .text .link:hover:after {
  width: 40px;
}

@media only screen and (max-width: 1200px) {
  .assets-list {
    padding-left: 0;
  }
  .assets-list .asset {
    flex-basis: 45%;
  }
  .assets-list .sidebox {
    flex: 0 0 46%;
    margin-bottom: 50px;
  }
  main .main-content .content-part .part .item img {
    height: 174px;
    object-fit: contain;
  }
}
@media only screen and (max-width: 767px) {
  main .main-content .content-part .part .item img {
    height: auto;
    object-fit: unset;
  }
  .assets-list {
    display: block;
  }
  .assets-list .sidebox {
    min-height: 321px;
  }
}
.single-asset-page {
  padding-top: 0;
  padding-bottom: 107px;
}
.single-asset-page .container {
  max-width: 1163px;
}
.single-asset-page .back-to-main {
  margin-bottom: 26px;
  margin-top: 50px;
}
.single-asset-page .main-content {
  margin-top: 0;
  margin-bottom: 122px;
}
.single-asset-page .asset-content {
  margin-right: 66px;
  flex-grow: 1;
}
.single-asset-page .asset-content.all-content .hide-content {
  display: block;
}
.single-asset-page .asset-content.all-content .bottom {
  display: none;
}
.single-asset-page .asset-content + .side-part {
  margin-top: 24px;
}
.single-asset-page .asset-content + .side-part .sidebox:after {
  display: none;
}
.single-asset-page .asset-content h3 {
  color: #01334a;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: -0.44px;
  font-size: 2.375rem;
}
.single-asset-page .asset-content h3 .orange {
  color: #ff4f1f;
}
.single-asset-page .asset-content h4 {
  color: #01334a;
  font-weight: 600;
  line-height: 120%;
  margin-bottom: 0;
  letter-spacing: -0.44px;
  font-size: 1.5rem;
}
.single-asset-page .asset-content h4 .orange {
  color: #ff4f1f;
}
.single-asset-page .asset-content h4 + p {
  margin-top: 14px;
}
.single-asset-page .asset-content h6 {
  color: #01334a;
  font-weight: 600;
  line-height: 120%;
  margin-bottom: 0;
  letter-spacing: -0.44px;
  font-size: 1.125rem;
}
.single-asset-page .asset-content h6 .teal {
  color: #78969b;
}
.single-asset-page .asset-content h6 + p {
  margin-top: 14px;
}
.single-asset-page .asset-content .video-box {
  width: 100%;
  margin-top: 24px;
}
.single-asset-page .asset-content .video-box iframe {
  width: 100%;
  height: 480px;
}
.single-asset-page .asset-content .user-card {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.15);
  background-color: #eeede7;
  border-radius: 16px;
  padding: 24px;
  margin-bottom: 24px;
}
.single-asset-page .asset-content .user-card .user {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 20px;
}
.single-asset-page .asset-content .user-card .user .photo {
  flex: 0 0 80px;
  height: 80px;
  width: 80px;
  overflow: hidden;
  margin-right: 15px;
  border-radius: 50%;
}
.single-asset-page .asset-content .user-card .more {
  color: #ff4f1f;
  text-decoration: none;
  margin-top: auto;
  letter-spacing: -0.18px;
  line-height: 113%;
  text-transform: uppercase;
  font-weight: 600;
  position: relative;
  font-size: 1.125rem;
}
.single-asset-page .asset-content .user-card .more:after {
  content: "";
  width: 22px;
  height: 12px;
  background-image: url(../img/link-ico-hover.svg);
  background-repeat: no-repeat;
  background-position: right center;
  position: absolute;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  right: -34px;
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
}
.single-asset-page .asset-content .user-card .more:hover:after {
  width: 40px;
  right: -52px;
}
.single-asset-page .asset-content p {
  line-height: 150%;
  margin: 24px 0;
  color: #706b64;
  font-size: 1rem;
}
.single-asset-page .asset-content p.sm {
  font-size: 1rem;
}
.single-asset-page .asset-content p a {
  color: #ff4f1f;
  text-decoration: none;
}
.single-asset-page .asset-content .orange-bg {
  padding: 25px;
  margin: 24px 0;
  background-color: #ff4f1f;
  border-radius: 20px;
}
.single-asset-page .asset-content .orange-bg p {
  color: #ffffff;
  margin: 0;
}
.single-asset-page .asset-content .blue-bg {
  background-color: #01334a;
  padding: 25px;
  margin: 24px 0;
  border-radius: 20px;
}
.single-asset-page .asset-content .blue-bg p,
.single-asset-page .asset-content .blue-bg h4,
.single-asset-page .asset-content .blue-bg h6,
.single-asset-page .asset-content .blue-bg li {
  color: #ffffff;
  margin: 0;
}
.single-asset-page .asset-content .with-ico-row {
  display: flex;
  margin: 24px 0;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
.single-asset-page .asset-content .with-ico-row .item {
  flex: 0 0 24%;
  background-color: #e2e2e2;
  border-radius: 16px;
  box-sizing: border-box;
  padding: 15px;
  margin-bottom: 10px;
}
.single-asset-page .asset-content .with-ico-row .item .ico {
  width: 80px;
  margin-bottom: 15px;
}
.single-asset-page .asset-content .with-ico-row .item h5 {
  line-height: 150%;
  margin: 0 0 10px 0;
  line-height: 100%;
  color: #ff4f1f;
  font-size: 1.25rem;
}
.single-asset-page .asset-content .with-ico-row .item p {
  margin: 0;
}
.single-asset-page .asset-content .text-btn {
  padding-left: 25px;
  padding-right: 25px;
  width: auto;
}
.single-asset-page .asset-content .text-btn.full {
  max-width: none;
}
.single-asset-page .asset-content .img + .sm {
  margin-top: 10px;
}
.single-asset-page .asset-content .img.company-logo {
  max-width: 200px;
}
.single-asset-page .asset-content .img.company-logo + h3 {
  margin-top: 0;
}
.single-asset-page .asset-content .row {
  display: flex;
  justify-content: space-between;
}
.single-asset-page .asset-content .row:last-child .img.ico + .text {
  margin-bottom: 0;
}
.single-asset-page .asset-content .row.float {
  display: block;
}
.single-asset-page .asset-content .row.float .img {
  float: left;
}
.single-asset-page .asset-content .row.float:after {
  content: "";
  clear: both;
}
.single-asset-page .asset-content .row .img {
  flex: 0 0 48%;
  max-width: 48%;
  width: 100%;
  margin: 0;
}
.single-asset-page .asset-content .row .img.ico {
  flex: 0 0 80px;
  max-width: 80px;
  margin-right: 15px;
}
.single-asset-page .asset-content .row .img.ico + .text {
  flex-grow: 1;
  max-width: none;
  margin-bottom: 20px;
}
.single-asset-page .asset-content .row .img.ico + .text.no-mb {
  margin-bottom: 0;
}
.single-asset-page .asset-content .row .text {
  flex: 0 0 48%;
  max-width: 48%;
  width: 100%;
}
.single-asset-page .asset-content .row .text h4 {
  margin-top: 0;
}
.single-asset-page .asset-content .row .text a {
  margin-top: 10px;
}
.single-asset-page .asset-content .hide-content {
  display: none;
}
.single-asset-page .asset-content .bottom {
  display: flex;
  flex-direction: row;
  margin-top: 45px;
  justify-content: space-between;
  align-items: center;
}
.single-asset-page .asset-content .bottom p {
  margin: 0;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 130%;
  color: #01334a;
  font-size: 1.125rem;
}

@media only screen and (max-width: 767px) {
  .single-asset-page {
    display: block;
  }
  .single-asset-page .container {
    max-width: 575px;
  }
  .single-asset-page .asset-content {
    margin-right: 0;
  }
  .single-asset-page .asset-content .with-ico-row .item {
    flex: 0 0 49%;
  }
  .single-asset-page .asset-content .row {
    display: block;
  }
  .single-asset-page .asset-content .row .img {
    max-width: 50%;
    margin-bottom: 15px;
  }
  .single-asset-page .asset-content .row .text {
    max-width: 100%;
  }
  .single-asset-page .asset-content .bottom {
    display: block;
    text-align: center;
  }
  .single-asset-page .asset-content .bottom .btn {
    margin-top: 15px;
  }
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

body {
  font-family: "Hanken Grotesk", sans-serif;
  background-image: url(../img/bg-1.png);
  background-repeat: no-repeat;
  background-position: right top;
  background-color: #eeede7;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  overflow-x: hidden;
}

img {
  max-width: 100%;
  display: block;
}

.container {
  max-width: 1235px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0 15px;
  box-sizing: border-box;
}

.top {
  padding-top: 37px;
}
.top.home-top {
  margin-right: -10px;
}
.top.home-top img {
  margin-left: 51px;
  width: calc(100% - 35px);
}
.top.home-top .text-bg {
  margin-left: -50px;
  margin-top: -119px;
}
.top.home-top .text-bg h1 {
  line-height: 125px;
  font-size: 6.25rem;
}
.top.home-top .text-bg p {
  text-align: left;
  max-width: none;
  line-height: 35px;
  font-size: 2rem;
}
.top.category-top {
  text-align: center;
}
.top.category-top + main {
  padding-top: 51px;
}
.top.category-top .container {
  max-width: 1236px;
}
.top.category-top .text-bg {
  width: calc(100% - 86px);
  padding-left: 80px;
  padding-right: 80px;
  margin-left: -37px;
  margin-right: -37px;
  text-align: center;
  margin-top: -110px;
  padding-top: 33px;
  padding-bottom: 38px;
}
.top.category-top .text-bg h1 {
  margin-bottom: 34px;
  font-weight: 800;
  margin-bottom: 13px;
  letter-spacing: -0.4px;
  line-height: 108%;
  font-size: 2.5rem;
}
.top.category-top .text-bg p {
  max-width: none;
  line-height: 25px;
  font-size: 1.25rem;
}
.top.asset-top .container {
  max-width: 1236px;
}
.top.asset-top img {
  width: 100%;
}
.top.asset-top .text-bg {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  margin-top: -103px;
  padding: 33px 60px 30px 76px;
  width: calc(100% - 62px);
  margin-left: -37px;
  margin-right: -37px;
}
.top.asset-top .text-bg h1 {
  line-height: 120%;
  font-weight: 700;
  letter-spacing: -0.35px;
  font-size: 2.1875rem;
}
.top.asset-top .text-bg .asset-card {
  max-width: 495px;
  width: 100%;
  margin-top: -64px;
  margin-bottom: -30px;
  margin-right: 0px;
  height: 0;
  position: relative;
}
.top.asset-top .text-bg .asset-card img {
  position: absolute;
  left: 0;
  bottom: 0;
}
.top .text-bg {
  padding: 15px 51px 18px 51px;
  background-color: #ffffff;
  position: relative;
  z-index: 2;
  display: inline-block;
  border-radius: 20px;
}
.top .text-bg h1 {
  margin: 0;
  color: #01334a;
  letter-spacing: -0.71px;
  text-transform: uppercase;
  font-weight: 800;
  line-height: 95px;
  font-size: 4.375rem;
}
.top .text-bg h1 .orange {
  color: #ff4f1f;
}
.top .text-bg p {
  margin: 0;
  max-width: 701px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  font-weight: 600;
  color: #706b64;
  line-height: 25px;
  font-size: 1.375rem;
}
.top img {
  border-radius: 30px;
}

.back-to-main {
  /*margin-top: 50px;*/
}
.back-to-main + .main-content {
  margin-top: 50px;
}
.back-to-main .back-btn {
  padding: 12px 23px 12px 43px;
  background-color: #ff4f1f;
  border-radius: 20px;
  text-decoration: none;
  line-height: 100%;
  letter-spacing: -0.16px;
  font-weight: 600;
  display: inline-block;
  text-transform: uppercase;
  position: relative;
  color: #ffffff;
  background-image: url(../img/back-arr.svg);
  background-repeat: no-repeat;
  background-position: left 19px center;
  font-size: 1rem;
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
}
.back-to-main .back-btn:hover {
  background-color: #fb6f3a;
  color: #ffffff;
}
.back-to-main .back-btn:hover:before {
  opacity: 0;
}
.back-to-main .back-btn:hover:after {
  opacity: 1;
}
.back-to-main .back-btn:before,
.back-to-main .back-btn:after {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-position: center;
  left: 8px;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
}
.back-to-main .back-btn:before {
  background-image: url(../img/back-btn.svg);
}
.back-to-main .back-btn:after {
  background-image: url(../img/back-btn-hover.svg);
  opacity: 0;
}

main {
  background-color: #ffffff;
  background-image: url(../img/main-bg.svg);
  background-position: top center;
  background-size: 100% auto;
  flex-grow: 1;
  margin-top: 20px;
  padding-top: 52px;
  padding-bottom: 100px;
  border-radius: 70px 70px 0 0;
}
main.assets-page {
  padding-bottom: 100px;
}
main .newsfeed h4 {
  margin: 0;
  font-weight: 800;
  line-height: 42px;
  color: #706b64;
  font-size: 2.1875rem;
}
main .newsfeed .list {
  margin-top: 30px;
  width: 100%;
}
main .newsfeed .list .slick-list {
  padding: 0 !important;
  margin-left: -15px;
  margin-right: -15px;
}
main .newsfeed .list .slick-slide {
  padding: 0 10px;
}
main .newsfeed .list .item {
  background-image: url(../img/slider-item-bg.png);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: auto 100%;
  position: relative;
  border-radius: 10px 10px 30px 10px;
  background-color: #eeede7;
  box-shadow: 5px 8px 16.4px -1px rgba(112, 107, 100, 0.1);
  width: 278px !important;
  height: 151px;
  box-sizing: border-box;
  min-height: 91px;
  padding: 30px 20px 30px 26px;
}
main .newsfeed .list .item h5 {
  color: #706b64;
  font-weight: 800;
  margin: 0;
  line-height: 21px;
  font-size: 0.875rem;
}
main .newsfeed .list .item .link {
  position: absolute;
  width: 24px;
  height: 24px;
  right: 20px;
  bottom: 17px;
  background-image: url(../img/link-ico.svg);
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}
main .main-content {
  display: flex;
  margin-top: 30px;
  justify-content: space-between;
  margin-bottom: 50px;
}
main .main-content .side-part {
  flex: 0 0 345px;
}
main .main-content .side-part h3 {
  color: #ff4f1f;
  margin: 0 0 27px 0;
  font-weight: 800;
  line-height: 120%;
  font-size: 2.1875rem;
}
main .main-content .side-part p {
  color: #706b64;
  margin: 0 24px 50px 0;
  font-weight: 600;
  line-height: 120%;
  font-size: 1.75rem;
  margin-right: 20px;
}
main .main-content .content-part {
  flex-grow: 1;
}
main .main-content .content-part .part {
  background-color: #ffffff;
  margin-bottom: 43px;
  padding: 55px 42px 22px 42px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  background-color: #eeede7;
  border-radius: 20px 20px 60px 20px;
}
main .main-content .content-part .part:last-child {
  margin-bottom: 0;
}
main .main-content .content-part .part .title {
  margin-bottom: 30px;
  width: 100%;
  text-decoration: none;
}
main .main-content .content-part .part .title h2 {
  color: #01334a;
  margin: 0;
  line-height: 120%;
  font-size: 1.875rem;
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
}
main .main-content .content-part .part .title:hover h2 {
  color: #ff4f1f;
  text-decoration: underline;
}
main .main-content .content-part .part .item {
  text-decoration: none;
  flex: 0 0 45%;
  max-width: 318px;
  margin-bottom: 35px;
}
main .main-content .content-part .part .item img {
  height: 190px;
  object-fit: contain;
  margin: 0 auto 15px;
}
main .main-content .content-part .part .item:hover .tag {
  color: #01334a;
}
main .main-content .content-part .part .item:hover h4 {
  color: #ff4f1f;
}
main .main-content .content-part .part .item:hover h4:after {
  background-position: right -30px center, right center;
}
main .main-content .content-part .part .item .tag {
  color: #706b64;
  line-height: 113%;
  letter-spacing: -0.12px;
  font-weight: 600;
  font-size: 0.75rem;
  transition: all 0.2s ease;
  margin-top: 15px;
  display: block;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
}
main .main-content .content-part .part .item h4 {
  margin: 10px 0;
  color: #706b64;
  letter-spacing: -0.22px;
  line-height: 113%;
  font-weight: 600;
  font-size: 1.25rem;
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
}
.item-part-arrow {
  white-space: nowrap;
}
.item-part-arrow:after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 12px;
  margin-left: 10px;
  background-image: url("../img/title-arr.svg"), url("../img/title-arr-hover.svg");
  background-repeat: no-repeat, no-repeat;
  background-position: right center, right -30px center;
}
main .main-content .content-part .part .item p {
  margin: 0;
  color: #909090;
  letter-spacing: -0.14px;
  line-height: 113%;
  font-size: 0.875rem;
}
main .main-content .content-part .sidebox {
  display: none;
  margin-bottom: 43px;
}
main .resource-block {
  /*margin-top: 14px;*/
  background-image: url(https://itcurated.com/Future-of-CX/img/resource-bg.webp);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: left center;
  /*padding: 36px 25px 37px 210px;*/
  border-radius: 20px;
  display: flex;
  min-height: 211px;
}
.resource-block__logos {
  display: flex;
  align-items: center;
}
.resource-block__logos-date {
  font-size: 26px;
  line-height: 1;
  font-weight: 200;
  color: #fff;
  display: inline-block;
  margin-left: 9px;
}
main .resource-block-child-left {
  width: 67%;
  padding-top: 34px;
  padding-left: 41px;
}
main .resource-block-child-right {
  width: 30%;
  padding-top: 56px;
  padding-right: 65px;
}

.resource-block-child-right p {
  font-size: 24px;
  font-weight: 500;
  color: white;
  margin: 0;
}

.resource-block-child-left p {
  font-size: 26px;
  font-style: italic;
  font-weight: 700;
  color: white;
  margin: 10px 0;
}

.resource-block-child-left h6 {
  font-size: 52px;
  font-style: italic;
  font-weight: 700;
  color: white;
  margin: 10px 0;
}

main .resource-block .btn-r {
  margin-top: 18px;
}
@media only screen and (max-width: 1200px) {
  main .resource-block {
    background-size: cover;
  }
  .resource-block-child-left h6 {
    font-size: 32px;
  }
  .resource-block-child-left p {
    font-size: 24px;
  }
  .resource-block-child-right p {
    font-size: 22px;
  }
  .btn-r {
    font-size: 12px;
  }
  main .resource-block-child-left {
    padding-top: 30px;
  }
  main .resource-block-child-right {
    padding-top: 40px;
    padding-right: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .resource-block-child-left h6 {
    font-size: 57px;
    line-height: 0.9;
    margin: 35px 0 20px;
    letter-spacing: -0.7px;
  }

  main .resource-block {
    background-image: url(https://itcurated.com/Future-of-CX/img/resource-bg-mobile.webp);
  }
  main .resource-block-child {
    width: unset;
    text-align: center;
  }
  main .resource-block {
    display: block;
  }
  main .resource-block-child-right {
    padding: 0 20px 30px;
  }

  .resource-block-child-left p {
    font-size: 27px;
  }

  main .resource-block-child-left {
    padding: 30px 26px;
  }
  .resource-block-child-left span {
    display: block;
  }
  .resource-span-1 {
    margin-left: -93px;
  }
  .resource-span-2 {
    margin-left: 72px;
  }

  .resource-block-child-right p {
    font-size: 24px;
    max-width: 295px;
    letter-spacing: -0.3px;
    margin: 28px auto 0;
  }

  main .resource-block .btn-r {
    margin-top: 22px;
    font-size: 16px;
    padding: 11px 50px 9px 14px;
    background-position: right 14px center;
  }
}

/* Gallery */

:root {
  --orange-color: #ff451a;
  --light-orange-color: #fb6f3a;
  --brown-color: #706b64;
  --light-brown-color: #eeede7;
  --beige-color: #eeede7;
  --dark-blue-color: #152550;
  --section-width: 1164px;
  --container-width: 1206px;
  --section-margin-bottom: 100px;
}

.gallery-header {
  max-width: var(--container-width);
  padding: 0;
}

.gallery-heading {
  background-color: #fff;
  padding: 40px 80px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 30px;
  border-bottom-left-radius: 30px;
  position: relative;
  z-index: 1;
  margin-top: -80px;
  text-align: center;
}

.gallery-top {
  padding: 37px 0 20px 0;
}

.gallery-top img {
  border-radius: 30px;
}

.gallery-heading h1 {
  font-size: 40px;
  text-transform: uppercase;
  line-height: 108%;
  margin: 0;
  color: #152550;
}

.gallery-heading .orange-text {
  color: var(--orange-color);
}

.main-gallery {
  background-image: none;
  padding: 60px 0 0 0;
}

.container-gallery {
  max-width: var(--container-width);
  margin: 0 auto;
}

.gallery-hero-img {
  height: auto;
}

.section-gallery {
  max-width: var(--section-width);
  margin: 0 auto;
}

.flexed {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.internal-gallery-section {
  margin-bottom: var(--section-margin-bottom);
}

.internal-text-box {
  max-width: 442px;
}

h4.gallery {
  font-size: 35px;
  line-height: 120%;
  font-weight: 800;
  color: var(--dark-blue-color);
  margin: 0 0 32px 0;
}

.gallery-text {
  font-size: 20px;
  line-height: 140%;
  font-weight: 500;
  color: var(--dark-blue-color);
  margin: 0;
}

.internal-video-box {
  width: 100%;
}

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

.centred-box {
  max-width: 660px;
  margin: 0 auto;
  margin-bottom: 40px;
}

.asset-boxes {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-bottom: 20px;
}

.asset-box {
  border: 1px solid var(--beige-color);
  border-radius: 20px;
  padding: 16px 16px 24px 16px;
  box-shadow: 5px 8px 27px 9px rgba(112, 107, 100, 0.1);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 332px;
  text-align: left;
}

.asset-box:hover {
  box-shadow: none;
}

.asset-info {
  width: 100%;
}

.asset-info img {
  margin-bottom: 20px;
  display: block;
  max-width: 100%;
  width: inherit;
}

.asset-heading {
  font-size: 22px;
  line-height: 113%;
  font-weight: 900;
  letter-spacing: -1%;
  color: var(--dark-blue-color);
  margin: 0 0 10px 0;
}

.asset-learn-more {
  font-size: 18px;
  line-height: 113%;
  font-weight: 600;
  letter-spacing: -1%;
  color: var(--orange-color);
  align-self: flex-start;
  position: relative;
}

.asset-learn-more:hover {
  color: var(--light-orange-color);
}

.asset-learn-more:after {
  content: "";
  width: 22px;
  height: 12px;
  background-image: url(../img/link-ico-hover.svg);
  background-repeat: no-repeat;
  background-position: right center;
  position: absolute;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  right: -34px;
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
}

.asset-learn-more:hover:after {
  right: -42px;
}

.gallery__section {
  background-color: #fff;
}

.image-map {
  padding: 20px 0;
  position: relative;
  box-sizing: border-box;
  z-index: 1;
}

.image-map:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 338px;
  background: url("../img/gallery/map_img.png") no-repeat center center / cover;
  z-index: -1;
}

.map-location {
  margin: 85px auto 0;
  text-align: center;
}

.map-location__address {
  font-size: 16px;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: -0.01em;
  display: block;
  max-width: 220px;
  margin: 8px auto 0;
  color: var(--dark-blue-color);
}

.orange-btn {
  color: #fff;
  font-size: 16px;
  line-height: 115%;
  font-weight: 700;
  padding: 15px 50px 15px 30px;
  background-color: var(--orange-color);
  text-decoration: none;
  border-radius: 40px;
  position: relative;
  display: inline-block;
}

.orange-btn:after {
  content: "";
  width: 16px;
  height: 15px;
  background-image: url(../img/gallery/white-arrow.svg);
  background-repeat: no-repeat;
  background-position: right center;
  position: absolute;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  right: 25px;
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
}

.orange-btn:hover {
  background-color: var(--light-orange-color);
}

.prefooter-section {
  background-color: var(--light-brown-color);
  padding: 80px 0;
}

/* .flexed-prefooter {
  display: flex;
  gap: 24px;
} */

/* .form-heading {
  color: var(--dark-blue-color);
  font-size: 36px;
  font-weight: 700;
  line-height: 115%;
} */

.gallery-cta-banner {
  background-image: url(../img/gallery/CTA-banner-desktop.png);
  max-height: 211px;
  padding: 33px 62px;
  background-repeat: no-repeat;
  background-size: contain;
}

.cta-banner-heading {
  color: #fff;
  font-size: 40px;
  line-height: 113%;
  font-weight: 800;
  margin: 0 0 10px 0;
}

.cta-banner-text {
  color: #fff;
  font-size: 24px;
  line-height: 113%;
  font-weight: 500;
  margin: 0 0 24px 0;
}

.cta-banner-btn {
  color: var(--orange-color);
  font-size: 18px;
  line-height: 113%;
  font-weight: 700;
  padding: 12px 60px 12px 40px;
  background-color: #fff;
  text-decoration: none;
  border-radius: 40px;
  position: relative;
  display: inline-block;
  text-transform: uppercase;
  transition: background-color 0.3s;
}

.cta-banner-btn:hover {
  background-color: #cbcbcb;
}

.cta-banner-btn:after {
  content: "";
  width: 16px;
  height: 15px;
  background-image: url(../img/link-ico-hover.svg);
  background-repeat: no-repeat;
  background-position: right center;
  position: absolute;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  right: 25px;
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
}

.back-btn.mobile {
  display: none;
}

@media screen and (max-width: 1440px) {
  .image-map {
    /*background-image: url('../img/gallery/map_img.png');*/
    /*background-position: bottom center;*/
    /*min-height: 502px;*/
    /*padding-top: 48px;*/
    /*margin-top: 31px;*/
  }
}
@media screen and (max-width: 1240px) {
  .gallery-top,
  .main-gallery,
  .with-btn,
  .prefooter-section {
    padding-right: 24px;
    padding-left: 24px;
  }
  .gallery-cta-banner {
    padding: 20px 30px;
  }
}

@media screen and (max-width: 1024px) {
  .gallery-heading h1 {
    font-size: 25px;
  }

  .gallery-heading {
    padding: 30px 25px;
  }

  .gallery-hero-img {
    height: 330px;
    object-fit: cover;
  }

  h4.gallery {
    font-size: 22px;
    margin: 0 0 12px 0;
  }

  .gallery-text {
    font-size: 14px;
  }

  .flexed {
    flex-direction: column;
  }

  .internal-gallery-section {
    margin-bottom: 62px;
  }

  .asset-boxes {
    grid-template-columns: repeat(2, 1fr);
  }

  .asset-box {
    min-height: auto;
  }

  .internal-text-box {
    text-align: center;
    max-width: 800px;
    margin-bottom: 24px;
  }

  .asset-heading {
    font-size: 20px;
  }

  .cta-banner-text {
    margin: 0 0 12px 0;
  }

  .gallery-cta-banner {
    background-image: url(../img/gallery/CTA-banner-mobile.png);
    min-height: 620px;
    background-size: contain;
    margin: 0 auto;
    padding: 0;
    background-position: center;
  }

  .cta-banner-heading,
  .cta-banner-text,
  .cta-banner-btn {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .back-btn.mobile {
    display: block !important;
    margin-right: 30px;
    padding: 16px !important;
    border-radius: 50px !important;
    background-position: left 7px center !important;
  }
  h4.gallery {
    max-width: 290px;
    margin: 0 auto 12px;
  }
}

@media (max-width: 470px) {
  .asset-boxes {
    grid-template-columns: 1fr;
  }

  .image-map h4.gallery {
    margin-bottom: 30px;
  }

  .image-map .orange-btn {
    padding: 11px 39px 12px 14px;
  }

  .image-map .orange-btn:after {
    right: 10px;
  }

  .image-map {
    padding-bottom: 33px;
  }

  .image-map:after {
    background-image: url("../img/gallery/map_img-small.png");
    height: 473px;
    background-position: bottom center;
  }

  .map-location {
    margin-top: 90px;
  }

  .map-location svg {
    width: 48px;
  }

  .map-location__address {
    margin-top: 0;
  }
}

/* Form styling */

/* .flexed-label {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}

.parsley-errors-list,
.parsley-required {
  margin: 0;
  padding: 0;
  display: block;
}

#registrationForm {
  max-width: 508px;
}

#registrationForm input {
  margin-bottom: 30px;
  width: 100%;
  padding: 8px;
  box-sizing: border-box;
}
.iti.iti--allow-dropdown {
  margin-bottom: 30px;
  display: block;
}

button {
  margin-top: 20px;
  padding: 10px 15px;
  background-color: #007bff;
  color: #ffffff;
  border: none;
  cursor: pointer;
}

button:hover {
  background-color: #0056b3;
}

p {
  margin-top: 10px;
  font-size: 12px;
  color: #555;
}

.intl-tel-input {
  width: 100%;
}

.parsley-errors-list {
  color: red;
  list-style-type: none;
  margin: 0;
  padding: 0;
  margin-bottom: 5px;
} */

/* Gallery page video player styles  */

.video-container {
  max-width: 580px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  border-radius: 20px;
}

.plyr__control--overlaid {
  display: none;
}

.play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
  z-index: 2;
}

.video-placeholder {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
  z-index: 1;
}

#player {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 20px;
}

.play-button:hover .hovered_btn {
  fill: #fcfcfc;
}

@media only screen and (max-width: 1200px) {
  .top .container {
    padding-left: 0;
    padding-right: 0;
    max-width: 100%;
  }
  .top.home-top {
    margin-right: 0;
  }
  .top.home-top img {
    width: calc(100% - 49px);
  }
  .top.home-top .text-bg {
    margin-left: 24px;
  }
  .top.home-top .text-bg h1 {
    line-height: 68px;
    letter-spacing: -0.35px;
    font-size: 4.25rem;
  }
  .top.home-top .text-bg p {
    line-height: 25px;
    font-size: 1.375rem;
  }
  .top.category-top .text-bg {
    box-sizing: border-box;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .top.category-top .text-bg h1 {
    line-height: 38px;
    letter-spacing: -0.35px;
    font-size: 2.375rem;
  }
  .top.asset-top .text-bg {
    box-sizing: border-box;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }
  .top.asset-top .text-bg h1 {
    letter-spacing: -0.32px;
    line-height: 32px;
    font-size: 2rem;
  }
  .top .text-bg {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .top .text-bg h1 {
    line-height: 38px;
    letter-spacing: -0.35px;
    font-size: 2.375rem;
  }
  .back-to-main .container {
    max-width: 750px;
  }
  main .main-content .side-part p {
    margin: 0 0 50px 0;
  }
  main .container {
    max-width: 750px;
  }
  main .main-content {
    display: block;
  }
  main .main-content .content-part .sidebox {
    display: flex;
  }
  main .main-content .content-part .sidebox:after {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .top.category-top {
    margin-left: 24px;
    margin-right: 24px;
    overflow: hidden;
  }
  .top.category-top .container {
    max-width: 100%;
  }
  .top.category-top .img {
    border-radius: 20px;
    overflow: hidden;
  }
  .top.category-top img {
    height: 287px;
    width: auto;
    max-width: none;
    margin-left: calc(50% - 66vw);
  }
  .top.category-top .text-bg {
    padding: 25px 15px;
    width: 100%;
  }
  .top.category-top .text-bg h1 {
    letter-spacing: -0.32px;
    line-height: 32px;
    margin-bottom: 17px;
    font-size: 2rem;
  }
  .top.category-top .text-bg h1 br {
    display: none;
  }
  .top.category-top .text-bg p {
    line-height: 20px;
    font-size: 1rem;
  }
  .top.asset-top {
    margin-top: 0;
    overflow: hidden;
  }
  .top.asset-top .container {
    max-width: 575px;
  }
  .top.asset-top .img {
    border-radius: 20px;
    overflow: hidden;
  }
  .top.asset-top img {
    height: 287px;
    width: auto;
    max-width: none;
  }
  .top.asset-top .text-bg {
    margin-top: -37px;
    display: block;
    margin-left: 0;
    margin-right: 0;
    padding: 25px 44px 0 44px;
    text-align: center;
  }
  .top.asset-top .text-bg .asset-card {
    position: relative;
    margin-top: 23px;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    height: auto;
  }
  .top.asset-top .text-bg .asset-card img {
    position: relative;
    height: auto;
    margin-left: 0;
    width: 100%;
  }
  .top .text-bg h1 {
    line-height: 35px;
    font-size: 2.1875rem;
  }
  .top.home-top {
    overflow: hidden;
  }
  .top.home-top img {
    width: auto;
    max-width: none;
    height: 287px;
    float: right;
  }
  .top.home-top .for-img {
    margin-left: 48px;
    margin-right: 24px;
    overflow: hidden;
  }
  .top.home-top .text-bg {
    max-width: 450px;
    box-sizing: border-box;
    margin-top: -45px;
    padding: 24px;
  }
  .top.home-top .text-bg h1 {
    line-height: 65px;
    font-size: 4.0625rem;
  }
  .top.home-top:after {
    content: "";
    clear: both;
  }
  .back-to-main .container {
    max-width: 575px;
  }
  main {
    margin-top: 55px;
    padding-top: 41px;
    border-radius: 30px 30px 0 0;
  }
  main .container {
    max-width: 575px;
    padding: 0 24px;
  }
  main .newsfeed h4 {
    line-height: 36px;
    font-size: 1.875rem;
  }
  main .main-content .side-part h3 {
    line-height: 36px;
    font-size: 1.875rem;
  }
  main .main-content .side-part p {
    line-height: 24px;
    font-size: 1rem;
  }
  main .main-content .content-part .part {
    display: block;
    padding: 55px 24px 22px 24px;
  }
  main .main-content .content-part .part .title h2 {
    line-height: 30px;
    font-size: 1.5625rem;
  }
  main .main-content .content-part .part .title {
    margin-bottom: 30px;
    display: block;
  }
  main .main-content .content-part .part .item {
    margin-bottom: 30px;
    display: block;
    max-width: 100%;
  }
  main .main-content .content-part .part .item h4 {
    letter-spacing: -0.18px;
    line-height: 20px;
    font-size: 1.125rem;
  }
}
@media only screen and (max-width: 575px) {
  .top.home-top .text-bg {
    max-width: 325px;
  }
  .top.home-top .text-bg h1 {
    line-height: 45px;
    font-size: 2.8125rem;
  }
}

.more-btn {
  background-color: #ff4f1f;
  color: #ffffff;
  font-weight: 700;
  letter-spacing: -0.18px;
  text-decoration: none;
  display: block;
  padding: 11px 44px 11px 22px;
  margin: 0 auto 50px;
  font-size: 16px;
  text-transform: uppercase;
  border: none;
  border-radius: 19px;
  transition: background-color 0.3s;
  position: relative;
  text-align: left;
  cursor: pointer;
}

.more-btn:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 14px;
  transform: translateY(-50%);
  background-image: url("../img/arr-down.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 24px;
  height: 24px;
}

.more-btn.hide:after {
  transform: translateY(-50%) rotate(180deg);
}

@media (min-width: 768px) {
  .more-btn:hover {
    background-color: #fb6f3a;
  }
}

.more-btn-front {
  background-color: #ff4f1f;
  color: #ffffff;
  font-weight: 700;
  letter-spacing: -0.18px;
  text-decoration: none;
  display: block;
  padding: 11px 44px 11px 22px;
  margin: 0 auto 50px;
  font-size: 16px;
  text-transform: uppercase;
  border: none;
  border-radius: 19px;
  transition: background-color 0.3s;
  position: relative;
  text-align: left;
  cursor: pointer;
}

.more-btn-front:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 14px;
  transform: translateY(-50%);
  background-image: url("../img/arr-down.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 24px;
  height: 24px;
}

@media (min-width: 768px) {
  .more-btn-front:hover {
    background-color: #fb6f3a;
    background-color: #fb6f3a;
  }
}

.more-btn-front.hide:after {
  transform: translateY(-50%) rotate(180deg);
}

.how-enterprises-item.asset__hide {
  display: none !important;
}

.hide-block {
  display: none !important;
}

.w-100 {
  width: 100%;
}

.gallery-post__list .asset-box {
  box-sizing: border-box;
}

.asset-iframe-wrapper {
  position: relative;
  width: 100%;
  padding-bottom: 45.59%;
  height: 0;
  overflow: hidden;
  margin-bottom: 20px;
}

.asset-iframe-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 12px;
}

@media screen and (max-width: 1024px) {
  .gallery-post__list .asset-box {
    min-height: 275px;
  }
}

.gallery__wrapper {
  height: 1232px;
  position: relative;
}

.gallery__wrapper:after {
  content: "";
  position: absolute;
  top: 80px;
  left: 50%;
  translate: -50% 0;
  background: url(../img/gallery/gallery_bg.svg) no-repeat center / contain;
  width: 724px;
  height: 1154px;
}

.gallery__image {
  position: absolute;
  border-radius: 16px;
  overflow: hidden;
  z-index: 1;
}

.gallery__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity 0.5s;
}

.gallery__image img.show {
  opacity: 1;
}

.gallery__image--1 {
  width: 424px;
  height: 250px;
  top: 3.3%;
  left: 7.5%;
}

.gallery__image--2 {
  width: 282px;
  height: 352px;
  top: 2%;
  right: 22.6%;
}

.gallery__image--3 {
  width: 384px;
  height: 240px;
  z-index: 2;
  top: 25.5%;
  right: -18px;
}

.gallery__image--4 {
  width: 310px;
  height: 389px;
  bottom: 13.1%;
  right: 0.1%;
  z-index: 3;
}

.gallery__image--5 {
  width: 508px;
  height: 338px;
  z-index: 2;
  bottom: 1.4%;
  left: 7.6%;
}

.gallery__image--6 {
  width: 282px;
  height: 421px;
  top: 29.3%;
  left: -23px;
  z-index: 2;
}

.gallery__image--7 {
  width: 342px;
  height: 510px;
  top: 35.7%;
  left: 35.1%;
}

@media (max-width: 1200px) {
  .gallery__wrapper {
    width: 750px;
    height: 1400px;
    margin: 0 auto;
  }

  .gallery__image--1 {
    width: 390px;
    height: 220px;
    top: 0;
    left: 0;
  }

  .gallery__image--2 {
    top: 0;
    right: 0;
  }

  .gallery__image--3 {
    width: 365px;
    height: 215px;
    z-index: 2;
    top: 260px;
    right: 50px;
  }

  .gallery__image--4 {
    bottom: 0;
    right: 60px;
  }

  .gallery__image--5 {
    width: 480px;
    height: 315px;
    z-index: 2;
    bottom: 340px;
    left: 0;
  }

  .gallery__image--6 {
    width: 270px;
    height: 400px;
    top: 280px;
    left: 0;
  }

  .gallery__image--7 {
    width: 342px;
    height: 460px;
    top: 520px;
    left: unset;
    right: 0;
  }
}

@media (max-width: 799px) {
  .internal-gallery-section .centred-box {
    margin-bottom: 36px;
  }

  .gallery__wrapper {
    width: 342px;
    height: 758px;
  }

  .gallery__wrapper:after {
    width: 250px;
    height: 399px;
    top: 0;
  }

  .gallery__image {
    border-radius: 4px;
  }

  .gallery__image--1 {
    width: 181px;
    height: 107px;
  }

  .gallery__image--2 {
    width: 140px;
    height: 176px;
  }

  .gallery__image--3 {
    width: 210px;
    height: 132px;
    top: 140px;
    right: 55px;
  }

  .gallery__image--4 {
    width: 136px;
    height: 170px;
    right: 23px;
  }

  .gallery__image--5 {
    width: 228px;
    height: 152px;
    bottom: 100px;
  }

  .gallery__image--6 {
    width: 136px;
    height: 204px;
    top: 243px;
  }

  .gallery__image--7 {
    width: 165px;
    height: 246px;
    top: 297px;
  }
}
