@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap");
@import url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.0/css/all.min.css);
/* -------------------------------------------

main

------------------------------------------- */
*,
*:before,
*:after {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

html,
body {
  padding: 0;
  margin: 0;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 300;
  color: #6c5c3f;
  line-height: 150%;
  overscroll-behavior: none;
}
@media screen and (max-width: 768px) {
  html,
  body {
    font-size: 15px;
  }
}

*::selection {
  color: inherit;
  background-color: transparent;
}

.champ-wrapper {
  position: relative;
  overflow: hidden;
  max-width: 100%;
}

.champ-body {
  background-color: #EFE7E0;
}

@media screen and (max-width: 992px) {
  .champ-header .champ-banner .champ-banner-content {
    padding-bottom: 90px;
  }
}

.container {
  pointer-events: all;
}

.champ-list-inside-text li {
  margin-left: 20px;
}

.champ-relative {
  position: relative;
}

.champ-o-hidden {
  overflow: hidden;
}

.champ-flex {
  display: flex;
}

.champ-vert-between {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

@media screen and (max-width: 992px) {
  .champ-mobile-hidden {
    display: none;
  }
}

section {
  position: relative;
  overflow: hidden;
}

/* -------------------------------------------

typography

------------------------------------------- */
h1,
.champ-h1,
h2,
.champ-h12,
h3,
.champ-h3,
h4,
.champ-h4,
h5,
.champ-h5,
h6,
.champ-h6 {
  font-family: "Poppins", sans-serif;
  color: rgb(16, 38, 53);
  font-weight: 500;
  line-height: 120%;
}
@media screen and (max-width: 768px) {
  h1 br,
  .champ-h1 br,
  h2 br,
  .champ-h12 br,
  h3 br,
  .champ-h3 br,
  h4 br,
  .champ-h4 br,
  h5 br,
  .champ-h5 br,
  h6 br,
  .champ-h6 br {
    display: none;
  }
}

.champ-h6-light {
  font-family: "Poppins", sans-serif;
  color: #EFD9CA;
  font-weight: 500;
  line-height: 120%;
}
@media screen and (max-width: 768px) {
  .champ-h6-light br {
    display: none;
  }
}

h1,
.champ-h1 {
  font-size: 86px;
}
@media screen and (max-width: 1400px) {
  h1,
  .champ-h1 {
    font-size: 74px;
  }
}
@media screen and (max-width: 1200px) {
  h1,
  .champ-h1 {
    font-size: 72px;
  }
}
@media screen and (max-width: 992px) {
  h1,
  .champ-h1 {
    font-size: 58px;
  }
}
@media screen and (max-width: 768px) {
  h1,
  .champ-h1 {
    font-size: 34px;
  }
}

h2,
.champ-h2 {
  font-size: 68px;
  line-height: 120%;
}
@media screen and (max-width: 1200px) {
  h2,
  .champ-h2 {
    font-size: 60px;
  }
}
@media screen and (max-width: 992px) {
  h2,
  .champ-h2 {
    font-size: 50px;
  }
}
@media screen and (max-width: 768px) {
  h2,
  .champ-h2 {
    font-size: 44px;
  }
}

h3,
.champ-h3 {
  font-size: 42px;
}
@media screen and (max-width: 1200px) {
  h3,
  .champ-h3 {
    font-size: 39px;
  }
}
@media screen and (max-width: 992px) {
  h3,
  .champ-h3 {
    font-size: 36px;
  }
}
@media screen and (max-width: 768px) {
  h3,
  .champ-h3 {
    font-size: 30px;
  }
}

h4,
.champ-h4 {
  font-size: 28px;
}
@media screen and (max-width: 1200px) {
  h4,
  .champ-h4 {
    font-size: 26px;
  }
}
@media screen and (max-width: 992px) {
  h4,
  .champ-h4 {
    font-size: 24px;
  }
}
@media screen and (max-width: 768px) {
  h4,
  .champ-h4 {
    font-size: 22px;
  }
}

h5,
.champ-h5 {
  font-size: 20px;
  line-height: 150%;
}
@media screen and (max-width: 768px) {
  h5,
  .champ-h5 {
    font-size: 18px;
  }
}

h6,
.champ-h6 {
  font-size: 18px;
  line-height: 150%;
}
@media screen and (max-width: 1200px) {
  h6,
  .champ-h6 {
    font-size: 17px;
  }
}
@media screen and (max-width: 992px) {
  h6,
  .champ-h6 {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  h6,
  .champ-h6 {
    font-size: 21px;
  }
}

.champ-no-wrap {
  white-space: nowrap;
}

blockquote {
  padding: 60px;
  background-color: #fff8f2;
  font-size: 18px;
  color: rgb(16, 38, 53);
  font-style: italic;
  border-left: solid 4px rgb(146, 185, 212);
}
@media screen and (max-width: 768px) {
  blockquote {
    padding: 30px;
    font-size: 16px;
  }
}

.champ-text-sm {
  font-size: 15px;
}

.champ-text-lg {
  font-size: 18px;
  line-height: 170%;
}

.semibold {
  font-weight: 600;
}

.lh-170 {
  line-height: 170%;
}

ul.champ-list {
  margin-inline: 30px;
}
ul.champ-list li {
  margin-bottom: 1rem;
}

.champ-text-xl {
  font-size: 22px;
  line-height: 180%;
}
@media screen and (max-width: 768px) {
  .champ-text-xl {
    font-size: 20px;
  }
}

.champ-upper {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 2px;
}

.champ-bold {
  font-weight: 500;
}

.champ-thin {
  font-weight: 100;
}

a {
  color: inherit;
  text-decoration: none;
}

.champ-complex-title {
  line-height: normal;
}

.champ-accent {
  color: rgb(146, 185, 212);
}

.champ-light {
  color: #EFD9CA !important;
}
.champ-light a {
  color: #EFD9CA !important;
}

.champ-muted {
  color: rgba(255, 255, 255, 0.9);
}

.champ-dark {
  color: rgb(16, 38, 53);
}

.champ-success {
  color: #49992D;
}

.champ-error {
  color: #AD1717;
}

.champ-light-soft {
  color: #A8BAC2;
}

.champ-dark-soft {
  color: #6c5c3f;
}

.champ-marker {
  background-color: rgb(146, 185, 212);
  padding: 0 5px;
}

.champ-center {
  text-align: center;
}

.champ-left {
  text-align: left;
}

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

@media screen and (max-width: 576px) {
  .champ-sm-center {
    text-align: center;
  }
}

.champ-suptitle {
  position: relative;
  display: block;
  margin-bottom: 60px;
}
.champ-suptitle:before {
  content: "";
  position: absolute;
  right: calc(100% + 30px);
  top: 10px;
  width: 600px;
  height: 1px;
  background-color: #EFD9CA;
  opacity: 0.2;
}
.champ-suptitle.champ-suptitle-right {
  text-align: right;
}
.champ-suptitle.champ-suptitle-right:before {
  left: calc(100% + 30px);
}
@media screen and (max-width: 768px) {
  .champ-suptitle.champ-suptitle-right {
    text-align: center;
  }
  .champ-suptitle.champ-suptitle-right:before {
    display: none;
  }
}
.champ-suptitle.champ-suptitle-dark:before {
  background-color: rgb(16, 38, 53);
  opacity: 0.1;
}
@media screen and (max-width: 768px) {
  .champ-suptitle {
    margin-bottom: 60px;
  }
}

.champ-divider {
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.1);
}

.champ-img-frame {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-bottom: 140%;
  opacity: 80% !important;
}
.champ-img-frame img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.img-banner-small {
  width: 100%;
  object-fit: contain;
  height: auto; /* Erhält das Seitenverhältnis */
}

.img-banner {
  width: 500px;
  height: auto; /* Erhält das Seitenverhältnis */
}

/* Anpassungen für mittelgroße Bildschirme, z.B. Tablets */
@media (max-width: 992px) {
  .img-banner {
    width: 450px; /* Oder 75% der gewünschten Breite für mittelgroße Bildschirme */
  }
}
/* Anpassungen für kleine Bildschirme, z.B. Handys */
@media (max-width: 768px) {
  .img-banner {
    width: 200px; /* Oder 50% der gewünschten Breite für kleine Bildschirme */
  }
}
/* Anpassungen für extra kleine Bildschirme */
@media (max-width: 576px) {
  .img-banner {
    width: 100%; /* Passt sich der Breite des Containers an */
    max-width: 150px; /* Maximale Breite, um Übergröße auf sehr kleinen Bildschirmen zu verhindern */
  }
}
/* -------------------------------------------

link

------------------------------------------- */
.champ-link {
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 12px;
}
.champ-link svg {
  margin-left: 15px;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  padding: 10px;
  background-color: rgba(255, 255, 255, 0.1);
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}
.champ-link svg path {
  fill: #EFD9CA;
}
.champ-link.champ-accent svg {
  background-color: rgba(255, 255, 255, 0.1);
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}
.champ-link.champ-accent svg path {
  fill: rgb(146, 185, 212);
}
.champ-link.champ-dark svg {
  background-color: #ffefd6;
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}
.champ-link.champ-dark svg path {
  fill: rgb(16, 38, 53);
}
.champ-link:hover svg {
  transform: scale(1.15);
}
.champ-link.champ-down-arrow svg {
  transform: rotate(90deg);
}
.champ-link.champ-down-arrow:hover svg {
  transform: scale(1.15) rotate(90deg);
}
.champ-link.champ-icon-left {
  display: flex;
  flex-direction: row-reverse;
}
.champ-link.champ-icon-left svg {
  margin-left: 0;
  margin-right: 15px;
  transform: rotate(180deg);
}
.champ-link.champ-icon-left:hover svg {
  transform: scale(1.15) rotate(180deg);
}

/* -------------------------------------------

button

------------------------------------------- */
.champ-button {
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 2px;
  font-size: 12px;
  border-radius: 15px;
  -webkit-border-radius: 15px; /* Safari Unterstützung */
  -moz-border-radius: 15px; /* Firefox Unterstützung */
  padding: 0 15px 0 50px;
  font-weight: 500;
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}
.champ-button span {
  white-space: nowrap;
}
.champ-button svg {
  border-radius: 50%;
  width: 40px;
  height: 40px;
  padding: 10px;
}
.champ-button svg path {
  fill: #EFD9CA;
}
.champ-button.champ-icon-button {
  padding: 15px;
}
.champ-button.champ-icon-button svg {
  margin-left: 0;
}
.champ-button.champ-icon-button-sm {
  padding: 0 0 0 15px;
  height: 40px;
}
.champ-button.champ-icon-button-sm svg {
  margin-left: 0;
  background-color: rgb(146, 185, 212);
}
.champ-button.champ-icon-button-sm svg path {
  fill: rgb(16, 38, 53);
}
.champ-button:hover {
  transform: scale(1.015);
  filter: brightness(110%);
}
.champ-button:hover svg {
  transform: scale(1.015);
}
.champ-button.champ-arrow-down svg {
  transform: rotate(90deg);
}
.champ-button.champ-arrow-down:hover {
  transform: scale(1.015);
  filter: brightness(110%);
}
.champ-button.champ-arrow-down:hover svg {
  transform: scale(1.15) rotate(90deg);
}
@media screen and (max-width: 992px) {
  .champ-button {
    height: 60px;
    padding: 0 10px 0 40px;
  }
}

.champ-button-primary {
  background-color: rgb(146, 185, 212);
  color: rgb(16, 38, 53);
}

.champ-button-secondary {
  color: rgb(16, 38, 53);
  outline: 1.5px solid rgb(16, 38, 53);
}

.champ-button-secondary-dark {
  color: #EFD9CA;
  outline: 1.5px solid #EFD9CA;
}

.cta-box {
  padding: 2rem;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: rgb(16, 38, 53);
}
.cta-box .cta-content {
  max-width: 60%;
  color: #fffbff;
}
.cta-box .cta-image-column {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.cta-box .cta-image-column img {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  object-fit: cover;
  margin-bottom: 20px;
}
.cta-box .cta-image-column h3 {
  color: #EFD9CA;
  margin-bottom: 0.5rem;
  font-size: 1.2rem;
  text-align: center;
}
.cta-box .cta-image-column p {
  color: #f6e0bb;
  text-align: center;
  font-size: 0.95rem;
  line-height: 1.3;
}
.cta-box .cta-button {
  color: #EFD9CA;
  border: 1.5px solid #EFD9CA;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 2px;
  font-size: 18px;
  border-radius: 15px;
  -webkit-border-radius: 15px; /* Safari Unterstützung */
  -moz-border-radius: 15px; /* Firefox Unterstützung */
  font-weight: 500;
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}
.cta-box .cta-button span {
  white-space: nowrap;
}
.cta-box .cta-button svg {
  border-radius: 50%;
  width: 40px;
  height: 40px;
  padding: 10px;
}
.cta-box .cta-button svg path {
  fill: #EFD9CA;
}
.cta-box .cta-button.champ-icon-button {
  padding: 15px;
}
.cta-box .cta-button.champ-icon-button svg {
  margin-left: 0;
}
.cta-box .cta-button.champ-icon-button-sm {
  padding: 0 0 0 15px;
  height: 40px;
}
.cta-box .cta-button.champ-icon-button-sm svg {
  margin-left: 0;
  background-color: rgb(146, 185, 212);
}
.cta-box .cta-button.champ-icon-button-sm svg path {
  fill: rgb(16, 38, 53);
}
.cta-box .cta-button:hover {
  transform: scale(1.015);
  filter: brightness(110%);
}
.cta-box .cta-button:hover svg {
  transform: scale(1.015);
}
.cta-box .cta-button.champ-arrow-down svg {
  transform: rotate(90deg);
}
.cta-box .cta-button.champ-arrow-down:hover {
  transform: scale(1.015);
  filter: brightness(110%);
}
.cta-box .cta-button.champ-arrow-down:hover svg {
  transform: scale(1.15) rotate(90deg);
}
@media screen and (max-width: 992px) {
  .cta-box .cta-button {
    height: 60px;
    padding: 0 10px 0 40px;
  }
}
@media (max-width: 768px) {
  .cta-box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cta-box .cta-content,
  .cta-box .cta-image-column {
    width: 100%;
    margin: 0;
  }
  .cta-box .cta-content {
    margin-top: 1rem;
  }
  .cta-box .cta-image-column {
    margin-bottom: 1rem;
  }
}

.champ-button-cta {
  padding: 12px 28px 12px 18px;
  color: #EFD9CA;
  border: 1px solid #EFD9CA;
  border-radius: 15px;
  justify-content: start;
  display: inline-flex; /* oder inline-block */
  align-items: center; /* Icon/Text mittig ausrichten */
  width: auto; /* Keine feste Breite */
  height: auto; /* Keine feste Höhe */
  white-space: normal;
}

.champ-button-app {
  padding-left: 18px;
  padding-right: 28px;
  padding-bottom: 6px;
  width: 250px;
  justify-content: start;
}
.champ-button-app span {
  font-size: 18px;
  white-space: normal;
  text-align: left;
  display: block;
}
.champ-button-app span.now-at {
  font-size: 14px;
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  .champ-button-app span.now-at {
    font-size: 12px;
  }
}
.champ-button-app span.appstore {
  font-size: 20px;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .champ-button-app span.appstore {
    font-size: 18px;
  }
}
.champ-button-app svg {
  border-radius: 50%;
  width: 55px;
  height: 55px;
  padding: 10px;
  padding-bottom: 4px;
}
.champ-button-app svg path {
  fill: #EFD9CA;
}
.champ-button-app svg.champ-dark path {
  fill: rgb(16, 38, 53);
}

/* -------------------------------------------

form

------------------------------------------- */
input,
textarea {
  position: relative;
  height: 70px;
  padding: 0 30px;
  width: 100%;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  color: rgb(16, 38, 53);
  border: none;
  border-bottom: solid 1px #f6e0bb;
  margin-bottom: 30px;
}
input:focus,
textarea:focus {
  outline: inherit;
}
input::placeholder,
textarea::placeholder {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 500;
  color: #6c5c3f;
}

textarea {
  padding: 15px 30px;
  height: 300px;
}

/* -------------------------------------------

breadcrumbs

------------------------------------------- */
.champ-breadcrumbs {
  display: inline-flex;
  align-items: center;
  position: relative;
}
.champ-breadcrumbs:before {
  content: "";
  position: absolute;
  right: calc(100% + 30px);
  top: 10px;
  width: 100vw;
  height: 1px;
  background-color: #ffefd6;
}
.champ-breadcrumbs li {
  list-style-type: none;
}
.champ-breadcrumbs li:after {
  content: "/";
  margin: 0 15px;
  color: rgb(16, 38, 53);
}
.champ-breadcrumbs li a {
  color: rgb(16, 38, 53);
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 500;
  font-size: 12px;
  white-space: nowrap;
  transition: 0.2s cubic-bezier(0, 0, 0.3642, 1);
}
.champ-breadcrumbs li a:hover {
  color: rgb(146, 185, 212);
}
.champ-breadcrumbs li:last-child {
  margin-right: 0;
  cursor: not-allowed;
}
.champ-breadcrumbs li:last-child a {
  opacity: 0.4;
  pointer-events: none;
}
.champ-breadcrumbs li:last-child:after {
  display: none;
}
.champ-breadcrumbs.champ-light:before {
  background-color: rgba(255, 255, 255, 0.1);
}
.champ-breadcrumbs.champ-light li:after {
  color: rgba(255, 255, 255, 0.9);
}
.champ-breadcrumbs.champ-light li a:hover {
  color: rgb(146, 185, 212) !important;
}
.champ-breadcrumbs.champ-center {
  justify-content: center;
}

/* -------------------------------------------

backgrounds

------------------------------------------- */
.champ-dark-bg {
  position: relative;
  background-color: #EFD9CA;
}
.champ-dark-bg:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  pointer-events: none;
  z-index: 2;
  backdrop-filter: invert(100%);
  -webkit-backdrop-filter: invert(100%); /* Safari Unterstützung */
}
.champ-dark-bg .mi-invert-fix {
  height: 100%;
  position: relative;
  pointer-events: none;
  z-index: 3;
}
.champ-dark-bg .mi-invert-fix .container {
  pointer-events: all;
}

.champ-soft-bg {
  background-color: #fffbff;
}

/* -------------------------------------------

spaces

------------------------------------------- */
.champ-mr-30 {
  margin-right: 30px;
}

.champ-mb-5 {
  margin-bottom: 5px;
}

.champ-mb-10 {
  margin-bottom: 10px;
}

.champ-mb-15 {
  margin-bottom: 15px;
}

.champ-mb-20 {
  margin-bottom: 15px;
}

.champ-mb-30 {
  margin-bottom: 30px;
}

.champ-mb-60 {
  margin-bottom: 60px;
}

.champ-mb-90 {
  margin-bottom: 90px;
}

.champ-mb-120 {
  margin-bottom: 120px;
}
@media screen and (max-width: 992px) {
  .champ-mb-120 {
    margin-bottom: 90px;
  }
}

.champ-mt-headline-offset {
  margin-top: 100px;
}

.champ-mt-suptitle-offset {
  margin-top: 70px;
}
@media screen and (max-width: 992px) {
  .champ-mt-suptitle-offset {
    margin-top: 30px;
  }
}

.champ-p-120-120 {
  padding-top: 120px;
  padding-bottom: 120px;
}
@media screen and (max-width: 992px) {
  .champ-p-120-120 {
    padding-top: 90px;
    padding-bottom: 90px;
  }
}

.champ-p-120-90 {
  padding-top: 120px;
  padding-bottom: 90px;
}
@media screen and (max-width: 992px) {
  .champ-p-120-90 {
    padding-top: 90px;
    padding-bottom: 60px;
  }
}

.champ-p-0-120 {
  padding-bottom: 120px;
}
@media screen and (max-width: 992px) {
  .champ-p-0-120 {
    padding-bottom: 90px;
  }
}

.champ-p-120-0 {
  padding-top: 120px;
}
@media screen and (max-width: 992px) {
  .champ-p-120-0 {
    padding-top: 90px;
  }
}

.champ-p-120-60 {
  padding-top: 120px;
  padding-bottom: 60px;
}
@media screen and (max-width: 992px) {
  .champ-p-120-60 {
    padding-top: 90px;
    padding-bottom: 30px;
  }
}

.champ-p-90-90 {
  padding-top: 90px;
  padding-bottom: 90px;
}
@media screen and (max-width: 992px) {
  .champ-p-90-90 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.champ-p-90-120 {
  padding-top: 90px;
  padding-bottom: 120px;
}
@media screen and (max-width: 992px) {
  .champ-p-90-120 {
    padding-top: 60px;
    padding-bottom: 90px;
  }
}

.champ-p-0-90 {
  padding-bottom: 90px;
}
@media screen and (max-width: 992px) {
  .champ-p-0-90 {
    padding-bottom: 60px;
  }
}

.champ-p-0-30 {
  padding-bottom: 30px;
}
@media screen and (max-width: 992px) {
  .champ-p-0-30 {
    padding-bottom: 0;
  }
}

.champ-p-120-30 {
  padding-top: 120px;
  padding-bottom: 30px;
}
@media screen and (max-width: 992px) {
  .champ-p-120-30 {
    padding-top: 90px;
    padding-bottom: 0;
  }
}

.champ-adaptive-right {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 992px) {
  .champ-adaptive-right {
    justify-content: flex-start;
  }
}

.champ-btn-space {
  margin-right: 30px;
  margin-bottom: 30px;
}
@media screen and (max-width: 500px) {
  .champ-btn-space {
    margin-right: 50px;
    margin-bottom: 30px;
  }
}

/* -------------------------------------------

preloader

------------------------------------------- */
.champ-preloader {
  position: fixed;
  z-index: 9;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgb(16, 38, 53);
}
.champ-preloader .champ-preloader-animation {
  opacity: 0;
  position: relative;
  height: 100vh;
  color: #EFD9CA;
}
.champ-preloader .champ-preloader-animation .champ-pos-abs {
  position: absolute;
  height: 100vh;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.champ-preloader .champ-preloader-animation .champ-pos-abs p {
  opacity: 0;
  margin-right: 15px;
}
@media screen and (max-width: 992px) {
  .champ-preloader .champ-preloader-animation .champ-pos-abs {
    flex-direction: column;
  }
  .champ-preloader .champ-preloader-animation .champ-pos-abs p {
    margin-right: 0;
    margin-bottom: 10px;
  }
}
.champ-preloader .champ-preloader-animation .champ-pos-abs .champ-reveal-frame {
  position: relative;
  padding: 0 30px;
}
.champ-preloader .champ-preloader-animation .champ-pos-abs .champ-reveal-frame .champ-reveal-box {
  z-index: 4;
  position: absolute;
  opacity: 0;
  height: 100%;
  background-color: rgb(146, 185, 212);
}
.champ-preloader.champ-hidden {
  pointer-events: none;
}

/* -------------------------------------------

cursor

------------------------------------------- */
.champ-ball {
  width: 20px;
  height: 20px;
  position: fixed;
  z-index: 10;
  background-color: rgb(16, 38, 53);
  border-radius: 50%;
  pointer-events: none;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0.1;
}
.champ-ball .champ-icon-1 {
  position: absolute;
  width: 40px;
  height: 40px;
  transform: scale(0);
}
.champ-ball .champ-icon-1 svg {
  fill: rgba(255, 255, 255, 0.9);
}
.champ-ball .champ-more-text, .champ-ball .champ-choose-text {
  position: absolute;
  width: 100%;
  text-align: center;
  display: block;
  color: rgba(255, 255, 255, 0.9);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
  transform: scale(0);
}
.champ-ball.champ-accent .champ-icon-1 svg {
  fill: rgb(16, 38, 53);
}
.champ-ball.champ-accent .champ-more-text, .champ-ball.champ-accent .champ-choose-text {
  color: rgb(16, 38, 53);
}
@media screen and (max-width: 1200px) {
  .champ-ball {
    display: none;
  }
}

/* -------------------------------------------

hidden elements

------------------------------------------- */
.champ-hidden-elements .champ-dodecahedron, .champ-hidden-elements .champ-lines, .champ-hidden-elements .champ-arrow {
  display: none;
}

/* -------------------------------------------

scrollbar

------------------------------------------- */
::-webkit-scrollbar {
  display: none;
}

.champ-progress-track {
  position: fixed;
  z-index: 10;
  top: 0;
  right: 0;
  width: 4px;
  height: 100%;
  background-color: rgb(16, 38, 53);
}
.champ-progress-track .champ-progress {
  width: 4px;
  height: 0;
  background-color: rgb(146, 185, 212);
}
@media screen and (max-width: 992px) {
  .champ-progress-track {
    display: none;
  }
}

/* -------------------------------------------

frame

------------------------------------------- */
.champ-logo {
  display: inline-block;
  height: 30px;
  width: 150px;
  background-image: url("../img/logo/CHAMP_dark.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 1200px) {
  .champ-logo {
    font-size: 36px;
    background-image: url("../img/logo/CHAMP_light.png");
  }
}
@media screen and (max-width: 1560px) {
  .champ-logo {
    width: 100px;
  }
}
@media screen and (max-width: 1450px) {
  .champ-logo {
    width: 80px;
  }
}

.champ-logo-footer {
  display: inline-block;
  height: 30px;
  width: 150px;
  background-image: url("../img/logo/CHAMP_light.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.champ-frame {
  padding: 50px 60px 60px 60px;
  position: fixed;
  z-index: 2;
  pointer-events: none;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1200px) {
  .champ-frame {
    padding: 30px;
  }
}
@media screen and (max-width: 1200px) {
  .champ-frame {
    padding: 0;
    z-index: 999;
    height: 90px;
  }
}
@media screen and (max-width: 1200px) {
  .champ-frame .champ-frame-top {
    height: 90px;
    background-color: rgba(16, 38, 53, 0.4);
    padding: 0 30px;
    backdrop-filter: blur(8px);
  }
  .champ-frame .champ-frame-top .champ-logo {
    color: #EFD9CA;
  }
  .champ-frame .champ-frame-top .champ-menu-btn span, .champ-frame .champ-frame-top .champ-menu-btn span:after, .champ-frame .champ-frame-top .champ-menu-btn span:before {
    background: #EFD9CA;
  }
}
.champ-frame .champ-frame-bottom {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media screen and (max-width: 1200px) {
  .champ-frame .champ-frame-bottom {
    display: none;
  }
}
.champ-frame .champ-frame-bottom .champ-current-page {
  pointer-events: none;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 12px;
  width: 300px;
  color: rgb(16, 38, 53);
  transform: rotate(-90deg) translateX(138px) translateY(-138px);
}
.champ-frame .champ-frame-bottom .champ-back-to-top {
  width: 300px;
  transform: rotate(-90deg) translateX(130px) translateY(130px);
  pointer-events: all;
}

.champ-frame-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.champ-frame-top .champ-logo {
  pointer-events: all;
  color: rgb(16, 38, 53);
}

/* -------------------------------------------

menu button

------------------------------------------- */
.champ-menu-btn {
  pointer-events: all;
  height: 28px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}
@media screen and (max-width: 992px) {
  .champ-menu-btn {
    transform: scale(0.85);
  }
}
.champ-menu-btn span, .champ-menu-btn span:after, .champ-menu-btn span:before {
  content: "";
  display: block;
  width: 28px;
  height: 2.5px;
  background: rgb(16, 38, 53);
  backface-visibility: hidden;
  transition: inherit;
}
.champ-menu-btn span {
  position: relative;
}
.champ-menu-btn span:after, .champ-menu-btn span:before {
  position: absolute;
}
.champ-menu-btn span:before {
  top: -9px;
}
.champ-menu-btn span:after {
  width: 18px;
  top: 9px;
}
.champ-menu-btn.champ-active span {
  transform: rotate(45deg);
}
.champ-menu-btn.champ-active span:before {
  transform: translate(0px, 9px) rotate(-90deg);
}
.champ-menu-btn.champ-active span:after {
  opacity: 0;
  width: 24px;
  transform: translate(0px, -9px) rotate(-90deg);
}

/* -------------------------------------------

menu

------------------------------------------- */
.champ-menu-frame {
  position: fixed;
  z-index: 9;
  width: 100%;
  height: 100vh;
  background-color: rgb(16, 38, 53);
  opacity: 0;
  pointer-events: none;
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}
.champ-menu-frame .container {
  pointer-events: none;
}
.champ-menu-frame .champ-frame-top {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 50px 60px;
}
@media screen and (max-width: 1200px) {
  .champ-menu-frame .champ-frame-top {
    display: none;
  }
}
.champ-menu-frame .champ-frame-top .champ-logo {
  color: #EFD9CA;
}
.champ-menu-frame .champ-frame-top .champ-menu-btn span, .champ-menu-frame .champ-frame-top .champ-menu-btn span:after, .champ-menu-frame .champ-frame-top .champ-menu-btn span:before {
  background-color: #EFD9CA;
}
.champ-menu-frame .champ-main-menu {
  transform: translateX(-30px);
  opacity: 0;
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}
@media screen and (max-width: 1200px) {
  .champ-menu-frame .champ-main-menu {
    transform: translateY(30px);
  }
}
.champ-menu-frame .champ-menu-right-frame {
  padding-left: 60px;
  position: relative;
  height: 100vh;
  display: flex;
  align-items: flex-end;
  border-left: solid 1px rgba(255, 255, 255, 0.1);
  opacity: 0;
  transform: translateY(30px);
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}
.champ-menu-frame .champ-menu-right-frame .champ-menu-right {
  padding-bottom: 60px;
}
.champ-menu-frame .champ-menu-right-frame .champ-animation-in {
  position: absolute;
  top: -320px;
  right: 0;
  opacity: 0;
  transform: translateY(-60px);
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}
@media screen and (max-width: 1200px) {
  .champ-menu-frame .champ-menu-right-frame {
    display: none;
  }
}
@media screen and (max-height: 800px) {
  .champ-menu-frame .champ-menu-right-frame {
    display: none;
  }
}
.champ-menu-frame.champ-active {
  opacity: 1;
  pointer-events: all;
}
.champ-menu-frame.champ-active .container {
  pointer-events: all;
}
.champ-menu-frame.champ-active .champ-main-menu {
  transform: translateX(0);
  transform: translateY(0);
  opacity: 1;
  transition-delay: 0.4s;
}
.champ-menu-frame.champ-active .champ-menu-right-frame {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.6s;
}
.champ-menu-frame.champ-active .champ-menu-right-frame .champ-animation-in {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.8s;
}

.champ-menu-list li {
  list-style-type: none;
  margin-bottom: 15px;
}
.champ-menu-list li:last-child {
  margin-bottom: 0;
}
.champ-menu-list li a {
  display: block;
  transition: 0.2s cubic-bezier(0, 0, 0.3642, 1);
}
.champ-menu-list li a:hover {
  transform: translateX(5px);
  color: #EFD9CA;
}
.champ-menu-list.champ-hori-list {
  display: flex;
}
.champ-menu-list.champ-hori-list li {
  margin-bottom: 0;
  margin-right: 30px;
}
.champ-menu-list.champ-dark li a {
  color: rgb(16, 38, 53);
}

.champ-main-menu {
  height: 100vh;
  display: flex;
  align-items: center;
}
.champ-main-menu ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.champ-main-menu ul li {
  margin-bottom: 40px;
}
.champ-main-menu ul li:last-child {
  margin-bottom: 0;
}
.champ-main-menu ul li a {
  position: relative;
  display: flex;
  align-items: center;
  font-weight: 500;
  color: #EFD9CA;
  font-size: 34px;
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}
@media screen and (max-width: 992px) {
  .champ-main-menu ul li a {
    font-size: 26px;
  }
}
.champ-main-menu ul li a:before {
  content: "";
  position: absolute;
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #EFD9CA;
  transform: scale(0);
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}
.champ-main-menu ul li a:hover {
  color: rgb(146, 185, 212);
}
.champ-main-menu ul li a.champ-active {
  padding-left: 25px;
}
.champ-main-menu ul li a.champ-active:before {
  transform: scale(1);
  background-color: rgb(146, 185, 212);
}
.champ-main-menu ul li.champ-active > a {
  color: rgb(146, 185, 212);
}
.champ-main-menu ul li.champ-active > a:hover {
  color: rgb(146, 185, 212) !important;
  filter: brightness(110%);
}
.champ-main-menu ul li.champ-has-children > a:hover {
  color: rgb(146, 185, 212);
  padding-left: 25px;
}
.champ-main-menu ul li.champ-has-children > a:hover:before {
  transform: scale(1);
}
.champ-main-menu ul li.champ-has-children ul {
  padding-left: 25px;
  overflow: hidden;
  max-height: 0;
  transition: 0.6s cubic-bezier(0, 0, 0.3642, 1);
}
.champ-main-menu ul li.champ-has-children ul li {
  margin-bottom: 5px;
}
.champ-main-menu ul li.champ-has-children ul li:first-child {
  margin-top: 40px;
}
.champ-main-menu ul li.champ-has-children ul li a {
  display: block;
  font-size: 12px;
  color: #EFD9CA;
  letter-spacing: 2px;
  font-weight: 500;
  text-transform: uppercase;
}
.champ-main-menu ul li.champ-has-children ul li a:before {
  display: none;
}
.champ-main-menu ul li.champ-has-children ul li a:hover {
  color: rgb(146, 185, 212);
  transform: translateX(5px);
}
.champ-main-menu ul li.champ-has-children ul.champ-active {
  max-height: 200px;
}
@media screen and (max-width: 1200px) {
  .champ-main-menu {
    justify-content: center;
  }
  .champ-main-menu ul {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .champ-main-menu ul li {
    margin-bottom: 30px;
  }
  .champ-main-menu ul li a {
    justify-content: center;
  }
  .champ-main-menu ul li a:before {
    display: none;
  }
  .champ-main-menu ul li a.champ-active {
    padding-left: 0 !important;
  }
  .champ-main-menu ul li.champ-has-children ul {
    padding-left: 0;
  }
  .champ-main-menu ul li.champ-has-children ul li:first-child {
    margin-top: 30px;
  }
}

/* -------------------------------------------

banner

------------------------------------------- */
.short-banner {
  height: 30vh !important;
}

.banner-auto-height {
  height: auto !important;
}
@media screen and (min-width: 480px) {
  .banner-auto-height {
    height: 100vh !important;
  }
}

.champ-banner {
  height: 100vh;
}
.champ-banner .container {
  height: 100%;
  display: flex;
  align-items: center;
}
.champ-banner .champ-banner-content {
  width: 100%;
  padding-bottom: 120px;
  position: relative;
}
@media screen and (max-width: 992px) {
  .champ-banner .champ-banner-content {
    padding-bottom: 90px;
  }
}
.champ-banner .champ-lines-place {
  position: absolute;
  left: 0;
  bottom: calc(100% + 120px);
}

.champ-inner-banner .champ-banner-content {
  padding: 150px 0 0 0;
}
@media screen and (max-width: 1200px) {
  .champ-inner-banner .champ-banner-content {
    padding: 180px 0 0 0;
  }
}

.champ-banner-personal {
  height: 100vh;
  background-color: #ffefd6;
}
.champ-banner-personal .champ-banner-content {
  position: relative;
  padding-top: 90px;
}
@media screen and (max-width: 992px) {
  .champ-banner-personal .champ-banner-content {
    padding-top: 180px;
  }
}
.champ-banner-personal .champ-banner-content .champ-personal-text {
  margin-bottom: 300px;
}
@media screen and (max-width: 992px) {
  .champ-banner-personal .champ-banner-content .champ-personal-text {
    margin-bottom: 80px;
    text-align: center;
  }
}
.champ-banner-personal .champ-banner-content .champ-banner-panel {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 60px 0 90px;
  background-color: #EFD9CA;
  height: 180px;
  position: absolute;
  top: calc(100vh - 180px);
  left: 0;
  width: 100%;
}
@media screen and (max-width: 992px) {
  .champ-banner-personal .champ-banner-content .champ-banner-panel {
    flex-direction: column;
    height: auto;
    padding: 60px 30px;
  }
  .champ-banner-personal .champ-banner-content .champ-banner-panel h5 {
    margin-bottom: 60px;
    text-align: center;
    width: 80%;
  }
}
.champ-banner-personal .champ-banner-content .champ-banner-panel .champ-right {
  display: flex;
}
.champ-banner-personal .champ-banner-content .champ-banner-panel .champ-right .champ-social-frame {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 30px;
  padding: 0 50px;
  background-color: #ffefd6;
  height: 70px;
  border-radius: 70px;
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}
.champ-banner-personal .champ-banner-content .champ-banner-panel .champ-right .champ-social-frame:hover {
  transform: scale(1.015);
}
@media screen and (max-width: 992px) {
  .champ-banner-personal .champ-banner-content .champ-banner-panel .champ-right {
    flex-direction: column;
  }
  .champ-banner-personal .champ-banner-content .champ-banner-panel .champ-right .champ-social-frame {
    margin-right: 0;
    margin-bottom: 30px;
    height: 60px;
  }
}
.champ-banner-personal .champ-banner-content .champ-banner-panel .champ-button {
  margin: 0 !important;
}
@media screen and (max-width: 992px) {
  .champ-banner-personal .champ-banner-content .champ-banner-panel {
    bottom: 0;
    top: auto;
  }
}
@media screen and (max-width: 768px) {
  .champ-banner-personal .champ-banner-content .champ-banner-panel {
    position: static;
    margin-bottom: 90px;
  }
}
@media screen and (max-width: 992px) {
  .champ-banner-personal {
    height: auto;
  }
}

.champ-portrait-frame {
  position: relative;
}
.champ-portrait-frame img {
  position: relative;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.champ-portrait-frame .champ-nimbus {
  background: radial-gradient(50% 50% at 50% 50%, rgb(146, 185, 212) 0%, rgba(250, 168, 69, 0) 100%);
  width: 100%;
  padding-bottom: 100%;
  position: absolute;
  opacity: 0.6;
}
@media screen and (max-width: 768px) {
  .champ-portrait-frame {
    height: 400px;
  }
  .champ-portrait-frame img {
    object-fit: cover;
    object-position: top;
  }
}

/* -------------------------------------------

circle text

------------------------------------------- */
.champ-circle-text {
  position: absolute;
  right: 0;
  bottom: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 140px;
  height: 140px;
}
.champ-circle-text .champ-ct-svg {
  transform: scale(2);
  width: 140px;
  height: 140px;
}
.champ-circle-text .champ-ct-svg text {
  fill: rgba(255, 255, 255, 0.4);
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}
.champ-circle-text .champ-button {
  position: absolute;
}
.champ-circle-text:hover svg text {
  fill: #EFD9CA;
}
@media screen and (max-width: 992px) {
  .champ-circle-text {
    display: none;
  }
}

/* -------------------------------------------

lines

------------------------------------------- */
@keyframes move {
  from {
    transform: translateY(-75px);
  }
  50% {
    transform: translateY(75px);
  }
  to {
    transform: translateY(-75px);
  }
}
.champ-lines-place .champ-lines {
  opacity: 0.05;
  pointer-events: none;
}
@media screen and (max-width: 992px) {
  .champ-lines-place .champ-lines {
    display: none;
  }
}
.champ-lines-place .champ-lines path, .champ-lines-place .champ-lines rect, .champ-lines-place .champ-lines line {
  stroke: rgb(16, 38, 53);
}
.champ-lines-place .champ-lines .champ-move {
  animation: move 10s linear infinite;
}
.champ-lines-place.champ-light .champ-lines {
  opacity: 0.2;
}
.champ-lines-place.champ-light .champ-lines path, .champ-lines-place.champ-light .champ-lines rect, .champ-lines-place.champ-light .champ-lines line {
  stroke: #EFD9CA;
}

/* -------------------------------------------

dodecahedron

------------------------------------------- */
.champ-animation-frame {
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
  animation: jump 10s linear infinite;
  pointer-events: none;
}

.champ-animation {
  position: absolute;
  display: inline-block;
  width: 300px;
  height: 300px;
  opacity: 0.2;
  pointer-events: none;
}

.champ-position-1 {
  top: 100px;
  right: 100px;
}
.champ-position-1 .champ-pentagon div {
  border-top: 0.1px solid #EFD9CA;
}

.champ-position-2 {
  top: -60px;
  left: 15%;
}
.champ-position-2 .champ-pentagon div {
  border-top: 1px solid #EFD9CA;
}
.champ-position-2 .champ-dodecahedron {
  animation-delay: 0.5s;
}
@media screen and (max-width: 1400px) {
  .champ-position-2 {
    display: none;
  }
}

.champ-position-3 {
  bottom: -100px;
  right: 35%;
}
.champ-position-3 .champ-pentagon div {
  border-top: 1px solid #EFD9CA;
}
.champ-position-3 .champ-dodecahedron {
  animation-delay: 1s;
}
@media screen and (max-width: 1400px) {
  .champ-position-3 {
    display: none;
  }
}

.champ-position-4 {
  top: -60px;
  right: 20%;
}
.champ-position-4 .champ-pentagon div {
  border-top: 0.1px solid #EFD9CA;
}
.champ-position-4 .champ-dodecahedron {
  animation-delay: 0.5s;
}
@media screen and (max-width: 1400px) {
  .champ-position-4 {
    display: none;
  }
}
.champ-position-4.champ-dark .champ-pentagon div {
  border-top: 0.1px solid rgb(16, 38, 53);
}

.champ-dodecahedron {
  position: relative;
  left: 100px;
  top: 40px;
  width: 100px;
  height: 223px;
  transform-style: preserve-3d;
  animation: rotate 100s infinite linear;
}
@keyframes rotate {
  from {
    transform: rotateX(0deg) rotateY(360deg) rotateZ(360deg);
  }
  to {
    transform: rotateX(360deg) rotateY(0deg) rotateZ(-360deg);
  }
}

.champ-pentagon {
  position: absolute;
  width: 100px;
}
.champ-pentagon:nth-child(1) {
  transform: rotateY(0.2turn) translateZ(69px) rotateX(26.5deg);
}
.champ-pentagon:nth-child(6) {
  bottom: 0;
  transform: rotateY(0.2turn) translateZ(-69px) rotateX(206.5deg);
}
.champ-pentagon:nth-child(2) {
  transform: rotateY(0.4turn) translateZ(69px) rotateX(26.5deg);
}
.champ-pentagon:nth-child(7) {
  bottom: 0;
  transform: rotateY(0.4turn) translateZ(-69px) rotateX(206.5deg);
}
.champ-pentagon:nth-child(3) {
  transform: rotateY(0.6turn) translateZ(69px) rotateX(26.5deg);
}
.champ-pentagon:nth-child(8) {
  bottom: 0;
  transform: rotateY(0.6turn) translateZ(-69px) rotateX(206.5deg);
}
.champ-pentagon:nth-child(4) {
  transform: rotateY(0.8turn) translateZ(69px) rotateX(26.5deg);
}
.champ-pentagon:nth-child(9) {
  bottom: 0;
  transform: rotateY(0.8turn) translateZ(-69px) rotateX(206.5deg);
}
.champ-pentagon:nth-child(5) {
  transform: rotateY(1turn) translateZ(69px) rotateX(26.5deg);
}
.champ-pentagon:nth-child(10) {
  bottom: 0;
  transform: rotateY(1turn) translateZ(-69px) rotateX(206.5deg);
}
.champ-pentagon:nth-child(11) {
  transform: translateZ(69px) rotateX(-90deg);
}
.champ-pentagon:nth-child(12) {
  bottom: 0;
  transform: translateZ(-69px) rotateX(90deg);
}
.champ-pentagon div {
  position: absolute;
  width: 100px;
  height: 69px;
  transform-origin: bottom;
}
.champ-pentagon div:nth-child(1) {
  transform: rotate(0.2turn);
}
.champ-pentagon div:nth-child(2) {
  transform: rotate(0.4turn);
}
.champ-pentagon div:nth-child(3) {
  transform: rotate(0.6turn);
}
.champ-pentagon div:nth-child(4) {
  transform: rotate(0.8turn);
}
.champ-pentagon div:nth-child(5) {
  transform: rotate(1turn);
}

@keyframes jump {
  0% {
    transform: translateY(-30px);
  }
  50% {
    transform: translateY(30px);
  }
  100% {
    transform: translateY(-30px);
  }
}
/* -------------------------------------------

about

------------------------------------------- */
.champ-about-quote {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.champ-about-quote .champ-avatar {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  position: relative;
}
.champ-about-quote .champ-avatar:after {
  content: ' " ';
  color: rgb(16, 38, 53);
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: rgb(146, 185, 212);
  position: absolute;
  bottom: 0;
  right: 0;
  display: flex;
  padding-top: 12px;
  justify-content: center;
  font-size: 36px;
}
.champ-about-quote .champ-avatar img {
  border-radius: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}
.champ-about-quote .champ-quote {
  padding-left: 30px;
  width: calc(100% - 90px);
}
@media screen and (max-width: 992px) {
  .champ-about-quote .champ-avatar {
    width: 70px;
    height: 70px;
  }
  .champ-about-quote .champ-avatar:after {
    padding-top: 7px;
    width: 25px;
    height: 25px;
    font-size: 24px;
  }
  .champ-about-quote .champ-quote {
    font-size: 16px;
    padding-left: 30px;
    width: calc(100% - 70px);
  }
}

.champ-about-photo {
  position: relative;
}
.champ-about-photo .champ-lines-place {
  position: absolute;
  top: -120px;
  left: -27%;
}

/* -------------------------------------------

partners

------------------------------------------- */
.champ-infinite-show .swiper-wrapper {
  transition-timing-function: linear;
}

.champ-partner-frame {
  display: block;
}
.champ-partner-frame img {
  width: 100%;
}

/* -------------------------------------------

services

------------------------------------------- */
.champ-complex-text {
  display: flex;
  align-items: center;
}
.champ-complex-text .champ-button {
  margin-left: 30px;
}
@media screen and (max-width: 768px) {
  .champ-complex-text {
    flex-direction: column;
  }
  .champ-complex-text .champ-button {
    margin-left: 0;
    margin-top: 60px;
  }
}

.champ-text-image {
  height: 80px;
  width: 250px;
  display: inline-block;
  overflow: hidden;
  border-radius: 70px;
  margin-right: 30px;
}
.champ-text-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}
.champ-text-image:hover img {
  transform: scale(1.05);
}
@media screen and (max-width: 768px) {
  .champ-text-image {
    display: none;
  }
}

.spacer {
  flex-grow: 1;
}

.champ-service-card-sm {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 60px 30px 30px;
  height: 100%;
}
.champ-service-card-sm p {
  opacity: 0;
  transform: translateY(10px);
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}
.champ-service-card-sm .champ-button {
  transform: scale(0.3);
  filter: grayscale(100%);
  opacity: 0;
}
.champ-service-card-sm:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 4px;
  width: 0;
  background-color: rgb(146, 185, 212);
  transition: 0.6s cubic-bezier(0, 0, 0.3642, 1);
}
.champ-service-card-sm:hover p {
  opacity: 1;
  transform: translateY(0);
}
.champ-service-card-sm:hover .champ-button {
  transform: scale(1);
  filter: grayscale(0);
  opacity: 1;
}
.champ-service-card-sm:hover:before {
  width: 100%;
}
@media screen and (max-width: 992px) {
  .champ-service-card-sm p {
    opacity: 1;
    transform: translateY(0);
  }
  .champ-service-card-sm .champ-button {
    transform: scale(1);
    filter: grayscale(0);
    opacity: 1;
  }
}

.custom-p {
  width: auto;
  align-self: center !important;
}

.champ-services-grid {
  border-top: solid 1px rgba(255, 255, 255, 0.1);
}
.champ-services-grid .champ-services-grid-item {
  border-right: solid 1px rgba(255, 255, 255, 0.1);
}
.champ-services-grid .champ-services-grid-item:first-child {
  border-left: solid 1px rgba(255, 255, 255, 0.1);
}
@media screen and (max-width: 992px) {
  .champ-services-grid {
    padding-bottom: 90px;
  }
  .champ-services-grid .champ-services-grid-item {
    border-bottom: solid 1px rgba(255, 255, 255, 0.1);
  }
  .champ-services-grid .champ-services-grid-item:nth-child(3) {
    border-left: solid 1px rgba(255, 255, 255, 0.1);
  }
}
@media screen and (max-width: 768px) {
  .champ-services-grid {
    padding-bottom: 90px;
  }
  .champ-services-grid .champ-services-grid-item {
    border-left: solid 1px rgba(255, 255, 255, 0.1);
    border-bottom: solid 1px rgba(255, 255, 255, 0.1);
  }
}

.champ-best-subscription {
  background-color: #fff8f2 !important;
}

.champ-service-card-lg {
  display: block;
  border: solid 1px rgba(16, 38, 53, 0.2) !important;
  border-radius: 20px;
}
.champ-service-card-lg .champ-descr {
  padding-right: 30px;
}
.champ-service-card-lg.champ-offset {
  margin-top: 60px;
  margin-bottom: 60px;
}
@media screen and (max-width: 992px) {
  .champ-service-card-lg.champ-offset {
    margin-top: 0;
  }
}
@media screen and (max-width: 992px) {
  .champ-service-card-lg {
    margin-bottom: 60px;
  }
}
.champ-service-card-lg.champ-other-card {
  position: relative;
  border: solid 1px #fff8f2;
  padding: 60px 60px 10px;
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}
.champ-service-card-lg.champ-other-card .champ-descr {
  padding-right: 0;
}
@media screen and (max-width: 1200px) {
  .champ-service-card-lg.champ-other-card {
    padding: 30px;
  }
}

.champ-service-list li {
  border-bottom: solid 1px rgba(16, 38, 53, 0.2);
  list-style-type: none;
  padding: 15px 0;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 500;
  font-size: 12px;
}
.champ-service-list li:first-child {
  border-top: solid 1px rgba(16, 38, 53, 0.2);
}
.champ-service-list li:last-child {
  border-bottom: none !important;
}
.champ-service-list li.no-top-border {
  border-top: none !important;
}
.champ-service-list.champ-light li {
  color: rgba(255, 255, 255, 0.6);
}
.champ-service-list.champ-dark li {
  border-bottom: solid 1px #ffefd6;
}
.champ-service-list.champ-dark li:first-child {
  border-top: solid 1px #ffefd6;
}

.champ-price-list {
  list-style-type: none;
}

.champ-service-card-desc {
  border-radius: 15px;
  height: 320px;
}
@media screen and (max-width: 1399px) {
  .champ-service-card-desc {
    height: 370px;
  }
}
@media screen and (max-width: 1199px) {
  .champ-service-card-desc {
    height: 320px;
  }
}
@media screen and (max-width: 992px) {
  .champ-service-card-desc {
    height: 250px;
  }
}
@media screen and (max-width: 580px) {
  .champ-service-card-desc {
    height: 270px;
  }
}
@media screen and (max-width: 440px) {
  .champ-service-card-desc {
    height: 300px;
  }
}

.champ-service-list-icon {
  display: flex;
  justify-content: space-between;
  padding: 8px 0;
}
.champ-service-list-icon span {
  width: 150px;
}
@media screen and (max-width: 992px) {
  .champ-service-list-icon span {
    width: 300px;
  }
}
@media screen and (max-width: 440px) {
  .champ-service-list-icon span {
    width: 150px;
  }
}

.tag {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: rgb(146, 185, 212);
  padding: 10px 20px;
  font-weight: 500;
  border-radius: 15px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

/* -------------------------------------------

team

------------------------------------------- */
.champ-team-card {
  position: relative;
  overflow: hidden;
  padding-bottom: 130%;
}
.champ-team-card:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 4px;
  width: 0;
  background-color: rgb(146, 185, 212);
  transition: 0.6s cubic-bezier(0, 0, 0.3642, 1);
}
.champ-team-card img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
  transform: scale(1.05);
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
  filter: brightness(100%) grayscale(80%);
}
.champ-team-card.champ-offset-card {
  transform: translateY(60px);
}
@media screen and (max-width: 992px) {
  .champ-team-card.champ-offset-card {
    transform: none;
  }
}
.champ-team-card .champ-description {
  opacity: 0;
  text-align: center;
  background-color: #d9c4a0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 60px 30px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  pointer-events: none;
  transition: 0.6s cubic-bezier(0, 0, 0.3642, 1);
}
.champ-team-card .champ-description .champ-secrc-text {
  opacity: 0;
  transform: translateY(15px);
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
  transition-delay: 0s;
}
.champ-team-card .champ-description .champ-secrc-text a {
  color: rgb(16, 38, 53);
  transition: 0.2s cubic-bezier(0, 0, 0.3642, 1);
}
.champ-team-card .champ-description .champ-secrc-text a:hover {
  color: #6c5c3f;
}
.champ-team-card:hover img {
  transform: scale(1);
}
.champ-team-card:hover:after {
  width: 100%;
}
.champ-team-card:hover .champ-description {
  opacity: 1;
  pointer-events: all;
}
.champ-team-card:hover .champ-description .champ-secrc-text {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.1s;
}

.champ-team-list {
  position: relative;
}
.champ-team-list .champ-lines-place {
  position: absolute;
  top: -120px;
  left: -22.5%;
}

/* -------------------------------------------

social icons

------------------------------------------- */
.fa-center {
  align-self: center;
}

.champ-social-icons {
  font-size: 24px;
  padding: 0;
  margin: 0;
  display: flex;
}
.champ-social-icons.champ-center {
  justify-content: center;
}
.champ-social-icons li {
  list-style-type: none;
  margin-right: 15px;
}
.champ-social-icons li:last-child {
  margin-right: 0;
}
.champ-social-icons li a {
  color: #EFD9CA;
  font-size: 18px;
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}
.champ-social-icons li a:hover {
  color: rgb(146, 185, 212);
}
.champ-social-icons.champ-dark li a {
  color: rgb(16, 38, 53);
}
.champ-social-icons.champ-dark li a:hover {
  color: rgb(146, 185, 212);
}

/* -------------------------------------------

revievs

------------------------------------------- */
.champ-revi-pagination {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 992px) {
  .champ-revi-pagination {
    flex-wrap: wrap;
  }
}
.champ-revi-pagination .swiper-pagination-bullet {
  padding: 0;
  width: 110px;
  height: 110px;
  padding: 10px;
  opacity: 1;
  border: none;
  background-color: transparent;
  margin: 0 !important;
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1) !important;
}
@media screen and (max-width: 992px) {
  .champ-revi-pagination .swiper-pagination-bullet {
    width: 90px;
    height: 90px;
  }
}
.champ-revi-pagination .swiper-pagination-bullet:nth-child(2n) {
  margin-top: 30px !important;
}
@media screen and (max-width: 992px) {
  .champ-revi-pagination .swiper-pagination-bullet:nth-child(2n) {
    margin-top: 0 !important;
  }
}
.champ-revi-pagination .swiper-pagination-bullet:hover {
  box-shadow: inset 0 0 0 4px #EFD9CA;
}
.champ-revi-pagination .swiper-pagination-bullet .champ-custom-dot {
  background-color: red;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background-size: cover;
  background-position: top;
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1) !important;
}
@media screen and (max-width: 992px) {
  .champ-revi-pagination .swiper-pagination-bullet .champ-custom-dot {
    width: 70px;
    height: 70px;
  }
}
.champ-revi-pagination .swiper-pagination-bullet .champ-custom-dot.champ-slide-1 {
  background-image: url(../img/faces/customers/1.jpg);
}
.champ-revi-pagination .swiper-pagination-bullet .champ-custom-dot.champ-slide-2 {
  background-image: url(../img/faces/customers/2.jpg);
}
.champ-revi-pagination .swiper-pagination-bullet .champ-custom-dot.champ-slide-3 {
  background-image: url(../img/faces/customers/3.jpg);
}
.champ-revi-pagination .swiper-pagination-bullet .champ-custom-dot.champ-slide-4 {
  background-image: url(../img/faces/customers/4.jpg);
}
.champ-revi-pagination .swiper-pagination-bullet .champ-custom-dot.champ-slide-5 {
  background-image: url(../img/faces/customers/5.jpg);
}
.champ-revi-pagination .swiper-pagination-bullet .champ-custom-dot.champ-slide-6 {
  background-image: url(../img/faces/customers/6.jpg);
}
.champ-revi-pagination .swiper-pagination-bullet .champ-custom-dot.champ-slide-7 {
  background-image: url(../img/faces/customers/7.jpg);
}
.champ-revi-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  box-shadow: inset 0 0 0 4px rgb(146, 185, 212);
}

.champ-quote-icon {
  display: block;
  margin: 0 auto;
  width: 40px;
  height: 40px;
  margin-bottom: 15px;
}
.champ-quote-icon path {
  fill: rgb(146, 185, 212);
}

.champ-slider-nav {
  display: flex;
}
.champ-slider-nav .champ-slider-arrow {
  width: 40px;
  height: 40px;
  padding: 10px;
  background-color: rgb(16, 38, 53);
  border-radius: 50%;
  cursor: pointer;
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}
.champ-slider-nav .champ-slider-arrow svg path {
  fill: rgb(146, 185, 212);
}
.champ-slider-nav .champ-slider-arrow.champ-prev {
  margin-right: 10px;
  transform: rotate(180deg);
}
.champ-slider-nav .champ-slider-arrow.swiper-button-disabled {
  opacity: 0.1;
  cursor: not-allowed;
}
.champ-slider-nav .champ-slider-arrow:hover {
  transform: scale(1.15);
}
.champ-slider-nav .champ-slider-arrow:hover.champ-prev {
  transform: rotate(180deg) scale(1.15);
}
.champ-slider-nav.champ-reviews-nav {
  position: absolute;
  top: 160px;
  left: 0;
  width: 100%;
  justify-content: space-between;
}
@media screen and (max-width: 992px) {
  .champ-slider-nav.champ-reviews-nav {
    top: 0;
  }
}
.champ-slider-nav.champ-soft .champ-slider-arrow {
  background-color: #fff8f2;
}
.champ-slider-nav.champ-soft .champ-slider-arrow svg path {
  fill: rgb(16, 38, 53);
}

/* -------------------------------------------

blog

------------------------------------------- */
.champ-blog-card {
  display: block;
}
.champ-blog-card .champ-cover-frame {
  position: relative;
  overflow: hidden;
  padding-bottom: 65%;
  margin-bottom: 30px;
}
.champ-blog-card .champ-cover-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}
.champ-blog-card .champ-post-descr {
  padding: 30px 30px 0 0;
}
.champ-blog-card .champ-post-descr .champ-post-text {
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.champ-blog-card:hover .champ-cover-frame img {
  transform: scale(1.05);
}
.champ-blog-card.champ-blog-card-hori {
  padding-top: 60px;
  border-top: solid 1px #fff8f2;
  display: flex;
  align-items: center;
}
.champ-blog-card.champ-blog-card-hori .champ-cover-frame {
  margin-bottom: 0;
  width: 450px;
  padding-bottom: 27%;
}
.champ-blog-card.champ-blog-card-hori .champ-post-descr {
  width: calc(100% - 450px);
  padding: 0;
  padding-left: 60px;
}
@media screen and (max-width: 992px) {
  .champ-blog-card.champ-blog-card-hori {
    display: block;
    padding-top: 0;
    border: none;
  }
  .champ-blog-card.champ-blog-card-hori .champ-cover-frame {
    width: 100%;
    padding-bottom: 65%;
    margin-bottom: 30px;
  }
  .champ-blog-card.champ-blog-card-hori .champ-post-descr {
    width: 100%;
    padding: 30px 30px 0 0;
  }
}

.champ-labels {
  display: flex;
  align-items: center;
  padding: 0;
}
.champ-labels .champ-label {
  margin-right: 15px;
}
.champ-labels .champ-label:last-child {
  margin-right: 0;
}

.champ-pagination {
  padding-top: 60px;
  border-top: solid 1px #ffefd6;
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

.champ-pagination-btn {
  display: inline-block;
  width: 40px;
  height: 40px;
  font-size: 12px;
  font-weight: 500;
  border-radius: 50%;
  background-color: #fffbff;
  border-width: 1.5px;
  border-color: rgb(16, 38, 53);
  border-style: solid;
  color: rgb(16, 38, 53);
  text-align: center;
  line-height: 40px;
  text-decoration: none;
  margin-right: 10px;
}

.champ-pagination-btn.champ-active {
  background-color: rgb(146, 185, 212);
}

.champ-category-list {
  display: flex;
}
.champ-category-list li {
  list-style-type: none;
  margin-right: 10px;
}
.champ-category-list li:last-child {
  margin-right: 0;
}
.champ-category-list li a {
  height: 40px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: transparent;
  padding: 0 20px;
  border-radius: 40px;
  color: rgb(16, 38, 53);
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 2px;
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}
.champ-category-list li a:hover {
  background-color: #fff8f2;
}
.champ-category-list li a.champ-active {
  background-color: rgb(146, 185, 212);
}
@media screen and (max-width: 768px) {
  .champ-category-list {
    flex-direction: column;
  }
  .champ-category-list li {
    margin-right: 0;
    margin-bottom: 10px;
    align-items: flex-start;
  }
  .champ-category-list li:last-child {
    margin-bottom: 0;
  }
  .champ-category-list li a {
    justify-content: flex-start;
  }
}

/* -------------------------------------------

footer

------------------------------------------- */
.champ-footer-menu {
  margin-bottom: 120px;
}
.champ-footer-menu ul li {
  list-style-type: none;
  margin-bottom: 30px;
}
.champ-footer-menu ul li a {
  display: block;
  font-weight: 500;
  font-size: 28px;
  color: rgba(255, 255, 255, 0.9);
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}
.champ-footer-menu ul li a:hover {
  transform: translateX(10px);
  color: rgb(146, 185, 212);
}
@media screen and (max-width: 768px) {
  .champ-footer-menu ul li a {
    font-size: 22px;
  }
}
.champ-footer-menu ul li.champ-active a {
  color: rgb(146, 185, 212);
}
.champ-footer-menu ul li.champ-active a:hover {
  transform: none;
}
@media screen and (max-width: 768px) {
  .champ-footer-menu {
    margin-bottom: 60px;
  }
}

.champ-subscribe-form {
  position: relative;
  height: 70px;
  width: 100%;
}
.champ-subscribe-form input {
  height: 100%;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.1);
  color: rgb(16, 38, 53);
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 2px;
  border: none;
  border-radius: 70px;
  padding: 0 0 0 50px;
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}
.champ-subscribe-form input::placeholder {
  color: #bca987;
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.champ-subscribe-form input:focus {
  background-color: #EFD9CA;
  outline: inherit;
}
.champ-subscribe-form input:hover {
  background-color: #EFD9CA;
}
.champ-subscribe-form .champ-button {
  position: absolute;
  top: 15px;
  right: 15px;
}
.champ-subscribe-form.champ-subscribe-form-2 input {
  height: 100%;
  width: 100%;
  background-color: #ffefd6;
}

/* -------------------------------------------

portfolio

------------------------------------------- */
.champ-portfolio-item {
  display: block;
}
.champ-portfolio-item .champ-cover-frame {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}
.champ-portfolio-item .champ-cover-frame .champ-cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.champ-portfolio-item .champ-cover-frame .champ-cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}
.champ-portfolio-item .champ-cover-frame.champ-vert {
  padding-bottom: 130%;
}
.champ-portfolio-item .champ-cover-frame.champ-hori {
  padding-bottom: 65%;
}
.champ-portfolio-item:hover .champ-cover-frame .champ-cover img {
  transform: scale(1.05);
}
.champ-portfolio-item.champ-slider-item .champ-cover-frame {
  margin-bottom: 30px;
  height: calc(100vh - 360px);
}
@media screen and (max-width: 992px) {
  .champ-portfolio-item.champ-slider-item .champ-cover-frame {
    height: auto;
    padding-bottom: 100%;
  }
}
.champ-portfolio-item.champ-slider-item .champ-descr {
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 180px;
  background-color: #fffbff;
  padding: 0 60px;
}
@media screen and (max-width: 992px) {
  .champ-portfolio-item.champ-slider-item .champ-descr {
    padding: 30px;
    flex-direction: column;
    align-items: flex-start;
    height: auto;
  }
  .champ-portfolio-item.champ-slider-item .champ-descr .champ-descr-text {
    margin-bottom: 30px;
  }
}
.champ-portfolio-item.champ-slider-item:hover .champ-cover-frame .champ-cover img {
  transform: none;
}

.swiper-slide .champ-portfolio-item .champ-descr {
  pointer-events: none;
}
.swiper-slide.swiper-slide-active .champ-portfolio-item .champ-descr {
  pointer-events: all;
}

.champ-portfolio {
  position: relative;
}
.champ-portfolio .champ-lines-place {
  position: absolute;
  left: 40.7%;
}
.champ-portfolio .champ-lines-place.champ-lines-long {
  top: 1289px;
}

.champ-portfolio-slider-frame {
  z-index: 0;
  padding-top: 150px;
}
@media screen and (max-width: 992px) {
  .champ-portfolio-slider-frame {
    padding-top: 180px;
  }
}

.champ-portfolio-nav {
  background-color: #fffbff;
  width: 100%;
  padding: 0 60px;
  height: 180px;
  position: absolute;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.champ-portfolio-nav .champ-portfolio-btns-frame {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 15px;
  height: 70px;
  border-radius: 70px;
  background-color: #EFD9CA;
}
@media screen and (max-width: 992px) {
  .champ-portfolio-nav {
    position: static;
    height: auto;
    padding: 30px 0 90px;
    justify-content: flex-start;
    background-color: #EFD9CA;
  }
  .champ-portfolio-nav .champ-portfolio-btns-frame {
    width: 100%;
    height: auto;
    padding: 0;
  }
}

.swiper-portfolio-pagination {
  white-space: nowrap;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 0 15px;
}

.champ-info {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 120px;
  align-items: center;
  border-bottom: solid 1px #ffefd6;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 2px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .champ-info {
    flex-direction: column;
    height: auto;
    padding: 30px;
  }
}

.champ-works-nav {
  padding-top: 60px;
  border-top: solid 1px #ffefd6;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.champ-works-nav .champ-disabled {
  opacity: 0.2;
  cursor: not-allowed;
}
@media screen and (max-width: 768px) {
  .champ-works-nav {
    padding-top: 0;
    border-top: none;
    justify-content: center;
  }
  .champ-works-nav .champ-link {
    display: none;
  }
  .champ-works-nav .champ-link:last-child {
    display: flex;
  }
}

/***************************

map

***************************/
.champ-map-frame {
  background-color: #fff8f2;
  pointer-events: all;
  height: 600px;
  position: relative;
  overflow: hidden;
}
.champ-map-frame .champ-map {
  position: absolute;
  top: -25%;
  left: -25%;
  width: 150%;
  height: 150%;
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}
.champ-map-frame .champ-map iframe {
  width: 100%;
  height: 100%;
}
/* -------------------------------------------

accordion

------------------------------------------- */
.champ-accordion-group {
  border-bottom: solid 1px rgba(16, 38, 53, 0.2);
  margin-bottom: 30px;
}
.champ-accordion-group .champ-accordion-menu {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  margin-bottom: 30px;
}
.champ-accordion-group .champ-accordion-menu .champ-symbol {
  border-radius: 50%;
  width: 40px;
  height: 40px;
  color: rgb(16, 38, 53);
  background-color: #fff8f2;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.champ-accordion-group .champ-accordion-menu .champ-symbol .champ-plus, .champ-accordion-group .champ-accordion-menu .champ-symbol .champ-minus {
  position: absolute;
}
.champ-accordion-group .champ-accordion-menu .champ-accordion-head {
  font-size: 24px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 500;
  color: rgb(16, 38, 53);
}

.champ-accordion-content {
  height: 0;
  overflow: hidden;
  color: rgb(16, 38, 53);
}

.champ-accordion-list {
  padding-left: 20px;
}

/***************************

price

***************************/
.champ-price-card {
  display: block;
  width: 100%;
  border-top: solid 1px rgba(255, 255, 255, 0.1);
  border-bottom: solid 1px rgba(255, 255, 255, 0.1);
  padding: 60px 0 30px;
}
.champ-price-card .champ-price-number {
  padding-top: 10px;
  line-height: 70%;
  font-size: 54px;
  font-weight: 500;
}
.champ-price-card .champ-price-number .champ-thin {
  font-weight: 200;
  font-size: 18px;
}

/***************************

404

***************************/
.champ-404-banner .champ-animation-frame {
  z-index: 2;
}

.champ-404-frame {
  padding-top: 100px;
  height: 100vh;
  width: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

.champ-404-text {
  display: block;
  text-align: center;
  color: #EFD9CA;
}

.champ-scale-frame {
  transform: scale(2.3);
  text-align: center;
  margin-bottom: 90px;
}
@media screen and (max-width: 530px) {
  .champ-scale-frame {
    transform: scale(1.3);
    margin-bottom: 50px;
  }
}

.champ-404 {
  position: relative;
  color: #EFD9CA;
  font-size: 6em;
  font-weight: 500;
  animation: glitch-skew 1s infinite linear alternate-reverse;
}
.champ-404::before {
  content: attr(data-text);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  left: 2px;
  text-shadow: -2px 0 rgb(146, 185, 212);
  clip: rect(44px, 450px, 56px, 0);
  animation: glitch-anim 5s infinite linear alternate-reverse;
}
.champ-404::after {
  content: attr(data-text);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  left: -2px;
  text-shadow: -2px 0 #d9c4a0, 2px 2px #fff8f2;
  animation: glitch-anim2 1s infinite linear alternate-reverse;
}

@keyframes glitch-anim {
  0% {
    clip: rect(12px, 9999px, 73px, 0);
    transform: skew(0.92deg);
  }
  5% {
    clip: rect(6px, 9999px, 26px, 0);
    transform: skew(1deg);
  }
  10% {
    clip: rect(92px, 9999px, 64px, 0);
    transform: skew(0.72deg);
  }
  15% {
    clip: rect(50px, 9999px, 28px, 0);
    transform: skew(0.72deg);
  }
  20% {
    clip: rect(55px, 9999px, 49px, 0);
    transform: skew(0.51deg);
  }
  25% {
    clip: rect(17px, 9999px, 20px, 0);
    transform: skew(0.98deg);
  }
  30% {
    clip: rect(63px, 9999px, 19px, 0);
    transform: skew(0.55deg);
  }
  35% {
    clip: rect(29px, 9999px, 57px, 0);
    transform: skew(0.46deg);
  }
  40% {
    clip: rect(51px, 9999px, 85px, 0);
    transform: skew(0.53deg);
  }
  45% {
    clip: rect(19px, 9999px, 94px, 0);
    transform: skew(0.21deg);
  }
  50% {
    clip: rect(96px, 9999px, 55px, 0);
    transform: skew(0.32deg);
  }
  55% {
    clip: rect(96px, 9999px, 2px, 0);
    transform: skew(0.92deg);
  }
  60% {
    clip: rect(36px, 9999px, 69px, 0);
    transform: skew(0.35deg);
  }
  65% {
    clip: rect(100px, 9999px, 3px, 0);
    transform: skew(0.68deg);
  }
  70% {
    clip: rect(17px, 9999px, 49px, 0);
    transform: skew(0.96deg);
  }
  75% {
    clip: rect(62px, 9999px, 80px, 0);
    transform: skew(0.28deg);
  }
  80% {
    clip: rect(53px, 9999px, 32px, 0);
    transform: skew(0.95deg);
  }
  85% {
    clip: rect(44px, 9999px, 75px, 0);
    transform: skew(0.48deg);
  }
  90% {
    clip: rect(97px, 9999px, 39px, 0);
    transform: skew(0.37deg);
  }
  95% {
    clip: rect(5px, 9999px, 32px, 0);
    transform: skew(0.64deg);
  }
  100% {
    clip: rect(85px, 9999px, 40px, 0);
    transform: skew(0.22deg);
  }
}
@keyframes glitch-anim2 {
  0% {
    clip: rect(93px, 9999px, 70px, 0);
    transform: skew(0.67deg);
  }
  5% {
    clip: rect(92px, 9999px, 77px, 0);
    transform: skew(0.52deg);
  }
  10% {
    clip: rect(75px, 9999px, 9px, 0);
    transform: skew(0.2deg);
  }
  15% {
    clip: rect(43px, 9999px, 10px, 0);
    transform: skew(0.44deg);
  }
  20% {
    clip: rect(21px, 9999px, 66px, 0);
    transform: skew(0.39deg);
  }
  25% {
    clip: rect(69px, 9999px, 42px, 0);
    transform: skew(0.78deg);
  }
  30% {
    clip: rect(50px, 9999px, 78px, 0);
    transform: skew(0.76deg);
  }
  35% {
    clip: rect(68px, 9999px, 71px, 0);
    transform: skew(0.47deg);
  }
  40% {
    clip: rect(1px, 9999px, 56px, 0);
    transform: skew(0.61deg);
  }
  45% {
    clip: rect(64px, 9999px, 49px, 0);
    transform: skew(0.92deg);
  }
  50% {
    clip: rect(35px, 9999px, 46px, 0);
    transform: skew(0.56deg);
  }
  55% {
    clip: rect(51px, 9999px, 46px, 0);
    transform: skew(0.48deg);
  }
  60% {
    clip: rect(62px, 9999px, 81px, 0);
    transform: skew(0.51deg);
  }
  65% {
    clip: rect(50px, 9999px, 15px, 0);
    transform: skew(0.01deg);
  }
  70% {
    clip: rect(55px, 9999px, 72px, 0);
    transform: skew(0.63deg);
  }
  75% {
    clip: rect(1px, 9999px, 100px, 0);
    transform: skew(0.28deg);
  }
  80% {
    clip: rect(62px, 9999px, 77px, 0);
    transform: skew(0.37deg);
  }
  85% {
    clip: rect(77px, 9999px, 71px, 0);
    transform: skew(0.95deg);
  }
  90% {
    clip: rect(99px, 9999px, 65px, 0);
    transform: skew(0.55deg);
  }
  95% {
    clip: rect(58px, 9999px, 56px, 0);
    transform: skew(0.14deg);
  }
  100% {
    clip: rect(83px, 9999px, 50px, 0);
    transform: skew(0.79deg);
  }
}
@keyframes glitch-skew {
  0% {
    transform: skew(1deg);
  }
  10% {
    transform: skew(5deg);
  }
  20% {
    transform: skew(5deg);
  }
  30% {
    transform: skew(5deg);
  }
  40% {
    transform: skew(-1deg);
  }
  50% {
    transform: skew(0deg);
  }
  60% {
    transform: skew(-1deg);
  }
  70% {
    transform: skew(1deg);
  }
  80% {
    transform: skew(0deg);
  }
  90% {
    transform: skew(3deg);
  }
  100% {
    transform: skew(2deg);
  }
}
/***************************

images

***************************/
.champ-image-frame {
  position: relative;
  overflow: hidden;
}
.champ-image-frame > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.champ-image-frame.champ-horizontal {
  padding-bottom: 65%;
}
.champ-image-frame.champ-vertical {
  padding-bottom: 140%;
}
.champ-image-frame.champ-square {
  padding-bottom: 100%;
}
.champ-image-frame.champ-fw {
  padding-bottom: 50%;
}
.champ-image-frame .champ-zoom-btn {
  opacity: 0;
  transform: translateY(15px);
  position: absolute;
  top: 30px;
  right: 30px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.8);
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}
.champ-image-frame .champ-zoom-btn:hover {
  background-color: #EFD9CA;
}
.champ-image-frame .champ-zoom-btn img {
  height: 17px;
  width: 17px;
}
.champ-image-frame:hover .champ-zoom-btn {
  opacity: 1;
  transform: translateY(0);
  z-index: 2;
}

/***************************

page transitions

***************************/
.champ-frame {
  opacity: 1;
  transform: scale(1);
  transition: 0.6s;
}

.champ-curtain {
  position: fixed;
  pointer-events: none;
  z-index: 4;
  background-color: rgb(16, 38, 53);
  opacity: 0;
  width: 100%;
  height: 100vh;
  transition: 0.6s;
}

.champ-main-transition {
  transition: 0.6s;
  margin-top: 0;
  transition-delay: 0.3s;
}
.champ-main-transition .champ-animation-frame {
  opacity: 1;
  margin-top: 0;
  transition: 0.6s;
  transition-delay: 0.3s;
}
.champ-main-transition .champ-lines-place {
  opacity: 1;
  margin-top: 0;
  transition: 0.6s;
  transition-delay: 0.3s;
}

html.is-animating .champ-frame {
  opacity: 0;
  transition-delay: 0.5s;
  transform: scale(0.9);
}
@media screen and (max-width: 1200px) {
  html.is-animating .champ-frame {
    transform: scale(1);
    opacity: 1;
  }
}
html.is-animating .champ-curtain {
  opacity: 1;
  pointer-events: all;
}
html.is-animating .champ-main-transition {
  margin-top: 0.1px;
}
html.is-animating .champ-main-transition .champ-animation-frame {
  opacity: 0;
  margin-top: -90px;
  transition-delay: 0s;
}
html.is-animating .champ-main-transition .champ-lines-place {
  opacity: 0;
  margin-top: 90px;
  transition-delay: 0s;
}

html.is-animating .champ-menu-frame {
  opacity: 0;
  transition-delay: 0.3s;
}

/*# sourceMappingURL=style.css.map */
