button {
  display: inline-block;
  overflow: visible;
  margin: 0;
  padding: 0;
  outline: 0;
  border: 0;
  background: 0 0;
  vertical-align: middle;
  text-decoration: none;
  text-transform: none;
  font: inherit;
  line-height: normal;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
       user-select: none;
}

/* .o-button:focus,
.o-button:hover, */
button:focus,
button:hover {
  text-decoration: none;
}

::-moz-selection {
  background-color: #272727;
  color: #fff;
  text-shadow: none;
}

::selection {
  background-color: #272727;
  color: #fff;
  text-shadow: none;
}

.footer-down {
  margin: 1rem 0 3rem !important;
  color: #6c737f;
}

.footer-down,
.footer-down a {
  color: #6c737f;
}

@media (max-width: 767.98px) {
  .header .o-layout_item {
    width: 50%;
  }
}

.header .header-logo {
  width: 9.5rem;
}

@media (max-width: 767.98px) {
  .header .header-logo {
    margin: 1rem 0;
  }
}

.header .menu-toggle {
  z-index: 25;
  width: 40px;
  height: 40px;
  border: 1px solid #0f0f0f;
  cursor: pointer;
  position: relative;
  margin-left: auto;
}

.c-heading.-h2 {
  font-size: 3rem;
  line-height: 1;
}

.hamburger span {
  display: block;
  width: 20px;
  height: 1px;
  margin-bottom: 3px;
  overflow: hidden;
  position: relative;
}

.hamburger span:last-child {
  margin: 0;
}

.hamburger span:before {
  transform: translateX(-200%);
}

.hamburger span:after,
.hamburger span:before {
  content: "";
  position: absolute;
  width: 105%;
  height: 100%;
  background-color: #0f0f0f;
  transition: transform ease 300ms;
}

.hamburger span:after,
.menu-toggle:hover .hamburger span:before {
  transform: translateX(0);
}

.hamburger span:nth-child(2):after,
.hamburger span:nth-child(2):before {
  transition-delay: 75ms;
}

.hamburger span:last-child:after,
.hamburger span:last-child:before {
  transition-delay: 150ms;
}

.menu-toggle:hover .hamburger span:after {
  transform: translateX(200%);
}

.menu-toggle.active .hamburger span:before {
  transform: translateX(100%);
}

.menu-toggle.active .hamburger span:after {
  transform: translateX(200%);
}

.cross span {
  display: block;
  width: 20px;
  height: 1px;
  background-color: #0f0f0f;
  transform: translateY(50%) rotate(45deg) scaleX(0);
  transition: transform ease 200ms;
}

.cross span:last-child {
  transform: translateY(-50%) rotate(-45deg) scaleX(0);
}

.menu-toggle.active .cross span {
  transition-delay: 450ms;
  transform: translateY(50%) rotate(45deg) scaleX(1);
}

.menu-toggle.active .cross span:last-child {
  transform: translateY(-50%) rotate(-45deg) scaleX(1);
}

.cross,
.hamburger {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.nsd-menu-overlay {
  display: block;
  width: 100%;
  height: 100vh;
  top: 0;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 24;
  background: #f3f3f3;
}

.nsd-menu-overlay__content {
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
  height: 100vh;
  align-items: center;
}

.nsd-menu-overlay__content::before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.nsd-menu-overlay__content--part {
  width: 100%;
  overflow: hidden;
  vertical-align: middle;
}

.nsd-menu-overlay__content--part__left .fullscreen-single__item {
  font-family: "Karla", sans-serif;
  opacity: 0;
  font-size: 2.5rem;
  font-weight: 300;
  line-height: 6.5rem;
  position: relative;
  display: block;
}

.nsd-menu-overlay__content--part__left .fullscreen-single__item .sub-menu {
  display: none;
  font-family: "Karla", sans-serif;
  line-height: 1.3rem;
}

.nsd-menu-overlay__content--part__left
  .fullscreen-single__item
  .sub-menu__inner {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 7px 0;
  font-size: 1rem;
  line-height: 1.3rem;
  font-weight: 400;
  color: #3b3d44;
}

.nsd-menu-overlay__content--part__left
  .fullscreen-single__item
  .sub-menu__inner:not(:last-child) {
  padding-right: 15px;
  border-right: 1px solid;
}

.nsd-menu-overlay__content--part__right {
  opacity: 0;
  text-align: center;
}

.nsd-menu-overlay__content--part__right .nsd-menu__intro {
  text-align: center;
  margin: 20px 20px 60px;
}

.nsd-menu-overlay__content--part__right .nsd-menu__intro-title {
  font-family: "Lora", serif;
  text-transform: uppercase;
  font-size: 3.2rem;
  padding-bottom: 1rem;
  line-height: 1.5;
}

@media (max-width: 991.98px) {
  .nsd-menu-overlay__content--part__right .nsd-menu__intro-title {
    font-size: 2rem;
  }
}

.o-section.-dark {
  background: #101012;
  color: #fff;
}

.o-section.-textured {
  /* background-image: url(/static/images/Vector-bcg.svg) */
}

.o-container {
  margin-right: auto;
  margin-left: auto;
  max-width: 95rem;
}

@media (max-width: 699px) {
  .o-container {
    padding-right: 20px;
    padding-left: 20px;
  }
}

@media (min-width: 700px) {
  .o-container {
    padding-right: 2.5rem;
    padding-left: 2.5rem;
  }
}

.bookprice-container {
  margin-right: auto;
  margin-left: auto;
  max-width: 65rem;
}

@media (max-width: 699px) {
  .bookprice-container {
    padding-right: 20px;
    padding-left: 20px;
  }
}

@media (min-width: 700px) {
  .bookprice-container {
    padding-right: 2.5rem;
    padding-left: 2.5rem;
  }
}

.o-ratio:before {
  padding-bottom: 100%;
}

.o-ratio > embed,
.o-ratio > iframe,
.o-ratio > img,
.o-ratio > object,
.o-ratio_content {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
}

.o-layout {
  padding: 0;
  list-style: none;
  font-size: 0;
  margin: 0;
}

.o-layout.-gutter {
  margin-left: -3.75rem;
}

.o-layout.-gutter-small {
  margin-left: -1.875rem;
}

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

.o-layout.-right {
  text-align: right;
}

.o-layout.-reverse {
  direction: rtl;
}

.o-layout.-reverse.-flex {
  flex-direction: row-reverse;
}

.o-layout.-flex {
  display: flex;
}

.o-layout.-flex.-top {
  align-items: flex-start;
}

.o-layout.-flex.-middle {
  align-items: center;
}

.o-layout.-flex.-bottom {
  align-items: flex-end;
}

.o-layout.-stretch {
  align-items: stretch;
}

.o-layout_item {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  font-size: 1rem;
  padding-left: 0;
}

.o-layout.-gutter > .o-layout_item {
  padding-left: 3.75rem;
}

.o-layout.-gutter-small > .o-layout_item {
  padding-left: 1.875rem;
}

.o-layout.-middle > .o-layout_item {
  vertical-align: middle;
}

.o-layout.-bottom > .o-layout_item {
  vertical-align: bottom;
}

.o-layout.-center > .o-layout_item,
.o-layout.-reverse > .o-layout_item,
.o-layout.-right > .o-layout_item {
  text-align: left;
}

.o-layout.-reverse > .o-layout_item {
  direction: ltr;
}

.o-sidebar {
  display: flex;
  flex-direction: column;
}

.o-label {
  display: block;
}

.o-checkbox-label,
.o-label,
.o-radio-label {
  margin-bottom: 0.9375rem;
}

.o-input {
  padding: 0.625rem;
}

.o-input,
.o-select,
.o-textarea {
  border-width: 1px;
  border-style: solid;
  border-color: #d3d3d3;
  background-color: #fff;
}

.o-textarea {
  padding: 0.625rem;
}

.o-checkbox:focus + .o-checkbox-label::before,
.o-checkbox:focus + .o-radio-label::before,
.o-input:focus,
.o-radio:focus + .o-checkbox-label::before,
.o-radio:focus + .o-radio-label::before,
.o-select:focus,
.o-textarea:focus {
  border-color: gray;
}

.o-input::-moz-placeholder, .o-select::-moz-placeholder, .o-textarea::-moz-placeholder {
  color: gray;
}

.o-input::placeholder,
.o-select::placeholder,
.o-textarea::placeholder {
  color: gray;
}

.o-checkbox,
.o-radio {
  position: absolute;
  width: 0;
  opacity: 0;
}

.o-checkbox:checked + .o-checkbox-label::after,
.o-checkbox:checked + .o-radio-label::after,
.o-radio:checked + .o-checkbox-label::after,
.o-radio:checked + .o-radio-label::after {
  opacity: 1;
}

.o-checkbox-label,
.o-radio-label {
  position: relative;
  display: inline-block;
  margin-right: 0.5em;
  padding-left: 1.75rem;
}

.o-checkbox-label::after,
.o-checkbox-label::before,
.o-radio-label::after,
.o-radio-label::before {
  position: absolute;
  top: 50%;
  left: 0;
  display: inline-block;
  margin-top: -0.5625rem;
  padding: 0;
  width: 1.125rem;
  height: 1.125rem;
  content: "";
}

.o-checkbox-label::before,
.o-radio-label::before {
  background-color: #fff;
}

.o-checkbox-label::after {
  background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20version%3D%221.1%22%20x%3D%220%22%20y%3D%220%22%20width%3D%2213%22%20height%3D%2210.5%22%20viewBox%3D%220%200%2013%2010.5%22%20enable-background%3D%22new%200%200%2013%2010.5%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20fill%3D%22%23424242%22%20d%3D%22M4.8%205.8L2.4%203.3%200%205.7l4.8%204.8L13%202.4c0%200-2.4-2.4-2.4-2.4L4.8%205.8z%22%2F%3E%3C%2Fsvg%3E);
  background-size: 0.8125rem;
}

.o-checkbox-label::after,
.o-radio-label::after {
  border-color: transparent;
  background-color: transparent;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0;
}

.o-radio-label::after,
.o-radio-label::before {
  border-radius: 50%;
}

.o-radio-label::after {
  background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20version%3D%221.1%22%20x%3D%220%22%20y%3D%220%22%20width%3D%2213%22%20height%3D%2213%22%20viewBox%3D%220%200%2013%2013%22%20enable-background%3D%22new%200%200%2013%2013%22%20xml%3Aspace%3D%22preserve%22%3E%3Ccircle%20fill%3D%22%23424242%22%20cx%3D%226.5%22%20cy%3D%226.5%22%20r%3D%226.5%22%2F%3E%3C%2Fsvg%3E);
  background-size: 0.5rem;
}

.o-select {
  z-index: 1;
  padding: 0.625rem 2.5rem 0.625rem 0.625rem;
}

.o-select,
.o-select-wrap {
  position: relative;
}

.o-button::before,
.o-select-wrap::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}

.o-select-wrap::after {
  width: 2.5rem;
  background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20version%3D%221.1%22%20x%3D%220%22%20y%3D%220%22%20width%3D%2213%22%20height%3D%2211.3%22%20viewBox%3D%220%200%2013%2011.3%22%20enable-background%3D%22new%200%200%2013%2011.3%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpolygon%20fill%3D%22%23424242%22%20points%3D%226.5%2011.3%203.3%205.6%200%200%206.5%200%2013%200%209.8%205.6%20%22%2F%3E%3C%2Fsvg%3E);
  background-position: center;
  background-size: 0.625rem;
  background-repeat: no-repeat;
  pointer-events: none;
  z-index: 2;
}

.o-textarea {
  min-height: 6.25rem;
}

.o-button {
  position: relative;
  z-index: 1;
  color: #272727;
  padding: 0.9375rem 1.5625rem;
  font-size: 1.5rem;
  background-color: #ffda00;
  transition: color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  width: 100%;
  text-align: left;
}

.o-button::before {
  left: 0;
  z-index: -1;
  transform: scaleX(0);
  transform-origin: right;
  background-color: #272727;
  transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.o-button:focus,
.o-button:hover {
  color: wheat;
}

.o-button:focus::before,
.o-button:hover::before {
  transform: scaleX(1);
  transform-origin: left;
}

.o-button_icon {
  display: inline-block;
  vertical-align: middle;
  width: 3.4375rem;
  height: 3.4375rem;
  margin-right: 0.9375rem;
}

.o-button_icon svg {
  display: block;
  width: 100%;
  height: 100%;
}

.o-button_arrow {
  position: absolute;
  top: 50%;
  right: 2.1875rem;
  transform: translateY(-50%);
}

.c-slider_button {
  padding: 1.5rem;
  background: #e1e0e0;
}

.button {
  display: flex;
  width: -moz-max-content;
  width: max-content;
  align-items: center;
  margin: 5rem 0 0;
  font-size: 1rem;
  text-transform: uppercase;
  text-decoration: none;
}

.button__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 0 0 0 4.167vw;
  width: 11.111vw;
  height: 11.111vw;
  overflow: hidden;
  pointer-events: none;
}

@media (max-width: 767px) {
  .button__icon {
    margin: 0 0 0 3vw;
  }
}

.button__icon.-is-dark .button__circle {
  background-color: #41444e;
}

.button__icon.-is-dark .button__svg {
  stroke: #fff;
  fill: #fff;
}

.button__circle {
  position: absolute;
  width: 11.111vw;
  height: 11.111vw;
  overflow: visible;
  background-color: transparent;
  border: 1px solid #6c737f;
  border-radius: 50%;
}

.button__svg {
  display: block;
  position: absolute;
  width: 4.278vw;
  height: 1.092vw;
  fill: none;
  stroke: #7a7a84;
  stroke-linecap: round;
  stroke-miterlimit: 10;
  stroke-width: 0.5px;
}

.button__title--secondary {
  display: none;
}

@media (min-width: 768px) {
  .button {
    height: 3rem;
  }

  .button__icon {
    margin: 0 0 0 1rem;
  }

  .button__circle,
  .button__icon {
    width: 3rem;
    height: 3rem;
  }

  .button__svg {
    width: 1rem;
    height: auto;
  }

  .button__svg--clone {
    transform-origin: left center;
    transform: translateX(-3rem);
  }

  .button__title-mask {
    position: relative;
    padding: 0.347vw 0;
    overflow: hidden;
  }

  .button__title {
    display: block;
    transform: rotate(0deg);
    transform-origin: right center;
  }

  .button__title--secondary {
    display: block;
    position: absolute;
    left: 0;
    bottom: -3rem;
    transform: rotate(15deg);
    transform-origin: left center;
  }
}

@media (hover: hover) {
  .button__icon > .button__svg--clone {
    transition: transform 0.3s cubic-bezier(0.34, 0, 0.18, 1);
  }

  .button__icon,
  .button__icon > .button__svg,
  .button__title-mask > .button__title-wrap,
  .button__title-mask > .button__title-wrap > .button__title,
  .button__title-mask > .button__title-wrap > .button__title--secondary {
    will-change: transform;
    transition: transform 0.62s cubic-bezier(0.34, 0, 0.18, 1);
  }

  .button:not(.child-button-controller):hover
    > .button__title-mask
    > .button__title-wrap {
    transform: translateY(-3rem);
  }

  .button:not(.child-button-controller):hover
    > .button__title-mask
    > .button__title-wrap
    > .button__title {
    transform: rotate(15deg);
  }

  .button:not(.child-button-controller):hover
    > .button__title-mask
    > .button__title-wrap
    > .button__title--secondary {
    transform: rotate(0deg);
  }

  .button:not(.child-button-controller):hover > .button__icon > .button__svg {
    opacity: 0;
    transform: translateX(3rem);
    transition: 0.3s cubic-bezier(0.34, 0, 0.18, 1);
    transition-property: opacity, transform;
  }

  .button:not(.child-button-controller):hover
    > .button__icon
    > .button__svg--clone {
    opacity: 1;
    transform: translateX(0);
    transition: transform 0.62s cubic-bezier(0.34, 0, 0.18, 1);
  }

  .button:not(.child-button-controller):hover > .button__icon {
    transform: scale(1.2);
  }

  .parent-button-controller:hover
    .button
    > .button__title-mask
    > .button__title-wrap {
    transform: translateY(-3rem);
  }

  .parent-button-controller:hover
    .button
    > .button__title-mask
    > .button__title-wrap
    > .button__title {
    transform: rotate(15deg);
  }

  .parent-button-controller:hover
    .button
    > .button__title-mask
    > .button__title-wrap
    > .button__title--secondary {
    transform: rotate(0deg);
  }

  .parent-button-controller:hover .button > .button__icon > .button__svg {
    opacity: 0;
    transform: translateX(3rem);
    transition: 0.3s cubic-bezier(0.34, 0, 0.18, 1);
    transition-property: opacity, transform;
  }

  .parent-button-controller:hover
    .button
    > .button__icon
    > .button__svg--clone {
    opacity: 1;
    transform: translateX(0);
    transition: transform 0.62s cubic-bezier(0.34, 0, 0.18, 1);
  }

  .parent-button-controller:hover .button > .button__icon {
    transform: scale(1.2);
  }
}

.button.is-white,
.o-ratio .o-ratio-btn .button__title-wrap span {
  color: #fff;
}

.button-slider-open {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 15px;
  right: 15px;
  z-index: 2;
  width: 16.667vw;
  height: 16.667vw;
  background-color: #fff;
  border-radius: 50%;
}

.button-slider-open__icon {
  width: 2.689vw;
  height: 3.228vw;
  fill: #595f70;
}

@media (hover: hover) {
  .button-slider-open {
    transform-origin: center center;
    will-change: transform;
  }

  .button-slider-open__icon {
    overflow: visible;
  }

  .button-slider-open__icon-square {
    will-change: transform;
    transition: 400ms cubic-bezier(0.8, 0.16, 0.41, 0.86);
  }

  .button-slider-open:hover .button-slider-open__icon-square:first-of-type {
    transform: translate(-0.1vw, 0.1vw);
  }

  .button-slider-open:hover .button-slider-open__icon-square:nth-of-type(2) {
    transform: translate(0, 0.1vw);
  }

  .button-slider-open:hover .button-slider-open__icon-square:nth-of-type(3) {
    transform: translate(0.1vw, 0.1vw);
  }

  .button-slider-open:hover .button-slider-open__icon-square:nth-of-type(4) {
    transform: translate(-0.1vw, 0);
  }

  .button-slider-open:hover .button-slider-open__icon-square:nth-of-type(5) {
    transform: translate(0, 0);
  }

  .button-slider-open:hover .button-slider-open__icon-square:nth-of-type(6) {
    transform: translate(0.1vw, 0);
  }

  .button-slider-open:hover .button-slider-open__icon-square:nth-of-type(7) {
    transform: translate(-0.1vw, -0.1vw);
  }

  .button-slider-open:hover .button-slider-open__icon-square:nth-of-type(8) {
    transform: translate(0, -0.1vw);
  }

  .button-slider-open:hover .button-slider-open__icon-square:nth-of-type(9) {
    transform: translate(0.1vw, -0.1vw);
  }
}

@media (min-width: 768px) {
  .button-slider-open {
    width: 4.167vw;
    height: 4.167vw;
    backface-visibility: hidden;
  }

  .button-slider-open__icon {
    width: 0.7392vw;
    height: 0.8877vw;
  }
}

.o-scroll {
  background-color: #efeeee;
  transition: all 0.3s;
}

.o-image_wrapper {
  position: relative;
  overflow: hidden;
  background-color: #dcdde0;
}

.o-image {
  opacity: 0.9;
  mix-blend-mode: multiply;
}

.o-image img {
  /* width: 100%; */
  /* opacity: 0; */
  /* transform: scale(1.2); */
  /* transition: opacity 1.2s cubic-bezier(.215, .61, .355, 1), transform 1.2s cubic-bezier(.215, .61, .355, 1) */
}

/* .o-image .-is-40 {
  height: 40rem;
  max-height: 40rem
}
.o-image .-is-60 {
  height: 60rem;
  max-height: 60rem
}
.o-image .-is-80 {
  height: 80rem
} */
.-is-40 {
  height: 40rem;
  max-height: 40rem;
}

.-is-60 {
  height: 60rem;
  max-height: 60rem;
}

.-is-80 {
  height: 80rem;
}

/* .o-image.is-inview img {
  opacity: 1;
  transform: scale(1);
  transition-delay: .6s;
  min-height: 40rem;
  object-fit: cover
} */
.c-overlay-img,
.o-ratio {
  position: relative;
}

.c-overlay-img .secondary {
  position: absolute;
  top: 20%;
  right: -20%;
  width: -moz-fit-content;
  width: fit-content;
}

.c-figure img {
  width: 100%;
  height: auto;
  transition: transform 2.4s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.o-ratio {
  display: block;
  overflow: hidden;
  height: 35rem;
}

@media (max-width: 991.98px) {
  .o-ratio {
    height: 25rem;
  }
}

.o-clip:before,
.o-ratio:before {
  display: block;
  width: 100%;
  content: "";
}

.o-ratio_content.-parallax {
  top: -1rem;
  bottom: -1rem;
}

.o-ratio:hover img {
  filter: brightness(0) contrast(0.65);
}

.o-ratio img {
  height: -webkit-fill-available;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  transition: all 0.5s;
  filter: brightness(0.5);
}

.o-ratio .o-ratio-text {
  z-index: 10;
  color: #fff;
  font-size: 3rem;
  line-height: 1.2;
  position: absolute;
  top: 3.5rem;
  text-align: left;
  font-family: "Lora", serif;
  width: auto;
  margin: 0 2rem;
}

@media (max-width: 991.98px) {
  .o-ratio .o-ratio-text {
    font-size: 2rem;
  }
}

.o-ratio .title_xs {
  color: #a8abb3;
  position: absolute;
  top: 0;
  margin: 2rem;
}

.o-ratio .o-ratio-btn {
  color: #fff;
  position: absolute;
  bottom: 2rem;
  margin: 0 2rem;
  text-align: left;
  width: auto;
}

.o-ratio .o-ratio-btn .button__icon {
  margin: 0;
}

.o-ratio .o-ratio-btn .button__circle {
  background-color: transparent;
  border-color: #fff;
}

.o-ratio .o-ratio-btn .button__svg {
  fill: #fff;
  stroke: #fff;
}

.o-clip {
  position: relative;
  display: block;
  overflow: hidden;
  height: 35rem;
}

.o-clip__content.-parallax {
  top: -1rem;
  bottom: -1rem;
}

.o-clip img,
.o-clip__content.-parallax.is-inview img {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  filter: brightness(1);
  transition: all 1s;
}

.o-clip__text {
  z-index: 10;
  font-size: 40px;
  position: absolute;
  top: 2rem;
  right: 2rem;
  text-align: end;
  width: 100%;
}

.o-clip img {
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  -o-object-fit: cover;
     object-fit: cover;
  clip-path: polygon(0 0, 50% 0, 50% 100%, 0% 100%);
  filter: brightness(0.5);
}

.next-project,
.previous-project {
  height: 30rem;
  overflow: hidden;
  position: relative;
}

@media (max-width: 991.98px) {
  .next-project,
  .previous-project {
    height: 21rem;
  }
}

.next-project img,
.previous-project img {
  height: 30rem;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  filter: brightness(0.3);
  transition: all 0.4s;
  background-position: center;
}

@media (max-width: 991.98px) {
  .next-project img,
  .previous-project img {
    height: 21rem;
  }
}

.next-project:hover img,
.previous-project:hover img {
  transform: scale(1.2);
  transition: all 0.4s;
}

.next-project:hover .title,
.previous-project:hover .title {
  opacity: 1;
  transition: all 0.4s;
}

.next-project__content,
.previous-project__content {
  position: absolute;
  top: 0;
  color: #fff;
  margin: 18rem 5rem 0;
}

@media (max-width: 991.98px) {
  .next-project__content,
  .previous-project__content {
    margin: 12rem 5rem 0;
  }
}

.next-project__content .title,
.previous-project__content .title {
  font-family: "Lora", serif;
  font-size: 3rem;
  opacity: 0.6;
  transition: all 0.4s;
}

@media (max-width: 991.98px) {
  .next-project__content .title,
  .previous-project__content .title {
    opacity: 0.8;
    font-size: 2rem;
  }
}

.next-project__content .date,
.previous-project__content .date {
  opacity: 0.4;
}

.c-fullview {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 9000;
}

.s-image-text + .c-image-figure {
  margin-top: -1.875vw;
}

#lookbook,
.o-viewer {
  top: 0;
  left: 0;
  height: 100%;
  position: fixed;
}

#lookbook {
  width: 100vw;
  z-index: 95;
}

.o-viewer {
  width: 100%;
  z-index: 1;
  backface-visibility: hidden;
}

.o-viewer.-is-higher {
  z-index: 10000;
}

.o-viewer img {
  width: 100%;
  -o-object-fit: fill;
     object-fit: fill;
}

.blur-up {
  filter: blur(5px);
  transition:
    filter 400ms;
}

.blur-up.lazyloaded {
  filter: blur(0);
}

.map-info {
  min-height: 850px;
  top: 0;
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  background: radial-gradient(
    37.98% 49.5% at 82.65% 46.95%,
    rgba(0, 0, 0, 0.13) 0%,
    rgba(0, 0, 0, 0.74) 100%
  );
  justify-content: center;
  padding: 40px 5%;
}

.map-info,
.nsd-map,
.parent .single-post {
  position: relative;
}

.map-address,
.map-email,
.map-phone {
  text-align: left;
  padding-bottom: 25px;
}

.map-wrapper {
  width: 31.25rem;
  color: #fff;
  background: rgba(32, 35, 39, 0.3);
  padding: 80px 50px;
}

@media (max-width: 767.98px) {
  .map-wrapper {
    width: 100%;
  }
}

.map-title {
  font-size: 3rem;
  color: #af9175;
  margin-bottom: 2rem;
}

.map-address p {
  padding-left: 20px;
}

.map-email p,
.map-phone p {
  margin-left: 20px;
}

.parent {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 0;
  grid-row-gap: 0;
}

.parent .single-post:before {
  opacity: 0;
  transition: all 0.5s;
}

.parent .single-post:hover .single-link:before {
  content: url("data:image/svg+xml,%3Csvg width='50' height='50' viewBox='0 0 50 50' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M29.7852 25C29.7852 27.6428 27.6428 29.7852 25 29.7852C22.3572 29.7852 20.2148 27.6428 20.2148 25C20.2148 22.3572 22.3572 20.2148 25 20.2148C27.6428 20.2148 29.7852 22.3572 29.7852 25Z' fill='white'/%3E%3Cpath d='M36.1909 16.5336C35.9608 15.9103 35.5939 15.3461 35.117 14.883C34.6539 14.4061 34.0901 14.0392 33.4664 13.8091C32.9606 13.6127 32.2007 13.3788 30.8011 13.3151C29.287 13.2461 28.8331 13.2312 25.0001 13.2312C21.1667 13.2312 20.7127 13.2457 19.1991 13.3147C17.7994 13.3788 17.0392 13.6127 16.5337 13.8091C15.91 14.0392 15.3458 14.4061 14.8831 14.883C14.4063 15.3461 14.0393 15.9099 13.8089 16.5336C13.6124 17.0394 13.3786 17.7997 13.3149 19.1993C13.2458 20.713 13.231 21.1669 13.231 25.0003C13.231 28.8333 13.2458 29.2873 13.3149 30.8013C13.3786 32.2009 13.6124 32.9608 13.8089 33.4666C14.0393 34.0903 14.4059 34.6542 14.8827 35.1173C15.3458 35.5941 15.9096 35.9611 16.5333 36.1911C17.0392 36.3879 17.7994 36.6218 19.1991 36.6855C20.7127 36.7545 21.1663 36.769 24.9997 36.769C28.8335 36.769 29.2874 36.7545 30.8007 36.6855C32.2003 36.6218 32.9606 36.3879 33.4664 36.1911C34.7184 35.7082 35.7079 34.7186 36.1909 33.4666C36.3873 32.9608 36.6212 32.2009 36.6852 30.8013C36.7543 29.2873 36.7688 28.8333 36.7688 25.0003C36.7688 21.1669 36.7543 20.713 36.6852 19.1993C36.6215 17.7997 36.3877 17.0394 36.1909 16.5336V16.5336ZM25.0001 32.3714C20.9286 32.3714 17.6282 29.0714 17.6282 24.9999C17.6282 20.9285 20.9286 17.6284 25.0001 17.6284C29.0711 17.6284 32.3716 20.9285 32.3716 24.9999C32.3716 29.0714 29.0711 32.3714 25.0001 32.3714ZM32.663 19.0597C31.7116 19.0597 30.9403 18.2883 30.9403 17.337C30.9403 16.3856 31.7116 15.6142 32.663 15.6142C33.6144 15.6142 34.3857 16.3856 34.3857 17.337C34.3854 18.2883 33.6144 19.0597 32.663 19.0597Z' fill='white'/%3E%3Cpath d='M25 0C11.195 0 0 11.195 0 25C0 38.805 11.195 50 25 50C38.805 50 50 38.805 50 25C50 11.195 38.805 0 25 0ZM39.2689 30.9185C39.1994 32.4467 38.9565 33.49 38.6017 34.4032C37.8559 36.3316 36.3316 37.8559 34.4032 38.6017C33.4904 38.9565 32.4467 39.1991 30.9189 39.2689C29.388 39.3387 28.899 39.3555 25.0004 39.3555C21.1014 39.3555 20.6127 39.3387 19.0815 39.2689C17.5537 39.1991 16.51 38.9565 15.5972 38.6017C14.6389 38.2412 13.7714 37.6762 13.0543 36.9457C12.3241 36.2289 11.7592 35.3611 11.3987 34.4032C11.0439 33.4904 10.8009 32.4467 10.7315 30.9189C10.6609 29.3877 10.6445 28.8986 10.6445 25C10.6445 21.1014 10.6609 20.6123 10.7311 19.0815C10.8006 17.5533 11.0432 16.51 11.3979 15.5968C11.7584 14.6389 12.3238 13.7711 13.0543 13.0543C13.7711 12.3238 14.6389 11.7588 15.5968 11.3983C16.51 11.0435 17.5533 10.8009 19.0815 10.7311C20.6123 10.6613 21.1014 10.6445 25 10.6445C28.8986 10.6445 29.3877 10.6613 30.9185 10.7315C32.4467 10.8009 33.49 11.0435 34.4032 11.3979C35.3611 11.7584 36.2289 12.3238 36.9461 13.0543C37.6762 13.7714 38.2416 14.6389 38.6017 15.5968C38.9568 16.51 39.1994 17.5533 39.2693 19.0815C39.3391 20.6123 39.3555 21.1014 39.3555 25C39.3555 28.8986 39.3391 29.3877 39.2689 30.9185V30.9185Z' fill='white'/%3E%3C/svg%3E%0A");
  position: absolute;
  bottom: 25%;
  transform: translate(-50%, -50%);
  right: 30%;
  z-index: 1;
  opacity: 0.7;
  transition: all 0.5s;
}

.parent .single-post:hover img {
  filter: brightness(0.5);
  transition: all 0.5s;
}

.parent .single-post img {
  text-indent: -9999px;
  transition: all 0.5s;
  height: 14.375rem;
  width: -webkit-fill-available;
  -o-object-fit: cover;
     object-fit: cover;
  margin: 2px;
}

@media (max-width: 991.98px) {
  .parent .single-post img {
    height: 9rem;
  }
}

.instagram-wrapper {
  height: 29.25rem;
}

@media (max-width: 991.98px) {
  .instagram-wrapper {
    height: 18rem;
  }
}

.div1 {
  grid-area: 1/1/2/2;
}

.div2 {
  grid-area: 1/2/2/3;
}

.div3 {
  grid-area: 1/3/2/4;
}

.div4 {
  grid-area: 2/1/3/2;
}

.div5 {
  grid-area: 2/2/3/3;
}

.div6 {
  grid-area: 2/3/3/4;
}

.Hero {
  padding-top: 120px;
}

.Hero__container {
  display: flex;
  flex-direction: column;
  position: relative;
  height: 100%;
  z-index: 124;
}

.Hero__content {
  flex: none;
  align-self: stretch;
  width: 70.83333%;
  margin-left: 29.16667%;
  order: 0;
  margin-top: 0;
  padding: 105px 16.66667% 105px 12.5%;
  height: 100%;
  background: #ffda00;
  z-index: 10;
}

.Cover__imageBackground {
  top: 0;
  left: 0;
  width: 100%;
  height: 299px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% center;
  margin-top: -370px;
  z-index: -10;
}

h1.Hero__heading {
  font-size: 38px;
}

.o-text {
  font-family: "Karla", sans-serif;
  font-size: 1.125rem;
  line-height: 2;
  margin: 5% 0;
}

@media (max-width: 767px) {
  .o-text {
    font-size: 1.4rem;
    line-height: 2;
  }

  .button {
    font-size: 1.4rem;
  }
}

.o-text.-right-align {
  width: 70%;
  margin-left: auto;
}

.s-content p {
  font-weight: 400;
  margin-bottom: 2rem;
}

.s-content h1,
.s-content h2,
.s-content h3,
.s-content h4,
.s-content h5,
.s-content h6 {
  margin-top: 3.33333rem;
  margin-bottom: 1.33333rem;
  line-height: 1;
}

.s-content h3,
.s-content h4,
.s-content h5,
.s-content h6 {
  font-weight: 500;
}

.o-secondary-link {
  position: relative;
}

.o-secondary-link::before {
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 1px;
  content: "";
  position: absolute;
  background: #3b3d44;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.4s ease-out;
}

.o-secondary-link.is-active::before,
.o-secondary-link:hover:before {
  transform: scaleX(1);
  transform-origin: left;
}

.o-project-info {
  padding-bottom: 2rem;
}

.o-project-info__title {
  font-weight: 700;
}

.counter-number {
  font-size: 2rem;
  font-family: "Lora", serif;
}

.counter-text {
  margin-bottom: 2rem;
}

.checkbox {
  z-index: 999999;
  position: fixed;
  bottom: 1rem;
  right: 2rem;
}

.label {
  background-color: #111;
  border-radius: 50px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 5px;
  position: relative;
  height: 26px;
  width: 50px;
  transform: scale(1.5);
}

.label .ball {
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
  top: 2px;
  left: 2px;
  height: 22px;
  width: 22px;
  transform: translateX(0);
  transition: transform 0.2s linear;
}

.checkbox:checked + .label .ball {
  transform: translateX(24px);
}

.fa-moon {
  color: #f1c40f;
}

.eva.eva-sun {
  fill: #f39c12;
}

.nsd-loadbar,
.nsd-trackbar {
  height: 1px;
  background: #3b3d44;
  margin: 0 auto;
}

.nsd-trackbar {
  width: 20vw;
  bottom: 100px;
  left: 40vw;
  opacity: 1;
  position: fixed;
}

.nsd-loadbar {
  width: 0%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  overflow: hidden;
}

.screen,
.screen__item,
.screens {
  top: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  min-height: 100vh;
}

.screen__item {
  opacity: 0;
  background: #efeeee;
  z-index: 1;
}

.screen__item:first-child {
  opacity: 1;
  z-index: 100;
}

.screen img {
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  will-change: opacity;
}

.screen--full {
  opacity: 0.2;
  will-change: transform;
}

.screen--clip-1 {
  opacity: 0.7;
  clip-path: polygon(37% 15%, 90% 15%, 90% 85%, 37% 85%);
}

@media (max-width: 991.98px) {
  .screen--clip-1 {
    opacity: 0.5;
  }
}

@media (max-width: 767.98px) {
  .screen--clip-1 {
    opacity: 0.2;
  }
}

.single-card {
  padding: 2rem;
}

@media (max-width: 991.98px) {
  .single-card {
    padding: 1rem;
  }
}

@media (max-width: 767.98px) {
  .single-card {
    padding: 1rem 0;
  }
}

.portfolio-hover {
  height: 100vh;
  overflow: hidden;
  position: fixed;
  top: 0;
  bottom: 0;
}

@media (max-width: 767.98px) {
  .portfolio-hover {
    position: relative;
    overflow: scroll;
  }
}

.gallery-button-next .button,
.gallery-button-next .button .button__icon,
.gallery-button-prev .button,
.gallery-button-prev .button .button__icon {
  margin: 0;
}

.gallery-button-prev .button {
  transform: scaleX(-1);
}

.portfolio-figure {
  width: calc(100vw / 20 * 7);
  height: 100%;
  z-index: 2;
  overflow: hidden;
  position: relative;
  background: #fff;
}

.portfolio-figure img,
.portfolio-figure video {
  -o-object-fit: cover;
     object-fit: cover;
}

.portfolio-figure .portfolio-images {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
}

.n-background,
.portfolio-figure img,
.portfolio-figure video,
.single-image {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  position: absolute;
}

.n-background img.is-active,
.single-image img.is-active {
  opacity: 1;
  z-index: 2;
}

.-o-single-portfolio {
  z-index: 2;
  width: calc(100vw / 20 * 13);
  transition: all 0.3s;
  display: flex;
  background: #efeeee;
}

@media (max-width: 767.98px) {
  .-o-single-portfolio {
    width: 100%;
    overflow: scroll;
  }
}

.-o-single-portfolio .-o-single-portfolio__column {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  padding: 2rem 0;
  align-items: flex-end;
}

@media (max-width: 767.98px) {
  .-o-single-portfolio .-o-single-portfolio__column {
    padding: 8rem 0 0;
  }
}

.-o-single-portfolio .-o-single-portfolio__column:nth-child(1) {
  width: calc(100vw / 16 * 7);
  margin-left: calc(100vw / 20 * 2);
}

@media (max-width: 767.98px) {
  .-o-single-portfolio .-o-single-portfolio__column:nth-child(1) {
    width: 100%;
  }
}

.-o-single-portfolio
  .-o-single-portfolio__column
  .-o-single-portfolio__wrapper {
  width: calc(100vw / 20 * 7);
  position: relative;
  margin-bottom: 4vw;
}

@media (max-width: 767.98px) {
  .-o-single-portfolio
    .-o-single-portfolio__column
    .-o-single-portfolio__wrapper {
    width: 100%;
  }
}

.-o-single-portfolio
  .-o-single-portfolio__column
  .-o-single-portfolio__wrapper
  li {
  padding: 1rem 0;
}

.-o-single-portfolio
  .-o-single-portfolio__column
  .-o-single-portfolio__wrapper
  li
  .title_xs {
  color: #a8abb3;
  text-transform: capitalize;
}

.-o-single-portfolio
  .-o-single-portfolio__column
  .-o-single-portfolio__wrapper
  a {
  width: 32vw;
  color: #3b3d44;
  font-weight: 300;
  font-size: 2rem;
  font-family: "Karla", sans-serif;
  align-items: center;
  display: inline-flex;
  line-height: 1.3;
  letter-spacing: -0.2px;
}

@media (max-width: 767.98px) {
  .-o-single-portfolio
    .-o-single-portfolio__column
    .-o-single-portfolio__wrapper
    a {
    width: 100%;
    font-size: 2rem;
    line-height: 1.4;
    padding: 0.8rem 0;
  }
}

.-o-single-portfolio
  .-o-single-portfolio__column
  .-o-single-portfolio__wrapper
  a:hover {
  color: #af9175;
  transition: all 0.3s;
}

.-o-single-portfolio .-o-single-portfolio__column .-o-single-portfolio-links,
.-o-single-portfolio .-o-single-portfolio__column .-o-single-portfolio-sub {
  width: 100%;
  position: relative;
}

.-o-single-portfolio .single-social__links {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  position: absolute;
  bottom: 0;
  text-align: end;
  right: 0;
  left: auto;
  padding: 2rem 3.5rem;
}

@media (max-width: 767.98px) {
  .-o-single-portfolio .single-social__links {
    padding: 2rem 1rem;
  }
}

@media (min-width: 1920px) {
  .-o-single-portfolio .single-social__links {
    bottom: 4rem;
  }
}

.portfolio-three {
  height: 100%;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  /* position: fixed; */
  position: relative;
  top: 0;
  overflow: visible;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.portfolio-three .nsd-portfolio-3 {
  /* height: 100vh; */
  background: #efeeee;
}

.portfolio-three .nsd-portfolio-3 .singleslide-inner {
  top: 0;
  bottom: 0;
  display: flex;
  height: 100%;
  width: 100%;
  position: relative;
}

.portfolio-three .nsd-portfolio-3 .singleslide-inner .nsd-slider__content {
  width: 90%;
  max-width: 1750px;
  min-height: 364px;
  padding-top: 85px;
  padding-top: 0;
  z-index: 15;
  color: #3b3d44;
  margin-top: 4%;
  /* margin-top: 0; */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) translateZ(0);
}

.portfolio-three
  .nsd-portfolio-3
  .singleslide-inner
  .nsd-slider__content
  .main-slider-title {
  line-height: 1.4;
  font-family: "Lora", serif;
  overflow: hidden;
  max-width: 100%;
  font-size: 2.25rem;
  line-height: 2.5rem;
}

.portfolio-three
  .nsd-portfolio-3
  .singleslide-inner
  .nsd-slider__content
  .main-slider-title
  .word {
  display: inline-block;
  position: relative;
}

@media (min-width: 768px) {
  .portfolio-three
    .nsd-portfolio-3
    .singleslide-inner
    .nsd-slider__content
    .main-slider-title {
    font-size: 2.5rem;
    line-height: 3.4375rem;
  }
}

@media (min-width: 992px) {
  .portfolio-three
    .nsd-portfolio-3
    .singleslide-inner
    .nsd-slider__content
    .main-slider-title {
    font-size: 3.75rem;
    line-height: 5rem;
  }
}

@media (min-width: 1366px) {
  .portfolio-three
    .nsd-portfolio-3
    .singleslide-inner
    .nsd-slider__content
    .main-slider-title {
    font-size: 3.75rem;
    line-height: 5rem;
    margin-top: 1rem;
  }
}

.portfolio-three
  .nsd-portfolio-3
  .singleslide-inner
  .nsd-slider__content
  .slider-details {
  font-size: 14px;
  margin-bottom: 80px;
}

@media (min-width: 768px) {
  .portfolio-three
    .nsd-portfolio-3
    .singleslide-inner
    .nsd-slider__content
    .slider-details {
    font-size: 16px;
    margin-bottom: 80px;
  }
}

@media (min-width: 992px) {
  .portfolio-three
    .nsd-portfolio-3
    .singleslide-inner
    .nsd-slider__content
    .slider-details {
    font-size: 20px;
    margin-bottom: 100px;
  }
}

@media (min-width: 1366px) {
  .portfolio-three
    .nsd-portfolio-3
    .singleslide-inner
    .nsd-slider__content
    .slider-details {
    /* font-size: 14px;
    margin-bottom: 115px */
    font-size: 16px;
    margin-top: 40px;
    margin-bottom: 4vh;
    max-width: 33%;
  }
}

.portfolio-three
  .nsd-portfolio-3
  .singleslide-inner
  .nsd-slider__content
  .text__first,
.portfolio-three
  .nsd-portfolio-3
  .singleslide-inner
  .nsd-slider__content
  .text__second,
.portfolio-three
  .nsd-portfolio-3
  .singleslide-inner
  .nsd-slider__content
  .text__third {
  position: relative;
  width: 70%;
}

.portfolio-three
  .nsd-portfolio-3
  .singleslide-inner
  .nsd-slider__content
  .main-slider-title-bg,
.portfolio-three
  .nsd-portfolio-3
  .singleslide-inner
  .nsd-slider__content
  .slider-details-bg,
.portfolio-three
  .nsd-portfolio-3
  .singleslide-inner
  .nsd-slider__content
  .title_xs-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 100;
  transform-origin: left;
  transform: scaleX(0);
  background: #7a7a84;
}

.portfolio-three
  .nsd-portfolio-3
  .singleslide-inner
  .nsd-slider__content
  .read-btn {
  width: -moz-max-content;
  width: max-content;
}

.portfolio-three
  .nsd-portfolio-3
  .singleslide-inner
  .nsd-slider__content
  .read-btn
  .button__icon {
  margin: 0;
}

.portfolio-three .nsd-portfolio-3 .singleslide-inner .nsd-slider__content a {
  color: #7a7a84;
}

.portfolio-three
  .nsd-portfolio-3
  .singleslide-inner
  .nsd-slider__content
  a
  .o-secondary-link:before {
  background: #7a7a84;
}

.portfolio-three
  .nsd-portfolio-3
  .singleslide-inner
  .nsd-slider__content
  .title_xs {
  text-transform: uppercase;
  font-size: 14px;
  line-height: 20px;
}

@media (min-width: 768px) {
  .portfolio-three
    .nsd-portfolio-3
    .singleslide-inner
    .nsd-slider__content
    .title_xs {
    font-size: 16px;
    line-height: 20px;
  }
}

@media (min-width: 992px) {
  .portfolio-three
    .nsd-portfolio-3
    .singleslide-inner
    .nsd-slider__content
    .title_xs {
    font-size: 18px;
    line-height: 20px;
  }
}

.portfolio-three .nsd-portfolio-3 .singleslide-inner .nsd-slider__img {
  height: 90%;
  left: 35%;
  right: 0;
  position: absolute;
}

.portfolio-three
  .nsd-portfolio-3
  .singleslide-inner
  .nsd-slider__img
  .img-single {
  width: 100%;
  position: absolute;
  /* height: 90vh;
  height: calc(100vh - 160px); */
  -o-object-fit: cover;
     object-fit: cover;
}

.portfolio-three
  .nsd-portfolio-3
  .singleslide-inner
  .nsd-slider__img
  .single-img__overlay {
  /* height: 100%; */
  width: 100%;
  background: #fff;
  position: absolute;
  opacity: 0.3;
  top: 0;
}

.portfolio-three
  .nsd-portfolio-3
  .singleslide-inner
  .nsd-slider__img
  .img-single,
.portfolio-three
  .nsd-portfolio-3
  .singleslide-inner
  .nsd-slider__img
  .single-img__overlay,
.portfolio-three .nsd-portfolio-3 {
  height: calc(100vh - 240px);
  /* height: 100vh; */
}

@media (max-width: 767px) {
  .portfolio-three .nsd-portfolio-3 .singleslide-inner .nsd-slider__img {
    left: 0;
  }

  .portfolio-three
    .nsd-portfolio-3
    .singleslide-inner
    .nsd-slider__img
    .single-img__overlay {
    opacity: 0.8;
  }

  .portfolio-three
    .nsd-portfolio-3
    .singleslide-inner
    .nsd-slider__content
    .main-slider-title {
    font-size: 3.7rem;
    line-height: 4rem;
    margin: 2rem 0 3rem;
  }

  .portfolio-three
    .nsd-portfolio-3
    .singleslide-inner
    .nsd-slider__content
    .text__second {
    width: 90%;
  }

  .portfolio-three
    .nsd-portfolio-3
    .singleslide-inner
    .nsd-slider__content
    .slider-details {
    margin-bottom: 1.5rem;
  }

  .portfolio-three .slider__indicator-small.nsd-slider__indicator {
    bottom: -50px;
  }

  .portfolio-three {
    margin-bottom: 6rem;
  }
}

@media (min-width: 1700px) {
  .portfolio-three
    .nsd-portfolio-3
    .singleslide-inner
    .nsd-slider__img
    .img-single,
  .portfolio-three
    .nsd-portfolio-3
    .singleslide-inner
    .nsd-slider__img
    .single-img__overlay,
  .portfolio-three .nsd-portfolio-3 {
    height: calc(95vh - 240px);
  }
}

.portfolio-three .nsd-slider__button .button__svg {
  stroke: #202327;
}

.portfolio-three .slider__nav-btn {
  position: absolute;
  z-index: 5;
  left: 41%;
  display: flex;
  transform: translateX(-152px);
  bottom: auto;
  top: 58%;
  margin-top: 60px;
}

@media (min-width: 576px) {
  .portfolio-three .slider__nav-btn {
    left: 43%;
  }
}

@media (min-width: 768px) {
  .portfolio-three .slider__nav-btn {
    left: 39%;
  }
}

@media (min-width: 992px) {
  .portfolio-three .slider__nav-btn {
    left: 38%;
  }
}

@media (min-width: 1366px) {
  .portfolio-three .slider__nav-btn {
    left: 36.5%;
  }
}

.nsd-portfolio__btn-prev,
.nsd-portfolio__btn-next {
  cursor: pointer;
}

.nsd-portfolio__btn-prev {
  /* width: 126px;
  height: 126px; */
  transform: scaleX(-1);
}

/* .nsd-portfolio__btn-next {
  outline: unset
} */
.slider__indicator-small.nsd-slider__indicator {
  position: absolute;
  right: 5%;
  z-index: 5;
  display: flex;
  width: 80%;
  max-width: 346px;
  height: 30px;
  padding: 0 34px;
  bottom: -50px;
  color: rgba(0, 0, 0, 0.6);
  font-family: "Karla", sans-serif;
  font-weight: normal;
  letter-spacing: 0;
}

.slider__indicator-small.nsd-slider__indicator .slider-pagination {
  position: absolute;
  font-size: 14px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.slider__indicator-small.nsd-slider__indicator .final-slider {
  position: absolute;
  font-size: 14px;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.slider__indicator-small.nsd-slider__indicator .horizontal-line {
  height: 1px;
  left: 34px;
  right: 34px;
  position: absolute;
  z-index: 1;
  top: 50%;
  background-color: rgba(153, 153, 153, 0.5);
  overflow: hidden;
}

.slider__indicator-small.nsd-slider__indicator
  .horizontal-line
  .horizontal-pagination {
  height: 4px;
  width: 100%;
}

.slider__indicator-small.nsd-slider__indicator
  .horizontal-line
  .swiper-pagination-progressbar
  .swiper-pagination-progressbar-fill {
  background-color: #000;
}

.content--auto {
  min-height: 0;
}

.content--feature {
  justify-content: flex-start;
  min-height: 0;
}

.content--fixed {
  position: fixed;
  z-index: 1000;
  width: 100%;
  top: 0;
}

.content__pretitle {
  margin-top: auto;
  font-size: 1.85rem;
  color: var(--color-alt);
}

.content__pretitle::before {
  content: "\2015";
  margin-right: 0.25rem;
}

.content__title {
  font-size: 9vw;
  line-height: 0.8;
  margin: 0 0 3rem;
  font-weight: 400;
  max-width: 800px;
  will-change: transform;
}

.content__text {
  font-size: 2.25rem;
  font-size: clamp(1rem, 4vw, 2.25rem);
}

.content__text--right {
  align-self: flex-end;
}

.content__text--centered {
  margin: auto;
}

.content__breakout {
  margin: 0 -3rem;
  white-space: nowrap;
  text-transform: uppercase;
  font-family: span, serif;
  font-weight: 200;
  font-style: italic;
  color: #211f1b;
}

.content__breakout--big {
  font-size: 13vw;
  font-weight: 200;
}

.content__breakout--medium {
  font-size: 5vw;
}

.nsd-news-item
  .nsd-news-item_content:hover
  .nsd-item__btn
  .btn-protfolio:before,
.tiles--fixed .tiles__wrap,
form .form-group .wrap-input.on-focus:after {
  width: 100%;
}

.backtop {
  align-self: center;
  margin: auto 0;
  font-size: 6vw;
  cursor: pointer;
  text-decoration: none;
}

.backtop::after {
  content: "\2934";
  font-size: 3vw;
  vertical-align: top;
  margin-left: 1rem;
}

@media screen and (min-width: 53em) {
  .content--numbered::after {
    counter-increment: contentSection;
    content: counter(contentSection, decimal-leading-zero);
    position: absolute;
    top: 50%;
    right: 3rem;
    border: 1px solid;
    color: var(--color-alt);
    width: 4rem;
    height: 4rem;
    margin-top: -2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
  }

  .content__text {
    max-width: 800px;
    width: 50vw;
    min-width: calc(300px - 6rem);
  }

  .content__text--wide {
    max-width: 1000px;
    width: 65vw;
  }
}

.title-wrapper {
  display: flex;
  justify-content: space-around;
}

.landing-title {
  text-decoration: none;
  padding: 50px;
  border: 1px solid;
  color: var(--color-link);
  outline: 0;
}

.landing-title:focus,
.landing-title:hover {
  outline: 0;
  text-decoration: none;
}

.landing-title:hover {
  background: #fff;
  transition: all 0.4s;
  color: #101010;
}

.c-banner-title {
  font-size: 4rem;
  max-width: 100%;
  line-height: 1.2;
  color: #41444e;
  font-family: "Lora", serif;
  /* overflow: hidden; */
  display: block;
}

@media (max-width: 991.98px) {
  .c-banner-title {
    font-size: 3.5rem;
  }
}

.c-banner-title.-is-large {
  font-size: 4rem;
}

@media (max-width: 991.98px) {
  .c-banner-title.-is-large {
    font-size: 2rem;
  }
}

.c-banner-title.-is-small {
  font-size: 3rem;
}

@media (max-width: 991.98px) {
  .c-banner-title.-is-small {
    font-size: 2rem;
  }
}

.c-banner-title.-is-smallest {
  font-size: 2rem;
}

.c-banner-title .word {
  display: inline-block;
  position: relative;
  line-height: 1.3;
  text-transform: uppercase;
}

.c-banner-title__top {
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 1rem;
  font-family: "Karla", sans-serif;
  color: #a8abb3;
  margin-bottom: 20px;
}

.c-banner-title__top.-right-align {
  width: 80%;
  margin-left: auto;
}

.c-banner-title__top.-center-align {
  width: 100%;
  text-align: center;
}

.c-banner_wrapper {
  margin-bottom: 2rem;
}

.-is-lowercase {
  text-transform: lowercase;
}

.-is-initial {
  text-transform: initial;
}

.-is-uppercase {
  text-transform: lowercase;
}

.-line-height {
  line-height: 1.4;
}

.c-tabs--single {
  /* height: 8rem; */
  overflow: hidden;
  position: relative;
  padding-left: 30px;
}

@media (max-width: 767.98px) {
  .c-tabs--single {
    height: 23.611vw;
    margin-top: 8.333vw;
  }
}

.c-tabs--single:before {
  content: "\2022";
  position: absolute;
  font-size: 24px;
  top: -4px;
  left: 0;
  color: #41444e;
}

.c-tab__title {
  /* height: 8rem; */
  /* cursor: pointer; */
  line-height: 2rem;
  padding: 0 5rem 0 0;
  position: relative;
}

@media (max-width: 991.98px) {
  .c-tab__title {
    font-size: 1.2rem;
    /* height: 8rem; */
    cursor: pointer;
    line-height: 2rem;
    padding: 2rem 5rem 0 0;
  }
}

@media (max-width: 767.98px) {
  .c-tab__title {
    display: flex;
    align-items: center;
    padding: 0;
    /* height: 8rem; */
    line-height: 1.5;
    padding-right: 5rem;
  }
}

.c-tabs--single .c-tab__title svg {
  top: 40%;
  right: 2rem;
  width: 2rem;
  height: 2rem;
  fill: #a8abb3;
  position: absolute;
  transform: rotate(90deg);
}

@media (max-width: 991.98px) {
  .c-tabs--single .c-tab__title svg {
    top: 40%;
  }
}

@media (max-width: 767.98px) {
  .c-tabs--single .c-tab__title svg {
    right: 1rem;
    top: 40%;
    width: 3rem;
    height: 3rem;
  }
}

.c-tabs--single__content {
  display: flex;
  flex-wrap: wrap;
  /* margin: 0 calc(100vw/20*1) */
}

@media (max-width: 767.98px) {
  .c-tabs--single__content {
    margin: 0;
    display: block;
    flex-wrap: unset;
  }
}

.c-tabs--single__content ul {
  height: 6vw;
}

@media (max-width: 767.98px) {
  .c-tabs--single__content ul {
    height: auto;
  }
}

.c-tabs--single__content h4,
.c-tabs--single__content h5,
.c-tabs--single__content ul {
  -webkit-user-select: text;
  -moz-user-select: text;
       user-select: text;
}

.content-wrapper {
  width: calc(100vw / 5 * 4);
  margin-bottom: 3rem;
}

.content-wrapper .o-text {
  margin-top: 0;
}

.c-tabs--single:hover::after {
  transform: scaleX(1);
  transform-origin: left center;
}

.plus-button__line {
  transform-origin: center;
}

.crop {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  background-size: cover;
}

@supports (-ms-ime-align: auto) {
  .crop {
    height: unset;
    width: unset;
    min-height: 100%;
    min-width: 100%;
  }

  .crop-parent.canvas {
    position: absolute;
  }
}

.is-ie .block__img-cover > img,
.is-ie .block__img-cover > video,
.is-ie .crop {
  height: unset;
  width: unset;
  min-height: 100%;
  min-width: 100%;
  left: 0 !important;
  margin-left: 0 !important;
}

.crop-shadow,
.is-ie .crop-parent.canvas {
  position: absolute;
}

.right .crop {
  clip-path: polygon(35% 0, 80% 0, 80% 100%, 35% 100%);
}

.left .crop {
  clip-path: polygon(65% 0, 20% 0, 20% 100%, 65% 100%);
}

.crop-shadow {
  top: 0;
  bottom: 0;
  box-shadow: 0 0 40px rgba(59, 61, 68, 0.5);
}

.right .crop-shadow {
  right: 20%;
  left: 35%;
}

.left .crop-shadow {
  right: 35%;
  left: 20%;
}

.crop-wrapper {
  position: relative;
  perspective: 58rem;
}

@media (max-width: 1919.98px) {
  .crop-wrapper {
    perspective: 50rem;
  }
}

@media (max-width: 991.98px) {
  .crop-wrapper {
    perspective: 55vh;
  }
}

.crop-container {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -15px;
  right: 0;
  z-index: 1;
  transform-style: preserve-3d;
  height: 58rem;
  transform: translate3d(0, 72px, -75px);
  transition: all 1s;
}

@media (max-width: 1919.98px) {
  .crop-container {
    height: 50rem;
  }
}

@media (max-width: 1365.98px) {
  .crop-container {
    height: 55vh;
  }
}

.crop-container.is-inview {
  transform: translate3d(0, 20px, 10px);
}

.right .crop-container {
  left: 0;
  right: -15px;
}

.left .crop-container {
  left: -15px;
  right: 0;
}

.crop-parent {
  height: 58rem;
}

@media (max-width: 1919.98px) {
  .crop-parent {
    height: 50rem;
  }
}

@media (max-width: 1365.98px) {
  .crop-parent {
    height: 55vh;
  }
}

.block__img-cover {
  position: relative;
  z-index: 1;
  overflow: hidden;
  height: 58rem;
  width: 100%;
  float: right;
}

@media (max-width: 1919.98px) {
  .block__img-cover {
    height: 50rem;
  }
}

@media (max-width: 1365.98px) {
  .block__img-cover {
    height: 55vh;
  }
}

.block__img-cover > img,
.block__img-cover > video {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.is-ie .block__img-cover > img,
.is-ie .block__img-cover > video {
  position: absolute;
  top: 0;
}

#player,
#player video,
.s-video-preview {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#player {
  z-index: 6;
  overflow: hidden;
  background: #1f1f1f;
  position: fixed;
}

#player video {
  opacity: 0.8;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
}

@media (max-width: 991.98px) {
  #player video {
    -o-object-fit: contain;
       object-fit: contain;
  }
}

.c-intro {
  margin: 7.5rem 0;
  font-size: 2.1875rem;
  line-height: 1.2;
  opacity: 0;
  transform: translateY(60px);
  transition:
    opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1),
    transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.c-intro.is-inview {
  opacity: 1;
  transform: none;
  transition-delay: 0.3s;
}

.project,
.project__hero .project__wrap {
  position: relative;
}

.project:after {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
}

.project__label {
  margin: auto;
  color: #fff;
  font-weight: 100;
  font-size: 14px;
  line-height: 27px;
  text-align: center;
  padding-top: 15px;
}

.project .hero__heading,
.project__label,
.short-info {
  position: relative;
  z-index: 2;
}

.hero__heading,
.short-info__value {
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  text-align: center;
}

.hero__heading {
  font-size: 65px;
  font-weight: 700;
  line-height: 75px;
  margin: auto;
  display: block;
}

.nsd-service__main {
  display: flex;
  margin: auto;
  flex-direction: column;
  align-items: stretch;
  position: relative;
  height: 100%;
  cursor: pointer;
  background: #fff;
  transition:
    background-color 300ms ease-in-out,
    color 300ms ease-in-out;
}

/* .ccn-specialisms-single .nsd-service__main  {  width: 100%;
  } */
@media (min-width: 768px) {
  .nsd-service__main {
    /* max-width: 17rem */
  }
}

@media (min-width: 992px) {
  .nsd-service__main {
    /* max-width: 23.125rem; */
    margin: 1.5rem;
  }

  .ccn-specialisms-single .nsd-service__main {
    margin: 1rem;
  }
}

.nsd-service__main:hover {
  background-color: #3b3d44;
  color: #fff;
}

.nsd-service__main:hover .nsd-service__link {
  color: #fff;
}

.nsd-service__main .nsd-service__inner {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  justify-content: space-between;
  padding: 0 2.5rem 4.375rem;
  width: 100%;
}

.nsd-service__main .nsd-service__inner .nsd-service__link {
  line-height: 2;
  font-family: "Lora", serif;
}

.nsd-service__main .nsd-service__inner .nsd-service__heading {
  font-size: 2rem;
}

@media (max-width: 991.98px) {
  .nsd-service__main .nsd-service__inner .nsd-service__heading {
    font-size: 1.5rem;
  }
}

.nsd-service__main .nsd-service__hero-hover {
  font-size: 12.5rem;
  display: flex;
  position: relative;
  padding-top: 40px;
  padding-bottom: 70px;
  overflow: hidden;
  white-space: nowrap;
  color: transparent;
}

@media (max-width: 460px) {
  .nsd-service__main .nsd-service__hero-hover {
    padding-top: 8rem;
    padding-bottom: 7rem;
  }
}

@media (min-width: 992px) {
  .nsd-service__main .nsd-service__hero-hover {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

.nsd-service__main .nsd-service__hero-hover .nsd-service__heroTitle {
  font-family: "Lora", serif;
  display: flex;
  position: relative;
  left: 0;
  padding-right: 0.26em;
  font-weight: 700;
  line-height: 0.92;
  color: inherit;
  background-color: inherit;
  background-repeat: repeat-x;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-stroke: 2px #7a7a84;
}

.nsd-service__main .nsd-service__hero-hover .nsd-service__heading {
  padding-bottom: 20px;
}

.nsd-service__main .nsd-service__heroTitle span {
  transition: 0s;
  transform: translate3d(7rem, 0, 0);
}

.nsd-service__main:hover .nsd-service__heroTitle span {
  transform: translate3d(-500px, 0px, 0px);
  transition: 10s linear;
}

.c-section {
  position: relative;
}

@media (max-width: 1199px) {
  .c-section {
    margin-bottom: 15vh;
  }
}

.c-section.-margin-0 {
  margin: 0;
}

@media (min-width: 1200px) {
  .c-section {
    margin-bottom: 30vh;
  }
}

.c-section_infos {
  position: relative;
  z-index: 0;
}

@media (min-width: 1000px) {
  .c-section_infos.-padding {
    padding: 20vh 20vh 0;
  }
}

@media (max-width: 999px) {
  .c-section_infos {
    margin-bottom: 1.875rem;
  }
}

.c-section_infos_inner > * {
  opacity: 0;
  transform: translateY(60px);
  transition:
    opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1),
    transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.c-section_infos_inner.is-inview > * {
  opacity: 1;
  transform: none;
}

.c-section_infos_inner.is-inview > :nth-child(1) {
  transition-delay: 0.06s;
}

.c-section_infos_inner.is-inview > :nth-child(2) {
  transition-delay: 0.12s;
}

.c-section_infos_inner.is-inview > :nth-child(3) {
  transition-delay: 0.18s;
}

.c-sections_infos_text {
  margin-top: 1.25rem;
}

.c-cta_line {
  margin: 0;
  /* transform: scaleX(0); */
  animation-delay: 0.3s;
  transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  border-top: 1px solid #6c737f;
}

.c-cta_line.-margin {
  margin-bottom: 30px;
}

.c-cta_line.is-inview {
  transform: scaleX(1);
}

.c-cta_content {
  margin: 3.75rem 0;
}

.c-cta_content_text > * {
  opacity: 0;
  transform: translateY(60px);
  transition:
    opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1),
    transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.c-cta_content_text > :not(:first-child) {
  margin-top: 1.875rem;
}

.c-cta_content_text.is-inview > * {
  opacity: 1;
  transform: none;
}

.c-cta_content_text.is-inview > :nth-child(1) {
  transition-delay: 0.06s;
}

.c-cta_content_text.is-inview > :nth-child(2) {
  transition-delay: 0.12s;
}

.c-cta_content_text.is-inview > :nth-child(3) {
  transition-delay: 0.18s;
}

.c-cta_section {
  margin-bottom: 11.25rem;
}

.CTA--light {
  background: #efeeee;
  filter: brightness(0.95);
}

.CTA__heading {
  font-family: "Lora", serif;
}

.CTA__content {
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  padding-top: 16px;
}

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

.c-scrollbar {
  width: 10px;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  transform-origin: center right;
  transform: scaleX(1);
  transition: transform 0.2s linear;
}

.c-scrollbar:hover {
  transform: scaleX(1.3);
  cursor: grab;
}

.c-scrollbar_thumb {
  background-color: #000;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.c-scrollbar_thumb:hover {
  cursor: pointer;
}

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

.project-topbar .button {
  margin: 0;
}

@media (max-width: 767.98px) {
  .project-topbar .button {
    width: 65%;
  }
}

.nsd-news-item {
  position: relative;
  display: inline-block;
  width: 100%;
  background-color: #fff;
}

@media (min-width: 767px) {
  .nsd-news-item {
    height: 100%;
  }
}

.nsd-news-item .nsd-news-item_img,
.nsd-news-item.flex .nsd-news-item_img {
  overflow: hidden;
  height: 18rem;
}

.nsd-news-item.flex img {
  height: 19rem;
}

@media (max-width: 991.98px) {
  .nsd-news-item.flex .nsd-news-item_img {
    width: 0;
  }
}

@media (max-width: 767.98px) {
  .nsd-news-item.flex .nsd-news-item_img {
    width: auto;
  }
}

.nsd-news-item.flex .nsd-news-item_content {
  min-width: 20rem;
  width: 100%;
}

.nsd-news-item:hover .nsd-news-item_img img {
  transform: scale(1);
}

.nsd-news-item .nsd-news-item_content {
  /* min-width: 20rem; */
  padding: 3rem 2rem;
  background-color: #fff;
}

@media (max-width: 1365.98px) {
  .nsd-news-item .nsd-news-item_content {
    min-width: auto;
  }
}

.nsd-news-item .nsd-news-item_content .nsd-item__info {
  position: relative;
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  justify-content: space-between;
  vertical-align: middle;
  margin: 0;
  clear: both;
}

.nsd-news-item .nsd-news-item_content .nsd-item__info .nsd-item__datecreated {
  font-size: 0.8rem;
  line-height: 2rem;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
  font-weight: 500;
}

@media (max-width: 1365.98px) {
  .nsd-news-item .nsd-news-item_content .nsd-item__info .nsd-item__datecreated {
    margin-bottom: 0.5rem;
  }
}

.nsd-news-item .nsd-news-item_content .nsd-item__info .nsd-item__datecreated a {
  color: #fff;
  background: #6c737f;
  border: 1px solid #6c737f;
  padding: 5px 10px;
  transition: all 0.5s;
}

.nsd-news-item
  .nsd-news-item_content
  .nsd-item__info
  .nsd-item__datecreated
  a:hover {
  color: #6c737f;
  border: 1px solid #6c737f;
  background-color: #fff;
}

.nsd-news-item .nsd-news-item_content .nsd-item__info .nsd-item__category {
  font-size: 0.8rem;
  line-height: 2rem;
  text-transform: uppercase;
  color: #6c737f;
  letter-spacing: 0.1rem;
  font-weight: 500;
  padding: 0 5px;
}

@media (max-width: 1365.98px) {
  .nsd-news-item .nsd-news-item_content .nsd-item__info .nsd-item__category {
    padding: 0;
  }
}

.nsd-news-item
  .nsd-news-item_content
  .nsd-item__info
  .nsd-item__category
  .single-blog__category {
  background: 0 0;
  padding: 5px 10px;
  color: #6c737f;
  border: 1px solid #6c737f;
  transition: all 0.5s;
}

.nsd-news-item
  .nsd-news-item_content
  .nsd-item__info
  .nsd-item__category
  .single-blog__category:hover {
  transition: all 0.5s;
  background: #6c737f;
  color: #f2f2f2;
}

.nsd-news-item .nsd-news-item_content .nsd-item__title {
  padding: 1rem 0 2rem;
}

.nsd-news-item .nsd-news-item_content .nsd-item__title h4 {
  font-family: "Lora", serif;
  font-size: 1.2rem;
  line-height: 1.6;
}

.c-section_image {
  overflow: hidden;
  margin: 0.5rem;
}

.c-section_image.c-card.ccn-card {
  /* height: 100%; */
}

.c-section_image.c-card.ccn-card.w-margin-btm > div {
  height: 100%;
}

@media (min-width: 768px) {
  .c-section_image.c-card.ccn-card.w-margin-btm {
    height: calc(100% - 60px);
  }
}

@media (max-width: 767.98px) {
  .c-section_image {
    margin: 1rem;
  }
}

@media (min-width: 992px) {
  .c-figure.-offsetRight {
    margin-right: -10rem;
  }
}

form label {
  position: relative;
  font-size: 0.8em;
  line-height: 2;
  transition: color 0.3s ease;
  color: #212121;
  font-weight: 700;
  letter-spacing: 1px;
  margin-bottom: 0.83333em;
}

form .error {
  font-style: italic;
  color: red;
  position: absolute;
  right: 0;
  font-weight: 300;
}

form .form-group {
  margin-bottom: 1.11111em;
  position: relative;
  padding: 14px 10px 2px;
}

form .form-group .wrap-input {
  position: relative;
  padding-bottom: 2px;
  padding-top: 14px;
}

form .form-group .wrap-input.style01 {
  border-bottom: 1px solid;
}

form .form-group .wrap-input.input-error:after {
  width: 100%;
  border-bottom-color: red !important;
}

form .form-group .wrap-input:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  border-bottom: 1px solid #212121;
  transition:
    width 0.5s cubic-bezier(0.165, 0.84, 0.44, 1),
    border-bottom-color 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}

form .contact__form-button {
  padding: 10px;
}

form .contact__form-button .button {
  margin: 2rem 0 0;
  font-size: 1.5rem;
}

form .contact__form-button .button__icon {
  margin: 0;
}

form input:-webkit-autofill,
form input:-webkit-autofill:focus,
form input:-webkit-autofill:hover,
form select:-webkit-autofill,
form select:-webkit-autofill:focus,
form select:-webkit-autofill:hover,
form textarea:-webkit-autofill,
form textarea:-webkit-autofill:focus,
form textarea:-webkit-autofill:hover {
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}

form .form-control {
  display: block;
  width: 100%;
  height: 1em;
  padding: 0;
  font-size: 1.1em;
  font-weight: 300;
  line-height: 1;
  color: #212121;
  background-color: transparent;
  background-clip: padding-box;
  border: 0 solid #ced4da;
  border-radius: 0.25em;
  outline: 0 !important;
  box-shadow: none !important;
  margin-bottom: 0.9em;
  transition:
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
}

form .form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

form .form-control#message {
  height: 5vw;
}

form .form-control:active,
form .form-control:focus {
  outline: 0 !important;
  box-shadow: none !important;
}

form .form-control:focus {
  color: #212121;
  background-color: transparent;
  border-color: #80bdff;
  box-shadow: 0 0 0 0.2em rgba(0, 123, 255, 0.25);
}

form .form-control::-moz-placeholder {
  color: #3b3d44;
  opacity: 0.3;
}

form .form-control::placeholder {
  color: #3b3d44;
  opacity: 0.3;
}

form .form-control:disabled,
form .form-control[readonly] {
  background-color: #f2f2f2;
  opacity: 1;
}

form .form-control select.form-control:focus::-ms-value {
  color: #3b3d44;
  background-color: transparent;
}

form .form-control .form-control-file,
form .form-control .form-control-range {
  display: block;
  width: 100%;
}

.quote__link span,
.team__link span {
  display: inline-block;
}

.quote__link::after {
  content: "";
  position: absolute;
  height: 5px;
  border-width: 1px 0;
  border-style: solid;
  width: 100%;
  left: 0;
  top: calc(100% - 0.25rem);
  border-color: currentColor;
}

.distort,
.distort__img {
  position: absolute;
  height: 25rem;
  -o-object-fit: cover;
     object-fit: cover;
}

.distort {
  overflow: hidden;
  transform-origin: 50% 50%;
  pointer-events: none;
  will-change: transform;
  filter: brightness(0.5);
  width: 20rem;
}

.distort__img {
  top: 0;
  width: 28.125rem;
  transition: all 0.5s;
  opacity: 0;
}

.single-img {
  width: 100%;
  height: 100%;
  opacity: 1;
  transition: opacity 1s ease;
  background-position: left center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  text-align: center;
}

.-is-top-aligned {
  -o-object-position: top;
     object-position: top;
}

.nsd-icon-title {
  font-weight: 300;
  font-size: 52px;
  line-height: 60px;
  letter-spacing: 0.2px;
  text-transform: uppercase;
}

.nsd-icon-text {
  font-weight: 300;
  font-size: 24px;
  line-height: 36px;
  padding-top: 50px;
  letter-spacing: 0.1px;
  color: #777;
}

.u-2\:1::before {
  padding-bottom: 50%;
}

.u-4\:3::before {
  padding-bottom: 75%;
}

.u-16\:9::before {
  padding-bottom: 56.25%;
}

.u-1\/1 {
  width: 100% !important;
}

.u-1\/2 {
  width: 50% !important;
}

.u-2\/2 {
  width: 100% !important;
}

.u-1\/3 {
  width: 33.33333% !important;
}

.u-2\/3 {
  width: 66.66667% !important;
}

.u-3\/3 {
  width: 100% !important;
}

.u-1\/4 {
  width: 25% !important;
}

.u-2\/4 {
  width: 50% !important;
}

.u-3\/4 {
  width: 75% !important;
}

.u-4\/4 {
  width: 100% !important;
}

.u-1\/5 {
  width: 20% !important;
}

.u-2\/5 {
  width: 40% !important;
}

.u-3\/5 {
  width: 60% !important;
}

.u-4\/5 {
  width: 80% !important;
}

.u-5\/5 {
  width: 100% !important;
}

.u-1\/6 {
  width: 16.66667% !important;
}

.u-2\/6 {
  width: 33.33333% !important;
}

.u-3\/6 {
  width: 50% !important;
}

.u-4\/6 {
  width: 66.66667% !important;
}

.u-5\/6 {
  width: 83.33333% !important;
}

.u-6\/6 {
  width: 100% !important;
}

.u-1\/7 {
  width: 14.28571% !important;
}

.u-2\/7 {
  width: 28.57143% !important;
}

.u-3\/7 {
  width: 42.85714% !important;
}

.u-4\/7 {
  width: 57.14286% !important;
}

.u-5\/7 {
  width: 71.42857% !important;
}

.u-6\/7 {
  width: 85.71429% !important;
}

.u-7\/7 {
  width: 100% !important;
}

@media (min-width: 700px) {
  .u-1\/3\@from-small {
    width: 33.33333%;
  }

  .u-2\/3\@from-small {
    width: 66.66667%;
  }

  .u-1\/2\@from-small {
    width: 50%;
  }
}

@media (max-width: 499px) {
  .u-1\/2\@to-tiny {
    width: 50%;
  }
}

@media (min-width: 699px) {
  .u-9\/12\@to-small {
    width: 75%;
  }

  .u-3\/12\@to-small {
    width: 25%;
  }
}

@media (max-width: 999px) {
  .u-12\/12\@from-small {
    width: 100%;
  }
}

@media (min-width: 1000px) {
  .u-1\/3\@from-medium {
    width: 33.33333%;
  }

  .u-1\/4\@from-medium {
    width: 25%;
  }
}

@media (min-width: 700px) {
  .u-1\/4\@from-small {
    width: 25%;
  }
}

@media (min-width: 1000px) {
  .u-1\/2\@from-medium {
    width: 50%;
  }
}

@media (min-width: 1200px) {
  .u-1\/2\@from-large {
    width: 50%;
  }
}

@media (min-width: 1000px) {
  .u-2\/5\@from-medium {
    width: 40%;
  }

  .u-1\/5\@from-medium {
    width: 20%;
  }

  .u-4\/5\@from-medium {
    width: 80%;
  }

  .u-3\/5\@from-medium {
    width: 60%;
  }

  .u-4\/10\@from-medium {
    width: 40%;
  }

  .u-6\/10\@from-medium {
    width: 60%;
  }
}

@media (min-width: 700px) {
  .u-3\/10\@from-medium {
    width: 30%;
  }

  .u-7\/10\@from-medium {
    width: 70%;
  }
}

.u-float-left {
  float: left !important;
}

.u-float-right {
  float: right !important;
}

.u-text-center {
  text-align: center !important;
}

.u-text-left {
  text-align: left !important;
}

.u-text-right {
  text-align: right !important;
}

.u-align-baseline {
  vertical-align: baseline !important;
}

.u-align-bottom {
  vertical-align: bottom !important;
}

.u-align-middle {
  vertical-align: middle !important;
}

.u-align-top {
  vertical-align: top !important;
}

.u-vertical-center {
  font-size: 0;
}

.u-vertical-center::before {
  display: inline-block;
  height: 100%;
  content: "";
  vertical-align: middle;
}

.u-vertical-center > * {
  display: inline-block;
  vertical-align: middle;
  font-size: 1rem;
}

.u-white {
  color: #fff;
}

.u-label {
  font-size: 1.5rem;
  text-transform: uppercase;
  font-weight: 600;
}

.u-icon {
  font-size: 1.125rem;
}

.u-text {
  font-size: 0.875rem;
}

.u-clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.u-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
  max-width: 100%;
}

[hidden][aria-hidden="false"] {
  position: absolute;
  display: inherit;
  clip: rect(0, 0, 0, 0);
}

[hidden][aria-hidden="false"]:focus {
  clip: auto;
}

.u-screen-reader-text {
  position: absolute !important;
  overflow: hidden;
  clip: rect(0 0 0 0);
  margin: 0;
  padding: 0;
  width: 1px;
  height: 1px;
  border: 0;
}

@media not print {
  .u-screen-reader-text\@screen {
    position: absolute !important;
    overflow: hidden;
    clip: rect(0 0 0 0);
    margin: 0;
    padding: 0;
    width: 1px;
    height: 1px;
    border: 0;
  }
}

.u-screen-reader-text.-focusable:active,
.u-screen-reader-text.-focusable:focus {
  clip: auto;
  width: auto;
  height: auto;
}

.flex {
  display: flex;
  flex-direction: row;
}

@media (max-width: 767.98px) {
  .flex {
    flex-wrap: wrap;
  }
}

[aria-busy="true"] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled] {
  cursor: default;
}

.is-visible {
  visibility: visible !important;
  opacity: 1 !important;
}

.is-hidden,
.is-invisible {
  visibility: hidden !important;
}

.is-invisible {
  opacity: 0 !important;
}

.is-hidden {
  display: none !important;
}

@media not print {
  .is-hidden\@screen {
    display: none !important;
    visibility: hidden !important;
  }
}

@media print {
  .is-hidden\@print {
    display: none !important;
    visibility: hidden !important;
  }
}

@media (max-width: 1199px) {
  .is-hidden\@to-large {
    display: none;
  }
}

@media (min-width: 1200px) {
  .is-hidden\@from-large {
    display: none;
  }
}

@media (max-width: 767.98px) {
  .-mobile-reverse {
    display: flex;
    flex-direction: column-reverse;
  }
}

@media screen and (min-width: 360px) {
  .u-mt-0__360 {
    margin-top: 0 !important;
  }

  .u-pt-0__360 {
    padding-top: 0 !important;
  }

  .u-mb-0__360 {
    margin-bottom: 0 !important;
  }

  .u-pb-0__360 {
    padding-bottom: 0 !important;
  }

  .u-ml-0__360 {
    margin-left: 0 !important;
  }

  .u-pl-0__360 {
    padding-left: 0 !important;
  }

  .u-mr-0__360 {
    margin-right: 0 !important;
  }

  .u-pr-0__360 {
    padding-right: 0 !important;
  }

  .u-mt-1__360 {
    margin-top: 1rem !important;
  }

  .u-pt-1__360 {
    padding-top: 1rem !important;
  }

  .u-mb-1__360 {
    margin-bottom: 1rem !important;
  }

  .u-pb-1__360 {
    padding-bottom: 1rem !important;
  }

  .u-ml-1__360 {
    margin-left: 1rem !important;
  }

  .u-pl-1__360 {
    padding-left: 1rem !important;
  }

  .u-mr-1__360 {
    margin-right: 1rem !important;
  }

  .u-pr-1__360 {
    padding-right: 1rem !important;
  }

  .u-mt-2__360 {
    margin-top: 2rem !important;
  }

  .u-pt-2__360 {
    padding-top: 2rem !important;
  }

  .u-mb-2__360 {
    margin-bottom: 2rem !important;
  }

  .u-pb-2__360 {
    padding-bottom: 2rem !important;
  }

  .u-ml-2__360 {
    margin-left: 2rem !important;
  }

  .u-pl-2__360 {
    padding-left: 2rem !important;
  }

  .u-mr-2__360 {
    margin-right: 2rem !important;
  }

  .u-pr-2__360 {
    padding-right: 2rem !important;
  }

  .u-mt-3__360 {
    margin-top: 3rem !important;
  }

  .u-pt-3__360 {
    padding-top: 3rem !important;
  }

  .u-mb-3__360 {
    margin-bottom: 3rem !important;
  }

  .u-pb-3__360 {
    padding-bottom: 3rem !important;
  }

  .u-ml-3__360 {
    margin-left: 3rem !important;
  }

  .u-pl-3__360 {
    padding-left: 3rem !important;
  }

  .u-mr-3__360 {
    margin-right: 3rem !important;
  }

  .u-pr-3__360 {
    padding-right: 3rem !important;
  }

  .u-mt-4__360 {
    margin-top: 4rem !important;
  }

  .u-pt-4__360 {
    padding-top: 4rem !important;
  }

  .u-mb-4__360 {
    margin-bottom: 4rem !important;
  }

  .u-pb-4__360 {
    padding-bottom: 4rem !important;
  }

  .u-ml-4__360 {
    margin-left: 4rem !important;
  }

  .u-pl-4__360 {
    padding-left: 4rem !important;
  }

  .u-mr-4__360 {
    margin-right: 4rem !important;
  }

  .u-pr-4__360 {
    padding-right: 4rem !important;
  }

  .u-mt-5__360 {
    margin-top: 5rem !important;
  }

  .u-pt-5__360 {
    padding-top: 5rem !important;
  }

  .u-mb-5__360 {
    margin-bottom: 5rem !important;
  }

  .u-pb-5__360 {
    padding-bottom: 5rem !important;
  }

  .u-ml-5__360 {
    margin-left: 5rem !important;
  }

  .u-pl-5__360 {
    padding-left: 5rem !important;
  }

  .u-mr-5__360 {
    margin-right: 5rem !important;
  }

  .u-pr-5__360 {
    padding-right: 5rem !important;
  }

  .u-mt-10__360 {
    margin-top: 10rem !important;
  }

  .u-pt-10__360 {
    padding-top: 10rem !important;
  }

  .u-mb-10__360 {
    margin-bottom: 10rem !important;
  }

  .u-pb-10__360 {
    padding-bottom: 10rem !important;
  }

  .u-ml-10__360 {
    margin-left: 10rem !important;
  }

  .u-pl-10__360 {
    padding-left: 10rem !important;
  }

  .u-mr-10__360 {
    margin-right: 10rem !important;
  }

  .u-pr-10__360 {
    padding-right: 10rem !important;
  }

  .u-mt-15__360 {
    margin-top: 15rem !important;
  }

  .u-pt-15__360 {
    padding-top: 15rem !important;
  }

  .u-mb-15__360 {
    margin-bottom: 15rem !important;
  }

  .u-pb-15__360 {
    padding-bottom: 15rem !important;
  }

  .u-ml-15__360 {
    margin-left: 15rem !important;
  }

  .u-pl-15__360 {
    padding-left: 15rem !important;
  }

  .u-mr-15__360 {
    margin-right: 15rem !important;
  }

  .u-pr-15__360 {
    padding-right: 15rem !important;
  }

  .u-mt-20__360 {
    margin-top: 20rem !important;
  }

  .u-pt-20__360 {
    padding-top: 20rem !important;
  }

  .u-mb-20__360 {
    margin-bottom: 20rem !important;
  }

  .u-pb-20__360 {
    padding-bottom: 20rem !important;
  }

  .u-ml-20__360 {
    margin-left: 20rem !important;
  }

  .u-pl-20__360 {
    padding-left: 20rem !important;
  }

  .u-mr-20__360 {
    margin-right: 20rem !important;
  }

  .u-pr-20__360 {
    padding-right: 20rem !important;
  }

  .u-mt-25__360 {
    margin-top: 25rem !important;
  }

  .u-pt-25__360 {
    padding-top: 25rem !important;
  }

  .u-mb-25__360 {
    margin-bottom: 25rem !important;
  }

  .u-pb-25__360 {
    padding-bottom: 25rem !important;
  }

  .u-ml-25__360 {
    margin-left: 25rem !important;
  }

  .u-pl-25__360 {
    padding-left: 25rem !important;
  }

  .u-mr-25__360 {
    margin-right: 25rem !important;
  }

  .u-pr-25__360 {
    padding-right: 25rem !important;
  }

  .u-mt-30__360 {
    margin-top: 30rem !important;
  }

  .u-pt-30__360 {
    padding-top: 30rem !important;
  }

  .u-mb-30__360 {
    margin-bottom: 30rem !important;
  }

  .u-pb-30__360 {
    padding-bottom: 30rem !important;
  }

  .u-ml-30__360 {
    margin-left: 30rem !important;
  }

  .u-pl-30__360 {
    padding-left: 30rem !important;
  }

  .u-mr-30__360 {
    margin-right: 30rem !important;
  }

  .u-pr-30__360 {
    padding-right: 30rem !important;
  }

  .u-mt-35__360 {
    margin-top: 35rem !important;
  }

  .u-pt-35__360 {
    padding-top: 35rem !important;
  }

  .u-mb-35__360 {
    margin-bottom: 35rem !important;
  }

  .u-pb-35__360 {
    padding-bottom: 35rem !important;
  }

  .u-ml-35__360 {
    margin-left: 35rem !important;
  }

  .u-pl-35__360 {
    padding-left: 35rem !important;
  }

  .u-mr-35__360 {
    margin-right: 35rem !important;
  }

  .u-pr-35__360 {
    padding-right: 35rem !important;
  }

  .u-mt-40__360 {
    margin-top: 40rem !important;
  }

  .u-pt-40__360 {
    padding-top: 40rem !important;
  }

  .u-mb-40__360 {
    margin-bottom: 40rem !important;
  }

  .u-pb-40__360 {
    padding-bottom: 40rem !important;
  }

  .u-ml-40__360 {
    margin-left: 40rem !important;
  }

  .u-pl-40__360 {
    padding-left: 40rem !important;
  }

  .u-mr-40__360 {
    margin-right: 40rem !important;
  }

  .u-pr-40__360 {
    padding-right: 40rem !important;
  }

  .u-mt-45__360 {
    margin-top: 45rem !important;
  }

  .u-pt-45__360 {
    padding-top: 45rem !important;
  }

  .u-mb-45__360 {
    margin-bottom: 45rem !important;
  }

  .u-pb-45__360 {
    padding-bottom: 45rem !important;
  }

  .u-ml-45__360 {
    margin-left: 45rem !important;
  }

  .u-pl-45__360 {
    padding-left: 45rem !important;
  }

  .u-mr-45__360 {
    margin-right: 45rem !important;
  }

  .u-pr-45__360 {
    padding-right: 45rem !important;
  }

  .u-mt-50__360 {
    margin-top: 50rem !important;
  }

  .u-pt-50__360 {
    padding-top: 50rem !important;
  }

  .u-mb-50__360 {
    margin-bottom: 50rem !important;
  }

  .u-pb-50__360 {
    padding-bottom: 50rem !important;
  }

  .u-ml-50__360 {
    margin-left: 50rem !important;
  }

  .u-pl-50__360 {
    padding-left: 50rem !important;
  }

  .u-mr-50__360 {
    margin-right: 50rem !important;
  }

  .u-pr-50__360 {
    padding-right: 50rem !important;
  }
}

@media screen and (min-width: 768px) {
  .u-mt-0__768 {
    margin-top: 0 !important;
  }

  .u-pt-0__768 {
    padding-top: 0 !important;
  }

  .u-mb-0__768 {
    margin-bottom: 0 !important;
  }

  .u-pb-0__768 {
    padding-bottom: 0 !important;
  }

  .u-ml-0__768 {
    margin-left: 0 !important;
  }

  .u-pl-0__768 {
    padding-left: 0 !important;
  }

  .u-mr-0__768 {
    margin-right: 0 !important;
  }

  .u-pr-0__768 {
    padding-right: 0 !important;
  }

  .u-mt-1__768 {
    margin-top: 1rem !important;
  }

  .u-pt-1__768 {
    padding-top: 1rem !important;
  }

  .u-mb-1__768 {
    margin-bottom: 1rem !important;
  }

  .u-pb-1__768 {
    padding-bottom: 1rem !important;
  }

  .u-ml-1__768 {
    margin-left: 1rem !important;
  }

  .u-pl-1__768 {
    padding-left: 1rem !important;
  }

  .u-mr-1__768 {
    margin-right: 1rem !important;
  }

  .u-pr-1__768 {
    padding-right: 1rem !important;
  }

  .u-mt-2__768 {
    margin-top: 2rem !important;
  }

  .u-pt-2__768 {
    padding-top: 2rem !important;
  }

  .u-mb-2__768 {
    margin-bottom: 2rem !important;
  }

  .u-pb-2__768 {
    padding-bottom: 2rem !important;
  }

  .u-ml-2__768 {
    margin-left: 2rem !important;
  }

  .u-pl-2__768 {
    padding-left: 2rem !important;
  }

  .u-mr-2__768 {
    margin-right: 2rem !important;
  }

  .u-pr-2__768 {
    padding-right: 2rem !important;
  }

  .u-mt-3__768 {
    margin-top: 3rem !important;
  }

  .u-pt-3__768 {
    padding-top: 3rem !important;
  }

  .u-mb-3__768 {
    margin-bottom: 3rem !important;
  }

  .u-pb-3__768 {
    padding-bottom: 3rem !important;
  }

  .u-ml-3__768 {
    margin-left: 3rem !important;
  }

  .u-pl-3__768 {
    padding-left: 3rem !important;
  }

  .u-mr-3__768 {
    margin-right: 3rem !important;
  }

  .u-pr-3__768 {
    padding-right: 3rem !important;
  }

  .u-mt-4__768 {
    margin-top: 4rem !important;
  }

  .u-pt-4__768 {
    padding-top: 4rem !important;
  }

  .u-mb-4__768 {
    margin-bottom: 4rem !important;
  }

  .u-pb-4__768 {
    padding-bottom: 4rem !important;
  }

  .u-ml-4__768 {
    margin-left: 4rem !important;
  }

  .u-pl-4__768 {
    padding-left: 4rem !important;
  }

  .u-mr-4__768 {
    margin-right: 4rem !important;
  }

  .u-pr-4__768 {
    padding-right: 4rem !important;
  }

  .u-mt-5__768 {
    margin-top: 5rem !important;
  }

  .u-pt-5__768 {
    padding-top: 5rem !important;
  }

  .u-mb-5__768 {
    margin-bottom: 5rem !important;
  }

  .u-pb-5__768 {
    padding-bottom: 5rem !important;
  }

  .u-ml-5__768 {
    margin-left: 5rem !important;
  }

  .u-pl-5__768 {
    padding-left: 5rem !important;
  }

  .u-mr-5__768 {
    margin-right: 5rem !important;
  }

  .u-pr-5__768 {
    padding-right: 5rem !important;
  }

  .u-mt-10__768 {
    margin-top: 10rem !important;
  }

  .u-pt-10__768 {
    padding-top: 10rem !important;
  }

  .u-mb-10__768 {
    margin-bottom: 10rem !important;
  }

  .u-pb-10__768 {
    padding-bottom: 10rem !important;
  }

  .u-ml-10__768 {
    margin-left: 10rem !important;
  }

  .u-pl-10__768 {
    padding-left: 10rem !important;
  }

  .u-mr-10__768 {
    margin-right: 10rem !important;
  }

  .u-pr-10__768 {
    padding-right: 10rem !important;
  }

  .u-mt-15__768 {
    margin-top: 15rem !important;
  }

  .u-pt-15__768 {
    padding-top: 15rem !important;
  }

  .u-mb-15__768 {
    margin-bottom: 15rem !important;
  }

  .u-pb-15__768 {
    padding-bottom: 15rem !important;
  }

  .u-ml-15__768 {
    margin-left: 15rem !important;
  }

  .u-pl-15__768 {
    padding-left: 15rem !important;
  }

  .u-mr-15__768 {
    margin-right: 15rem !important;
  }

  .u-pr-15__768 {
    padding-right: 15rem !important;
  }

  .u-mt-20__768 {
    margin-top: 20rem !important;
  }

  .u-pt-20__768 {
    padding-top: 20rem !important;
  }

  .u-mb-20__768 {
    margin-bottom: 20rem !important;
  }

  .u-pb-20__768 {
    padding-bottom: 20rem !important;
  }

  .u-ml-20__768 {
    margin-left: 20rem !important;
  }

  .u-pl-20__768 {
    padding-left: 20rem !important;
  }

  .u-mr-20__768 {
    margin-right: 20rem !important;
  }

  .u-pr-20__768 {
    padding-right: 20rem !important;
  }

  .u-mt-25__768 {
    margin-top: 25rem !important;
  }

  .u-pt-25__768 {
    padding-top: 25rem !important;
  }

  .u-mb-25__768 {
    margin-bottom: 25rem !important;
  }

  .u-pb-25__768 {
    padding-bottom: 25rem !important;
  }

  .u-ml-25__768 {
    margin-left: 25rem !important;
  }

  .u-pl-25__768 {
    padding-left: 25rem !important;
  }

  .u-mr-25__768 {
    margin-right: 25rem !important;
  }

  .u-pr-25__768 {
    padding-right: 25rem !important;
  }

  .u-mt-30__768 {
    margin-top: 30rem !important;
  }

  .u-pt-30__768 {
    padding-top: 30rem !important;
  }

  .u-mb-30__768 {
    margin-bottom: 30rem !important;
  }

  .u-pb-30__768 {
    padding-bottom: 30rem !important;
  }

  .u-ml-30__768 {
    margin-left: 30rem !important;
  }

  .u-pl-30__768 {
    padding-left: 30rem !important;
  }

  .u-mr-30__768 {
    margin-right: 30rem !important;
  }

  .u-pr-30__768 {
    padding-right: 30rem !important;
  }

  .u-mt-35__768 {
    margin-top: 35rem !important;
  }

  .u-pt-35__768 {
    padding-top: 35rem !important;
  }

  .u-mb-35__768 {
    margin-bottom: 35rem !important;
  }

  .u-pb-35__768 {
    padding-bottom: 35rem !important;
  }

  .u-ml-35__768 {
    margin-left: 35rem !important;
  }

  .u-pl-35__768 {
    padding-left: 35rem !important;
  }

  .u-mr-35__768 {
    margin-right: 35rem !important;
  }

  .u-pr-35__768 {
    padding-right: 35rem !important;
  }

  .u-mt-40__768 {
    margin-top: 40rem !important;
  }

  .u-pt-40__768 {
    padding-top: 40rem !important;
  }

  .u-mb-40__768 {
    margin-bottom: 40rem !important;
  }

  .u-pb-40__768 {
    padding-bottom: 40rem !important;
  }

  .u-ml-40__768 {
    margin-left: 40rem !important;
  }

  .u-pl-40__768 {
    padding-left: 40rem !important;
  }

  .u-mr-40__768 {
    margin-right: 40rem !important;
  }

  .u-pr-40__768 {
    padding-right: 40rem !important;
  }

  .u-mt-45__768 {
    margin-top: 45rem !important;
  }

  .u-pt-45__768 {
    padding-top: 45rem !important;
  }

  .u-mb-45__768 {
    margin-bottom: 45rem !important;
  }

  .u-pb-45__768 {
    padding-bottom: 45rem !important;
  }

  .u-ml-45__768 {
    margin-left: 45rem !important;
  }

  .u-pl-45__768 {
    padding-left: 45rem !important;
  }

  .u-mr-45__768 {
    margin-right: 45rem !important;
  }

  .u-pr-45__768 {
    padding-right: 45rem !important;
  }

  .u-mt-50__768 {
    margin-top: 50rem !important;
  }

  .u-pt-50__768 {
    padding-top: 50rem !important;
  }

  .u-mb-50__768 {
    margin-bottom: 50rem !important;
  }

  .u-pb-50__768 {
    padding-bottom: 50rem !important;
  }

  .u-ml-50__768 {
    margin-left: 50rem !important;
  }

  .u-pl-50__768 {
    padding-left: 50rem !important;
  }

  .u-mr-50__768 {
    margin-right: 50rem !important;
  }

  .u-pr-50__768 {
    padding-right: 50rem !important;
  }
}

@media screen and (min-width: 1366px) {
  .u-mt-0__1366 {
    margin-top: 0 !important;
  }

  .u-pt-0__1366 {
    padding-top: 0 !important;
  }

  .u-mb-0__1366 {
    margin-bottom: 0 !important;
  }

  .u-pb-0__1366 {
    padding-bottom: 0 !important;
  }

  .u-ml-0__1366 {
    margin-left: 0 !important;
  }

  .u-pl-0__1366 {
    padding-left: 0 !important;
  }

  .u-mr-0__1366 {
    margin-right: 0 !important;
  }

  .u-pr-0__1366 {
    padding-right: 0 !important;
  }

  .u-mt-1__1366 {
    margin-top: 1rem !important;
  }

  .u-pt-1__1366 {
    padding-top: 1rem !important;
  }

  .u-mb-1__1366 {
    margin-bottom: 1rem !important;
  }

  .u-pb-1__1366 {
    padding-bottom: 1rem !important;
  }

  .u-ml-1__1366 {
    margin-left: 1rem !important;
  }

  .u-pl-1__1366 {
    padding-left: 1rem !important;
  }

  .u-mr-1__1366 {
    margin-right: 1rem !important;
  }

  .u-pr-1__1366 {
    padding-right: 1rem !important;
  }

  .u-mt-2__1366 {
    margin-top: 2rem !important;
  }

  .u-pt-2__1366 {
    padding-top: 2rem !important;
  }

  .u-mb-2__1366 {
    margin-bottom: 2rem !important;
  }

  .u-pb-2__1366 {
    padding-bottom: 2rem !important;
  }

  .u-ml-2__1366 {
    margin-left: 2rem !important;
  }

  .u-pl-2__1366 {
    padding-left: 2rem !important;
  }

  .u-mr-2__1366 {
    margin-right: 2rem !important;
  }

  .u-pr-2__1366 {
    padding-right: 2rem !important;
  }

  .u-mt-3__1366 {
    margin-top: 3rem !important;
  }

  .u-pt-3__1366 {
    padding-top: 3rem !important;
  }

  .u-mb-3__1366 {
    margin-bottom: 3rem !important;
  }

  .u-pb-3__1366 {
    padding-bottom: 3rem !important;
  }

  .u-ml-3__1366 {
    margin-left: 3rem !important;
  }

  .u-pl-3__1366 {
    padding-left: 3rem !important;
  }

  .u-mr-3__1366 {
    margin-right: 3rem !important;
  }

  .u-pr-3__1366 {
    padding-right: 3rem !important;
  }

  .u-mt-4__1366 {
    margin-top: 4rem !important;
  }

  .u-pt-4__1366 {
    padding-top: 4rem !important;
  }

  .u-mb-4__1366 {
    margin-bottom: 4rem !important;
  }

  .u-pb-4__1366 {
    padding-bottom: 4rem !important;
  }

  .u-ml-4__1366 {
    margin-left: 4rem !important;
  }

  .u-pl-4__1366 {
    padding-left: 4rem !important;
  }

  .u-mr-4__1366 {
    margin-right: 4rem !important;
  }

  .u-pr-4__1366 {
    padding-right: 4rem !important;
  }

  .u-mt-5__1366 {
    margin-top: 5rem !important;
  }

  .u-mt-6__1366 {
    margin-top: 6rem !important;
  }

  .u-mt-7__1366 {
    margin-top: 7rem !important;
  }

  .u-mt-8__1366 {
    margin-top: 8rem !important;
  }

  .u-mt-9__1366 {
    margin-top: 9rem !important;
  }

  .u-pt-5__1366 {
    padding-top: 5rem !important;
  }

  .u-mb-1__1366 {
    margin-bottom: 1rem !important;
  }

  .u-mb-2__1366 {
    margin-bottom: 2rem !important;
  }

  .u-mb-3__1366 {
    margin-bottom: 3rem !important;
  }

  .u-mb-4__1366 {
    margin-bottom: 4rem !important;
  }

  .u-mb-5__1366 {
    margin-bottom: 5rem !important;
  }

  .u-mb-6__1366 {
    margin-bottom: 6rem !important;
  }

  .u-mb-7__1366 {
    margin-bottom: 7rem !important;
  }

  .u-mb-8__1366 {
    margin-bottom: 8rem !important;
  }

  .u-mb-9__1366 {
    margin-bottom: 9rem !important;
  }

  .u-pb-10__1366 {
    padding-bottom: 10rem !important;
  }

  .u-ml-5__1366 {
    margin-left: 5rem !important;
  }

  .u-pl-5__1366 {
    padding-left: 5rem !important;
  }

  .u-mr-5__1366 {
    margin-right: 5rem !important;
  }

  .u-mr-6__1366 {
    margin-right: 6rem !important;
  }

  .u-mr-7__1366 {
    margin-right: 7rem !important;
  }

  .u-mr-8__1366 {
    margin-right: 8rem !important;
  }

  .u-mr-9__1366 {
    margin-right: 9rem !important;
  }

  .u-pr-5__1366 {
    padding-right: 5rem !important;
  }

  .u-mt-10__1366 {
    margin-top: 10rem !important;
  }

  .u-pt-10__1366 {
    padding-top: 10rem !important;
  }

  .u-mb-10__1366 {
    margin-bottom: 10rem !important;
  }

  .u-pb-10__1366 {
    padding-bottom: 10rem !important;
  }

  .u-ml-1__1366 {
    margin-left: 1rem !important;
  }

  .u-ml-2__1366 {
    margin-left: 2rem !important;
  }

  .u-ml-3__1366 {
    margin-left: 3rem !important;
  }

  .u-ml-4__1366 {
    margin-left: 4rem !important;
  }

  .u-ml-5__1366 {
    margin-left: 5rem !important;
  }

  .u-ml-6__1366 {
    margin-left: 6rem !important;
  }

  .u-ml-7__1366 {
    margin-left: 7rem !important;
  }

  .u-ml-8__1366 {
    margin-left: 8rem !important;
  }

  .u-ml-9__1366 {
    margin-left: 9rem !important;
  }

  .u-ml-10__1366 {
    margin-left: 10rem !important;
  }

  .u-ml-11__1366 {
    margin-left: 11rem !important;
  }

  .u-ml-12__1366 {
    margin-left: 12rem !important;
  }

  .u-ml-13__1366 {
    margin-left: 13rem !important;
  }

  .u-pl-10__1366 {
    padding-left: 10rem !important;
  }

  .u-mr-10__1366 {
    margin-right: 10rem !important;
  }

  .u-pr-10__1366 {
    padding-right: 10rem !important;
  }

  .u-mt-15__1366 {
    margin-top: 15rem !important;
  }

  .u-pt-15__1366 {
    padding-top: 15rem !important;
  }

  .u-mb-15__1366 {
    margin-bottom: 15rem !important;
  }

  .u-pb-15__1366 {
    padding-bottom: 15rem !important;
  }

  .u-ml-15__1366 {
    margin-left: 15rem !important;
  }

  .u-pl-15__1366 {
    padding-left: 15rem !important;
  }

  .u-mr-15__1366 {
    margin-right: 15rem !important;
  }

  .u-pr-15__1366 {
    padding-right: 15rem !important;
  }

  .u-mt-20__1366 {
    margin-top: 20rem !important;
  }

  .u-pt-20__1366 {
    padding-top: 20rem !important;
  }

  .u-mb-20__1366 {
    margin-bottom: 20rem !important;
  }

  .u-pb-20__1366 {
    padding-bottom: 20rem !important;
  }

  .u-ml-20__1366 {
    margin-left: 20rem !important;
  }

  .u-pl-20__1366 {
    padding-left: 20rem !important;
  }

  .u-mr-20__1366 {
    margin-right: 20rem !important;
  }

  .u-pr-20__1366 {
    padding-right: 20rem !important;
  }

  .u-mt-25__1366 {
    margin-top: 25rem !important;
  }

  .u-pt-25__1366 {
    padding-top: 25rem !important;
  }

  .u-mb-25__1366 {
    margin-bottom: 25rem !important;
  }

  .u-pb-25__1366 {
    padding-bottom: 25rem !important;
  }

  .u-ml-25__1366 {
    margin-left: 25rem !important;
  }

  .u-pl-25__1366 {
    padding-left: 25rem !important;
  }

  .u-mr-25__1366 {
    margin-right: 25rem !important;
  }

  .u-pr-25__1366 {
    padding-right: 25rem !important;
  }

  .u-mt-30__1366 {
    margin-top: 30rem !important;
  }

  .u-pt-30__1366 {
    padding-top: 30rem !important;
  }

  .u-mb-30__1366 {
    margin-bottom: 30rem !important;
  }

  .u-pb-30__1366 {
    padding-bottom: 30rem !important;
  }

  .u-ml-30__1366 {
    margin-left: 30rem !important;
  }

  .u-pl-30__1366 {
    padding-left: 30rem !important;
  }

  .u-mr-30__1366 {
    margin-right: 30rem !important;
  }

  .u-pr-30__1366 {
    padding-right: 30rem !important;
  }

  .u-mt-35__1366 {
    margin-top: 35rem !important;
  }

  .u-pt-35__1366 {
    padding-top: 35rem !important;
  }

  .u-mb-35__1366 {
    margin-bottom: 35rem !important;
  }

  .u-pb-35__1366 {
    padding-bottom: 35rem !important;
  }

  .u-ml-35__1366 {
    margin-left: 35rem !important;
  }

  .u-pl-35__1366 {
    padding-left: 35rem !important;
  }

  .u-mr-35__1366 {
    margin-right: 35rem !important;
  }

  .u-pr-35__1366 {
    padding-right: 35rem !important;
  }

  .u-mt-40__1366 {
    margin-top: 40rem !important;
  }

  .u-pt-40__1366 {
    padding-top: 40rem !important;
  }

  .u-mb-40__1366 {
    margin-bottom: 40rem !important;
  }

  .u-pb-40__1366 {
    padding-bottom: 40rem !important;
  }

  .u-ml-40__1366 {
    margin-left: 40rem !important;
  }

  .u-pl-40__1366 {
    padding-left: 40rem !important;
  }

  .u-mr-40__1366 {
    margin-right: 40rem !important;
  }

  .u-pr-40__1366 {
    padding-right: 40rem !important;
  }

  .u-mt-45__1366 {
    margin-top: 45rem !important;
  }

  .u-pt-45__1366 {
    padding-top: 45rem !important;
  }

  .u-mb-45__1366 {
    margin-bottom: 45rem !important;
  }

  .u-pb-45__1366 {
    padding-bottom: 45rem !important;
  }

  .u-ml-45__1366 {
    margin-left: 45rem !important;
  }

  .u-pl-45__1366 {
    padding-left: 45rem !important;
  }

  .u-mr-45__1366 {
    margin-right: 45rem !important;
  }

  .u-pr-45__1366 {
    padding-right: 45rem !important;
  }

  .u-mt-50__1366 {
    margin-top: 50rem !important;
  }

  .u-pt-50__1366 {
    padding-top: 50rem !important;
  }

  .u-mb-50__1366 {
    margin-bottom: 50rem !important;
  }

  .u-pb-50__1366 {
    padding-bottom: 50rem !important;
  }

  .u-ml-50__1366 {
    margin-left: 50rem !important;
  }

  .u-pl-50__1366 {
    padding-left: 50rem !important;
  }

  .u-mr-50__1366 {
    margin-right: 50rem !important;
  }

  .u-pr-50__1366 {
    padding-right: 50rem !important;
  }
}

@media screen and (min-width: 1920px) {
  .u-mt-0__1920 {
    margin-top: 0 !important;
  }

  .u-pt-0__1920 {
    padding-top: 0 !important;
  }

  .u-mb-0__1920 {
    margin-bottom: 0 !important;
  }

  .u-pb-0__1920 {
    padding-bottom: 0 !important;
  }

  .u-ml-0__1920 {
    margin-left: 0 !important;
  }

  .u-pl-0__1920 {
    padding-left: 0 !important;
  }

  .u-mr-0__1920 {
    margin-right: 0 !important;
  }

  .u-pr-0__1920 {
    padding-right: 0 !important;
  }

  .u-mt-1__1920 {
    margin-top: 1rem !important;
  }

  .u-pt-1__1920 {
    padding-top: 1rem !important;
  }

  .u-mb-1__1920 {
    margin-bottom: 1rem !important;
  }

  .u-pb-1__1920 {
    padding-bottom: 1rem !important;
  }

  .u-ml-1__1920 {
    margin-left: 1rem !important;
  }

  .u-pl-1__1920 {
    padding-left: 1rem !important;
  }

  .u-mr-1__1920 {
    margin-right: 1rem !important;
  }

  .u-pr-1__1920 {
    padding-right: 1rem !important;
  }

  .u-mt-2__1920 {
    margin-top: 2rem !important;
  }

  .u-pt-2__1920 {
    padding-top: 2rem !important;
  }

  .u-mb-2__1920 {
    margin-bottom: 2rem !important;
  }

  .u-pb-2__1920 {
    padding-bottom: 2rem !important;
  }

  .u-ml-2__1920 {
    margin-left: 2rem !important;
  }

  .u-pl-2__1920 {
    padding-left: 2rem !important;
  }

  .u-mr-2__1920 {
    margin-right: 2rem !important;
  }

  .u-pr-2__1920 {
    padding-right: 2rem !important;
  }

  .u-mt-3__1920 {
    margin-top: 3rem !important;
  }

  .u-pt-3__1920 {
    padding-top: 3rem !important;
  }

  .u-mb-3__1920 {
    margin-bottom: 3rem !important;
  }

  .u-pb-3__1920 {
    padding-bottom: 3rem !important;
  }

  .u-ml-3__1920 {
    margin-left: 3rem !important;
  }

  .u-pl-3__1920 {
    padding-left: 3rem !important;
  }

  .u-mr-3__1920 {
    margin-right: 3rem !important;
  }

  .u-pr-3__1920 {
    padding-right: 3rem !important;
  }

  .u-mt-4__1920 {
    margin-top: 4rem !important;
  }

  .u-pt-4__1920 {
    padding-top: 4rem !important;
  }

  .u-mb-4__1920 {
    margin-bottom: 4rem !important;
  }

  .u-pb-4__1920 {
    padding-bottom: 4rem !important;
  }

  .u-ml-4__1920 {
    margin-left: 4rem !important;
  }

  .u-pl-4__1920 {
    padding-left: 4rem !important;
  }

  .u-mr-4__1920 {
    margin-right: 4rem !important;
  }

  .u-pr-4__1920 {
    padding-right: 4rem !important;
  }

  .u-mt-5__1920 {
    margin-top: 5rem !important;
  }

  .u-pt-5__1920 {
    padding-top: 5rem !important;
  }

  .u-mb-5__1920 {
    margin-bottom: 5rem !important;
  }

  .u-pb-5__1920 {
    padding-bottom: 5rem !important;
  }

  .u-ml-5__1920 {
    margin-left: 5rem !important;
  }

  .u-pl-5__1920 {
    padding-left: 5rem !important;
  }

  .u-mr-5__1920 {
    margin-right: 5rem !important;
  }

  .u-pr-5__1920 {
    padding-right: 5rem !important;
  }

  .u-mt-10__1920 {
    margin-top: 10rem !important;
  }

  .u-pt-10__1920 {
    padding-top: 10rem !important;
  }

  .u-mb-10__1920 {
    margin-bottom: 10rem !important;
  }

  .u-pb-10__1920 {
    padding-bottom: 10rem !important;
  }

  .u-ml-10__1920 {
    margin-left: 10rem !important;
  }

  .u-pl-10__1920 {
    padding-left: 10rem !important;
  }

  .u-mr-10__1920 {
    margin-right: 10rem !important;
  }

  .u-pr-10__1920 {
    padding-right: 10rem !important;
  }

  .u-mt-15__1920 {
    margin-top: 15rem !important;
  }

  .u-pt-15__1920 {
    padding-top: 15rem !important;
  }

  .u-mb-15__1920 {
    margin-bottom: 15rem !important;
  }

  .u-pb-15__1920 {
    padding-bottom: 15rem !important;
  }

  .u-ml-15__1920 {
    margin-left: 15rem !important;
  }

  .u-pl-15__1920 {
    padding-left: 15rem !important;
  }

  .u-mr-15__1920 {
    margin-right: 15rem !important;
  }

  .u-pr-15__1920 {
    padding-right: 15rem !important;
  }

  .u-mt-20__1920 {
    margin-top: 20rem !important;
  }

  .u-pt-20__1920 {
    padding-top: 20rem !important;
  }

  .u-mb-20__1920 {
    margin-bottom: 20rem !important;
  }

  .u-pb-20__1920 {
    padding-bottom: 20rem !important;
  }

  .u-ml-20__1920 {
    margin-left: 20rem !important;
  }

  .u-pl-20__1920 {
    padding-left: 20rem !important;
  }

  .u-mr-20__1920 {
    margin-right: 20rem !important;
  }

  .u-pr-20__1920 {
    padding-right: 20rem !important;
  }

  .u-mt-25__1920 {
    margin-top: 25rem !important;
  }

  .u-pt-25__1920 {
    padding-top: 25rem !important;
  }

  .u-mb-25__1920 {
    margin-bottom: 25rem !important;
  }

  .u-pb-25__1920 {
    padding-bottom: 25rem !important;
  }

  .u-ml-25__1920 {
    margin-left: 25rem !important;
  }

  .u-pl-25__1920 {
    padding-left: 25rem !important;
  }

  .u-mr-25__1920 {
    margin-right: 25rem !important;
  }

  .u-pr-25__1920 {
    padding-right: 25rem !important;
  }

  .u-mt-30__1920 {
    margin-top: 30rem !important;
  }

  .u-pt-30__1920 {
    padding-top: 30rem !important;
  }

  .u-mb-30__1920 {
    margin-bottom: 30rem !important;
  }

  .u-pb-30__1920 {
    padding-bottom: 30rem !important;
  }

  .u-ml-30__1920 {
    margin-left: 30rem !important;
  }

  .u-pl-30__1920 {
    padding-left: 30rem !important;
  }

  .u-mr-30__1920 {
    margin-right: 30rem !important;
  }

  .u-pr-30__1920 {
    padding-right: 30rem !important;
  }

  .u-mt-35__1920 {
    margin-top: 35rem !important;
  }

  .u-pt-35__1920 {
    padding-top: 35rem !important;
  }

  .u-mb-35__1920 {
    margin-bottom: 35rem !important;
  }

  .u-pb-35__1920 {
    padding-bottom: 35rem !important;
  }

  .u-ml-35__1920 {
    margin-left: 35rem !important;
  }

  .u-pl-35__1920 {
    padding-left: 35rem !important;
  }

  .u-mr-35__1920 {
    margin-right: 35rem !important;
  }

  .u-pr-35__1920 {
    padding-right: 35rem !important;
  }

  .u-mt-40__1920 {
    margin-top: 40rem !important;
  }

  .u-pt-40__1920 {
    padding-top: 40rem !important;
  }

  .u-mb-40__1920 {
    margin-bottom: 40rem !important;
  }

  .u-pb-40__1920 {
    padding-bottom: 40rem !important;
  }

  .u-ml-40__1920 {
    margin-left: 40rem !important;
  }

  .u-pl-40__1920 {
    padding-left: 40rem !important;
  }

  .u-mr-40__1920 {
    margin-right: 40rem !important;
  }

  .u-pr-40__1920 {
    padding-right: 40rem !important;
  }

  .u-mt-45__1920 {
    margin-top: 45rem !important;
  }

  .u-pt-45__1920 {
    padding-top: 45rem !important;
  }

  .u-mb-45__1920 {
    margin-bottom: 45rem !important;
  }

  .u-pb-45__1920 {
    padding-bottom: 45rem !important;
  }

  .u-ml-45__1920 {
    margin-left: 45rem !important;
  }

  .u-pl-45__1920 {
    padding-left: 45rem !important;
  }

  .u-mr-45__1920 {
    margin-right: 45rem !important;
  }

  .u-pr-45__1920 {
    padding-right: 45rem !important;
  }

  .u-mt-50__1920 {
    margin-top: 50rem !important;
  }

  .u-pt-50__1920 {
    padding-top: 50rem !important;
  }

  .u-mb-50__1920 {
    margin-bottom: 50rem !important;
  }

  .u-pb-50__1920 {
    padding-bottom: 50rem !important;
  }

  .u-ml-50__1920 {
    margin-left: 50rem !important;
  }

  .u-pl-50__1920 {
    padding-left: 50rem !important;
  }

  .u-mr-50__1920 {
    margin-right: 50rem !important;
  }

  .u-pr-50__1920 {
    padding-right: 50rem !important;
  }
}

@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA")
    format("woff");
  font-weight: 400;
  font-style: normal;
}

:root {
  --swiper-theme-color: #007aff;
}

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-slide,
.swiper-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-wrapper {
  z-index: 1;
  display: flex;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-container-multirow-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  flex-shrink: 0;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

:root {
  --swiper-navigation-size: 44px;
}

.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(-1 * var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-button-next.swiper-button-white,
.swiper-button-prev.swiper-button-white {
  --swiper-navigation-color: #ffffff;
}

.swiper-button-next.swiper-button-black,
.swiper-button-prev.swiper-button-black {
  --swiper-navigation-color: #000000;
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 0.3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}

button.swiper-pagination-bullet {
  border: 0;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0, -50%, 0);
}

.swiper-container-vertical
  > .swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}

.swiper-container-vertical
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-container-vertical
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  display: inline-block;
  transition:
    0.2s transform,
    0.2s top;
}

.swiper-container-horizontal
  > .swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 0 4px;
}

.swiper-container-horizontal
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-container-horizontal
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  transition:
    0.2s transform,
    0.2s left;
}

.swiper-container-horizontal.swiper-container-rtl
  > .swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  transition:
    0.2s transform,
    0.2s right;
}

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-container-rtl
  .swiper-pagination-progressbar
  .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical
  > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-horizontal
  > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-container-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-white {
  --swiper-pagination-color: #ffffff;
}

.swiper-pagination-black {
  --swiper-pagination-color: #000000;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > canvas,
.swiper-zoom-container > img,
.swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.boxes-box {
  margin: 0 0 30px;
}

.boxes-box .nsd-news-item .nsd-news-item_content .nsd-item__title {
  padding: 0 0 1rem;
}

.boxes-box .nsd-news-item .nsd-news-item_content .nsd-item__info {
  margin-bottom: 3rem;
}

.boxes-box .nsd-news-item .nsd-news-item_content .nsd-item__title h4 {
  font-size: 1.5rem;
}

.o-image-video-btn {
  position: relative;
  overflow: visible;
}

.o-image-video-btn .play-btn-area {
  position: absolute;
  top: calc(50% - 50px);
  right: -50px;
}

@media (min-width: 2100px) {
  .nsd-service__main .nsd-service__hero-hover {
    padding-top: 60px;
    padding-bottom: 90px;
  }

  .nsd-service__main .nsd-service__inner {
    padding-bottom: 5rem;
  }
}

