﻿@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

* {
  margin: 0;
  padding: 0;
  font-display: swap;
  outline: none;
  box-sizing: border-box;
}

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

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

html,
body {
  width: 100%;
  counter-reset: section;
  overflow-x: hidden;
  font-size: 18px;
}
@media only screen and (max-width: 1500px) {
  html,
  body {
    font-size: 13px;
  }
}
@media only screen and (max-width: 1200px) {
  html,
  body {
    font-size: 10px;
  }
}
@media only screen and (max-width: 768px) {
  html,
  body {
    font-size: 7px;
  }
}

body {
  font-family: "Montserrat", sans-serif;
  background-color: #ffffff;
  color: #000000;
}

a {
  display: block;
  text-decoration: none;
  color: #000000;
}

.btn {
  position: relative;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  transition: 0.3s;
  overflow: hidden;
  cursor: pointer;
}
.btn-empty {
  padding: 15px 42px 15px 50px;
  background-color: transparent;
  color: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 100000px;
}
.btn-empty.btn--primary {
  border-color: #1387a3;
  color: #1387a3;
}
.btn-empty::before {
  content: "";
  position: absolute;
  z-index: -1;
  isolation: isolate;
  top: 0;
  left: 0;
  transform: translateX(150%) scale(1.5) skew(45deg);
  display: block;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  transition: 0.3s;
}
.btn-empty:hover {
  color: #1387a3;
}
.btn-empty:hover::before {
  transform: translateX(0) scale(1.5) skew(45deg);
}
.btn-border {
  border: 1px solid #1387a3 !important;
}
.btn-HalfEmpty {
  padding: 15px 42px 15px 50px;
  background-color: #1387a3;
  color: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 100000px;
  isolation: isolate;
}
.btn-HalfEmpty::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  transform: translateX(150%) scale(1.5) skew(45deg);
  display: block;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  transition: 0.3s;
}
.btn-HalfEmpty:hover {
  color: #1387a3;
  border-color: #1387a3;
}
.btn-HalfEmpty:hover::before {
  transform: translateX(0) scale(1.5) skew(45deg);
}
.btn-HalfEmpty:hover.btn-white {
  color: #1387a3 !important;
}
.btn-HalfEmpty.btn-white {
  color: #ffffff !important;
}
.btn-line {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  color: #ffffff;
}
.btn-line:hover::before {
  width: 170px;
}
.btn-line::before {
  content: "";
  display: block;
  width: 150px;
  height: 2px;
  margin-right: 20px;
  background-color: #ffffff;
  transition: 0.3s;
}
@media only screen and (max-width: 1200px) {
  .btn-line::before {
    width: 0;
  }
}
@media only screen and (max-width: 1200px) {
  .btn-line {
    margin-top: 50px;
    font-size: 2rem;
  }
}
.btn-fill {
  padding: 15px 42px 15px 50px;
  background-color: #1387a3;
  color: #ffffff;
  border: 0;
  border-radius: 10000px;
}
.btn-primary {
  color: #1387a3;
}
.btn-primary::before {
  background-color: #1387a3;
}
.btn--arrow {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 15px 42px 15px 50px;
  background-color: transparent;
  color: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 100000px;
}
.btn--arrow:hover::after {
  transform: translateX(10px);
}
.btn--arrow::after {
  content: "";
  display: block;
  width: 20px;
  height: 15px;
  margin-left: 10px;
  background-image: url("../images/icons/Group 32.png");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  transition: 0.3s;
}

:root {
  --navbar-height: 200px;
  --sub-size: 50px;
}

.navbar {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  padding-left: calc((100% - 1640px) / 2);
  padding-right: calc((100% - 1640px) / 2);
  position: fixed;
  z-index: 1000;
  width: 100vw;
  height: var(--navbar-height);
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.8) 0%, transparent);
  transition: 0.3s;
}
@media only screen and (max-width: 1500px) {
  .navbar {
    padding-left: 100px;
    padding-right: 100px;
  }
}
@media only screen and (max-width: 1200px) {
  .navbar {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.navbar.ns {
  background-image: none;
}
.navbar:hover {
  background-color: #1387a3;
  background-image: none;
}
.navbar.collapse {
  background-color: #1387a3;
  background-image: none;
  height: calc(var(--navbar-height) - 50px);
}
@media only screen and (max-width: 1200px) {
  .navbar.collapse {
    height: auto;
  }
}
.navbar__navs {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  list-style: none;
}
.navbar__navs:first-child {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
}
@media only screen and (max-width: 1200px) {
  .navbar__navs:first-child {
    display: none;
  }
}
.navbar__navs .each__link {
  position: relative;
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 700;
  text-transform: capitalize;
  color: #ffffff;
  cursor: pointer;
}
.navbar__navs .each__link::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 0;
  height: 2px;
  background-color: #ffffff;
  border-radius: 10000px;
  transition: 0.3s;
}
.navbar__navs .each__link:hover::before {
  width: 100%;
}
.navbar__navs .each__link--active::before {
  width: 100%;
}
.navbar__navs .each__link--drop {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  position: static;
}
.navbar__navs .each__link--drop::before {
  display: none;
}
.navbar__navs .each__link--drop img {
  width: 40px;
  height: 40px;
  margin-right: 10px;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.3s;
}
.navbar__navs .each__link--drop:hover img:not(.dropdown img) {
  transform: rotate(45deg);
}
.navbar__navs .each__link--drop:hover .dropdown {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}
.navbar__navs .each__link--drop:hover .dropdown * {
  pointer-events: all !important;
}
.navbar__navs .each__link--drop .dropdown {
  padding-left: min((100% - 1294px) / 2, 100px);
  padding-right: min((100% - 1294px) / 2, 100px);
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100vw;
  height: auto;
  padding-top: var(--navbar-height);
  padding-bottom: 20px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  background-color: #1387a3;
  transition: opacity 0.3s;
}
@media only screen and (max-width: 1500px) {
  .navbar__navs .each__link--drop .dropdown {
    padding-left: 100px;
    padding-right: 100px;
  }
}
@media only screen and (max-width: 1200px) {
  .navbar__navs .each__link--drop .dropdown {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.navbar__navs .each__link--drop .dropdown * {
  pointer-events: none !important;
}
.navbar__navs .each__link--drop .dropdown__list {
  padding-left: min((100% - 1294px) / 2, 100px);
  padding-right: min((100% - 1294px) / 2, 100px);
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-around;
  align-items: flex-start;
  list-style: none;
}
@media only screen and (max-width: 1500px) {
  .navbar__navs .each__link--drop .dropdown__list {
    padding-left: 100px;
    padding-right: 100px;
  }
}
@media only screen and (max-width: 1200px) {
  .navbar__navs .each__link--drop .dropdown__list {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.navbar__navs .each__link--drop .dropdown__list .each {
  width: 33.3333333333%;
}
.navbar__navs .each__link--drop .dropdown__list .each__list {
  width: 0;
  height: 0;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  list-style: none;
  transition: 0.3s opacity;
}
.navbar__navs .each__link--drop .dropdown__list .each__list.active {
  width: auto;
  height: auto;
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}
.navbar__navs .each__link--drop .dropdown__list .each__list .image {
  width: 0;
  height: 0;
  pointer-events: none;
  visibility: hidden;
  opacity: 0;
  transition: 0.3s opacity;
}
.navbar__navs .each__link--drop .dropdown__list .each__list .image.active {
  width: auto;
  height: auto;
  pointer-events: all;
  opacity: 1;
  visibility: visible;
}
.navbar__navs .each__link--drop .dropdown__list .each__list .image .wrapper {
  aspect-ratio: 2 !important;
  transition: 0.3s;
  border-radius: 20px;
  overflow: hidden;
}
@supports not (aspect-ratio: 2) {
  .navbar__navs .each__link--drop .dropdown__list .each__list .image .wrapper::before {
    content: "";
    float: left;
    padding-top: calc((2 / 4) * 100%);
  }
  .navbar__navs .each__link--drop .dropdown__list .each__list .image .wrapper::after {
    content: "";
    display: block;
    clear: both;
  }
}
.navbar__navs .each__link--drop .dropdown__list .each__list .image .wrapper:hover img {
  transform: scale(1.1);
}
.navbar__navs .each__link--drop .dropdown__list .each__list .item h2 {
  margin-bottom: 25px;
  font-size: 26px;
  font-weight: 500;
  color: #ffffff;
}
.navbar__navs .each__link--drop .dropdown__list .each__list .item h2.active {
  font-weight: 700;
}
.navbar__navs .each__link--drop .dropdown__list .each__list img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.navbar__navs .each__link--drop .dropdown__list .each__list a {
  margin-top: 50px;
  margin-left: auto;
}
@media only screen and (max-width: 1200px) {
  .navbar__navs .each__link--drop .dropdown {
    display: none;
  }
}
@media only screen and (max-width: 1200px) {
  .navbar__navs .each__link--drop img {
    display: none;
  }
}
@media only screen and (max-width: 1200px) {
  .navbar__navs {
    display: flex !important;
    flex-wrap: nowrap;
    flex-direction: column !important;
    justify-content: center;
    align-items: center;
    position: absolute;
    background-color: #1387a3;
    opacity: 0;
    pointer-events: none;
    transition: 0.3s;
  }
  .navbar__navs:nth-child(1) {
    top: 100%;
  }
  .navbar__navs:nth-child(3) {
    top: 100%;
    transform: translateY(100%);
  }
  .navbar__navs.active {
    opacity: 1;
    pointer-events: all;
  }
}
@media only screen and (max-width: 1200px) {
  .navbar__brand .logo {
    width: 75px;
  }
}
@media only screen and (max-width: 1200px) {
  .navbar__brand {
    order: -1;
  }
}
.navbar__functions {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  list-style: none;
}
.navbar__functions .each__link {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 40px;
  height: 40px;
  margin: 0 2px;
  border: 1px solid #ffffff;
  border-radius: 100%;
  background: transparent;
  transition: 0.3s;
  cursor: pointer;
}
.navbar__functions .each__link:hover {
  transform: scale(1.1);
}
.navbar__functions .each__link:hover ul {
  opacity: 1;
  transform: translateY(0) translateX(-50%);
  pointer-events: all;
}
.navbar__functions .each__link ul {
  position: absolute;
  z-index: 20;
  top: 100%;
  left: 50%;
  padding: 10px 20px;
  border-radius: 5px;
  list-style: none;
  background-color: #1387a3;
  opacity: 0;
  transform: translateY(-100%);
  pointer-events: none;
  box-shadow: 0 0 5px -3px #ffffff;
  transition: 0.3s opacity;
}
.navbar__functions .each__link ul::before {
  content: "";
  position: absolute;
  z-index: 10;
  top: 0;
  left: 50%;
  transform: translate(-50%, -100%);
  display: block;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #1387a3;
}
.navbar__functions .each__link ul li {
  margin: 10px 0;
}
.navbar__functions .each__link ul li a {
  transition: 0.3s;
}
.navbar__functions .each__link ul li a:hover {
  transform: scale(1.1);
}
@media only screen and (max-width: 1200px) {
  .navbar__functions {
    left: 20px;
    right: inherit;
  }
}
.navbar__toggle {
  display: none;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  background-color: transparent;
  border: 0;
  cursor: pointer;
}
@media only screen and (max-width: 1200px) {
  .navbar__toggle {
    display: block;
  }
}
.navbar__toggle.active span:nth-child(1) {
  transform: rotate(45deg) translateY(17px);
}
.navbar__toggle.active span:nth-child(2) {
  opacity: 0;
}
.navbar__toggle.active span:nth-child(3) {
  transform: rotate(-45deg) translateY(-17px);
}
.navbar__toggle span {
  display: block;
  width: 100%;
  height: 2px;
  margin: 10px 0;
  background-color: #ffffff;
  transition: 0.3s;
}
.navbar__search {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  z-index: 10000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  pointer-events: none;
  background: rgba(19, 135, 163, 0.75);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}
.navbar__search.active {
  opacity: 1;
  pointer-events: all;
}
.navbar__search form {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.navbar__search form input,
.navbar__search form button {
  border: 0;
  padding: 20px 40px;
  border-radius: 10000px;
  background: #fff;
}
.navbar__search form input {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.navbar__search form button {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  background-color: #1387a3;
  color: #ffffff;
  cursor: pointer;
  transition: 0.3s;
}
.navbar__search form button:hover {
  background-color: #1387a3;
  color: #ffffff;
  transform: translateX(10px);
}
.navbar__search form .close {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-items: center;
  width: 50px;
  height: 50px;
  margin: 30px;
  padding: 0;
  background: red;
  color: white;
  border-radius: 100%;
  transition: 0.3s;
}
.navbar__search form .close:hover {
  transform: scale(1.1);
  background: red;
  color: white;
}
@media only screen and (max-width: 1200px) {
  .navbar__search form .close {
    padding: 10px;
  }
}
@media only screen and (max-width: 1200px) {
  .navbar {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: auto;
    padding: 20px 0;
    background-color: #1387a3;
    background-image: none;
  }
}

.intro {
  width: 100%;
  height: 100vh;
}
.intro .swiper {
  position: relative;
  width: 100%;
  height: 100%;
}
.intro .swiper-slide::before, .intro .swiper-slide::after {
  content: "";
  position: absolute;
  z-index: 2;
  display: block;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 0%, transparent 100%);
  pointer-events: none;
}
.intro .swiper-slide::after {
  bottom: 0;
  z-index: 3;
  height: 50%;
  background-image: linear-gradient(0deg, rgba(19, 135, 163, 0.5) 0%, transparent 100%);
}
.intro .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.intro .swiper-slide .wrapper {
  position: absolute;
  z-index: 5;
  left: 140px;
  bottom: 70px;
}
.intro .swiper-slide .wrapper h2 {
  margin-bottom: 10px;
  font-size: 65px;
  color: #ffffff;
}
@media only screen and (max-width: 1200px) {
  .intro .swiper-slide .wrapper h2 {
    width: 100%;
    font-size: 30px;
    text-align: center;
  }
}
@media only screen and (max-width: 1200px) {
  .intro .swiper-slide .wrapper .btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    font-size: 1.5rem;
  }
  .intro .swiper-slide .wrapper .btn::before {
    display: none;
  }
}
@media only screen and (max-width: 1200px) {
  .intro .swiper-slide .wrapper {
    width: 100%;
    left: 50%;
    bottom: 100px;
    transform: translateX(-50%);
  }
}
.intro .swiper-pagination {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-start;
  padding-left: min((100% - 1294px) / 2, 100px);
  padding-right: min((100% - 1294px) / 2, 100px);
  margin-bottom: 50px;
}
@media only screen and (max-width: 1500px) {
  .intro .swiper-pagination {
    padding-left: 100px;
    padding-right: 100px;
  }
}
@media only screen and (max-width: 1200px) {
  .intro .swiper-pagination {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.intro .swiper-pagination-bullet {
  position: relative;
  z-index: 100;
  display: block;
  width: 13px;
  height: 13px;
  margin: 0 20px !important;
  background-color: #ffffff;
  opacity: 1;
  transition: 0.3s;
}
.intro .swiper-pagination-bullet:hover {
  transform: scale(1.2);
}
.intro .swiper-pagination-bullet::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  width: 0;
  height: 0;
  border: 1px solid #ffffff;
  border-radius: 100%;
  transition: 0.3s;
}
.intro .swiper-pagination-bullet-active::before {
  width: 40px;
  height: 40px;
}
@media only screen and (max-width: 1200px) {
  .intro .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    margin: 0 10px !important;
  }
}
@media only screen and (max-width: 1200px) {
  .intro .swiper-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

.social-links {
  position: fixed;
  z-index: 1000;
  top: 50%;
  right: 50px;
  transform: translateY(-50%);
  transition: 0.3s;
}
.social-links.active {
  padding: 10px;
  background-color: #1387a3;
  right: 0;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
.social-links.active .each a {
  border: 0;
  background-color: #1387a3;
}
.social-links__list {
  list-style: none;
}
.social-links__list .each {
  margin: 10px 0;
}
.social-links__list .each a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border: 2px solid #ffffff;
  border-radius: 100%;
  transition: 0.3s;
}
.social-links__list .each a:hover {
  transform: scale(1.1);
}
@media only screen and (max-width: 1200px) {
  .social-links {
    display: none;
  }
}

.short-part {
  padding-left: min((100% - 1294px) / 2, 100px);
  padding-right: min((100% - 1294px) / 2, 100px);
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 1500px) {
  .short-part {
    padding-left: 100px;
    padding-right: 100px;
  }
}
@media only screen and (max-width: 1200px) {
  .short-part {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.short-part__left, .short-part__right {
  width: 50%;
}
@media only screen and (max-width: 1200px) {
  .short-part__left, .short-part__right {
    width: 100%;
  }
}
.short-part__left {
  padding-right: 100px;
}
.short-part__left h2 {
  font-size: 55px;
  font-weight: 600;
}
@media only screen and (max-width: 1200px) {
  .short-part__left h2 {
    font-size: 40px;
    text-align: center;
  }
}
@media only screen and (max-width: 1200px) {
  .short-part__left {
    padding: 50px 0;
  }
}
.short-part__right {
  position: relative;
  padding: 70px 100px;
  background-color: rgba(19, 135, 163, 0.05);
}
.short-part__right p {
  font-size: 19px;
}
@media only screen and (max-width: 1200px) {
  .short-part__right p {
    text-align: center;
  }
}
.short-part__right::before {
  content: "";
  position: absolute;
  top: 0;
  left: 100%;
  display: block;
  width: 150%;
  height: 100%;
  background-color: rgba(19, 135, 163, 0.05);
}
@media only screen and (max-width: 1200px) {
  .short-part__right::before {
    left: 50%;
    transform: translateX(-50%);
  }
}
.short-part__right .btn {
  margin-top: 40px;
  font-weight: 700;
}
@media only screen and (max-width: 1200px) {
  .short-part__right .btn {
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (max-width: 1200px) {
  .short-part__right {
    background-color: transparent;
    padding: 50px 0;
  }
}
@media only screen and (max-width: 1200px) {
  .short-part {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}

.filtered-cats__header {
  padding-left: min((100% - 1294px) / 2, 100px);
  padding-right: min((100% - 1294px) / 2, 100px);
  margin-top: 60px;
  margin-bottom: 40px;
}
@media only screen and (max-width: 1500px) {
  .filtered-cats__header {
    padding-left: 100px;
    padding-right: 100px;
  }
}
@media only screen and (max-width: 1200px) {
  .filtered-cats__header {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.filtered-cats__header .cats {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.filtered-cats__header .cats .btn {
  padding: 15px 42px 15px 50px;
  margin: 0 10px;
  background-color: transparent;
  color: #1387a3;
  font-weight: 600;
  text-transform: uppercase;
  border: 0;
  border-radius: 100000px;
  transition: 0.3s;
  background-color: rgba(19, 135, 163, 0.1);
}
.filtered-cats__header .cats .btn:hover {
  background-color: rgba(19, 135, 163, 0.3);
}
.filtered-cats__header .cats .btn.active {
  background-color: #1387a3;
  color: #ffffff;
}
.filtered-cats__header .cats .arrows {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
}
.filtered-cats__header .cats .arrows .swiper-button-next,
.filtered-cats__header .cats .arrows .swiper-button-prev {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  inset: 0;
  width: 80px;
  height: 80px;
  margin: 0 5px;
  font-size: 20px;
  background-color: rgba(19, 135, 163, 0.1);
  color: #ffffff;
  border-radius: 100%;
  transition: 0.3s;
}
.filtered-cats__header .cats .arrows .swiper-button-next:hover,
.filtered-cats__header .cats .arrows .swiper-button-prev:hover {
  transform: scale(1.1);
}
.filtered-cats__header .cats .arrows .swiper-button-next::after,
.filtered-cats__header .cats .arrows .swiper-button-prev::after {
  display: none;
}
@media only screen and (max-width: 1200px) {
  .filtered-cats__header .cats .arrows .swiper-button-next,
  .filtered-cats__header .cats .arrows .swiper-button-prev {
    display: none;
  }
}
.filtered-cats__header .cats .arrows .swiper-button-disabled {
  opacity: 1;
  background-color: transparent;
}
.filtered-cats__header .cats .arrows .swiper-button-prev {
  transform: rotate(180deg);
}
.filtered-cats__header .cats .arrows .swiper-button-prev:hover {
  transform: rotate(180deg) scale(1.1);
}
@media only screen and (max-width: 1200px) {
  .filtered-cats__header .cats {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
@media only screen and (max-width: 1200px) {
  .filtered-cats__header {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
.filtered-cats__body .filters-cats .swiper-wrapper .swiper-slide {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
  padding: 0;
  visibility: hidden;
  pointer-events: none;
  transition: 0.3s opacity;
}
.filtered-cats__body .filters-cats .swiper-wrapper .swiper-slide.active {
  position: static;
  opacity: 1;
  width: inherit;
  height: inherit;
  padding: 45px 70px;
  visibility: visible;
  pointer-events: all;
}
@media only screen and (max-width: 1200px) {
  .filtered-cats__body .filters-cats .swiper-wrapper .swiper-slide.active {
    padding: 20px 40px;
  }
}
.filtered-cats__body .filters-cats .swiper-wrapper .swiper-slide .wrapper {
  aspect-ratio: 1 !important;
  margin-bottom: 40px;
  border-radius: 25px;
  box-shadow: 0 9px 8px rgba(0, 0, 0, 0.2);
  overflow: hidden;
}
@supports not (aspect-ratio: 1) {
  .filtered-cats__body .filters-cats .swiper-wrapper .swiper-slide .wrapper::before {
    content: "";
    float: left;
    padding-top: calc((1 / 1) * 100%);
  }
  .filtered-cats__body .filters-cats .swiper-wrapper .swiper-slide .wrapper::after {
    content: "";
    display: block;
    clear: both;
  }
}
.filtered-cats__body .filters-cats .swiper-wrapper .swiper-slide .wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  transition: 0.3s;
}
.filtered-cats__body .filters-cats .swiper-wrapper .swiper-slide .wrapper:hover img {
  transform: scale(1.1);
}
.filtered-cats__body .filters-cats .swiper-wrapper .swiper-slide h2 {
  font-size: 24px;
  text-transform: capitalize;
  text-align: center;
}
@media only screen and (max-width: 1200px) {
  .filtered-cats__body .filters-cats .swiper-wrapper .swiper-slide {
    padding: 20px 40px;
  }
}
@media only screen and (max-width: 1200px) {
  .filtered-cats__body .filters-cats .swiper-wrapper {
    padding: 0;
  }
}

.info__title {
  padding-left: min((100% - 1294px) / 2, 100px);
  padding-right: min((100% - 1294px) / 2, 100px);
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media only screen and (max-width: 1500px) {
  .info__title {
    padding-left: 100px;
    padding-right: 100px;
  }
}
@media only screen and (max-width: 1200px) {
  .info__title {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.info__title::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 150%;
  background-image: url("../images/masks/Group 108.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.info__title::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 100%;
  height: 150%;
  background-image: linear-gradient(0deg, white 30%, transparent);
}
.info__title h2 {
  position: relative;
  display: block;
  padding-top: 100px;
  padding-bottom: 100px;
  font-size: 60px;
  text-transform: capitalize;
  color: transparent;
}
@keyframes fill {}
.info__title h2::before {
  content: "dünya çapında ihracat";
  position: absolute;
  color: #1387a3;
  overflow: hidden;
  width: 0%;
  height: 100%;
  transition: 3s;
  text-wrap: nowrap;
}
.info__title h2.animated::before {
  width: 100%;
}
@media only screen and (max-width: 1200px) {
  .info__title h2 {
    font-size: 40px;
    text-align: center;
  }
}
.info__stats {
  position: relative;
  z-index: 10;
}
.info__stats .list {
  padding-left: min((100% - 1294px) / 2, 100px);
  padding-right: min((100% - 1294px) / 2, 100px);
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  list-style: none;
}
@media only screen and (max-width: 1500px) {
  .info__stats .list {
    padding-left: 100px;
    padding-right: 100px;
  }
}
@media only screen and (max-width: 1200px) {
  .info__stats .list {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.info__stats .list__logo {
  transform: translateY(100px);
  animation: upDown infinite 2s alternate linear;
}
@keyframes upDown {
  from {
    transform: translateY(20px);
  }
  to {
    transform: translateY(-20px);
  }
}
@media only screen and (max-width: 1200px) {
  .info__stats .list__logo {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    order: -1;
    transform: translate(0);
  }
}
@media only screen and (max-width: 768px) {
  .info__stats .list__logo img {
    width: 70%;
  }
}
.info__stats .list__each {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 70px 30px;
  background-color: #E8E8E8;
  border-radius: 10px;
  transition: 0.3s;
}
.info__stats .list__each:hover {
  transform: scale(1.1);
}
.info__stats .list__each:nth-child(2) {
  transform: translateY(60px);
}
@media only screen and (max-width: 1200px) {
  .info__stats .list__each:nth-child(2) {
    transform: translate(0);
  }
}
.info__stats .list__each:nth-child(2):hover {
  transform: translateY(60px) scale(1.1);
}
.info__stats .list__each:nth-child(4) {
  transform: translateY(60px);
}
@media only screen and (max-width: 1200px) {
  .info__stats .list__each:nth-child(4) {
    transform: translate(0);
  }
}
.info__stats .list__each:nth-child(4):hover {
  transform: translateY(60px) scale(1.1);
}
.info__stats .list__each::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%) translateY(100%);
  display: block;
  width: 0;
  height: 0;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-top: 20px solid #E8E8E8;
}
.info__stats .list__each h2 {
  width: 190px;
  padding-bottom: 14px;
  margin-bottom: 12px;
  color: #1387a3;
  font-size: 24px;
  text-align: center;
  border-bottom: 1px solid #1387a3;
}
.info__stats .list__each h2 span {
  display: inline;
  font-size: 12px;
  vertical-align: top;
}
@media only screen and (max-width: 1500px) {
  .info__stats .list__each h2 {
    width: 100px;
    padding-bottom: 10px;
    padding-top: 9px;
  }
}
.info__stats .list__each span {
  display: block;
  font-size: 21px;
  font-weight: 600;
  text-transform: capitalize;
}
@media only screen and (max-width: 1200px) {
  .info__stats .list__each {
    aspect-ratio: 1 !important;
    width: calc(50% - 40px);
    padding: 0;
    margin: 20px;
  }
  @supports not (aspect-ratio: 1) {
    .info__stats .list__each::before {
      content: "";
      float: left;
      padding-top: calc((1 / 1) * 100%);
    }
    .info__stats .list__each::after {
      content: "";
      display: block;
      clear: both;
    }
  }
}
@media only screen and (max-width: 1500px) {
  .info__stats .list__each {
    padding: 30px 15px;
  }
}
@media only screen and (max-width: 768px) {
  .info__stats .list__each {
    width: 100%;
  }
}
@media only screen and (max-width: 1200px) {
  .info__stats .list {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
}
.info .mask {
  transform: translateY(-300px);
  width: 100%;
  margin-bottom: -300px;
}
@media only screen and (max-width: 992px) {
  .info .mask {
    display: none;
  }
}

.blog {
  padding-left: min((100% - 1294px) / 2, 100px);
  padding-right: min((100% - 1294px) / 2, 100px);
  position: relative;
  padding-bottom: 50px;
}
@media only screen and (max-width: 1500px) {
  .blog {
    padding-left: 100px;
    padding-right: 100px;
  }
}
@media only screen and (max-width: 1200px) {
  .blog {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.blog::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: -100px;
  left: 0;
  display: block;
  width: 100%;
  height: calc(100% + 100px);
  background-image: url("../images/masks/Group 108.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.blog::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(0deg, white, transparent);
}
.blog__title {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 140px;
  padding-bottom: 40px;
}
.blog__title h2 {
  font-size: 40px;
  color: #1387a3;
}
@media only screen and (max-width: 1200px) {
  .blog__title h2 {
    font-size: 30px;
  }
}
.blog__title .buttons {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: auto;
}
.blog__title .buttons .swiper-button-next,
.blog__title .buttons .swiper-button-prev {
  display: flex;
  justify-content: center;
  align-items: center;
  position: static;
  width: 80px;
  height: 80px;
  margin: 0 5px;
  background-color: #1387a3;
  border-radius: 100%;
  transition: 0.3s;
}
.blog__title .buttons .swiper-button-next:hover,
.blog__title .buttons .swiper-button-prev:hover {
  transform: scale(1.1);
}
.blog__title .buttons .swiper-button-next::after,
.blog__title .buttons .swiper-button-prev::after {
  display: none;
}
.blog__title .buttons .swiper-button-next img,
.blog__title .buttons .swiper-button-prev img {
  filter: brightness(100000);
}
.blog__title .buttons .swiper-button-prev {
  transform: rotate(180deg);
}
.blog__title .buttons .swiper-button-prev:hover {
  transform: rotate(180deg) scale(1.1);
}
.blog__title .buttons .swiper-button-disabled {
  opacity: 1;
  background-color: transparent;
}
.blog__title .buttons .swiper-button-disabled img {
  filter: inherit;
}
@media only screen and (max-width: 1200px) {
  .blog__title .buttons {
    display: none;
  }
}
@media only screen and (max-width: 1200px) {
  .blog__title {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.blog__body {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}
.blog__body .content {
  width: 70%;
  transition: 0.3s;
  transition-delay: 0.3s;
}
.blog__body .content .date {
  font-size: 18px;
}
.blog__body .content .head {
  max-width: 500px;
  width: 100%;
  margin: 10px 0 20px 0;
  font-size: 25px;
}
.blog__body .content .text {
  max-width: 700px;
  width: 100%;
  font-size: 19px;
}
.blog__body .content .btn {
  margin-top: 40px;
}
@media only screen and (max-width: 1200px) {
  .blog__body .content {
    width: 100%;
  }
}
.blog__body .image {
  width: 30%;
}
.blog__body .image img {
  aspect-ratio: 2 !important;
  width: 100%;
  border-radius: 20px;
  -o-object-fit: cover;
     object-fit: cover;
}
@supports not (aspect-ratio: 2) {
  .blog__body .image img::before {
    content: "";
    float: left;
    padding-top: calc((4 / 8) * 100%);
  }
  .blog__body .image img::after {
    content: "";
    display: block;
    clear: both;
  }
}
@media only screen and (max-width: 1200px) {
  .blog__body .image img {
    aspect-ratio: 1 !important;
  }
  @supports not (aspect-ratio: 1) {
    .blog__body .image img::before {
      content: "";
      float: left;
      padding-top: calc((1 / 1) * 100%);
    }
    .blog__body .image img::after {
      content: "";
      display: block;
      clear: both;
    }
  }
}
@media only screen and (max-width: 1200px) {
  .blog__body .image {
    width: 100%;
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 1200px) {
  .blog__body {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
  }
}

.footer {
  padding-left: min((100% - 1294px) / 2, 100px);
  padding-right: min((100% - 1294px) / 2, 100px);
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #1387a3;
}
@media only screen and (max-width: 1500px) {
  .footer {
    padding-left: 100px;
    padding-right: 100px;
  }
}
@media only screen and (max-width: 1200px) {
  .footer {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.footer__img img {
  width: 100px;
  height: auto;
  padding: 2px;
  border: 1px solid #ffffff;
  border-radius: 10px;
}
@media only screen and (max-width: 1200px) {
  .footer__img img {
    width: 150px;
    height: 150px;
  }
}
@media only screen and (max-width: 1200px) {
  .footer__img {
    margin-bottom: 20px;
  }
}
.footer__content {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-left: 80px;
  list-style: none;
}
.footer__content .each__title {
  margin-bottom: 30px;
  font-size: 18px;
  text-transform: capitalize;
  color: #ffffff;
}
.footer__content .each__list {
  position: relative;
  list-style: none;
}
.footer__content .each__list a {
  display: inline-block;
  margin-bottom: 10px;
  font-size: 15px;
  color: #ffffff;
  transition: 0.3s;
}
.footer__content .each__list a::before {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  display: block;
  width: 0;
  height: 1px;
  background-color: #fff;
  transition: 0.3s;
}
.footer__content .each__list a:hover::before {
  width: 100%;
}
.footer__content .each__list a:hover {
  transform: translateX(5px);
}
.footer__content .each__list p {
  max-width: 350px;
  width: 100%;
  margin-bottom: 20px;
  font-size: 15px;
  color: #ffffff;
}
.footer__content .each__list h2 {
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: 400;
  color: #ffffff;
  text-transform: capitalize;
}
@media only screen and (max-width: 1200px) {
  .footer__content .each {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 1200px) {
  .footer__content {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0;
    text-align: center;
  }
}
@media only screen and (max-width: 1200px) {
  .footer {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}

.bottom {
  padding-left: min((100% - 1294px) / 2, 100px);
  padding-right: min((100% - 1294px) / 2, 100px);
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 30px;
  padding-bottom: 10px;
  border-top: 1px solid #ffffff;
  background-color: #1387a3;
}
@media only screen and (max-width: 1500px) {
  .bottom {
    padding-left: 100px;
    padding-right: 100px;
  }
}
@media only screen and (max-width: 1200px) {
  .bottom {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.bottom .links {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}
.bottom .links a {
  margin-right: 25px;
  font-size: 13px;
  color: #ffffff;
  transition: 0.3s;
}
.bottom .links a:hover {
  transform: translateY(-5px);
}
@media only screen and (max-width: 1200px) {
  .bottom .links a {
    margin: 10px 5px;
  }
}
.bottom .copy h2 {
  font-size: 13px;
  font-weight: 400;
  color: #ffffff;
}
@media only screen and (max-width: 1200px) {
  .bottom {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

.page-info {
  padding-left: min((100% - 1294px) / 2, 100px);
  padding-right: min((100% - 1294px) / 2, 100px);
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding-top: var(--navbar-height);
  padding-bottom: 70px;
}
@media only screen and (max-width: 1500px) {
  .page-info {
    padding-left: 100px;
    padding-right: 100px;
  }
}
@media only screen and (max-width: 1200px) {
  .page-info {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.page-info__title h2 {
  max-width: 500px;
  width: 100%;
  line-height: 50px;
  color: #ffffff;
}
@media only screen and (max-width: 1200px) {
  .page-info__title h2 {
    margin-bottom: 20px;
    font-size: 20px;
    line-height: initial;
    text-align: center;
  }
}
.page-info__content {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
}
.page-info__content h2 {
  margin-bottom: 15px;
  font-size: 35px;
  font-weight: 400;
  text-transform: uppercase;
  color: #ffffff;
}
@media only screen and (max-width: 1200px) {
  .page-info__content h2 {
    font-size: 25px;
    text-align: center;
  }
}
@media only screen and (max-width: 1200px) {
  .page-info__content {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.page-info--alternate {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-end;
}
.page-info__list {
  position: relative;
  z-index: 0;
  list-style: none;
  background-color: #F2F2F2;
  color: #000000;
}
.page-info__list li a {
  position: relative;
  padding: 10px 60px;
  transition: 0.3s;
}
.page-info__list li a::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  display: block;
  width: calc(100% - 60px);
  height: 1px;
  background-color: rgba(0, 0, 0, 0.1);
}
.page-info__list li a:hover {
  background-color: #ffffff;
  color: #1387a3;
}
.page-info__list li a.active {
  background-color: #ffffff;
  color: #1387a3;
}
.page-info__list li:last-child {
  box-shadow: 0 30px 30px -10px rgba(0, 0, 0, 0.2);
}
@media only screen and (max-width: 1200px) {
  .page-info {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}

.breadcumb {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  list-style: none;
}
.breadcumb li {
  display: flex;
  justify-content: center;
  align-items: center;
}
.breadcumb li:first-child a::before {
  display: none;
}
.breadcumb li a {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  color: #ffffff;
}
.breadcumb li a::before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 10px;
  margin: 0 10px;
  background-image: url("../images/icons/arrows.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  filter: brightness(100);
}

.products {
  padding-left: min((100% - 1294px) / 2, 100px);
  padding-right: min((100% - 1294px) / 2, 100px);
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding-top: 65px;
  padding-bottom: 65px;
}
@media only screen and (max-width: 1500px) {
  .products {
    padding-left: 100px;
    padding-right: 100px;
  }
}
@media only screen and (max-width: 1200px) {
  .products {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.products__each {
  width: calc(50% - 50px);
  margin: 25px;
  border-radius: 15px;
  overflow: hidden;
}
.products__each:hover .image img {
  transform: scale(1.1);
}
.products__each .image {
  aspect-ratio: 1.625 !important;
  width: 100%;
  height: auto;
  overflow: hidden;
}
@supports not (aspect-ratio: 1.625) {
  .products__each .image::before {
    content: "";
    float: left;
    padding-top: calc((4 / 6.5) * 100%);
  }
  .products__each .image::after {
    content: "";
    display: block;
    clear: both;
  }
}
.products__each .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.3s;
}
.products__each .content {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 40px;
}
.products__each .content .name {
  font-size: 28px;
  font-weight: 400;
  color: #ffffff;
}
@media only screen and (max-width: 1200px) {
  .products__each .content .name {
    margin-bottom: 10px;
    font-size: 20px;
  }
}
@media only screen and (max-width: 1200px) {
  .products__each .content .btn {
    padding: 10px 20px;
    font-size: 15px;
  }
}
@media only screen and (max-width: 1200px) {
  .products__each .content {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
@media only screen and (max-width: 1200px) {
  .products__each {
    margin: 10px 0;
  }
}
@media only screen and (max-width: 1200px) {
  .products {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}

.product-sub {
  padding-left: min((100% - 1294px) / 2, 100px);
  padding-right: min((100% - 1294px) / 2, 100px);
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
}
@media only screen and (max-width: 1500px) {
  .product-sub {
    padding-left: 100px;
    padding-right: 100px;
  }
}
@media only screen and (max-width: 1200px) {
  .product-sub {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.product-sub__each {
  aspect-ratio: 0.8775510204 !important;
  position: relative;
  width: 33.3333333333%;
  margin: 0 20px;
  border-radius: 20px;
  overflow: hidden;
}
@supports not (aspect-ratio: 0.8775510204) {
  .product-sub__each::before {
    content: "";
    float: left;
    padding-top: calc((49 / 43) * 100%);
  }
  .product-sub__each::after {
    content: "";
    display: block;
    clear: both;
  }
}
.product-sub__each:hover img {
  transform: scale(1.1);
}
.product-sub__each img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.3s;
}
.product-sub__each h2 {
  position: absolute;
  z-index: 1;
  bottom: 40px;
  left: 40px;
  color: #ffffff;
}
@media only screen and (max-width: 1200px) {
  .product-sub__each h2 {
    font-size: 20px;
    left: 50%;
    transform: translateX(-50%);
  }
}
.product-sub__each::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  opacity: 1;
  background-image: linear-gradient(0deg, black 0%, transparent 100%);
  transition: 0.3s;
}
.product-sub__each::after:hover {
  opacity: 0;
}
.product-sub__each .mask {
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 50%;
  background-image: linear-gradient(0deg, #1387a3 0%, transparent 100%);
  opacity: 0;
  transition: 0.3s;
}
.product-sub__each:hover .mask {
  opacity: 1;
}
@media only screen and (max-width: 1200px) {
  .product-sub__each {
    aspect-ratio: 0.6666666667 !important;
    width: 100%;
    margin: 20px 0;
  }
  @supports not (aspect-ratio: 0.6666666667) {
    .product-sub__each::before {
      content: "";
      float: left;
      padding-top: calc((1.5 / 1) * 100%);
    }
    .product-sub__each::after {
      content: "";
      display: block;
      clear: both;
    }
  }
}
@media only screen and (max-width: 1200px) {
  .product-sub {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}

.product-sub-list {
  padding-left: min((100% - 1294px) / 2, 100px);
  padding-right: min((100% - 1294px) / 2, 100px);
  padding-top: 140px;
  padding-bottom: 140px;
}
@media only screen and (max-width: 1500px) {
  .product-sub-list {
    padding-left: 100px;
    padding-right: 100px;
  }
}
@media only screen and (max-width: 1200px) {
  .product-sub-list {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.product-sub-list__list {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  list-style: none;
}
.product-sub-list__list .each {
  width: calc(22% - 20px);
  padding: 30px 40px;
  margin: 10px;
  background-color: #DEE0E6;
  transition: 0.3s;
}
.product-sub-list__list .each:hover {
  background-color: #98A6D0;
}
.product-sub-list__list .each:hover .each__content h2 {
  color: #ffffff;
}
.product-sub-list__list .each:hover .each__content img {
  filter: brightness(10000);
}
.product-sub-list__list .each__image {
  position: relative;
}
.product-sub-list__list .each__image::before {
  aspect-ratio: 1 !important;
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  width: 50%;
  background-color: rgba(0, 0, 0, 0.25);
  border-radius: 100%;
  filter: blur(50px);
}
@supports not (aspect-ratio: 1) {
  .product-sub-list__list .each__image::before::before {
    content: "";
    float: left;
    padding-top: calc((1 / 1) * 100%);
  }
  .product-sub-list__list .each__image::before::after {
    content: "";
    display: block;
    clear: both;
  }
}
.product-sub-list__list .each__image:hover img {
  transform: scale(1.1);
}
.product-sub-list__list .each__image img {
  width: 100%;
  transition: 0.3s;
}
.product-sub-list__list .each__content {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.product-sub-list__list .each__content h2 {
  font-size: 19px;
  font-weight: 400;
  color: #000000;
}
.product-sub-list__list .each__content img {
  filter: brightness(0);
}
@media only screen and (max-width: 1200px) {
  .product-sub-list__list .each {
    width: calc(50% - 20px);
  }
}
@media only screen and (max-width: 768px) {
  .product-sub-list__list .each {
    width: 100%;
  }
}
.product-sub-list__pagianation {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 50px;
  list-style: none;
}
.product-sub-list__pagianation li a {
  font-size: 18px;
  margin: 0 10px;
}
.product-sub-list__pagianation .prev,
.product-sub-list__pagianation .next {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background-color: rgba(19, 135, 163, 0.1);
}
.product-sub-list__pagianation .prev img {
  transform: rotate(180deg);
}

.blog-news {
  padding-left: min((100% - 1294px) / 2, 100px);
  padding-right: min((100% - 1294px) / 2, 100px);
  padding-top: 60px;
  padding-bottom: 60px;
}
@media only screen and (max-width: 1500px) {
  .blog-news {
    padding-left: 100px;
    padding-right: 100px;
  }
}
@media only screen and (max-width: 1200px) {
  .blog-news {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.blog-news__list {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  list-style: none;
}
.blog-news__list .each {
  width: calc(33.3333333333% - 20px);
  margin: 0 10px 70px 10px;
}
.blog-news__list .each .wrapper {
  aspect-ratio: 1.5 !important;
  width: 100%;
  border-radius: 15px;
  overflow: hidden;
}
@supports not (aspect-ratio: 1.5) {
  .blog-news__list .each .wrapper::before {
    content: "";
    float: left;
    padding-top: calc((30 / 45) * 100%);
  }
  .blog-news__list .each .wrapper::after {
    content: "";
    display: block;
    clear: both;
  }
}
.blog-news__list .each .wrapper:hover img {
  transform: scale(1.1);
}
.blog-news__list .each .wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.3s;
}
@media only screen and (max-width: 1200px) {
  .blog-news__list .each .wrapper {
    aspect-ratio: 0.8 !important;
  }
  @supports not (aspect-ratio: 0.8) {
    .blog-news__list .each .wrapper::before {
      content: "";
      float: left;
      padding-top: calc((1.25 / 1) * 100%);
    }
    .blog-news__list .each .wrapper::after {
      content: "";
      display: block;
      clear: both;
    }
  }
}
.blog-news__list .each .date {
  display: block;
  margin-top: 30px;
  margin-bottom: 10px;
  color: #ACACAC;
}
.blog-news__list .each .title {
  max-width: 400px;
  width: 100%;
  margin-bottom: 40px;
  font-size: 18px;
  font-weight: 400;
}
@media only screen and (max-width: 1200px) {
  .blog-news__list .each .title {
    font-size: 14px;
    text-align: center;
  }
}
.blog-news__list .each .btn {
  border-color: #ACACAC;
  color: #ACACAC;
}
@media only screen and (max-width: 1200px) {
  .blog-news__list .each .btn {
    padding: 10px 20px;
    font-size: 12px;
  }
}
@media only screen and (max-width: 1200px) {
  .blog-news__list .each {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 20px 0;
  }
}
.blog-news__pagianation {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 50px;
  list-style: none;
}
.blog-news__pagianation li a {
  font-size: 18px;
  margin: 0 10px;
}
.blog-news__pagianation .prev,
.blog-news__pagianation .next {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background-color: rgba(19, 135, 163, 0.1);
}
.blog-news__pagianation .prev img {
  transform: rotate(180deg);
}

.blog-news-sub {
  padding-left: min((100% - 1294px) / 2, 100px);
  padding-right: min((100% - 1294px) / 2, 100px);
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
}
@media only screen and (max-width: 1500px) {
  .blog-news-sub {
    padding-left: 100px;
    padding-right: 100px;
  }
}
@media only screen and (max-width: 1200px) {
  .blog-news-sub {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.blog-news-sub__content {
  width: 70%;
  padding-top: 60px;
  padding-bottom: 60px;
  padding-right: 50px;
  border-right: 1px solid black;
}
@media only screen and (max-width: 1200px) {
  .blog-news-sub__content {
    border: 0;
  }
}
.blog-news-sub__content h1 {
  max-width: 500px;
  width: 100%;
  margin-bottom: 50px;
  font-size: 30px;
  font-weight: 600;
}
.blog-news-sub__content p {
  font-size: 17px;
}
.blog-news-sub__content img {
  aspect-ratio: 2.25 !important;
  width: 100%;
  margin: 50px 0;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 15px;
}
@supports not (aspect-ratio: 2.25) {
  .blog-news-sub__content img::before {
    content: "";
    float: left;
    padding-top: calc((4 / 9) * 100%);
  }
  .blog-news-sub__content img::after {
    content: "";
    display: block;
    clear: both;
  }
}
@media only screen and (max-width: 1200px) {
  .blog-news-sub__content img {
    aspect-ratio: 0.8 !important;
  }
  @supports not (aspect-ratio: 0.8) {
    .blog-news-sub__content img::before {
      content: "";
      float: left;
      padding-top: calc((1.25 / 1) * 100%);
    }
    .blog-news-sub__content img::after {
      content: "";
      display: block;
      clear: both;
    }
  }
}
@media only screen and (max-width: 1200px) {
  .blog-news-sub__content {
    width: 100%;
    padding-right: 0;
  }
}
.blog-news-sub__other {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  width: 30%;
  height: 100%;
  padding-top: 60px;
  padding-bottom: 60px;
  padding-left: 50px;
}
.blog-news-sub__other h2 {
  margin: 50px 0;
  font-size: 30px;
  font-weight: 600;
  text-transform: capitalize;
}
.blog-news-sub__other ul {
  list-style: none;
  height: 600px;
  overflow: scroll;
}
.blog-news-sub__other ul li {
  margin: 25px 0;
}
.blog-news-sub__other ul li a {
  text-align: right;
}
.blog-news-sub__other ul li a img {
  aspect-ratio: 1.44 !important;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 15px;
}
@supports not (aspect-ratio: 1.44) {
  .blog-news-sub__other ul li a img::before {
    content: "";
    float: left;
    padding-top: calc((25 / 36) * 100%);
  }
  .blog-news-sub__other ul li a img::after {
    content: "";
    display: block;
    clear: both;
  }
}
.blog-news-sub__other ul li a span {
  display: block;
  margin-top: 23px;
  margin-bottom: 9px;
  font-size: 16px;
  color: #ACACAC;
}
.blog-news-sub__other ul li a h3 {
  font-size: 18px;
  font-weight: 400;
}
@media only screen and (max-width: 1200px) {
  .blog-news-sub__other ul li a {
    text-align: center;
  }
}
@media only screen and (max-width: 1200px) {
  .blog-news-sub__other {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-left: 0;
    border: 0;
  }
}
@media only screen and (max-width: 1200px) {
  .blog-news-sub {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}

:root {
  --input-height: 50px;
}

.contact-us__top {
  padding-left: min((100% - 1294px) / 2, 100px);
  padding-right: min((100% - 1294px) / 2, 100px);
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  padding-top: 90px;
  padding-bottom: 90px;
}
@media only screen and (max-width: 1500px) {
  .contact-us__top {
    padding-left: 100px;
    padding-right: 100px;
  }
}
@media only screen and (max-width: 1200px) {
  .contact-us__top {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.contact-us__top .list {
  width: calc(50% - 35px);
  list-style: none;
}
.contact-us__top .list__each {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 45px;
}
.contact-us__top .list__each img {
  margin-right: 35px;
}
@media only screen and (max-width: 1200px) {
  .contact-us__top .list__each img {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.contact-us__top .list__each .content {
  width: 100%;
}
.contact-us__top .list__each .content span {
  display: block;
  margin-bottom: 5px;
  font-size: 15px;
  font-weight: 400;
}
@media only screen and (max-width: 1200px) {
  .contact-us__top .list__each .content span {
    margin-bottom: 15px;
  }
}
.contact-us__top .list__each .content h2 {
  width: 100%;
  padding-bottom: 25px;
  border-bottom: 1px solid #BEBEBE;
  font-size: 17px;
  font-weight: 400;
}
@media only screen and (max-width: 1200px) {
  .contact-us__top .list__each {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
}
@media only screen and (max-width: 1200px) {
  .contact-us__top .list {
    width: 100%;
  }
}
.contact-us__top .form {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: calc(50% - 35px);
}
.contact-us__top .form .select2 {
  width: 100% !important;
  height: var(--input-height);
}
.contact-us__top .form .select2 .select2-selection {
  background-color: transparent;
  border: none;
}
.contact-us__top .form .select2 .select2-selection__rendered {
  display: block;
  border: 0;
  background-color: #E6EDE7;
  color: #585858;
  border-radius: 0;
  resize: none;
  padding: 15px;
  line-height: inherit;
}
.contact-us__top .form .three,
.contact-us__top .form .two,
.contact-us__top .form .one {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-right: 15px;
}
@media only screen and (max-width: 1200px) {
  .contact-us__top .form .three,
  .contact-us__top .form .two,
  .contact-us__top .form .one {
    width: 100% !important;
    margin-right: 0;
  }
}
.contact-us__top .form .three {
  width: calc(33.3333333333% - 15px);
}
.contact-us__top .form .two {
  width: calc(66.6666666667% - 15px);
}
.contact-us__top .form .one {
  width: 100%;
}
.contact-us__top .form label {
  margin-top: 22px;
  margin-bottom: 15px;
}
@media only screen and (max-width: 1200px) {
  .contact-us__top .form label {
    font-size: 12px;
  }
}
.contact-us__top .form input,
.contact-us__top .form textarea {
  width: 100%;
  height: 100%;
  padding: 15px;
  border: 0;
  background-color: #E6EDE7;
  color: #585858;
  resize: none;
}
.contact-us__top .form button {
  margin-top: 40px;
  margin-left: auto;
  text-transform: uppercase;
}
@media only screen and (max-width: 1200px) {
  .contact-us__top .form button {
    font-size: 12px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (max-width: 1200px) {
  .contact-us__top .form {
    width: 100%;
  }
}
@media only screen and (max-width: 1200px) {
  .contact-us__top {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
.contact-us__bottom {
  padding-left: min((100% - 1294px) / 2, 100px);
  padding-right: min((100% - 1294px) / 2, 100px);
}
@media only screen and (max-width: 1500px) {
  .contact-us__bottom {
    padding-left: 100px;
    padding-right: 100px;
  }
}
@media only screen and (max-width: 1200px) {
  .contact-us__bottom {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.contact-us__bottom iframe {
  aspect-ratio: 3 !important;
}
@supports not (aspect-ratio: 3) {
  .contact-us__bottom iframe::before {
    content: "";
    float: left;
    padding-top: calc((5 / 15) * 100%);
  }
  .contact-us__bottom iframe::after {
    content: "";
    display: block;
    clear: both;
  }
}

.select2-search__field {
  display: none;
}

.select2-search {
  background-color: #e7ede7;
}

.select2-dropdown {
  margin-top: -10px;
  border: 0 !important;
}

.select2-results__option {
  padding: 15px !important;
  background-color: #e7ede7 !important;
  color: #000000 !important;
  transition: 0.3s;
}
.select2-results__option:hover {
  background-color: #cad7ca !important;
}

.select2-selection__arrow {
  display: none;
}

.about-us__info {
  padding-left: min((100% - 1294px) / 2, 100px);
  padding-right: min((100% - 1294px) / 2, 100px);
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  position: relative;
  padding-top: var(--navbar-height);
  padding-bottom: 100px;
  margin-bottom: -120px;
  height: 600px;
}
@media only screen and (max-width: 1500px) {
  .about-us__info {
    padding-left: 100px;
    padding-right: 100px;
  }
}
@media only screen and (max-width: 1200px) {
  .about-us__info {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.about-us__info::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: -50px;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #1387a3;
}
@media only screen and (max-width: 1200px) {
  .about-us__info::before {
    top: 0;
  }
}
.about-us__info .list {
  position: sticky;
  top: 30px;
  left: 30px;
  margin-right: auto;
  list-style: none;
  background-color: #F2F2F2;
}
@media only screen and (max-width: 1200px) {
  .about-us__info .list {
    position: static !important;
  }
}
.about-us__info .list__each.active {
  background-color: #fff;
}
.about-us__info .list__each:first-of-type a::before {
  display: none;
}
.about-us__info .list__each a {
  position: relative;
  padding: 15px 50px 15px 50px;
  transition: 0.3s;
}
.about-us__info .list__each a::before {
  content: "";
  display: block;
  width: calc(100% - 50px);
  height: 1px;
  position: absolute;
  top: 0;
  right: 0;
  background-color: #ddd;
}
@media only screen and (max-width: 1200px) {
  .about-us__info .list__each a::before {
    display: none;
  }
}
.about-us__info .list__each a:hover {
  background-color: #fff;
}
@media only screen and (max-width: 1200px) {
  .about-us__info .list__each a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 10px;
    font-size: 13px;
  }
}
@media only screen and (max-width: 1200px) {
  .about-us__info .list__each {
    display: flex;
    justify-content: center;
    align-items: center;
    width: calc(33.3333333333% - 4px);
    margin: 2px;
    background-color: #F2F2F2;
  }
}
@media only screen and (max-width: 1200px) {
  .about-us__info .list {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    background-color: transparent;
  }
  .about-us__info .list::before {
    display: none;
  }
}
.about-us__info .content {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 80%;
  padding: 20px 0;
}
.about-us__info .content .breadcumb {
  display: none;
}
.about-us__info .content h2 {
  max-width: 650px;
  width: 100%;
  padding: 20px 0;
  font-size: 35px;
  color: #fff;
}
@media only screen and (max-width: 1200px) {
  .about-us__info .content h2 {
    font-size: 24px;
    text-align: center;
  }
}
@media only screen and (max-width: 1200px) {
  .about-us__info .content {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
  }
}
@media only screen and (max-width: 1200px) {
  .about-us__info {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 50px;
  }
}
.about-us__content {
  padding-left: min((100% - 1294px) / 2, 100px);
  padding-right: min((100% - 1294px) / 2, 100px);
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
}
@media only screen and (max-width: 1500px) {
  .about-us__content {
    padding-left: 100px;
    padding-right: 100px;
  }
}
@media only screen and (max-width: 1200px) {
  .about-us__content {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.about-us__content .main {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  max-width: 80%;
  width: 100%;
}
.about-us__content .main img {
  aspect-ratio: 2.5 !important;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@supports not (aspect-ratio: 2.5) {
  .about-us__content .main img::before {
    content: "";
    float: left;
    padding-top: calc((4 / 10) * 100%);
  }
  .about-us__content .main img::after {
    content: "";
    display: block;
    clear: both;
  }
}
@media only screen and (max-width: 1200px) {
  .about-us__content .main img {
    aspect-ratio: 1 !important;
  }
  @supports not (aspect-ratio: 1) {
    .about-us__content .main img::before {
      content: "";
      float: left;
      padding-top: calc((1 / 1) * 100%);
    }
    .about-us__content .main img::after {
      content: "";
      display: block;
      clear: both;
    }
  }
}
.about-us__content .main h2 {
  margin-top: 60px;
  margin-bottom: 20px;
  font-size: 30px;
  font-weight: 400;
}
@media only screen and (max-width: 1200px) {
  .about-us__content .main h2 {
    font-size: 25px;
  }
}
.about-us__content .main p {
  margin-bottom: 100px;
  font-size: 17px;
}
@media only screen and (max-width: 1200px) {
  .about-us__content .main p {
    margin-bottom: 60px;
    font-size: 14px;
  }
}
.about-us__content .main .stats {
  position: relative;
  width: 100%;
  margin-bottom: 70px;
  padding-top: 110px;
  padding-bottom: 180px;
}
.about-us__content .main .stats:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: -50%;
  display: block;
  width: 200%;
  height: 100%;
  background-image: url("../images/fee82eb8f20f5a78a16fe4df6945c15a.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center 20%;
}
.about-us__content .main .stats .list {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  list-style: none;
}
.about-us__content .main .stats .list__each {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  aspect-ratio: 1 !important;
  position: relative;
  max-width: 200px;
  width: 100%;
  padding: 0 30px;
  margin-right: 30px;
  background-color: #1387a3;
  color: #ffffff;
  border-radius: 10px;
}
@supports not (aspect-ratio: 1) {
  .about-us__content .main .stats .list__each::before {
    content: "";
    float: left;
    padding-top: calc((1 / 1) * 100%);
  }
  .about-us__content .main .stats .list__each::after {
    content: "";
    display: block;
    clear: both;
  }
}
.about-us__content .main .stats .list__each::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%) translateY(100%);
  display: block;
  width: 0;
  height: 0;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-top: 20px solid #1387a3;
}
.about-us__content .main .stats .list__each h2 {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-bottom: 15px;
  margin: 0;
  margin-bottom: 15px;
  text-align: center;
  border-bottom: 2px solid #ffffff;
}
.about-us__content .main .stats .list__each h2 span {
  display: inline;
  font-size: 10px;
}
@media only screen and (max-width: 1200px) {
  .about-us__content .main .stats .list__each {
    max-width: calc(50% - 40px);
    margin-right: 0;
    margin: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .about-us__content .main .stats .list__each {
    max-width: 100%;
  }
}
@media only screen and (max-width: 1200px) {
  .about-us__content .main .stats .list {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
}
@media only screen and (max-width: 768px) {
  .about-us__content .main .stats .list {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
@media only screen and (max-width: 1200px) {
  .about-us__content .main .stats {
    padding: 0;
  }
  .about-us__content .main .stats::before {
    display: none;
  }
}
@media only screen and (max-width: 1200px) {
  .about-us__content .main {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 100%;
    text-align: center;
  }
}

.product-page {
  padding-left: min((100% - 1294px) / 2, 100px);
  padding-right: min((100% - 1294px) / 2, 100px);
}
@media only screen and (max-width: 1500px) {
  .product-page {
    padding-left: 100px;
    padding-right: 100px;
  }
}
@media only screen and (max-width: 1200px) {
  .product-page {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.product-page__slider {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  gap: 200px;
  position: relative;
  padding: 60px 0;
}
.product-page__slider::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: -40%;
  display: block;
  width: 150%;
  height: 100%;
  background-color: #E8EAED;
}
.product-page__slider::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  width: 1px;
  height: 90%;
  background-color: black;
  opacity: 0.2;
}
@media only screen and (max-width: 1200px) {
  .product-page__slider::before {
    display: none;
  }
}
.product-page__slider .productSwiper,
.product-page__slider .productSwiperText {
  width: 50%;
}
@media only screen and (max-width: 1200px) {
  .product-page__slider .productSwiper,
  .product-page__slider .productSwiperText {
    width: 100%;
  }
}
.product-page__slider .productSwiper .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}
.product-page__slider .productSwiper img {
  aspect-ratio: 1 !important;
  max-width: 500px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@supports not (aspect-ratio: 1) {
  .product-page__slider .productSwiper img::before {
    content: "";
    float: left;
    padding-top: calc((1 / 1) * 100%);
  }
  .product-page__slider .productSwiper img::after {
    content: "";
    display: block;
    clear: both;
  }
}
.product-page__slider .productSwiperText .swiper-slide {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.product-page__slider .productSwiperText .swiper-slide h2 {
  font-size: 50px;
  font-weight: 400;
}
.product-page__slider .productSwiperText .swiper-slide h2 span {
  font-weight: 700;
}
@media only screen and (max-width: 1200px) {
  .product-page__slider .productSwiperText .swiper-slide h2 {
    font-size: 30px;
  }
}
.product-page__slider .productSwiperText .swiper-slide p {
  margin-top: 20px;
  margin-bottom: 60px;
  font-size: 17px;
}
.product-page__slider .productSwiperText .swiper-slide a {
  padding: 15px 40px;
  background-color: #5B6FA7;
  color: #ffffff;
  font-size: 15px;
  border-radius: 10000px;
}
@media only screen and (max-width: 1200px) {
  .product-page__slider .productSwiperText .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
}
.product-page__slider .swiper-button-next,
.product-page__slider .swiper-button-prev {
  width: 50px;
  height: 50px;
  border: 1px solid #707070;
  border-radius: 100%;
}
.product-page__slider .swiper-button-next::after,
.product-page__slider .swiper-button-prev::after {
  font-size: 15px;
  filter: brightness(0);
  opacity: 0.5;
}
@media only screen and (max-width: 1200px) {
  .product-page__slider .swiper-button-next::after,
  .product-page__slider .swiper-button-prev::after {
    font-size: 10px;
  }
}
@media only screen and (max-width: 1200px) {
  .product-page__slider .swiper-button-next,
  .product-page__slider .swiper-button-prev {
    width: 30px;
    height: 30px;
  }
}
@media only screen and (max-width: 1200px) {
  .product-page__slider {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
  }
}
.product-page__info {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 80px 0;
  margin-bottom: 80px;
  border-bottom: 1px solid #707070;
}
.product-page__info .text,
.product-page__info .buttons {
  width: 50%;
}
@media only screen and (max-width: 1200px) {
  .product-page__info .text,
  .product-page__info .buttons {
    width: 100%;
  }
}
.product-page__info .text h2 {
  margin-bottom: 30px;
  font-size: 35px;
  font-weight: 400;
}
.product-page__info .text p {
  max-width: 600px;
  width: 100%;
  font-size: 17px;
}
@media only screen and (max-width: 1200px) {
  .product-page__info .text {
    text-align: center;
  }
}
.product-page__info .buttons {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  list-style: none;
}
.product-page__info .buttons li {
  margin: 0 10px;
  border: 1px solid #5B6FA7;
  border-radius: 15px;
}
.product-page__info .buttons li a {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px 50px;
  transition: 0.3s;
}
.product-page__info .buttons li a:hover {
  transform: scale(1.1);
}
.product-page__info .buttons li a h2 {
  margin-top: 30px;
  font-size: 17px;
  font-weight: 400;
  color: #5B6FA7;
  text-align: center;
}
@media only screen and (max-width: 1500px) {
  .product-page__info .buttons li a {
    padding: 20px 40px;
  }
}
@media only screen and (max-width: 1200px) {
  .product-page__info .buttons li a {
    aspect-ratio: 1 !important;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 0;
  }
  @supports not (aspect-ratio: 1) {
    .product-page__info .buttons li a::before {
      content: "";
      float: left;
      padding-top: calc((1 / 1) * 100%);
    }
    .product-page__info .buttons li a::after {
      content: "";
      display: block;
      clear: both;
    }
  }
}
@media only screen and (max-width: 1200px) {
  .product-page__info .buttons li {
    width: 70%;
    margin: 20px;
  }
}
@media only screen and (max-width: 1200px) {
  .product-page__info .buttons {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
@media only screen and (max-width: 1200px) {
  .product-page__info {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
.product-page__colors {
  padding-bottom: 60px;
}
.product-page__colors h2 {
  margin-bottom: 30px;
  font-size: 35px;
  font-weight: 400;
}
.product-page__colors .productSwiperColors {
  padding-bottom: 100px;
}
.product-page__colors .productSwiperColors .swiper-slide {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 30px;
  background-color: #E8EAED;
}
.product-page__colors .productSwiperColors .swiper-slide h2 {
  margin: 0;
  margin-top: auto;
  margin-right: auto;
  font-size: 19px;
}
.product-page__colors .productSwiperColors .buttons {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  position: absolute;
  z-index: 10;
  width: 100%;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.product-page__colors .productSwiperColors .buttons .swiper-button-next,
.product-page__colors .productSwiperColors .buttons .swiper-button-prev {
  position: static;
  width: 50px;
  height: 50px;
  inset: 0;
  transform: translate(0);
  background-color: rgba(91, 111, 167, 0.25);
  border-radius: 100%;
}
.product-page__colors .productSwiperColors .buttons .swiper-button-next::after,
.product-page__colors .productSwiperColors .buttons .swiper-button-prev::after {
  font-size: 20px;
  color: #5B6FA7;
}
.product-page__colors .productSwiperColors .buttons .swiper-button-disabled {
  background-color: transparent;
  opacity: 1;
}
.product-page__colors .productSwiperColors .buttons .swiper-button-disabled::after {
  color: #5B6FA7;
}
.product-page__details {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding: 50px 0;
  background-image: url("../images/masks/Group 4.svg");
  background-repeat: no-repeat;
  background-size: 500px;
  background-position: right center;
}
.product-page__details::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: -40%;
  display: block;
  width: 150%;
  height: 100%;
  background-color: #E6EDE7;
}
.product-page__details .head {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 40px;
  list-style: none;
}
.product-page__details .head li button {
  margin-right: 100px;
  background-color: transparent;
  border: 0;
  font-weight: 400;
  cursor: pointer;
  transition: 0.3s;
}
.product-page__details .head li button:hover {
  transform: scale(1.1);
}
.product-page__details .head li button.active {
  color: #1387A3;
}
@media only screen and (max-width: 1200px) {
  .product-page__details .head li button {
    font-size: 15px;
    margin-right: 0;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 1200px) {
  .product-page__details .head {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
.product-page__details .body {
  max-width: 50%;
  overflow: hidden;
}
.product-page__details .body .each {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  width: 0;
  height: 0;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  background-color: white;
  border-radius: 15px;
  transition: 0.3s opacity;
}
.product-page__details .body .each.active {
  width: auto;
  height: auto;
  padding: 30px;
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}
.product-page__details .body .each .left,
.product-page__details .body .each .right {
  width: 50%;
  padding: 20px;
}
@media only screen and (max-width: 1200px) {
  .product-page__details .body .each .left,
  .product-page__details .body .each .right {
    width: 100%;
    padding: 0;
  }
}
.product-page__details .body .each .left {
  margin-right: 40px;
  padding-right: 40px;
  border-right: 1px solid red;
  font-size: 17px;
}
@media only screen and (max-width: 1200px) {
  .product-page__details .body .each .left {
    margin: 0;
    padding: 0;
    border: 0;
  }
}
@media only screen and (max-width: 1200px) {
  .product-page__details .body .each .right {
    font-size: 15px;
  }
}
@media only screen and (max-width: 1200px) {
  .product-page__details .body .each {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
@media only screen and (max-width: 1200px) {
  .product-page__details .body {
    max-width: 100%;
    text-align: center;
  }
}
@media only screen and (max-width: 1200px) {
  .product-page__details {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-image: none;
  }
}
.product-page__gallery {
  padding: 60px 0;
}
.product-page__gallery h2 {
  margin-bottom: 40px;
  font-weight: 400;
}
@media only screen and (max-width: 1200px) {
  .product-page__gallery h2 {
    font-size: 15px;
    text-align: center;
  }
}
.product-page__gallery .list {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  list-style: none;
  padding-bottom: 60px;
  border-bottom: 1px solid #707070;
}
.product-page__gallery .list__each {
  aspect-ratio: 1.5555555556 !important;
  width: calc(50% - 30px);
  margin-right: 30px;
  margin-bottom: 30px;
  border-radius: 15px;
  overflow: hidden;
}
@supports not (aspect-ratio: 1.5555555556) {
  .product-page__gallery .list__each::before {
    content: "";
    float: left;
    padding-top: calc((4.5 / 7) * 100%);
  }
  .product-page__gallery .list__each::after {
    content: "";
    display: block;
    clear: both;
  }
}
.product-page__gallery .list__each:hover img {
  transform: scale(1.1);
}
.product-page__gallery .list__each img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.3s;
}
@media only screen and (max-width: 1200px) {
  .product-page__gallery .list__each {
    width: 100%;
    margin: 0;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 1200px) {
  .product-page__gallery .list {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
.product-page__other {
  padding-bottom: 50px;
}
.product-page__other h2 {
  margin-bottom: 40px;
  font-weight: 400;
}
@media only screen and (max-width: 1200px) {
  .product-page__other h2 {
    font-size: 15px;
    text-align: center;
  }
}
.product-page__other .productSwiperOther .swiper-slide {
  padding: 30px 40px;
  background-color: #DEE0E6;
  transition: 0.3s;
}
.product-page__other .productSwiperOther .swiper-slide:hover {
  background-color: #98A6D0;
}
.product-page__other .productSwiperOther .swiper-slide:hover .each__content h2 {
  color: #ffffff;
}
.product-page__other .productSwiperOther .swiper-slide:hover .each__content img {
  filter: brightness(10000);
}
.product-page__other .productSwiperOther .swiper-slide .image {
  position: relative;
}
.product-page__other .productSwiperOther .swiper-slide .image::before {
  aspect-ratio: 1 !important;
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  width: 50%;
  background-color: rgba(0, 0, 0, 0.25);
  border-radius: 100%;
  filter: blur(50px);
}
@supports not (aspect-ratio: 1) {
  .product-page__other .productSwiperOther .swiper-slide .image::before::before {
    content: "";
    float: left;
    padding-top: calc((1 / 1) * 100%);
  }
  .product-page__other .productSwiperOther .swiper-slide .image::before::after {
    content: "";
    display: block;
    clear: both;
  }
}
.product-page__other .productSwiperOther .swiper-slide .image:hover img {
  transform: scale(1.1);
}
.product-page__other .productSwiperOther .swiper-slide .image img {
  width: 100%;
  transition: 0.3s;
}
.product-page__other .productSwiperOther .swiper-slide .content {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.product-page__other .productSwiperOther .swiper-slide .content h2 {
  margin: 0;
  font-size: 19px;
  font-weight: 400;
  color: #000000;
}
.product-page__other .productSwiperOther .swiper-slide .content img {
  filter: brightness(0);
}
@media only screen and (max-width: 1200px) {
  .product-page__other .productSwiperOther .swiper-slide {
    width: calc(50% - 20px);
  }
}
@media only screen and (max-width: 768px) {
  .product-page__other .productSwiperOther .swiper-slide {
    width: 100%;
  }
}/*# sourceMappingURL=style.css.map */