@font-face {
  font-family: Archia;
  src: url('../fonts/archia-regular-webfont.eot') format("embedded-opentype"), url('../fonts/archia-regular-webfont.woff') format("woff"), url('../fonts/archia-regular-webfont.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --dark-sea-green: #97c680;
  --white: white;
  --black-2: #1e1e2f;
  --sandy-brown: #feba88;
  --black: black;
}

body {
  color: #1e1e2f;
  font-family: Archia, sans-serif;
  font-size: 16px;
  line-height: 22px;
}

h1 {
  margin-top: 0;
  margin-bottom: 90px;
  font-size: 76px;
  font-weight: 700;
  line-height: 1em;
}

h2 {
  margin-top: 0;
  margin-bottom: 48px;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2em;
}

h3 {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

h4 {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

p {
  margin-bottom: 10px;
  line-height: 1.4em;
}

a {
  text-decoration: underline;
  transition: all .3s;
}

ul {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
}

.header {
  z-index: 90;
  padding-left: 20px;
  padding-right: 20px;
  position: absolute;
  inset: 0% 0% auto;
}

.main {
  background-image: linear-gradient(-5deg, #f8f4f1 60%, #fefeff 98%);
}

.footer {
  background-color: #005d6f;
  padding-bottom: 0;
  padding-left: 80px;
  padding-right: 80px;
}

.content {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

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

.section {
  padding: 64px 80px;
}

.section.section--overflow-hidden {
  overflow: hidden;
}

.section.section--hero {
  padding-top: 140px;
  overflow: hidden;
}

.hero__columns {
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.nav__link {
  box-shadow: inset 0 0 0 0 var(--dark-sea-green);
  color: var(--white);
  text-align: center;
  text-transform: none;
  margin-right: 40px;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 25px;
  font-weight: 400;
  line-height: 30px;
  text-decoration: none;
  display: inline-block;
}

.nav__link:hover {
  box-shadow: inset 0 -9px 0 0 var(--dark-sea-green);
}

.nav__link.w--current {
  color: var(--white);
  text-transform: none;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 25px;
  font-weight: 700;
}

.nav__link.mod--fixed.w--current {
  box-shadow: inset 0 -9px 0 0 var(--dark-sea-green);
}

.btn {
  background-color: var(--dark-sea-green);
  box-shadow: inset 0 45px 0 0 var(--black-2);
  text-align: center;
  border-radius: 100px;
  min-width: 160px;
  padding: 10px 30px;
}

.btn:hover {
  box-shadow: inset 0 45px 0 -50px var(--black-2);
  color: var(--black-2);
}

.btn.stroke--btn-01 {
  box-shadow: none;
  outline-color: var(--white);
  outline-offset: 0px;
  color: #005d6f;
  text-transform: uppercase;
  background-color: #0000;
  outline-width: 3px;
  outline-style: none;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 20px;
  line-height: 20px;
  transition-property: none;
}

.header__col.col--3 {
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.header__col.col--1 {
  min-width: 250px;
}

.hero__col.col--2 {
  z-index: 0;
  flex: 1;
}

.hero__col.col--1 {
  flex-direction: column;
  justify-content: center;
  padding-bottom: 0;
  display: flex;
}

.input {
  z-index: 0;
  border: 1px solid #1e1e2f33;
  border-radius: 0;
  width: 300px;
  height: 64px;
  padding-left: 25px;
  font-size: 16px;
  transition: all .3s;
  position: relative;
}

.input:hover {
  border-color: #1e1e2f66;
}

.input:focus {
  border-color: #97c680;
}

.input::placeholder {
  color: var(--black-2);
}

.input.mod--margin-0 {
  margin-bottom: 0;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
}

.input.mod--hero {
  border-width: 1px;
  border-color: #fff;
  width: 450px;
  height: 120px;
  margin-bottom: 0;
  padding-left: 50px;
  font-size: 20px;
  box-shadow: 0 46px 50px #00000008;
}

.input.mod--hero:hover {
  box-shadow: 0 46px 50px #0000001a;
}

.input.mod--hero:focus {
  border-color: #97c680;
  box-shadow: 0 46px 50px #0000001a;
}

.btn-submit {
  z-index: 1;
  background-color: var(--dark-sea-green);
  box-shadow: inset 0 0 0 0 var(--sandy-brown);
  color: var(--black-2);
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 100%;
  transition: all .3s;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.btn-submit:hover {
  box-shadow: inset 0 -70px 0 0 var(--sandy-brown);
}

.btn-submit.mod--hero {
  width: 120px;
  font-size: 34px;
}

.btn-submit.mod--hero:hover {
  box-shadow: inset 0 -120px 0 0 var(--sandy-brown);
}

.btn-submit.stroke--btn-1 {
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-weight: 700;
}

.form {
  position: relative;
}

.form-block {
  z-index: 1;
  margin-bottom: 0;
  position: relative;
}

.hero__persons {
  z-index: 0;
  justify-content: flex-end;
  height: 590px;
  min-height: 70vh;
  margin-left: 0;
  margin-right: -20px;
  display: flex;
  position: relative;
}

.hero__person {
  cursor: pointer;
  border-radius: 20px;
  width: 21%;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  overflow: hidden;
}

.hero__person.active {
  width: 58%;
}

.hero__person-img {
  z-index: 0;
  object-fit: cover;
  min-width: 100%;
  height: 115%;
  display: block;
  position: relative;
}

.hero__person-grad {
  z-index: 1;
  color: #fff;
  background-image: linear-gradient(#0000 50%, #000c);
  position: absolute;
  inset: 0%;
}

.hero__person-grad.mod--first {
  padding-left: 60px;
}

.hero__person-txt-wrap {
  justify-content: space-between;
  align-items: center;
  width: 120px;
  height: 120px;
  margin-bottom: 40px;
  padding-left: 40px;
  padding-right: 40px;
  transition: all .5s;
  display: flex;
  position: absolute;
  transform: rotate(-90deg);
}

.hero__person-txt-wrap.active {
  width: 100%;
  margin-bottom: 55px;
  transform: none;
}

.hero__person-txt-wrap.mod--first {
  margin-left: auto;
  transform: rotate(-90deg);
}

.hero__person-txt-wrap.mod--first.active {
  padding-left: 100px;
  transform: none;
}

.hero__person-title {
  flex: none;
  font-size: 34px;
  line-height: 1.1em;
}

.hero__person-title.active {
  height: 80px;
}

.hero__person-title.stroke--white-02 {
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 50px;
  font-weight: 700;
}

.hero__person-count {
  text-align: center;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  height: 0%;
  font-size: 52px;
  transition: all .6s;
  display: flex;
  overflow: hidden;
}

.hero__person-count.active {
  opacity: 1;
  height: 100%;
}

.hero__person-count-title {
  margin-bottom: -20px;
  line-height: 1em;
  display: inline-block;
}

.hero__person-count-span {
  flex: none;
  width: 100%;
  font-size: 14px;
  display: inline-block;
}

.hero__person-square {
  z-index: -1;
  background-color: #007f98;
  width: 120px;
  height: 100%;
  margin-left: -24px;
  display: block;
  position: absolute;
}

.hero__person-square.active {
  width: 0;
}

.heading--center {
  text-align: center;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
}

.category__tab-link {
  background-color: #0000;
  border-bottom: 2px solid #0000;
  border-radius: 0;
  min-height: 32px;
  margin-left: 20px;
  margin-right: 20px;
  padding: 0;
  line-height: 1.5em;
}

.category__tab-link:hover {
  border-bottom-color: #0003;
  min-height: 26px;
}

.category__tab-link.w--current {
  background-color: #0000;
  border-bottom-color: #005d6f;
  min-height: 26px;
}

.category__tab-link.w--current:hover {
  border-bottom-color: #000;
}

.category__tabs-menu {
  text-align: center;
  margin-bottom: 56px;
}

.category__columns {
  flex-flow: row;
  place-content: stretch flex-start;
  align-items: flex-start;
  margin-left: -16px;
  margin-right: -16px;
  display: flex;
}

.category__col {
  width: 25%;
  padding-left: 16px;
  padding-right: 16px;
  position: sticky;
  top: 40vh;
}

.category__card {
  color: var(--black-2);
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.category__card:hover {
  color: #005d6f;
}

.category__card-img {
  border-radius: 20px;
  margin-bottom: 24px;
  display: block;
}

.category__card-img.mod--desctop {
  display: block;
}

.category__card-img.mod--mob {
  display: none;
}

.category__card-title {
  margin-bottom: 12px;
  font-size: 24px;
}

.category__card-title.stroke--skills-06 {
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 30px;
  line-height: 32px;
}

.category__card-title.stroke--skills-06:hover {
  color: #005d6f;
}

.category__card-month {
  color: var(--black-2);
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 20px;
}

.skills__head {
  z-index: 1;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.skills__head-desc {
  z-index: 1;
  width: 100%;
  max-width: 544px;
  margin-right: 80px;
  position: relative;
}

.skills__txt-desc {
  margin-bottom: 0;
  font-size: 20px;
}

.skills__achieve {
  background-color: var(--dark-sea-green);
  justify-content: center;
  align-items: center;
  margin-top: 48px;
  margin-bottom: -185px;
  display: flex;
  overflow: hidden;
}

.skills__achieve.mod--desctop {
  background-color: #005d6f;
  border-radius: 5px;
}

.skills__achieve.mob--mob {
  display: none;
}

.skills__achieve-title {
  margin-right: 16px;
  font-size: 52px;
  line-height: 1em;
}

.skills__achieve-title.stroke--08 {
  color: var(--white);
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-weight: 700;
}

.skills__achieve-desc {
  text-transform: uppercase;
  font-size: 14px;
  line-height: 1.4em;
}

.skills__achieve-desc.stroke--06 {
  color: var(--white);
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 15px;
  font-weight: 700;
}

.skills__achieve-txt-wrap {
  align-items: center;
  margin-top: 36px;
  margin-bottom: 36px;
  display: flex;
}

.skills__achieve-line {
  background-color: #fff;
  flex: none;
  width: 1px;
  height: 40px;
  margin-left: 52px;
  margin-right: 52px;
}

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

.skills__col.mod--video {
  flex: 1;
}

.skills__video-wrap {
  z-index: 0;
  background-color: var(--white);
  cursor: pointer;
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 950px;
  min-height: 470px;
  margin-left: auto;
  display: flex;
  position: relative;
  overflow: hidden;
}

.skills__list {
  max-width: 270px;
  margin-right: 60px;
}

.skills__list-item {
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
  position: relative;
}

.skills__list-ico {
  background-color: #005d6f;
  border-radius: 100px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 25px;
  height: 25px;
  margin-right: 24px;
  display: flex;
  box-shadow: 0 4px 40px #0000000d;
}

.skills__list-title {
  margin-bottom: 16px;
  font-size: 20px;
}

.skills__list-title.stroke--06 {
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-weight: 700;
}

.skills__list-desc {
  color: #1e1e2fcc;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
}

.skills__list-line {
  border-left: 1px dashed #1e1e2f99;
  width: 1px;
  margin-top: 103px;
  margin-bottom: -14px;
  position: absolute;
  inset: 0% auto 0% 28px;
}

.hide {
  display: none;
}

.dot-green {
  color: #005d6f;
  font-family: Varela, sans-serif;
}

.reviews__card {
  background-color: var(--white);
  border-radius: 16px;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  padding: 24px;
  transition: all .6s;
  display: flex;
  box-shadow: 0 64px 50px -32px #06072508;
}

.reviews__card-name {
  font-size: 14px;
  line-height: 1em;
}

.swiper-slide {
  justify-content: center;
  align-items: stretch;
  height: auto;
  display: block;
  position: relative;
}

.swiper-slide.slide--reviews {
  width: 25%;
  height: auto;
}

.swiper {
  border-radius: 16px;
  width: 100%;
  overflow: hidden;
}

.swiper.swiper--reviews {
  overflow: visible;
}

.swiper.swiper--persons {
  display: none;
}

.swiper-wrapper {
  flex-direction: row;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.reviews__card-author {
  flex-direction: row;
  flex: none;
  align-items: center;
  margin-top: 48px;
  display: flex;
}

.reviews__card-p {
  color: #1e1e2fcc;
  margin-bottom: 0;
}

.swiper__nav {
  justify-content: center;
  align-items: center;
  margin-top: 44px;
  display: flex;
}

.swiper__nav-arrow {
  opacity: .8;
  cursor: pointer;
  background-image: url('../images/ico_arrow.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border: 1px solid #1e1e2f00;
  border-radius: 100px;
  width: 48px;
  height: 48px;
  margin-left: 12px;
  margin-right: 12px;
  transition: all .3s;
}

.swiper__nav-arrow:hover {
  opacity: 1;
  border-color: #1e1e2f26;
}

.swiper__nav-arrow.mod--right {
  transform: rotate(180deg);
}

.reviews__card-ava {
  border-radius: 100px;
  flex: none;
  width: 56px;
  height: 56px;
  margin-right: 12px;
}

.reviews__card-name {
  margin-bottom: 12px;
}

.reviews__card-spec {
  color: var(--dark-sea-green);
  font-size: 14px;
  line-height: 1em;
}

.footer__columns {
  border-bottom: 1px #ffffff1a;
  justify-content: space-between;
  align-items: flex-start;
  min-height: 120px;
  margin-bottom: 0;
  padding-top: 56px;
  padding-bottom: 56px;
  display: flex;
}

.footer__col.col--nav {
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.footer__subs-title {
  margin-bottom: 20px;
  font-size: 20px;
}

.footer__subs-title.stroke--06 {
  color: #fff;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-weight: 700;
}

.footer__copyright {
  align-items: center;
  display: flex;
}

.footer__nav-list {
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 400px;
  margin-bottom: 0;
  margin-right: 0;
  display: flex;
}

.footer__nav-list-item {
  width: 50%;
  margin-bottom: 40px;
}

.hero__h1 {
  text-transform: none;
  margin-bottom: 0;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 100px;
}

.category__card-arrow {
  z-index: 2;
  background-color: var(--white);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  transition: all .5s;
  display: flex;
  position: absolute;
  inset: -60px 16px auto auto;
}

.skills__video {
  width: 100%;
  height: 110%;
  margin-bottom: -30px;
  position: absolute;
  inset: auto 0% 0%;
}

.header-block {
  z-index: 90;
  padding: 38px 80px;
  position: absolute;
  inset: 0% 0% auto;
}

.header-block.mod--fixed {
  background-color: #005d6f;
  padding-top: 18px;
  padding-bottom: 18px;
  transition: all .5s;
  position: fixed;
  inset: 0% 0% auto;
}

.header-block.mod--absolute {
  background-color: #005d6f;
  padding-top: 15px;
  padding-bottom: 15px;
}

.dot {
  font-family: Varela, sans-serif;
}

.category__tabs-mask {
  overflow: visible;
}

.hero__person-txt-more {
  opacity: 0;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  position: absolute;
  bottom: 78px;
}

.hero__person-txt-more.active {
  opacity: 1;
}

.hero__person-txt-more.mod--1 {
  padding-left: 100px;
}

.hero__person-txt-less {
  opacity: 1;
  justify-content: flex-start;
  align-items: center;
  width: 120px;
  height: 120px;
  display: flex;
  position: absolute;
  bottom: 80px;
  transform: rotate(-90deg);
}

.hero__person-txt-less.active {
  opacity: 0;
}

.hero__person-txt-less.mod--1 {
  padding-top: 20px;
  right: 0;
}

.hero__person-txt-less.mod--1.hide {
  display: none;
}

.skills__top {
  z-index: 1;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.hero__person-cont {
  border-radius: 10px;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.hero__person-img2 {
  z-index: 3;
  background-image: url('../images/hero_person-01.jpg');
  background-position: 50%;
  background-size: auto 120%;
  position: absolute;
  inset: 0%;
}

.header__btn-menu {
  background-color: var(--black-2);
  cursor: pointer;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  margin-left: 24px;
  display: none;
  position: relative;
}

.header__btn-menu-line {
  background-color: var(--white);
  width: 16px;
  height: 2px;
  position: absolute;
  transform: none;
}

.header__btn-menu-line.mod--1 {
  transform: translate(0, -3px);
}

.header__btn-menu-line.mod--2 {
  transform: translate(0, 3px);
}

.menu {
  display: none;
}

.btn-border {
  background-color: var(--dark-sea-green);
  box-shadow: inset 0 45px 0 0 var(--black-2);
  text-align: center;
  border-radius: 100px;
  min-width: 160px;
  padding: 10px 30px;
}

.btn-border:hover {
  box-shadow: inset 0 45px 0 -50px var(--black-2);
  color: var(--black-2);
}

.footer__nav-link {
  box-shadow: inset 0 0 0 0 var(--dark-sea-green);
  color: #fff;
  text-align: center;
  margin-right: 0;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 20px;
  font-weight: 700;
  text-decoration: none;
  display: inline-block;
}

.footer__nav-link:hover, .footer__nav-link.mod--fixed.w--current {
  box-shadow: inset 0 -9px 0 0 var(--dark-sea-green);
}

.skills__video-nav {
  z-index: 5;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
  position: absolute;
  inset: auto 32px 32px auto;
}

.skills__video-nav-ico {
  z-index: 0;
  opacity: 0;
  cursor: pointer;
  transition: all .3s;
  position: absolute;
  transform: scale(.7);
}

.skills__video-nav-ico.active {
  z-index: 1;
  opacity: 1;
  display: block;
  transform: translate(0);
}

.skills__video-nav-ico.active:hover {
  opacity: .7;
}

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

.footer__social {
  justify-content: flex-end;
  align-items: center;
  margin-left: -8px;
  margin-right: -8px;
  display: flex;
}

.footer__soc-link {
  border-radius: 100px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-left: 8px;
  margin-right: 8px;
  display: flex;
}

.footer__soc-link:hover {
  background-color: var(--black-2);
}

.footer__soc-img {
  object-fit: scale-down;
  background-color: #fff;
  border: 1px solid #1e1e2f1a;
  border-radius: 100px;
  width: 100%;
  height: 100%;
  transition: all .3s;
  display: block;
}

.footer__soc-img:hover {
  filter: brightness(0%) invert();
}

.footer__copyright-logo {
  flex: none;
  margin-right: 14px;
}

.button {
  border: 2px solid var(--white);
  background-color: #0000;
  border-radius: 99px;
  padding: 10px 30px;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 20px;
  font-weight: 700;
  transition-property: none;
}

.bold-text {
  color: #007f98;
  font-size: 125px;
  font-style: italic;
}

.text-block {
  color: #000;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 20px;
}

.bold-text-2, .heading {
  color: #000;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
}

.text-block-2 {
  color: #fff;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 20px;
  font-weight: 700;
}

.grid-content-overlay {
  z-index: 5;
  opacity: 0;
  padding: 10px;
  position: absolute;
  inset: 0;
}

.grid-img {
  position: absolute;
  inset: 0;
}

.grid-img._3 {
  background-image: url('../images/pink-headphones.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.grid-img._1 {
  background-image: url('../images/brent1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.grid-img._5 {
  background-image: url('../images/desk.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.grid-img._7 {
  background-image: url('../images/hustle.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.grid-img._6 {
  background-image: url('../images/orange.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.windmill-grid {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: minmax(150px, 1fr) minmax(150px, 1fr) minmax(150px, 1fr) minmax(150px, 1fr) minmax(150px, 1fr) minmax(150px, 1fr);
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}

.windmill-block {
  text-align: center;
  border-radius: 10px;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.grid-smallsubheading {
  color: #444f55;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.25;
}

.grid-smallheading {
  color: #86969e;
  margin-top: 0;
  font-size: 30px;
  line-height: 1.25;
}

.content-wrapper {
  padding: 20px;
}

.grid-content-overlay-block {
  background-color: #fffffff2;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.grid-img-wrapper {
  z-index: 1;
  border-radius: 10px;
  padding: 16px;
  position: absolute;
  inset: 0;
}

.form-state-icon {
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

.contact_row {
  margin-bottom: 3rem;
}

.padding-vertical {
  padding-left: 0;
  padding-right: 0;
}

.social-link {
  opacity: .8;
  width: 1.25rem;
  height: 1.25rem;
  transition: opacity .2s ease-out;
}

.social-link:hover {
  opacity: 1;
}

.text-style-muted {
  opacity: .6;
}

.form-success-icon-wrapper {
  color: #fff;
  background-color: #3941ff;
  justify-content: center;
  align-items: center;
  width: 4rem;
  height: 4rem;
  margin-right: 1.5rem;
  display: flex;
}

.form-error-icon-wrapper {
  color: #fff;
  background-color: #ff5558;
  justify-content: center;
  align-items: center;
  width: 4rem;
  height: 4rem;
  margin-right: 1.5rem;
  display: flex;
}

.social-wrapper {
  grid-column-gap: 1.25rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  align-items: center;
  display: grid;
}

.contact_component {
  grid-column-gap: 4rem;
  grid-row-gap: 2.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.text-style-subheader {
  letter-spacing: .125rem;
  text-transform: uppercase;
  margin-bottom: 1rem;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: .875rem;
  font-weight: 500;
}

.text-size-small {
  font-size: .875rem;
}

.text-size-small.text-style-muted {
  opacity: 1;
  color: #fff;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 35px;
}

.form-input {
  color: #232536;
  background-color: #f9f9ff;
  border: 1px #000;
  border-radius: 0;
  height: 4rem;
  margin-bottom: 0;
  padding: 1.5rem;
  font-size: 1rem;
}

.form-input::placeholder {
  color: #2325364d;
}

.form-input.is-alternate {
  background-color: #0000;
  border-bottom: 1px solid #ebebeb;
  height: 2rem;
  padding: 1rem 0;
}

.form-input.is-alternate.is-text-area {
  min-height: 6rem;
}

.contact_row-divider {
  background-color: #2325361a;
  width: 100%;
  height: .125rem;
  margin-top: .5rem;
  margin-bottom: 1rem;
}

.box-stripe {
  background-color: #ffa155;
  width: 100%;
  height: 100%;
}

.box-stripe.is-light-orange {
  background-color: #ffd3af;
}

.box-stripe.is-dark-blue {
  background-color: #3941ff;
}

.button-2 {
  color: #fff;
  background-color: #005d6f;
  border-radius: 99px;
  justify-content: center;
  align-items: center;
  padding: 1.25rem 1.5rem;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-weight: 600;
  text-decoration: none;
  transition: background-color .2s ease-in-out;
  display: flex;
}

.button-2:hover {
  background-color: #222bff;
}

.contact_form {
  grid-column-gap: 0rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  display: grid;
}

.contact_content-right {
  color: #fff;
  background-color: #005d6f;
  border-radius: 10px;
  margin-left: 0;
  padding: 6rem 4rem 6rem 6rem;
  position: relative;
}

.margin-top {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.stripe-vertical-wrapper {
  flex-direction: column;
  width: 1.25rem;
  height: 100%;
  display: flex;
}

.stripe-vertical-wrapper.is-left-out {
  position: absolute;
  inset: auto auto 0% -1.25rem;
}

.stripe-vertical-wrapper.is-left-out.is-50 {
  height: 50%;
}

.heading-large {
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 3rem;
  line-height: 1.3;
}

.text-size-medium {
  font-size: 1.125rem;
}

.text-size-medium.text-weight-medium {
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 25px;
  font-weight: 700;
  line-height: 35px;
}

.social-icon {
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  height: 1.25rem;
  display: flex;
}

.form-state-content {
  color: #232536;
  align-items: center;
  padding-right: 1.5rem;
  display: flex;
}

.page-padding {
  padding-left: 0;
  padding-right: 0;
}

.contact_form-wrapper {
  margin-top: 2rem;
  margin-bottom: 0;
}

.form-message-success {
  background-color: #ecf8f9;
  margin-top: 1rem;
  padding: 0;
}

.section-contact {
  padding-top: 40px;
  padding-bottom: 40px;
}

.container-large {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.form-message-error {
  background-color: #ffe0e1;
  margin-top: 1rem;
  padding: 0;
}

.stripe-horizontal-wrapper {
  height: 1.25rem;
  display: flex;
}

.stripe-horizontal-wrapper.is-top-right {
  position: absolute;
  inset: -1.25rem 0% auto auto;
}

.stripe-horizontal-wrapper.is-top-right.is-20 {
  width: 20%;
}

.contact_link {
  text-decoration: none;
  transition: opacity .2s;
}

.contact_link:hover {
  opacity: 1;
}

.contact_link.text-size-medium.text-weight-medium, .contact_link.text-size-small.text-style-muted {
  color: var(--white);
}

.box-square {
  width: 1.5rem;
  height: 1.5rem;
  margin-bottom: 1.5rem;
}

.text-block-3 {
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 25px;
  line-height: 35px;
}

.text-block-4, .text-block-5, .text-block-6, .text-block-7 {
  font-size: 20px;
}

.section-full-page {
  padding: 64px 80px;
}

.section-full-page.section--overflow-hidden {
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  padding-top: 60px;
  padding-bottom: 0;
  display: flex;
  overflow: hidden;
}

.section-full-page.section--hero {
  padding-top: 140px;
  overflow: hidden;
}

.section-full-page.section--cat {
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.content-full-page {
  width: 100%;
  max-width: 1250px;
  margin-left: auto;
  margin-right: auto;
}

.footer_link-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  display: grid;
}

.footer_top-wrapper {
  grid-column-gap: 1em;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer_icon {
  color: #fff;
  cursor: pointer;
  width: 1.25rem;
  height: 2rem;
  transition: color .2s;
}

.footer_icon:hover {
  color: #a7a7a7;
}

.footer_link-header {
  color: #fff;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1;
}

.footer_bottom-list {
  align-items: center;
  margin-top: 3rem;
  display: flex;
}

.footer_small-text {
  color: #878787;
  font-size: 1rem;
}

.footer_small-text.is-white {
  color: #fff;
}

.footer_small-text.is-white:hover {
  color: #878787;
}

.nav_logo-span {
  color: #57c168;
}

.footer_link {
  color: #fff;
  margin-bottom: .5rem;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.5;
  text-decoration: none;
  transition: color .2s;
  display: block;
}

.footer_link:hover {
  color: #a7a7a7;
}

.footer_link.w--current {
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  text-decoration: none;
}

.padding-right {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.footer_socials-wrapper {
  justify-content: flex-start;
  display: flex;
}

.footer_small-link {
  color: #fff;
}

.footer_small-link:hover {
  color: #878787;
}

.footer_logo-wrapper {
  max-width: 20rem;
}

.footer_logo {
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
}

.footer_component {
  background-color: #005d6f;
  padding-top: 40px;
  padding-bottom: 40px;
}

.text-color-white {
  color: #fff;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
}

.padding-bottom {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.container-medium {
  width: 100%;
  max-width: 64rem;
  margin-left: auto;
  margin-right: auto;
}

.gallery-section {
  padding: 64px 80px;
}

.gallery-section.section--overflow-hidden {
  padding: 0;
  overflow: hidden;
}

.gallery-section.section--hero {
  padding-top: 140px;
  overflow: hidden;
}

.grid {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.div-block {
  background-image: url('../images/1920x1080.jpeg');
  background-position: 50%;
  background-size: cover;
  min-height: 500px;
}

.div-block-2 {
  background-image: url('../images/brent3.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.div-block-3 {
  background-image: url('../images/brent1.jpg');
  background-position: 50%;
  background-size: cover;
}

.cell {
  filter: none;
  color: #fff;
  background-color: #f8f8f8;
  background-image: url('../images/rb3.jpg');
  background-position: 100%;
  background-size: cover;
  border-radius: 5px;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  min-height: 300px;
  padding: 33px;
  display: flex;
  position: relative;
}

.cell.v3 {
  background-image: url('../images/1920x1080.jpeg');
  background-position: 50%;
  background-size: cover;
  border-radius: 5px;
  min-height: 500px;
}

.cell.v6 {
  background-image: url('../images/rayban2.jpg');
  background-size: cover;
  border-radius: 5px;
  min-height: 500px;
}

.cell.v4 {
  background-image: url('../images/brent1.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 5px;
  min-height: 500px;
}

.cell.v2 {
  background-image: url('../images/brent3.jpeg');
  background-position: 50%;
  background-size: cover;
  border-radius: 5px;
  min-height: 500px;
}

.cell.v5 {
  background-image: url('../images/brent2.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 5px;
  flex-direction: column;
  justify-content: space-between;
}

.cell.v9 {
  background-color: #0000;
  background-image: url('../images/logos_2020.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.card-post-title {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 23px;
  font-weight: 400;
  line-height: 120%;
}

.card-post-cta {
  text-transform: uppercase;
  align-self: flex-end;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 32px;
}

.section-2 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.container {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.container.cc-margin-bottom {
  margin-bottom: 60px;
}

.grid-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template: "."
  / 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row dense;
  display: grid;
}

.team-image {
  border: 3px solid #7567f8;
  border-radius: 100%;
  width: 140px;
  height: 140px;
  margin-bottom: 40px;
}

.team-image._2 {
  border-style: none;
  border-width: 5px;
  width: 225px;
  height: 225px;
  margin-top: 0;
  margin-bottom: 24px;
}

.social-icon-2 {
  opacity: .6;
  background-image: url('../images/facebook-logo-black.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 15px;
  width: 30px;
  height: 30px;
  transition: all .4s;
}

.social-icon-2:hover {
  opacity: .9;
}

.social-icon-2.insta {
  background-image: url('../images/instagram-1.png');
  background-size: 15px;
}

.social-icon-2.gmail {
  background-image: url('../images/icon-5.png');
  background-size: 15px;
}

.social-icon-2.twitter {
  background-image: url('../images/twitter-logo-silhouette-1.svg');
  background-size: 15px;
}

.copyright-writter {
  padding-top: 0;
  padding-bottom: 0;
}

.collection-item {
  margin-bottom: 0;
  margin-left: 0;
}

.collection-item.small {
  float: none;
  margin-bottom: 20px;
  display: inline-block;
}

.facts-text {
  color: #75757c;
  font-size: 14px;
  line-height: 24px;
}

.top-padding {
  margin-top: 20px;
}

.top-padding.center {
  text-align: center;
  margin-bottom: 0;
}

.top-padding.in-testimonial {
  margin-top: 20px;
}

.bottom-padding-80 {
  margin-bottom: 80px;
}

.line-2 {
  background-color: #212127;
  width: 35px;
  height: 2px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: 28px;
  left: 0;
  right: 0;
}

.tittle-footer {
  color: #7567f8;
  margin-bottom: 30px;
  font-weight: 900;
}

.icon {
  color: #7567f8;
  margin-top: 25.5px;
  margin-right: 50px;
  font-size: 11px;
  font-weight: 300;
}

.play-icon-style-2 {
  background-color: #0000;
  border: 4px solid #7567f8;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
}

.play-icon-style-2:hover {
  border-style: solid;
}

.play-icon-style-2.white {
  border-color: #fff;
}

.center-container-content {
  z-index: 2;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
  top: 50%;
  transform: translate(0, -50%);
}

.page-fade-in {
  padding-top: 0;
  overflow: hidden;
}

.nav-link {
  color: #75757c;
  background-color: #0000;
  padding-left: 50px;
  padding-right: 20px;
  font-size: 15px;
  font-weight: 500;
}

.nav-link:hover {
  color: #7567f8;
}

.navigation {
  z-index: 200;
  color: #212127;
  background-color: #0000;
  width: 100%;
  padding: 30px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.column-about {
  text-align: left;
}

.copyright {
  color: #9096a4;
  text-align: right;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 12px;
  line-height: 26px;
  position: relative;
}

.copyright.dorian-hoxha {
  color: #9096a4;
  text-align: left;
  top: 0;
}

.section-tittle-hero-white {
  color: #212127;
  margin-top: 15px;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 38px;
  font-weight: 400;
}

.section-tittle-hero-white.in-half-section {
  color: #212127;
  margin-bottom: 15px;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-weight: 700;
  line-height: 48px;
}

.half-section {
  float: left;
  background-color: #fff;
  width: 50%;
  height: 800px;
  padding-top: 0;
}

.half-section.tint {
  background-color: #f1f1f7;
  border-right: 1px solid #dfdfe9;
}

.half-section.image-background {
  background-image: linear-gradient(#2a24641a, #2a24641a), url('../images/image003.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.fact-heading {
  margin-bottom: 10px;
  font-weight: 600;
}

.menu-button.background {
  z-index: 9999;
  float: right;
  text-align: center;
  background-color: #0000;
  border-radius: 100%;
  width: 60px;
  height: 60px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  display: block;
  top: 0;
  left: 0;
  overflow: visible;
}

.line-3 {
  text-align: center;
  background-color: #212127;
  width: 35px;
  height: 2px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: 38px;
  left: 0;
  right: 0;
}

.facts {
  display: flex;
}

.dropdown-link {
  color: #75757c;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 14px;
  font-weight: 400;
  transition: color .4s;
}

.dropdown-link:hover {
  color: #7567f8;
}

.dropdown-link.w--current {
  color: #7567f8;
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: 600;
}

.latest-news {
  text-align: left;
}

.social-wrapper-2 {
  margin-left: -9px;
  position: relative;
  top: 3px;
}

.social-wrapper-2.footer {
  margin-top: 20px;
  margin-left: -4px;
}

.social-wrapper-2.nav {
  text-align: left;
  border-top: 1px solid #0000001c;
  margin-left: 50px;
  margin-right: 50px;
  padding-top: 20px;
  top: 20px;
}

.nav-link-second {
  color: #75757c;
  padding-left: 50px;
  font-size: 15px;
  font-weight: 600;
  display: block;
}

.nav-link-second.w--current {
  color: #7567f8;
}

.features-wrapper {
  background-color: #0000;
  border: 1px solid #323e9b;
  border-radius: 5px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 25px;
}

.features-wrapper.no-line {
  text-align: center;
  background-color: #fbfbff;
  border-color: #f1f1f7;
  padding-top: 40px;
  padding-bottom: 40px;
}

.features-wrapper.tint {
  background-color: #f1f1f7;
  background-image: url('../images/square.png');
  background-position: 50%;
  background-size: 80px;
  border-style: solid;
  border-color: #f1f1f7;
  padding-top: 40px;
  padding-bottom: 40px;
}

.features-wrapper.lighter {
  background-color: #fff;
  border-color: #f1f1f7;
}

.nav-menu-style-1.second-style {
  background-color: #fff;
  width: 420px;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding-top: 60px;
  display: block;
  position: absolute;
  overflow: scroll;
}

.paragraph-center {
  color: #9096a4;
  text-align: center;
  line-height: 26px;
}

.line-1 {
  z-index: 2;
  background-color: #212127;
  width: 35px;
  height: 2px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: 18px;
  left: 0;
  right: 0;
}

.dropdown-list {
  padding-top: 10px;
}

.dropdown-list.w--open {
  background-color: #f1f1f7;
  padding: 10px 20px;
}

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

.service-title.padding {
  margin-bottom: 20px;
}

.algin-center {
  color: #212127;
  text-align: center;
  transition: all .3s;
}

.algin-center.padding {
  margin-bottom: 40px;
}

.footer-link {
  color: #212127;
  margin-top: 13px;
  margin-bottom: 13px;
  font-size: 15px;
  font-weight: 400;
  line-height: 25px;
  text-decoration: none;
  display: block;
}

.footer-link:hover {
  color: #7567f8;
  text-decoration: underline;
}

.team-member-text {
  color: #75757c;
  margin-bottom: 10px;
  font-size: 15px;
  line-height: 25px;
}

.text-in-block {
  color: #75757c;
  font-weight: 600;
  display: block;
}

.bottom-border {
  z-index: 998;
  color: #212127;
  background-color: #0000;
  border-top: 1px solid #00000021;
  width: 100%;
  height: auto;
  margin-top: 100px;
  padding: 0;
  position: static;
  bottom: 0;
  left: 0;
  right: 0;
}

.about-us-text {
  color: #212127;
}

.color-line {
  background-color: #007f98;
  border-bottom: 3px solid #007f98;
  align-items: center;
  width: 20%;
  margin: -2px auto 15px;
  display: block;
}

.color-line.white {
  border-bottom-color: #fff;
}

.brand {
  text-align: center;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  display: block;
  top: 10px;
  left: 0;
}

.brand.w--current {
  margin-top: 0;
  padding-top: 0;
  padding-left: 10px;
}

.important-link {
  color: #212127;
  font-weight: 400;
  text-decoration: none;
}

.important-link:hover {
  color: #7567f8;
  text-decoration: underline;
}

.team-member {
  text-align: center;
  width: 33.333%;
}

.section-3 {
  background-color: #f1f1f7;
  border-bottom: 1px #4772d926;
  padding: 100px 10px;
  position: relative;
}

.section-3.team-section {
  background-color: #005d6f;
}

.section-3.footer {
  text-align: left;
  background-color: #0000;
  background-image: linear-gradient(#f1f1f7f2, #f1f1f7f2), url('../images/ferdinand-stohr-149422-1-1.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-bottom-style: none;
  margin-top: 0;
  padding-bottom: 0;
}

.section-3.color {
  background-color: #7567f8;
}

.section-3.color.squares {
  background-color: #7567f8;
  background-image: url('../images/squ.png');
  background-position: 50%;
  background-size: cover;
}

.facts-image {
  width: 56px;
  margin-bottom: 8px;
}

.white {
  color: #fff;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-weight: 700;
  line-height: 30px;
}

.container-2 {
  z-index: 10;
  text-align: center;
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.div-useful-links {
  text-align: left;
}

.links-block {
  margin-top: 30px;
}

.team-heading {
  color: #007f98;
  text-align: center;
  margin-top: 0;
  margin-bottom: 20px;
  padding-right: 0;
  font-size: 17px;
  position: static;
  top: 0;
  left: 0;
  right: 0;
}

.learn-more-heading-section {
  color: #212127;
  line-height: 34px;
}

.column-footer-copyright {
  padding-right: 10px;
}

.link-color-button {
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #007f98;
  border-radius: 100px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  padding: 12px 34px;
  font-size: 12px;
  font-weight: 600;
  line-height: 26px;
  text-decoration: none;
  transition-property: none;
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.link-color-button:hover {
  padding-left: 34px;
  padding-right: 34px;
  box-shadow: 0 10px 20px #7567f847;
}

.link-color-button.inverse {
  background-color: #c900fc;
}

.line-features {
  background-color: #323e9b;
  width: 95%;
  height: 1px;
  margin-bottom: 0;
}

.line-features.gray {
  background-color: #e4e4e4;
}

.line-features.tint {
  background-color: #f1f1f7;
}

.line-features.white {
  background-color: #fff;
}

.subtittle {
  color: #000;
  margin-top: 0;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
}

.subtittle.white {
  color: #fff;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-weight: 300;
  line-height: 38px;
}

.subtittle.left-padding {
  color: #005d6f;
  margin-bottom: 15px;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-style: italic;
}

.button-text {
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  position: relative;
}

.column-footer-copyright-2 {
  padding-left: 0;
}

.team-wrapper {
  text-align: center;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  margin-left: 10px;
  margin-right: 10px;
  padding: 50px 40px;
  transition: all .2s;
  display: block;
  position: relative;
}

.team-wrapper:hover {
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 20px 20px #1b0e8f1a;
}

.play-button {
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
  inset: 50% 0;
}

.play-button.left.purple {
  opacity: 1;
  background-color: #0000;
  background-image: url('../images/icons8-circled-play-filled-100_1icons8-circled-play-filled-100.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 70px;
  border: 0 #fff;
  border-radius: 100%;
  width: 70px;
  height: 70px;
  transition: all .2s;
}

.play-button.left.purple:hover {
  background-color: #0000;
  border-style: solid;
  border-color: #7567f8;
}

.play-button.left.purple.white {
  background-color: #fff;
}

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

.facts-section {
  background-color: #fff;
  padding: 70px 10px;
  position: relative;
}

.facts-item {
  text-align: center;
  flex: 1;
  padding: 8px 15px;
}

.headline-sign {
  width: 20%;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.features-description {
  position: relative;
  overflow: hidden;
}

.useful-pages {
  text-align: left;
}

.button-overlay {
  background-color: #007f98;
  margin-top: auto;
  position: absolute;
  inset: 0;
}

.button-overlay.inverse {
  background-color: #7567f8;
}

.section-4 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.bold-text-3 {
  color: #007f98;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
}

.profile-1 {
  background-image: url('../images/drnicolelinseyparsons_large.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 100%;
  width: 300px;
  height: 300px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}

.profile-2 {
  background-image: url('../images/drbrentparsons_large.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 100%;
  width: 300px;
  height: 300px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}

.bold-text-4 {
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 20px;
  line-height: 1.4px;
}

.section-5 {
  padding-top: 0;
}

.bold-text-5, .bold-text-6, .bold-text-7 {
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
}

.text-block-8, .text-block-9, .text-block-10 {
  font-size: 20px;
  line-height: 25px;
}

.field-label, .field-label-2, .field-label-3, .field-label-4 {
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 20px;
}

.right-arrow {
  margin-top: -140px;
  display: block;
}

.section-tittle {
  margin-bottom: 10px;
  font-size: 38px;
  line-height: 40px;
}

.section-tittle.dark {
  color: #fff;
  text-align: center;
  margin-bottom: 0;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 50px;
  font-weight: 600;
  line-height: 60px;
}

.section-tittle-hero {
  margin-bottom: 20px;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-weight: 700;
  line-height: 48px;
}

.testimonial-slide-block {
  text-align: center;
}

.page-fade-in-2 {
  overflow: hidden;
}

.service-row {
  margin-bottom: 40px;
}

.testimonial-image {
  background-image: url('../images/team-6.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 100%;
  width: 80px;
  height: 80px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.testimonial-image.second {
  background-image: url('../images/team1.jpg');
}

.testimonial-image.third {
  background-image: url('../images/team-4.jpg');
}

.left-arrow {
  margin-top: -140px;
  display: block;
}

.testimonials-slider {
  text-align: center;
  background-color: #0000;
  height: 360px;
}

.banner {
  background-image: url('../images/1234.png'), none;
  background-position: 100%, 50%;
  background-size: cover, cover;
  height: 800px;
}

.banner.service {
  background-image: linear-gradient(#00000080, #00000080), url('../images/ethan-robertson-syx3uchzjlo-unsplash.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  height: 500px;
  padding-top: 200px;
  padding-bottom: 150px;
  display: flex;
}

.arrow {
  color: #7567f8;
  background-color: #fff;
  border-radius: 4px;
  width: 40px;
  height: 40px;
  padding: 12px;
  font-size: 14px;
  font-weight: 600;
  box-shadow: 1px 1px 3px #00000003;
}

.paragraph {
  color: #75757c;
  font-size: 15px;
  line-height: 26px;
  text-decoration: none;
  display: block;
  position: relative;
}

.paragraph.white.subtitle {
  color: #c1c1fc;
  letter-spacing: 1px;
  font-weight: 300;
  line-height: 25px;
}

.paragraph.testimonial {
  color: #fff;
  text-align: center;
  width: 75%;
  margin-left: auto;
  margin-right: auto;
  font-size: 20px;
  font-weight: 200;
  line-height: 33px;
  display: block;
}

.color-line-2 {
  background-color: #005d6f;
  border-bottom: 3px solid #005d6f;
  align-items: center;
  width: 20%;
  margin: -2px auto 15px;
  display: block;
}

.color-line-2.white {
  border-bottom-color: #fff;
}

.testimonial-name {
  color: #fff;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 17px;
  font-weight: 700;
  line-height: 27px;
}

.testimonial-wrapper {
  text-align: center;
  width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.features-icon {
  float: none;
  background-image: url('../images/icons8-rating-96_1icons8-rating-96.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 60px;
  border-bottom: 1px #71717747;
  width: 60px;
  height: 60px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.features-icon._2 {
  background-image: url('../images/icons8-web-design-96-2_1icons8-web-design-96 (2).png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 60px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.features-icon._5 {
  background-image: url('../images/icons8-ios-photos-96_1icons8-ios-photos-96.png');
  background-size: 60px;
}

.features-icon._6 {
  background-image: url('../images/icons8-network-96_1icons8-network-96.png');
  background-size: 60px;
}

.features-icon._4 {
  background-image: url('../images/icons8-edit-image-96_1icons8-edit-image-96.png');
  background-size: 60px;
}

.features-icon._1 {
  background-image: url('../images/icons8-design-96-1_1icons8-design-96 (1).png');
  background-size: 60px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.dark {
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 19px;
  line-height: 35px;
  display: inline-block;
}

.slide-nav {
  font-size: 10px;
}

.center {
  text-align: center;
  margin-bottom: 0;
}

.heading-2 {
  margin-bottom: 40px;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 50px;
}

.heading-3 {
  color: #fff;
  text-align: center;
  max-width: 50%;
  margin-bottom: 20px;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 50px;
  line-height: 65px;
}

.section-6 {
  background-color: #005d6f;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
}

.container-3 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.button-3 {
  background-color: #005d6f;
  border: 1px solid #fff;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 25px;
  font-weight: 700;
  line-height: 35px;
}

.div-block-4 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.profile-3 {
  background-image: url('../images/unnamed.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 100%;
  width: 300px;
  height: 300px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}

.top-bar-wrapper {
  z-index: 998;
  color: #fff;
  background-color: #ff4f41;
  justify-content: center;
  align-items: center;
  display: flex;
  position: sticky;
  inset: 0% 0% auto;
}

.top-bar-container {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1240px;
  padding: 20px 56px;
  display: flex;
  overflow: hidden;
}

.top-bar-container.top-bar.preview-page {
  max-width: none;
}

.top-bar-text.max-w-80-mobile {
  text-transform: none;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 35px;
}

.close-icon---closer {
  cursor: pointer;
  transform-style: preserve-3d;
  transition: transform .2s;
  position: absolute;
  inset: auto 32px auto auto;
}

.close-icon---closer:hover {
  transform: scale3d(.9, .9, .01);
}

.top-bar-wrapper-2 {
  z-index: 998;
  color: #fff;
  background-color: #fb675b;
  justify-content: center;
  align-items: center;
  display: flex;
  position: sticky;
  inset: 0% 0% auto;
}

@media screen and (min-width: 1920px) {
  .top-bar-wrapper {
    justify-content: center;
    align-items: center;
  }

  .top-bar-container {
    max-width: 1240px;
    position: relative;
  }

  .top-bar-container.top-bar.preview-page {
    max-width: none;
  }

  .top-bar-wrapper-2 {
    justify-content: center;
    align-items: center;
  }
}

@media screen and (max-width: 991px) {
  h2 {
    margin-bottom: 40px;
  }

  .header {
    position: fixed;
  }

  .footer {
    padding-left: 24px;
    padding-right: 24px;
  }

  .header__columns {
    justify-content: center;
  }

  .section {
    padding-left: 24px;
    padding-right: 24px;
  }

  .hero__columns {
    display: block;
  }

  .nav {
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    display: none;
    overflow: hidden;
  }

  .nav__link {
    color: #005d6f;
    text-align: left;
    border-bottom: 1px solid #1e1e2f1a;
    margin-bottom: -1px;
    margin-right: 0;
    padding-top: 24px;
    padding-bottom: 24px;
    font-size: 45px;
    line-height: 50px;
  }

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

  .nav__link.w--current {
    color: #005d6f;
    font-size: 45px;
    line-height: 50px;
  }

  .btn.stroke--btn-01 {
    display: none;
  }

  .btn.mod--menu {
    color: var(--white);
    background-color: #005d6f;
    font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 25px;
  }

  .header__col.col--3 {
    display: none;
  }

  .header__col.col--1 {
    min-width: auto;
  }

  .header__col.col--2, .hero__col.col--2 {
    display: none;
  }

  .input.mod--hero {
    width: 100%;
  }

  .form-block {
    width: 100%;
    max-width: 300px;
  }

  .form-block.mod--hero {
    width: 100%;
    max-width: 450px;
  }

  .hero__person {
    width: 240px;
    height: 376px;
    padding-left: 0;
    padding-right: 0;
  }

  .hero__person-title {
    font-size: 22px;
  }

  .hero__person-title.stroke--white-02 {
    font-size: 45px;
  }

  .hero__person-count-title {
    font-size: 32px;
  }

  .hero__person-count-span {
    font-size: 12px;
  }

  .category__columns {
    flex-wrap: wrap;
    max-width: 800px;
    margin-bottom: -40px;
    margin-left: auto;
    margin-right: auto;
  }

  .category__col {
    flex-direction: column;
    align-items: center;
    width: 50%;
    margin-bottom: 40px;
    display: flex;
    position: relative;
    top: auto;
  }

  .skills__head-desc {
    margin-right: 0;
  }

  .skills__txt-desc {
    margin-top: -14px;
  }

  .skills__achieve.mod--desctop {
    display: none;
  }

  .skills__achieve.mob--mob {
    z-index: 3;
    background-color: #005d6f;
    width: 162px;
    height: 70px;
    margin-top: 0;
    margin-bottom: 0;
    display: none;
    position: absolute;
    inset: -35px 16px auto auto;
  }

  .skills__achieve-title {
    margin-right: 8px;
    font-size: 28px;
  }

  .skills__achieve-desc {
    font-size: 12px;
    line-height: 1.2em;
  }

  .skills__achieve-desc.stroke--02 {
    color: var(--white);
    font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  }

  .skills__achieve-txt-wrap {
    margin-top: 0;
    margin-bottom: 0;
    position: absolute;
    transform: translate(0, -60px);
  }

  .skills__achieve-txt-wrap.active {
    opacity: 1;
    transition: all .3s;
    transform: none;
  }

  .skills__achieve-txt-wrap.active.done {
    transform: translate(0, 60px);
  }

  .skills__achieve-line {
    display: none;
  }

  .skills__col {
    flex: none;
  }

  .skills__col.mod--video {
    position: relative;
  }

  .skills__video-wrap {
    align-items: stretch;
    max-width: 50vw;
    height: 26.5vw;
    min-height: auto;
  }

  .reviews__card {
    width: 240px;
  }

  .swiper-slide.slide--reviews, .swiper-slide.slide--persons {
    width: auto;
  }

  .swiper.swiper--persons {
    margin-bottom: 40px;
    display: block;
    overflow: visible;
  }

  .reviews__card-author, .swiper__nav {
    margin-top: 32px;
  }

  .swiper__nav-arrow:hover {
    border-color: #0000;
  }

  .swiper__nav-arrow.mod--active {
    border-color: #1e1e2f26;
  }

  .footer__columns {
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding-bottom: 16px;
  }

  .footer__col {
    text-align: center;
    width: 100%;
    margin-bottom: 40px;
  }

  .footer__col.col--nav {
    flex-direction: row;
    align-items: center;
  }

  .footer__subs-title {
    margin-bottom: 16px;
  }

  .footer__nav-list {
    max-width: none;
    margin-bottom: 0;
    margin-right: auto;
  }

  .footer__nav-list-item {
    margin-bottom: 24px;
  }

  .hero__h1 {
    text-align: center;
    margin-bottom: 30px;
  }

  .nav__link.mod--login {
    margin-right: 24px;
  }

  .category__card-arrow {
    top: 16px;
  }

  .skills__video {
    height: 29vw;
    margin-bottom: -5px;
  }

  .header-block {
    padding: 24px;
  }

  /* Both header styles should be visible on mobile/tablet */
  .header-block.mod--fixed,
  .header-block.mod--absolute {
    display: block !important;
    background-color: #005d6f;
    position: fixed;
  }

  .hero__person-txt-more {
    opacity: 1;
    padding-left: 16px;
    padding-right: 16px;
    bottom: 20px;
  }

  .hero__person-txt-more.mod--1 {
    padding-left: 16px;
  }

  .hero__person-txt-less {
    display: none;
  }

  .skills__top {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
    display: flex;
  }

  .header__btn-menu {
    cursor: pointer;
    background-color: #fff;
    border-radius: 99px;
    width: 50px;
    height: 50px;
    margin-left: 0;
    padding: 0;
    transition: all .2s;
    display: flex;
    position: absolute;
    inset: 25% 5% auto auto;
  }

  .header__btn-menu-line.mod--1, .header__btn-menu-line.mod--2 {
    background-color: #005d6f;
    width: 25px;
  }

  .menu {
    z-index: -1;
    background-color: var(--white);
    height: 0%;
    padding-left: 24px;
    padding-right: 24px;
    display: block;
    position: fixed;
    inset: 0%;
    overflow: hidden;
  }

  .menu__btns {
    border-top: 1px solid #1e1e2f1a;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-top: 24px;
    display: flex;
  }

  .menu__content {
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    height: 100%;
    padding-top: 115px;
    padding-bottom: 24px;
    display: flex;
  }

  .btn-border {
    box-shadow: none;
    color: var(--black-2);
    background-color: #0000;
    border: 1px solid #1e1e2f33;
  }

  .btn-border.btn--inline {
    margin: 8px;
  }

  .btn-border.mod--menu {
    color: #005d6f;
    border-color: #005d6f;
    margin-right: 16px;
    font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 25px;
  }

  .footer__nav-link {
    text-align: left;
  }

  .footer__nav-link:hover {
    box-shadow: none;
  }

  .skills__video-nav {
    bottom: 20px;
    right: 20px;
  }

  .button {
    display: none;
  }

  .mobile-nav-links {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .heading {
    text-align: center;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

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

  .contact_content-right {
    margin-left: 0;
    padding: 3rem;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .box-square {
    margin-bottom: 1rem;
  }

  .section-full-page {
    padding-left: 24px;
    padding-right: 24px;
  }

  .section-full-page.section--overflow-hidden {
    min-height: 100vh;
    padding-top: 80px;
    padding-bottom: 60px;
  }

  .section-full-page.section--cat {
    padding-top: 80px;
    padding-bottom: 60px;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .gallery-section {
    padding-left: 24px;
    padding-right: 24px;
  }

  .grid-2 {
    grid-auto-flow: row dense;
  }

  .copyright-writter {
    display: block;
  }

  .tittle-footer, .tittle-footer.second {
    margin-top: 0;
  }

  .page-fade-in {
    padding-top: 0;
  }

  .navigation {
    padding-left: 30px;
  }

  .section-tittle-hero-white {
    font-size: 34px;
  }

  .section-tittle-hero-white.in-half-section {
    font-size: 38px;
  }

  .half-section {
    border-bottom: 1px solid #0000001f;
    width: 100%;
  }

  .menu-button {
    background-color: #0000;
  }

  .dropdown-link.w--current {
    color: #7567f8;
    background-color: #0000;
  }

  .latest-news.bottom {
    margin-top: 40px;
  }

  .features-wrapper {
    margin-bottom: 20px;
  }

  .nav-menu-style-1 {
    background-color: #fff;
  }

  .nav-menu-style-1.second-style {
    width: 450px;
    margin-top: 0;
    margin-right: 0;
    display: block;
    overflow: scroll;
  }

  .dropdown-list.w--open {
    background-color: #f1f1f7;
  }

  .text-in-block {
    display: block;
  }

  .bottom-border {
    opacity: 1;
    display: block;
  }

  .brand {
    margin-top: 0;
    padding-left: 10px;
  }

  .brand.w--current {
    padding-left: 10px;
  }

  .container-2 {
    position: relative;
  }

  .link-color-button:hover {
    padding-left: 34px;
    padding-right: 34px;
  }

  .subtittle {
    font-size: 20px;
  }

  .team-wrapper {
    margin-bottom: 40px;
    margin-left: 0;
    margin-right: 0;
  }

  .play-button.left.purple {
    float: left;
  }

  .useful-pages.bottom {
    margin-top: 40px;
  }

  .section-4 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .profile-1, .profile-2 {
    width: 200px;
    height: 200px;
  }

  .bold-text-4 {
    font-size: 18px;
  }

  .section-tittle.dark {
    font-size: 45px;
    line-height: 55px;
  }

  .testimonials-slider {
    height: auto;
  }

  .banner {
    height: 600px;
  }

  .banner.service {
    padding-top: 150px;
  }

  .paragraph.white.subtitle {
    line-height: 25px;
  }

  .paragraph.testimonial {
    font-size: 16px;
    line-height: 30px;
  }

  .testimonial-wrapper {
    width: 100%;
  }

  .slide-nav {
    top: 380px;
  }

  .bold-text-8 {
    font-size: 30px;
    line-height: 40px;
  }

  .heading-3 {
    font-size: 35px;
    line-height: 45px;
  }

  .div-block-4 {
    flex-flow: column;
    display: flex;
  }

  .profile-3 {
    width: 200px;
    height: 200px;
  }

  .top-bar-container {
    justify-content: space-between;
    padding-left: 24px;
    padding-right: 24px;
  }

  .top-bar-container.top-bar.preview-page {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .top-bar-text {
    max-width: 90%;
  }
}

@media screen and (max-width: 767px) {
  body {
    font-size: 14px;
  }

  .footer {
    padding-bottom: 24px;
  }

  .section {
    padding-top: 36px;
    padding-bottom: 36px;
  }

  .section.section--hero {
    padding-top: 100px;
  }

  .hero__columns {
    display: block;
  }

  .hero__col.col--1 {
    padding-bottom: 20px;
  }

  .input.mod--hero {
    height: 86px;
    padding-left: 32px;
    font-size: 16px;
    box-shadow: 0 32px 36px #00000008;
  }

  .input.mod--hero:hover, .input.mod--hero:focus {
    box-shadow: 0 32px 36px #0000001a;
  }

  .btn-submit.mod--hero {
    width: 86px;
    font-size: 24px;
  }

  .form-block.mod--hero {
    max-width: 340px;
  }

  .category__tab-link {
    flex: none;
    margin-left: 0;
    margin-right: 32px;
  }

  .category__tabs-menu {
    margin-bottom: 32px;
    margin-left: -24px;
    margin-right: -24px;
    padding-bottom: 6px;
    padding-left: 24px;
    display: flex;
    overflow: auto;
  }

  .category__columns {
    flex-wrap: wrap;
  }

  .category__col {
    width: 50%;
    position: static;
    top: auto;
  }

  .category__card {
    width: 100%;
  }

  .category__card-img {
    object-fit: cover;
    width: 100%;
    height: 42vw;
    margin-bottom: 20px;
  }

  .category__card-title {
    font-size: 22px;
  }

  .skills__columns {
    flex-direction: column-reverse;
    align-items: stretch;
  }

  .skills__video-wrap {
    max-width: none;
    height: 48vw;
  }

  .skills__list {
    margin-right: 0;
  }

  .reviews__card {
    border-radius: 20px;
    padding: 16px;
    transform: none;
  }

  .swiper-slide {
    width: 100%;
  }

  .reviews__card-ava {
    width: 48px;
    height: 48px;
  }

  .footer__columns {
    margin-bottom: 24px;
    padding-top: 40px;
    padding-bottom: 0;
  }

  .footer__col {
    margin-bottom: 40px;
  }

  .footer__col.col--nav {
    margin-top: -8px;
  }

  .footer__subs-title {
    font-size: 16px;
  }

  .footer__copyright {
    justify-content: center;
  }

  .footer__nav-list {
    max-width: 310px;
    margin-bottom: -14px;
  }

  .hero__h1 {
    font-size: 80px;
  }

  .skills__video {
    height: 52vw;
  }

  .header-block {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .skills__top {
    margin-bottom: 68px;
  }

  .menu__content {
    padding-top: 100px;
  }

  .footer__bottom {
    flex-direction: column-reverse;
  }

  .footer__social {
    margin-bottom: 24px;
  }

  .footer__soc-link {
    margin-left: 10px;
    margin-right: 10px;
  }

  .footer__copyright-logo {
    width: 30px;
  }

  .bold-text {
    font-size: 100px;
  }

  .windmill-grid {
    grid-template-rows: minmax(100px, 1fr) minmax(100px, 1fr) minmax(100px, 1fr) minmax(100px, 1fr) minmax(100px, 1fr) minmax(100px, 1fr);
    grid-template-columns: 1fr 1fr 2fr 2fr 1fr 1fr;
  }

  .grid-smallsubheading {
    font-size: 11px;
  }

  .grid-smallheading {
    font-size: 24px;
  }

  .contact_row {
    margin-bottom: 3rem;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .contact_content-right {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .stripe-vertical-wrapper {
    width: .625rem;
  }

  .stripe-vertical-wrapper.is-left-out {
    inset: auto auto 0% -.625rem;
  }

  .heading-large {
    font-size: 2rem;
  }

  .text-size-medium {
    font-size: 1rem;
  }

  .page-padding {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .contact_form-wrapper {
    margin-top: 1.5rem;
  }

  .stripe-horizontal-wrapper {
    height: .625rem;
  }

  .stripe-horizontal-wrapper.is-top-right {
    top: -.625rem;
  }

  .section-full-page {
    padding-top: 36px;
    padding-bottom: 36px;
  }

  .section-full-page.section--hero {
    padding-top: 100px;
  }

  .footer_top-wrapper {
    grid-template-columns: 1.25fr;
  }

  .footer_small-text {
    font-size: .8rem;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .gallery-section {
    padding-top: 36px;
    padding-bottom: 36px;
  }

  .gallery-section.section--hero {
    padding-top: 100px;
  }

  .grid-2 {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  }

  .tittle-footer {
    margin-top: 40px;
    margin-bottom: 20px;
  }

  .center-container-content {
    width: 60%;
  }

  .page-fade-in {
    padding-top: 0;
  }

  .navigation {
    padding-left: 30px;
  }

  .copyright {
    text-align: center;
    padding-top: 10px;
    line-height: 22px;
  }

  .copyright.dorian-hoxha {
    text-align: center;
    padding-top: 10px;
    padding-bottom: 0;
  }

  .half-section {
    width: 100%;
  }

  .facts {
    flex-direction: column;
  }

  .brand {
    margin-top: 0;
    padding-left: 10px;
  }

  .section-3.footer {
    height: auto;
  }

  .link-color-button:hover {
    padding-left: 34px;
    padding-right: 34px;
  }

  .team-wrapper {
    margin-bottom: 40px;
  }

  .facts-item {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .slide-nav {
    top: 430px;
  }

  .heading-3 {
    line-height: 45px;
  }

  .top-bar-wrapper {
    font-size: 16px;
  }

  .top-bar-container {
    justify-content: flex-start;
    padding-left: 24px;
    padding-right: 24px;
    line-height: 1.5;
  }

  .top-bar-text {
    max-width: 85%;
  }

  .close-icon---closer {
    max-width: 14px;
    top: 24px;
    right: 24px;
  }

  .close-icon---closer.top-bar-3 {
    max-width: 25px;
    margin-left: 14px;
    position: static;
  }

  .top-bar-wrapper-2 {
    font-size: 16px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 54px;
  }

  h2 {
    font-size: 28px;
  }

  .header__columns {
    justify-content: center;
  }

  .nav {
    display: none;
  }

  .nav__link {
    font-size: 45px;
  }

  .btn.stroke--btn-01 {
    display: none;
  }

  .btn.mod--menu {
    box-shadow: none;
    color: var(--white);
    background-color: #005d6f;
    flex: 1;
    min-width: auto;
    font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 25px;
  }

  .hero__col.col--1 {
    align-items: center;
  }

  .input {
    width: 100%;
  }

  .form-block, .form-block.mod--hero {
    max-width: 100%;
  }

  .hero__person {
    border-radius: 14px;
  }

  .hero__person-count {
    display: none;
  }

  .category__col {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .category__card {
    text-align: center;
  }

  .category__card-img {
    height: 300px;
  }

  .category__card-img.mod--desctop {
    display: none;
  }

  .category__card-img.mod--mob {
    display: block;
  }

  .category__card-title.stroke--skills-06 {
    text-align: center;
  }

  .skills__txt-desc {
    font-size: 16px;
  }

  .skills__achieve.mob--mob {
    background-color: #005d6f;
  }

  .skills__achieve-desc.stroke--02 {
    color: var(--white);
    font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  }

  .skills__video-wrap {
    border-radius: 8px;
    align-items: center;
    height: 55vw;
    margin-bottom: 20px;
  }

  .skills__list-item {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .skills__list-ico {
    margin-right: 20px;
  }

  .skills__list-title {
    margin-bottom: 12px;
    font-size: 16px;
  }

  .skills__list-line {
    margin-top: 88px;
    margin-bottom: 0;
  }

  .swiper-slide {
    width: 100%;
  }

  .swiper-slide.slide--reviews {
    width: auto;
  }

  .swiper.swiper--reviews {
    margin-left: auto;
    margin-right: auto;
  }

  .swiper-wrapper {
    flex-direction: row;
  }

  .footer__col {
    text-align: center;
  }

  .footer__nav-list {
    margin-right: 0;
  }

  .footer__nav-list-item {
    text-align: center;
  }

  .skills__video {
    min-width: 110vw;
    height: 70vw;
    margin-bottom: -14px;
    margin-left: -5vw;
  }

  .header-block {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .header-block.mod--absolute {
    position: fixed;
  }

  .header__btn-menu {
    width: 40px;
    height: 40px;
    top: 20%;
  }

  .logo-img {
    max-width: 135px;
  }

  .menu__btns {
    align-items: center;
  }

  .menu__content {
    justify-content: center;
    align-items: center;
  }

  .btn-border.mod--menu {
    color: #005d6f;
    border-color: #005d6f;
    flex: 1;
    min-width: auto;
    font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 25px;
  }

  .footer__nav-link {
    font-size: 14px;
  }

  .button {
    display: none;
  }

  .grid-smallheading {
    font-size: 20px;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .text-size-small.text-style-muted {
    font-size: 25px;
  }

  .contact_content-right {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .heading-large {
    margin-bottom: 40px;
  }

  .text-size-medium.text-weight-medium {
    font-size: 25px;
    font-weight: 700;
  }

  .page-padding {
    padding-left: 0;
    padding-right: 0;
  }

  .contact_link.text-size-small.text-style-muted {
    font-size: 20px;
  }

  .section-full-page.section--overflow-hidden {
    min-height: 100vh;
  }

  .section-full-page.section--cat {
    padding-bottom: 60px;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .footer_socials-wrapper {
    flex-wrap: wrap;
  }

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

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-bottom.padding-small {
    margin-bottom: 10px;
  }

  .cell.v3, .cell.v6 {
    background-position: 50%;
  }

  .cell.v2 {
    background-position: 100%;
  }

  .cell.v9 {
    background-position: 50%;
  }

  .center-container-content {
    width: 90%;
  }

  .page-fade-in {
    padding-top: 0;
  }

  .nav-link {
    padding-left: 20px;
  }

  .navigation {
    padding-left: 30px;
  }

  .section-tittle-hero-white.in-half-section {
    font-size: 32px;
    line-height: 42px;
  }

  .half-section.image-background {
    height: 300px;
  }

  .facts {
    flex-direction: column;
  }

  .social-wrapper-2.nav {
    margin-left: 20px;
    margin-right: 20px;
  }

  .nav-link-second, .nav-link-second.w--current {
    padding-left: 20px;
  }

  .nav-menu-style-1.second-style {
    width: 300px;
  }

  .brand {
    margin-top: 0;
    padding-left: 10px;
  }

  .section-3 {
    height: auto;
  }

  .white {
    font-size: 12px;
    line-height: 22px;
  }

  .subtittle, .subtittle.white {
    font-size: 18px;
    line-height: 28px;
  }

  .facts-section {
    overflow: hidden;
  }

  .facts-item {
    flex: 1;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .section-5 {
    padding-top: 0;
  }

  .right-arrow {
    display: none;
  }

  .section-tittle.dark {
    font-size: 40px;
    line-height: 50px;
  }

  .section-tittle-hero {
    font-size: 32px;
    line-height: 42px;
  }

  .left-arrow {
    display: none;
  }

  .banner {
    height: 500px;
  }

  .paragraph {
    line-height: 25px;
  }

  .paragraph.white.subtitle {
    font-size: 14px;
  }

  .paragraph.testimonial {
    width: 100%;
  }

  .testimonial-name {
    font-size: 16px;
    line-height: 26px;
  }

  .features-icon {
    float: none;
  }

  .slide-nav {
    top: 520px;
  }

  .heading-3 {
    font-size: 25px;
    line-height: 35px;
  }

  .top-bar-wrapper {
    z-index: 998;
  }

  .top-bar-container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .top-bar-container.top-bar {
    flex-direction: column;
    align-items: flex-start;
  }

  .top-bar-container.top-bar.preview-page {
    padding-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .top-bar-text {
    max-width: 100%;
  }

  .top-bar-text.max-w-80-mobile {
    text-align: center;
    text-align: center;
    max-width: 80%;
    font-size: 16px;
    line-height: 25px;
  }

  .close-icon---closer {
    max-width: 14px;
    top: 32px;
    right: 16px;
  }

  .close-icon---closer.top-bar-3 {
    max-width: 20px;
    margin-left: 0;
    position: absolute;
  }

  .top-bar-wrapper-2 {
    z-index: 998;
  }
}

#w-node-c7ed122d-0561-b2f7-ede0-6d8b04ab62c8-198472a7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c7ed122d-0561-b2f7-ede0-6d8b04ab62cd-198472a7, #w-node-c7ed122d-0561-b2f7-ede0-6d8b04ab62d2-198472a7 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-c7ed122d-0561-b2f7-ede0-6d8b04ab62d7-198472a7, #w-node-c7ed122d-0561-b2f7-ede0-6d8b04ab62dc-198472a7, #w-node-c7ed122d-0561-b2f7-ede0-6d8b04ab62e1-198472a7, #w-node-c7ed122d-0561-b2f7-ede0-6d8b04ab62e6-198472a7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2c1004be-3501-663a-d4dc-dafda9e88648-198472a7, #w-node-_2c1004be-3501-663a-d4dc-dafda9e88652-198472a7, #w-node-a6e4df87-c220-46cc-0d8b-e4b6cbc664f5-bce96dc8, #w-node-a6e4df87-c220-46cc-0d8b-e4b6cbc664ff-bce96dc8, #w-node-_4c981c0a-071c-48d8-85f6-c197d57a2ce1-85db8fc3, #w-node-_4c981c0a-071c-48d8-85f6-c197d57a2ceb-85db8fc3, #w-node-d7d5fb97-87c9-f355-9cc0-3115635e6213-7ede65c3, #w-node-d7d5fb97-87c9-f355-9cc0-3115635e621d-7ede65c3, #w-node-f0cae110-0419-abaa-d4a9-472156c3cddf-851fe99a, #w-node-f0cae110-0419-abaa-d4a9-472156c3cde9-851fe99a {
  justify-self: start;
}

@media screen and (max-width: 991px) {
  #w-node-c7ed122d-0561-b2f7-ede0-6d8b04ab62c8-198472a7 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-c7ed122d-0561-b2f7-ede0-6d8b04ab62cd-198472a7, #w-node-c7ed122d-0561-b2f7-ede0-6d8b04ab62d2-198472a7, #w-node-c7ed122d-0561-b2f7-ede0-6d8b04ab62e1-198472a7, #w-node-c7ed122d-0561-b2f7-ede0-6d8b04ab62e6-198472a7 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-c7ed122d-0561-b2f7-ede0-6d8b04ab62c8-198472a7, #w-node-c7ed122d-0561-b2f7-ede0-6d8b04ab62cd-198472a7, #w-node-c7ed122d-0561-b2f7-ede0-6d8b04ab62d2-198472a7, #w-node-c7ed122d-0561-b2f7-ede0-6d8b04ab62d7-198472a7, #w-node-c7ed122d-0561-b2f7-ede0-6d8b04ab62dc-198472a7, #w-node-c7ed122d-0561-b2f7-ede0-6d8b04ab62e1-198472a7, #w-node-c7ed122d-0561-b2f7-ede0-6d8b04ab62e6-198472a7 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-c7ed122d-0561-b2f7-ede0-6d8b04ab62d2-198472a7, #w-node-c7ed122d-0561-b2f7-ede0-6d8b04ab62d7-198472a7, #w-node-c7ed122d-0561-b2f7-ede0-6d8b04ab62dc-198472a7 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Archia';
  src: url('../fonts/archia-regular-webfont.eot') format('embedded-opentype'), url('../fonts/archia-regular-webfont.woff') format('woff'), url('../fonts/archia-regular-webfont.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}