@import url(https://fonts.googleapis.com/css2?family=Aleo:ital,wght@0,100..900;1,100..900&family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap);

/* Slider */
.slick-slider {
  position: relative;

  display: block;
  box-sizing: border-box;

  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;

  -webkit-touch-callout: none;
  -khtml-user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;

  display: block;
  overflow: hidden;

  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

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

.slick-track {
  position: relative;
  top: 0;
  left: 0;

  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;

  content: '';
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;

  height: 100%;
  min-height: 1px;
}

[dir='rtl'] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;

  height: auto;

  border: 1px solid transparent;
}

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

/*
 *  Remodal - v1.1.1
 *  Responsive, lightweight, fast, synchronized with CSS animations, fully customizable modal window plugin with declarative configuration and hash tracking.
 *  http://vodkabears.github.io/remodal/
 *
 *  Made by Ilya Makarov
 *  Under MIT License
 */

/* ==========================================================================
   Remodal's necessary styles
   ========================================================================== */

/* Hide scroll bar */

html.remodal-is-locked {
  overflow: hidden;
  touch-action: none;
}

/* Anti FOUC */

.remodal,
[data-remodal-id] {
  display: none;
}

/* Necessary styles of the overlay */

.remodal-overlay {
  position: fixed;
  z-index: 9999;
  top: -5000px;
  right: -5000px;
  bottom: -5000px;
  left: -5000px;

  display: none;
}

/* Necessary styles of the wrapper */

.remodal-wrapper {
  position: fixed;
  z-index: 10000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;

  display: none;
  overflow: auto;

  text-align: center;

  -webkit-overflow-scrolling: touch;
}

.remodal-wrapper:after {
  display: inline-block;

  height: 100%;
  margin-left: -0.05em;

  content: "";
}

/* Fix iPad, iPhone glitches */

.remodal-overlay,
.remodal-wrapper {
  backface-visibility: hidden;
}

/* Necessary styles of the modal dialog */

.remodal {
  position: relative;

  outline: none;

  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

.remodal-is-initialized {
  /* Disable Anti-FOUC */
  display: inline-block;
}

/*
 *  Remodal - v1.1.1
 *  Responsive, lightweight, fast, synchronized with CSS animations, fully customizable modal window plugin with declarative configuration and hash tracking.
 *  http://vodkabears.github.io/remodal/
 *
 *  Made by Ilya Makarov
 *  Under MIT License
 */

/* ==========================================================================
   Remodal's default mobile first theme
   ========================================================================== */

/* Default theme styles for the background */

.remodal-bg.remodal-is-opening,
.remodal-bg.remodal-is-opened {
  filter: blur(3px);
}

/* Default theme styles of the overlay */

.remodal-overlay {
  background: rgba(43, 46, 56, 0.9);
}

.remodal-overlay.remodal-is-opening,
.remodal-overlay.remodal-is-closing {
  animation-duration: 0.3s;
  animation-fill-mode: forwards;
}

.remodal-overlay.remodal-is-opening {
  animation-name: remodal-overlay-opening-keyframes;
}

.remodal-overlay.remodal-is-closing {
  animation-name: remodal-overlay-closing-keyframes;
}

/* Default theme styles of the wrapper */

.remodal-wrapper {
  padding: 10px 10px 0;
}

/* Default theme styles of the modal dialog */

.remodal {
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 10px;
  padding: 35px;
  transform: translate3d(0, 0, 0);

  color: #2b2e38;
  background: #fff;
}

.remodal.remodal-is-opening,
.remodal.remodal-is-closing {
  animation-duration: 0.3s;
  animation-fill-mode: forwards;
}

.remodal.remodal-is-opening {
  animation-name: remodal-opening-keyframes;
}

.remodal.remodal-is-closing {
  animation-name: remodal-closing-keyframes;
}

/* Vertical align of the modal dialog */

.remodal,
.remodal-wrapper:after {
  vertical-align: middle;
}

/* Close button */

.remodal-close {
  position: absolute;
  top: 0;
  left: 0;

  display: block;
  overflow: visible;

  width: 35px;
  height: 35px;
  margin: 0;
  padding: 0;

  cursor: pointer;
  transition: color 0.2s;
  text-decoration: none;

  color: #95979c;
  border: 0;
  outline: 0;
  background: transparent;
}

.remodal-close:hover,
.remodal-close:focus {
  color: #2b2e38;
}

.remodal-close:before {
  font-family: Arial, "Helvetica CY", "Nimbus Sans L", sans-serif !important;
  font-size: 25px;
  line-height: 35px;

  position: absolute;
  top: 0;
  left: 0;

  display: block;

  width: 35px;

  content: "\00d7";
  text-align: center;
}

/* Dialog buttons */

.remodal-confirm,
.remodal-cancel {
  font: inherit;

  display: inline-block;
  overflow: visible;

  min-width: 110px;
  margin: 0;
  padding: 12px 0;

  cursor: pointer;
  transition: background 0.2s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;

  border: 0;
  outline: 0;
}

.remodal-confirm {
  color: #fff;
  background: #81c784;
}

.remodal-confirm:hover,
.remodal-confirm:focus {
  background: #66bb6a;
}

.remodal-cancel {
  color: #fff;
  background: #e57373;
}

.remodal-cancel:hover,
.remodal-cancel:focus {
  background: #ef5350;
}

/* Remove inner padding and border in Firefox 4+ for the button tag. */

.remodal-confirm::-moz-focus-inner,
.remodal-cancel::-moz-focus-inner,
.remodal-close::-moz-focus-inner {
  padding: 0;

  border: 0;
}

/* Keyframes
   ========================================================================== */

@keyframes remodal-opening-keyframes {
  from {
    transform: scale(1.05);

    opacity: 0;
  }

  to {
    transform: none;

    opacity: 1;
    filter: blur(0);
  }
}

@keyframes remodal-closing-keyframes {
  from {
    transform: scale(1);

    opacity: 1;
  }

  to {
    transform: scale(0.95);

    opacity: 0;
    filter: blur(0);
  }
}

@keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

/* Media queries
   ========================================================================== */

@media only screen and (min-width: 641px) {
  .remodal {
    max-width: 700px;
  }
}

/* IE8
   ========================================================================== */

.lt-ie9 .remodal-overlay {
  background: #2b2e38;
}

.lt-ie9 .remodal {
  width: 700px;
}

[animate-speed=fast] {
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition-delay: 0.05s;
}

[animate-speed=medium] {
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition-delay: 0.1s;
}

[animate-speed=slow] {
  transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition-delay: 0.15s;
}

[animate-delay=short] {
  transition-delay: 0.5s;
}

@media (max-width: 991px) {
  [animate-delay=short] {
    transition-delay: 0.1s;
  }
}

[animate-delay=long] {
  transition-delay: 1s;
}

@media (max-width: 991px) {
  [animate-delay=long] {
    transform: translateX(-100%);
    transition-delay: 0.1s;
  }
}

/* fade-slide */
[animate-effect=fade-slide] {
  opacity: 0;
  visibility: hidden;
}

[animate-effect=fade-slide][animate-direction=top] {
  transform: translateY(-50px);
}

[animate-effect=fade-slide][animate-direction=right] {
  transform: translateX(50px);
}

@media (max-width: 991px) {
  [animate-effect=fade-slide][animate-direction=right] {
    transform: translateX(-50px);
  }
}

[animate-effect=fade-slide][animate-direction=bottom] {
  transform: translateY(50px);
}

[animate-effect=fade-slide][animate-direction=left] {
  transform: translateX(-50px);
}

/* slide */
[animate-effect=slide] {
  opacity: 1;
  visibility: visible;
}

[animate-effect=slide][animate-direction=top] {
  transform: translateY(-100%);
}

[animate-effect=slide][animate-direction=right] {
  transform: translateX(-100%);
}

@media (max-width: 991px) {
  [animate-effect=slide][animate-direction=right] {
    transform: translateX(0);
    transform: translateY(-100%);
  }
}

[animate-effect=slide][animate-direction=bottom] {
  transform: translateY(100%);
}

[animate-effect=slide][animate-direction=left] {
  transform: translateX(100%);
}

@media (max-width: 991px) {
  [animate-effect=slide][animate-direction=left] {
    transform: translateX(0);
    transform: translateY(-100%);
  }
}

.js-animate-animated {
  opacity: 1 !important;
  visibility: visible !important;
  transform: translate(0) !important;
}

.c-button-primary {
  opacity: 1;
  pointer-events: auto;
  outline: none;
  border: none;
  border: 1px solid #FFF;
  border-radius: 100px;
  padding: 10px 25px;
  color: #FFF;
  display: block;
  max-width: 180px;
  text-align: center;
  transition: background-color 0.3s linear;
  background-color: transparent;
  font-family: "DM Sans", sans-serif !important;
  cursor: pointer;
}

.c-button-primary--dark {
  border: 1px solid #000;
  color: #000;
}

.c-button-primary:hover {
  background-color: #1C1A1F;
  color: #FFF;
}

.c-button-primary:disabled {
  opacity: 0.1;
  pointer-events: none;
}

.c-footer {
  background-color: #1C1A1F;
}

.c-footer .container {
  padding-bottom: 2%;
}

.c-footer hr {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  margin: 40px 0 0;
}

.c-footer-socials {
  justify-self: end;
}

.c-footer-socials a+a {
  margin-left: 30px;
}

.c-footer-policies {
  color: #FFF;
  font-size: 14px;
  margin: 2% 0 0;
}

.c-footer-policies a {
  text-decoration: underline;
}

@media (max-width: 960px) {
  .c-footer img {
    margin: 0 auto;
  }

  .c-footer-socials {
    justify-self: center;
  }

  .c-footer-policies {
    text-align: center;
    margin-top: 40px;
  }
}

.c-form-group {
  position: relative;
  margin: 20px 0;
  font-size: 16px;
}

.c-form-group input {
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
  border: none;
  border-bottom: 1px solid #000;
  outline: none;
}

.c-form-group label {
  position: absolute;
  top: 10px;
  left: 10px;
  transition: all 0.2s ease;
  color: #000;
  pointer-events: none;
  font-family: "DM Sans", sans-serif !important;
}

.c-form-group input:not(:-moz-placeholder-shown)+label {
  top: -10px;
  left: 10px;
  font-size: 12px;
  color: #333;
}

.c-form-group input:focus+label,
.c-form-group input:not(:placeholder-shown)+label {
  top: -10px;
  left: 10px;
  font-size: 12px;
  color: #333;
}

.c-form-group input::-moz-placeholder {
  color: transparent;
  /* Hides the placeholder text */
}

.c-form-group input::placeholder {
  color: transparent;
  /* Hides the placeholder text */
}

.c-form-group textarea {
  width: 100%;
  min-height: 100px;
  padding: 10px;
  box-sizing: border-box;
  border: none;
  border-bottom: 1px solid #000;
  outline: none;
  resize: vertical;
  font-family: "DM Sans", sans-serif !important;
}

.c-form-group textarea:not(:-moz-placeholder-shown)+label {
  top: -10px;
  left: 10px;
  font-size: 12px;
  color: #333;
}

.c-form-group textarea:focus+label,
.c-form-group textarea:not(:placeholder-shown)+label {
  top: -10px;
  left: 10px;
  font-size: 12px;
  color: #333;
}

.c-form-group textarea::-moz-placeholder {
  color: transparent;
}

.c-form-group textarea::placeholder {
  color: transparent;
}

.c-form-group-checkbox {
  margin-bottom: 20px;
}

.c-form-group-checkbox .custom-checkbox {
  display: flex;
  align-items: flex-start;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  position: relative;
  line-height: 20px;
}

.c-form-group-checkbox .custom-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.c-form-group-checkbox .checkmark {
  display: inline-block;
  width: 28px;
  height: 20px;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 0;
  margin-right: 10px;
  margin-top: 5px;
  transition: background-color 0.3s, border-color 0.3s;
}

.c-form-group-checkbox .custom-checkbox input:checked+.checkmark {
  background-color: #000;
}

.c-form-group-checkbox .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.c-form-group-checkbox .custom-checkbox input:checked+.checkmark:after {
  display: block;
}

.c-form-group-checkbox .custom-checkbox .checkmark:after {
  left: 6px;
  top: 7px;
  width: 6px;
  height: 12px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.c-form-error {
  font-size: 12px;
  color: red;
  margin-left: 10px;
}

.c-form-fail {
  display: block;
  width: 100%;
  padding: 20px;
  box-sizing: border-box;
  background-color: red;
  color: #FFF;
  border-radius: 8px;
  margin-top: 20px;
  text-align: center;
}

.c-form-success {
  display: block;
  width: 100%;
  padding: 20px;
  box-sizing: border-box;
  background-color: green;
  color: #FFF;
  border-radius: 8px;
  margin-top: 20px;
  text-align: center;
}

.c-hero {
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
}

.c-hero-img {
  z-index: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  -o-object-fit: cover;
  object-fit: cover;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
}

.c-hero-item {
  width: 100%;
  height: 100vh;
  position: relative;
}

.c-hero-content {
  width: 100%;
  max-width: 1366px;
  height: 100%;
  padding: 4%;
  margin: 0 auto;
  z-index: 2;
  position: relative;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.c-hero-title {
  font-size: clamp(5rem, 10vw, 7rem);
  line-height: clamp(5rem, 10vw, 7rem);
  color: #FFF;
  text-align: left;
  margin: 0 0 60px;
  font-weight: 400;
}

.c-hero-button {
  align-self: flex-start;
}

.c-hero .slick-dots {
  list-style: none;
  text-align: center;
  position: absolute;
  right: 2%;
  top: 50%;
  transform: translateY(-50%);
}

.c-hero .slick-dots li {
  display: block;
  height: 12px;
  width: 12px;
  background-color: #FFF;
  border: 1px solid #FFF;
  margin: 10px 0;
  border-radius: 50px;
}

.c-hero .slick-dots li button {
  display: none;
}

.c-hero .slick-dots li.slick-active {
  background-color: transparent;
}

.c-nav {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
  background-color: transparent;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  border-bottom: 1px solid #FFF;
  padding: 0 2%;
  box-sizing: border-box;
  z-index: 100;
}

.c-nav.scrolled {
  background-color: #1C1A1F !important;
  transition: background-color 200ms linear;
  border-bottom: 1px solid #1C1A1F;
}

.c-nav .c-nav-links {
  list-style: none;
  display: flex;
  align-items: center;
  color: #FFF;
}

.c-nav .c-nav-links .c-nav-item {
  height: 60px;
  padding: 0 20px;
  box-sizing: border-box;
}

.c-nav .c-nav-links .c-nav-item a {
  width: 100%;
  height: 100%;
  display: block;
  line-height: 60px;
  font-size: 16px;
  margin: 0 20px;
}

.c-nav .c-nav-links .c-nav-item-horizontal {
  display: none;
}

.c-nav-dropdown {
  background-color: rgba(255, 255, 255, 0.25);
  padding: 3px 36px 5px 3px;
  box-sizing: border-box;
  border-radius: 100px;
  display: flex;
  flex-direction: column;
  height: 48px;
  overflow: hidden;
  position: absolute;
  right: 2%;
  top: 0;
  transition: height 0.5s ease;
  border: 1px solid transparent;
  list-style: none;
}

.c-nav-dropdown:after {
  position: absolute;
  content: "";
  width: 15px;
  height: 10px;
  right: 10px;
  top: 20px;
  background-image: url("/images/chevron.svg");
  background-size: contain;
  background-repeat: no-repeat;
}

.c-nav-dropdown img {
  width: 40px;
  height: 40px;
}

.c-nav-dropdown-item a {
  display: block;
}

.c-nav-dropdown:hover {
  border-radius: 25px;
  height: 96px;
  transition: height 0.5s ease;
  border: 1px solid #FFF;
}

.c-nav-trigger {
  display: none;
  position: absolute;
  right: 20px;
  top: 30px;
  font-size: 31px;
  color: #FFF;
}

@media (max-width: 960px) {
  .c-nav .c-nav-links {
    flex-direction: column;
    position: fixed;
    top: 60px;
    right: -100%;
    width: 100%;
    height: calc(100vh - 80px);
    background-color: #1C1A1F;
    padding-left: 0;
    justify-content: center;
    transition: right 0.3s ease;
  }

  .c-nav .c-nav-links-opened {
    right: 0;
  }

  .c-nav .c-nav-links .c-nav-item-horizontal {
    display: flex;
    margin-top: 40px;
  }

  .c-nav-trigger {
    display: block;
  }

  .c-nav-dropdown {
    display: none;
  }
}

#mobile-menu {
  width: 30px;
  position: relative;
  transform: rotate(0deg);
  transition: 0.5s ease-in-out;
  cursor: pointer;
}

#mobile-menu span {
  display: block;
  position: absolute;
  height: 5px;
  width: 50%;
  background: #FFF;
  opacity: 1;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
}

#mobile-menu span:nth-child(even) {
  left: 50%;
  border-radius: 0 5px 5px 0;
}

#mobile-menu span:nth-child(odd) {
  left: 0px;
  border-radius: 5px 0 0 5px;
}

#mobile-menu span:nth-child(1),
#mobile-menu span:nth-child(2) {
  top: 0px;
}

#mobile-menu span:nth-child(3),
#mobile-menu span:nth-child(4) {
  top: 8px;
}

#mobile-menu span:nth-child(5),
#mobile-menu span:nth-child(6) {
  top: 16px;
}

#mobile-menu.open span:nth-child(1),
#mobile-menu.open span:nth-child(6) {
  transform: rotate(45deg);
}

#mobile-menu.open span:nth-child(2),
#mobile-menu.open span:nth-child(5) {
  transform: rotate(-45deg);
}

#mobile-menu.open span:nth-child(1) {
  left: 5px;
  top: 7px;
}

#mobile-menu.open span:nth-child(2) {
  left: calc(50% - 5px);
  top: 7px;
}

#mobile-menu.open span:nth-child(3) {
  left: -50%;
  opacity: 0;
}

#mobile-menu.open span:nth-child(4) {
  left: 100%;
  opacity: 0;
}

#mobile-menu.open span:nth-child(5) {
  left: 5px;
  top: 12px;
}

#mobile-menu.open span:nth-child(6) {
  left: calc(50% - 5px);
  top: 12px;
}

.c-about {
  position: relative;
}

.c-about-text {
  width: 100%;
  max-width: 440px;
  margin-bottom: 40px;
}

.c-about .o-label-paragraph {
  text-align: justify;
}

.c-about-slider {
  display: grid;
  grid-template-columns: repeat(2, 30% 70%);
  grid-gap: 40px;
  align-items: center;
  z-index: 1;
}

.c-about-slider-item {
  padding-right: 20px;
}

@media (max-width: 960px) {
  .c-about-slider {
    grid-template-columns: repeat(1, 100%);
    margin-bottom: 80px;
  }

  .c-about-slider-item {
    padding-right: 0;
  }
}

.c-about .js-about-arrow {
  border: 1px solid #000;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  background-color: transparent;
  padding: 10px;
  box-sizing: border-box;
  position: absolute;
  bottom: 10px;
  transition: background 0.3s linear;
}

.c-about .js-about-arrow--prev {
  background: url("data:image/svg+xml;utf8,<svg width='19' height='16' viewBox='0 0 19 16' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M18 8L1 8' stroke='%231C1A1F' stroke-linecap='round' stroke-linejoin='round'/><path d='M8 1L1 8L8 15' stroke='%231C1A1F' stroke-linecap='round' stroke-linejoin='round'/></svg>") no-repeat center center;
  background-size: inherit;
  left: -120px;
}

.c-about .js-about-arrow--next {
  background: url("data:image/svg+xml;utf8,<svg width='19' height='16' viewBox='0 0 19 16' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M18 8L1 8' stroke='%231C1A1F' stroke-linecap='round' stroke-linejoin='round'/><path d='M8 1L1 8L8 15' stroke='%231C1A1F' stroke-linecap='round' stroke-linejoin='round'/></svg>") no-repeat center center;
  background-size: inherit;
  transform: rotate(180deg);
  left: -60px;
}

.c-about .js-about-arrow:hover {
  transition: background 0.3s linear;
  cursor: pointer;
  background: url("data:image/svg+xml;utf8,<svg width='19' height='16' viewBox='0 0 19 16' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M18 8L1 8' stroke='%23FFFFFF' stroke-linecap='round' stroke-linejoin='round'/><path d='M8 1L1 8L8 15' stroke='%23FFFFFF' stroke-linecap='round' stroke-linejoin='round'/></svg>") #1C1A1F no-repeat center center;
}

@media (max-width: 960px) {
  .c-about .js-about-arrow {
    bottom: -80px;
  }

  .c-about .js-about-arrow--prev {
    left: auto;
    right: 60px;
  }

  .c-about .js-about-arrow--next {
    left: auto;
    right: 0;
  }
}

.c-atuation {
  background-color: #F0F3F8;
}

.c-big-numbers {
  background-color: #1C1A1F;
  color: #FFF;
}

.c-big-numbers-grid {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 40px;
}

.c-big-numbers-item {
  text-align: center;
}

.c-big-numbers-item p {
  font-size: clamp(4rem, 5vw, 5.5rem);
  line-height: 80px;
  font-weight: bold;
  margin: 0 20px;
}

.c-big-numbers-item span {
  font-size: 20px;
  line-height: 20px;
}

@media (max-width: 960px) {
  .c-big-numbers-grid {
    grid-template-columns: repeat(1, 1fr);
  }

  .c-big-numbers .o-label {
    text-align: center;
  }
}

.c-portfolio-slider {
  position: relative;
  padding-left: 100px;
  box-sizing: border-box;
  margin-top: 80px;
}

.c-portfolio-slider-item {
  position: relative;
  padding-right: 20px;
}

.c-portfolio-slider-item-img {
  width: 100%;
  border-radius: 10px;
}

.c-portfolio-slider-item-title {
  position: absolute;
  top: 10px;
  left: 20px;
  color: #FFF;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  width: calc(100% - 60px);
}

.c-portfolio-slider-item-button {
  position: absolute;
  bottom: 20px;
  left: 20px;
  max-width: 160px;
  padding: 5px 15px;
  line-height: 17px;
}

@media (max-width: 960px) {
  .c-portfolio-slider {
    padding-left: 0;
    grid-template-columns: repeat(1, 100%);
    margin-top: 40px;
    margin-bottom: 80px;
  }

  .c-portfolio-slider-item {
    padding-right: 0;
  }
}

.c-portfolio .js-portfolio-arrow {
  border: 1px solid #000;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  background-color: transparent;
  padding: 10px;
  box-sizing: border-box;
  position: absolute;
  bottom: 10px;
  transition: background 0.3s linear;
}

.c-portfolio .js-portfolio-arrow--prev {
  background: url("data:image/svg+xml;utf8,<svg width='19' height='16' viewBox='0 0 19 16' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M18 8L1 8' stroke='%231C1A1F' stroke-linecap='round' stroke-linejoin='round'/><path d='M8 1L1 8L8 15' stroke='%231C1A1F' stroke-linecap='round' stroke-linejoin='round'/></svg>") no-repeat center center;
  background-size: inherit;
  left: -120px;
}

.c-portfolio .js-portfolio-arrow--next {
  background: url("data:image/svg+xml;utf8,<svg width='19' height='16' viewBox='0 0 19 16' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M18 8L1 8' stroke='%231C1A1F' stroke-linecap='round' stroke-linejoin='round'/><path d='M8 1L1 8L8 15' stroke='%231C1A1F' stroke-linecap='round' stroke-linejoin='round'/></svg>") no-repeat center center;
  background-size: inherit;
  transform: rotate(180deg);
  left: -60px;
}

.c-portfolio .js-portfolio-arrow:hover {
  transition: background 0.3s linear;
  cursor: pointer;
  background: url("data:image/svg+xml;utf8,<svg width='19' height='16' viewBox='0 0 19 16' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M18 8L1 8' stroke='%23FFFFFF' stroke-linecap='round' stroke-linejoin='round'/><path d='M8 1L1 8L8 15' stroke='%23FFFFFF' stroke-linecap='round' stroke-linejoin='round'/></svg>") #1C1A1F no-repeat center center;
}

@media (max-width: 960px) {
  .c-portfolio .js-portfolio-arrow {
    bottom: -80px;
  }

  .c-portfolio .js-portfolio-arrow--prev {
    left: auto;
    right: 60px;
  }

  .c-portfolio .js-portfolio-arrow--next {
    left: auto;
    right: 0;
  }
}

.c-contacts {
  background-color: #F0F3F8;
}

.c-contacts-form {
  background-color: #FFF;
  padding: 40px;
  box-sizing: border-box;
  border-radius: 20px;
}

.c-address img {
  width: 100%;
}

.container {
  width: 100%;
  max-width: 1366px;
  padding: 4%;
  margin: 0 auto;
  box-sizing: border-box;
  position: relative;
}

@media (max-width: 960px) {
  .container {
    padding: 60px 6%;
  }
}

.o-label {
  z-index: 1;
  display: block;
  position: relative;
}

.o-label-small {
  font-size: 12px;
  line-height: 12px;
  margin: 0 0 20px;
  color: #5C5C5C;
}

.o-label-title {
  font-size: clamp(2rem, 3.5vw, 4rem);
  line-height: clamp(2rem, 3.5vw, 4rem);
  margin: 0 0 40px;
  font-weight: 400;
}

.o-label-paragraph {
  font-size: clamp(1rem, 1vw, 1.5rem);
  line-height: calc(clamp(1rem, 1vw, 1.5rem) + 50%);
  margin: 0 0 20px;
  color: #5C5C5C;
  text-align: justify;
}

.o-label-paragraph--dark {
  color: #1C1A1F;
}

.o-label-paragraph-gt {
  font-size: clamp(1.5rem, 1.3vw, 2rem);
  line-height: 25px;
  margin: 0 0 20px;
  color: #000;
  width: 100%;
  max-width: 330px;
  text-align: justify;
}

.u-absolute-right {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
  display: block;
}

.u-grid {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 40px;
  justify-content: space-between;
}

.u-grid-center {
  align-items: center;
}

.u-grid-js-end {
  justify-self: end;
}

@media (max-width: 960px) {
  .u-grid {
    grid-template-columns: repeat(1, 1fr);
  }

  .u-grid-js-end {
    justify-self: center;
  }
}

.anchor {
  display: block;
  height: 100px;
  margin-top: -100px;
  visibility: hidden;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "DM Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
}

i {
  font-family: "Aleo", serif;
  font-optical-sizing: auto;
  font-style: italic;
}