html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

#cmplz-document, .editor-styles-wrapper .cmplz-unlinked-mode {
  max-width: 100% !important;
}

.sm-link:hover {
  text-decoration: none !important;
}

.cmplz-message {
  font-size: 18px;
}

.forminator-label {
  font-size: 15px !important;
}

@media (max-width: 991px) {
  .impressum tr,
  .impressum td {
    display: block;
    width: 100% !important;
  }
  .impressum td:first-child {
    padding-bottom: 0 !important;
  }
  .impressum td:last-child {
    padding-top: 0 !important;
  }
}
@media (min-width: 783px) {
  .forminator-ui.forminator-custom-form:not(.forminator-size--small)[data-grid=open] .forminator-row-inside:not(:last-child), .forminator-ui.forminator-custom-form:not(.forminator-size--small)[data-grid=open] .forminator-row:not(:last-child) {
    margin-bottom: 20px !important;
  }
}
@media (min-width: 783px) {
  .forminator-ui.forminator-custom-form:not(.forminator-size--small)[data-grid=open] .forminator-row, .forminator-ui.forminator-custom-form:not(.forminator-size--small)[data-grid=open] .forminator-row-inside {
    margin-right: -10px !important;
    margin-left: -10px !important;
  }
}
@media (min-width: 783px) {
  .forminator-ui.forminator-custom-form:not(.forminator-size--small)[data-grid=open] .forminator-col {
    padding: 0 10px !important;
  }
}
#cmplz-document, .editor-styles-wrapper .cmplz-unlinked-mode {
  max-width: 100% !important;
}

.forminator-label {
  font-size: 15px !important;
}

iframe {
  max-width: 100%;
}

@media (max-width: 991px) {
  .invert .wp-block-column:first-child {
    order: 2;
  }
  .invert .wp-block-column:last-child {
    order: 1;
  }
}

.noclick > a {
  pointer-events: none;
  position: relative;
}
.noclick > a .responsive-menu-subarrow {
  pointer-events: auto;
  position: absolute;
  left: 0;
  right: 15px !important;
  width: auto !important;
  background: none !important;
  text-align: right !important;
}

body {
  font-family: "Poppins", sans-serif;
  color: #0d0e0e;
  font-size: 15px;
  font-weight: 400;
  overflow-x: hidden;
  position: relative;
  background: url("img/bg.png") no-repeat top center;
}
@media (min-width: 1400px) {
  body {
    background-size: 100% 494px;
  }
}

a {
  color: #002F57;
  text-decoration: none;
  transition-duration: 0.3s;
}
a:hover {
  color: #002F57;
  text-decoration: underline;
}

.container {
  max-width: 1156px;
  padding: 0 15px;
  margin: 0 auto;
}

.header {
  position: sticky;
  top: 0;
  z-index: 100;
  padding: 25px 0;
  backdrop-filter: blur(0px);
  -webkit-backdrop-filter: blur(0px);
  background: rgba(255, 255, 255, 0);
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  transition: backdrop-filter 0.3s ease, background 0.3s ease, box-shadow 0.3s ease;
  will-change: backdrop-filter, background;
}
.header.is-scrolled, .header.menu-open {
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  background: rgba(255, 255, 255, 0.85);
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
}
.header.is-scrolled ul.navigation, .header.menu-open ul.navigation {
  background: none;
}
.header__main {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header ul.navigation {
  padding: 0;
  margin: 0;
  display: flex;
  background: url("img/nav.png") no-repeat top center;
}
.header ul.navigation li {
  position: relative;
  margin: 0 0 0 38px;
  padding: 0;
  text-align: center;
  display: inline-block;
}
@media (max-width: 1200px) {
  .header ul.navigation li {
    margin: 0 0 0 28px;
  }
}
.header ul.navigation li.nowrap a {
  white-space: nowrap;
}
.header ul.navigation li > a {
  font-size: 15px;
  line-height: 86px;
  display: block;
  color: #024a6f;
  padding: 0;
  text-decoration: none;
  transition-duration: 0.2s;
  position: relative;
  text-align: center;
  font-weight: 500;
  text-transform: uppercase;
  white-space: nowrap;
  z-index: 3;
}
.header ul.navigation li.current_page_item > a, .header ul.navigation li.is-spy-active > a {
  color: #ff430c !important;
}
.header ul.navigation li:hover > a {
  color: #ff430c !important;
}
.header .menu-trigger {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  width: 40px;
  height: 30px;
  position: relative;
  padding: 0;
  z-index: 11;
}
.header .menu-trigger span {
  display: block;
  width: 100%;
  height: 4px;
  background: #002F57;
  border-radius: 3px;
  transition: transform 0.3s ease, opacity 0.3s ease;
  position: absolute;
  left: 0;
}
.header .menu-trigger span:nth-child(1) {
  top: 0;
}
.header .menu-trigger span:nth-child(2) {
  top: 50%;
  transform: translateY(-50%);
}
.header .menu-trigger span:nth-child(3) {
  bottom: 0;
}
.header .menu-trigger.is-open span:nth-child(1) {
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}
.header .menu-trigger.is-open span:nth-child(2) {
  opacity: 0;
}
.header .menu-trigger.is-open span:nth-child(3) {
  bottom: auto;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
}
@media (max-width: 991px) {
  .header.menu-open ul.navigation {
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    background: rgba(255, 255, 255, 0.95) !important;
  }
  .header .logo img {
    max-height: 50px;
    width: auto;
  }
  .header .menu-trigger {
    display: block;
  }
  .header ul.navigation {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 200;
    background: #fff;
    flex-direction: column;
    padding: 15px 30px 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
  }
  .header ul.navigation.is-open {
    display: flex;
  }
  .header ul.navigation li {
    margin: 0;
    padding: 0;
  }
  .header ul.navigation li a {
    line-height: 46px;
    font-size: 16px;
    text-align: left;
  }
}

.home .header ul.navigation li.current_page_item > a {
  color: #024a6f !important;
}

.home .header ul.navigation li.is-spy-active > a {
  color: #ff430c !important;
}

.hero {
  position: relative;
  overflow: hidden;
  margin-top: -20px;
  background: url("img/shadow1.png") no-repeat bottom -90px left;
  margin-bottom: 35px;
  padding-bottom: 50px;
}
.hero .container {
  position: relative;
}
.hero__bg {
  position: absolute;
  width: 1000px;
  height: 600px;
  left: -83px;
  top: 360px;
  z-index: 1;
  filter: grayscale(1) blur(1px);
  pointer-events: none;
}
@media (max-width: 1200px) {
  .hero__bg {
    left: -183px;
  }
}
.hero__bg .swiper:before {
  content: "";
  position: absolute;
  top: 0;
  width: 270px;
  left: 0;
  bottom: 0;
  z-index: 2;
  pointer-events: none;
  background: linear-gradient(to right, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 33%, rgba(255, 255, 255, 0) 100%);
}
.hero__bg .swiper:after {
  content: "";
  position: absolute;
  top: 0;
  width: 270px;
  right: 0;
  bottom: 0;
  z-index: 2;
  pointer-events: none;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 67%, rgb(255, 255, 255) 100%);
}
.hero__bg .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.hero__bg .swiper-slide-shadow-left,
.hero__bg .swiper-slide-shadow-right {
  border-radius: 10px;
}
.hero__bg-card {
  width: 308px;
  height: 241px;
  overflow: hidden;
  border-radius: 2px;
  background: #fff;
}
.hero__bg-card img {
  width: 100%;
  display: block;
}
.hero__inner {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: flex-start;
  min-height: 550px;
}
.hero__device {
  position: relative;
  margin: 0 0 0 100px;
  flex-shrink: 0;
}
@media (max-width: 1200px) {
  .hero__device {
    margin-left: 0;
  }
}
.hero__woman {
  width: 100%;
  display: block;
  position: relative;
  z-index: 1;
  pointer-events: none;
}
.hero__screen {
  position: absolute;
  top: 358px;
  left: 148px;
  width: 308px;
  height: 241px;
  overflow: hidden;
  z-index: 2;
  border-radius: 2px;
}
.hero__screen .swiper {
  width: 100%;
  height: 100%;
}
.hero__screen .swiper-slide {
  overflow: hidden;
}
.hero__scroll-wrap {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
.hero__scroll-wrap img {
  width: 100%;
  display: block;
  will-change: transform;
}
.hero__ribbon {
  position: absolute;
  top: 22px;
  right: -42px;
  z-index: 10;
  transform: rotate(45deg);
  background: #ff430c;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  padding: 5px 38px;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  box-shadow: 0 2px 10px rgba(255, 67, 12, 0.35);
  pointer-events: none;
}
.hero__content {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  text-align: right;
  padding-top: 150px;
}
@media (max-width: 1200px) {
  .hero__content {
    position: absolute;
    right: 0;
  }
}
.hero__subtitle {
  position: relative;
  font-size: 50px;
  font-weight: 700;
  font-family: "Saira Extra Condensed", sans-serif;
  line-height: 1.15;
  margin: 0;
  background: linear-gradient(to bottom, rgb(50, 54, 60) 0%, rgb(41, 47, 51) 50%, rgb(37, 41, 45) 51%, rgb(23, 23, 27) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  min-height: 50px;
  white-space: nowrap;
}
.hero__price {
  position: relative;
  font-size: 170px;
  font-weight: 900;
  line-height: 1;
  font-family: "Saira Extra Condensed", sans-serif;
  margin: -2px 0 0;
  background: linear-gradient(to bottom, rgb(255, 132, 73) 0%, rgb(255, 99, 25) 95%, rgb(191, 73, 16) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  min-height: 130px;
  white-space: nowrap;
}
.hero__nav {
  position: absolute;
  bottom: 50px;
  right: -50px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  z-index: 5;
  background: url("img/nav-bg.png") no-repeat top right;
  width: 304px;
  height: 150px;
  padding: 5px 2px 0 0;
}
.hero__nav button {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  outline: none;
}
.hero__nav button svg {
  height: 28px;
  transition-duration: 0.2s;
}
.hero__nav .prev {
  background: linear-gradient(to bottom, rgb(164, 164, 164) 0%, rgb(115, 115, 115) 100%);
  color: #fff;
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.28), inset 0px -2px 1px 0px rgba(0, 0, 0, 0.31);
}
.hero__nav .prev:hover svg {
  opacity: 0.6;
}
.hero__nav .next {
  height: 76px;
  width: 76px;
  background: linear-gradient(to bottom, rgb(255, 148, 97) 0%, rgb(255, 97, 22) 100%);
  color: #fff;
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.28), inset 0px -2px 1px 0px rgba(0, 0, 0, 0.31);
}
.hero__nav .next:hover svg {
  opacity: 0.6;
}
@media (max-width: 991px) {
  .hero {
    padding: 0 0 40px;
    background: none;
    margin: 0;
    z-index: 5;
    overflow: hidden;
    max-width: 100%;
  }
  .hero__inner {
    flex-direction: column;
    min-height: auto;
  }
  .hero__screen {
    top: 251px;
    left: 50%;
    transform: translateX(-50%);
    width: 217px;
    height: 168px;
  }
  .hero__device {
    width: 420px;
    margin: 20px auto 0;
  }
  .hero__content {
    padding-top: 40px;
  }
}
@media (max-width: 991px) and (max-width: 640px) {
  .hero__content {
    display: none;
  }
}
@media (max-width: 991px) {
  .hero__subtitle {
    font-size: 40px;
    min-height: 40px;
  }
  .hero__price {
    min-height: 0;
    font-size: 50px;
  }
  .hero__price img {
    height: 60px;
  }
  .hero__nav {
    position: absolute;
    bottom: -60px;
    right: auto;
    left: calc(50% + 2px);
    transform: translateX(-50%);
  }
  .hero__bg {
    display: none;
  }
}

.welcome {
  padding: 0 0 140px;
}
.welcome__inner {
  display: flex;
  gap: 60px;
  align-items: flex-start;
}
.welcome__heading {
  flex: 0 0 40%;
}
.welcome__subtitle {
  font-family: "Saira Extra Condensed", sans-serif;
  font-size: 54px;
  font-weight: 300;
  text-transform: uppercase;
  color: #002F57;
  line-height: 1;
  margin: 0 0 5px;
}
.welcome__title {
  font-family: "Saira Extra Condensed", sans-serif;
  font-size: 90px;
  font-weight: 900;
  text-transform: uppercase;
  color: #002F57;
  line-height: 0.9;
  margin: 0;
}
.welcome__text {
  flex: 1;
  padding-top: 5px;
}
.welcome__text p {
  font-size: 15px;
  line-height: 1.8;
  margin: 0 0 10px;
  color: #002F57;
}
.welcome__text p strong {
  font-size: 19px;
  font-weight: 500;
  color: #002F57;
  line-height: 1.6;
}
@media (max-width: 991px) {
  .welcome {
    padding: 50px 0 40px;
  }
  .welcome__inner {
    flex-direction: column;
    gap: 30px;
  }
  .welcome__heading {
    flex: none;
  }
  .welcome__title {
    font-size: 36px;
  }
  .welcome__text p strong {
    font-size: 16px;
  }
}

.services {
  padding: 100px 0 125px;
  background: url("img/shadow1.png") no-repeat top center, url("img/shadow.png") no-repeat bottom 5px center;
  position: relative;
}
.services__bg {
  position: absolute;
  top: -250px;
  right: 0;
  margin: 0;
  pointer-events: none;
}
.services__heading {
  text-align: center;
  font-family: "Saira Extra Condensed", sans-serif;
  font-size: 48px;
  font-weight: 300;
  text-transform: uppercase;
  color: #002F57;
  margin: 0 0 70px;
  line-height: 1;
}
.services__heading strong {
  font-weight: 800;
}
.services__card {
  background: linear-gradient(to bottom, rgb(66, 66, 69) 0%, rgb(47, 47, 51) 100%);
  border-radius: 6px;
  overflow: visible;
  position: relative;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.28), inset 0px -2px 1px 0px rgba(0, 0, 0, 0.31);
  padding: 20px 0 20px;
}
.services__item {
  position: relative;
  margin: 0 -40px;
  padding: 0 40px;
  border-radius: 6px;
  transition: background 0.4s ease, padding 0.4s ease;
}
.services__item.is-active {
  z-index: 2;
  background: linear-gradient(to bottom, rgb(255, 122, 58) 0%, rgb(255, 100, 26) 100%);
  padding: 20px 0 0 40px;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.28), inset 0px -2px 1px 0px rgba(0, 0, 0, 0.31);
  position: relative;
}
.services__item.is-active:first-child {
  margin-top: -20px;
}
.services__item.is-active:last-child {
  margin-bottom: -20px;
}
.services__item.is-active:before {
  position: absolute;
  pointer-events: none;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  background: url("img/shadow.png") no-repeat bottom center;
  width: 1440px;
  height: 122px;
}
.services__item.is-active .services__trigger {
  pointer-events: none;
}
.services__item.is-active .services__trigger figure {
  transform: scale(1.2);
}
.services__item.is-active .services__name {
  color: #fff;
}
.services__trigger {
  display: flex;
  align-items: center;
  gap: 40px;
  padding: 20px 48px;
  width: 100%;
  background: none;
  border: none;
  cursor: pointer;
  outline: none;
}
.services__trigger:focus {
  outline: none;
}
.services__trigger:focus-visible {
  box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.5);
  border-radius: 8px;
}
.services__trigger figure {
  width: 75px;
  display: flex;
  transition-duration: 0.2s;
}
.services__trigger figure img {
  max-width: 100%;
}
.services__name {
  font-family: "Saira Extra Condensed", sans-serif;
  font-size: 45px;
  font-weight: 800;
  text-transform: uppercase;
  color: #fff;
  line-height: 1;
}
.services__panel {
  overflow: hidden;
  transition: max-height 0.3s ease, opacity 0.3s ease;
  max-height: 0;
  opacity: 0;
}
.is-active .services__panel {
  opacity: 1;
}
.services__panel[hidden] {
  display: block !important;
  max-height: 0;
  opacity: 0;
}
.services__panel-inner {
  padding: 0 48px 50px 165px;
}
.services__panel-inner p {
  color: #fff;
  font-size: 15px;
  line-height: 1.7;
  margin: 0;
}
@media (max-width: 991px) {
  .services {
    padding: 20px 0 70px;
    background: none;
  }
  .services__bg {
    display: none;
  }
  .services__heading {
    font-size: 36px;
    margin: 0 0 40px;
  }
  .services__card {
    padding: 10px 0;
    margin: 0;
    border-radius: 5px;
  }
  .services__item {
    margin: 0;
    padding: 0 20px;
    border-radius: 5px;
  }
  .services__item.is-active {
    padding: 15px 20px 0 20px;
  }
  .services__item.is-active:first-child {
    margin-top: -10px;
  }
  .services__item.is-active:last-child {
    margin-bottom: -10px;
  }
  .services__item.is-active:before {
    display: none;
  }
  .services__item.is-active .services__trigger figure {
    transform: scale(1);
  }
  .services__trigger {
    display: flex;
    align-items: center;
    gap: 30px;
    padding: 15px 0;
  }
  .services__trigger figure {
    width: 60px;
  }
  .services__name {
    font-size: 24px;
  }
  .services__panel-inner {
    padding: 0 0 30px 0;
  }
  .services__panel-inner p {
    color: #fff;
    font-size: 15px;
    line-height: 1.7;
    margin: 0;
  }
}

.portfolio {
  padding: 100px 0 70px;
  position: relative;
  overflow: hidden;
  background: url("img/shadow1.png") no-repeat top center;
}
.portfolio:before {
  border-top-left-radius: 50% 180px;
  border-top-right-radius: 50% 180px;
  position: absolute;
  top: 20px;
  left: -200px;
  right: -200px;
  bottom: 0;
  content: "";
  background: linear-gradient(to bottom, rgb(66, 66, 69) 0%, rgb(47, 47, 51) 100%);
}
.portfolio__heading {
  text-align: center;
  font-family: "Saira Extra Condensed", sans-serif;
  font-size: 48px;
  font-weight: 300;
  text-transform: uppercase;
  color: #fff;
  margin: 0 0 60px;
  line-height: 1;
  position: relative;
  z-index: 3;
}
.portfolio__heading strong {
  font-weight: 800;
}
.portfolio__filters {
  display: flex;
  justify-content: center;
  gap: 48px;
  padding: 55px 0 80px;
  position: relative;
  z-index: 3;
  background: url("img/shadow2.png") no-repeat top center;
}
.portfolio__filter {
  font-family: "Saira Extra Condensed", sans-serif;
  font-size: 25px;
  font-weight: 600;
  text-transform: uppercase;
  color: #989899;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  position: relative;
  transition: color 0.3s ease;
  outline: none;
}
.portfolio__filter:before {
  position: absolute;
  content: "";
  width: 155px;
  height: 22px;
  background: url("img/hover.png") no-repeat;
  left: 50%;
  transform: translateX(-50%);
  top: -66px;
  transition: 0.2s;
  opacity: 0;
  pointer-events: none;
}
.portfolio__filter:hover {
  color: #fff;
}
.portfolio__filter:focus-visible {
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.5);
  border-radius: 4px;
}
.portfolio__filter.is-active {
  color: #fff;
}
.portfolio__filter.is-active:before {
  opacity: 1;
}
.portfolio__panels {
  position: relative;
}
.portfolio__panel[hidden] {
  display: none;
}
.portfolio .swiper-portfolio {
  overflow: visible;
}
.portfolio .swiper-portfolio:before {
  position: absolute;
  content: "";
  left: 50%;
  width: 100vw;
  top: -240px;
  height: 808px;
  background: url("img/light.png") no-repeat center center;
  background-size: 100% 100%;
  transform: translateX(-50%);
  pointer-events: none;
}
.portfolio .swiper-portfolio .swiper-slide {
  width: 780px;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.5);
  transition: filter 0.5s ease, box-shadow 0.5s ease, transform 0.6s;
  filter: grayscale(100%) brightness(0.5);
  display: flex;
  aspect-ratio: 60/45;
  position: relative;
}
.portfolio .swiper-portfolio .swiper-slide-active {
  filter: grayscale(0%) brightness(1);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.7);
}
.portfolio .swiper-portfolio .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.portfolio__btn {
  position: absolute;
  right: 24px;
  bottom: 24px;
  z-index: 5;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 16px 32px;
  min-width: 160px;
  border-radius: 6px;
  background: linear-gradient(to bottom, rgb(255, 148, 97) 0%, rgb(255, 97, 22) 100%);
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.28), inset 0px -2px 1px 0px rgba(0, 0, 0, 0.31);
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease, opacity 0.2s ease;
}
.portfolio__btn:hover, .portfolio__btn:focus-visible {
  color: #fff;
  opacity: 0.9;
  text-decoration: none;
}
@media (max-width: 767px) {
  .portfolio__btn {
    right: 12px;
    bottom: 12px;
    padding: 10px 18px;
    min-width: 0;
    font-size: 14px;
  }
}
.portfolio__nav {
  z-index: 5;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 17px;
  width: 100%;
  height: 169px;
  padding-top: 30px;
  margin-top: -20px;
  margin-bottom: -30px;
}
.portfolio__nav::before {
  content: "";
  position: absolute;
  top: 0;
  left: -18px;
  right: 0;
  bottom: 0;
  background: url("img/nav-bg2.png") no-repeat top center;
}
.portfolio__prev, .portfolio__next {
  border-radius: 50%;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  outline: none;
  position: relative;
  z-index: 2;
}
.portfolio__prev svg, .portfolio__next svg {
  height: 28px;
  transition-duration: 0.2s;
}
.portfolio__prev:hover svg, .portfolio__next:hover svg {
  opacity: 0.6;
}
.portfolio__prev:focus-visible, .portfolio__next:focus-visible {
  box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.5);
}
.portfolio__prev {
  width: 58px;
  height: 58px;
  background: linear-gradient(to bottom, rgb(164, 164, 164) 0%, rgb(115, 115, 115) 100%);
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.28), inset 0px -2px 1px 0px rgba(0, 0, 0, 0.31);
}
.portfolio__next {
  width: 76px;
  height: 76px;
  background: linear-gradient(to bottom, rgb(255, 148, 97) 0%, rgb(255, 97, 22) 100%);
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.28), inset 0px -2px 1px 0px rgba(0, 0, 0, 0.31);
}
@media (max-width: 991px) {
  .portfolio {
    padding: 50px 0 30px;
    background: none;
  }
  .portfolio:before {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    top: 0;
    left: 0;
    right: 0;
  }
  .portfolio__heading {
    font-size: 36px;
    margin: 0 0 40px;
  }
  .portfolio__filters {
    display: flex;
    justify-content: center;
    gap: 20px;
    padding: 30px 0 30px;
    position: relative;
    z-index: 3;
    background-size: contain;
  }
  .portfolio__filter {
    font-size: 20px;
  }
  .portfolio__filter:before {
    display: none;
  }
  .portfolio__filter:hover {
    color: #fff;
  }
  .portfolio__filter:focus-visible {
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.5);
    border-radius: 4px;
  }
  .portfolio__filter.is-active {
    color: #fff;
  }
  .portfolio__filter.is-active:before {
    opacity: 1;
  }
  .portfolio .swiper-portfolio {
    overflow: visible;
  }
  .portfolio .swiper-portfolio:before {
    position: absolute;
    content: "";
    left: 50%;
    width: 100vw;
    top: -240px;
    height: 808px;
    background: url("img/light.png") no-repeat center center;
    background-size: 100% 100%;
    transform: translateX(-50%);
    pointer-events: none;
  }
  .portfolio .swiper-portfolio .swiper-slide {
    width: 640px;
  }
}
@media (max-width: 991px) and (max-width: 640px) {
  .portfolio .swiper-portfolio .swiper-slide {
    width: 500px;
  }
}
@media (max-width: 991px) and (max-width: 480px) {
  .portfolio .swiper-portfolio .swiper-slide {
    width: 420px;
  }
}
@media (max-width: 991px) and (max-width: 420px) {
  .portfolio .swiper-portfolio .swiper-slide {
    width: 360px;
  }
}

.about {
  margin-top: -60px;
  z-index: 10;
  position: relative;
}
.about__inner {
  display: flex;
  gap: 40px;
  align-items: flex-start;
}
@media (max-width: 1200px) {
  .about__inner {
    gap: 0;
  }
}
.about__text {
  flex: 1;
  padding-top: 200px;
}
.about__text p {
  font-size: 15px;
  line-height: 1.8;
  color: #002F57;
  margin: 0 0 20px;
}
.about__text p strong {
  font-weight: 600;
}
.about__heading {
  font-family: "Saira Extra Condensed", sans-serif;
  font-size: 48px;
  font-weight: 300;
  text-transform: uppercase;
  color: #002F57;
  margin: 0 0 40px;
  line-height: 1;
}
.about__heading strong {
  font-weight: 800;
}
.about__image {
  margin-right: -120px;
  position: relative;
  text-align: center;
}
.about__image > img:first-child {
  width: 100%;
  height: auto;
  display: block;
  position: relative;
  z-index: 2;
}
.about .container {
  position: relative;
}
.about__box {
  position: absolute;
  top: -140px;
  right: -15px;
  width: 581px;
  height: 374px;
  z-index: 3;
  background: url("img/box.png") no-repeat center;
  background-size: contain;
  filter: drop-shadow(0 10px 30px rgba(0, 0, 0, 0.3));
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 105px 40px 40px 65px;
  box-sizing: border-box;
  text-align: left;
}
@media (max-width: 1200px) {
  .about__box {
    right: -80px;
  }
}
.about__box-name {
  font-family: "Saira Extra Condensed", sans-serif;
  font-size: 48px;
  font-weight: 300;
  text-transform: uppercase;
  color: #fff;
  margin: 0 0 20px;
  line-height: 1;
  transform: rotate(3deg);
}
.about__box-name strong {
  font-weight: 800;
}
.about__box-info {
  font-family: "Saira Extra Condensed", sans-serif;
  font-size: 25px;
  font-weight: 600;
  color: #fff;
  margin: 0 0 5px;
  line-height: 1.4;
  transform: rotate(3deg);
}
.about__box-mail {
  font-size: 15px;
  color: #fff;
  font-weight: 600;
  margin: 15px 0 0;
  line-height: 1;
  transform: rotate(3deg);
}
.about__box a {
  color: #fff;
}
.about__bottom {
  position: relative;
  padding: 80px 0 60px;
  background: url("img/shadow1.png") no-repeat top center;
}
.about__quote {
  max-width: 550px;
}
.about__quote h3 {
  font-family: "Saira Extra Condensed", sans-serif;
  font-size: 48px;
  font-weight: 800;
  text-transform: uppercase;
  color: #FF6318;
  line-height: 1;
  margin: 0 0 30px;
}
.about__quote h3 strong {
  color: #002F57;
  font-weight: 800;
}
.about__quote p {
  font-size: 15px;
  line-height: 1.7;
  color: #002F57;
  margin: 0;
}
@media (max-width: 991px) {
  .about {
    padding: 50px 0 0;
  }
  .about__text {
    padding-top: 70px;
  }
  .about__inner {
    flex-direction: column;
    gap: 30px;
  }
  .about__image {
    flex: none;
    width: 80%;
    margin: 0 auto;
  }
  .about__box {
    position: absolute;
    top: -290px;
    right: auto;
    left: 12px;
    width: 581px;
    height: 374px;
    z-index: 3;
    background: url("img/box.png") no-repeat center;
    background-size: contain;
    filter: drop-shadow(0 10px 30px rgba(0, 0, 0, 0.3));
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding: 105px 40px 40px 65px;
    box-sizing: border-box;
    text-align: left;
    transform: scale(0.62);
    transform-origin: top left;
  }
  .about__box-name {
    font-family: "Saira Extra Condensed", sans-serif;
    font-size: 48px;
    font-weight: 300;
    text-transform: uppercase;
    color: #fff;
    margin: 0 0 20px;
    line-height: 1;
    transform: rotate(3deg);
  }
  .about__box-name strong {
    font-weight: 800;
  }
  .about__box-info {
    font-family: "Saira Extra Condensed", sans-serif;
    font-size: 25px;
    font-weight: 600;
    color: #fff;
    margin: 0 0 5px;
    line-height: 1.4;
    transform: rotate(3deg);
  }
  .about__box-mail {
    font-size: 15px;
    color: #fff;
    font-weight: 600;
    margin: 15px 0 0;
    line-height: 1;
    transform: rotate(3deg);
  }
  .about__box a {
    color: #fff;
  }
  .about__heading {
    font-size: 38px;
    margin-bottom: 20px;
  }
  .about__bottom {
    position: relative;
    padding: 80px 0 60px;
    background: none !important;
  }
  .about__quote {
    max-width: 100%;
    margin-top: 150px;
  }
  .about__quote h3 {
    font-size: 28px;
  }
}

.footer-main {
  padding: 140px 0 40px;
  text-align: center;
  position: relative;
  overflow: hidden;
  width: 100vw;
}
.footer-main:before {
  border-top-left-radius: 50% 180px;
  border-top-right-radius: 50% 180px;
  position: absolute;
  top: 0;
  left: -200px;
  right: -200px;
  bottom: 0;
  content: "";
  background: linear-gradient(135deg, #ff8549 0%, #ff6316 100%);
}
.footer-main:after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  background: url("img/shadow1.png") no-repeat top 20px center;
}
.footer-main p {
  color: #fff;
  font-size: 15px;
  margin: 0;
  z-index: 10;
  position: relative;
}
.footer-main p a {
  color: #fff;
}
@media (max-width: 991px) {
  .footer-main {
    background: linear-gradient(135deg, #ff8549 0%, #ff6316 100%);
    padding: 25px 0;
  }
  .footer-main:before, .footer-main:after {
    display: none;
  }
  .footer-main p {
    font-size: 10px;
  }
}

.content {
  position: relative;
  z-index: 3;
}
.content--page {
  margin-top: 90px;
  padding-top: 0;
  padding-bottom: 200px;
  position: relative;
}
.content--page .container {
  position: relative;
  z-index: 2;
}
.content--page h1:first-child {
  text-align: center;
  color: #002F57;
  text-transform: uppercase;
  font-size: 65px;
}
.content table td {
  vertical-align: top;
  font-size: 15px;
}
.content table th {
  font-size: 15px;
}
.content h1 {
  margin: 0 0 40px;
  font-size: 60px;
  color: #002F57;
  font-family: "Saira Extra Condensed", sans-serif;
  font-weight: 700;
  position: relative;
}
.content h2 {
  margin: 0 0 30px;
  font-size: 36px;
  color: #002F57;
  font-family: "Saira Extra Condensed", sans-serif;
  font-weight: 700;
  position: relative;
}
.content h3 {
  margin: 0 0 10px;
  font-family: "Saira Extra Condensed", sans-serif;
  font-size: 28px;
  color: #002F57;
  font-weight: 600;
}
.content h4 {
  margin: 0 0 10px;
  font-family: "Saira Extra Condensed", sans-serif;
  font-size: 20px;
  color: #002F57;
  font-weight: 700;
}
.content h5 {
  color: #002F57;
  font-size: 24px;
  font-weight: 700;
  margin: -15px 0 25px;
  text-transform: uppercase;
}
.content h6 {
  color: #002F57;
  font-size: 17px;
  font-weight: 700;
  margin: 70px 0 0;
}
.content blockquote {
  font-size: 15px;
  color: #000;
  margin: 0 0 38px;
  padding: 0 0 0 18px;
  border-left: 2px solid #002F57;
}
.content p {
  font-size: 15px;
  color: #000;
  margin: 0 0 18px;
  line-height: 1.4;
  font-weight: 400;
}
.content li {
  font-size: 15px;
  color: #000;
  line-height: 1.5;
  font-weight: 400;
}
.content ul {
  margin-bottom: 20px;
  padding-left: 20px;
}
.content img {
  max-width: 100%;
  height: auto !important;
}
.content hr {
  margin: 30px 0;
  clear: both;
}
@media (max-width: 991px) {
  .content--page {
    padding: 0 0 120px;
    position: relative;
    margin-top: 40px;
  }
  .content--page a img.alignright {
    float: none;
    display: block;
    margin: 0 auto 24px;
  }
  .content--page .col-lg-12 h1:first-child {
    text-align: center;
    font-size: 45px;
  }
  .content blockquote,
  .content li,
  .content p {
    font-size: 15px;
  }
  .content h1 {
    font-size: 32px;
  }
  .content h2 {
    font-size: 28px;
  }
  .content h3 {
    font-size: 24px;
  }
  .content h4 {
    font-size: 20px;
  }
}

.footer {
  background: url("img/bg.png") no-repeat top -100px center;
  padding: 60px 0 0;
}
.footer .container {
  text-align: center;
}
.footer__logo {
  margin: 0 0 50px;
}
.footer__info {
  display: flex;
  justify-content: center;
  gap: 60px;
  flex-wrap: wrap;
  padding-bottom: 70px;
}
.footer__info p {
  font-size: 30px;
  font-weight: 400;
  color: #356445;
  margin: 0;
  line-height: 1.3;
}
.footer__info p strong {
  font-weight: 700;
  color: #356445;
}
.footer__info p a {
  color: #356445;
  text-decoration: none;
}
.footer__info p a:hover {
  text-decoration: underline;
}
@media (max-width: 991px) {
  .footer {
    padding: 40px 0 0;
  }
  .footer__logo {
    margin: 0 0 40px;
  }
  .footer__info {
    flex-direction: column;
    gap: 12px;
    align-items: center;
    padding-bottom: 36px;
  }
  .footer__info p {
    font-size: 20px;
    text-align: center;
  }
}

.breadcrumbs-wrap {
  z-index: 4;
  position: static;
  padding-top: 0;
  margin: -30px 0 50px;
  text-align: center;
}
@media (max-width: 991px) {
  .breadcrumbs-wrap {
    margin: -30px 0 40px;
  }
}

.breadcrumbs {
  padding: 0;
  font-size: 15px;
  color: rgba(0, 0, 0, 0.3764705882);
}
@media (max-width: 991px) {
  .breadcrumbs {
    font-size: 14px;
  }
}
.breadcrumbs a {
  color: rgba(0, 0, 0, 0.3764705882);
}

.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%; /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; /* Above WP toolbar. */
}

.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%; /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

.size-thumbnail {
  max-width: 100% !important;
  width: 100% !important;
  height: auto !important;
}

.wp-caption-text {
  font-size: 14px;
  padding: 5px 0;
}
@media (max-width: 991px) {
  .wp-caption-text {
    font-size: vw(14);
  }
}

.wp-caption a img {
  transition-duration: 0.3s;
}
.wp-caption a:hover img {
  opacity: 0.6;
}/*# sourceMappingURL=style.css.map */