:root {
  --midnight-blue: #102a4d;
  --medium-sea-green: #018353;
  --white-smoke: #f4f4f4;
  --midnight-blue-2: #223042;
  --light-grey: #e4e4e4;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

body {
  color: var(--midnight-blue);
  font-family: Plusjakartadisplay, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
}

a {
  font-style: normal;
  text-decoration: none;
}

.navlink {
  color: var(--midnight-blue);
  letter-spacing: .2px;
  justify-content: center;
  padding: 20px 15px;
  font-size: 16px;
  line-height: 100%;
  transition: transform .35s, opacity .35s;
  display: block;
}

.navlink:hover {
  opacity: .6;
  transform: translate(0, -2px);
}

.navlink.w--current {
  opacity: .6;
}

.navlink.dropdown {
  margin-left: 0;
  margin-right: 0;
  padding: 0;
}

.nav-arrow-icon {
  margin-left: 5px;
  margin-right: 0;
  position: relative;
}

.home-1-animation-div {
  z-index: 1;
  background-color: #000;
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  right: 0%;
  overflow: hidden;
}

.white {
  color: #fff;
  line-height: 110%;
}

.nav-menu {
  flex-direction: row;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-button-arrow-2 {
  margin-bottom: -11px;
  margin-left: -11px;
  position: absolute;
  inset: auto auto 0% 0%;
}

.home-1-hero-button {
  background-color: var(--medium-sea-green);
  color: #fff;
  border-radius: 4px;
  padding-left: 32px;
  padding-right: 32px;
  font-size: 16px;
  line-height: 24px;
  transition: opacity .2s;
}

.home-1-hero-button:hover {
  opacity: .7;
}

.wrapper {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 85%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 120px;
  padding-bottom: 120px;
  display: flex;
}

.wrapper.hero-mod {
  justify-content: center;
  align-items: stretch;
  padding-top: 0;
  padding-bottom: 0;
  position: absolute;
}

.wrapper.navbar {
  justify-content: space-between;
  height: 90px;
  padding-top: 0;
  padding-bottom: 0;
}

.wrapper.services-mod {
  padding-top: 60px;
  padding-bottom: 60px;
}

.wrapper.our-services {
  grid-column-gap: 48px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: grid;
}

.wrapper.footer-mod {
  flex-wrap: wrap;
  padding-bottom: 20px;
}

.wrapper.services {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 60px;
  padding-bottom: 0;
}

.wrapper.projects {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 60px;
  padding-bottom: 100px;
}

.wrapper.about-wr {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 60px;
  padding-bottom: 0;
}

.wrapper.contact-wr {
  grid-column-gap: 64px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  align-items: start;
  padding-top: 100px;
  padding-bottom: 100px;
  display: grid;
}

.wrapper.foter {
  padding-top: 0;
  padding-bottom: 10px;
}

.home-1-hero-form-wrapper {
  width: 90%;
  max-width: 480px;
}

.home-1-hero-subscribe-wrapper {
  grid-column-gap: 15px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  margin-top: 24px;
  display: grid;
}

.hero-left {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin-top: 120px;
  padding-bottom: 30px;
  display: flex;
}

.home-1-left-up {
  max-width: 500px;
}

.hero {
  color: var(--midnight-blue);
  position: relative;
  overflow: hidden;
}

.home-1-hero-form {
  background-color: #ffffff14;
  border-radius: 4px;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-right: 3px;
  display: flex;
}

.nav-links-wr {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.navbar-links-wrapper {
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.home-1-left-down {
  flex-direction: column;
  align-items: flex-start;
  margin-top: 80px;
  display: flex;
}

.home-1-hero-heading-wrapper {
  padding-bottom: 40px;
}

.nav-dropdown {
  color: #fff;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.nav-dropdown.w--open {
  border-bottom: 1px #0003;
}

.glass-effect-content {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.btn {
  background-color: var(--midnight-blue);
  color: #fff;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  padding: 16px 28px;
  font-size: 16px;
  line-height: 24px;
  transition: transform .35s, opacity .35s, filter .3s;
  display: flex;
  box-shadow: 0 10px 100px #0000001a;
}

.btn:hover {
  box-shadow: none;
  opacity: .7;
  transform: translate(0, -2px);
}

.btn.green {
  background-color: var(--medium-sea-green);
  color: #fff;
  max-width: 220px;
  font-size: 16px;
  line-height: 24px;
  transition: opacity .2s, filter .3s;
}

.btn.green:hover {
  opacity: .7;
}

.btn.mobile-mod {
  transition: background-color .2s, color .2s, filter .3s;
}

.btn.maxlimit {
  max-width: 180px;
}

.btn.contact-moded {
  max-width: 200px;
}

.home-1-link-item {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  transition: transform .2s;
  display: flex;
  overflow: hidden;
}

.home-1-link-item:hover {
  margin-top: -4px;
}

.home-1-hero-subtext-wrapper {
  margin-top: 30px;
  margin-bottom: 40px;
}

.glass-effect-inside-box {
  background-color: #fff9;
  position: absolute;
  inset: 0%;
}

.hero-right {
  background-color: var(--white-smoke);
  width: 50%;
  margin-right: -10%;
  position: absolute;
  inset: 0% 0% 0% auto;
  overflow: hidden;
}

.error-message {
  color: red;
  border-radius: 4px;
  font-size: 16px;
  overflow: hidden;
}

.navbar-logo-and-menu-wrapper {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.navbar-logo {
  width: 200px;
  margin-right: 20px;
  transition: opacity .35s;
}

.navbar-logo:hover {
  opacity: .7;
}

.navbar-logo.w--current {
  width: 220px;
}

.navbar {
  background-color: #fff;
  position: sticky;
  top: 0;
}

.text-block {
  line-height: 30px;
}

.text-block._16-px.green {
  color: #01aa6c;
  margin-right: 2px;
}

.text-block._16-px.light-black {
  color: gray;
}

.text-block.white.italic {
  color: #fff;
  font-style: italic;
}

.text-block.glass-effect-text {
  color: #000;
  text-align: center;
  font-size: 16px;
  line-height: 150%;
}

.text-block._16-px {
  color: gray;
  font-size: 16px;
  line-height: 24px;
}

.text-block._16-px.medium-black {
  color: #000;
  font-weight: 500;
}

.navbar-button-arrow {
  justify-content: center;
  align-items: center;
  width: 11px;
  height: 11px;
  margin-left: 13px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.home-1-hero-right-main-image {
  width: 100%;
  height: 100%;
  margin-top: 130px;
}

.service-img {
  border-radius: 8px;
  width: 100%;
  height: 100%;
}

.service-img.home-1-hero-image {
  object-fit: contain;
  object-position: 50% 100%;
}

.home-1-hero-form-block {
  border-radius: 8px;
  width: 100%;
}

.home-1-hero-glass-effect {
  border: 2px solid #ffffff40;
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 190px;
  height: 200px;
  padding-left: 25px;
  padding-right: 25px;
  display: flex;
  position: absolute;
  inset: auto auto 6% 6%;
  overflow: hidden;
}

.dropdown-link {
  color: #fff;
  text-align: left;
  width: 100%;
  padding: 10px 0;
  font-weight: 500;
}

.dropdown-link:hover {
  color: #01aa6c;
}

.dropdown-link.w--current {
  color: #fff;
}

.input {
  color: #fff;
  background-color: #0000;
  background-image: url('../images/Vector-7.svg');
  background-position: 5%;
  background-repeat: no-repeat;
  background-size: auto;
  border: 0 #000;
  margin-bottom: 0;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 54px;
}

.input::placeholder {
  color: #ffffff80;
  font-size: 16px;
  line-height: 24px;
}

.glass-mic-image {
  width: 47px;
  height: 57px;
  margin-bottom: 16px;
}

.dropdown-list.w--open {
  z-index: 20;
  color: #fff;
  background-color: #4d4d4d;
  border-radius: 4px;
  flex-direction: column;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 20px;
  display: flex;
  left: 0;
  box-shadow: 0 10px 80px #00000014;
}

.dropdown-list.episodes.w--open {
  margin-left: -19px;
}

.success-message {
  color: #01aa6c;
  background-color: #e1fff4;
  border-radius: 4px;
  line-height: 28px;
}

.home-1-hero-text-span {
  color: #fff;
  line-height: 110%;
  display: inline-block;
}

.navlinks-and-navbutton-container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.heading-xl {
  font-size: 90px;
  line-height: 100%;
}

.heading-xs {
  font-size: 28px;
  font-weight: 400;
  line-height: 130%;
}

.heading-xs.white {
  font-weight: 300;
}

.p18 {
  font-size: 18px;
}

.p18.white {
  font-weight: 300;
}

.oferta-wr {
  width: 90%;
  max-width: 480px;
}

.home-1-blogs-category {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.home-1-popular-right {
  flex-direction: column;
  align-items: flex-start;
  width: 20%;
  max-width: 200px;
  margin-top: 200px;
  display: flex;
  position: sticky;
  top: 30px;
}

.home-1-popular-left {
  flex-direction: column;
  align-items: flex-start;
  width: 75%;
  max-width: 750px;
  display: flex;
}

.home-1-popular-collection-wrapper {
  width: 100%;
}

.home-1-category-heading-wrapper {
  margin-bottom: 40px;
}

.heading-m {
  font-size: 48px;
  font-weight: 700;
  line-height: 130%;
}

.service-wr {
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.home-1-popular-text {
  margin-bottom: 15px;
}

.home-1-popular-episode {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.play-button-icon {
  justify-content: center;
  align-items: center;
  width: 15px;
  height: 15px;
  margin-right: -1px;
  display: flex;
  position: relative;
}

.service-content {
  flex-direction: column;
  align-items: flex-start;
  width: 58%;
  display: flex;
}

.service-img-wr {
  border-radius: 9px;
  width: 38%;
  max-width: 300px;
  height: 300px;
  overflow: hidden;
}

.play-button {
  background-color: #000;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  margin-right: 15px;
  display: flex;
  position: relative;
}

.home-1-popular-item-heading {
  margin-bottom: 18px;
}

.play-wrapper {
  border-radius: 4px;
  justify-content: space-between;
  align-items: center;
  padding: 10px 14px 10px 2px;
  display: flex;
}

.home-1-popular-episode-text {
  color: var(--medium-sea-green);
  margin-right: 2px;
  font-size: 16px;
  font-weight: 500;
  line-height: 100%;
}

.home-1-popular-episode-number {
  color: #01aa6c;
  font-size: 16px;
  font-weight: 500;
  line-height: 100%;
}

.heading-s {
  font-size: 28px;
  line-height: 36px;
}

.list {
  padding-left: 20px;
}

.list-item {
  margin-bottom: 20px;
  line-height: 28px;
}

.clean-link {
  color: var(--midnight-blue);
}

.clean-link.w--current {
  color: var(--medium-sea-green);
}

.text-block-2 {
  line-height: 30px;
}

.home-1-editor-s-pick-section {
  background-color: #f2f9ff;
}

.home-1-editor-s-pick-collection-wrapper {
  width: 100%;
}

.services-section {
  background-color: var(--white-smoke);
}

.home-1-editor-s-item-heading {
  margin-bottom: 24px;
}

.home-1-editor-s-pick-image-wrap {
  transform-style: preserve-3d;
  border-radius: 16px;
  width: 40%;
  max-width: 530px;
  margin-top: -45px;
  margin-bottom: -45px;
  overflow: hidden;
}

.home-1-editor-s-pick-number {
  color: #01aa6c;
  font-size: 20px;
  font-weight: 500;
  line-height: 100%;
}

.home-1-editor-s-pick-episode {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
  display: flex;
}

.home-1-editor-s-item-heading-text {
  line-height: 120%;
}

.cms-content-container {
  flex-direction: column;
  align-items: flex-start;
  width: 58%;
  display: flex;
}

.cms-content-container._100-width {
  width: 100%;
}

.home-1-editor-s-pick-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.whyus-row-wr {
  border-radius: 16px;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  margin-bottom: 140px;
  padding-top: 40px;
  display: flex;
}

.whyus-content-wr {
  background-color: #fff;
  border-radius: 0 16px 16px 0;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 60%;
  padding: 60px 5%;
  display: flex;
}

.whyus-content-wr.left {
  border-radius: 16px 0 0 16px;
}

.home-1-editor-s-pick-episode-text {
  color: var(--medium-sea-green);
  margin-right: 2px;
  font-size: 20px;
  font-weight: 500;
  line-height: 100%;
}

.image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.image.contain {
  object-fit: contain;
}

.sub-heading-18px.white-mod {
  color: #fff;
}

.header-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.header-img.mobile {
  display: none;
}

.contact-form-wr {
  border-radius: 4px;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  padding-top: 4px;
  padding-bottom: 4px;
  display: flex;
}

.input-name {
  letter-spacing: .3px;
  padding-bottom: 10px;
  font-size: 15px;
}

.input-wr {
  background-color: var(--midnight-blue-2);
  color: #fff;
  letter-spacing: .2px;
  border: 0 #000;
  border-radius: 4px;
  margin-bottom: 0;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 20px;
  font-size: 16px;
  font-weight: 300;
}

.input-wr::placeholder {
  color: #ffffff80;
  font-size: 16px;
  line-height: 24px;
}

.input-wr.bigger {
  height: 120px;
  padding-top: 10px;
}

.input-row {
  width: 100%;
  padding-bottom: 20px;
}

.input-sm {
  color: var(--midnight-blue);
  letter-spacing: .2px;
  background-color: #f0f0f0;
  border: 0 #000;
  border-radius: 4px;
  width: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 20px;
  font-size: 16px;
  font-weight: 400;
}

.input-sm::placeholder {
  font-size: 16px;
  line-height: 24px;
}

.input-sm.bigger {
  height: 120px;
  padding-top: 10px;
}

.grid-footer {
  border-top: 1px solid var(--light-grey);
  grid-template-rows: auto;
  grid-template-columns: .5fr .5fr 1fr;
  width: 100%;
}

.grid-wr {
  padding-top: 40px;
  padding-bottom: 40px;
  font-size: 14px;
}

.grid-wr.middle {
  border-right: 1px solid var(--light-grey);
  border-left: 1px solid var(--light-grey);
  padding-left: 40px;
  padding-right: 40px;
}

.grid-wr.last {
  padding-left: 20px;
}

.footer-heading {
  padding-bottom: 20px;
  font-size: 20px;
  font-weight: 500;
}

.medium-text-span {
  font-weight: 500;
}

.footer-signature {
  text-align: center;
  border-top: 1px solid #e4e4e4;
  justify-content: center;
  width: 100%;
  padding-top: 10px;
  font-size: 14px;
  display: flex;
}

.contact-left {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 60%;
  max-width: 700px;
  margin-top: 120px;
  padding-bottom: 30px;
  padding-right: 60px;
  display: flex;
}

.contect-right {
  background-color: var(--white-smoke);
  width: 50%;
  margin-right: -10%;
  position: absolute;
  inset: 0% 0% 0% auto;
  overflow: hidden;
}

.oferta-text {
  color: #fff;
  letter-spacing: .2px;
  font-size: 18px;
}

.oferta-text.white {
  font-weight: 300;
}

.thanks-wr {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.tehnak-content-wr {
  max-width: 640px;
}

.close-wr {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  display: flex;
  position: fixed;
  inset: 0% 0% auto auto;
}

.close-wr:hover {
  background-color: var(--white-smoke);
}

.close-icon {
  width: 20px;
}

.hero-img {
  background-image: linear-gradient(267deg, #fff, #0000);
}

.hp-hero {
  color: var(--midnight-blue);
  background-image: linear-gradient(to right, #ffffffcf, #0000), url('../images/builders-edinburgh.jpg');
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  align-items: center;
  max-height: 600px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hero-wr {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 85%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.hero-wr.hero-mod {
  justify-content: center;
  align-items: stretch;
  padding-top: 0;
  padding-bottom: 0;
  position: absolute;
}

.hero-wr.navbar {
  justify-content: space-between;
  padding-top: 20px;
  padding-bottom: 20px;
}

.hero-wr.services-mod {
  align-items: flex-start;
  position: relative;
}

.hero-wr.editor-s-pick-wrapper {
  flex-direction: column;
  align-items: flex-start;
  padding-bottom: 0;
}

.hero-wr.footer-mod {
  flex-wrap: wrap;
  padding-bottom: 20px;
}

.project-wr {
  color: var(--midnight-blue);
  flex-direction: column;
  width: 100%;
  height: 100%;
  text-decoration: none;
  transition: opacity .35s, transform .35s;
  display: flex;
}

.project-wr:hover {
  opacity: .8;
  transform: translate(0, -4px);
}

.link-more {
  margin-top: -5px;
  font-size: 12px;
  font-weight: 500;
}

.grid {
  grid-column-gap: 48px;
  grid-row-gap: 64px;
  color: var(--midnight-blue);
}

.social-icon {
  flex: none;
}

.social-img-wr {
  background-color: var(--midnight-blue);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 34px;
  height: 34px;
  margin-right: 6px;
  display: flex;
}

.social-link {
  color: var(--midnight-blue);
  margin-bottom: 10px;
  display: flex;
}

.projects-wr {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100vw;
  height: 100vh;
  padding-top: 5%;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.project-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-items: center;
  width: 100%;
  max-width: 960px;
  display: grid;
}

.project-img {
  border-radius: 8px;
}

.logo {
  width: 100%;
  height: 100%;
}

.logo.home-1-hero-image {
  object-fit: contain;
  object-position: 50% 100%;
}

.underline-link {
  border-bottom: 1px solid var(--midnight-blue);
  color: var(--midnight-blue);
}

.close-icon-menu {
  width: 20px;
}

@media screen and (min-width: 1280px) {
  .navlink {
    opacity: .9;
  }

  .text-block._16-px.light-black {
    line-height: 26px;
  }

  .success-message {
    background-color: #e6fff6;
  }
}

@media screen and (min-width: 1440px) {
  .glass-effect-content {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .hero-right {
    height: 100%;
  }

  .text-block.white.italic {
    font-style: italic;
  }

  .home-1-hero-form-block {
    width: 100%;
  }

  .header-img {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }

  .contect-right {
    height: 100%;
  }
}

@media screen and (max-width: 991px) {
  .navlink {
    color: #000;
    text-align: left;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
  }

  .navlink:hover {
    opacity: 1;
  }

  .navlink.w--current {
    color: #000;
  }

  .navlink.dropdown {
    width: 100%;
  }

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

  .menu-button {
    color: #000;
    justify-content: center;
    align-items: center;
    display: flex;
  }

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

  .menu-button.white {
    color: var(--midnight-blue);
  }

  .wrapper.hero-mod {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  .wrapper.services-mod {
    flex-direction: column-reverse;
  }

  .wrapper.our-services {
    align-items: start;
  }

  .wrapper.contact-wr {
    grid-row-gap: 100px;
    grid-template-columns: 1fr;
    align-items: start;
  }

  .hero-left {
    width: 100%;
    margin-top: 70px;
    padding-bottom: 120px;
  }

  .hero {
    padding-bottom: 60px;
  }

  .nav-links-wr {
    flex-direction: column;
    align-items: flex-start;
    width: 85%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
  }

  .navbar-links-wrapper {
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: flex-start;
    width: 85%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .home-1-left-down {
    margin-top: 80px;
  }

  .nav-dropdown {
    color: #000;
    padding-left: 0;
  }

  .nav-dropdown.w--open {
    border-bottom-style: none;
  }

  .btn {
    transition: filter .3s;
  }

  .btn:hover {
    filter: invert() invert();
  }

  .btn.mobile-mod {
    background-color: var(--medium-sea-green);
    color: #fff;
  }

  .home-1-hero-subtext-wrapper {
    margin-top: 40px;
    margin-bottom: 30px;
  }

  .hero-right {
    border-radius: 9px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
  }

  .navbar-logo {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .text-block._16-px {
    margin-bottom: 10px;
  }

  .text-block._16-px.medium-black {
    margin-bottom: 0;
  }

  .home-1-hero-right-main-image {
    margin-top: 51px;
  }

  .dropdown-link {
    color: #000;
    text-align: left;
  }

  .dropdown-link.w--current {
    color: #000;
  }

  .dropdown-list.w--open {
    box-shadow: none;
    background-color: #0000;
    align-items: flex-start;
    margin-left: auto;
    padding-top: 0;
    padding-bottom: 0;
    position: static;
  }

  .dropdown-list.episodes.w--open {
    margin-left: 0;
  }

  .home-1-hero-text-span {
    font-size: 60px;
  }

  .navlinks-and-navbutton-container {
    background-color: #fff;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 20px;
    padding-bottom: 60px;
    display: flex;
    box-shadow: 0 40px 100px #0000001a;
  }

  .home-1-blogs-category {
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
  }

  .home-1-popular-right {
    width: 100%;
    max-width: none;
    margin-bottom: 80px;
    display: none;
    position: static;
  }

  .home-1-popular-left {
    width: 100%;
  }

  .home-1-category-heading-wrapper, .service-wr {
    margin-bottom: 40px;
  }

  .home-1-popular-item-heading-text {
    line-height: 34px;
  }

  .home-1-editor-s-pick-image-wrap {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    order: -1;
    width: 100%;
    max-width: none;
    height: 400px;
    margin-top: 0;
    margin-bottom: 0;
    transform: none;
  }

  .home-1-editor-s-pick-number {
    font-size: 20px;
  }

  .home-1-editor-s-item-heading-text {
    font-size: 35px;
    line-height: 120%;
  }

  .home-1-editor-s-pick-image {
    object-position: 50% 50%;
  }

  .whyus-row-wr {
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    max-width: 600px;
    margin-bottom: 120px;
    margin-left: auto;
    margin-right: auto;
  }

  .whyus-row-wr:hover {
    box-shadow: 0 10px 100px #0000000d;
  }

  .home-1-editor-s-item-text-wrapper {
    margin-bottom: 50px;
  }

  .whyus-content-wr {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 16px;
    width: 100%;
    padding-top: 50px;
    padding-bottom: 20px;
  }

  .whyus-content-wr.left {
    border-top-left-radius: 0;
    border-bottom-right-radius: 16px;
  }

  .home-1-editor-s-pick-episode-text {
    font-size: 20px;
  }

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

  .grid-wr.middle {
    padding-left: 20px;
    padding-right: 20px;
  }

  .grid-wr.last {
    padding-left: 0;
  }

  .contact-left {
    width: 100%;
    margin-top: 70px;
    padding-bottom: 120px;
  }

  .contect-right {
    border-radius: 9px;
    order: -1;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
  }

  .close-icon {
    width: 16px;
  }

  .hp-hero {
    background-position: 0 0, 50%;
  }

  .hero-wr.hero-mod {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  .hero-wr.navbar {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .hero-wr.services-mod {
    flex-direction: column-reverse;
  }

  .close-icon-menu {
    width: 16px;
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .wrapper {
    width: 90%;
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .wrapper.services-mod {
    padding-bottom: 0;
  }

  .wrapper.our-services {
    grid-template-columns: 1fr;
    padding-top: 60px;
  }

  .wrapper.footer-mod {
    padding-top: 20px;
  }

  .wrapper.about-wr {
    padding-top: 40px;
  }

  .wrapper.contact-wr {
    grid-template-columns: 1fr;
    padding-bottom: 20px;
  }

  .hero-left {
    width: 100%;
    max-width: none;
    padding-bottom: 80px;
    padding-right: 0;
  }

  .hero {
    padding-bottom: 40px;
  }

  .navbar-logo {
    flex-direction: column;
    align-items: center;
  }

  .text-block.white.italic {
    font-size: 16px;
    line-height: 28px;
  }

  .text-block.glass-effect-text {
    font-size: 14px;
  }

  .text-block._16-px {
    font-size: 16px;
  }

  .home-1-hero-glass-effect {
    width: 170px;
    height: 180px;
  }

  .input {
    background-position: 6%;
  }

  .glass-mic-image {
    width: 40px;
    height: 50px;
  }

  .home-1-hero-text-span {
    font-size: 50px;
  }

  .heading-xl {
    font-size: 70px;
  }

  .heading-xl.white {
    font-size: 10vw;
    line-height: 11vw;
  }

  .heading-xs.white {
    font-size: 4.5vw;
    line-height: 6.5vw;
  }

  .home-1-blogs-category {
    flex-direction: column;
    align-items: flex-start;
  }

  .heading-m {
    font-size: 40px;
    line-height: 54px;
  }

  .service-wr {
    background-color: #fff;
    border-radius: 10px;
    flex-direction: column;
    max-width: 500px;
    margin-bottom: 80px;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 0 10px 100px #0000000f;
  }

  .service-content {
    width: 90%;
    max-width: none;
    margin-bottom: 30px;
  }

  .service-img-wr {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    width: 100%;
    max-width: none;
    height: 300px;
    margin-bottom: 30px;
  }

  .home-1-popular-item-heading-text {
    line-height: 32px;
  }

  .why-us-heading-wr {
    margin-bottom: 70px;
  }

  .home-1-editor-s-item-heading {
    margin-bottom: 20px;
  }

  .home-1-editor-s-pick-image-wrap {
    border-top-left-radius: 9px;
    border-top-right-radius: 9px;
    width: 100%;
    height: 300px;
  }

  .home-1-editor-s-pick-number {
    font-size: 18px;
  }

  .home-1-editor-s-pick-episode {
    margin-bottom: 10px;
  }

  .home-1-editor-s-item-heading-text {
    font-size: 30px;
  }

  .cms-content-container {
    width: 90%;
    max-width: none;
    margin-bottom: 30px;
  }

  .cms-content-container._100-width {
    margin-bottom: 0;
  }

  .whyus-row-wr {
    margin-bottom: 90px;
  }

  .home-1-editor-s-item-text-wrapper {
    margin-bottom: 30px;
  }

  .whyus-content-wr {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .home-1-editor-s-pick-episode-text {
    font-size: 18px;
  }

  .input-wr {
    background-position: 6%;
  }

  .grid-footer {
    border-top-width: 0;
    grid-template-columns: 1fr;
  }

  .grid-wr.middle {
    border-left-style: none;
    border-right-style: none;
    padding: 0;
  }

  .footer-signature {
    flex-direction: column;
    line-height: 20px;
  }

  .contact-left {
    width: 100%;
    max-width: none;
    padding-bottom: 80px;
    padding-right: 0;
  }

  .close-wr {
    z-index: 500;
    width: 60px;
    height: 60px;
  }

  .hp-hero {
    background-position: 0 0, 50%;
  }

  .hero-wr.services-mod {
    padding-bottom: 0;
  }

  .hero-wr.editor-s-pick-wrapper {
    padding-top: 100px;
  }

  .hero-wr.footer-mod {
    padding-top: 20px;
  }

  .grid {
    grid-row-gap: 64px;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  body {
    font-size: 16px;
    line-height: 32px;
  }

  .white {
    line-height: 100%;
  }

  .home-1-hero-button {
    text-align: center;
    width: 100%;
    height: 60px;
    margin-top: 20px;
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .wrapper.navbar {
    height: 70px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .wrapper.our-services {
    padding-bottom: 80px;
  }

  .wrapper.contact-wr {
    grid-row-gap: 40px;
    padding-top: 60px;
  }

  .home-1-hero-form-wrapper {
    width: 100%;
  }

  .home-1-hero-subscribe-wrapper {
    margin-top: 16px;
  }

  .hero-left {
    margin-top: 50px;
  }

  .home-1-left-up {
    width: 90%;
  }

  .hero {
    padding-bottom: 20px;
  }

  .home-1-hero-form {
    background-color: #0000;
    border-radius: 0;
    flex-direction: column;
    align-items: flex-start;
  }

  .home-1-left-down {
    margin-top: 60px;
  }

  .home-1-hero-heading-wrapper {
    padding-bottom: 20px;
  }

  .btn {
    font-size: 14px;
  }

  .btn.maxlimit {
    max-width: 160px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
  }

  .home-1-hero-subtext-wrapper {
    max-width: 80%;
    margin-top: 5vw;
    margin-bottom: 8vw;
  }

  .hero-right {
    width: 100%;
  }

  .navbar-logo {
    width: 150px;
  }

  .navbar-logo.w--current {
    width: 160px;
  }

  .text-block {
    font-size: 16px;
    line-height: 28px;
  }

  .text-block._16-px.green {
    margin-left: 0;
  }

  .text-block._16-px.light-black {
    font-size: 16px;
  }

  .text-block.white.italic {
    font-size: 16px;
  }

  .text-block.glass-effect-text {
    font-size: 13px;
  }

  .text-block._16-px {
    margin-left: auto;
    margin-right: auto;
    font-size: 15px;
  }

  .text-block._16-px.medium-black {
    font-size: 16px;
    line-height: 21px;
  }

  .home-1-hero-right-main-image {
    margin-top: 40px;
  }

  .home-1-hero-glass-effect {
    width: 150px;
    height: 160px;
  }

  .input {
    background-color: #ffffff14;
    border-radius: 8px;
    height: 60px;
    padding-left: 50px;
  }

  .home-1-hero-text-span {
    font-size: 35px;
    line-height: 130%;
  }

  .navlinks-and-navbutton-container {
    padding-top: 10px;
    padding-bottom: 20px;
  }

  .heading-xl {
    font-size: 12vw;
    line-height: 15vw;
  }

  .heading-xl.white {
    font-size: 11vw;
    line-height: 12vw;
  }

  .heading-xs {
    font-size: 6.7vw;
    line-height: 9vw;
  }

  .heading-xs.white {
    font-size: 5vw;
    line-height: 7.5vw;
  }

  .oferta-wr {
    width: 100%;
  }

  .heading-m {
    font-size: 30px;
    line-height: 36px;
  }

  .service-img-wr {
    height: 250px;
  }

  .play-button {
    margin-right: 10px;
  }

  .home-1-popular-episode-text, .home-1-popular-episode-number {
    font-size: 15px;
  }

  .home-1-popular-item-heading-text {
    font-size: 22px;
    line-height: 30px;
  }

  .heading-s {
    font-size: 6.5vw;
    line-height: 8vw;
  }

  .home-1-editor-s-pick-image-wrap {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    height: 280px;
  }

  .home-1-editor-s-pick-number {
    font-size: 16px;
  }

  .whyus-row-wr {
    margin-bottom: 60px;
  }

  .whyus-row-wr:hover {
    box-shadow: none;
  }

  .whyus-content-wr {
    width: 100%;
  }

  .home-1-editor-s-pick-episode-text {
    font-size: 16px;
  }

  .header-img.desktop {
    display: none;
  }

  .header-img.mobile {
    display: block;
  }

  .contact-form-wr {
    background-color: #0000;
    border-radius: 0;
    flex-direction: column;
    align-items: flex-start;
  }

  .input-wr {
    background-color: #ffffff14;
    border-radius: 8px;
    width: 100px;
    height: 60px;
    padding-left: 20px;
  }

  .input-sm {
    height: 60px;
    padding-left: 20px;
  }

  .contact-left {
    margin-top: 50px;
  }

  .contect-right {
    width: 100%;
  }

  .oferta-text {
    font-size: 15px;
  }

  .hp-hero {
    background-position: 0 0, 50%;
    min-height: 400px;
    padding-bottom: 20px;
  }

  .hero-wr {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .hero-wr.editor-s-pick-wrapper {
    padding-top: 70px;
  }

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

  .project-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }
}

#w-node-d40234e1-a955-21e9-e376-ec74b76b7388-c2fa72ef, #w-node-d40234e1-a955-21e9-e376-ec74b76b7388-e201f2df, #w-node-d40234e1-a955-21e9-e376-ec74b76b7388-2147fd73, #w-node-d40234e1-a955-21e9-e376-ec74b76b7388-43caabe0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_2b6c6cc4-e509-0ef7-2e54-b3b9c06cdfe5-13be4135 {
    order: -9999;
  }
}


@font-face {
  font-family: 'Plusjakartadisplay';
  src: url('../fonts/PlusJakartaDisplay-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Plusjakartadisplay';
  src: url('../fonts/PlusJakartaDisplay-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Plusjakartadisplay';
  src: url('../fonts/PlusJakartaDisplay-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Plusjakartadisplay';
  src: url('../fonts/PlusJakartaDisplay-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}