* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Myriad Pro";
}

p {
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: #44546A;
  font-family: "Myriad Pro";
}

.text * {
  color: #44546A;
}

body {
  position: relative;
  scroll-behavior: smooth;
}

body.freeze {
  overflow: hidden;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
}

section {
  position: relative;
}
section .anchor {
  position: absolute;
  top: -80px;
}

.main-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 20px;
  background: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(47px);
  -webkit-backdrop-filter: blur(47px);
}
.main-header .logo-part a {
  display: block;
  height: 48px;
}
.main-header .logo-part a img {
  width: 110px;
  height: 100%;
  object-fit: cover;
}
.main-header .menu-part {
  display: flex;
  align-items: baseline;
}
.main-header .menu-part .main-menu {
  margin-right: 22px;
}
.main-header .menu-part .main-menu nav ul {
  display: flex;
  list-style: none;
  margin: 0 -18px;
}
.main-header .menu-part .main-menu nav ul li {
  padding: 0 18px;
}
.main-header .menu-part .main-menu nav ul li a {
  color: #44546A;
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  text-decoration: none;
  text-transform: capitalize;
}
.main-header .menu-part .main-menu .header-btn {
  display: none;
}
.main-header .menu-part .main-header-btn {
  padding-right: 4px;
}
.main-header .menu-part .header-btn {
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  color: #44546A;
  border: 1px solid #A9D18E;
  text-decoration: none;
  padding: 7px 20px;
  display: inline-block;
  text-transform: capitalize;
}

.hero-section {
  background-size: cover;
  background-repeat: no-repeat;
  background-position-y: 96%;
  background-position-x: center;
  padding-top: 183px;
  padding-bottom: 242px;
  position: relative;
}
.hero-section .section-content {
  max-width: 600px;
  margin-left: 14.2%;
  margin-right: auto;
  position: relative;
  z-index: 2;
}
.hero-section .section-content .above-title {
  border: 1px solid rgba(143, 170, 220, 0.4);
  max-width: 387px;
  padding: 28px 35px 60px;
}
.hero-section .section-content .above-title h3 {
  font-weight: 600;
  font-size: 22px;
  line-height: 33px;
  letter-spacing: 0.51em;
  text-transform: uppercase;
  font-family: "Poppins";
  color: #44546A;
}
.hero-section .section-content .title {
  padding-left: 33px;
  margin-top: -40px;
  margin-bottom: 30px;
}
.hero-section .section-content .title h1 {
  font-weight: 600;
  font-size: 60px;
  line-height: 70px;
  font-family: "Myriad Pro";
  color: #44546A;
}
.hero-section .section-content .text {
  padding-left: 31px;
}
.hero-section .section-content .text p {
  font-weight: 400;
  font-size: 22px;
  line-height: 135.2%;
  color: #44546A;
}
.hero-section .hero-button {
  width: 65px;
  height: 65px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  left: 17%;
  background: #fff;
}

.opportunity-section {
  background-size: cover;
  background-repeat: no-repeat;
  background-position-y: center;
  background-position-x: center;
  padding-top: 184px;
  padding-bottom: 225px;
}
.opportunity-section .section-content {
  max-width: 81.3%;
  margin: 0 auto;
}
.opportunity-section .section-content .title {
  margin-bottom: 23px;
}
.opportunity-section .section-content .title h3 {
  font-weight: 400;
  font-size: 34px;
  line-height: 70px;
  color: #A9D18E;
}
.opportunity-section .section-content .text {
  max-width: 1080px;
}
.opportunity-section .section-content .text p {
  font-weight: 400;
  font-size: 30px;
  line-height: 46px;
  color: #FFFFFF;
  display: inline;
}
.opportunity-section .section-content .text strong {
  font-weight: 700;
  color: #FFFFFF;
}

.about-section {
  background: #fff;
  padding-top: 64px;
}
.about-section .section-content .section-row {
  display: flex;
}
.about-section .section-content .section-row .text-block {
  width: 49%;
  padding-left: 9.4%;
  padding-bottom: 50px;
  padding-right: 5%;
}
.about-section .section-content .section-row .text-block .title {
  margin-bottom: 53px;
}
.about-section .section-content .section-row .text-block .title h3 {
  font-weight: 400;
  font-size: 34px;
  line-height: 70px;
  color: #A9D18E;
}
.about-section .section-content .section-row .text-block .subtitle {
  margin-bottom: 32px;
}
.about-section .section-content .section-row .text-block .subtitle h4 {
  font-size: 15px;
  line-height: 18px;
  letter-spacing: 0.51em;
  text-transform: uppercase;
  color: #44546A;
  font-family: "Poppins";
  font-weight: 600;
}
.about-section .section-content .section-row .text-block .text p {
  max-width: 440px;
  font-weight: 400;
  font-size: 22px;
  line-height: 135.2%;
}
.about-section .section-content .section-row .text-block .text ul {
  list-style: none;
  margin-top: 62px;
  padding-left: 32px;
}
.about-section .section-content .section-row .text-block .text ul li {
  position: relative;
  font-weight: 400;
  font-size: 18px;
  margin-bottom: 15px;
  line-height: 135.2%;
  color: #44546A;
}
.about-section .section-content .section-row .text-block .text ul li:before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  display: block;
  top: 5px;
  left: -32px;
  background: url("../images/list.svg") no-repeat center center/cover;
}
.about-section .section-content .section-row .image-block {
  width: 51%;
  padding-top: 16px;
}
.about-section .section-content .section-row .image-block img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about-section .section-content .section-row.reverse {
  flex-direction: row-reverse;
  margin-top: -1px;
}
.about-section .section-content .section-row.reverse .text-block {
  width: 51%;
  padding-left: 6.9%;
  padding-top: 75px;
}
.about-section .section-content .section-row.reverse .text-block .subtitle {
  margin-bottom: 14px;
}
.about-section .section-content .section-row.reverse .text-block .text p {
  font-size: 18px;
  line-height: 28px;
  max-width: 500px;
  margin-bottom: 28px;
}
.about-section .section-content .section-row.reverse .image-block {
  width: 49%;
  padding-top: 0;
}

.approach-section {
  display: flex;
  justify-content: flex-end;
  padding-top: 94px;
  padding-bottom: 80px;
}
.approach-section .section-content {
  background: #fff;
  max-width: 90.6%;
}
.approach-section .section-content .title {
  padding-top: 65px;
  padding-left: 5.3%;
  margin-bottom: 62px;
}
.approach-section .section-content .title h3 {
  font-weight: 400;
  font-size: 34px;
  line-height: 70px;
  color: #A9D18E;
}
.approach-section .section-content .text-image-block {
  display: flex;
}
.approach-section .section-content .text-image-block .text-content {
  width: 40%;
  padding-left: 5.3%;
  padding-right: 2.5%;
}
.approach-section .section-content .text-image-block .text-content .subtitle {
  margin-bottom: 41px;
}
.approach-section .section-content .text-image-block .text-content .subtitle h4 {
  font-size: 15px;
  line-height: 18px;
  letter-spacing: 0.51em;
  text-transform: uppercase;
  font-family: "Poppins";
  color: #44546A;
  font-weight: 600;
}
.approach-section .section-content .text-image-block .text-content .text p {
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 28px;
}
.approach-section .section-content .text-image-block .image-content {
  width: 60%;
  padding-left: 3.7%;
  display: flex;
}
.approach-section .section-content .text-image-block .image-content .image-item:first-of-type {
  width: 48.7%;
}
.approach-section .section-content .text-image-block .image-content .image-item:last-of-type {
  width: 51.3%;
}
.approach-section .section-content .text-image-block .image-content .image-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.approach-section .section-content .text-image-block.reverse {
  flex-direction: row-reverse;
  padding-top: 72px;
  padding-bottom: 4px;
}
.approach-section .section-content .text-image-block.reverse .text-content {
  width: 56.4%;
  padding-left: 0;
  padding-top: 39px;
  padding-right: 19%;
  padding-bottom: 44px;
}
.approach-section .section-content .text-image-block.reverse .image-content {
  width: 43.6%;
  position: relative;
  padding-left: 0;
}
.approach-section .section-content .text-image-block.reverse .image-content .image-item {
  position: absolute;
  top: 0;
  height: 100%;
  width: 112%;
  left: -24.3%;
}
.approach-section .section-content .text-image-block.no-flex {
  display: block;
  padding-left: 5.6%;
  max-width: 85%;
  padding-bottom: 85px;
}
.approach-section .section-content .text-image-block.no-flex .subtitle {
  margin-bottom: 80px;
}
.approach-section .section-content .text-image-block.no-flex .subtitle h4 {
  font-size: 15px;
  line-height: 18px;
  letter-spacing: 0.51em;
  text-transform: uppercase;
  font-family: "Poppins";
  color: #44546A;
  font-weight: 600;
}
.approach-section .section-content .text-image-block.no-flex .text-image-content {
  display: flex;
}
.approach-section .section-content .text-image-block.no-flex .text-image-content .image-block {
  width: 46%;
}
.approach-section .section-content .text-image-block.no-flex .text-image-content .image-block img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.approach-section .section-content .text-image-block.no-flex .text-image-content .text-content {
  width: 54%;
  padding-left: 13.5%;
  padding-right: 0;
}
.approach-section .section-content .text-image-block.no-flex .text-image-content .text-content .text ul {
  list-style: none;
  padding-left: 32px;
}
.approach-section .section-content .text-image-block.no-flex .text-image-content .text-content .text ul li {
  font-weight: 400;
  font-size: 18px;
  line-height: 135.2%;
  margin-bottom: 22px;
  position: relative;
  color: #44546A;
}
.approach-section .section-content .text-image-block.no-flex .text-image-content .text-content .text ul li:before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  display: block;
  top: 5px;
  left: -32px;
  background: url("../images/list.svg") no-repeat center center/cover;
}
.approach-section .section-content .numbers-block {
  padding-top: 100px;
  padding-left: 5.6%;
}
.approach-section .section-content .numbers-block .subtitle {
  margin-bottom: 90px;
}
.approach-section .section-content .numbers-block .subtitle h4 {
  font-size: 15px;
  line-height: 18px;
  letter-spacing: 0.51em;
  text-transform: uppercase;
  font-family: "Poppins";
  color: #44546A;
  font-weight: 600;
}
.approach-section .section-content .numbers-block .number-row {
  display: flex;
  max-width: 67.5%;
  width: 100%;
  margin-bottom: 47px;
}
.approach-section .section-content .numbers-block .number-row .number-text {
  display: flex;
  padding-top: 27px;
  width: 51%;
}
.approach-section .section-content .numbers-block .number-row .number-text span, .approach-section .section-content .numbers-block .number-row .number-text h4 {
  font-weight: 700;
  font-size: 32px;
  line-height: 135.2%;
}
.approach-section .section-content .numbers-block .number-row .number-text span {
  font-family: "Poppins";
}
.approach-section .section-content .numbers-block .number-row .number-text h4 {
  max-width: 350px;
  padding-left: 12%;
}
.approach-section .section-content .numbers-block .number-row .number-text.green span, .approach-section .section-content .numbers-block .number-row .number-text.green h4 {
  color: #A9D18E;
}
.approach-section .section-content .numbers-block .number-row .number-text.blue span, .approach-section .section-content .numbers-block .number-row .number-text.blue h4 {
  color: #8FAADC;
}
.approach-section .section-content .numbers-block .number-row .number-text.grey span, .approach-section .section-content .numbers-block .number-row .number-text.grey h4 {
  color: #44546A;
}
.approach-section .section-content .numbers-block .number-row .number-icons {
  display: flex;
  flex-wrap: wrap;
  width: 49%;
}
.approach-section .section-content .numbers-block .number-row .number-icons .icon-item {
  width: 33.333%;
  margin-bottom: 36px;
}
.approach-section .section-content .numbers-block .number-row .number-icons .icon-item .image {
  width: 70px;
  height: 70px;
  margin-bottom: 18px;
}
.approach-section .section-content .numbers-block .number-row .number-icons .icon-item .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.approach-section .section-content .numbers-block .number-row .number-icons .icon-item .text {
  padding-left: 2px;
  max-width: 130px;
}
.approach-section .section-content .numbers-block .number-row .number-icons .icon-item:first-of-type, .approach-section .section-content .numbers-block .number-row .number-icons .icon-item:nth-of-type(4) {
  padding-left: 0;
}
.approach-section .section-content .numbers-block .number-row .number-icons .icon-item:nth-of-type(2), .approach-section .section-content .numbers-block .number-row .number-icons .icon-item:nth-of-type(5) {
  padding-left: 9%;
}
.approach-section .section-content .numbers-block .number-row .number-icons .icon-item:nth-of-type(3), .approach-section .section-content .numbers-block .number-row .number-icons .icon-item:nth-of-type(6) {
  padding-left: 15%;
}
.approach-section .section-content .numbers-block .number-row:last-of-type {
  margin-bottom: 43px;
}

.why-section {
  background-size: cover;
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: 0;
  padding-top: 80px;
  transition: all 0.2s ease;
  position: relative;
}
.why-section .section-content {
  max-width: 81.25%;
  position: relative;
  z-index: 2;
  margin: 0 auto;
  width: 100%;
  background: #fff;
  padding-top: 64px;
  padding-bottom: 81px;
}
.why-section .section-content .title {
  padding-left: 8.5%;
  padding-right: 8.5%;
  margin-bottom: 60px;
}
.why-section .section-content .title h3 {
  font-weight: 400;
  font-size: 34px;
  line-height: 70px;
  color: #A9D18E;
}
.why-section .section-content .tabs-content {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  margin-bottom: 114px;
  max-width: 83%;
  width: 100%;
}
.why-section .section-content .tabs-content .subtitle h4 {
  font-size: 15px;
  line-height: 22px;
  letter-spacing: 0.51em;
  text-transform: uppercase;
  font-family: "Poppins";
  color: #44546A;
  font-weight: 600;
}
.why-section .section-content .tabs-content .tabs-wrapper {
  padding-left: 2.3%;
  width: 100%;
}
.why-section .section-content .tabs-content .tabs-wrapper .tabs-controller {
  display: flex;
  padding: 4.4% 5% 4.4%;
  justify-content: space-between;
  border: 1px solid rgba(143, 170, 220, 0.2);
}
.why-section .section-content .tabs-content .tabs-wrapper .tabs-controller .tab-controller-item {
  display: flex;
  align-items: center;
}
.why-section .section-content .tabs-content .tabs-wrapper .tabs-controller .tab-controller-item .text p {
  font-weight: 400;
  font-size: 22px;
  line-height: 135.2%;
}
.why-section .section-content .tabs-content .tabs-wrapper .tabs-controller .tab-controller-item .icon {
  display: block;
  margin-right: 18px;
  padding-top: 4px;
}
.why-section .section-content .tabs-content .tabs-wrapper .tabs-controller .tab-controller-item .icon[data-type=active] {
  display: none;
}
.why-section .section-content .tabs-content .tabs-wrapper .tabs-controller .tab-controller-item.active .text p {
  font-weight: 700;
  font-size: 22px;
  line-height: 135.2%;
  color: #A9D18E;
}
.why-section .section-content .tabs-content .tabs-wrapper .tabs-controller .tab-controller-item.active .icon {
  display: none;
}
.why-section .section-content .tabs-content .tabs-wrapper .tabs-controller .tab-controller-item.active .icon[data-type=active] {
  display: block;
}
.why-section .section-content .tabs-content .tabs-wrapper .tabs-controller .tab-controller-item:first-of-type .icon {
  display: none;
}
.why-section .section-content .tabs-content .tabs-wrapper .tabs-controller .tab-controller-item:first-of-type .icon[data-type=active] {
  display: none;
}
.why-section .section-content .tabs-content .tabs-wrapper .tabs-contents {
  padding-top: 58px;
}
.why-section .section-content .tabs-content .tabs-wrapper .tabs-contents .tab-content-item {
  display: none;
  max-width: 86%;
}
.why-section .section-content .tabs-content .tabs-wrapper .tabs-contents .tab-content-item p {
  margin-bottom: 20px;
}
.why-section .section-content .tabs-content .tabs-wrapper .tabs-contents .tab-content-item p:last-of-type {
  margin-bottom: 0;
}
.why-section .section-content .tabs-content .tabs-wrapper .tabs-contents .tab-content-item ul {
  list-style: none;
  padding-left: 32px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.why-section .section-content .tabs-content .tabs-wrapper .tabs-contents .tab-content-item ul li {
  font-weight: 400;
  font-size: 18px;
  line-height: 135.2%;
  margin-bottom: 22px;
  position: relative;
  color: #44546A;
}
.why-section .section-content .tabs-content .tabs-wrapper .tabs-contents .tab-content-item ul li:after {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  display: block;
  top: 5px;
  left: -32px;
  background: url("../images/list.svg") no-repeat center center/cover;
}
.why-section .section-content .tabs-content .tabs-wrapper .tabs-contents .tab-content-item ul li:last-of-type {
  margin-bottom: 0;
}
.why-section .section-content .tabs-content .tabs-wrapper .tabs-contents .tab-content-item.active {
  display: block;
}
.why-section .section-content .full-width-image {
  margin-bottom: 70px;
}
.why-section .section-content .full-width-image .subtitle {
  padding-left: 8.5%;
  padding-right: 8.5%;
  margin-bottom: 35px;
}
.why-section .section-content .full-width-image .subtitle h4 {
  font-size: 15px;
  line-height: 18px;
  letter-spacing: 0.51em;
  text-transform: uppercase;
  font-family: "Poppins";
  color: #44546A;
  font-weight: 600;
}
.why-section .section-content .full-width-image .text-wrapper {
  margin-left: 8.5%;
  margin-right: 8.5%;
  padding-top: 100px;
  padding-bottom: 100px;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  justify-content: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: -15px center;
}
.why-section .section-content .full-width-image .text-wrapper .text-part ul {
  list-style: none;
}
.why-section .section-content .full-width-image .text-wrapper .text-part ul li {
  font-size: 22px;
  line-height: 32px;
  color: #44546A;
  max-width: 275px;
  font-weight: 400;
  margin-bottom: 60px;
}
.why-section .section-content .full-width-image .text-wrapper .text-part ul li:last-of-type {
  margin-bottom: 0;
  transform: translateX(-60px);
}
.why-section .section-content .full-width-image .text-wrapper .text-part ul li:first-of-type {
  transform: translateX(-60px);
}
.why-section .section-content .full-width-image .text-wrapper .text-part:first-of-type ul li {
  text-align: right;
}
.why-section .section-content .full-width-image .text-wrapper .text-part:first-of-type ul li:first-of-type {
  transform: translateX(60px);
}
.why-section .section-content .full-width-image .text-wrapper .text-part:first-of-type ul li:last-of-type {
  margin-bottom: 0;
  transform: translateX(60px);
}
.why-section .section-content .full-width-image .text-wrapper .center-part {
  display: flex;
  margin-left: 10%;
  margin-right: 10%;
}
.why-section .section-content .full-width-image .text-wrapper .center-part .circle {
  display: flex;
  align-self: center;
  justify-content: center;
  align-items: center;
  background: #44546A;
  border-radius: 50%;
  width: 170px;
  height: 170px;
  padding: 21px;
  text-align: center;
  padding-top: 30px;
}
.why-section .section-content .full-width-image .text-wrapper .center-part .circle p {
  line-height: 32px;
  color: #fff;
  font-size: 24px;
  font-weight: 600;
}
.why-section .section-content .full-width-image .text-wrapper .center-part .circle img {
  width: 100%;
  height: auto;
}
.why-section .section-content .columns-content {
  padding-left: 6.3%;
  padding-right: 6.3%;
}
.why-section .section-content .columns-content .subtitle {
  margin-bottom: 49px;
}
.why-section .section-content .columns-content .subtitle h4 {
  font-size: 15px;
  line-height: 18px;
  letter-spacing: 0.51em;
  text-transform: uppercase;
  font-family: "Poppins";
  color: #44546A;
  font-weight: 600;
}
.why-section .section-content .columns-content .columns-wrapper {
  display: flex;
  flex-wrap: wrap;
}
.why-section .section-content .columns-content .columns-wrapper .column-item {
  width: 50%;
}
.why-section .section-content .columns-content .columns-wrapper .column-item .column-title {
  margin-bottom: 42px;
}
.why-section .section-content .columns-content .columns-wrapper .column-item .column-title h5 {
  font-weight: 400;
  font-size: 22px;
  line-height: 135.2%;
  color: #A9D18E;
}
.why-section .section-content .columns-content .columns-wrapper .column-item .column-text {
  max-width: 82%;
}
.why-section .section-content .columns-content .columns-wrapper .column-item .column-text ul {
  padding-left: 27px;
}
.why-section .section-content .columns-content .columns-wrapper .column-item .column-text ul li {
  font-weight: 400;
  font-size: 18px;
  line-height: 32px;
  margin-bottom: 20px;
  color: #44546A;
}
.why-section .section-content .columns-content .columns-wrapper .column-item .column-text p {
  font-weight: 400;
  font-size: 18px;
  line-height: 32px;
  margin-bottom: 20px;
}
.why-section:after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 50.52%, #FFFFFF 100%);
  position: absolute;
  left: 0;
  bottom: 0px;
}

.contact-section {
  background-size: cover;
  background-repeat: no-repeat;
  background-position-y: center;
  background-position-x: center;
  padding-top: 84px;
  padding-bottom: 78px;
}
.contact-section .section-content {
  background: #fff;
  max-width: 81.25%;
  position: relative;
  z-index: 2;
  margin: 0 auto;
  width: 100%;
  padding-top: 94px;
  padding-left: 6.9%;
  padding-right: 6.9%;
  padding-bottom: 88px;
}
.contact-section .section-content .titles-wrapper {
  display: flex;
  align-items: center;
}
.contact-section .section-content .titles-wrapper .title {
  margin-right: 7.1%;
}
.contact-section .section-content .titles-wrapper .title h2 {
  font-weight: 400;
  font-size: 34px;
  line-height: 70px;
  color: #A9D18E;
}
.contact-section .section-content .titles-wrapper .subtitle {
  max-width: 40%;
  padding-top: 12px;
}
.contact-section .section-content .titles-wrapper .subtitle h3 {
  font-weight: 600;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: 0.51em;
  text-transform: uppercase;
  color: #44546A;
  font-weight: 600;
}
.contact-section .section-content .columns-wrapper {
  display: flex;
  padding-top: 100px;
  margin: 0 -50px 107px;
}
.contact-section .section-content .columns-wrapper .column-item {
  width: 50%;
  padding: 0 50px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.contact-section .section-content .columns-wrapper .column-item .column-content .heading {
  margin-bottom: 25px;
}
.contact-section .section-content .columns-wrapper .column-item .column-content .heading h5 {
  font-weight: 400;
  font-size: 22px;
  line-height: 135.2%;
  color: #44546A;
}
.contact-section .section-content .columns-wrapper .column-item .column-content .text {
  max-width: 90%;
  margin-bottom: 51px;
}
.contact-section .section-content .columns-wrapper .column-item .column-content .text p {
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
}
.contact-section .section-content .columns-wrapper .column-item .link a {
  font-weight: 400;
  font-size: 18px;
  line-height: 135.2%;
  color: #FFFFFF;
  text-decoration: none;
  background: #8FAADC;
  padding: 23px;
  display: inline-block;
  text-transform: capitalize;
  max-width: 63%;
  width: 100%;
  text-align: center;
}
.contact-section .section-content .bottom-content {
  display: flex;
  justify-content: space-between;
}
.contact-section .section-content .bottom-content .bottom-part {
  max-width: 30%;
}
.contact-section .section-content .bottom-content .bottom-part .text p {
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
}
.contact-section .section-content .bottom-content .bottom-part .text.smaller {
  margin-bottom: 8px;
}
.contact-section .section-content .bottom-content .bottom-part .text.smaller p {
  font-size: 16px;
}
.contact-section .section-content .bottom-content .bottom-part .link {
  display: flex;
  align-items: center;
}
.contact-section .section-content .bottom-content .bottom-part .link a {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #8FAADC;
  text-decoration: none;
  margin-left: 17px;
}

.location-section .section-content {
  position: relative;
}
.location-section .section-content .iframe {
  height: 600px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.location-section .section-content .location-content {
  display: flex;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  max-width: 70%;
  max-height: 437px;
}
.location-section .section-content .location-content .image-block {
  width: 47.1%;
}
.location-section .section-content .location-content .image-block img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.location-section .section-content .location-content .text-block {
  width: 52.9%;
  padding-top: 9.3%;
  padding-left: 9.3%;
  padding-right: 7.6%;
  padding-bottom: 5%;
}
.location-section .section-content .location-content .text-block .title {
  margin-bottom: 50px;
}
.location-section .section-content .location-content .text-block .title h3 {
  font-size: 15px;
  line-height: 18px;
  letter-spacing: 0.51em;
  text-transform: uppercase;
  color: #44546A;
}
.location-section .section-content .location-content .text-block .text {
  margin-bottom: 22px;
}
.location-section .section-content .location-content .text-block .text p {
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
}
.location-section .section-content .location-content .text-block .location {
  position: relative;
}
.location-section .section-content .location-content .text-block .location p {
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  position: relative;
  padding-left: 32px;
  max-width: 300px;
}
.location-section .section-content .location-content .text-block .location p:before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background: url("../images/location-icon.svg") no-repeat center center/cover;
  position: absolute;
  left: -1px;
  top: 6px;
}
.location-section .section-content .location-content .text-block .location a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

footer {
  background: #44546A;
}
footer .footer-content {
  padding-top: 62px;
  padding-left: 9.4%;
  padding-right: 9.4%;
  padding-bottom: 53px;
}
footer .footer-content .footer-part {
  display: flex;
  justify-content: space-between;
}
footer .footer-content .footer-part .footer-column {
  max-width: 14.54%;
  width: 100%;
}
footer .footer-content .footer-part .footer-column nav ul {
  list-style: none;
}
footer .footer-content .footer-part .footer-column nav ul li {
  border-bottom: 1px solid #3E4D61;
  padding-bottom: 6px;
  margin-bottom: 15px;
}
footer .footer-content .footer-part .footer-column nav ul li a {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #FFFFFF;
  text-decoration: none;
}
footer .footer-content .footer-part .footer-column.newsletter {
  max-width: 34.27%;
  width: 100%;
}
footer .footer-content .footer-part .footer-column.newsletter .newsletter-content form label {
  font-weight: 600;
  font-size: 16px;
  line-height: 26px;
  color: #fff;
}
footer .footer-content .footer-part .footer-column.newsletter .newsletter-content form .form-group {
  padding-top: 4px;
  display: flex;
  margin-bottom: 17px;
}
footer .footer-content .footer-part .footer-column.newsletter .newsletter-content form .form-group input {
  border: 1px solid rgba(143, 170, 220, 0.3);
  background: transparent;
  color: #fff;
  width: 72.5%;
  outline: 0;
  padding: 0 10px;
  margin-right: 12px;
}
footer .footer-content .footer-part .footer-column.newsletter .newsletter-content form .form-group input[type=submit] {
  width: 27.5%;
  font-weight: 400;
  font-size: 14px;
  line-height: 135.2%;
  text-transform: uppercase;
  color: #FFFFFF;
  background: #8FAADC;
  border: 0;
  outline: 0;
  height: 50px;
  padding: 15px 15px;
}
footer .footer-content .footer-part .footer-column.newsletter .newsletter-content form .checkbox {
  padding-left: 3px;
  display: flex;
}
footer .footer-content .footer-part .footer-column.newsletter .newsletter-content form .checkbox label {
  display: flex;
  position: relative;
}
footer .footer-content .footer-part .footer-column.newsletter .newsletter-content form .checkbox label input {
  opacity: 0;
}
footer .footer-content .footer-part .footer-column.newsletter .newsletter-content form .checkbox label input:checked ~ span:before {
  content: "";
  display: block;
  width: 6px;
  height: 4px;
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
  position: absolute;
  left: -9px;
  top: 4px;
  transform: rotate(135deg);
}
footer .footer-content .footer-part .footer-column.newsletter .newsletter-content form .checkbox label span {
  color: #fff;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  padding-left: 20px;
  max-width: 71%;
  position: relative;
}
footer .footer-content .footer-part .footer-column.newsletter .newsletter-content form .checkbox label:before {
  content: "";
  display: block;
  width: 11px;
  height: 11px;
  border: 1.5px solid #fff;
  left: 0;
  top: 2px;
  border-radius: 3px;
  position: absolute;
}
footer .footer-content .footer-part .footer-column.newsletter .newsletter-content .mc4wp-response p {
  color: #fff;
}
footer .footer-content .footer-part .footer-copyrights {
  display: flex;
  align-items: flex-end;
}
footer .footer-content .footer-part .footer-copyrights p {
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: rgba(255, 255, 255, 0.3);
}
footer .footer-content .footer-part .footer-copyrights a {
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: rgba(255, 255, 255, 0.3);
}
footer .footer-content .footer-part .footer-logo {
  padding-right: 2.5%;
  padding-top: 1.8%;
}
footer .footer-content .footer-part .footer-logo img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.default-text {
  padding: 80px 0 80px;
  min-height: 65vh;
  display: flex;
  align-items: center;
}
.default-text .section-content {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 20px;
  width: 100%;
}
.default-text .section-content .text {
  padding: 40px 0 0;
}
.default-text .section-content .text p {
  font-weight: 400;
  line-height: 36px;
  color: #44546A;
  margin-bottom: 20px;
}
.default-text .section-content .text a {
  font-weight: 400;
  line-height: 28px;
  color: #44546A;
}

.mapboxgl-ctrl-logo {
  display: none !important;
}

@media (max-width: 1439.98px) {
  .why-section .section-content .tabs-content .tabs-wrapper .tabs-controller {
    flex-wrap: wrap;
  }
  .why-section .section-content .tabs-content .tabs-wrapper .tabs-controller .tab-controller-item {
    width: 50%;
  }
  .why-section .section-content .tabs-content .tabs-wrapper .tabs-controller .tab-controller-item .text p {
    font-size: 15px;
  }
  .why-section .section-content .tabs-content .tabs-wrapper .tabs-controller .tab-controller-item.active .text p {
    font-size: 15px;
  }
  .why-section .section-content .full-width-image .text-wrapper {
    background-position: center center;
  }

  .contact-section .section-content .bottom-content {
    flex-wrap: wrap;
  }
  .contact-section .section-content .bottom-content .bottom-part {
    width: 50%;
    max-width: 100%;
  }
  .contact-section .section-content .bottom-content .bottom-part:first-of-type {
    width: 100%;
    margin-bottom: 20px;
  }

  footer .footer-content .footer-part .footer-column {
    max-width: 19.54%;
  }
  footer .footer-content .footer-part .footer-column.newsletter .newsletter-content form .form-group button {
    padding: 12px 12px;
  }
  footer .footer-content .footer-part .footer-column.newsletter .newsletter-content form .checkbox label span {
    max-width: 100%;
  }
}
@media (max-width: 991px) {
  .hero-section {
    padding-top: 143px;
    padding-bottom: 182px;
    background-size: contain;
    background-position-y: 100%;
  }
  .hero-section .section-content {
    background: linear-gradient(180deg, #FFFFFF 80.75%, rgba(255, 255, 255, 0) 100%);
  }

  .opportunity-section {
    padding-top: 92px;
    padding-bottom: 105px;
  }

  .approach-section .section-content .numbers-block .number-row {
    max-width: 87.5%;
  }
  .approach-section .section-content .numbers-block .number-row .number-icons .icon-item {
    width: 50%;
  }
  .approach-section .section-content .numbers-block .number-row .number-icons .icon-item:nth-of-type(6), .approach-section .section-content .numbers-block .number-row .number-icons .icon-item:nth-of-type(3), .approach-section .section-content .numbers-block .number-row .number-icons .icon-item:nth-of-type(5) {
    padding-left: 0;
  }

  .why-section .section-content .tabs-content .tabs-wrapper .tabs-controller .tab-controller-item {
    width: 100%;
  }
  .why-section .section-content .full-width-image .text-wrapper {
    padding-top: 50px;
    padding-bottom: 50px;
    flex-wrap: wrap;
    background-position: 59% center;
  }
  .why-section .section-content .full-width-image .text-wrapper .text-part {
    width: 50%;
  }
  .why-section .section-content .full-width-image .text-wrapper .text-part:first-of-type ul li {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
  .why-section .section-content .full-width-image .text-wrapper .text-part:first-of-type ul li:first-of-type {
    transform: unset;
  }
  .why-section .section-content .full-width-image .text-wrapper .text-part:first-of-type ul li:last-of-type {
    transform: unset;
  }
  .why-section .section-content .full-width-image .text-wrapper .text-part:last-of-type ul li {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
  .why-section .section-content .full-width-image .text-wrapper .text-part:last-of-type ul li:first-of-type {
    transform: unset;
  }
  .why-section .section-content .full-width-image .text-wrapper .text-part:last-of-type ul li:last-of-type {
    transform: unset;
  }
  .why-section .section-content .full-width-image .text-wrapper .text-part:first-of-type {
    margin-bottom: 20px;
  }
  .why-section .section-content .full-width-image .text-wrapper .center-part {
    width: 100%;
    margin: 0;
    justify-content: center;
    margin-bottom: 20px;
  }

  .contact-section .section-content .columns-wrapper {
    margin: 0 -20px 50px;
  }
  .contact-section .section-content .columns-wrapper .column-item {
    padding: 0 20px;
  }

  footer .footer-content .footer-part:first-of-type {
    flex-wrap: wrap;
    margin: 0 -15px;
  }
  footer .footer-content .footer-part .footer-column {
    width: 33.333%;
    padding: 0 15px;
    max-width: unset;
  }
  footer .footer-content .footer-part .footer-column.newsletter {
    width: 100%;
    max-width: unset;
  }
}
@media (max-width: 767px) {
  section .anchor {
    top: -80px;
  }

  .main-header {
    background: #fff;
  }
  .main-header .menu-part {
    align-items: center;
  }
  .main-header .menu-part .main-menu {
    position: absolute;
    left: -100%;
    top: 80px;
    width: 100%;
    height: 100vh;
    background: #fff;
    margin-right: 0;
    padding-top: 53px;
    padding-left: 20px;
    padding-right: 20px;
    transition: all 0.2s ease;
  }
  .main-header .menu-part .main-menu nav ul {
    flex-direction: column;
    margin: 0;
  }
  .main-header .menu-part .main-menu nav ul li {
    padding: 0;
    margin-bottom: 27px;
  }
  .main-header .menu-part .main-menu nav ul li a {
    font-size: 18px;
    line-height: 22px;
  }
  .main-header .menu-part .main-menu nav ul li:last-of-type {
    margin-bottom: 38px;
  }
  .main-header .menu-part .main-menu .header-btn {
    display: inline-block;
  }
  .main-header .menu-part .main-menu.active {
    left: 0;
  }
  .main-header .menu-part .burger-menu {
    width: 20px;
    height: 15px;
    margin-left: 20px;
    position: relative;
  }
  .main-header .menu-part .burger-menu span {
    width: 100%;
    display: block;
    height: 3px;
    border-radius: 10px;
    background: #44546A;
    position: absolute;
    left: 0;
    transition: all 0.2s ease;
  }
  .main-header .menu-part .burger-menu span:first-of-type {
    top: 0;
    transform: rotate(0deg);
    transition-delay: 0.4s, 0s;
    transition-property: top, transform;
  }
  .main-header .menu-part .burger-menu span:nth-of-type(2) {
    top: 6px;
    opacity: 1;
  }
  .main-header .menu-part .burger-menu span:last-of-type {
    top: 12px;
    transform: rotate(0deg);
    transition-delay: 0.4s, 0s;
    transition-property: top, transform;
  }
  .main-header .menu-part .burger-menu.active span:first-of-type {
    top: 6px;
    transition-delay: 0s, 0.4s;
    transition-property: top, transform;
    transform: rotate(45deg);
  }
  .main-header .menu-part .burger-menu.active span:last-of-type {
    top: 6px;
    transition-delay: 0s, 0.4s;
    transition-property: top, transform;
    transform: rotate(-45deg);
  }
  .main-header .menu-part .burger-menu.active span:nth-of-type(2) {
    opacity: 0;
  }

  .hero-section .section-content {
    margin-left: 4.2%;
    margin-right: 4.2%;
  }
  .hero-section .section-content .title {
    margin-top: -33px;
  }
  .hero-section .section-content .title h1 {
    font-size: 45px;
    line-height: 55px;
  }
  .hero-section .section-content .above-title {
    padding: 28px 35px 45px;
  }
  .hero-section .hero-button {
    left: 8%;
  }

  .opportunity-section {
    padding-top: 32px;
    padding-bottom: 65px;
  }
  .opportunity-section .section-content {
    margin-left: 4.2%;
    margin-right: 4.2%;
    max-width: 100%;
  }

  .about-section {
    padding-top: 55px;
    overflow: hidden;
  }
  .about-section .section-content {
    max-width: 100%;
  }
  .about-section .section-content .section-row {
    flex-direction: column;
  }
  .about-section .section-content .section-row .text-block {
    padding-left: 0;
    margin-left: 4.2%;
    margin-right: 4.2%;
    width: 100%;
    padding-right: 0;
  }
  .about-section .section-content .section-row .text-block .title {
    margin-bottom: 33px;
  }
  .about-section .section-content .section-row .image-block {
    width: 100%;
  }
  .about-section .section-content .section-row.reverse {
    flex-direction: column;
  }
  .about-section .section-content .section-row.reverse .text-block {
    padding-left: 0;
    margin-left: 4.2%;
    margin-right: 4.2%;
    width: 100%;
    padding-right: 0;
  }
  .about-section .section-content .section-row.reverse .image-block {
    width: 100%;
    margin-bottom: -4px;
  }

  .approach-section {
    padding-top: 28px;
  }
  .approach-section .section-content {
    max-width: 100%;
    margin-left: 4.2%;
  }
  .approach-section .section-content .title {
    padding-top: 55px;
    margin-left: 4.2%;
    margin-right: 4.2%;
    padding-left: 0;
    margin-bottom: 50px;
  }
  .approach-section .section-content .text-image-block {
    flex-direction: column;
  }
  .approach-section .section-content .text-image-block .text-content {
    width: 100%;
    padding-left: 5.3%;
    padding-right: 5.3%;
  }
  .approach-section .section-content .text-image-block .image-content {
    flex-direction: column;
    width: 100%;
    padding-left: 5.3%;
  }
  .approach-section .section-content .text-image-block .image-content .image-item:first-of-type {
    width: 100%;
  }
  .approach-section .section-content .text-image-block .image-content .image-item:last-of-type {
    width: 100%;
    margin-top: -4px;
  }
  .approach-section .section-content .text-image-block.reverse {
    flex-direction: column;
    padding-top: 0;
  }
  .approach-section .section-content .text-image-block.reverse .text-content {
    padding-left: 5.3%;
    padding-right: 5.3%;
    width: 100%;
  }
  .approach-section .section-content .text-image-block.reverse .image-content {
    width: auto;
    height: 280px;
  }
  .approach-section .section-content .text-image-block.reverse .image-content .image-item {
    left: -4.3%;
    margin-top: 0;
  }
  .approach-section .section-content .text-image-block.no-flex {
    max-width: 100%;
    padding-right: 5.6%;
    padding-bottom: 65px;
  }
  .approach-section .section-content .text-image-block.no-flex .text-image-content {
    flex-direction: column;
  }
  .approach-section .section-content .text-image-block.no-flex .text-image-content .image-block {
    width: 100%;
    margin-bottom: 40px;
  }
  .approach-section .section-content .text-image-block.no-flex .text-image-content .text-content {
    width: 100%;
    padding-left: 0;
  }
  .approach-section .section-content .numbers-block {
    padding-top: 70px;
  }
  .approach-section .section-content .numbers-block .subtitle {
    margin-bottom: 60px;
  }
  .approach-section .section-content .numbers-block .number-row {
    max-width: 100%;
    flex-direction: column;
    margin: 0;
  }
  .approach-section .section-content .numbers-block .number-row .number-text {
    padding-top: 0;
    width: 100%;
    margin-bottom: 20px;
  }
  .approach-section .section-content .numbers-block .number-row .number-text h4 {
    padding-left: 9%;
  }
  .approach-section .section-content .numbers-block .number-row .number-icons {
    width: 100%;
    padding-left: 9%;
  }
  .approach-section .section-content .numbers-block .number-row .number-icons .icon-item:nth-of-type(2) {
    padding-left: 0;
  }

  .why-section {
    padding-top: 55px;
  }
  .why-section .section-content {
    max-width: 91.25%;
    padding-top: 40px;
  }
  .why-section .section-content .title {
    padding-right: 5.6%;
    padding-left: 5.6%;
    margin-bottom: 40px;
  }
  .why-section .section-content .tabs-content {
    max-width: 100%;
    padding-right: 5.6%;
    padding-left: 5.6%;
    margin-right: 0;
    margin-left: 0;
    flex-direction: column;
  }
  .why-section .section-content .tabs-content .subtitle {
    margin-bottom: 20px;
  }
  .why-section .section-content .tabs-content .tabs-wrapper {
    padding-left: 0;
  }
  .why-section .section-content .tabs-content .tabs-wrapper .tabs-controller .tab-controller-item {
    flex-direction: column;
  }
  .why-section .section-content .tabs-content .tabs-wrapper .tabs-controller .tab-controller-item .text p {
    font-size: 22px;
  }
  .why-section .section-content .tabs-content .tabs-wrapper .tabs-controller .tab-controller-item .icon {
    margin-right: 0;
    padding: 15px 0;
  }
  .why-section .section-content .tabs-content .tabs-wrapper .tabs-controller .tab-controller-item.active .text p {
    font-size: 22px;
  }
  .why-section .section-content .full-width-image .text-wrapper {
    margin-left: 8.5%;
    margin-right: 8.5%;
  }
  .why-section .section-content .full-width-image .text-wrapper .text-part {
    padding: 0 10px;
  }
  .why-section .section-content .full-width-image .text-wrapper .text-part ul {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
  }
  .why-section .section-content .full-width-image .text-wrapper .text-part ul li {
    font-size: 20px;
    margin-bottom: 0;
  }
  .why-section .section-content .columns-content {
    padding-right: 5.6%;
    padding-left: 5.6%;
  }
  .why-section .section-content .columns-content .columns-wrapper {
    flex-direction: column;
  }
  .why-section .section-content .columns-content .columns-wrapper .column-item {
    width: 100%;
  }

  .contact-section .section-content {
    padding-top: 40px;
    padding-left: 4.2%;
    padding-right: 4.2%;
    max-width: 91.25%;
  }
  .contact-section .section-content .titles-wrapper {
    flex-direction: column;
    align-items: unset;
  }
  .contact-section .section-content .titles-wrapper .title {
    margin-right: 0;
  }
  .contact-section .section-content .titles-wrapper .subtitle {
    max-width: 70%;
  }
  .contact-section .section-content .columns-wrapper {
    flex-direction: column;
    margin: 0;
    padding-top: 50px;
  }
  .contact-section .section-content .columns-wrapper .column-item {
    width: 100%;
    padding: 0;
    margin-bottom: 70px;
  }

  .location-section .section-content {
    display: flex;
    flex-direction: column-reverse;
  }
  .location-section .section-content .iframe {
    background-position: right;
    display: none;
  }
  .location-section .section-content .location-content {
    position: relative;
    transform: unset;
    max-width: 100%;
    top: unset;
    left: unset;
    flex-direction: column-reverse;
    max-height: unset;
  }
  .location-section .section-content .location-content .image-block {
    width: 100%;
    margin-bottom: -6px;
  }
  .location-section .section-content .location-content .text-block {
    padding-top: 50px;
    width: 100%;
    padding-left: 4.2%;
    padding-right: 4.2%;
  }

  footer .footer-content {
    padding-left: 4.2%;
    padding-right: 4.2%;
  }
  footer .footer-content .footer-part:last-of-type {
    flex-direction: column-reverse;
  }
  footer .footer-content .footer-part:last-of-type .footer-logo {
    max-height: 105px;
    margin: 60px 0 30px;
  }
  footer .footer-content .footer-part:last-of-type .footer-logo img {
    width: auto;
    height: 100%;
  }
}
@media (max-width: 575px) {
  .main-header {
    padding: 16px 20px 16px 24px;
  }

  .hero-section {
    padding-top: 118px;
    padding-bottom: 231px;
    background-size: 759px;
    background-position-y: bottom;
    background-position-x: right;
  }
  .hero-section .section-content .above-title {
    max-width: 293px;
    padding: 29px 27px 43px;
  }
  .hero-section .section-content .above-title h3 {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.51em;
  }
  .hero-section .section-content .title {
    margin-top: -25px;
    padding-left: 24px;
    margin-bottom: 46px;
  }
  .hero-section .section-content .title h1 {
    font-size: 40px;
    line-height: 44px;
  }
  .hero-section .section-content .text {
    position: relative;
    padding-left: 24px;
    padding-bottom: 40px;
    z-index: 2;
  }
  .hero-section .section-content .text:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgb(255, 255, 255) 67%, rgba(0, 0, 0, 0) 100%);
    position: absolute;
    left: 0;
    top: 0;
  }
  .hero-section .section-content .text p {
    position: relative;
    z-index: 3;
  }

  .opportunity-section {
    padding-top: 31px;
    padding-bottom: 64px;
  }
  .opportunity-section .section-content {
    margin-left: 4.9%;
    margin-right: 4.9%;
  }
  .opportunity-section .section-content .title {
    margin-bottom: 21px;
  }
  .opportunity-section .section-content .text p {
    font-size: 25px;
    line-height: 40px;
    margin-bottom: 39px;
    display: block;
  }
  .opportunity-section .section-content .text p:last-of-type {
    margin-bottom: 0;
  }

  .about-section {
    padding-top: 38px;
  }
  .about-section .section-content .section-row .text-block {
    padding-bottom: 19px;
  }
  .about-section .section-content .section-row .text-block .text ul {
    margin-top: 30px;
  }
  .about-section .section-content .section-row .text-block .text ul li {
    max-width: 300px;
  }
  .about-section .section-content .section-row .image-block img {
    height: 338px;
  }
  .about-section .section-content .section-row.reverse .text-block {
    margin-left: 0;
    margin-right: 0;
    padding-left: 4.2%;
    padding-right: 4.2%;
    padding-top: 56px;
    padding-bottom: 31px;
  }
  .about-section .section-content .section-row.reverse .text-block .subtitle {
    max-width: 310px;
    margin-bottom: 31px;
  }
  .about-section .section-content .section-row.reverse .text-block .subtitle h4 {
    font-size: 15px;
    line-height: 30px;
    font-weight: 600;
  }

  .approach-section {
    padding-top: 50px;
    padding-bottom: 48px;
    margin-top: -2px;
  }
  .approach-section .section-content .title {
    padding-top: 48px;
    margin-left: 8.6%;
    margin-bottom: 39px;
  }
  .approach-section .section-content .text-image-block .text-content {
    padding-left: 8.4%;
  }
  .approach-section .section-content .text-image-block .text-content .subtitle {
    margin-bottom: 20px;
  }
  .approach-section .section-content .text-image-block .text-content .subtitle h4 {
    font-size: 15px;
    line-height: 30px;
    font-weight: 600;
  }
  .approach-section .section-content .text-image-block .text-content .text p {
    max-width: 290px;
    margin-bottom: 47px;
  }
  .approach-section .section-content .text-image-block .image-content {
    padding-left: 8.2%;
  }
  .approach-section .section-content .text-image-block .image-content .image-item img {
    height: 243px;
  }
  .approach-section .section-content .text-image-block.reverse .text-content {
    padding-top: 35px;
    padding-left: 8.2%;
    padding-bottom: 24px;
  }
  .approach-section .section-content .text-image-block.reverse .text-content .text p {
    max-width: 100%;
    margin-bottom: 28px;
  }
  .approach-section .section-content .text-image-block.reverse .image-content .image-item img {
    height: 280px;
  }
  .approach-section .section-content .text-image-block.no-flex {
    padding-bottom: 40px;
  }
  .approach-section .section-content .text-image-block.no-flex .subtitle {
    padding-left: 3%;
    margin-bottom: 40px;
  }
  .approach-section .section-content .text-image-block.no-flex .subtitle h4 {
    line-height: 30px;
    font-weight: 600;
  }
  .approach-section .section-content .text-image-block.no-flex .text-image-content .image-block {
    margin-bottom: 23px;
  }
  .approach-section .section-content .text-image-block.no-flex .text-image-content .text-content .text ul {
    padding-left: 45px;
  }
  .approach-section .section-content .text-image-block.no-flex .text-image-content .text-content .text ul li {
    margin-bottom: 18px;
  }
  .approach-section .section-content .numbers-block {
    padding-top: 67px;
    padding-left: 8.2%;
  }
  .approach-section .section-content .numbers-block .subtitle {
    margin-bottom: 56px;
    max-width: 300px;
  }
  .approach-section .section-content .numbers-block .subtitle h4 {
    line-height: 30px;
    font-weight: 600;
  }
  .approach-section .section-content .numbers-block .number-row .number-text h4 {
    font-size: 24px;
    line-height: 135.2%;
    padding-left: 11%;
    max-width: 270px;
  }
  .approach-section .section-content .numbers-block .number-row .number-text span {
    font-size: 24px;
    line-height: 135.2%;
  }
  .approach-section .section-content .numbers-block .number-row .number-icons {
    padding-left: 4%;
    padding-top: 23px;
  }
  .approach-section .section-content .numbers-block .number-row:last-of-type {
    margin-bottom: 61px;
  }

  .why-section {
    padding-top: 50px;
  }
  .why-section .section-content {
    padding-bottom: 30px;
  }
  .why-section .section-content .title {
    padding-right: 8.6%;
    padding-left: 8.6%;
    margin-bottom: 28px;
  }
  .why-section .section-content .tabs-content .tabs-wrapper {
    padding-left: 4%;
    padding-right: 4%;
  }
  .why-section .section-content .tabs-content .tabs-wrapper .tabs-controller {
    padding: 11.4% 5% 11.4%;
  }
  .why-section .section-content .tabs-content .tabs-wrapper .tabs-controller .tab-controller-item .icon {
    padding: 20px 0;
  }
  .why-section .section-content .tabs-content .tabs-wrapper .tabs-controller .tab-controller-item .text {
    max-width: 220px;
    text-align: center;
  }
  .why-section .section-content .tabs-content .tabs-wrapper .tabs-contents .tab-content-item {
    max-width: 100%;
  }
  .why-section .section-content .tabs-content .subtitle {
    margin-bottom: 34px;
    padding-right: 3.6%;
    padding-left: 3.6%;
  }
  .why-section .section-content .tabs-content .subtitle h4 {
    font-weight: 600;
  }
  .why-section .section-content .full-width-image .subtitle h4 {
    font-weight: 600;
    font-size: 14px;
  }
  .why-section .section-content .full-width-image .text-wrapper {
    flex-wrap: nowrap;
    flex-direction: column;
  }
  .why-section .section-content .full-width-image .text-wrapper .text-part {
    padding: 0;
    width: 100%;
  }
  .why-section .section-content .full-width-image .text-wrapper .text-part:first-of-type ul li {
    margin-bottom: 10px;
  }
  .why-section .section-content .full-width-image .text-wrapper .text-part ul li {
    margin-bottom: 10px;
  }
  .why-section .section-content .columns-content {
    padding-right: 1.1%;
    padding-left: 1.1%;
    padding-top: 47px;
  }
  .why-section .section-content .columns-content .subtitle h4 {
    font-weight: 600;
  }
  .why-section .section-content .columns-content .columns-wrapper .column-item {
    margin-bottom: 20px;
  }
  .why-section .section-content .columns-content .columns-wrapper .column-item .column-title {
    margin-bottom: 24px;
  }
  .why-section .section-content .columns-content .columns-wrapper .column-item .column-text {
    max-width: 100%;
  }
  .why-section .section-content .columns-content .columns-wrapper .column-item .column-text ul {
    padding-left: 22px;
  }

  .contact-section {
    padding-top: 60px;
    padding-bottom: 50px;
  }
  .contact-section .section-content {
    padding-bottom: 27px;
    padding-left: 8.2%;
    padding-right: 8.2%;
  }
  .contact-section .section-content .titles-wrapper .title {
    margin-bottom: 8px;
  }
  .contact-section .section-content .titles-wrapper .title h2 {
    font-weight: 600;
  }
  .contact-section .section-content .titles-wrapper .subtitle {
    max-width: 90%;
  }
  .contact-section .section-content .titles-wrapper .subtitle h3 {
    line-height: 30px;
  }
  .contact-section .section-content .columns-wrapper .column-item .column-content .text {
    max-width: 100%;
    margin-bottom: 40px;
  }
  .contact-section .section-content .columns-wrapper .column-item .link a {
    max-width: 100%;
    padding: 20px;
  }
  .contact-section .section-content .bottom-content .bottom-part {
    width: 100%;
    margin-bottom: 18px;
  }
  .contact-section .section-content .bottom-content .bottom-part:first-of-type {
    margin-bottom: 25px;
  }

  .location-section .section-content .iframe {
    height: 424px;
    background-position: right;
  }
  .location-section .section-content .location-content .text-block {
    width: 100%;
    padding-top: 92px;
    padding-left: 10.2%;
    padding-right: 10.2%;
    padding-bottom: 50px;
  }
  .location-section .section-content .location-content .text-block .title h3 {
    font-weight: 600;
  }

  footer .footer-content {
    padding-top: 56px;
    padding-bottom: 65px;
  }
  footer .footer-content .footer-part {
    flex-direction: column;
    margin: 0;
  }
  footer .footer-content .footer-part .footer-column {
    width: 100%;
    margin-bottom: 27px;
  }
  footer .footer-content .footer-part .footer-column nav ul {
    column-count: 2;
  }
  footer .footer-content .footer-part .footer-column:last-of-type {
    padding-top: 5px;
  }
  footer .footer-content .footer-part .footer-column.newsletter .newsletter-content form .form-group {
    padding-top: 8px;
  }
  footer .footer-content .footer-part .footer-column.newsletter .newsletter-content form .form-group input {
    width: 59.5%;
  }
  footer .footer-content .footer-part .footer-column.newsletter .newsletter-content form .form-group button {
    padding: 15px 15px;
    width: 32.5%;
  }
  footer .footer-content .footer-part .footer-column.newsletter .newsletter-content form .checkbox label span {
    max-width: 86%;
  }
  footer .footer-content .footer-part:last-of-type .footer-logo {
    margin: 27px 0 25px;
  }
}

/*# sourceMappingURL=style.css.map */
