:root {
  --white: #ffffff;
  --white-primary: #ffeff5;
  --black-primary: #272123;
  --white-transp-1: rgba(255, 255, 255, 0.7);
  --white-transp-2: rgba(255, 255, 255, 0.3);
  --gray: #084745;
  --primary: #BB2464;
  --secondary: #3d4963;
  --bg-color: var(--white);
  --bg-color-dark: var(--gray);
  --fg-color: var(--black);
  --fg-color-white: var(--white);
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --breakpoint-xxl: 1400px;
  --margin-x-sm: 24px;
  --margin-y-sm: 24px;
  --margin-x-md: 32px;
  --margin-y-md: 32px;
  --margin-x: 24px;
  --margin-y: 24px;
  --section-margin-y: 4rem;
  --bs-font-sans-serif: "Montserrat", -apple-system, system-ui, BlinkMacSystemFont, sans-serif;
  --bs-font-monospace: "Montserrat", sans-serif;
  /* Transitions */
  --transition-curve-1: cubic-bezier(0, 0, 0, 1);
  --transition-curve-2: cubic-bezier(0.25, 0.75, 0.2, 1);
}

@media screen and (min-width: 768px) {
  :root {
    --margin-x: 32px;
    --margin-y: 32px;
  }
}

@media screen and (min-width: 992px) {
  :root {
    --margin-x: 64px;
    --margin-y: 64px;
  }
}

@media screen and (min-width: 768px) {
  :root {
    --section-margin-y: 5rem;
  }
}

@media screen and (min-width: 992px) {
  :root {
    --section-margin-y: 8rem;
  }
}

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;500;700&display=swap');

@font-face {
  font-family: icomoon;
  src: url(../fonts/icomoon.eot?jtvo56);
  src: url(../fonts/icomoon.eot?jtvo56#iefix) format('embedded-opentype'), url(../fonts/icomoon.ttf?jtvo56) format('truetype'), url(../fonts/icomoon.woff?jtvo56) format('woff'), url(../fonts/icomoon.svg?jtvo56#icomoon) format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: block
}

[class*=" icon-"], [class^=icon-] {
  font-family: icomoon !important;
  speak: never;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.icon-phone:before {
  content: "\e928"
}

.icon-bounding-box:before {
  content: "\e903"
}

.icon-write:before {
  content: "\e927"
}

.icon-this-way-up:before {
  content: "\e904"
}

.icon-ratio:before {
  content: "\e905"
}

.icon-tag:before {
  content: "\e906"
}

.icon-arrow1:before {
  content: "\e907"
}

.icon-list-close1:before {
  content: "\e908"
}

.icon-list1:before {
  content: "\e909"
}

.icon-right-arrow:before {
  content: "\e90a"
}

.icon-up-arrow:before {
  content: "\e90b"
}

.icon-yoga:before {
  content: "\e90c"
}

.icon-down-arrow:before {
  content: "\e90d"
}

.icon-tree:before {
  content: "\e90e"
}

.icon-golf-sticks:before {
  content: "\e90f"
}

.icon-farm:before {
  content: "\e910"
}

.icon-supermarket:before {
  content: "\e911"
}

.icon-church:before {
  content: "\e912"
}

.icon-tea:before {
  content: "\e913"
}

.icon-school-1:before {
  content: "\e914"
}

.icon-note:before {
  content: "\e915"
}

.icon-skate:before {
  content: "\e916"
}

.icon-bmx:before {
  content: "\e917"
}

.icon-school:before {
  content: "\e918"
}

.icon-bus:before {
  content: "\e919"
}

.icon-parking:before {
  content: "\e91a"
}

.icon-voleyball-player:before {
  content: "\e91b"
}

.icon-squash:before {
  content: "\e91c"
}

.icon-yoga1:before {
  content: "\e91d"
}

.icon-gym:before {
  content: "\e91e"
}

.icon-wind:before {
  content: "\e91f"
}

.icon-noon:before {
  content: "\e920"
}

.icon-company:before {
  content: "\e921"
}

.icon-caregiver:before {
  content: "\e922"
}

.icon-villa:before {
  content: "\e923"
}

.icon-document:before {
  content: "\e924"
}

.icon-transport:before {
  content: "\e925"
}

.icon-bus1:before {
  content: "\e926"
}

.icon-arrow:before {
  content: "\e900"
}

.icon-list-close:before {
  content: "\e901"
}

.icon-list:before {
  content: "\e902"
}

html {
  font-size: 16px;
}

html.smooth-scroll {
  scroll-behavior: smooth;
  font-family: "Montserrat", -apple-system, system-ui, BlinkMacSystemFont, sans-serif;
}

body {
  color: #141516;
  background-color: #ffffff;
  letter-spacing: -0.03em;
}

a {
  color: currentColor;
}

a:hover {
  color: currentColor;
}

/* 0.2 Helpers and Utilities */
.bg-gradient-primary {
  background: linear-gradient(to left, #D1335B, #00152e);
  background: linear-gradient(to left, #BB2464, #00152e);
  background: linear-gradient(to left, #C0105D, #250234);
  background: linear-gradient(to left, #BB2464, #250234);
}

.bg-primary {
  background-color: #BB2464 !important;
}

.bg-secondary {
  background-color: #3d4963 !important;
}

.bg-white {
  background-color: #ffffff !important;
}

.bg-black {
  background-color: #141516 !important;
}

.filter-black {
  filter: grayscale(1);
}

.bg-black-demo {
  background: #2D2D2D;
}

.strong {
  font-weight: bold;
}

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

.text-p-xl p {
  font-size: 1.5rem;
  line-height: 1.7;
  font-weight: 300;
}

@media screen and (min-width: 768px) {
  .text-p-xl p {
    font-size: 1.5rem;
    line-height: 1.8;
  }
}

@media screen and (min-width: 992px) {
  .text-p-xl p {
    font-size: 3rem;
    line-height: 1.4;
  }
}

.text-p-xl p strong,
.text-p-xl p .strong {
  font-weight: 600;
}

.text-p-lg p {
  font-size: 1.5rem;
  line-height: 1.5;
}

@media screen and (min-width: 768px) {
  .text-p-lg p {
    font-size: 1.5rem;
    line-height: 1.5;
  }
}

@media screen and (min-width: 992px) {
  .text-p-lg p {
    font-size: 2rem;
    line-height: 1.5;
  }
}

.text-p-md {
  font-size: 1.5rem;
  line-height: 1.5;
}

@media screen and (min-width: 992px) {
  .text-p-md p {
    font-size: 2rem;
    line-height: 1.5;
  }
}

.text-p-mm p {
  font-size: 1.5rem;
  line-height: 1.5;
}

.color {
  color: #084744;
}

.display-3 {
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.02em;
  font-size: 1.55rem;
}

@media screen and (min-width: 992px) {
  .display-3 {
    font-size: 2.35rem !important;
  }
}

.display-4 {
  font-weight: 700;
  line-height: 1;
  font-size: 1.2rem !important;
}

@media screen and (min-width: 992px) {
  .display-4 {
    font-size: 1.5rem !important;
    font-weight: 700;
  }
}

.display-title-1 {
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.1;
}

@media screen and (min-width: 768px) {
  .display-title-1 {
    font-size: 6rem;
    margin-bottom: 1rem;
  }
}

@media screen and (min-width: 992px) {
  .display-title-1 {
    font-size: 10rem;
  }
}

.display-title-2 {
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.1;
}

@media screen and (min-width: 768px) {
  .display-title-2 {
    font-size: 4.5rem;
    margin-bottom: 1rem;
  }
}

@media screen and (min-width: 992px) {
  .display-title-2 {
    font-size: 8rem;
  }
}

.display-subtitle-1 {
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.3;
  text-transform: uppercase;
  letter-spacing: 5;
}

@media screen and (min-width: 768px) {
  .display-subtitle-1 {
    font-size: 2.5rem;
    margin-bottom: 1rem;
  }
}

@media screen and (min-width: 992px) {
  .display-subtitle-1 {
    font-size: 4rem;
  }
}

.display-subtitle-2 {
  font-weight: 400;
  line-height: 1.2;
  font-size: 1.5rem;
}

@media screen and (min-width: 992px) {
  .display-subtitle-2 {
    font-size: 1.2rem;
  }
}

.display-subtitle-3 {
  font-weight: 400;
  line-height: 1.2;
  font-size: 1.5rem;
}

@media screen and (min-width: 992px) {
  .display-subtitle-3 {
    font-size: 2rem;
  }
}

.text-muted-1 {
  opacity: 50%;
}

.text-muted-2 {
  opacity: 66.66667%;
}

.text-muted-3 {
  opacity: 33.33333%;
}

.text-spaced {
  letter-spacing: 0.2em;
}

.inline-text {
  display: inline;
}

.text-stroke-white {
  -webkit-text-stroke: 1px white;
  -webkit-text-stroke: 1px var(--white, #ffffff);
  color: transparent;
}

.text-stroke {
  -webkit-text-stroke: 1px black;
  -webkit-text-stroke: 1px var(--black, #ffffff);
  color: transparent;
}

.text-shadow {
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

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

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

.nowrap {
  white-space: nowrap;
}

.lh-sm {
  line-height: 1.2;
}

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

.lh-lg {
  line-height: 1.7;
}

.title-font {
  letter-spacing: 5;
  text-transform: uppercase;
}

.content-white {
  color: #ffffff;
}

.content-white .text-stroke {
  -webkit-text-stroke: 1px #ffffff;
  -webkit-text-stroke: 1px var(--white, #ffffff);
  color: transparent;
}

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

.opacity-1 {
  opacity: 0.1 !important;
}

.opacity-2 {
  opacity: 0.2 !important;
}

.opacity-3 {
  opacity: 0.3 !important;
}

.opacity-4 {
  opacity: 0.4 !important;
}

.opacity-5 {
  opacity: 0.5 !important;
}

.opacity-6 {
  opacity: 0.6 !important;
}

.opacity-7 {
  opacity: 0.7 !important;
}

.opacity-8 {
  opacity: 0.8 !important;
}

.opacity-9 {
  opacity: 0.9 !important;
}

.opacity-10 {
  opacity: 1 !important;
}

.rounded-xs {
  border-radius: 4px !important;
}

.rounded-sm {
  border-radius: 8px !important;
}

.rounded-md {
  border-radius: 16px !important;
}

.rounded-lg {
  border-radius: 32px !important;
}

.shadow-sm {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
}

.shadow-md {
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.3);
}

.shadow-lg {
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.3);
}

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

.overflow-hidden {
  overflow: hidden;
}

.pos-rel {
  position: relative;
}

.pos-abs {
  position: absolute;
}

.pos-fix {
  position: fixed;
}

.max-w-small,
.width-small {
  max-width: 40rem !important;
}

.max-w-medium,
.width-medium {
  max-width: 48rem !important;
}

.max-w-large,
.width-large {
  max-width: 66rem !important;
}

.max-w-full,
.width-full {
  max-width: unset !important;
}

.fullscreen-h {
  min-height: 100vh;
  transition: 0.3s;
}

.halfscreen-h {
  min-height: 50vh !important;
  transition: 0.3s;
}

@media screen and (min-width: 992px) {
  .fullscreen-h-lg {
    min-height: 100vh;
  }
}

@media screen and (max-width: 576px) {
  .fullscreen-h {
    min-height: 90vh;
    transition: 0.3s;
  }
}

.h-100vh {
  height: 100vh !important;
}

.fullscreen-w {
  min-width: 100vw;
}

.content-full {
  width: 100%;
}

.mt-section {
  margin-top: var(--section-margin-y) !important;
}

@media screen and (max-width: 576px) {
  .mt-sm-section {
    margin-top: var(--section-margin-y) !important;
  }
}

@media screen and (min-width: 768px) {
  .mt-md-section {
    margin-top: var(--section-margin-y) !important;
  }
}

@media screen and (min-width: 992px) {
  .mt-lg-section {
    margin-top: var(--section-margin-y) !important;
  }
}

.mb-section {
  margin-bottom: var(--section-margin-y) !important;
}

@media screen and (min-width: 768px) {
  .mb-md-section {
    margin-bottom: var(--section-margin-y) !important;
  }
}

@media screen and (min-width: 992px) {
  .mb-lg-section {
    margin-bottom: var(--section-margin-y) !important;
  }
}

.pt-list {
  padding-top: 5rem;
}

.g-list,
.gy-list {
  --bs-gutter-y: 2rem;
}

@media screen and (min-width: 992px) {

  .g-list,
  .gy-list {
    --bs-gutter-y: 4rem;
  }
}

@media screen and (min-width: 1200px) {

  .g-list,
  .gy-list {
    --bs-gutter-y: 8rem;
  }
}

.g-list,
.gx-list {
  --bs-gutter-x: 2rem;
}

@media screen and (min-width: 992px) {

  .g-list,
  .gx-list {
    --bs-gutter-x: 4rem;
  }
}

@media screen and (min-width: 1200px) {

  .g-list,
  .gx-list {
    --bs-gutter-x: 8rem;
  }
}

@media screen and (min-width: 992px) {

  .g-list-lg,
  .gy-list-lg {
    --bs-gutter-y: 8rem;
  }
}

@media screen and (min-width: 992px) {

  .g-list-lg,
  .gx-list-lg {
    --bs-gutter-x: 8rem;
  }
}

/* 0.3 Animations & keyframes */
.rellax-vert {
  transform: rotate(90deg);
}

.rellax-vert .rellax {
  transform: rotate(-90deg);
}

.anim-list-delay.row-cols-1 .col .item .img-anim {
  transition-delay: 0.0s;
}

@media screen and (min-width: 768px) {
  .anim-list-delay.row-cols-md-2 .col:nth-child(2n+1) .item .img-anim {
    transition-delay: 0.0s;
  }

  .anim-list-delay.row-cols-md-2 .col:nth-child(2n+2) .item .img-anim {
    transition-delay: 0.15s;
  }
}

@media screen and (min-width: 992px) {
  .anim-list-delay.row-cols-lg-3 .col:nth-child(3n+1) .item .img-anim {
    transition-delay: 0.0s;
  }

  .anim-list-delay.row-cols-lg-3 .col:nth-child(3n+2) .item .img-anim {
    transition-delay: 0.15s;
  }

  .anim-list-delay.row-cols-lg-3 .col:nth-child(3n+3) .item .img-anim {
    transition-delay: 0.3s;
  }
}

.scroll-anim [data-anim-visible="fade"] {
  opacity: 0;
  transition: 1.2s;
}

.scroll-anim .anim-visible[data-anim-visible="fade"] {
  opacity: 1;
}

.scroll-anim [data-anim-visible="scale-x"] {
  transform: scaleX(0);
  transform-origin: left;
  transition: 0.9s;
  transition-delay: 0.15s;
  transition-timing-function: var(--transition-curve-1);
}

.scroll-anim .anim-visible[data-anim-visible="scale-x"] {
  transform: scaleX(1);
}

.scroll-anim [data-anim-visible="scale-x-2"] {
  /* Only on desktop screen */
}

@media screen and (min-width: 992px) {
  .scroll-anim [data-anim-visible="scale-x-2"] {
    transition-delay: 0.15s;
  }

  .scroll-anim [data-anim-visible="scale-x-2"]>* {
    -webkit-clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
    clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
    transition: 0.9s;
    transition-delay: inherit;
    transition-timing-function: var(--transition-curve-1);
  }
}

@media screen and (min-width: 992px) {
  .scroll-anim .anim-visible[data-anim-visible="scale-x-2"]>* {
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 110%, 0% 110%);
    clip-path: polygon(0% 0%, 100% 0%, 100% 110%, 0% 110%);
  }
}

.scroll-anim [data-anim-visible="scale-y-2"] {
  /* Only on desktop screen */
  opacity: 0;
  transition: 0.9s;
}

@media screen and (min-width: 992px) {
  .scroll-anim [data-anim-visible="scale-y-2"] {
    opacity: 1;
    transform: translateY(3rem);
    transition: 0.9s;
    transition-delay: 0.15s;
    transition-timing-function: var(--transition-curve-1);
  }

  .scroll-anim [data-anim-visible="scale-y-2"]>* {
    -webkit-clip-path: polygon(0% 110%, 100% 110%, 100% 110%, 0% 110%);
    clip-path: polygon(0% 110%, 100% 110%, 100% 110%, 0% 110%);
    transition: 0.9s;
    transition-delay: inherit;
    transition-timing-function: inherit;
  }
}

.scroll-anim .anim-visible[data-anim-visible="scale-y-2"] {
  opacity: 1;
}

@media screen and (min-width: 992px) {
  .scroll-anim .anim-visible[data-anim-visible="scale-y-2"] {
    transform: none;
  }

  .scroll-anim .anim-visible[data-anim-visible="scale-y-2"]>* {
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 110%, 0% 110%);
    clip-path: polygon(0% 0%, 100% 0%, 100% 110%, 0% 110%);
  }
}

.scroll-anim [data-anim-visible="fade-up"] {
  opacity: 0;
  transition: 0.6s;
  transform: translateY(64px);
  transition-timing-function: var(--transition-curve-1);
}

.scroll-anim .anim-visible[data-anim-visible="fade-up"] {
  transform: none;
  opacity: 1;
}

.scroll-anim [data-anim-visible="zoom-in"] {
  opacity: 0;
  transform: scale(1.5);
  transition: 1.2s;
}

.scroll-anim .anim-visible[data-anim-visible="zoom-in"] {
  transform: none;
  opacity: 1;
}

.scroll-anim [data-anim-visible="unmask"] {
  position: relative;
  z-index: 0;
}

.scroll-anim [data-anim-visible="unmask"]::before {
  content: "";
  background: #8b8b8b;
  position: absolute;
  top: 0;
  bottom: auto;
  left: 0;
  right: 0;
  height: 100%;
  transition: 0.9s;
  transition-timing-function: var(--transition-curve-1);
  z-index: 1;
}

.scroll-anim .anim-visible[data-anim-visible="unmask"] {
  opacity: 1;
}

.scroll-anim .anim-visible[data-anim-visible="unmask"]::before {
  height: 0%;
}

.scroll-anim [data-anim-visible="by-letter"] {
  opacity: 0;
}

.scroll-anim [data-anim-visible="by-letter"] .word {
  display: inline-block;
  white-space: nowrap;
}

.scroll-anim [data-anim-visible="by-letter"] .letter {
  display: inline-block;
  white-space: break-spaces;
  opacity: 0;
  transform: translateY(50%);
  transition: 0.9s;
  transition-timing-function: cubic-bezier(0.25, 0.75, 0.2, 1);
}

.scroll-anim .anim-visible[data-anim-visible="by-letter"] {
  opacity: 1;
}

.scroll-anim .anim-visible[data-anim-visible="by-letter"] .letter {
  opacity: 1;
  transform: none;
}

.hide-on-scroll,
.hide-on-scroll-md,
.hide-on-scroll-lg {
  transition: 0.3s;
  visibility: visible;
  opacity: 1;
}

body.scrolled .hide-on-scroll {
  visibility: hidden;
  opacity: 0;
  transform: translateY(-24px);
}

@media screen and (min-width: 768px) {
  body.scrolled .hide-on-scroll-md {
    /*visibility: hidden;
    opacity: 0;
    transform: translateY(-24px);*/
  }
}

@media screen and (min-width: 992px) {
  body.scrolled .hide-on-scroll-lg {
    visibility: hidden;
    opacity: 0;
    transform: translateY(-24px);
  }
}

.fullpage-anim .section .section-title.title-anim {
  transform: scale(1.2) translateY(-50%);
  opacity: 0;
  transition: 0.3s ease-in-out;
  transition-delay: 0.0s;
}

.fullpage-anim .section.active .section-title.title-anim {
  transform: translateY(-50%);
  opacity: 1;
  transition-delay: 0.6s;
}

@media (min-width: 768px) {
  .fullpage-anim .section .anim.translateUp {
    transform: translateY(48px);
    transition: 0.3s ease-in-out;
  }

  .fullpage-anim .section.active .anim.translateUp {
    transition-delay: 0.3s;
    transform: none;
  }

  .fullpage-anim .section .anim.translateDown {
    transform: translateY(-48px);
    transition: 0.3s ease-in-out;
  }

  .fullpage-anim .section.active .anim.translateDown {
    transition-delay: 0.3s;
    transform: none;
  }
}

@media (min-width: 601px) {
  .fullpage-anim .section .anim .anim-wrapper {
    overflow: hidden;
    display: block;
  }

  .fullpage-anim .section .anim .row.anim-list>.col {
    opacity: 1;
    transition: 0.6s;
  }

  .fullpage-anim .section .anim .row.anim-list>.col:nth-child(1) {
    opacity: 0;
    transform: translateY(48px);
  }

  .fullpage-anim .section .anim .row.anim-list>.col:nth-child(2) {
    opacity: 0;
    transform: translateY(48px);
  }

  .fullpage-anim .section .anim .row.anim-list>.col:nth-child(3) {
    opacity: 0;
    transform: translateY(48px);
  }

  .fullpage-anim .section .anim .row.anim-list>.col:nth-child(4) {
    opacity: 0;
    transform: translateY(48px);
  }

  .fullpage-anim .section .anim .row.anim-list>.col:nth-child(5) {
    opacity: 0;
    transform: translateY(48px);
  }

  .fullpage-anim .section .anim .row.anim-list>.col:nth-child(6) {
    opacity: 0;
    transform: translateY(48px);
  }

  .fullpage-anim .section .anim .row.anim-list>.col:nth-child(7) {
    opacity: 0;
    transform: translateY(48px);
  }

  .fullpage-anim .section .anim .row.anim-list>.col:nth-child(8) {
    opacity: 0;
    transform: translateY(48px);
  }

  .fullpage-anim .section .anim .row.anim-list>.col:nth-child(9) {
    opacity: 0;
    transform: translateY(48px);
  }

  .fullpage-anim .section .anim .row.anim-list>.col:nth-child(10) {
    opacity: 0;
    transform: translateY(48px);
  }

  .fullpage-anim .section .anim .row.anim-list>.col:nth-child(11) {
    opacity: 0;
    transform: translateY(48px);
  }

  .fullpage-anim .section .anim .row.anim-list>.col:nth-child(12) {
    opacity: 0;
    transform: translateY(48px);
  }

  .fullpage-anim .section .anim .anim-1,
  .fullpage-anim .section .anim .anim-2,
  .fullpage-anim .section .anim .anim-3,
  .fullpage-anim .section .anim .anim-4 {
    transition: 0.3s;
    transition-delay: 0s;
    position: relative;
    transform: translateY(20px);
    opacity: 0;
  }

  .fullpage-anim .section .anim .zoomout-1 {
    transition: 0.6s;
    transition-delay: 0s;
    transform: scale(1.1);
    opacity: 0;
  }

  .fullpage-anim .section .anim .fade-2,
  .fullpage-anim .section .anim .fade-3,
  .fullpage-anim .section .anim .fade-4,
  .fullpage-anim .section .anim .fade-1 {
    opacity: 0;
    transition: 0.6s;
    transition-delay: 0s;
  }

  .fullpage-anim .section.active .anim .row.anim-list>.col {
    opacity: 1;
    transform: none;
    transition-delay: 0.6s;
  }

  .fullpage-anim .section.active .anim .row.anim-list>.col:nth-child(1) {
    opacity: 1;
    transform: none;
    transition-delay: 0.6s;
  }

  .fullpage-anim .section.active .anim .row.anim-list>.col:nth-child(2) {
    opacity: 1;
    transform: none;
    transition-delay: 0.75s;
  }

  .fullpage-anim .section.active .anim .row.anim-list>.col:nth-child(3) {
    opacity: 1;
    transform: none;
    transition-delay: 0.9s;
  }

  .fullpage-anim .section.active .anim .row.anim-list>.col:nth-child(4) {
    opacity: 1;
    transform: none;
    transition-delay: 1.05s;
  }

  .fullpage-anim .section.active .anim .row.anim-list>.col:nth-child(5) {
    opacity: 1;
    transform: none;
    transition-delay: 1.2s;
  }

  .fullpage-anim .section.active .anim .row.anim-list>.col:nth-child(6) {
    opacity: 1;
    transform: none;
    transition-delay: 1.35s;
  }

  .fullpage-anim .section.active .anim .row.anim-list>.col:nth-child(7) {
    opacity: 1;
    transform: none;
    transition-delay: 1.5s;
  }

  .fullpage-anim .section.active .anim .row.anim-list>.col:nth-child(8) {
    opacity: 1;
    transform: none;
    transition-delay: 1.65s;
  }

  .fullpage-anim .section.active .anim .row.anim-list>.col:nth-child(9) {
    opacity: 1;
    transform: none;
    transition-delay: 1.8s;
  }

  .fullpage-anim .section.active .anim .row.anim-list>.col:nth-child(10) {
    opacity: 1;
    transform: none;
    transition-delay: 1.95s;
  }

  .fullpage-anim .section.active .anim .row.anim-list>.col:nth-child(11) {
    opacity: 1;
    transform: none;
    transition-delay: 2.1s;
  }

  .fullpage-anim .section.active .anim .row.anim-list>.col:nth-child(12) {
    opacity: 1;
    transform: none;
    transition-delay: 2.25s;
  }

  .fullpage-anim .section.active .anim .anim-1 {
    transform: none;
    transition-delay: 0.3s;
    opacity: 1;
  }

  .fullpage-anim .section.active .anim .anim-2 {
    transform: none;
    transition-delay: 0.5s;
    opacity: 1;
  }

  .fullpage-anim .section.active .anim .anim-3 {
    transform: none;
    transition-delay: 0.7s;
    opacity: 1;
  }

  .fullpage-anim .section.active .anim .anim-4 {
    opacity: 1;
    transform: none;
    transition-delay: 0.9s;
  }

  .fullpage-anim .section.active .anim .zoomout-1 {
    transform: none;
    transition-delay: 0.3s;
    opacity: 1;
  }

  .fullpage-anim .section.active .anim .fade-1 {
    opacity: 1;
    transform: none;
    transition-delay: 0.3s;
  }

  .fullpage-anim .section.active .anim .fade-2 {
    opacity: 1;
    transform: none;
    transition-delay: 0.5s;
  }

  .fullpage-anim .section.active .anim .fade-3 {
    opacity: 1;
    transform: none;
    transition-delay: 0.7s;
  }

  .fullpage-anim .section.active .anim .fade-4 {
    opacity: 1;
    transform: none;
    transition-delay: 0.9s;
  }
}

/* 1 Components */
/* 1.1 Navigation bar, sidebar, dots navigation */
.navbar-a {
  padding: 8px 24px;
  padding: 8px var(--margin-x-sm);
  padding-top: 16px;
  margin-top: 0px;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 10;
  transition: 0.6s;
  transform: none;
  opacity: 1;
  visibility: visible;
}

.navbar-a:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  opacity: 0;
  transition: 0.3s;
  background: rgba(0, 0, 0, 0.2);
}

.navbar-brand {
  position: absolute;
  top: 10px;
  left: 25px;
  z-index: 99
}

.navbar-brand img {
  height: 40px;
}

@media screen and (min-width: 768px) {
  .navbar-a {
    padding: 16px 32px;
  }
}

@media screen and (min-width: 992px) {
  .navbar-a {
    padding: 1rem 1rem;
    padding: 0 64px;
    padding: 0 var(--margin-x);
    margin-top: var(--margin-y);
    margin-top: calc(var(--margin-y) + 2rem);
    height: 0;
  }

  .navbar-a>* {
    height: 0;
  }

  .navbar-brand {
    position: absolute;
    top: 50px;
    left: 75px;
  }

  .navbar-brand img {
    height: 100px;
  }
}

.navbar-a .navbar-brand {
  display: flex;
  padding: 0;
  color: currentColor;
}

.navbar-a .navbar-brand .light-logo {
  display: block;
}

.navbar-a .navbar-brand .dark-logo {
  display: none;
}

.navbar-a .navbar-brand img {
  height: 48px;
}

.nav-logo {
  position: absolute;
  bottom: 50px;
  right: 50px;
  z-index: 1
}

@media screen and (min-width: 992px) {
  .navbar-a .navbar-brand img {
    height: 100px;
  }
}

.navbar-a .navbar-brand .text {
  display: flex;
  justify-content: center;
  flex-direction: column;
  color: currentColor;
  font-size: 1.125rem;
  margin-left: 8px;
  margin-right: 8px;
  line-height: 1.2;
}

@media screen and (min-width: 992px) {
  .navbar-a .navbar-brand .text {
    line-height: 1.375;
  }
}

.navbar-a .navbar-brand .text .line {
  display: block;
}

.navbar-a .navbar-brand .text .line.sub {
  font-size: 0.875rem;
  opacity: 0.5;
}

.navbar-a .navbar-toggler {
  border: none;
  height: 48px;
  width: 48px;
  padding: 0;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  box-sizing: border-box;
  padding-right: 0;
  position: relative;
  z-index: 100;
  color: currentColor;
}

.navbar-a .navbar-toggler:focus, .navbar-a .navbar-toggler:hover {
  box-shadow: none;
}

.navbar-toggler.order-lg-2 {
  order: 2 !important;
}

@media screen and (min-width: 992px) {
  .navbar-a .navbar-toggler {
    justify-content: flex-end;
    box-sizing: border-box;
    padding-right: 0;
    padding-left: 16px;
  }
}

@media screen and (min-width: 992px) {
  .navbar-a .navbar-toggler.menu-icon-left-center {
    position: fixed;
    left: 64px;
    top: 50%;
    transform: translateY(-50%);
    padding-right: 16px;
    padding-left: 0;
    margin-left: 0;
    width: auto;
  }
}

.navbar-a .navbar-menu-wrapper {
  padding: 24px;
  padding: var(--margin-x-sm);
  padding-top: 80px;
  width: 60%;
  margin-left: 25px;
  padding-right: 55px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  align-items: flex-start;
  flex-direction: column;
  flex-direction: row;
  flex-wrap: wrap;
  background: rgba(8, 71, 69, 0.8);
  -webkit-backdrop-filter: blur(24px);
  backdrop-filter: blur(24px);
  position: fixed;
  top: 0;
  left: auto;
  right: 0;
  height: calc(var(--vh, 1vh) * 100);
  z-index: -1;
  transition: 0.45s;
  transition-timing-function: cubic-bezier(0.25, 0.75, 0.2, 1);
  overflow-y: auto;
}

@media screen and (min-width: 768px) {
  .navbar-a .navbar-menu-wrapper {
    padding: 32px;
    padding: var(--margin-x-md);
    padding-top: 120px;
  }
}

@media screen and (max-width: 991px) {
  .navbar-a .navbar-menu-wrapper {
    padding-right: 35px!important;
    padding-top: 80px!important;
  }
}

@media screen and (min-width: 992px) {
  .navbar-a .navbar-menu-wrapper {
    justify-content: flex-end;
    background: transparent;
    padding: 0;
    position: absolute;
    right: var(--margin-x);
    top: calc(48px + 8px);
    left: auto;
    z-index: 0;
    flex-direction: row;
    overflow: initial;
    -webkit-backdrop-filter: initial;
    backdrop-filter: initial;
    height: auto;
  }
}

.navbar-a .navbar-menu-wrapper .nav-body {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  position: relative;
  width: 100%;
}

@media screen and (min-width: 992px) {
  .navbar-a .navbar-menu-wrapper .nav-body {
    justify-content: flex-end;
    align-items: center;
  }
}

.navbar-a .navbar-menu-wrapper .nav-footer-md {
  position: relative;
  width: 100%;
  margin-top: 1.25rem;
  align-self: flex-end;
  justify-self: flex-end;
}

@media screen and (min-width: 992px) {
  .navbar-a .navbar-menu-wrapper .nav-footer-md {
    display: none;
  }
}

.navbar-a .navbar-collapse.collapsing {
  transition: 0s;
  display: block;
  height: 100% !important;
}

.navbar-a .navbar-collapse {
  display: block;
}

.navbar-a .navbar-collapse.collapse {
  overflow: initial;
  display: flex !important;
  flex-basis: auto;
}

@media screen and (min-width: 992px) {
  .navbar-a .navbar-collapse.collapse {
    overflow: initial;
  }
}

.navbar-a .navbar-collapse.collapse .navbar-menu-wrapper {
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  transform: translateX(40px);
}

@media screen and (min-width: 992px) {
  .navbar-a .navbar-collapse.collapse .navbar-menu-wrapper {
    opacity: 1;
    visibility: visible;
    transform: none;
  }
}

.navbar-a .navbar-collapse.collapse.show {
  transition: 0.3s;
}

.navbar-a .navbar-collapse.collapse.show .navbar-menu-wrapper {
  opacity: 1;
  visibility: visible;
  transform: none;
}

.navbar-a .navbar-nav {
  width: 100%;
  text-align: left;
  flex-direction: column;
  align-items: flex-end;
}

@media screen and (min-width: 992px) {
  .navbar-a .navbar-nav {
    width: initial;
    position: absolute;
    right: 0;
    top: 0;
  }
}

.navbar-a .navbar-nav .nav-link {
  color: currentColor;
  padding-left: 0;
  padding-right: 0;
}

.navbar-a .navbar-nav .nav-link.dropdown-toggle {
  padding-right: 0 !important;
}

.navbar-a .navbar-nav .nav-link:hover {
  color: #ffffff;
}

.navbar-a .navbar-nav .nav-item {
  font-size: 0.8rem;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 2.5;
  letter-spacing: 2;
}
.nav-item-line {
  box-shadow: inset 0 0 0px 2px rgb(255 255 255 / 20%);
  padding: 5px!important;
      transition: 0.3s;
}
.nav-item-line:hover {
  box-shadow: inset 0 0 0px 2px #ffffff!important;
      transition: 0.3s;
}

@media screen and (min-width: 992px) {
  .navbar-a .navbar-nav .nav-item {
    font-size: 0.8rem;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 2;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 1rem;
  }
  .nav-item-line {
    box-shadow: inset 0 0 0px 2px rgb(255 255 255 / 20%);
    padding: 5px!important;
        transition: 0.3s;

  }
  .nav-item-line:hover {
    box-shadow: inset 0 0 0px 2px #ffffff!important;
        transition: 0.3s;
}
}

.navbar-a .navbar-nav .nav-item.active a,
.navbar-a .navbar-nav .nav-item.active .nav-item {
  color: #ffffff;
}

.navbar-a .navbar-nav .nav-item .nav-link {
  padding-top: 5px !important;
}

.navbar-a .navbar-nav .nav-item .nav-link:hover {
  opacity: 1;
}

.navbar-a .navbar-nav .nav-item .btn {
  font-size: 1.5rem;
  font-size: 1rem;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

@media screen and (min-width: 992px) {
  .navbar-a .navbar-nav .nav-item .btn {
    font-size: 1rem;
    margin-top: 0;
    margin-bottom: 0;
  }
}

.navbar-a .nav-menu-top {
  transition: 0.3s;
}

.navbar-a .nav-cta {
  position: fixed;
  top: calc(var(--margin-y) + 48px);
  left: var(--margin-x);
  right: 0;
  align-items: flex-start;
}

@media screen and (min-width: 992px) {
  .navbar-a .nav-cta {
    margin-left: 2.5rem;
    top: calc(var(--margin-y) + 4px);
    right: calc(var(--margin-x) + 40px + 48px);
    left: auto;
  }
}

.navbar-a .dropdown-menu {
  border-radius: 0;
  color: currentColor;
  border: 2px solid rgba(255, 255, 255, 0.2);
  background-color: rgba(255, 255, 255, 0.05);
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
      background-color: #084744;
}

@media screen and (min-width: 992px) {
  .navbar-a .dropdown-menu {
    left: auto;
    right: 0;
    margin-top: 0;
    margin-bottom: 0;
    box-shadow: 0px 0px 8px rgba(255, 255, 255, 0.1);
    display: block;
    visibility: hidden;
    opacity: 0;
    transition: 0.3s;
    transition-timing-function: cubic-bezier(0.25, 0.75, 0.2, 1);
    transform: scale(1.1);
        background-color: #084744;
  }

  .navbar-a .dropdown-menu.show {
    opacity: 1;
    visibility: visible;
    transform: none;
  }
}

.navbar-a .dropdown-item {
  padding: .5rem 1.25rem;
  color: rgba(255, 255, 255, 0.7);
  font-size: 13px;
}

.navbar-a .dropdown-item:hover, .navbar-a .dropdown-item:focus {
  color: white;
  background: transparent;
}

@media screen and (min-width: 992px) {
  .navbar-a .dropdown-item {
    font-size: 13px;
  }
}

.navbar-a.navbar-dark {
  color: #ffffff;
  background-color: initial;
}

.navbar-a.navbar-dark .navbar-toggler {
  color: #ffffff;
}

@media screen and (min-width: 768px) {
  .navbar-a.navbar-dark .navbar-toggler.collapsed .bar1, .navbar-a.navbar-dark .navbar-toggler.collapsed .bar2, .navbar-a.navbar-dark .navbar-toggler.collapsed .bar3 {
    box-shadow: 0px 2px 0px 0px rgba(20, 21, 22, 0.7);
  }
}

.navbar-a.navbar-dark .navbar-toggler:before {
  z-index: 0;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 4px;
}

.navbar-a.navbar-dark .navbar-toggler:focus {
  box-shadow: none;
}

.navbar-a.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.7);
}

.navbar-a.navbar-light {
  color: #141516;
  background-color: initial;
}

.navbar-a.navbar-light .navbar-menu-wrapper {
  background-color: rgba(255, 255, 255, 0.7);
}

.navbar-a.navbar-light .navbar-toggler {
  color: #141516;
}

@media screen and (min-width: 768px) {
  .navbar-a.navbar-light .navbar-toggler.collapsed .bar1, .navbar-a.navbar-light .navbar-toggler.collapsed .bar2, .navbar-a.navbar-light .navbar-toggler.collapsed .bar3 {
    box-shadow: 0px 2px 0px 0px rgba(255, 255, 255, 0.7);
  }
}

.navbar-a.navbar-light .navbar-toggler:focus {
  box-shadow: none;
}

.navbar-a.navbar-light .navbar-nav .nav-link {
  color: rgba(20, 21, 22, 0.7);
}

.navbar-a.hide-header {
  transform: translateY(-100%);
}

@media screen and (min-width: 768px) {
  .navbar-a.hide-header {
    transform: none;
  }
}

body.menu-visible .navbar-a.hide-header {
  transform: none;
}

@media screen and (max-width: 576px) {
  body.scrolled .navbar-a {
    padding-top: 8px;
  }
}

@media screen and (max-width: 576px) {
  body.scrolled .navbar-a:before {
    opacity: 1;
  }
}

.nav-fullscreen-lg {
  width: 100%;
}

@media screen and (min-width: 992px) {
  .nav-fullscreen-lg {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 20;
    visibility: hidden;
    opacity: 0;
    transition: 0.3s;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    background: rgba(0, 0, 0, 0.2);
  }
}

@media screen and (min-width: 992px) and (min--moz-device-pixel-ratio: 0) {
  .nav-fullscreen-lg {
    background: rgba(0, 0, 0, 0.8);
  }
}

@media screen and (min-width: 992px) {
  .nav-fullscreen-lg .nav-bg {
    order: 1;
    flex: 1 0 0%;
    height: 100%;
  }

  .nav-fullscreen-lg .navbar-nav {
    flex: 0 0 auto;
    order: 2;
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    flex-direction: column;
    width: 100%;
    max-width: 33vw;
    height: 100%;
    padding: 3rem var(--margin-x);
    padding-top: calc(96px + 56px);
    position: relative;
    right: 0;
    z-index: 1;
  }

  .nav-fullscreen-lg .navbar-nav::before {
    position: absolute;
    content: "";
    z-index: -1;
    top: 0;
    bottom: 0;
    right: 0;
    width: 0%;
    background-color: #084744;
    transition: 0.6s;
    transition-timing-function: cubic-bezier(0.25, 0.75, 0.2, 1);
    background-image: url(../img/pattern-menu.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: right bottom;
  }

  .nav-fullscreen-lg .nav-item {
    margin-left: 0 !important;
    margin-right: 0 !important;
    font-size: 0.8rem !important;
    line-height: 0.8;
    font-weight: normal;
    overflow: visible;
    text-transform: uppercase;
    font-size: 1rem;
    font-weight: 600;
    letter-spacing: 2;
  }

  .nav-fullscreen-lg .nav-item .nav-link {
    display: inline-block;
    transition: transform 1.2s;
    transition-delay: 0s;
    opacity: 1;
    transform: translateY(100%);
    transform-origin: -96px;
  }

  .nav-fullscreen-lg .nav-link {
    color: currentColor;
    font-size: inherit;
  }

  .nav-fullscreen-lg .nav-link:hover {
    color: currentColor;
  }
}

@media screen and (min-width: 992px) {
  .navbar-collapse.show .nav-fullscreen-lg {
    visibility: visible;
    opacity: 1;
    color: #ffffff;
  }

  .navbar-collapse.show .nav-fullscreen-lg .navbar-nav::before {
    width: 100%;
  }

  .navbar-collapse.show .nav-fullscreen-lg .nav-item .nav-link {
    transform: none;
    opacity: 1;
  }

  .navbar-collapse.show .nav-fullscreen-lg .nav-item:nth-child(0) .nav-link {
    transition-delay: 0.2s;
    transition-property: transform;
  }

  .navbar-collapse.show .nav-fullscreen-lg .nav-item:nth-child(1) .nav-link {
    transition-delay: 0.27s;
    transition-property: transform;
  }

  .navbar-collapse.show .nav-fullscreen-lg .nav-item:nth-child(2) .nav-link {
    transition-delay: 0.34s;
    transition-property: transform;
  }

  .navbar-collapse.show .nav-fullscreen-lg .nav-item:nth-child(3) .nav-link {
    transition-delay: 0.41s;
    transition-property: transform;
  }

  .navbar-collapse.show .nav-fullscreen-lg .nav-item:nth-child(4) .nav-link {
    transition-delay: 0.48s;
    transition-property: transform;
  }

  .navbar-collapse.show .nav-fullscreen-lg .nav-item:nth-child(5) .nav-link {
    transition-delay: 0.55s;
    transition-property: transform;
  }

  .navbar-collapse.show .nav-fullscreen-lg .nav-item:nth-child(6) .nav-link {
    transition-delay: 0.62s;
    transition-property: transform;
  }

  .navbar-collapse.show .nav-fullscreen-lg .nav-item:nth-child(7) .nav-link {
    transition-delay: 0.69s;
    transition-property: transform;
  }

  .navbar-collapse.show .nav-fullscreen-lg .nav-item:nth-child(8) .nav-link {
    transition-delay: 0.76s;
    transition-property: transform;
  }

  .navbar-collapse.show .nav-fullscreen-lg .nav-item:nth-child(9) .nav-link {
    transition-delay: 0.83s;
    transition-property: transform;
  }

  .navbar-collapse.show .nav-fullscreen-lg .nav-item:nth-child(10) .nav-link {
    transition-delay: 0.9s;
    transition-property: transform;
  }

  .navbar-collapse.show .nav-fullscreen-lg .nav-item:nth-child(11) .nav-link {
    transition-delay: 0.97s;
    transition-property: transform;
  }

  .navbar-collapse.show .nav-fullscreen-lg .nav-item:nth-child(12) .nav-link {
    transition-delay: 1.04s;
    transition-property: transform;
  }

  .navbar-collapse.show .nav-fullscreen-lg .nav-item:nth-child(13) .nav-link {
    transition-delay: 1.11s;
    transition-property: transform;
  }

  .navbar-collapse.show .nav-fullscreen-lg .nav-item:nth-child(14) .nav-link {
    transition-delay: 1.18s;
    transition-property: transform;
  }

  .navbar-collapse.show .nav-fullscreen-lg .nav-item:nth-child(15) .nav-link {
    transition-delay: 1.25s;
    transition-property: transform;
  }

  .navbar-collapse.show .nav-fullscreen-lg .nav-item:nth-child(16) .nav-link {
    transition-delay: 1.32s;
    transition-property: transform;
  }

  .navbar-collapse.show .nav-fullscreen-lg .nav-item:nth-child(17) .nav-link {
    transition-delay: 1.39s;
    transition-property: transform;
  }

  .navbar-collapse.show .nav-fullscreen-lg .nav-item:nth-child(18) .nav-link {
    transition-delay: 1.46s;
    transition-property: transform;
  }

  .navbar-collapse.show .nav-fullscreen-lg .nav-item:nth-child(19) .nav-link {
    transition-delay: 1.53s;
    transition-property: transform;
  }

  .navbar-collapse.show .nav-fullscreen-lg .nav-item:nth-child(20) .nav-link {
    transition-delay: 1.6s;
    transition-property: transform;
  }
}

.navbar-toggler:not(.collapsed) {
  color: #ffffff;
}

.navbar-light .navbar-toggler:not(.collapsed) {
  color: #141516;
}

@media screen and (min-width: 992px) {
  .navbar-light .nav-fullscreen-lg .navbar-nav {
    color: #141516;
  }

  .navbar-light .nav-fullscreen-lg .navbar-nav::before {
    background: #ffffff;
  }
}

@media screen and (max-width: 1024px) {
  #fp-nav {
    visibility: hidden;
  }
}

#fp-nav.right {
  right: var(--margin-x);
  margin-right: -6px;
  position: absolute;
}

#fp-nav span, .fp-slidesNav span {
  border-color: #fff;
  transition: 0.3s;
  width: 10px;
  height: 10px;
}

#fp-nav ul li a span {
  background: #fff;
}

#fp-nav li, .fp-slidesNav li {
  display: block;
  width: 10px;
  height: 10px;
  margin: 16px;
  position: relative;
}

#fp-nav span:after, .fp-slidesNav span:after {
  background: rgba(255, 255, 255, 0.15);
  position: absolute;
  content: '';
  display: block;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  border-radius: 40px;
  transition: 0.3s;
}

#fp-nav li .active span, .fp-slidesNav .active span {
  background: #fff;
  position: absolute;
}

#fp-nav li .active span:after,
.fp-slidesNav .active span:after {
  top: -4px;
  left: -4px;
  bottom: -4px;
  right: -4px;
  border-color: #ffffff;
}

#fp-nav ul li a.active span,
#fp-nav ul li:hover a.active span,
.fp-slidesNav ul li a.active span,
.fp-slidesNav ul li:hover a.active span {
  height: 8px;
  width: 8px;
  margin: -4px 0 0 -4px;
  border-radius: 100%;
}

#fp-nav ul li a {
  opacity: 0.2;
}

#fp-nav ul li a:hover {
  opacity: 0.6;
}

#fp-nav ul li a.active, #fp-nav ul li a.active:hover {
  opacity: 1;
}

.nav-dot-container {
  position: fixed;
  right: var(--margin-x-sm);
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
}

@media (min-width: 768px) {
  .nav-dot-container {
    right: var(--margin-x-md);
  }
}

@media (min-width: 992px) {
  .nav-dot-container {
    right: var(--margin-x);
  }
}

.nav-dots ul, .nav-dots li {
  list-style: none;
  margin: 0;
}

.nav-dots li, .nav-dots .nav-item {
  margin: 1rem 0;
}

.nav-dots a, .nav-dots .nav-link {
  position: relative;
  display: block;
  width: 0.5rem;
  height: 0.5rem;
  background: rgba(255, 255, 255, 0.3);
  padding: 0;
  border-radius: 60px;
  transition: 0.2s;
  transition-timing-function: cubic-bezier(0.25, 0.75, 0.2, 1);
  cursor: pointer;
}

.nav-dots a::before, .nav-dots a::after, .nav-dots .nav-link::before, .nav-dots .nav-link::after {
  content: "";
  position: absolute;
  top: -4px;
  left: -4px;
  right: -4px;
  bottom: -4px;
  border-radius: inherit;
  transition: 0.2s;
  transition-timing-function: cubic-bezier(0.25, 0.75, 0.2, 1);
}

.nav-dots a:after, .nav-dots .nav-link:after {
  background: rgba(255, 255, 255, 0.2);
  transform: scale(0);
}

.nav-dots li.active a,
.nav-dots .nav-item.active a,
.nav-dots a:hover,
.nav-dots .nav-link:hover {
  background: white;
}

.nav-dots li.active a:after,
.nav-dots .nav-item.active a:after,
.nav-dots a:hover:after,
.nav-dots .nav-link:hover:after {
  transform: scale(1);
}

.nav-dots li.active a:hover:after,
.nav-dots li.active .nav-link:hover:after {
  background: rgba(255, 255, 255, 0.8);
}

.nav-sidebar {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  left: 64px;
  left: var(--margin-x);
  z-index: 2;
}

.nav-sidebar .nav-wrapper {
  margin: 0;
}

.nav-sidebar ul, .nav-sidebar li {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}

.nav-sidebar a, .nav-sidebar .nav-link {
  color: #ffffff;
  display: flex;
  align-items: center;
  padding: 8px;
  padding-left: 0;
}

.nav-sidebar a .icon, .nav-sidebar .nav-link .icon {
  font-size: 1rem;
  width: 2rem;
  height: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 2rem;
  margin-right: 10px;
  position: relative;
  z-index: 0;
}

.nav-sidebar a .icon:before, .nav-sidebar .nav-link .icon:before {
  position: absolute;
  z-index: -1;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #ffffff;
  border-radius: 2rem;
  transform: scale(0);
  transition: 0.2s;
  transition-timing-function: cubic-bezier(0.25, 0.75, 0.2, 1);
}

.nav-sidebar a .text, .nav-sidebar .nav-link .text {
  opacity: 0.5;
}

.nav-sidebar a:hover .icon,
.nav-sidebar .active .icon {
  color: #272123;
}

.nav-sidebar a:hover .icon:before,
.nav-sidebar .active .icon:before {
  transform: scale(1);
}

.nav-sidebar a:hover .text,
.nav-sidebar .active .text {
  opacity: 1;
}

.nav-social-a ul, .nav-social-a li {
  list-style: none;
  padding: 0;
  margin: 0;
}

.nav-social-a ul {
  display: flex;
}

.nav-social-a ul li {
  position: relative;
  margin-right: 1rem;
}

@media screen and (min-width: 992px) {
  .nav-social-a ul li {
    margin-right: 1.5rem;
  }
}

.nav-social-a ul li:last-child {
  margin-right: 0;
  padding-right: 0;
}

.nav-social-a a, .nav-social-a .btn {
  padding: 0;
  min-height: unset;
  color: currentColor;
  line-height: 1;
  transition: 0.2s;
  transition-timing-function: cubic-bezier(0.25, 0.75, 0.2, 1);
}

.nav-social-a a:hover, .nav-social-a .btn:hover {
  opacity: 0.5;
}

.nav-social-a .icon {
  font-size: 28px;
  line-height: 1;
}

.nav-social-b ul, .nav-social-b li {
  list-style: none;
  padding: 0;
  margin: 0;
}

.nav-social-b ul {
  display: flex;
}

.nav-social-b ul li {
  position: relative;
  margin-right: 3rem;
}

.nav-social-b ul li:last-child {
  margin-right: 0;
  padding-right: 0;
}

.nav-social-b a, .nav-social-b .btn {
  padding: 0;
  padding-bottom: 0.25rem;
  min-height: unset;
  color: currentColor;
  line-height: 1;
  transition: 0.2s;
  transition-timing-function: cubic-bezier(0.25, 0.75, 0.2, 1);
  opacity: 0.7;
}

.nav-social-b a:hover, .nav-social-b .btn:hover {
  opacity: 1;
}

.nav-social-b .icon {
  font-size: 28px;
  line-height: 1;
}

.nav-list ul, .nav-list li {
  list-style: none;
}

.nav-list a,
.nav-list .nav-link {
  color: currentColor;
  padding: 0.125rem 0;
  margin: 0.125rem 0;
  display: inline-block;
  position: relative;
}

.nav-list a:before,
.nav-list .nav-link:before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 0%;
  border-bottom: 2px solid currentColor;
  opacity: 0;
  transition: 0.2s;
  transition-timing-function: cubic-bezier(0.25, 0.75, 0.2, 1);
}

.nav-list a:hover:before,
.nav-list .nav-link:hover:before {
  width: 100%;
  opacity: 1;
}

.nav-list a:hover,
.nav-list .nav-link:hover {
  color: currentColor;
  text-decoration: none;
}

.nav-list.list-inline .nav-item {
  margin-right: 1.5rem;
}

.nav-list.list-inline .nav-item:last-child {
  margin-right: 0;
}

/* 1.2 Icons */
.icon-sm {
  font-size: 1.25em;
  line-height: 0.75;
  vertical-align: text-bottom;
}

.icon-md {
  font-size: 32px;
  line-height: 1;
}

.icon-lg {
  font-size: 40px;
}

.icon-box-md {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 48px;
  min-height: 48px;
}

.icon-box-lg {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 64px;
  min-height: 64px;
}

.icon-img-md {
  width: 48px;
  height: 48px;
  -o-object-fit: cover;
  object-fit: cover;
}

.icon-img-lg {
  width: 64px;
  height: 64px;
  -o-object-fit: cover;
  object-fit: cover;
}

.icon-arrow-a {
  --arrow-length: 1rem;
  --arrow-size: 3.5rem;
  --arrow-thick: 2px;
  --arrow-color: currentColor;
  width: var(--arrow-size);
  height: var(--arrow-size);
  display: inline-flex;
  position: relative;
}

.icon-arrow-a .icon-border {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: var(--arrow-size);
  height: var(--arrow-size);
  border: var(--arrow-thick) solid var(--arrow-color);
  border-radius: var(--arrow-size);
  opacity: 0.5;
  transition: 0.6s;
}

.icon-arrow-a .arrow-right {
  display: flex;
  width: 100%;
  height: 100%;
  position: relative;
  position: relative;
  transition: 0.3s;
}

.icon-arrow-a .arrow-right:after {
  position: absolute;
  content: '';
  top: 50%;
  left: 47%;
  width: calc(0.7071 * var(--arrow-length));
  height: calc(0.7071 * var(--arrow-length));
  transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  background-color: transparent;
  border-right: var(--arrow-thick) solid var(--arrow-color);
  border-bottom: var(--arrow-thick) solid var(--arrow-color);
  transition: 0.3s;
}

.icon-arrow-a .arrow-right.r45 {
  transform: rotate(-45deg);
}

.icon-arrow-a .arrow-left {
  display: flex;
  width: 100%;
  height: 100%;
  position: relative;
  position: relative;
  transition: 0.3s;
}

.icon-arrow-a .arrow-left:after {
  position: absolute;
  content: '';
  top: 50%;
  left: 53%;
  width: calc(0.7071 * var(--arrow-length));
  height: calc(0.7071 * var(--arrow-length));
  transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  background-color: transparent;
  border-top: var(--arrow-thick) solid var(--arrow-color);
  border-left: var(--arrow-thick) solid var(--arrow-color);
  transition: 0.3s;
}

.icon-arrow-a .arrow-left.r45 {
  transform: rotate(-45deg);
}

.icon-arrow-a.icon-fit {
  width: 1em !important;
  height: 1em !important;
}

.btn-anim:hover .icon-arrow-a .icon-border {
  transform: scale(0.5);
  opacity: 0;
}

.btn-anim:hover .icon-arrow-a .arrow-right {
  transform: scale(1.5);
}

.btn-anim:hover .icon-arrow-a .arrow-right.r45 {
  transform: scale(1.5);
}

.btn-group-sm>.btn, .btn-sm {
  padding: .25rem .5rem !important;
  font-size: .875rem !important;
  border-radius: .2rem;
  min-height: 15px !important;
}

.icon-arrow-b {
  --arrow-thick: 2px;
  --arrow-color: currentColor;
  width: 1em;
  height: 1em;
  display: inline-flex;
  position: relative;
}

.icon-arrow-b .arrow-right {
  display: flex;
  width: 100%;
  height: 100%;
  position: relative;
  position: relative;
  transition: 0.3s;
}

.icon-arrow-b .arrow-right:after {
  position: absolute;
  content: '';
  top: 50%;
  left: 47%;
  width: calc(0.7071 * 1em);
  height: calc(0.7071 * 1em);
  transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  background-color: transparent;
  border-right: var(--arrow-thick) solid var(--arrow-color);
  border-bottom: var(--arrow-thick) solid var(--arrow-color);
  transition: 0.3s;
}

.icon-arrow-b .arrow-right.r45 {
  transform: rotate(-45deg);
}

.icon-arrow-b .arrow-left {
  display: flex;
  width: 100%;
  height: 100%;
  position: relative;
  position: relative;
  transition: 0.3s;
}

.icon-arrow-b .arrow-left:after {
  position: absolute;
  content: '';
  top: 50%;
  left: 53%;
  width: calc(0.7071 * 1em);
  height: calc(0.7071 * 1em);
  transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  background-color: transparent;
  border-top: var(--arrow-thick) solid var(--arrow-color);
  border-left: var(--arrow-thick) solid var(--arrow-color);
  transition: 0.3s;
}

.icon-arrow-b .arrow-left.r45 {
  transform: rotate(-45deg);
}

.btn-anim:hover .icon-arrow-b .icon-border {
  transform: scale(0.5);
  opacity: 0;
}

.btn-anim:hover .icon-arrow-b .arrow-right {
  transform: scale(1.5);
}

.btn-anim:hover .icon-arrow-b .arrow-right.r45 {
  transform: scale(1.5);
}

/* 1.2.a Menu icon */
.icon-menu-a {
  color: currentColor;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  background: transparent;
  border-radius: 2px;
  opacity: 1;
}

.icon-menu-a span {
  font-size: 0.8rem;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 2;
    font-family: var(--bs-font-sans-serif);
    padding-right: 10px;
}

.icon-menu-a .text {
  position: absolute;
  text-align: left;
  top: 13px;
  line-height: 1;
  right: 100%;
  padding-right: 8px;
  text-transform: uppercase;
  font-size: 14px;
  color: currentColor;
  transition: 0.3s;
}

@media (min-width: 768px) {
  .icon-menu-a .text {
    top: -100%;
    right: auto;
    left: -20%;
    transform: rotate(-90deg);
  }
}

.icon-menu-a .text.hide-menu-visible {
  visibility: visible;
  opacity: 1;
  top: -100%;
}

.icon-menu-a .text.show-menu-visible {
  visibility: hidden;
  opacity: 0;
  top: -200%;
}

.icon-menu-a .bars {
  width: 40px;
  display: flex;
  flex-direction: column;
  position: relative;
  transform: translateY(-1px);
}

.icon-menu-a .bar1,
.icon-menu-a .bar2 {
  display: flex;
  height: 2px;
  background: currentColor;
  width: 100%;
  transition: 0.3s;
  position: absolute;
  top: 50%;
}

.icon-menu-a .bar1 {
  transform: translateY(-6px);
  width: 100%;
}

.icon-menu-a .bar2 {
  transform: translateY(6px);
  width: 100%;
}

.navbar-toggler[aria-expanded="true"] .icon-menu-a .text.show-menu-visible,
.icon-menu-a.menu-visible .text.show-menu-visible {
  visibility: visible;
  opacity: 1;
  top: -100%;
}

.navbar-toggler[aria-expanded="true"] .icon-menu-a .text.hide-menu-visible,
.icon-menu-a.menu-visible .text.hide-menu-visible {
  visibility: hidden;
  opacity: 0;
  top: -200%;
}

.navbar-toggler[aria-expanded="true"] .icon-menu-a .bar1,
.icon-menu-a.menu-visible .bar1 {
  width: 100%;
  transform: rotate(45deg) scaleX(0.8);
  transform-origin: center;
}

.navbar-toggler[aria-expanded="true"] .icon-menu-a .bar2,
.icon-menu-a.menu-visible .bar2 {
  width: 100%;
  transform: rotate(-45deg) scaleX(0.8);
  transform-origin: center;
}

.icon-menu-b {
  color: currentColor;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  background: transparent;
  border-radius: 2px;
  opacity: 1;
}

.icon-menu-b .text {
  position: absolute;
  text-align: left;
  top: 13px;
  line-height: 1;
  right: 100%;
  padding-right: 8px;
  text-transform: uppercase;
  font-size: 14px;
  color: currentColor;
  transition: 0.3s;
}

@media (min-width: 768px) {
  .icon-menu-b .text {
    top: -100%;
    right: auto;
    left: -20%;
    transform: rotate(-90deg);
  }
}

.icon-menu-b .text.hide-menu-visible {
  visibility: visible;
  opacity: 1;
  top: -100%;
}

.icon-menu-b .text.show-menu-visible {
  visibility: hidden;
  opacity: 0;
  top: -200%;
}

.icon-menu-b .bars {
  width: 24px;
  display: flex;
  flex-direction: column;
  position: relative;
  transform: translateY(-1px);
}

.icon-menu-b .bar1,
.icon-menu-b .bar2,
.icon-menu-b .bar3 {
  display: flex;
  height: 2px;
  background: currentColor;
  width: 100%;
  transition: 0.3s;
  position: absolute;
  top: 50%;
}

.icon-menu-b .bar1 {
  transform: translateY(-8px);
}

.icon-menu-b .bar3 {
  transform: translateY(8px);
}

.icon-menu-b.bars-spaced .bar1 {
  transform: translateY(-16px);
}

.icon-menu-b.bars-spaced .bar3 {
  transform: translateY(16px);
}

.navbar-toggler[aria-expanded="true"] .icon-menu-b .text.show-menu-visible,
.icon-menu-b.menu-visible .text.show-menu-visible {
  visibility: visible;
  opacity: 1;
  top: -100%;
}

.navbar-toggler[aria-expanded="true"] .icon-menu-b .text.hide-menu-visible,
.icon-menu-b.menu-visible .text.hide-menu-visible {
  visibility: hidden;
  opacity: 0;
  top: -200%;
}

.navbar-toggler[aria-expanded="true"] .icon-menu-b .bar1,
.icon-menu-b.menu-visible .bar1 {
  width: 100%;
  transform: rotate(45deg) scaleX(0.8);
  transform-origin: center;
}

.navbar-toggler[aria-expanded="true"] .icon-menu-b .bar3,
.icon-menu-b.menu-visible .bar3 {
  width: 100%;
  transform: rotate(-45deg) scaleX(0.8);
  transform-origin: center;
}

.navbar-toggler[aria-expanded="true"] .icon-menu-b .bar2,
.icon-menu-b.menu-visible .bar2 {
  transform: scaleX(0);
}

.icon-menu-c {
  color: currentColor;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  background: transparent;
  border-radius: 2px;
  opacity: 1;
}

.icon-menu-c .text {
  position: absolute;
  text-align: left;
  top: 13px;
  line-height: 1;
  right: 100%;
  padding-right: 8px;
  text-transform: uppercase;
  font-size: 14px;
  color: currentColor;
  transition: 0.3s;
}

@media (min-width: 768px) {
  .icon-menu-c .text {
    top: -100%;
    right: auto;
    left: -20%;
    transform: rotate(-90deg);
  }
}

.icon-menu-c .text.hide-menu-visible {
  visibility: visible;
  opacity: 1;
  top: -100%;
}

.icon-menu-c .text.show-menu-visible {
  visibility: hidden;
  opacity: 0;
  top: -200%;
}

.icon-menu-c .bars {
  width: 32px;
  display: flex;
  flex-direction: column;
  position: relative;
  transform: translateY(-1px);
}

.icon-menu-c .bar1,
.icon-menu-c .bar2 {
  display: flex;
  height: 2px;
  background: currentColor;
  width: 100%;
  transition: 0.3s;
  position: absolute;
  top: 50%;
}

.icon-menu-c .bar1 {
  transform: translateY(-6px);
  width: 100%;
}

.icon-menu-c .bar2 {
  transform: translateY(6px);
  width: 100%;
}

.navbar-toggler[aria-expanded="true"] .icon-menu-c .text.show-menu-visible,
.icon-menu-c.menu-visible .text.show-menu-visible {
  visibility: visible;
  opacity: 1;
  top: -100%;
}

.navbar-toggler[aria-expanded="true"] .icon-menu-c .text.hide-menu-visible,
.icon-menu-c.menu-visible .text.hide-menu-visible {
  visibility: hidden;
  opacity: 0;
  top: -200%;
}

.navbar-toggler[aria-expanded="true"] .icon-menu-c .bar1,
.icon-menu-c.menu-visible .bar1 {
  width: 100%;
  transform: rotate(45deg) scaleX(0.8);
  transform-origin: center;
}

.navbar-toggler[aria-expanded="true"] .icon-menu-c .bar2,
.icon-menu-c.menu-visible .bar2 {
  width: 100%;
  transform: rotate(-45deg) scaleX(0.8);
  transform-origin: center;
}

/* 1.2.b Social network icon */
/* 1.2.c Arrow icon */
/* 1.3 Buttons */
.btn-full {
  width: 100%;
}

.btn-solid {
  border: none;
  background: #BB2464;
  background: var(--primary);
  color: #ffffff;
  box-shadow: none;
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  padding: 0.75rem 1.875rem;
  position: relative;
  overflow: hidden;
}

.btn-solid::before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 100%;
  background: currentColor;
  transition: 0.2s;
  opacity: 0.15;
  border-radius: inherit;
  transition-timing-function: cubic-bezier(0.25, 0.75, 0.2, 1);
}

.btn-solid:hover {
  background: #BB2464;
  background: var(--primary);
}

.btn-solid:hover::before {
  right: 0;
}

.btn-solid.btn-white {
  background: #ffffff;
  color: #BB2464;
}

.btn-solid-a {
  min-height: 3rem;
  min-width: 3rem;
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  border-radius: 0.5rem;
  background-color: rgba(150, 150, 150, 0.1);
  color: white;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1em;
  position: relative;
  border: none;
}

.btn-solid-a::before {
  content: '';
  position: absolute;
  border-radius: 0.5rem;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(100, 100, 100, 0.1);
  transition: 0.3s;
  transform: scale(0.5);
  opacity: 0;
}

.btn-solid-a .icon {
  font-size: 1.25em;
}

.btn-solid-a:hover {
  color: white;
}

.btn-solid-a:hover:before {
  transform: scale(1);
  opacity: 1;
}

.btn-inline {
  position: relative;
}

.btn-inline:before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 0%;
  border-bottom: 2px solid currentColor;
  opacity: 0;
  transition: 0.2s;
  transition-timing-function: cubic-bezier(0.25, 0.75, 0.2, 1);
}

.btn-inline:hover:before {
  width: 100%;
  opacity: 1;
}

.btn-inline-a {
  --btn-line-a-fg: currentColor;
  --btn-line-a-width: 2px;
  --btn-icon-size: 3.5rem;
  color: var(--btn-line-a-fg);
  border: none;
  outline: none;
  border-radius: 0px;
  background: none;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  position: relative;
  transition: 0.3s;
  transition-timing-function: var(--transition-curve-2);
  font-size: 1.25rem;
}

.btn-inline-a .icon {
  font-size: 1.25em;
  line-height: 1;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.btn-inline-a .icon-border {
  position: relative;
  width: var(--btn-icon-size);
  height: var(--btn-icon-size);
  transition: 0.6s;
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn-inline-a .icon-border>* {
  position: relative;
}

.btn-inline-a .icon-border::before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border: var(--btn-line-a-width) solid currentColor;
  border-radius: var(--btn-icon-size);
  opacity: 0.5;
  z-index: 0;
  transition: 0.3s;
  transition-timing-function: var(--transition-curve-2);
}

.btn-inline-a .text~.icon {
  margin-left: 0.8em;
}

.btn-inline-a .icon~.text {
  margin-left: 0.8em;
}

.btn-inline-a.btn-lg {
  font-size: 1.125rem;
  min-height: auto;
  padding: 0;
  padding-bottom: 0.25em;
}

.btn-inline-a.bdw-thin {
  --btn-line-a-width: 1px;
}

.btn-inline-a.bdw-medium {
  --btn-line-a-width: 2px;
}

.btn-inline-a.bdw-thick {
  --btn-line-a-width: 4px;
}

.btn-inline-a.active, .btn-inline-a:active, .btn-inline-a:focus, .btn-inline-a:hover {
  color: var(--btn-line-a-fg);
  background: none;
  opacity: 1;
  text-decoration: none;
}

.btn-inline-a.active .icon-border, .btn-inline-a:active .icon-border, .btn-inline-a:focus .icon-border, .btn-inline-a:hover .icon-border {
  transform: scale(1.4);
}

.btn-inline-a.active .icon-border::before, .btn-inline-a:active .icon-border::before, .btn-inline-a:focus .icon-border::before, .btn-inline-a:hover .icon-border::before {
  opacity: 0;
  transform: scale(0.5);
}

.btn-line-a.btn-primary {
  --btn-line-a-fg: var(--primary);
}

.btn-line-a.btn-secondary {
  --btn-line-a-fg: var(--secondary);
}

.btn-line-a.btn-white {
  --btn-line-a-fg: var(--white);
}

.btn-line-a.btn-black {
  --btn-line-a-fg: var(--black);
}

.btn-outline {
  border: none;
  border-radius: 0px;
  background: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: 0.3s;
  overflow: hidden;
  min-height: 56px;
  font-size: 1.25rem;
  letter-spacing: normal;
  line-height: 1;
  padding: 0.75em 0.75em;
  box-shadow: inset 0 0 0px 2px rgba(255, 255, 255, 0.5);
}

.btn-primary {
  border: none;
  border-radius: 0px;
  background: #084745;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: 0.3s;
  overflow: hidden;
  min-height: 56px;
  font-size: 1.25rem;
  letter-spacing: normal;
  line-height: 1;
  padding: 0.75em 0.75em;
  color: white
}

@media screen and (max-width: 767px) {
  .btn-outline, .btn-primary {
    min-height: 56px;
    font-size: 0.9rem;
    padding: 0.75em 1.75em;
  }
}

.btn-outline .text {
  z-index: 1;
}

.btn-outline .icon {
  line-height: 0;
  height: 0.5rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.btn-outline .icon>* {
  font-size: 1.2em;
}

.btn-outline .icon~.text {
  margin-left: 1em;
}

.btn-outline .text~.icon {
  margin-left: 1em;
}

.btn-outline.border-thick {
  border-width: 3px;
}

.btn-outline.border-thick:before, .btn-outline.border-thick:after {
  border-width: 3px;
}

.btn-outline.btn-lg {
  font-size: 1.5rem;
  padding: 1em 1.875em;
  line-height: 1;
}

.btn-outline.btn-sm {
  font-size: 1rem;
}

.btn-outline::before {
  position: absolute;
  content: "";
  top: -2px;
  bottom: -2px;
  left: -2px;
  right: 100%;
  background: currentColor;
  transition: 0.2s;
  opacity: 0.2;
  border-radius: inherit;
  transition-timing-function: cubic-bezier(0.25, 0.75, 0.2, 1);
}

.btn-outline:active {
  opacity: 0.75;
}

.btn-outline:hover {
  opacity: 0.75;
}

.btn-primary:hover {
    color: #fff;
    background-color: #084745cc;
    border-color: #084745cc;
}

.btn-outline:hover::before {
  right: -2px;
}

.btn-outline.btn-primary {
  color: #BB2464;
  box-shadow: inset 0 0 0px 2px rgba(187, 36, 100, 0.2);
}

.btn-outline.btn-primary:hover {
  box-shadow: inset 0 0 0px 2px #BB2464;
}

.btn-outline.btn-secondary {
  color: #3d4963;
  box-shadow: inset 0 0 0px 2px rgba(61, 73, 99, 0.2);
}

.btn-outline.btn-secondary:hover {
  box-shadow: inset 0 0 0px 2px #3d4963;
}

.btn-outline.btn-white {
  color: #ffffff;
  box-shadow: inset 0 0 0px 2px rgba(255, 255, 255, 0.2);
}

.btn-outline.btn-white:hover {
  box-shadow: inset 0 0 0px 2px #ffffff;
}

.btn-outline.btn-black {
  color: #084744;
  box-shadow: inset 0 0 0px 2px rgba(8, 71, 68, 1);
}

.btn-outline.btn-black:hover {
  box-shadow: inset 0 0 0px 2px #141516;
}

.btn-outline.btn-black.active {
  color: #fff;
  background-color: #084744;
}

.btn-outline-b {
  border: none;
  border-radius: 160rem;
  background: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: 0.3s;
  height: 3.5em;
  font-size: 1rem;
  line-height: 1;
  padding: 0.75em 1.5em;
  padding-right: 0;
  color: #ffffff;
}

.btn-outline-b .text {
  z-index: 1;
}

.btn-outline-b .icon {
  line-height: 0;
  height: 0.5rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.btn-outline-b .icon>* {
  font-size: 1.2em;
}

.btn-outline-b .icon~.text {
  margin-left: 1em;
}

.btn-outline-b .text~.icon {
  margin-left: 1em;
}

.btn-outline-b.border-thick {
  border-width: 3px;
}

.btn-outline-b.border-thick:before, .btn-outline-b.border-thick:after {
  border-width: 3px;
}

.btn-outline-b::before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  width: 3.5em;
  border: 2px solid currentColor;
  border-right-color: transparent;
  opacity: 0.2;
  border-radius: inherit;
  transition: 0s;
  transition: transform 0s ease-in 0s, border 0.2s ease-in 0s, width 0.2s ease-in 0.2s;
}

.btn-outline-b:active {
  opacity: 0.75;
}

.btn-outline-b:hover {
  color: currentColor;
  padding: 0.75em 1.875em;
}

.btn-outline-b:hover::before {
  transform: rotate(360deg);
  width: 100%;
  border-right-color: currentColor;
  transition: transform 0.3s ease-in 0s, border 0.2s ease-in 0.3s, width 0.2s ease-in 0.3s;
}

.btn-underline-a, .navbar-a .navbar-nav .nav-item .nav-link {
  border: none;
  background: none;
  padding: 0.625em 0;
  position: relative;
  transition: 0.3s;
  opacity: 1;
}

.btn-underline-a::before, .navbar-a .navbar-nav .nav-item .nav-link::before, .btn-underline-a::after, .navbar-a .navbar-nav .nav-item .nav-link::after {
  position: absolute;
  content: "";
  top: auto;
  opacity: 0;
  bottom: 0.25em;
  border-bottom: 2px solid currentColor;
  transition: 0.3s;
  transition-timing-function: cubic-bezier(0.25, 0.75, 0.2, 1);
}

.btn-underline-a::before, .navbar-a .navbar-nav .nav-item .nav-link::before {
  left: 0;
  right: 100%;
}

.btn-underline-a::after, .navbar-a .navbar-nav .nav-item .nav-link::after {
  left: 00%;
  right: 00%;
  transition-delay: 0.2s;
}

.btn-underline-a.bd-thin::before, .navbar-a .navbar-nav .nav-item .bd-thin.nav-link::before, .btn-underline-a.bd-thin::after, .navbar-a .navbar-nav .nav-item .bd-thin.nav-link::after {
  border-width: 1px;
}

.btn-underline-a.btn-xl, .navbar-a .navbar-nav .nav-item .btn-xl.nav-link {
  padding: 0.25em 0;
}

.btn-underline-a.btn-xl::before, .navbar-a .navbar-nav .nav-item .btn-xl.nav-link::before, .btn-underline-a.btn-xl::after, .navbar-a .navbar-nav .nav-item .btn-xl.nav-link::after {
  bottom: 0em;
}

.btn-underline-a:focus, .navbar-a .navbar-nav .nav-item .nav-link:focus, .btn-underline-a:active, .navbar-a .navbar-nav .nav-item .nav-link:active, .btn-underline-a:hover, .navbar-a .navbar-nav .nav-item .nav-link:hover {
  background: none;
  opacity: 1;
  outline: none;
  box-shadow: none;
  color: currentColor;
}

.btn-underline-a:focus::before, .navbar-a .navbar-nav .nav-item .nav-link:focus::before, .btn-underline-a:active::before, .navbar-a .navbar-nav .nav-item .nav-link:active::before, .btn-underline-a:hover::before, .navbar-a .navbar-nav .nav-item .nav-link:hover::before {
  right: 0%;
  transition-delay: 0.2s;
}

.btn-underline-a:focus::after, .navbar-a .navbar-nav .nav-item .nav-link:focus::after, .btn-underline-a:active::after, .navbar-a .navbar-nav .nav-item .nav-link:active::after, .btn-underline-a:hover::after, .navbar-a .navbar-nav .nav-item .nav-link:hover::after {
  left: 100%;
  transition-delay: 00s;
}

.btn-underline-a.btn-primary, .navbar-a .navbar-nav .nav-item .btn-primary.nav-link {
  color: #BB2464;
}

.btn-underline-a.btn-secondary, .navbar-a .navbar-nav .nav-item .btn-secondary.nav-link {
  color: #3d4963;
}

.btn-underline-a.btn-white, .navbar-a .navbar-nav .nav-item .btn-white.nav-link {
  color: white;
}

.btn-underline-a.btn-white:hover, .navbar-a .navbar-nav .nav-item .btn-white.nav-link:hover {
  color: #eaeaea;
}

.btn-underline-a.btn-black, .navbar-a .navbar-nav .nav-item .btn-black.nav-link {
  color: #141516;
}

.btn-underline-b {
  border: none;
  background: none;
  padding: 0;
  padding-bottom: 0.75em;
  padding-top: 0;
  position: relative;
  transition: 0.3s;
}

.btn-underline-b::before {
  position: absolute;
  content: "";
  top: auto;
  bottom: 0.25em;
  height: 1px;
  background-color: currentColor;
  transition: 0.3s transform;
}

.btn-underline-b::before {
  left: 0;
  width: 100%;
  transform: scaleX(0);
  transform-origin: top right;
}

.btn-underline-b.bd-thin::before {
  border-width: 1px;
}

.btn-underline-b.btn-lg {
  font-size: 1.25rem;
  padding: 0;
  padding-bottom: 0.125em;
}

.btn-underline-b.btn-lg::before {
  bottom: 0em;
}

.btn-underline-b.btn-xl {
  padding: 0;
  padding-bottom: 0.25em;
}

.btn-underline-b.btn-xl::before {
  bottom: 0em;
}

.btn-underline-b:focus, .btn-underline-b:active, .btn-underline-b:hover {
  background: none;
  opacity: 0.7;
  outline: none;
  box-shadow: none;
  color: currentColor;
}

.btn-underline-b:focus::before, .btn-underline-b:active::before, .btn-underline-b:hover::before {
  transform: scaleX(1);
  transform-origin: top left;
}

.btn-underline-b.btn-primary {
  color: #BB2464;
}

.btn-underline-b.btn-secondary {
  color: #3d4963;
}

.btn-underline-b.btn-white {
  color: white;
}

.btn-underline-b.btn-white:hover {
  color: #eaeaea;
}

.btn-underline-b.btn-black {
  color: #141516;
}

.btn-overline-a {
  border: none;
  background: none;
  padding: 0.75em 0;
  position: relative;
  transition: 0.3s;
  color: currentColor;
}

.btn-overline-a::before, .btn-overline-a::after {
  position: absolute;
  content: "";
  top: 0.25em;
  border-top: 2px solid currentColor;
  transition: 0.3s;
  transition-timing-function: cubic-bezier(0.25, 0.75, 0.2, 1);
}

.btn-overline-a::before {
  left: 0;
  right: 100%;
}

.btn-overline-a::after {
  left: 00%;
  right: 00%;
  transition-delay: 0.2s;
}

.btn-overline-a.bd-thin::before, .btn-overline-a.bd-thin::after {
  border-width: 1px;
}

.btn-overline-a.btn-xl {
  padding: 0.25em 0;
}

.btn-overline-a.btn-xl::before, .btn-overline-a.btn-xl::after {
  bottom: 0em;
}

.btn-overline-a:focus, .btn-overline-a:active, .btn-overline-a:hover {
  color: currentColor;
  background: none;
  opacity: 0.7;
  outline: none;
  box-shadow: none;
}

.btn-overline-a:focus::before, .btn-overline-a:active::before, .btn-overline-a:hover::before {
  right: 0%;
  transition-delay: 0.2s;
}

.btn-overline-a:focus::after, .btn-overline-a:active::after, .btn-overline-a:hover::after {
  left: 100%;
  transition-delay: 00s;
}

.btn-overline-a.btn-primary {
  color: #BB2464;
}

.btn-overline-a.btn-secondary {
  color: #3d4963;
}

.btn-overline-a.btn-white {
  color: white;
}

.btn-overline-a.btn-white:hover {
  color: #eaeaea;
}

.btn-overline-a.btn-black {
  color: #141516;
}

.btn-scrolldown-a {
  color: #fff;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: end;
  flex-direction: row;
  font-size: 1rem;
  text-align: right;
}

.btn-scrolldown-a .icon~.text {
  margin-left: 1.5em;
}

.btn-scrolldown-a .text~.icon {
  margin-left: 1.5em;
}

.btn-scrolldown-a .text {
  font-size: 1rem;
  font-weight: bold;
  line-height: 1;
  opacity: 1;
  transition: 0.2s;
  display: inline-block;
}

@media screen and (min-width: 992px) {
  .btn-scrolldown-a .text {
    font-size: 1.625rem;
  }
}

.btn-scrolldown-a .icon-scrolldown {
  font-size: 1em;
  width: 2em;
  height: 2em;
  position: relative;
  display: flex;
  border-radius: 2em;
  transition: 0.2s;
  transition-timing-function: cubic-bezier(0.25, 0.75, 0.2, 1);
  box-shadow: inset 0 0 0px 1em #fff;
}

.btn-scrolldown-a i {
  font-size: 2em;
}

.btn-scrolldown-a i:hover {}

.btn-scrolldown-a .icon-scrolldown::after {
  color: #ffffff;
  content: "";
  position: absolute;
  font-size: 0.5em;
  top: 50%;
  left: 50%;
  width: 1em;
  height: 1em;
  border: 2px solid currentColor;
  border-top: none;
  border-left: none;
  z-index: 1;
  transform: translateX(-50%) translateY(calc(-50% - 0.2em)) rotate(45deg);
  transition: 0.2s;
  transition-timing-function: cubic-bezier(0.25, 0.75, 0.2, 1);
}

.btn-scrolldown-a:hover {
  color: currentColor;
  opacity: 0.5;
  transition: 0.2s;
}

.btn-scrolldown-a:hover .text {
  opacity: 1;
}

.btn-scrolldown-a:hover .icon-scrolldown {
  box-shadow: inset 0 0 0px 1px currentColor;
}

.btn-scrolldown-a:hover .icon-scrolldown:after {
  color: currentColor;
}

.content-white .btn-scrolldown-a .icon-scrolldown::after {
  color: #141516;
}

.content-white .btn-scrolldown-a:hover .icon-scrolldown:after {
  color: #ffffff;
}

.btn-scrolldown-b {
  color: currentColor;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.btn-scrolldown-b .icon {
  margin-bottom: 8px;
}

.btn-scrolldown-b .text {
  font-size: 0.875rem;
  transition: 0.3s;
  transition-timing-function: cubic-bezier(0.25, 0.75, 0.2, 1);
}

.btn-scrolldown-b .text-before-vertical {
  display: block;
  font-size: 0.875rem;
  text-align: center;
  margin: 1rem 0;
  perspective: 40px;
  opacity: 0.3;
  position: relative;
}

.btn-scrolldown-b .text-before-vertical .char {
  display: block;
  height: 1em;
  width: 1em;
  transition: .0s;
  transition-timing-function: cubic-bezier(0.25, 0.75, 0.2, 1);
}

.btn-scrolldown-b .icon-scrolldown {
  width: 22px;
  height: 38px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  display: block;
  border-radius: 40px;
  position: relative;
}

.btn-scrolldown-b .icon-scrolldown:after {
  position: absolute;
  content: "";
  top: 8px;
  left: 50%;
  transform: translateX(-50%);
  width: 6px;
  height: 6px;
  border-radius: 16px;
  background: #ffffff;
  transition: 0.3s;
  transition-timing-function: cubic-bezier(0.25, 0.75, 0.2, 1);
}

.btn-scrolldown-b:hover {
  color: currentColor;
}

.btn-scrolldown-b:hover .text-before-vertical .char {
  transition: 2s;
  transform: rotateY(360deg);
}

.btn-scrolldown-b:hover .text-before-vertical .char:nth-child(0) {
  transition-delay: -0.075s;
}

.btn-scrolldown-b:hover .text-before-vertical .char:nth-child(1) {
  transition-delay: 0s;
}

.btn-scrolldown-b:hover .text-before-vertical .char:nth-child(2) {
  transition-delay: 0.075s;
}

.btn-scrolldown-b:hover .text-before-vertical .char:nth-child(3) {
  transition-delay: 0.15s;
}

.btn-scrolldown-b:hover .text-before-vertical .char:nth-child(4) {
  transition-delay: 0.225s;
}

.btn-scrolldown-b:hover .text-before-vertical .char:nth-child(5) {
  transition-delay: 0.3s;
}

.btn-scrolldown-b:hover .text-before-vertical .char:nth-child(6) {
  transition-delay: 0.375s;
}

.btn-scrolldown-b:hover .text-before-vertical .char:nth-child(7) {
  transition-delay: 0.45s;
}

.btn-scrolldown-b:hover .text-before-vertical .char:nth-child(8) {
  transition-delay: 0.525s;
}

.btn-scrolldown-b:hover .text-before-vertical .char:nth-child(9) {
  transition-delay: 0.6s;
}

.btn-scrolldown-b:hover .text-before-vertical .char:nth-child(10) {
  transition-delay: 0.675s;
}

.btn-scrolldown-b:hover .text-before-vertical .char:nth-child(11) {
  transition-delay: 0.75s;
}

.btn-scrolldown-b:hover .text-before-vertical .char:nth-child(12) {
  transition-delay: 0.825s;
}

.btn-scrolldown-b:hover .text-before-vertical .char:nth-child(13) {
  transition-delay: 0.9s;
}

.btn-scrolldown-b:hover .text-before-vertical .char:nth-child(14) {
  transition-delay: 0.975s;
}

.btn-scrolldown-b:hover .text-before-vertical .char:nth-child(15) {
  transition-delay: 1.05s;
}

.btn-scrolldown-b:hover .text-before-vertical .char:nth-child(16) {
  transition-delay: 1.125s;
}

.btn-scrolldown-b:hover .text-before-vertical .char:nth-child(17) {
  transition-delay: 1.2s;
}

.btn-scrolldown-b:hover .text-before-vertical .char:nth-child(18) {
  transition-delay: 1.275s;
}

.btn-scrolldown-b:hover .text-before-vertical .char:nth-child(19) {
  transition-delay: 1.35s;
}

.btn-scrolldown-b:hover .text-before-vertical .char:nth-child(20) {
  transition-delay: 1.425s;
}

.btn-scrolldown-b:hover .icon-scrolldown:after {
  top: 22px;
}

.btn-scrolldown-b:hover .text {
  opacity: 0.5;
}

.btn-icon {
  display: inline-flex;
  width: 2.5rem;
  height: 2.5rem;
  justify-content: center;
  align-items: center;
  border-radius: 100rem;
  font-size: 1.3125rem;
  border: none;
  background: #141516;
  color: #ffffff;
  position: relative;
}

.btn-icon:before {
  position: absolute;
  z-index: 0;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: currentColor;
  opacity: 0.25;
  border-radius: 2rem;
  transform: scale(0);
  transition: 0.2s;
  transition-timing-function: cubic-bezier(0.25, 0.75, 0.2, 1);
}

.btn-icon .icon {
  z-index: 1;
  position: relative;
}

.btn-icon:focus, .btn-icon:hover {
  background: #BB2464;
  outline: none;
  color: #ffffff;
}

.btn-icon:focus:before, .btn-icon:hover:before {
  transform: scale(1.02);
}

.btn-icon.btn-white {
  background: #ffffff;
  color: #141516;
}

.btn-icon.btn-white:before {
  background: #141516;
  opacity: 1;
}

.btn-icon.btn-white:focus, .btn-icon.btn-white:hover {
  color: #ffffff;
}

.btn-icon-a {
  height: 1em;
  width: 1em;
  font-size: 1.5rem;
  line-height: 1;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  color: currentColor;
  transition: 0.3s;
}

.btn-icon-a:focus, .btn-icon-a:hover {
  color: currentColor;
  opacity: 0.5;
}

.btn-fab {
  display: flex;
  width: 3.5rem;
  height: 3.5rem;
  align-items: center;
  justify-content: center;
  border-radius: 100rem;
  font-size: 1.3125rem;
  border: none;
  background: transparent;
  color: currentColor;
  position: relative;
  transition: 0.3s;
  transition-timing-function: cubic-bezier(0.25, 0.75, 0.2, 1);
}

.btn-fab:before {
  position: absolute;
  z-index: 0;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: transparent;
  border: 2px solid currentColor;
  opacity: 0.5;
  border-radius: 2rem;
  transition: 0.3s;
  transition-timing-function: cubic-bezier(0.25, 0.75, 0.2, 1);
}

.btn-fab .icon {
  z-index: 1;
  position: relative;
  line-height: 1;
}

.btn-fab:focus, .btn-fab:hover {
  background: transparent;
  outline: none;
  transform: scale(1.4);
}

.btn-fab:focus:before, .btn-fab:hover:before {
  transform: scale(0.5);
  opacity: 0;
}

.btn-fab.btn-white {
  background: #ffffff;
  color: #BB2464;
}

.btn-fab.btn-white:before {
  background: #BB2464;
  opacity: 1;
}

.btn-fab.btn-white:focus, .btn-fab.btn-white:hover {
  color: #ffffff;
}

.btn-xl {
  font-size: 2rem;
  line-height: 1;
}

@media screen and (min-width: 768px) {
  .btn-xl {
    font-size: 3rem;
  }
}

/* 1.4 Cards */
.card-pricing-a {
  background: transparent;
  background: rgba(255, 255, 255, 0.1);
  border: none;
  border: 2px solid #ffffff;
  padding: 0;
}

.card-pricing-a .card-header {
  background: none;
  border: none;
  padding: 1.25rem;
}

.card-pricing-a .card-header .title {
  margin: 0;
  font-size: 2rem;
  line-height: 1.2;
  font-weight: bold;
}

.card-pricing-a .card-footer {
  background: none;
  border: none;
  padding: 1.25rem;
}

.card-pricing-a .card-body {
  padding: 1.25rem;
}

.card-pricing-a .card-header~.card-body {
  padding-top: 0;
}

.card-pricing-a .card-body~.card-footer {
  padding-top: 0;
}

.card-pricing-a .price {
  line-height: 1.2;
}

.card-pricing-a .price .amount {
  font-size: 3rem;
  font-weight: bold;
}

.card-pricing-a .price p {
  margin-bottom: 0;
  display: inline-block;
  font-size: 1.25rem;
}

.card-pricing-a .list-feature {
  list-style: none;
  padding-left: 0;
  margin: 0;
  margin-top: 1.25rem;
  font-size: 1.25rem;
  line-height: 1.75;
}

.card-pricing-a.featured {
  background: #ffffff;
  color: #BB2464;
}

.card-pricing-a.featured .list-feature {
  color: #141516;
}

.card-pricing-a.featured .list-feature .icon {
  color: #BB2464;
}

/* 1.5 Articles */
.article-a h2,
.article-a .title {
  font-size: calc(1.525rem + 3.3vw);
  line-height: 1.2;
  font-weight: 400;
  margin-bottom: 0.5em;
  position: relative;
}

@media screen and (min-width: 992px) {

  .article-a h2,
  .article-a .title {
    max-width: 50%;
    font-size: 4rem;
  }
}

.article-a h3 {
  font-size: 3rem;
  line-height: 1.2;
  font-weight: 700;
  margin-bottom: 0.25em;
}

.article-a .subtitle {
  margin-top: 2rem;
  margin-bottom: 2rem;
  font-weight: normal;
  font-size: 1.5rem;
  line-height: 1.5;
}

@media screen and (min-width: 768px) {
  .article-a .subtitle {
    font-size: 1.5rem;
    line-height: 1.5;
  }
}

@media screen and (min-width: 992px) {
  .article-a .subtitle {
    font-size: 2rem;
    line-height: 1.5;
  }
}

@media screen and (min-width: 992px) {
  .article-a .subtitle {
    max-width: 50%;
  }
}

.article-a p {
  font-size: 1rem;
  line-height: 1.7;
}

@media screen and (min-width: 768px) {
  .article-a p {
    font-size: 1.125rem;
    line-height: 1.7;
  }
}

@media screen and (min-width: 992px) {
  .article-a p {
    font-size: 1.25rem;
    line-height: 1.7;
  }
}

@media screen and (min-width: 992px) {
  .article-a>p {
    max-width: 75%;
    max-width: 40rem;
  }
}

.article-a hr {
  margin-top: 2rem;
  margin-bottom: 2rem;
  border: none;
  border-bottom: 2px solid currentColor;
  opacity: 0.1;
}

/* 1.6 Dropdown */
.dropdown-toggle-a {
  padding-right: 1.5em !important;
  position: relative;
}

.dropdown-toggle-a .icon.icon-dropdown {
  display: inline-block;
  height: 1em;
}

.dropdown-toggle-a .icon.icon-dropdown::after, .dropdown-toggle-a .icon.icon-dropdown::before {
  content: "";
  border-radius: 1em;
  border: none;
  line-height: 1em;
  width: 1.25em;
  height: 1.25em;
  transition: 0.2s;
  transition-timing-function: cubic-bezier(0.25, 0.75, 0.2, 1);
  position: absolute;
  right: 0;
  top: 0;
}

.dropdown-toggle-a .icon.icon-dropdown::before {
  box-shadow: inset 0 0 0px 1px rgba(255, 255, 255, 0.2);
}

.dropdown-toggle-a .icon.icon-dropdown::after {
  background-image: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%228.628%22%20height%3D%225.137%22%20viewBox%3D%220%200%208.628%205.137%22%3E%0D%0A%20%20%3Cpath%20id%3D%22chevron-down-sharp%22%20d%3D%22M9.193,12.87l3.491-3.491.823.823L9.193,14.516,4.879,10.2,5.7,9.379Z%22%20transform%3D%22translate(-4.879%20-9.379)%22%20fill%3D%22%23fff%22%20fill-rule%3D%22evenodd%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-position: center 55%;
  background-repeat: no-repeat;
  background-size: 0.5em;
}

.dropdown-toggle-a:hover .icon-dropdown:before {
  box-shadow: inset 0 0 0px 0.625em white;
}

.dropdown-toggle-a:hover .icon-dropdown:after {
  background-image: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%228.628%22%20height%3D%225.137%22%20viewBox%3D%220%200%208.628%205.137%22%3E%0D%0A%20%20%3Cpath%20id%3D%22chevron-down-sharp%22%20d%3D%22M9.193,12.87l3.491-3.491.823.823L9.193,14.516,4.879,10.2,5.7,9.379Z%22%20transform%3D%22translate(-4.879%20-9.379)%22%20fill%3D%22%23272123%22%20fill-rule%3D%22evenodd%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-position: center 55%;
  background-repeat: no-repeat;
  background-size: 0.5em;
}

/* 1.7 Forms */
.form-control {
  background: rgba(255, 255, 255, 0.1);
  background: transparent;
  color: #ffffff;
  border: none;
  border-radius: 0;
  border-bottom: 2px solid #ffffff;
  position: relative;
}

.form-control:required:focus:invalid {
  border-bottom: 2px solid #f44;
}

.form-control~.input-alert {
  visibility: hidden;
}

.form-control-a {
  background: transparent;
  color: currentColor;
  border: none;
  border-radius: 0;
  border-bottom: 2px solid currentColor;
}

.form-select {
  display: block;
  width: 100%;
  padding: .375rem 0;
  font-weight: 400;
  font-size: 1.25rem;
  color: #fff;
  
  background: transparent;
  color: #ffffff;
  border: none;
  border-bottom: 2px solid #ffffff;
  border-radius: 0;
  background-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e);
  background-repeat: no-repeat;
  background-position: right .75rem center;
  background-size: 16px 12px;
}

@media screen and (min-width: 992px) {
  .form-control-a {
    font-size: 1.25rem;
  }
}

textarea.form-control-a {
  background: rgba(255, 255, 255, 0.1);
  min-height: 120px;
}

.form-control-b {
  background: rgba(255, 255, 255, 0.1);
  color: currentColor;
  border: none;
  border-radius: 0;
  border: 2px solid currentColor;
}

textarea.form-control-b {
  min-height: 120px;
}

.form-a:focus-within .form-control:required:invalid {
  border-bottom: 2px solid #ffffff;
}

.form-a:focus-within .form-control:required:invalid~.input-alert {
  visibility: visible;
  color: #ffffff;
}

.form-a:focus-within .form-control:required:focus:invalid~.input-alert {
  visibility: visible;
  color: #f44;
}

.label-a,
.form-label-a {
  font-size: 1.25rem;
}

@media screen and (max-width: 767px) {

  .label-a,
  .form-label-a {
    font-size: 0.9rem;
  }
}

.label-b,
.form-label-b {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 1.25rem;
  padding-bottom: 1.25rem;
  position: relative;
}

.label-b::after,
.form-label-b::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -1px;
  height: 2px;
  width: 2rem;
  background-color: currentColor;
}

.form-a .info .success {
  display: none;
}

.form-a .info .error {
  display: none;
}

.form-a .success-show {
  display: none;
}

.form-a .error-show {
  display: none;
}

.form-a.form-success .success-gone {
  display: none;
}

.form-a.form-success .success-show {
  display: block;
}

.form-a.form-error .error-show {
  display: block;
}

/* 1.8 Popup */
.modal-a {
  justify-content: center;
  align-items: center;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  transition: 0.3s;
  display: flex !important;
  visibility: hidden;
  opacity: 0;
  background-color: rgba(255, 255, 255, 0.5);
  color: #141516;
}

.modal-a .modal-content {
  background: none;
  border: none;
  padding: 0;
}

.modal-a .modal-dialog {
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  max-width: 360px;
  transform: scale(1.1);
  transition: 0.3s;
  opacity: 0;
}

.modal-a .modal-dialog .popup-header {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
}

.modal-a .modal-dialog .popup-header .title {
  font-size: 2rem;
  font-weight: bold;
}

.modal-a .modal-dialog .popup-body {
  border: 1px solid rgba(20, 21, 22, 0.2);
  background-color: rgba(255, 255, 255, 0.7);
  padding: 1rem;
  border-radius: 1rem;
}

.modal-a.show {
  visibility: visible;
  opacity: 1;
}

.modal-a.show .modal-dialog {
  transform: none;
  transition: 0.3s;
  opacity: 1;
}

.modal-backdrop.show {
  background-color: transparent;
}

/* 1.9 Row, Grid, List Items, Figures images organizations */
/* 1.9.a Items */
.item-feature-a a {
  color: currentColor;
  text-decoration: none;
}

.item-feature-a .img {
  margin-bottom: 1rem;
}

.item-feature-a .img .icon {
  font-size: 4rem;
  line-height: 1;
  margin-bottom: 0;
}

@media screen and (min-width: 992px) {
  .item-feature-a .item-body {
    max-width: 16rem;
  }
}

.item-feature-a .item-body h4 {
  font-size: 1.5rem;
  margin-bottom: 1rem;
}

.item-feature-a .item-body .f-title {
  margin-bottom: 1.25rem;
  padding-bottom: 1.25rem;
  position: relative;
}

.item-feature-a .item-body .f-title::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -1px;
  height: 2px;
  width: 2rem;
  background-color: currentColor;
}

.item-feature-a .item-body p {
  font-size: 1rem;
  line-height: 1.7;
}

@media screen and (min-width: 768px) {
  .item-feature-a .item-body p {
    font-size: 1.125rem;
    line-height: 1.7;
  }
}

@media screen and (min-width: 992px) {
  .item-feature-a .item-body p {
    font-size: 1.25rem;
    line-height: 1.7;
  }
}

.item-feature-a .item-body p:last-child {
  margin-bottom: 0;
}

.item-feature-b {
  display: flex;
  align-items: center;
}

.item-feature-b a {
  color: currentColor;
  text-decoration: none;
}

.item-feature-b .img {
  margin-right: 1rem;
  width: 4rem;
  height: 4rem;
  border: 2px solid #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
}

.item-feature-b .img .icon {
  font-size: 2rem;
  line-height: 1;
  margin-bottom: 0;
}

.item-feature-b .item-body h4 {
  font-size: 1.25rem;
  font-weight: bold;
  margin-bottom: 0.5rem;
  line-height: 1.1;
}

.item-feature-b .item-body p {
  font-size: 1rem;
  line-height: 1.7;
  line-height: 1.2;
}

@media screen and (min-width: 768px) {
  .item-feature-b .item-body p {
    font-size: 1.125rem;
    line-height: 1.7;
  }
}

@media screen and (min-width: 992px) {
  .item-feature-b .item-body p {
    font-size: 1.25rem;
    line-height: 1.7;
  }
}

.item-feature-b .item-body p:last-child {
  margin-bottom: 0;
}

.item-feature-c {
  position: relative;
  display: block;
}

.item-feature-c a {
  color: currentColor;
  text-decoration: none;
}

.item-feature-c .item-img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}

.item-feature-c .item-img img {
  width: 100%;
  height: 100%;
  transition: 0.3s;
}

.item-feature-c .item-img img.fit {
  -o-object-fit: cover;
  object-fit: cover;
}

.item-feature-c .item-img.anim-hover {
  opacity: 0;
  visibility: hidden;
  --marg: -2rem;
  top: var(--marg, 0);
  left: var(--marg, 0);
  right: var(--marg, 0);
  bottom: var(--marg, 0);
  transition: 0.3s;
  transform: scale(0.9);
}

.item-feature-c .icon {
  margin-bottom: 0.5rem;
  font-size: 2rem;
  line-height: 1;
  font-weight: bold;
  opacity: 0.3;
  z-index: 1;
  display: block;
  position: relative;
}

.item-feature-c .item-body {
  display: block;
  z-index: 1;
  position: relative;
}

.item-feature-c .item-body h4 {
  font-size: 4rem;
  font-weight: bold;
  margin-bottom: 1rem;
  line-height: 1;
}

.item-feature-c .item-body p {
  font-size: 1rem;
  line-height: 1.7;
}

@media screen and (min-width: 768px) {
  .item-feature-c .item-body p {
    font-size: 1.125rem;
    line-height: 1.7;
  }
}

@media screen and (min-width: 992px) {
  .item-feature-c .item-body p {
    font-size: 1.25rem;
    line-height: 1.7;
  }
}

.item-feature-c .item-body p:last-child {
  margin-bottom: 0;
}

.item-feature-c:hover .item-img.anim-hover, .item-feature-c:focus .item-img.anim-hover {
  opacity: 1;
  visibility: visible;
  transform: none;
}

.item-feature-c:hover .item-img img, .item-feature-c:focus .item-img img {
  transform: scale(1.2);
  transition: 5s linear;
}

a.item-feature-c {
  color: currentColor;
  text-decoration: none;
}

.item-image-a {
  color: currentColor;
  text-decoration: none;
  position: relative;
  display: block;
  padding-bottom: 4rem;
}

.item-image-a img {
  width: 100%;
  transition: 0.3s;
  position: relative;
  z-index: 0;
}

.item-image-a img.fit {
  -o-object-fit: cover;
  object-fit: cover;
}

.item-image-a .item-img {
  overflow: hidden;
  transition: 0.3s;
  transition-timing-function: cubic-bezier(0.25, 0.75, 0.2, 1);
}

.item-image-a .item-img::before {
  content: '';
  position: absolute;
  top: auto;
  left: 0;
  right: 0;
  bottom: 0;
  height: 0%;
  z-index: 1;
  background: #8b8b8b;
  transition: 0.3s;
  transition-timing-function: cubic-bezier(0.25, 0.75, 0.2, 1);
}

.item-image-a .item-header {
  position: absolute;
  top: 2rem;
  left: 2rem;
  right: 2rem;
  z-index: 2;
}

@media screen and (min-width: 992px) {
  .item-image-a .item-header {
    top: 3rem;
    left: 3rem;
    right: 3rem;
  }
}

.item-image-a .item-header .number {
  line-height: 1;
  font-size: 5.5rem;
  font-weight: bold;
}

.item-image-a .item-body {
  margin-top: 1.75rem;
  position: absolute;
  top: calc(100% - 16rem);
  left: 2rem;
  right: 2rem;
  z-index: 2;
  transition: 0.3s;
  transition-timing-function: cubic-bezier(0.25, 0.75, 0.2, 1);
}

@media screen and (min-width: 992px) {
  .item-image-a .item-body {
    left: 3rem;
    right: 3rem;
  }
}

.item-image-a .item-body h4 {
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.2;
}

@media screen and (min-width: 992px) {
  .item-image-a .item-body h4 {
    font-size: 4.5rem;
  }
}

.item-image-a .item-body p {
  margin-bottom: 0;
  opacity: 0.7;
  line-height: 1.2;
  font-size: 2rem;
  font-weight: 400;
}

.item-image-a .item-body .price {
  font-size: 1.3125rem;
  line-height: 1.2;
}

.item-image-a .item-hover-icon {
  position: absolute;
  top: calc(50% - 2rem);
  left: 50%;
  transform: translateX(-50%) translateY(-50%) scale(0.8);
  z-index: 1;
  transition: 0.3s;
  opacity: 0;
}

.item-image-a .item-hover-icon .icon {
  width: 8rem;
  height: 8rem;
  background: white;
  border-radius: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 3rem;
}

.item-image-a.anim-scroll .item-img::before {
  height: 100%;
}

.item-image-a.anim-scroll.elem-visible .item-img::before {
  height: 0%;
}

a.item-image-a {
  perspective: 800px;
}

a.item-image-a:hover {
  color: currentColor;
  /* .item-img{
            transform: scale(0.95) rotateY(15deg);
        }
        .item-body{
            transform: scale(0.95) rotateY(-15deg);
        }
        img{
            // transform: scale(1.2);
            // transition: 5s linear;
        }
        hr{
            // transform: scaleX(0);
        } */
}

a.item-image-a:hover .item-hover-icon {
  opacity: 1;
  transform: translateX(-50%) translateY(-50%);
}

.item-image-b {
  color: currentColor;
  text-decoration: none;
  position: relative;
  display: block;
}

.item-image-b::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 0px;
  box-shadow: 0 0 0px 2px rgba(128, 128, 128, 0.2);
  z-index: 0;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  transition-timing-function: cubic-bezier(0.25, 0.75, 0.2, 1);
}

.item-image-b img {
  width: 100%;
  transition: 0.3s;
}

.item-image-b img.fit {
  -o-object-fit: cover;
  object-fit: cover;
}

.item-image-b .item-img {
  overflow: hidden;
  transition: 0.3s;
  position: relative;
}

.item-image-b .item-body {
  margin-top: 1.75rem;
}

.item-image-b .item-body h4 {
  font-size: 2rem;
  font-weight: bold;
  color: currentColor;
  line-height: 1.2;
}

.item-image-b .item-body p {
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.7;
  opacity: 0.75;
}

@media screen and (min-width: 768px) {
  .item-image-b .item-body p {
    font-size: 1.125rem;
    line-height: 1.7;
  }
}

@media screen and (min-width: 992px) {
  .item-image-b .item-body p {
    font-size: 1.25rem;
    line-height: 1.7;
  }
}

.item-image-b .item-body .price {
  font-size: 2rem;
  color: currentColor;
  line-height: 1.2;
}

.item-image-b .item-body hr {
  margin: 0.75rem 0;
  border: none;
  border-bottom: 1px solid currentColor;
  opacity: 0.3;
}

.item-image-b .item-hover-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%) scale(0.8);
  z-index: 1;
  transition: 0.3s;
  opacity: 0;
}

.item-image-b .item-hover-icon .icon {
  width: 8rem;
  height: 8rem;
  background: white;
  border-radius: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 3rem;
}

a.item-image-b:hover {
  color: currentColor;
}

a.item-image-b:hover::before {
  opacity: 1;
  visibility: visible;
  top: -1rem;
  left: -1rem;
  right: -1rem;
  bottom: -1rem;
}

a.item-image-b:hover img:not(.no-zoom) {
  transform: scale(1.2);
  transition: 5s linear;
}

a.item-image-b:hover .item-hover-icon {
  opacity: 1;
  transform: translateX(-50%) translateY(-50%);
}

.item-image-c {
  position: relative;
  overflow: hidden;
  text-decoration: none;
  display: block;
}

.item-image-c img {
  width: 100%;
  transition: 0.3s;
}

.item-image-c img.fit {
  -o-object-fit: cover;
  object-fit: cover;
}

.item-image-c .item-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding: 32px;
}

.item-image-c .item-header h4 {
  font-size: 3rem;
  font-weight: bold;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

.item-image-c .item-header h5 {
  font-size: 2rem;
  font-weight: bold;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

.item-image-c .item-header p {
  font-size: 1.25rem;
  color: rgba(255, 255, 255, 0.75);
}

.item-image-c.h-thumb img {
  height: 18rem;
}

a.item-image-c {
  color: currentColor;
  text-decoration: none;
}

a.item-image-c:hover {
  color: currentColor;
}

a.item-image-c:hover img {
  transform: scale(1.2);
  transition: 5s linear;
}

.item-image-d {
  display: grid;
  align-items: center;
}

.item-image-d .item-layer {
  grid-column: 1;
  grid-row: 1;
  width: 100%;
}

.item-image-d .item-img {
  overflow: hidden;
}

.item-image-d .item-img.h-vh {
  max-height: 100vh;
}

.item-image-d .item-img img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.item-image-d .item-body {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  text-align: center;
}

.item-image-d .item-body h4 {
  font-size: 2.5rem;
  font-weight: bold;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

.item-image-d .item-body p {
  font-size: 1.25rem;
  color: white;
}

.item-image-d .item-body .text-big {
  font-size: 2.5rem;
  line-height: 1.2;
  font-weight: 800;
  margin: 0;
}

@media screen and (min-width: 768px) {
  .item-image-d .item-body .text-big {
    font-size: 5rem;
  }
}

@media screen and (min-width: 992px) {
  .item-image-d .item-body .text-big {
    font-size: 8rem;
  }
}

.item-image-e {
  text-align: center;
  display: block;
}

.item-image-e .img {
  display: inline-flex;
  overflow: hidden;
  width: 100%;
  max-width: 240px;
  height: 100%;
  line-height: 1;
  vertical-align: middle;
  position: relative;
}

.item-image-e .img.img-full {
  max-width: unset;
}

.item-image-e .img::after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  border-radius: inherit;
  box-shadow: inset 0 0 0px 2px white;
  transition: 0.2s;
  transition-timing-function: cubic-bezier(0.25, 0.75, 0.2, 1);
}

.item-image-e img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: 3s;
  transition-timing-function: linear;
  position: relative;
  z-index: 0;
}

.item-image-e .item-body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.item-image-e .item-body a.page-link {
  padding: 0;
  background: none;
  border: none;
  color: currentColor;
  margin-bottom: 1rem;
}

.item-image-e .item-body h4 {
  font-size: 1.25rem;
  font-weight: bold;
  margin-bottom: 0.5rem;
  line-height: 1.1;
}

.item-image-e .item-body p {
  font-size: 1rem;
  line-height: 1.7;
  line-height: 1.2;
}

@media screen and (min-width: 768px) {
  .item-image-e .item-body p {
    font-size: 1.125rem;
    line-height: 1.7;
  }
}

@media screen and (min-width: 992px) {
  .item-image-e .item-body p {
    font-size: 1.25rem;
    line-height: 1.7;
  }
}

.item-image-e .item-body p:last-child {
  margin-bottom: 0;
}

.item-image-e .nav-social {
  display: inline-flex;
}

.item-image-e .img:hover::after {
  box-shadow: inset 0 0 0px 8px white;
}

.item-image-e .img:hover img {
  transform: scale(1.3);
}

.item-image-e.no-border .img::after {
  box-shadow: none;
}

.item-image-f {
  color: currentColor;
  text-decoration: none;
  position: relative;
  display: block;
}

.item-image-f img {
  width: 100%;
  transition: 0.3s;
}

.item-image-f img.fit {
  -o-object-fit: cover;
  object-fit: cover;
}

.item-image-f .item-img {
  overflow: hidden;
  transition: 0.3s;
  position: relative;
}

.item-image-f .item-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 2rem;
  z-index: 1;
  overflow: hidden;
}

.item-image-f .item-header.mask-gradient::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background: linear-gradient(to bottom, black, rgba(0, 0, 0, 0));
  opacity: 0.4;
  transition: 0.3s;
}

.item-image-f .item-body {
  margin-top: 1.75rem;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 2rem;
  padding-top: 4rem;
  z-index: 1;
  overflow: hidden;
}

.item-image-f .item-body::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), black);
  opacity: 0.4;
  transition: 0.3s;
}

.item-image-f .item-body .title,
.item-image-f .item-body h4 {
  font-size: 1.75rem;
  font-weight: bold;
  line-height: 1.2;
}

.item-image-f .item-body p {
  margin-bottom: 0;
  font-size: 1.25rem;
  line-height: 1.2;
}

.item-image-f .item-body .price {
  font-size: 1.25rem;
  line-height: 1.2;
  margin-bottom: 0;
}

.item-image-f .item-body hr {
  margin: 0.875rem 0;
  border: none;
  border-bottom: 2px solid currentColor;
  opacity: 0.3;
  transition: 0.3s;
}

.item-image-f .item-body.item-body-glass {
  top: auto;
  left: 1rem;
  right: 1rem;
  bottom: 1rem;
  padding: 1rem;
  background-color: rgba(90, 90, 90, 0.2);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}

.item-image-f .item-body.item-body-glass::before {
  display: none;
}

a.item-image-f:hover {
  color: currentColor;
}

a.item-image-f:hover::before {
  opacity: 1;
  visibility: visible;
  top: -1rem;
  left: -1rem;
  right: -1rem;
  bottom: -1rem;
}

a.item-image-f:hover .item-body:before {
  opacity: 0.6;
}

a.item-image-f:hover img:not(.no-zoom) {
  transform: scale(1.2);
  transition: 5s linear;
}

.item-pricing-a {
  background: transparent;
  background: rgba(255, 255, 255, 0.1);
  border: none;
  border: 2px solid #ffffff;
  padding: 0;
}

.item-pricing-a .item-header {
  background: none;
  border: none;
  padding: 1.25rem;
}

.item-pricing-a .item-header .title {
  margin: 0;
  font-size: 2rem;
  line-height: 1.2;
  font-weight: bold;
}

.item-pricing-a .item-footer {
  background: none;
  border: none;
  padding: 1.25rem;
}

.item-pricing-a .item-body {
  padding: 1.25rem;
}

.item-pricing-a .item-header~.item-body {
  padding-top: 0;
}

.item-pricing-a .item-body~.item-footer {
  padding-top: 0;
}

.item-pricing-a .price {
  line-height: 1.2;
}

.item-pricing-a .price .amount {
  font-size: 3rem;
  font-weight: bold;
}

.item-pricing-a .price .unit {
  font-size: 1rem;
  line-height: 1.7;
}

@media screen and (min-width: 768px) {
  .item-pricing-a .price .unit {
    font-size: 1.125rem;
    line-height: 1.7;
  }
}

@media screen and (min-width: 992px) {
  .item-pricing-a .price .unit {
    font-size: 1.25rem;
    line-height: 1.7;
  }
}

.item-pricing-a .price p {
  margin-bottom: 0;
  display: inline-block;
  font-size: 1.25rem;
}

.item-pricing-a .list-feature {
  list-style: none;
  padding-left: 0;
  margin: 0;
  margin-top: 1.25rem;
  font-size: 1.25rem;
  line-height: 1.75;
  font-size: 1rem;
  line-height: 1.7;
}

@media screen and (min-width: 768px) {
  .item-pricing-a .list-feature {
    font-size: 1.125rem;
    line-height: 1.7;
  }
}

@media screen and (min-width: 992px) {
  .item-pricing-a .list-feature {
    font-size: 1.25rem;
    line-height: 1.7;
  }
}

.item-pricing-a.featured {
  background: #ffffff;
  color: #BB2464;
}

.item-pricing-a.featured .list-feature {
  color: #141516;
}

.item-pricing-a.featured .list-feature .icon {
  color: #BB2464;
}

.item-quote-a .quote {
  position: relative;
  color: currentColor;
  font-size: 1.5rem;
  line-height: 1.5;
}

@media screen and (min-width: 992px) {
  .item-quote-a .quote {
    font-size: 2rem;
    line-height: 1.5;
  }
}

.item-quote-a .quote .quote-icon {
  font-size: 1.75em;
  line-height: 0;
  height: 1em;
  vertical-align: super;
  transform: translateY(0.05em);
  display: inline-block;
  margin-right: 0.25em;
  opacity: 0.3;
}

.item-quote-a .quote .quote-icon svg {
  height: 1em;
  width: 1em;
}

@media screen and (min-width: 992px) {
  .item-quote-a .quote .quote-icon {
    font-size: 1em;
    transform: none;
    transform: translateY(0.2em);
  }
}

/* 1.9.b Bootstrap Row Column Container */
.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
  padding-right: 24px;
  padding-right: var(--margin-x-sm);
  padding-left: 24px;
  padding-left: var(--margin-x-sm);
}

@media screen and (min-width: 768px) {

  .container,
  .container-fluid,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    padding-right: 32px;
    padding-right: var(--margin-x-md);
    padding-left: 32px;
    padding-left: var(--margin-x-md);
  }
}

@media screen and (min-width: 992px) {

  .container,
  .container-fluid,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    padding-right: 1rem;
    padding-left: 1rem;
  }
}

.row.shifted-odd {
  --shift-width: 8rem;
  margin-bottom: var(--shift-width);
}

@media screen and (min-width: 992px) {
  .row.shifted-odd .col:nth-child(2n+1) {
    position: relative;
    top: var(--shift-width);
  }
}

/* 1.9.c Figures */
.img-square {
  width: 100%;
  aspect-ratio: 1 / 1;
  -o-object-fit: cover;
  object-fit: cover;
}

.img-4x3 {
  width: 100%;
  aspect-ratio: 4 / 3;
  -o-object-fit: cover;
  object-fit: cover;
}

.img-3x4 {
  width: 100%;
  aspect-ratio: 3 / 4;
  -o-object-fit: cover;
  object-fit: cover;
}

.img-200 {
  width: 200px;
}

.figure-a {
  margin: 0;
  --figure-a-m-x: 3rem;
  --figure-a-m-y: 3rem;
  position: relative;
  padding-left: var(--figure-a-m-x);
  padding-bottom: var(--figure-a-m-y);
}

@media screen and (min-width: 768px) {
  .figure-a {
    --figure-a-m-x: 2rem;
    --figure-a-m-y: 3rem;
  }
}

@media screen and (min-width: 992px) {
  .figure-a {
    --figure-a-m-x: 4rem;
    --figure-a-m-y: 4rem;
  }
}

.figure-a .img-anim {
  display: inline;
}

.figure-a .img-1 {
  position: relative;
  width: 100%;
  height: 100%;
}

.figure-a .img-1 img {
  width: 100%;
  height: auto;
}

@media screen and (min-width: 992px) {
  .figure-a .img-1 img {
    height: 100%;
    width: auto;
    position: absolute;
    right: 0;
  }
}

.figure-a .img-2 {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 65%;
}

@media screen and (min-width: 992px) {
  .figure-a .img-2 {
    width: 45%;
  }
}

.figure-a img {
  width: 100%;
}

.figure-b {
  margin: 0;
  --figure-a-m-x: 3rem;
  --figure-a-m-y: 3rem;
  position: relative;
  padding: 0;
}

@media screen and (min-width: 768px) {
  .figure-b {
    --figure-a-m-x: 2rem;
    --figure-a-m-y: 3rem;
  }
}

@media screen and (min-width: 992px) {
  .figure-b {
    --figure-a-m-x: 4rem;
    --figure-a-m-y: 4rem;
  }
}

.figure-b .img-1 {
  position: relative;
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 992px) {
  .figure-b .img-1 img {
    height: 100%;
    width: auto;
    position: absolute;
    right: 0;
  }
}

.figure-b img {
  width: 100%;
}

@media screen and (min-width: 992px) {
  .row-text-lg-fig {
    position: relative;
  }

  .row-text-lg-fig .col-fig {
    position: absolute;
    height: 100%;
    right: 0;
    width: 100%;
  }
}

/* 1.10 Carousel, slider , scrolls*/
.swiper-container {
  width: 100%;
  height: 100%;
}

.slide-item-a {
  width: 100%;
}

.slide-item-a .item-content.with-margin {
  padding-left: var(--margin-x);
}

.slide-item-a .item-header .number {
  line-height: 0.8;
  font-size: 5.5rem;
  font-weight: bold;
  margin-bottom: 0.25em;
}

.slide-item-a img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  height: 400px;
}

@media screen and (min-width: 992px) {
  .slide-item-a img {
    height: auto;
  }
}

.slide-item-b {
  width: 100%;
  max-width: 48rem;
  padding: 0 var(--margin-x-sm);
}

@media screen and (min-width: 768px) {
  .slide-item-b {
    padding: 0 var(--margin-x-md);
  }
}

@media screen and (min-width: 992px) {
  .slide-item-b {
    padding: 0;
  }
}

.slide-item-b .item-wrapper {
  display: grid;
  grid-template-columns: 100%;
  grid-template-rows: 100%;
  align-items: center;
}

.slide-item-b .item-image {
  grid-column: 1;
  grid-row: 1;
  overflow: hidden;
}

.slide-item-b .item-content {
  grid-column: 1;
  grid-row: 1;
  padding: 16px;
}

@media screen and (min-width: 992px) {
  .slide-item-b .item-content {
    padding-left: 5rem;
    padding-right: 5rem;
  }
}

.slide-item-b .item-content .subtitle {
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-size: 1rem;
}

@media screen and (min-width: 992px) {
  .slide-item-b .item-content .subtitle {
    font-size: 1rem;
  }
}

.slide-item-b .item-content .title {
  font-size: 3rem;
  font-weight: bold;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  margin-bottom: 0.1em;
}

@media screen and (min-width: 992px) {
  .slide-item-b .item-content .title {
    font-size: 4rem;
    margin-bottom: 0.5rem;
  }
}

.slide-item-b .item-content .category {
  font-size: 1rem;
}

@media screen and (min-width: 992px) {
  .slide-item-b .item-content .category {
    font-size: 1.5rem;
  }
}

.slide-item-b img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  height: 400px;
}

@media screen and (min-width: 992px) {
  .slide-item-b img {
    height: auto;
  }
}

.slide-item-gallery-a {
  width: 100vw;
  height: 100vh;
  padding: 0;
}

.slide-item-gallery-a .item-wrapper {
  display: grid;
  grid-template-columns: 100%;
  grid-template-rows: 100%;
  align-items: center;
  width: 100%;
  height: 100%;
}

.slide-item-gallery-a .item-image {
  width: 100%;
  height: 100%;
  grid-column: 1;
  grid-row: 1;
  overflow: hidden;
}

.slide-item-gallery-a .item-content {
  grid-column: 1;
  grid-row: 1;
  padding: 4rem var(--margin-x);
  align-self: flex-end;
}

@media screen and (min-width: 768px) {
  .slide-item-gallery-a .item-content {
    padding: 4rem var(--margin-x);
  }
}

@media screen and (min-width: 992px) {
  .slide-item-gallery-a .item-content {
    padding: 8rem var(--margin-x);
  }
}

.slide-item-gallery-a .item-content .subtitle {
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

.slide-item-gallery-a .item-content .title {
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

.slide-item-gallery-a .item-content .category {
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

.slide-item-gallery-a img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
}

.swiper-container-fade .swiper-slide {
  opacity: 0 !important;
}

.swiper-container-fade .swiper-slide.swiper-slide-active {
  opacity: 1 !important;
}

.slider-simple-a {
  position: relative;
}

.slider-simple-a .slider-btns {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}

.slider-simple-a .slider-btns .btns {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  margin-left: 4rem;
}

.slider-simple-a .slider-btn {
  position: relative;
  top: 0;
  left: auto;
  right: auto;
  margin: 0;
  height: 1em;
  width: 1em;
  font-size: 4rem;
  border: 2px solid currentColor;
  border: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: currentColor;
  transition: 0.3s;
}

.slider-simple-a .slider-btn::after, .slider-simple-a .slider-btn a::before {
  display: none;
}

.slider-simple-a .slider-btn .icon {
  font-size: inherit;
}

.slider-simple-a .swiper-button-prev:hover,
.slider-simple-a .slider-prev:hover,
.slider-simple-a .swiper-button-next:hover,
.slider-simple-a .slider-next:hover {
  opacity: 0.25;
}

.slider-simple-a .swiper-pagination {
  position: absolute;
  right: var(--margin-x);
  left: auto;
  width: auto;
  bottom: 4rem;
}

.slider-simple-a .swiper-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background: currentColor;
  opacity: 0.5;
  margin: 0 8px;
  transition: 0.2s;
  transition-timing-function: var(--transition-curve-1);
}

.slider-simple-a .swiper-pagination .swiper-pagination-bullet-active {
  opacity: 1;
  transform: scale(2);
}

.slider-simple-a .slide-item-a .item-content {
  opacity: 0;
  transform: translateX(2rem);
  transition: 0.9s;
  transition-delay: 0.75s;
  transition-timing-function: var(--transition-curve-2);
}

.slider-simple-a .slide-item-a .item-header {
  transform: translateX(4rem);
  transition: 0.9s;
  transition-delay: 0.75s;
  transition-timing-function: var(--transition-curve-2);
}

.slider-simple-a .slide-item-a .item-image {
  transition: 0.6s;
  transition-delay: 0.3s;
  transition-timing-function: var(--transition-curve-1);
  -webkit-clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
  clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
}

.slider-simple-a.animated .slide-item-a.swiper-slide-active .item-image {
  transform: none;
  opacity: 1;
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}

.slider-simple-a.animated .slide-item-a.swiper-slide-active .item-header {
  transform: none;
  opacity: 1;
}

.slider-simple-a.animated .slide-item-a.swiper-slide-active .item-content {
  transform: none;
  opacity: 1;
}

.slider-simple-b {
  position: relative;
}

.slider-simple-b .slider-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  margin: 0;
  height: 6rem;
  width: 6rem;
  border: 2px solid currentColor;
  border: none;
  border-radius: 10rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
}

.slider-simple-b .slider-btn:before, .slider-simple-b .slider-btn:after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  border: 2px solid rgba(255, 255, 255, 0.25);
  border: 2px solid white;
  transform: rotate(-45deg);
  transition: 0.3s;
  opacity: 0.25;
}

.slider-simple-b .slider-btn .icon {
  font-size: 2rem;
}

.slider-simple-b .swiper-button-prev,
.slider-simple-b .slider-prev {
  left: calc((100% - 48rem)/2 - 80px - 96px/2);
  right: auto;
}

.slider-simple-b .swiper-button-prev:after,
.slider-simple-b .slider-prev:after {
  border-left-color: transparent;
  border-top-color: transparent;
}

.slider-simple-b .swiper-button-prev:before,
.slider-simple-b .slider-prev:before {
  border-left-color: transparent;
  border-top-color: transparent;
  opacity: 0;
}

.slider-simple-b .swiper-button-prev:hover:after,
.slider-simple-b .slider-prev:hover:after {
  opacity: 1;
}

.slider-simple-b .swiper-button-prev:hover:before,
.slider-simple-b .slider-prev:hover:before {
  opacity: 1;
  transform: rotate(135deg);
}

.slider-simple-b .swiper-button-next,
.slider-simple-b .slider-next {
  right: calc((100% - 48rem)/2 - 80px - 96px/2);
  left: auto;
}

.slider-simple-b .swiper-button-next:after,
.slider-simple-b .slider-next:after {
  border-right-color: transparent;
  border-bottom-color: transparent;
}

.slider-simple-b .swiper-button-next:before,
.slider-simple-b .slider-next:before {
  border-right-color: transparent;
  border-bottom-color: transparent;
  opacity: 0;
}

.slider-simple-b .swiper-button-next:hover:after,
.slider-simple-b .slider-next:hover:after {
  opacity: 1;
}

.slider-simple-b .swiper-button-next:hover:before,
.slider-simple-b .slider-next:hover:before {
  opacity: 1;
  transform: rotate(-225deg);
}

.slider-simple-b .swiper-pagination {
  text-align: right;
}

.slider-simple-b .swiper-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background: currentColor;
  opacity: 0.25;
  margin: 0 8px;
  transition: 0.2s;
  transition-timing-function: cubic-bezier(0.25, 0.75, 0.2, 1);
}

.slider-simple-b .swiper-pagination .swiper-pagination-bullet-active {
  opacity: 1;
  transform: scale(2);
}

.slider-simple-b.animated {
  /* .swiper-slide-next{
            .item-content{
                // transform: translateX(-80px);
                transform: scale(0.8);
                transition: 0.6s;
                opacity: 0;
            }
        }
        .swiper-slide-prev{
            .item-content{
                // transform: translateX(80px);
                transform: scale(0.8);
                transition: 0.6s;
                opacity: 0;
            }
        } */
}

.slider-simple-b.animated .slide-item-b .item-image {
  transform: scale(0.8);
  transition: 0.6s;
  z-index: -1;
}

.slider-simple-b.animated .slide-item-b .item-content {
  transform: translateX(80px);
  opacity: 0;
  transition-delay: 0.6s;
  transition: 0.9s;
  z-index: 1;
}

.slider-simple-b.animated .slide-item-b.swiper-slide-active .item-image {
  transform: none;
  opacity: 1;
}

.slider-simple-b.animated .slide-item-b.swiper-slide-active .item-content {
  transform: none;
  opacity: 1;
}

.slider-gallery-a {
  position: relative;
}

.slider-gallery-a .slider-btns {
  position: absolute;
  top: auto;
  bottom: var(--margin-y);
  right: var(--margin-x);
  left: auto;
  margin: auto;
  display: flex;
  padding: 0 16px;
}

.slider-gallery-a .slider-btn {
  position: relative;
  top: 0;
  left: auto;
  right: auto;
  margin: 0;
  height: 1em;
  width: 1em;
  font-size: 4rem;
  border: 2px solid currentColor;
  border: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: currentColor;
  transition: 0.3s;
}

.slider-gallery-a .slider-btn::after, .slider-gallery-a .slider-btn a::before {
  display: none;
}

.slider-gallery-a .slider-btn .icon {
  font-size: inherit;
}

.slider-gallery-a .swiper-button-prev:hover,
.slider-gallery-a .slider-prev:hover,
.slider-gallery-a .swiper-button-next:hover,
.slider-gallery-a .slider-next:hover {
  opacity: 0.25;
}

.slider-gallery-a .swiper-pagination {
  bottom: var(--margin-y);
  left: var(--margin-x);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.slider-gallery-a .swiper-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background: white;
  opacity: 0.25;
  margin: 0 8px;
  transition: 0.2s;
  transition-timing-function: cubic-bezier(0.25, 0.75, 0.2, 1);
}

.slider-gallery-a .swiper-pagination .swiper-pagination-bullet-active {
  opacity: 1;
  transform: scale(2);
}

.slider-gallery-a.animated .slide-item-gallery-a .item-image {
  z-index: -1;
  overflow: hidden;
}

.slider-gallery-a.animated .slide-item-gallery-a .item-image img {
  transform: scale(1.2);
  transition: 0.6s;
  opacity: 0;
}

.slider-gallery-a.animated .slide-item-gallery-a .item-content {
  perspective: initial;
  z-index: 1;
}

.slider-gallery-a.animated .slide-item-gallery-a .item-content>* {
  transition: 0.6s;
  transform: translateY(20px);
  opacity: 0;
}

.slider-gallery-a.animated .slide-item-gallery-a.swiper-slide-active .item-image {
  opacity: 1;
}

.slider-gallery-a.animated .slide-item-gallery-a.swiper-slide-active .item-image img {
  transform: none;
  opacity: 1;
}

.slider-gallery-a.animated .slide-item-gallery-a.swiper-slide-active .item-content {
  transform: none;
  opacity: 1;
}

.slider-gallery-a.animated .slide-item-gallery-a.swiper-slide-active .item-content>* {
  transform: none;
  opacity: 1;
}

.slider-gallery-a.animated .slide-item-gallery-a.swiper-slide-active .item-content>*:nth-child(0) {
  transition-delay: -0.2s;
}

.slider-gallery-a.animated .slide-item-gallery-a.swiper-slide-active .item-content>*:nth-child(1) {
  transition-delay: 0s;
}

.slider-gallery-a.animated .slide-item-gallery-a.swiper-slide-active .item-content>*:nth-child(2) {
  transition-delay: 0.2s;
}

.slider-gallery-a.animated .slide-item-gallery-a.swiper-slide-active .item-content>*:nth-child(3) {
  transition-delay: 0.4s;
}

.slider-gallery-a.animated .slide-item-gallery-a.swiper-slide-active .item-content>*:nth-child(4) {
  transition-delay: 0.6s;
}

.slider-gallery-a.animated .slide-item-gallery-a.swiper-slide-active .item-content>*:nth-child(5) {
  transition-delay: 0.8s;
}

.slider-gallery-a.animated .slide-item-gallery-a.swiper-slide-active .item-content>*:nth-child(6) {
  transition-delay: 1s;
}

.slider-gallery-a.animated .slide-item-gallery-a.swiper-slide-active .item-content>*:nth-child(7) {
  transition-delay: 1.2s;
}

.slider-gallery-a.animated .slide-item-gallery-a.swiper-slide-active .item-content>*:nth-child(8) {
  transition-delay: 1.4s;
}

.slider-gallery-a.animated .slide-item-gallery-a.swiper-slide-active .item-content>*:nth-child(9) {
  transition-delay: 1.6s;
}

.slider-gallery-a.animated .slide-item-gallery-a.swiper-slide-active .item-content>*:nth-child(10) {
  transition-delay: 1.8s;
}

.slider-gallery-a.animated .slide-item-gallery-a.swiper-slide-active .item-content>*:nth-child(11) {
  transition-delay: 2s;
}

.slider-gallery-a.animated .slide-item-gallery-a.swiper-slide-active .item-content>*:nth-child(12) {
  transition-delay: 2.2s;
}

.slider-gallery-a.animated .slide-item-gallery-a.swiper-slide-active .item-content>*:nth-child(13) {
  transition-delay: 2.4s;
}

.slider-gallery-a.animated .slide-item-gallery-a.swiper-slide-active .item-content>*:nth-child(14) {
  transition-delay: 2.6s;
}

.slider-gallery-a.animated .slide-item-gallery-a.swiper-slide-active .item-content>*:nth-child(15) {
  transition-delay: 2.8s;
}

.slider-gallery-a.animated .slide-item-gallery-a.swiper-slide-active .item-content>*:nth-child(16) {
  transition-delay: 3s;
}

.slider-gallery-a.animated .slide-item-gallery-a.swiper-slide-active .item-content>*:nth-child(17) {
  transition-delay: 3.2s;
}

.slider-gallery-a.animated .slide-item-gallery-a.swiper-slide-active .item-content>*:nth-child(18) {
  transition-delay: 3.4s;
}

.slider-gallery-a.animated .slide-item-gallery-a.swiper-slide-active .item-content>*:nth-child(19) {
  transition-delay: 3.6s;
}

.slider-gallery-a.animated .slide-item-gallery-a.swiper-slide-active .item-content>*:nth-child(20) {
  transition-delay: 3.8s;
}

.scroll-simple-a {
  position: relative;
}

.scroll-simple-a .scroll-wrapper {
  position: -webkit-sticky;
  position: sticky;
  top: 128px;
  overflow-x: hidden;
}

.scroll-simple-a .scroll-slides {
  position: relative;
  display: flex;
  align-items: center;
  will-change: transform;
}

.scroll-simple-a .scroll-slides .scroll-slide {
  min-width: 100vw;
}

.scroll-simple-a .scroll-slides .scroll-slide:first-child {
  margin-left: 0;
}

.scroll-simple-a .scroll-slides .scroll-slide:last-child {
  margin-right: 0;
}

@media screen and (min-width: 992px) {
  .scroll-simple-a .scroll-slides .scroll-slide {
    min-width: 48rem;
    height: auto;
    margin: 0 64px;
  }
}

.scroll-simple-a .scale-1,
.scroll-simple-a .scale-2,
.scroll-simple-a .speed-1,
.scroll-simple-a .speed-2,
.scroll-simple-a .speed-3 {
  will-change: transform;
}

.scroll-container {
  position: relative;
  width: 100%;
}

/* 1.11 Footer */
/* 1.12 Others */
.inline-separator {
  display: inline-flex;
  width: 1em;
  height: 1em;
  position: relative;
  content: "";
  vertical-align: middle;
}

.inline-separator:before {
  content: "";
  position: absolute;
  top: 50%;
  width: 100%;
  height: auto;
  border-bottom: 2px solid currentColor;
}

/* 2 Sections */
/* 2.1 Section init */
.section {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;

}

.section.with-overflow {
  overflow: initial;
}

.section.section-image-only {
  min-height: 14rem;
}

.section-padding {
  padding: 100px 0 0 0;
  background-color: white
}

.section-pattern {
  background-image: url(../img/pattern.svg);
  background-size: 66.6666666667%;
  background-repeat: no-repeat;
}

.section-pattern-white {
  background: url(../img/pattern-white.svg);
  background-size: 66.6666666667%;
  background-repeat: no-repeat;
  background-position: center center;
}

.section-pattern.left {
  background-position: left center;
}

.section-pattern.right {
  background-position: right center;
}

@media screen and (min-width: 992px) {
  .section.section-image-only {
    min-height: 32rem;
  }
}

.section .img {
  width: 100%;
}

/* 2.2 Section cover */
.section-cover {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.section-cover .bg-layer {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.section-cover .bg-part {
  min-height: 100%;
}

.section-cover .bg-wrapper {
  position: relative;
  display: flex !important;
  align-items: center;
  justify-content: center;
}

.section-cover .row {
  margin: 0;
  width: 100%;
}

.section-cover img {
  width: 100%;
}

.section-cover .fill-width {
  width: 100%;
}

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

.section-cover .img-full,
.section-cover .img-cover,
.section-cover .bg-cover-img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.section-cover .img-box {
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  width: calc(100% - var(--margin-x-sm)*2);
  height: 70vh;
}

@media screen and (min-width: 992px) {
  .section-cover .img-box {
    width: 40vw;
    height: 60vh;
  }

  .section-cover .img-box.box-md {
    width: 36rem;
    height: 30rem;
  }
}

@media screen and (min-width: 768px) {
  .section-cover .img-md-box {
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    width: 40vw;
    height: 60vh;
  }
}

@media screen and (min-width: 992px) {
  .section-cover .img-lg-box {
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    width: 50vw;
    height: 66vh;
  }
}

/* 2.3 Section title */
.section-title {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  width: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
  z-index: 0;
}

.section-title .text {
  z-index: -1;
  font-size: 5rem;
  font-weight: bold;
  font-weight: 800;
  margin: 0;
  line-height: 0.8;
}

@media screen and (min-width: 992px) {
  .section-title .text {
    font-size: 11rem;
  }
}

.section-title.z-top {
  pointer-events: none;
  z-index: 10;
}

.section-title.title-top {
  width: auto;
  height: auto;
  left: auto;
  top: var(--section-margin-y);
  right: var(--margin-x);
  transform: none;
}

@media screen and (min-width: 992px) {
  .section-title.title-top {
    right: var(--margin-x);
  }
}

@media screen and (max-width: 767px) {
  .section-title.title-top {
    width: auto;
    height: auto;
    left: auto;
    top: 25px;
    right: 25px;
    transform: none;
    text-align: end;
  }

  .section-title.title-top img {
    width: 50%;
    height: auto;
  }
}

.section-title.title-right {
  width: auto;
  height: auto;
  left: auto;
  right: 0px;
}

@media screen and (min-width: 992px) {
  .section-title.title-right {
    right: calc((100vw - 66rem)/2);
  }
}

.section-title.title-left {
  width: auto;
  height: auto;
  right: auto;
  left: 0;
}

@media screen and (min-width: 992px) {
  .section-title.title-left {
    left: calc((100vw - 66rem)/2);
  }
}

.section-title.text-vert {
  overflow: unset;
  top: 20vh;
  transform: none;
}

.section-title.text-vert .text {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  -webkit-text-orientation: mixed;
  text-orientation: mixed;
}

.section-title.title-right-y {
  transform: rotate(90deg) translateX(100%) translateX(-30vh);
  transform-origin: top right;
  width: auto;
  height: auto;
  left: auto;
  right: calc((100vw - 66rem)/2);
  overflow: unset;
}

@media screen and (min-width: 992px) {
  .section-title.title-right-y .text {
    font-weight: 800;
    font-size: 14rem;
    line-height: 1;
  }
}

.section .sticky-title {
  position: -webkit-sticky;
  position: sticky;
  top: 200px;
  transform: translateY(-50%);
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

/* 2.4 Section border */
.section-bd-top {
  position: relative;
}

.section-bd-top::before {
  content: "";
  position: absolute;
  top: 1px;
  height: 2px;
  background-color: currentColor;
  left: var(--margin-x);
  right: var(--margin-x);
  transform: scaleX(0.001);
  transform-origin: left;
  transition: 0.6s;
}

@media screen and (min-width: 992px) {
  .section-bd-top::before {
    max-width: unset;
    left: var(--margin-x);
    right: var(--margin-x);
  }
}

.section-bd-top.active::before {
  transform: scaleX(1);
}

.section-border-top {
  content: "";
  position: absolute;
  top: 1px;
  height: 2px;
  background-color: currentColor;
  left: var(--margin-x);
  right: var(--margin-x);
  transform-origin: left;
  transition: 0.6s;
}

@media screen and (min-width: 992px) {
  .section-border-top {
    max-width: unset;
    left: var(--margin-x);
    right: var(--margin-x);
  }
}

/* 2.5 Section content */
.section-body {
  position: relative;
  width: 100%;
  padding-top: 80px;
  padding-bottom: 80px;
}
.section-byty {
  width: 100%;
  padding-top: 80px;
  padding-bottom: 80px;
}

@media screen and (min-width: 992px) {
  .section-body {
    padding-top: 9rem;
    padding-bottom: 9rem;
  }
  .section-byty {
    padding-top: 9rem;
    padding-bottom: 9rem;
  }
}

.section-pt-0 .section-body {
  padding-top: 0;
}

@media screen and (min-width: 992px) {
  .section-pt-0 .section-body {
    padding-top: 0;
  }
}

.section-pb-0 .section-body {
  padding-bottom: 0;
}

@media screen and (min-width: 992px) {
  .section-pb-0 .section-body {
    padding-bottom: 0;
  }
}

.section-content.content-width-md {
  max-width: 48rem;
}

.section-content.content-width-lg, .section-content.content-width {
  max-width: 66rem;
}

@media screen and (min-width: 1200px) {
  .section-content.content-width-xl, .section-content.content-xl {
    max-width: 80rem;
  }
}

@media screen and (min-width: 992px) {
  .section-content.content-width-xxl, .section-content.content-xxl {
    max-width: 80rem;
  }
}

@media screen and (min-width: 1200px) {
  .section-content.content-width-xxl, .section-content.content-xxl {
    max-width: 85rem;
    padding-left: 64px;
    padding-left: var(--margin-x);
    padding-right: 64px;
    padding-right: var(--margin-x);
  }
}

.section-content.content-width-full, .section-content.content-full {
  max-width: unset;
}

@media screen and (min-width: 992px) {
  .section-content.content-width-full, .section-content.content-full {
    max-width: unset;
    padding-left: 64px;
    padding-left: var(--margin-x);
    padding-right: 64px;
    padding-right: var(--margin-x);
  }
}

.section-color-1 {
  background-color: var(--bg-color);
  color: var(--fg-color);
}

.section-color-2 {
  background-color: var(--bg-dark);
  color: var(--fg-color);
}

.section-color-3 {
  background-color: #3d3d3d;
  color: #FFFFFF;
}

.section-color-3 .text-stroke {
  -webkit-text-stroke: 1px var(--white, #ffffff);
  color: transparent;
}

.section-color-dark {
  background-color: var(--bg-color-dark);
  color: var(--white);
}

/* 2.6 Section contact */
.section-contact .contact-main,
.section-contact .email-main {
  font-size: 1.5rem;
  color: currentColor;
  text-decoration: none;
  transition: 0.2s;
  transition-timing-function: cubic-bezier(0.25, 0.75, 0.2, 1);
}

.section-contact .contact-main:hover,
.section-contact .email-main:hover {
  opacity: 0.5;
}

@media screen and (min-width: 992px) {

  .section-contact .contact-main,
  .section-contact .email-main {
    font-size: 2.5rem;
  }
}

.section-contact .dep-address {
  font-size: 1rem;
  line-height: 1.7;
}

@media screen and (min-width: 768px) {
  .section-contact .dep-address {
    font-size: 1.125rem;
    line-height: 1.7;
  }
}

@media screen and (min-width: 992px) {
  .section-contact .dep-address {
    font-size: 1.25rem;
    line-height: 1.7;
  }
}

/* 2.7 Section footer */
.section-footer-left {
  position: absolute;
  top: auto;
  right: auto;
  z-index: 2;
  left: var(--margin-x);
  bottom: var(--margin-y);
  padding-right: 1px;
  display: block;
}

.section-footer-center {
  position: absolute;
  top: auto;
  right: auto;
  z-index: 2;
  bottom: var(--margin-y);
  padding-right: 1px;
  left: 50%;
  transform: translateX(-50%);
  display: block;
}

.section-footer-right {
  position: absolute;
  top: auto;
  left: auto;
  right: var(--margin-x);
  z-index: 2;
  bottom: var(--margin-y);
  padding-right: 1px;
  display: block;
}

@media (min-width: 768px) {
  .section-footer-md-left {
    position: absolute;
    top: auto;
    right: auto;
    z-index: 2;
    left: var(--margin-x);
    bottom: var(--margin-y);
    padding-right: 1px;
    display: block;
    transform: none;
  }
}

@media (min-width: 768px) {
  .section-footer-md-center {
    position: absolute;
    top: auto;
    right: auto;
    z-index: 2;
    padding-right: 1px;
    left: 50%;
    transform: translateX(-50%);
    bottom: var(--margin-y);
  }
}

@media (min-width: 768px) {
  .section-footer-md-right {
    position: absolute;
    top: auto;
    left: auto;
    right: var(--margin-x);
    z-index: 2;
    bottom: var(--margin-y);
    padding-right: 1px;
    display: block;
  }
}

@media (min-width: 768px) {
  .section-footer-lg-left {
    position: absolute;
    top: auto;
    right: auto;
    z-index: 2;
    left: var(--margin-x);
    bottom: var(--margin-y);
    padding-right: 1px;
    display: block;
    transform: none;
  }
}

@media (min-width: 992px) {
  .section-footer-lg-center {
    position: absolute;
    top: auto;
    right: auto;
    z-index: 2;
    padding-right: 1px;
    left: 50%;
    transform: translateX(-50%);
    bottom: var(--margin-y);
  }
}

@media (min-width: 768px) {
  .section-footer-lg-right {
    position: absolute;
    top: auto;
    left: auto;
    right: var(--margin-x);
    z-index: 2;
    bottom: var(--margin-y);
    padding-right: 1px;
    display: block;
  }
}

/* 2.8 Section variants */
/* 2.8.a Default format  */
.section-a.child-sticky {
  overflow: initial;
}

.section-a .title-desc p {
  font-size: 1rem;
  line-height: 1.7;
}

@media screen and (min-width: 768px) {
  .section-a .title-desc p {
    font-size: 1.125rem;
    line-height: 1.7;
  }
}

.section-a .title-desc.large-text-size .text-p,
.section-a .title-desc.large-text-size p {
  font-size: 1.2rem;
  line-height: 2;
}

@media screen and (max-width: 767px) {

  .section-a .title-desc.large-text-size .text-p,
  .section-a .title-desc.large-text-size p {
    font-size: 0.9rem !important;
    line-height: 2;
  }
}

@media screen and (min-width: 768px) {

  .section-a .title-desc.large-text-size .text-p,
  .section-a .title-desc.large-text-size p {
    line-height: 1.5;
  }
}

@media screen and (min-width: 992px) {

  .section-a .title-desc.large-text-size .text-p,
  .section-a .title-desc.large-text-size p {
    font-size: 1.2rem;
    line-height: 2;
  }
}

.section-a .title-desc.xl-text-size .text-p,
.section-a .title-desc.xl-text-size p {
  font-size: 1.5rem;
  line-height: 1.7;
  font-weight: 300;
}

@media screen and (min-width: 768px) {

  .section-a .title-desc.xl-text-size .text-p,
  .section-a .title-desc.xl-text-size p {
    font-size: 1.5rem;
    line-height: 1.8;
  }
}

@media screen and (min-width: 992px) {

  .section-a .title-desc.xl-text-size .text-p,
  .section-a .title-desc.xl-text-size p {
    font-size: 3rem;
    line-height: 1.4;
  }
}

.section-a .title-desc.xl-text-size .text-p strong,
.section-a .title-desc.xl-text-size .text-p .strong,
.section-a .title-desc.xl-text-size p strong,
.section-a .title-desc.xl-text-size p .strong {
  font-weight: 600;
}

.section-a .section-body {
  padding-top: 80px;
  padding-bottom: 80px;
}

.section-a .section-body-0 {
  margin-top: -160px;

}

@media screen and (max-width: 767px) {
  .section-a .section-contact {
    padding-top: 140px;
  }
  .section-a .section-body {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

@media screen and (min-width: 992px) {
  .section-a .section-body {
    padding-top: var(--section-margin-y);
    padding-bottom: var(--section-margin-y);
  }
}

.section-a.section-pt-0 .section-body {
  padding-top: 0;
}

@media screen and (min-width: 992px) {
  .section-a.section-pt-0 .section-body {
    padding-top: 0;
  }
}

.section-a.section-pb-0 .section-body {
  padding-bottom: 0;
}

@media screen and (min-width: 992px) {
  .section-a.section-pb-0 .section-body {
    padding-bottom: 0;
  }
}

.section-b .title-desc p {
  font-size: 1rem;
  line-height: 1.7;
}

@media screen and (min-width: 768px) {
  .section-b .title-desc p {
    font-size: 1.125rem;
    line-height: 1.7;
  }
}

@media screen and (min-width: 992px) {
  .section-b .title-desc p {
    font-size: 1.25rem;
    line-height: 1.7;
  }
}

/* 2.8.b Hero  */
.hero-a {
  --btns-margin-top: 2.5rem;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
}

@media screen and (min-width: 768px) {
  .hero-a {
    align-items: flex-end;
  }
}

.hero-a .section-body {
  padding-top: 5rem;
  padding-bottom: 8rem;
}

@media screen and (min-height: 660px) {
  .hero-a .section-body {
    padding-top: 8rem;
    padding-bottom: 12rem;
  }
}

@media screen and (min-width: 992px) {
  .hero-a .section-body {
    padding-top: 0rem;
    padding-bottom: 0rem;
  }
}

.hero-a .hero-content {
  position: relative;
}

@media screen and (min-width: 992px) {
  .hero-a .hero-content {
    padding-top: 12rem;
    padding-bottom: 8rem;
  }

  .hero-a .house-content {
    padding-bottom: 0rem;
  }
}

.hero-a .hero-title {
  font-size: 3.5rem;
  font-weight: 800;
  line-height: 1.1;
}

@media screen and (min-width: 768px) {
  .hero-a .hero-title {
    font-size: 6.5rem;
    margin-bottom: 1rem;
  }
}

@media screen and (min-width: 992px) {
  .hero-a .hero-title {
    font-size: 6.5rem;
  }
}

.hero-a .hero-desc {
  font-size: 1.5rem;
  line-height: 1.625;
  margin-bottom: 0;
}

.hero-a .hero-btns {
  margin-top: 1.5rem;
}

@media screen and (min-width: 992px) {
  .hero-a .hero-btns {
    margin-top: 2rem;
    margin-top: var(--btns-margin-top);
    position: absolute;
  }
}

.hero-a .hero-footer {
  position: absolute;
  opacity: 1;
  visibility: visible;
  bottom: 0;
  left: 0;
  right: 0;
  transition: 0.3s;
}

.hero-b {
  --btns-margin-top: 2.5rem;
  display: flex;
  flex-direction: row;
  align-items: center;
}

@media screen and (min-width: 768px) {
  .hero-b {
    align-items: center;
  }
}

.hero-b .section-body {
  padding-top: 6rem;
  padding-bottom: 3rem;
}

@media screen and (min-height: 660px) {
  .hero-b .section-body {
    padding-top: 8rem;
  }
}

@media screen and (min-width: 992px) {
  .hero-b .section-body {
    padding-top: 0rem;
    padding-bottom: 0rem;
  }
}

.hero-b .content-col {
  position: relative;
}

.hero-b .hero-content {
  position: relative;
}

@media screen and (min-width: 992px) {
  .hero-b .hero-content {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
}

.hero-b .hero-title {
  font-size: 3.5rem;
  font-weight: 800;
  line-height: 1.1;
}

@media screen and (min-width: 768px) {
  .hero-b .hero-title {
    font-size: 7rem;
    margin-bottom: 1rem;
  }
}

@media screen and (min-width: 992px) {
  .hero-b .hero-title {
    font-size: 8rem;
  }
}

.hero-b .hero-desc {
  font-size: 1.5rem;
  line-height: 1.625;
  margin-bottom: 0;
}

.hero-b .hero-btns {
  margin-top: 1.5rem;
  width: 100%;
}

@media screen and (min-width: 992px) {
  .hero-b .hero-btns {
    margin-top: 2rem;
    margin-top: var(--btns-margin-top);
    position: absolute;
  }
}

.hero-b .hero-footer {
  position: fixed;
  opacity: 1;
  visibility: visible;
  bottom: 0;
  left: 0;
  right: 0;
  transition: 0.3s;
}

body.scrolled .hero-b .hero-footer {
  opacity: 0;
  visibility: hidden;
  transform: translateY(-20px);
}

.hero-c {
  --btns-margin-top: 2.5rem;
  display: flex;
  flex-direction: row;
  align-items: center;
}

@media screen and (min-width: 768px) {
  .hero-c {
    align-items: center;
  }
}

.hero-c .section-body {
  padding-top: 6rem;
  padding-bottom: 3rem;
}

@media screen and (min-height: 660px) {
  .hero-c .section-body {
    padding-top: 8rem;
  }
}

@media screen and (min-width: 992px) {
  .hero-c .section-body {
    padding-top: 0rem;
    padding-bottom: 0rem;
  }
}

.hero-c .content-col {
  position: relative;
}

.hero-c .hero-content {
  position: relative;
}

@media screen and (min-width: 992px) {
  .hero-c .hero-content {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
}

.hero-c .hero-title {
  font-size: 3.5rem;
  font-weight: 800;
  line-height: 1;
}

@media screen and (min-width: 768px) {
  .hero-c .hero-title {
    font-size: 7rem;
    margin-bottom: 1rem;
  }
}

@media screen and (min-width: 992px) {
  .hero-c .hero-title {
    font-size: 8rem;
  }
}

.hero-c .content-part {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

@media screen and (min-width: 992px) {
  .hero-c .content-part {
    margin-top: 0.75rem;
    margin-bottom: 2rem;
  }
}

.hero-c .hero-desc {
  font-size: 1.5rem;
  line-height: 1.625;
  margin-bottom: 0;
}

.hero-c .hero-btns {
  margin-top: 1.5rem;
  width: 100%;
}

@media screen and (min-width: 992px) {
  .hero-c .hero-btns {
    margin-top: 2rem;
    margin-top: var(--btns-margin-top);
  }
}

.hero-c .hero-footer {
  position: fixed;
  opacity: 1;
  visibility: visible;
  bottom: 0;
  left: 0;
  right: 0;
  transition: 0.3s;
}

body.scrolled .hero-c .hero-footer {
  opacity: 0;
  visibility: hidden;
  transform: translateY(-20px);
}

.hero-d {
  --btns-margin-top: 2.5rem;
  display: flex;
  flex-direction: row;
  align-items: center;
}

@media screen and (min-width: 768px) {
  .hero-d {
    align-items: center;
  }
}

.hero-d .section-body {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

@media screen and (min-height: 660px) {
  .hero-d .section-body {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
}

@media screen and (min-width: 992px) {
  .hero-d .section-body {
    padding-top: 0rem;
    padding-bottom: 0rem;
  }
}

.hero-d .hero-content {
  position: relative;
}

@media screen and (min-width: 992px) {
  .hero-d .hero-content {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
}

.hero-d .hero-desc {
  font-size: 1.5rem;
  line-height: 1.625;
  margin-bottom: 0;
}

.hero-d .hero-btns {
  margin-top: 1.5rem;
  width: 100%;
}

@media screen and (min-width: 992px) {
  .hero-d .hero-btns {
    margin-top: 2rem;
    margin-top: var(--btns-margin-top);
    position: absolute;
  }
}

.hero-d .hero-footer {
  position: fixed;
  opacity: 1;
  visibility: visible;
  transition: 0.3s;
  bottom: 0;
  left: 0;
  right: 0;
}

body.scrolled .hero-d .hero-footer {
  opacity: 0;
  visibility: hidden;
  margin-top: -100px;
  transform: translateY(-20px);
}

.hero-item-a {
  --btns-margin-top: 2.5rem;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}

@media screen and (min-width: 768px) {
  .hero-item-a {
    align-items: center;
  }
}

.hero-item-a .section-body {
  padding-top: 6rem;
  padding-bottom: 3rem;
}

@media screen and (min-height: 660px) {
  .hero-item-a .section-body {
    padding-top: 8rem;
  }
}

@media screen and (min-width: 992px) {
  .hero-item-a .section-body {
    padding-top: 0rem;
    padding-bottom: 0rem;
  }
}

.hero-item-a .hero-content {
  position: relative;
}

@media screen and (min-width: 992px) {
  .hero-item-a .hero-content {
    padding-top: 12rem;
    padding-bottom: 4rem;
  }
}

.hero-item-a .hero-title {
  font-size: 3.5rem;
  font-weight: 800;
  line-height: 1.1;
}

@media screen and (min-width: 768px) {
  .hero-item-a .hero-title {
    font-size: 6.5rem;
    margin-bottom: 1rem;
  }
}

@media screen and (min-width: 992px) {
  .hero-item-a .hero-title {
    font-size: 6.5rem;
  }
}

.hero-item-a .subtitle {
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 1.1;
  color: rgba(255, 255, 255, 0.7);
  color: var(--white-transp-1);
}

.hero-item-a .hero-desc {
  font-size: 1.5rem;
  line-height: 1.625;
  margin-bottom: 0;
}

.hero-item-a .hero-btns {
  margin-top: 1.5rem;
}

@media screen and (min-width: 992px) {
  .hero-item-a .hero-btns {
    margin-top: 2rem;
    margin-top: var(--btns-margin-top);
    position: absolute;
  }
}

.hero-item-a .hero-footer {
  position: fixed;
  opacity: 1;
  visibility: visible;
  bottom: 0;
  left: 0;
  right: 0;
  transition: 0.3s;
}

body.scrolled .hero-item-a .hero-footer {
  opacity: 0;
  visibility: hidden;
  transform: translateY(-20px);
}

.hero-item-b {
  --btns-margin-top: 2.5rem;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}

@media screen and (min-width: 768px) {
  .hero-item-b {
    align-items: flex-end;
    min-height: 100vh;
  }
}

.hero-item-b .section-body {
  padding-top: 6rem;
  padding-bottom: 3rem;
}

@media screen and (min-height: 660px) {
  .hero-item-b .section-body {
    padding-top: 8rem;
  }
}

@media screen and (min-width: 992px) {
  .hero-item-b .section-body {
    padding-top: 0rem;
    padding-bottom: 0rem;
  }
}

.hero-item-b .hero-content {
  position: relative;
}

@media screen and (min-width: 992px) {
  .hero-item-b .hero-content {
    padding-left: 64px;
    padding-left: var(--margin-x);
    padding-bottom: 40px;
    padding-bottom: var(--margin-y);
  }
}

.hero-item-b .hero-title {
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.1;
}

@media screen and (min-width: 768px) {
  .hero-item-b .hero-title {
    font-size: 1rem;
    margin-bottom: 1rem;
  }
}

@media screen and (min-width: 992px) {
  .hero-item-b .hero-title {
    font-size: 5rem;
  }
}

.hero-item-b .subtitle {
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.1;
  color: rgba(255, 255, 255, 0.7);
  color: var(--white-transp-1);
}

.hero-item-b .hero-desc {
  font-size: 1.5rem;
  line-height: 1.625;
  margin-bottom: 0;
}

.hero-item-b .hero-btns {
  margin-top: 1.5rem;
}

@media screen and (min-width: 992px) {
  .hero-item-b .hero-btns {
    margin-top: 2rem;
    margin-top: var(--btns-margin-top);
    position: absolute;
  }
}

.hero-item-b .hero-footer {
  position: fixed;
  opacity: 1;
  visibility: visible;
  bottom: 0;
  left: 0;
  right: 0;
  transition: 0.3s;
}

body.scrolled .hero-item-b .hero-footer {
  opacity: 0;
  visibility: hidden;
  transform: translateY(-20px);
}

/* 3 Page */
/* 3.1 Page init */
.page-twocols {
  position: relative;
}

@media screen and (min-width: 992px) {
  .page-twocols .col-fixed {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    height: 100vh;
    align-self: flex-start;
  }
}

@media screen and (min-width: 992px) {
  .page-twocols .col-scroll {
    position: relative;
    top: 0;
  }

  .page-twocols .col-scroll .section-content.content-width {
    max-width: 100%;
    padding-left: 4rem;
    padding-left: 64px;
    padding-left: var(--margin-x);
    padding-right: 64px;
    padding-right: var(--margin-x);
  }
}

.fp-scrollable {
  width: 100%;
}

/* 3.2 Page cover */
.cover-page {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
  height: 100vh;
  transition: 0.3s;
}

.cover-page .cover-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.cover-page .falf {
  height: 50vh !important
}
@media (max-height:800px) {
.cover-page .falf {
  height: 90vh !important
}
}
.cover-page .f60 {
  height: 60vh !important
}

@media (max-width:768px) {
  .cover-page .f60 {
    height: 100vh !important
  }
}

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

.cover-page iframe,
.cover-page video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

/* 3.3 Page footer */
.footer-page {
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  transition: 0.3s;
  position: relative;
  padding: 24px;
  padding: var(--margin-x-sm);
  z-index: 5;
  pointer-events: none;
}

.footer-page>* {
  pointer-events: visible;
}

@media screen and (min-width: 768px) {
  .footer-page {
    left: 32px;
    left: var(--margin-x-md);
    right: 32px;
    right: var(--margin-x-md);
    bottom: 32px;
    bottom: var(--margin-y-md);
    position: absolute;
  }
}

@media screen and (min-width: 992px) {
  .footer-page {
    left: 64px;
    left: var(--margin-x);
    right: 64px;
    right: var(--margin-x);
    bottom: 40px;
    bottom: var(--margin-y);
    position: fixed;
  }
}

.footer-page .footer-left {
  position: relative;
  left: 0;
  bottom: 0;
}

@media screen and (min-width: 768px) {
  .footer-page .footer-left {
    position: absolute;
  }
}

.footer-page .footer-right {
  position: relative;
  right: 0;
  bottom: 0;
  margin-top: 1rem;
}

@media screen and (min-width: 768px) {
  .footer-page .footer-right {
    position: absolute;
  }
}

.footer-page .note {
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 0;
}

.footer-page .note .marked {
  font-weight: 500;
}

.footer-page .note a {
  text-decoration: none;
  color: #ffffff;
}

.text-muted {
  color: #5a8381 !important;
}

.form-text {
  font-size: .675em;
}

.parallax-background {
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-background-size: cover;
  transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
}

/* Used for visualization only */
.add-some-space {
  min-height: 800px;
  background-position: center;
}

.add-some-box {
  min-height: 400px;
  background-position: center;
}

.add-some-cover {
  background-size: cover;
}

@media (max-width: 1200px) {
  .add-some-space {
    min-height: 400px;
  }

  .add-some-box {
    min-height: 400px;
  }
}

@media (max-width: 575px) {
  .add-some-space {
    min-height: 200px !important;
  }

  .add-some-box {
    min-height: 200px !important;
  }
}

.form-check {
  font-size: 12px;
  margin-bottom: 15px;
}

.form-check .num {
  font-size: 1.2rem;
}

@media (max-width: 575px) {
  .form-check .num {
    font-size: 0.9rem;
  }
}

.form-check input {
  padding: 0 !important;
}

.form-check-input {
  width: 1.5em;
  height: 1.5em;
  background-color: transparent;
  border: 1px solid #404B46;
}

.form-check label {
  margin-left: 10px;
}

.form-check-input:checked {
  background-color: #404B46;
  border-color: #404B46;
}

.form-check-input[type=checkbox] {
  border-radius: 0;
}

.form-text {
  font-size: .675em;
}

.table {
  width: 100%;
  margin-bottom: 1rem;
  vertical-align: top;
  display: inline-table
}

.table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.table tr {
  border-top: 1px solid #dce6e8;
  padding: 30px
}

.table tr td {
  padding: 1rem 0.5rem;
}

.table tr td strong {
  font-size: 16px;
  font-weight: 600
}

.table>tbody>tr>td a {
  text-decoration: none!important;
}

.table>thead>tr>td.prereservation, .table>tbody>tr>td.prereservation, .table>tfoot>tr>td.prereservation, .table>thead>tr>th.prereservation, .table>tbody>tr>th.prereservation, .table>tfoot>tr>th.prereservation, .table>thead>tr.prereservation>td, .table>tbody>tr.prereservation>td, .table>tfoot>tr.prereservation>td, .table>thead>tr.prereservation>th, .table>tbody>tr.prereservation>th, .table>tfoot>tr.prereservation>th {
  cursor: pointer;
  opacity: .8;
}

.table>thead>tr>td.reservation, .table>tbody>tr>td.reservation, .table>tfoot>tr>td.reservation, .table>thead>tr>th.reservation, .table>tbody>tr>th.reservation, .table>tfoot>tr>th.reservation, .table>thead>tr.reservation>td, .table>tbody>tr.reservation>td, .table>tfoot>tr.reservation>td, .table>thead>tr.reservation>th, .table>tbody>tr.reservation>th, .table>tfoot>tr.reservation>th {
  cursor: pointer;
  opacity: .3;
}

.table>thead>tr>td.sold, .table>tbody>tr>td.sold, .table>tfoot>tr>td.sold, .table>thead>tr>th.sold, .table>tbody>tr>th.sold, .table>tfoot>tr>th.sold, .table>thead>tr.sold>td, .table>tbody>tr.sold>td, .table>tfoot>tr.sold>td, .table>thead>tr.sold>th, .table>tbody>tr.sold>th, .table>tfoot>tr.sold>th {
  opacity: .3;
  display: none;
}

.table>:not(caption)>*>* {
  padding: 1rem .5rem;
  border-bottom-width: 0px;
}

thead {
  background-color: #084745;
  color: #fff;
  font-size: 10px;
  letter-spacing: 1;
  text-transform: uppercase;
}

.house-title {
  font-size: 24px;
  line-height: 24px;
  display: block;
  font-weight: 600;
  color: #fff;
}

.house-title-info {
  margin-top: 50px;
  margin-bottom: 50px
}

.house-title span {
  padding: 15px 0 0 0;
  margin: 0;
  font-size: 13px;
  font-weight: 500;
}

.detail-box {
  margin-left: 60px
}

@media (max-width:768px) {
  .detail-box {
    margin-left: 0
  }
}

.house-ico {
  font-size: 36px;
  color: #fff;
  display: block;
  margin-bottom: 30px
}

.floor-list {
  position: absolute;
  top: 50%;
  left: 200px;
  transform: translate(0, -50%);
  z-index: 1;
}

.floor-list li {
  display: block;
}

.floor-list a {
  background-image: none;
  border-bottom: 1px solid #404B46;
  font-size: 13px;
  font-weight: 500;
  display: block;
  padding: 5px 0;
  text-decoration: none;
}

.floor-list a.active {
  font-size: 18px;
  font-weight: 700;
  background-image: none;
}

.filter-checkbox-line-last label {
  display: inline-block;
  margin-right: 20px;
  font-size: 15px;
}

.form-check-input[type=checkbox] {
  border-radius: 0px;
  margin-right: 5px;
}

.form-check-input {
  width: 1em;
  height: 1em;
  margin-top: .25em;
  vertical-align: top;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid rgba(0, 0, 0, .25);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-print-color-adjust: exact;
  color-adjust: exact;
}

.filter-checkbox-line {
  margin-bottom: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: left;
  background-color: #F5F5F5;
}

.filter-checkbox-line input {
  margin-left: 10px;
}

@media (max-width: 768px) {
  .mobile {
    display: none;
  }

  .price-mobile {
    white-space: pre
  }

  .table {
    font-size: 12px;
  }

  .filter-checkbox-line {
    margin-top: 50px;
  }
}

#map-big {
  min-height: 600px;
}

.popup-box img {
  width: 100%;
  height: auto;
}

.popup-box {
  position: absolute;
  right: 50px;
    top: 200px;
    z-index: 9;
    width: 250px;
    height: auto;
    font-size: 14px;
    text-align: right;
}

.popup-box.fixed {
  position: fixed!important;
}

.popup-box .fixed {
  position: fixed!important;
}

.image-byt img {
  width: 100%;
  height: auto;
}

/*.popup-box::before {
  content: "";
  background: #dae5e4 url(../images/svg/symbol-popup.svg) no-repeat;
  background-size: 120px;
  position: absolute;
  width: 120px;
  height: 135px;
  top: 35px;
  right: 35px;
  z-index: 1
}*/

.popup-box .close {
  position: absolute;
  right: 25px;
  top: -45px;
  background-image: url(../img/ico-close-white.svg);
  background-repeat: no-repeat;
  background-size: 24px auto;
  width: 24px;
  height: 24px;
  opacity: 1;
  z-index: 9
}

.popup-box h3 {
  margin-top: 30px
}

@media only screen and (max-width:768px) {
  .popup-box {
    top: 80px;
left: 0;
right: 0;
left: 0%;
  top: 20%;
transform: translate(0);
width: 100%;
z-index: 9;
padding: 0;
text-align: center;
padding-top: 0px;
  }

  .popup-box img {
    width: 60%;
    height: auto;
  }


  .popup-box h3 {
    margin-top: 40px
  }

  .popup-box::before {
    display: none
  }

  .popup-box .close {
    right: 35px;
    top: -35px;
  }
}

@media only screen and (max-width:600px) {
  .popup-box {
padding-top: 0px;
  }
}

@media only screen and (max-width:400px) {
  .popup-box {
padding-top: 0px;
  }
}

/*--------------------------------------------------------------
# Domy
--------------------------------------------------------------*/
.s-byty {
  padding: 0;
  position: relative;
  margin-bottom: -200px;
}

.s-byty__section--profile {
    position: relative;
}

.detail.left {
    max-width: 2560px;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
}


.detail.left {
    max-width: 2560px;
    margin-left: auto;
    margin-right: auto;
}

.detail {
    position: relative;
    margin-top: 0px;
}

.close{
    font-size: 36px;
}

.detail.left img {
    display: block;
    margin: auto;
    max-width: 100%;
    max-height: 2085px;
}

.detail .apparment-detail-over {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    margin: auto;
    text-align: center;
}

@media only screen and (max-width:600px) {
  .s-byty {
    padding: 0;
    position: relative;
    margin-bottom: -130px;
  }
}

@media screen and (max-width: 768px) {
  .desktop {
    display: none
  }
}

.portfolio-body {
  position: relative;
}

.portfolio-body div {
  padding: 5px;
  color: white;
  position: absolute;
  bottom: 0;
  width: 100%;
  font-weight: 700;
  background: rgb(8,71,69);
background: linear-gradient(0deg, rgba(8,71,69,1) 0%, rgba(8,71,69,0) 100%);
}

.foto-info {
    position: absolute;
    left: 10px;
    bottom: 10px;
    z-index: 1;
    width: 150px;
    height: 404px;
    background-image: url(../img/fotovoltaika.webp);
    background-repeat: no-repeat;
    background-size: 150px auto;

}


@media screen and (max-width: 768px) {
  .foto-info {
      position: absolute;
      left: 0px;
      bottom: 0px;
      z-index: 1;
      width: 100px;
      height: 100px;
      background-image: url(../img/fotovoltaika-768.webp);
      background-repeat: no-repeat;
      background-size: 100px auto;
  }

}

.alert {
    border-radius: 0;
}

@media (max-width: 767px) {
  .order1 {
      order:1;
  }

  .order2 {
      order:2;
  }
}
