@font-face {
  font-family: "Carlton Royale";
  src: url("../fonts/CarltonRoyale.woff2") format("woff2"), url("../fonts/CarltonRoyale.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
* {
  margin: 0;
  padding: 0;
  outline: 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  min-width: 1px;
}

html {
  -webkit-font-smoothing: antialiased;
  -webkit-overflow-scrolling: touch;
  -webkit-text-size-adjust: none;
}

a,
a:hover,
input,
textarea,
select {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  outline: 0 none;
}

ol {
  list-style: decimal inside;
  margin-bottom: 20px;
}
ol li {
  padding: 5px 0 5px 15px;
}

ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

:focus {
  outline: 0;
}

a img,
fieldset,
hr {
  border: 0;
}

mark {
  background: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}
@media (max-width: 768px) {
  table {
    overflow-y: scroll;
    display: block;
  }
  table tbody {
    display: block;
    width: 800px;
  }
}

td {
  vertical-align: top;
}

input[type=text],
input[type=email],
input[type=tel],
input[type=search],
select,
textarea {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input[type=submit],
input[type=button],
button,
.button {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  border: none;
}

hr {
  clear: both;
  overflow: hidden;
  display: block;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
nav,
section,
summary,
main {
  display: block;
}

.alignleft {
  float: left;
  margin: 0 30px 10px 0;
}

.alignright {
  float: right;
  margin: 0 0 10px 30px;
}

.aligncenter {
  margin: 0 auto 20px;
}

.alignnone {
  margin: 0 0 20px;
}

@media (max-width: 1024px) {
  .alignleft,
  .aligncenter,
  .alignright {
    float: none;
    margin: 0 auto 20px;
  }
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

figure {
  margin-bottom: 0;
}

.valign {
  display: inline-block;
  vertical-align: middle;
  max-width: 94%;
}

.vfix {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  width: 0;
}

.fullframe {
  height: 0;
  margin: 0;
  overflow: hidden;
  padding-bottom: 56.5%;
  position: relative;
  z-index: 0;
}
.fullframe iframe,
.fullframe object,
.fullframe embed {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

html {
  overflow-y: scroll;
  scrollbar-color: #DE03AB #eaeaea;
  scrollbar-width: thin;
}

html::-webkit-scrollbar {
  width: 6px;
}
@media (max-width: 1024px) {
  html::-webkit-scrollbar {
    width: 10px;
  }
}

::-webkit-scrollbar-thumb {
  background: #DE03AB;
}

::-webkit-scrollbar-track {
  background: #eaeaea;
}

::-webkit-scrollbar-thumb:hover {
  background: #DE03AB;
}

::-webkit-scrollbar-thumb:active {
  background: #DE03AB;
}

html {
  font: 400 18px/1.5714 "Poppins", sans-serif;
}
@media (max-width: 1024px) {
  html {
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  html {
    font-size: 14px;
  }
}

body {
  color: #000;
  letter-spacing: 0.06rem;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
}

.main {
  overflow: hidden;
  /*@if type-of($fg) == 'list' {
    $fg-boxflex: nth($fg, 1);
  }*/
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -moz-box-flex: 1;
  -moz-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  width: 100%;
}

p {
  font-size: 18px;
  margin-bottom: 30px;
  letter-spacing: normal;
  line-height: 1.78;
}
@media (max-width: 1366px) {
  p {
    margin-bottom: 30px;
  }
}
@media (max-width: 1024px) {
  p {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 20px;
  }
}
@media (max-width: 480px) {
  p {
    font-size: 14px;
    margin-bottom: 12px;
  }
}

a {
  text-decoration: none;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
a:hover {
  text-decoration: none;
}

input[type=text],
input[type=email],
input[type=url],
input[type=tel],
input[type=search],
input[type=password],
textarea,
select {
  height: 60px;
  width: 100%;
  border: 1px solid #000;
  background: #fff;
  padding: 0 20px;
  color: #000;
  font-family: "Poppins";
  font-size: 14px;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=tel]:focus,
input[type=search]:focus,
input[type=password]:focus,
textarea:focus,
select:focus {
  border-color: #F8ECEE;
}
input[type=text]::-webkit-input-placeholder,
input[type=email]::-webkit-input-placeholder,
input[type=url]::-webkit-input-placeholder,
input[type=tel]::-webkit-input-placeholder,
input[type=search]::-webkit-input-placeholder,
input[type=password]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
select::-webkit-input-placeholder {
  color: #000;
  opacity: 1;
}
input[type=text]:-moz-placeholder,
input[type=email]:-moz-placeholder,
input[type=url]:-moz-placeholder,
input[type=tel]:-moz-placeholder,
input[type=search]:-moz-placeholder,
input[type=password]:-moz-placeholder,
textarea:-moz-placeholder,
select:-moz-placeholder {
  color: #000;
  opacity: 1;
}
input[type=text]::-moz-placeholder,
input[type=email]::-moz-placeholder,
input[type=url]::-moz-placeholder,
input[type=tel]::-moz-placeholder,
input[type=search]::-moz-placeholder,
input[type=password]::-moz-placeholder,
textarea::-moz-placeholder,
select::-moz-placeholder {
  color: #000;
  opacity: 1;
}
input[type=text]:-ms-input-placeholder,
input[type=email]:-ms-input-placeholder,
input[type=url]:-ms-input-placeholder,
input[type=tel]:-ms-input-placeholder,
input[type=search]:-ms-input-placeholder,
input[type=password]:-ms-input-placeholder,
textarea:-ms-input-placeholder,
select:-ms-input-placeholder {
  color: #000;
  opacity: 1;
}

select option {
  color: #000;
  padding: 5px 10px;
}

textarea {
  resize: none;
  padding: 12px 20px;
  display: block;
}

.btn,
.submit {
  display: inline-block;
  line-height: 1;
  padding: 17px 30px;
  font-size: 16px;
  font-weight: 400;
  font-family: "Poppins";
  background: #DE03AB;
  color: #fff;
  text-align: center;
  text-decoration: none;
  border-radius: 25px;
  cursor: pointer;
}
.btn:hover,
.submit:hover {
  background: #546374;
}

h1 {
  font-size: 136px;
  font-family: "Carlton Royale";
  color: #222;
  line-height: 0.8;
  letter-spacing: 0;
  font-weight: 400;
  margin-bottom: 20px;
}
@media (max-width: 1366px) {
  h1 {
    font-size: 60px;
  }
}
@media (max-width: 1024px) {
  h1 {
    font-size: 45px;
  }
}
@media (max-width: 480px) {
  h1 {
    margin-bottom: 12px;
  }
}

h2 {
  font-size: 120px;
  font-family: "Carlton Royale";
  color: #222;
  font-weight: 400;
  line-height: 0.68;
  letter-spacing: 0;
  margin-bottom: 20px;
}
@media (max-width: 1366px) {
  h2 {
    font-size: 50px;
  }
}
@media (max-width: 1024px) {
  h2 {
    font-size: 40px;
  }
}
@media (max-width: 480px) {
  h2 {
    margin-bottom: 12px;
  }
}

h3 {
  font-size: 65px;
  font-family: "Carlton Royale";
  color: #222;
  line-height: 0.75;
  letter-spacing: 0;
  margin-bottom: 8px;
}
@media (max-width: 1366px) {
  h3 {
    font-size: 44px;
  }
}
@media (max-width: 1024px) {
  h3 {
    font-size: 36px;
  }
}
@media (max-width: 480px) {
  h3 {
    margin-bottom: 12px;
  }
}

h4 {
  font-size: 57px;
  font-family: "Carlton Royale";
  color: #222;
  line-height: 0.8;
  letter-spacing: 0;
  margin-bottom: 12px;
}
@media (max-width: 1366px) {
  h4 {
    font-size: 40px;
  }
}
@media (max-width: 1024px) {
  h4 {
    font-size: 32px;
  }
}
@media (max-width: 480px) {
  h4 {
    margin-bottom: 8px;
  }
}

h5 {
  font-size: 50px;
  font-family: "Carlton Royale";
  color: #222;
  line-height: 0.8;
  letter-spacing: 0;
  margin-bottom: 5px;
}
@media (max-width: 1366px) {
  h5 {
    font-size: 40px;
  }
}
@media (max-width: 1024px) {
  h5 {
    font-size: 32px;
  }
}
.wrap {
  margin: 0 auto;
  width: 1440px;
  max-width: 94%;
  position: relative;
}

.text {
  max-width: 100%;
}
.text ul {
  margin-bottom: 20px;
}
.text ul li {
  padding-left: 30px;
  position: relative;
  letter-spacing: normal;
}
.text ul li:before {
  content: "";
  background: transparent;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  position: absolute;
  top: 16px;
  left: 0;
}
.text h1 a:not(.btn),
.text h2 a:not(.btn),
.text h3 a:not(.btn),
.text .post .post-title a:not(.btn),
.post .text .post-title a:not(.btn),
.text h4 a:not(.btn),
.text h5 a:not(.btn),
.text h6 a:not(.btn),
.text li a:not(.btn),
.text p a:not(.btn) {
  color: #000;
  text-decoration: underline;
}
.text h1 a:not(.btn):hover,
.text h2 a:not(.btn):hover,
.text h3 a:not(.btn):hover,
.text .post .post-title a:not(.btn):hover,
.post .text .post-title a:not(.btn):hover,
.text h4 a:not(.btn):hover,
.text h5 a:not(.btn):hover,
.text h6 a:not(.btn):hover,
.text li a:not(.btn):hover,
.text p a:not(.btn):hover {
  text-decoration: none;
  color: #546374;
}

.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flex-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.alc {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

div.wpcf7 .wpcf7-form-control-wrap {
  display: block !important;
  margin-bottom: 20px;
  clear: both;
}
div.wpcf7 .wpcf7-not-valid-tip {
  background: #fff;
  border: 1px solid #ff0000;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  cursor: pointer;
  font-family: "Poppins";
  height: 100%;
  line-height: 60px;
  padding: 0 23px;
  text-align: left;
}
div.wpcf7 .wpcf7-response-output {
  width: 100%;
  background: #fff;
  margin: 10px 0 0 0;
  font-family: "Poppins";
  font-size: 12px;
  line-height: 20px;
  padding: 5px 20px;
  text-align: center;
  color: #000;
}
div.wpcf7 .btn-wrapper {
  display: inline-block;
  position: relative;
}
div.wpcf7 .wpcf7-spinner,
div.wpcf7 .ajax-loader {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  transform: translate(0, -50%);
  right: 0;
  margin: 0 10px;
}

@media (max-width: 1024px) {
  .main-menu {
    display: none;
  }
}
.main-menu > ul {
  font-size: 0;
}
.main-menu > ul > li {
  display: inline-block;
}
.main-menu > ul > li > a {
  font-weight: 700;
  font-size: 18px;
  color: #F8ECEE;
  text-transform: uppercase;
  display: inline-block;
  line-height: 40px;
  padding: 0 24px;
}
.main-menu > ul > li > a:hover {
  background: #F8ECEE;
  color: #fff;
}
.main-menu > ul > li.menu-item-has-children > .sub-menu {
  left: 0;
  top: 150%;
}
.main-menu > ul > li.menu-item-has-children:hover > .sub-menu {
  top: 100%;
}
.main-menu .menu-item-has-children {
  position: relative;
}
.main-menu .menu-item-has-children .sub-menu {
  left: 100%;
  position: absolute;
  top: 100%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  background: #F8ECEE;
  min-width: 100%;
  pointer-events: none;
}
.main-menu .menu-item-has-children .sub-menu li {
  display: block;
}
.main-menu .menu-item-has-children .sub-menu li a {
  font-size: 16px;
  text-transform: uppercase;
  display: block;
  padding: 9px 10px 5px;
  color: #fff;
  font-weight: 700;
  white-space: nowrap;
}
.main-menu .menu-item-has-children .sub-menu li a:hover {
  background: #F8ECEE;
}
.main-menu .menu-item-has-children .sub-menu li:hover > a, .main-menu .menu-item-has-children .sub-menu li.current-menu-item > a {
  background: #F8ECEE;
}
.main-menu .menu-item-has-children:hover > a {
  background: #F8ECEE;
  color: #fff;
}
.main-menu .menu-item-has-children:hover > .sub-menu {
  top: 0%;
  visibility: visible;
  opacity: 1;
  pointer-events: initial;
}

.menu-burger,
.close-menu {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  z-index: 0;
  cursor: pointer;
  background: #DE03AB;
  position: relative;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media (max-width: 768px) {
  .menu-burger,
  .close-menu {
    cursor: none;
  }
}
.menu-burger:before,
.close-menu:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: calc(100% - 20px);
  height: 2px;
  background: #fff;
  -webkit-box-shadow: 0 7px 0 0 #fff, 0 -7px 0 0 #fff;
  box-shadow: 0 7px 0 0 #fff, 0 -7px 0 0 #fff;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.menu-burger:after,
.close-menu:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: calc(100% - 20px);
  height: 2px;
  background: #fff;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.menu-burger.open:before,
.close-menu.open:before {
  -webkit-transform: translate(-50%, -50%) rotateZ(-45deg);
  -moz-transform: translate(-50%, -50%) rotateZ(-45deg);
  -ms-transform: translate(-50%, -50%) rotateZ(-45deg);
  -o-transform: translate(-50%, -50%) rotateZ(-45deg);
  transform: translate(-50%, -50%) rotateZ(-45deg);
  box-shadow: none;
  background: #fff;
}
.menu-burger.open:after,
.close-menu.open:after {
  -webkit-transform: translate(-50%, -50%) rotateZ(45deg);
  -moz-transform: translate(-50%, -50%) rotateZ(45deg);
  -ms-transform: translate(-50%, -50%) rotateZ(45deg);
  -o-transform: translate(-50%, -50%) rotateZ(45deg);
  transform: translate(-50%, -50%) rotateZ(45deg);
  background: #fff;
}
.menu-burger .burger-title,
.close-menu .burger-title {
  font-size: 0;
}
.menu-burger:hover,
.close-menu:hover {
  opacity: 0.7;
}

.mobile-main-menu {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  max-width: 400px;
  width: 100%;
  height: 100%;
  background: #F8ECEE;
  z-index: 1;
  padding: 90px 0 50px;
  overflow: auto;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
}
@media (max-width: 480px) {
  .mobile-main-menu {
    padding: 60px 0 30px;
  }
}
.mobile-main-menu li {
  padding: 9px 0;
}
.mobile-main-menu li a {
  display: inline-block;
  padding: 5px 15px;
  color: #000;
  text-transform: uppercase;
  font-size: 16px;
}
.mobile-main-menu li a:hover {
  text-decoration: none;
  color: #DE03AB;
}
.mobile-main-menu .sub-menu {
  display: none;
  padding-left: 20px;
}
.mobile-main-menu span {
  display: inline-block;
  padding: 5px;
  color: #fff;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.mobile-main-menu .arrow {
  display: inline-block;
  height: 18px;
  width: 18px;
  vertical-align: middle;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.mobile-main-menu .arrow path {
  color: #000;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.mobile-main-menu .arrow.active {
  -webkit-transform: rotateZ(90deg);
  -moz-transform: rotateZ(90deg);
  -ms-transform: rotateZ(90deg);
  -o-transform: rotateZ(90deg);
  transform: rotateZ(90deg);
}
.mobile-main-menu .arrow:hover path {
  color: #DE03AB;
}
.mobile-main-menu.open {
  -webkit-transform: translateX(0%);
  -moz-transform: translateX(0%);
  -ms-transform: translateX(0%);
  -o-transform: translateX(0%);
  transform: translateX(0%);
}
.mobile-main-menu .close-menu {
  position: absolute;
  top: 40px;
  right: 45px;
}
@media (max-width: 480px) {
  .mobile-main-menu .close-menu {
    top: 20px;
    right: 20px;
  }
}

.search-box {
  position: relative;
  display: inline-block;
  font-size: 0;
  z-index: 0;
}
.search-box svg {
  height: 20px;
  color: inherit;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.search-box .search-form {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  transform: translate(0, -50%);
  right: 0;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.search-box .search-form button {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 40px;
  background: transparent;
  color: #252525;
  font-size: 20px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.search-box .search-form button:hover {
  color: #546374;
}
.search-box .search-form.active {
  opacity: 1;
  z-index: 1;
  visibility: visible;
}
.search-box input[type=search] {
  width: 270px;
  padding: 0 40px;
  font-size: 16px;
}
.search-box .search-btn {
  display: inline-block;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: transparent;
  font-size: 20px;
  position: relative;
  z-index: 2;
  background: #DE03AB;
  color: #fff;
  cursor: pointer;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.search-box .search-btn::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  content: "x";
  font-size: 24px;
  opacity: 0;
  color: #000;
}
.search-box .search-btn svg {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.search-box .search-btn:hover {
  opacity: 0.7;
}
.search-box .search-btn.close svg {
  opacity: 0;
}
.search-box .search-btn.close::before {
  opacity: 1;
}
.search-box .search-btn.close:hover::before {
  color: #546374;
}

.selectric {
  border: none;
  border-bottom: 2px solid #F8ECEE;
  background: transparent;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.selectric .label {
  line-height: 60px;
  height: 60px;
  color: #000;
  font-family: "Poppins";
  font-size: 16px;
  margin: 0 40px 0 12px;
}
.selectric .button {
  line-height: 60px;
  height: 60px;
  width: 60px;
  background: transparent;
}
.selectric .button::after {
  display: none;
}
.selectric .button::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 4px 0 4px;
  border-color: #F8ECEE transparent transparent transparent;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.selectric-hover .selectric, .selectric-focus .selectric {
  border-color: #F8ECEE;
}
.selectric-hover .selectric .button::before, .selectric-focus .selectric .button::before {
  color: #F8ECEE;
}

.selectric-items ul {
  margin: 0;
}
.selectric-items ul li {
  padding: 5px 12px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.selectric-items ul li::before {
  display: none;
}
.selectric-items ul li.highlighted {
  background: #F8ECEE;
}

.breadcrumb {
  text-align: center;
  color: #000;
  margin-bottom: 20px;
}
.breadcrumb a {
  color: #000;
  position: relative;
  display: inline-block;
}
.breadcrumb a:before {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 0;
  height: 1px;
  background: #546374;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  opacity: 0;
}
.breadcrumb a:hover {
  color: #546374;
}
.breadcrumb a:hover:before {
  width: 100%;
  opacity: 1;
}

.pagination {
  margin-top: 40px;
}
@media (max-width: 480px) {
  .pagination {
    margin-top: 20px;
  }
}
.pagination .screen-reader-text {
  display: none;
}
.pagination .nav-links {
  text-align: center;
  font-size: 0;
}
.pagination .page-numbers {
  display: inline-block;
  font-size: 14px;
  padding: 5px 10px;
  background: #F8ECEE;
  color: #fff;
  margin: 0 10px;
  border-radius: 4px;
}
.pagination svg {
  height: 12px;
}
.pagination .current {
  background: #F8ECEE;
}
.pagination a.page-numbers:hover {
  background: #F8ECEE;
}
.pagination .prev,
.pagination .next {
  position: relative;
}

@media (max-width: 768px) {
  .posts-wrapper {
    display: block;
  }
}

.post {
  border-radius: 10px;
  overflow: hidden;
}
@media (max-width: 480px) {
  .post {
    display: block;
  }
}
.post .thumb {
  -webkit-flex-basis: 200px;
  -moz-flex-basis: 200px;
  -ms-flex-preferred-size: 200px;
  flex-basis: 200px;
}
.post .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.post .info {
  /*@if type-of($fg) == 'list' {
    $fg-boxflex: nth($fg, 1);
  }*/
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 20px;
  background: #eee;
}
.post .post-title {
  display: block;
}
.post .more {
  position: relative;
  display: inline-block;
}
.post .more:before {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 0;
  height: 1px;
  background: #546374;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  opacity: 0;
}
.post .more:hover {
  color: #546374;
}
.post .more:hover:before {
  width: 100%;
  opacity: 1;
}

.post-navigation {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
.post-navigation [rel=next] svg,
.post-navigation [rel=prev] svg {
  display: inline-block;
  width: 30px;
  vertical-align: middle;
}
.post-navigation [rel=next] span,
.post-navigation [rel=prev] span {
  display: inline-block;
  font-size: 20px;
  margin: 0 10px;
}

.cover {
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.tac {
  text-align: center;
}

.tar {
  text-align: right;
}

.cfx:after, .cfx:before {
  display: table;
  clear: both;
  content: " ";
}

.link-text {
  position: absolute;
  z-index: -1;
  opacity: 0;
  font-size: 0;
}

.space {
  padding: 100px 0;
}
@media (max-width: 1366px) {
  .space {
    padding: 60px 0;
  }
}
@media (max-width: 1024px) {
  .space {
    padding: 40px 0;
  }
}
@media (max-width: 480px) {
  .space {
    padding: 25px 0;
  }
}

.space-bottom {
  padding-bottom: 100px;
}
@media (max-width: 1366px) {
  .space-bottom {
    padding-bottom: 60px;
  }
}
@media (max-width: 1024px) {
  .space-bottom {
    padding-bottom: 40px;
  }
}
@media (max-width: 480px) {
  .space-bottom {
    padding-bottom: 25px;
  }
}

.outer-space {
  margin: 100px 0;
}
@media (max-width: 1366px) {
  .outer-space {
    margin: 60px 0;
  }
}
@media (max-width: 1024px) {
  .outer-space {
    margin: 40px 0;
  }
}
@media (max-width: 480px) {
  .outer-space {
    margin: 25px 0;
  }
}

.outer-space-bottom {
  margin-bottom: 100px;
}
@media (max-width: 1366px) {
  .outer-space-bottom {
    margin-bottom: 60px;
  }
}
@media (max-width: 1024px) {
  .outer-space-bottom {
    margin-bottom: 40px;
  }
}
@media (max-width: 480px) {
  .outer-space-bottom {
    margin-bottom: 25px;
  }
}

.last-no-spacing > *:last-child:not(.btn) {
  margin-bottom: 0;
  padding-bottom: 0;
}

.compensate-for-scrollbar {
  margin-right: 0 !important;
}

.share-icons,
.social-icons {
  display: inline-block;
  font-size: 0;
  text-align: center;
}
.share-icons a,
.social-icons a {
  display: inline-block;
  cursor: pointer;
  position: relative;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  font-size: 30px;
  margin: 7px;
  width: 59px;
  height: 59px;
  background: #f00073;
  border-radius: 50%;
}
.share-icons a:hover,
.social-icons a:hover {
  opacity: 0.8;
}
.share-icons a.facebook-icon:hover,
.social-icons a.facebook-icon:hover {
  background: #3b5993;
}
.share-icons a.twitter-icon:hover,
.social-icons a.twitter-icon:hover {
  background: #55acee;
}
.share-icons a.instagram-icon:hover,
.social-icons a.instagram-icon:hover {
  background: #d6249f;
}
.share-icons a.linkedin-icon:hover,
.social-icons a.linkedin-icon:hover {
  background: #0177b5;
}
.share-icons a.pinterest-icon:hover,
.social-icons a.pinterest-icon:hover {
  background: #bd1e23;
}
.share-icons a.youtube-icon:hover,
.social-icons a.youtube-icon:hover {
  background: #f80000;
}
.share-icons a.vimeo-icon:hover,
.social-icons a.vimeo-icon:hover {
  background: #1ab7ea;
}
.share-icons a.tiktok-icon,
.social-icons a.tiktok-icon {
  background: #000;
}
.share-icons a.tiktok-icon:hover,
.social-icons a.tiktok-icon:hover {
  background: #000000;
}
.share-icons a svg,
.social-icons a svg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  height: 30px;
  display: block;
  color: #fff;
}

footer .footer-top {
  background: #2b2b2b;
  padding: 30px 0 45px 0;
}
@media (max-width: 1024px) {
  footer .footer-top {
    padding: 30px 0;
  }
}
@media (max-width: 1024px) {
  footer .footer-top .wrap {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
footer .footer-top .image {
  max-width: 152px;
  -webkit-flex-basis: 152px;
  -moz-flex-basis: 152px;
  -ms-flex-preferred-size: 152px;
  flex-basis: 152px;
  margin-right: 20px;
}
@media (max-width: 1024px) {
  footer .footer-top .image {
    margin-right: 0;
    /*@if type-of($fg) == 'list' {
      $fg-boxflex: nth($fg, 1);
    }*/
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-bottom: 25px;
  }
}
footer .footer-top .image:hover {
  opacity: 0.8;
}
footer .footer-top .image svg {
  width: 100%;
  height: auto;
}
footer .footer-top .footer-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  /*@if type-of($fg) == 'list' {
    $fg-boxflex: nth($fg, 1);
  }*/
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  max-width: 708px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  margin-right: 20px;
}
@media (max-width: 1024px) {
  footer .footer-top .footer-menu {
    margin-right: 0;
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    width: 100%;
    margin-bottom: 25px;
  }
}
@media (max-width: 768px) {
  footer .footer-top .footer-menu {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
footer .footer-top .footer-menu li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 768px) {
  footer .footer-top .footer-menu li {
    margin: 5px 0;
  }
}
footer .footer-top .footer-menu li a {
  color: #fff;
  font-size: 16px;
}
footer .footer-top .footer-menu li a:hover {
  color: #de03ab;
}
footer .footer-bottom {
  background: #212121;
  padding: 10px 0;
}
@media (max-width: 768px) {
  footer .footer-bottom .wrap {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
footer .footer-bottom .left-wrapper {
  /*@if type-of($fg) == 'list' {
    $fg-boxflex: nth($fg, 1);
  }*/
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
@media (max-width: 768px) {
  footer .footer-bottom .left-wrapper {
    margin-bottom: 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
footer .footer-bottom .left-wrapper .address {
  color: #fff;
  font-size: 14px;
}
footer .footer-bottom .right-wrapper {
  /*@if type-of($fg) == 'list' {
    $fg-boxflex: nth($fg, 1);
  }*/
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  text-align: right;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
}
@media (max-width: 768px) {
  footer .footer-bottom .right-wrapper {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
footer .footer-bottom .right-wrapper .phone {
  margin-right: 45px;
  color: #fff;
  font-size: 14px;
}
@media (max-width: 768px) {
  footer .footer-bottom .right-wrapper .phone {
    margin-right: 0;
  }
}
footer .footer-bottom .right-wrapper .email {
  color: #fff;
  font-size: 14px;
}
@media (max-width: 768px) {
  footer .footer-bottom .social-icons {
    margin-bottom: 10px;
  }
}
footer .footer-bottom .social-icons a {
  margin: 0 4px;
  width: 32px;
  height: 32px;
}
footer .footer-bottom .social-icons a svg {
  height: 17px;
}

.text-image {
  padding: 110px 0;
}
@media (max-width: 1024px) {
  .text-image {
    padding: 45px 0;
  }
}
@media (max-width: 768px) {
  .text-image {
    padding: 35px 0;
  }
}
.text-image .reverse {
  -webkit-box-direction: reverse;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row-reverse;
  -moz-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.text-image .image {
  -webkit-flex-basis: 51%;
  -moz-flex-basis: 51%;
  -ms-flex-preferred-size: 51%;
  flex-basis: 51%;
  max-width: 710px;
}
@media (max-width: 1024px) {
  .text-image .image {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin-left: auto;
    margin-right: auto;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -moz-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
}
.text-image .image img {
  border-radius: 20px;
  width: 100%;
  object-fit: cover;
}
.text-image .text {
  -webkit-flex-basis: 47%;
  -moz-flex-basis: 47%;
  -ms-flex-preferred-size: 47%;
  flex-basis: 47%;
  max-width: 583px;
}
@media (max-width: 1024px) {
  .text-image .text {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -moz-order: 1;
    -ms-flex-order: 1;
    order: 1;
    margin-bottom: 30px;
  }
}
.text-image .text ul li {
  font-size: 18px;
  padding-left: 44px;
  position: relative;
  margin-bottom: 3px;
}
@media (max-width: 480px) {
  .text-image .text ul li {
    padding-left: 30px;
  }
}
.text-image .text ul li::before {
  position: absolute;
  left: 0;
  top: 2px;
  content: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAYAAAByUDbMAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAHxSURBVHgBjZRPTxNBGMafd1qUYGM2MT2oMWwPnsUD5+LBgyeMUY9oPwH4Cbb6ARS9+wcTY2JNkA9gbD+AES6aqKRLSLhwYIGWAN3Zl5khu5lup5TnMjvvzPze552ZHYJD7WJjJgFmKOFZkPAB9sC8SoQQEN8q8uGSax31QbxlD/vyFYOf4kxRKIlrN+NHTSesPb7sc0/+UC58nFOS8FwB62lfuEDCG8N4tTwSVmAE7cLXJ30w9GRgg67/vIur36u48f+e6WsV/UtZrDQ3mQHVliz+wnvPrDWurD0qzfkoTk5kgPLbafOtQdqtjl15OWUb9C6L0vyps+N43h5JnaSamL2G8rvpLIFrjjrlBRNndQXsgSTqIS+7rCHy/uLTlFDn2ef5eC0atRBHjjljhYu3RD542Np2urO19/qfMy7UzQ7zwd037slacdg1CQckk1AQieZAZgUb5m7/4wbijYOBeITumtD/Wn5Ag6IXv+Fy1VkK4VDzNmqRqMgHK8NK3ckBdd/liiTXdWsOgATVXOm0uxSo244qMS/mZLGCxy3DSYNt0QiYUHdB9cU9WNmCg7S6m3Tv6BL7YFrrorFARIF5v0aImT/sJd1nKWgApvUHn/0LohAQ6L4adUGbeo/S0mwRztAmvlTj7H0TUYROy3aS1wneLNBbJ3ratwAAAABJRU5ErkJggg==);
}

.two-columns {
  padding: 90px 0 80px;
}
@media (max-width: 1024px) {
  .two-columns {
    padding: 45px 0;
  }
}
@media (max-width: 768px) {
  .two-columns {
    padding: 35px 0;
  }
}
.two-columns.add-color .left-text {
  background: #fff;
}
.two-columns .wrap {
  -webkit-box-align: normal;
  -ms-flex-align: normal;
  -webkit-align-items: normal;
  -moz-align-items: normal;
  align-items: normal;
}
.two-columns p:last-child {
  margin-bottom: 0;
}
.two-columns .title {
  -webkit-flex-basis: 100%;
  -moz-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  text-align: center;
  margin: 0 0 40px 0;
}
@media (max-width: 1024px) {
  .two-columns .title {
    margin-bottom: 30px;
  }
}
@media (max-width: 768px) {
  .two-columns .title {
    margin-bottom: 20px;
  }
}
.two-columns .left-text,
.two-columns .right-text {
  -webkit-flex-basis: 49.3%;
  -moz-flex-basis: 49.3%;
  -ms-flex-preferred-size: 49.3%;
  flex-basis: 49.3%;
  border-radius: 20px;
  position: relative;
  padding: 70px 50px 30px 40px;
  z-index: 1;
  overflow: hidden;
}
.two-columns .left-text .image,
.two-columns .right-text .image {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
}
.two-columns .left-text .image img,
.two-columns .right-text .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.two-columns .left-text {
  background: #f8ecee;
}
@media (max-width: 1024px) {
  .two-columns .left-text {
    padding: 30px;
  }
}
@media (max-width: 768px) {
  .two-columns .left-text {
    padding: 20px;
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin-bottom: 20px;
  }
}
.two-columns .right-text {
  background: #de03ab;
  color: #fff;
}
@media (max-width: 1024px) {
  .two-columns .right-text {
    padding: 30px;
  }
}
@media (max-width: 768px) {
  .two-columns .right-text {
    padding: 20px;
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}
.two-columns .right-text h1,
.two-columns .right-text h2,
.two-columns .right-text h3,
.two-columns .right-text h4,
.two-columns .right-text h5,
.two-columns .right-text h6 {
  color: inherit;
}

.number-list-block {
  padding: 90px 0 30px;
}
@media (max-width: 1024px) {
  .number-list-block {
    padding: 45px 0;
  }
}
@media (max-width: 768px) {
  .number-list-block {
    padding: 35px 0;
  }
}
.number-list-block .top-text {
  text-align: center;
  margin-bottom: 80px;
}
@media (max-width: 1024px) {
  .number-list-block .top-text {
    margin-bottom: 30px;
  }
}
@media (max-width: 768px) {
  .number-list-block .top-text {
    margin-bottom: 25px;
  }
}
.number-list-block .items {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-flow: wrap;
  -moz-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -0.75%;
  width: 101.5%;
}
.number-list-block .items > * {
  width: 23.5%;
  margin: 0 0.75% 0.9375em;
}
.number-list-block .items {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
@media (max-width: 1024px) {
  .number-list-block .items {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -0.75%;
    width: 101.5%;
  }
  .number-list-block .items > * {
    width: 31.8333333333%;
    margin: 0 0.75% 1em;
  }
  .number-list-block .items {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 768px) {
  .number-list-block .items {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -0.75%;
    width: 101.5%;
  }
  .number-list-block .items > * {
    width: 48.5%;
    margin: 0 0.75% 1.125em;
  }
  .number-list-block .items {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 480px) {
  .number-list-block .items {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -0.5%;
    width: 101%;
  }
  .number-list-block .items > * {
    width: 99%;
    margin: 0 0.5% 1em;
  }
}
.number-list-block .items .text {
  text-align: center;
  margin-bottom: 60px;
}
@media (max-width: 1024px) {
  .number-list-block .items .text {
    margin-bottom: 30px;
  }
}
@media (max-width: 768px) {
  .number-list-block .items .text {
    margin-bottom: 25px;
  }
}
.number-list-block .items .text .number-wrapper {
  position: relative;
  display: block;
  font-size: 0;
  width: 115px;
  margin: 0 auto 25px;
}
.number-list-block .items .text .number-wrapper svg {
  width: 100%;
  height: auto;
}
.number-list-block .items .text .number-wrapper .num {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 81px;
  font-family: "Carlton Royale";
  color: #fff;
  line-height: 0.5;
  -webkit-transform: translate(-30%, -30%);
  -moz-transform: translate(-30%, -30%);
  -ms-transform: translate(-30%, -30%);
  -o-transform: translate(-30%, -30%);
  transform: translate(-30%, -30%);
}

.text-block {
  padding: 90px 0;
}
@media (max-width: 1024px) {
  .text-block {
    padding: 40px 0;
  }
}
@media (max-width: 768px) {
  .text-block {
    padding: 30px 0;
  }
}
.text-block .text {
  text-align: center;
}
.text-block.type_2 .wrap {
  padding: 70px;
  background: #de03ab;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  z-index: 0;
}
@media (max-width: 1024px) {
  .text-block.type_2 .wrap {
    padding: 35px;
  }
}
@media (max-width: 768px) {
  .text-block.type_2 .wrap {
    padding: 25px;
  }
}
@media (max-width: 480px) {
  .text-block.type_2 .wrap {
    padding: 20px;
  }
}
.text-block.type_2 .wrap .image {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
}
.text-block.type_2 .wrap .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.text-block.type_2 .wrap .text {
  color: #fff;
  max-width: 1200px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  color: #fff;
}
.text-block.type_2 .wrap .text h2,
.text-block.type_2 .wrap .text h3,
.text-block.type_2 .wrap .text h4 {
  color: #fff;
}
.text-block.type_2 .wrap .text p:last-child {
  margin-bottom: 0;
}

.cards-image-info {
  padding: 100px 0 80px;
  position: relative;
  z-index: 0;
}
@media (max-width: 1024px) {
  .cards-image-info {
    padding: 45px 0;
  }
}
@media (max-width: 768px) {
  .cards-image-info {
    padding: 35px 0;
  }
}
.cards-image-info .fon-image {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: -1;
}
.cards-image-info .fon-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cards-image-info .top-text {
  text-align: center;
  margin-bottom: 50px;
}
@media (max-width: 1024px) {
  .cards-image-info .top-text {
    margin-bottom: 20px;
  }
}
.cards-image-info .items.grid_2 {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-flow: wrap;
  -moz-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -0.7%;
  width: 101.4%;
}
.cards-image-info .items.grid_2 > * {
  width: 48.6%;
  margin: 0 0.7% 1.05em;
}
@media (max-width: 1024px) {
  .cards-image-info .items.grid_2 {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -0.7%;
    width: 101.4%;
  }
  .cards-image-info .items.grid_2 > * {
    width: 48.6%;
    margin: 0 0.7% 1.05em;
  }
}
@media (max-width: 768px) {
  .cards-image-info .items.grid_2 {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -0.7%;
    width: 101.4%;
  }
  .cards-image-info .items.grid_2 > * {
    width: 98.6%;
    margin: 0 0.7% 1.4em;
  }
}
.cards-image-info .items.grid_3 {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-flow: wrap;
  -moz-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -0.7%;
  width: 101.4%;
}
.cards-image-info .items.grid_3 > * {
  width: 31.9333333333%;
  margin: 0 0.7% 0.9333333333em;
}
@media (max-width: 1024px) {
  .cards-image-info .items.grid_3 {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -0.7%;
    width: 101.4%;
  }
  .cards-image-info .items.grid_3 > * {
    width: 48.6%;
    margin: 0 0.7% 1.05em;
  }
}
@media (max-width: 768px) {
  .cards-image-info .items.grid_3 {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -0.7%;
    width: 101.4%;
  }
  .cards-image-info .items.grid_3 > * {
    width: 98.6%;
    margin: 0 0.7% 1.4em;
  }
}
.cards-image-info .items .item .image {
  margin-bottom: 36px;
  border-radius: 57px;
  overflow: hidden;
  height: 410px;
}
@media (max-width: 480px) {
  .cards-image-info .items .item .image {
    margin-bottom: 20px;
    border-radius: 25px;
  }
}
@media (max-width: 1366px) {
  .cards-image-info .items .item .image {
    height: 300px;
  }
}
.cards-image-info .items .item .image svg,
.cards-image-info .items .item .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cards-image-info .items .item .text p:last-child {
  margin-bottom: 0;
}
.cards-image-info .bottom-text {
  background: #DE03AB;
  color: #fff;
  padding: 17px 20px;
  border-radius: 20px;
  text-align: center;
  margin-top: 25px;
}
@media (max-width: 768px) {
  .cards-image-info .bottom-text {
    margin-top: 0;
  }
}
.cards-image-info .bottom-text h1,
.cards-image-info .bottom-text h2,
.cards-image-info .bottom-text h3,
.cards-image-info .bottom-text h4,
.cards-image-info .bottom-text h5,
.cards-image-info .bottom-text h6,
.cards-image-info .bottom-text p {
  color: inherit;
}

.spotlight-v {
  padding: 70px 0;
  background-size: cover;
  background: #F8ECEE;
}
@media (max-width: 1024px) {
  .spotlight-v {
    padding: 45px 0;
  }
}
@media (max-width: 768px) {
  .spotlight-v {
    padding: 35px 0;
  }
}
.spotlight-v .top-content {
  text-align: center;
  margin-bottom: 240px;
}
@media (max-width: 1024px) {
  .spotlight-v .top-content {
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .spotlight-v .top-content {
    margin-bottom: 30px;
  }
}
.spotlight-v .top-content .items {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.spotlight-v .top-content .items .item {
  color: #222;
  background: #F4C9E4;
  border-radius: 93px;
  padding: 14px 42px;
  line-height: 1;
  font-size: 19px;
  margin: 5px 7px;
}
.spotlight-v .top-content .items .item:hover {
  background: #DE03AB;
}
.spotlight-v .bottom-content .cards {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-flow: wrap;
  -moz-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -1%;
  width: 102%;
}
.spotlight-v .bottom-content .cards > * {
  width: 31.3333333333%;
  margin: 0 1% 1.3333333333em;
}
@media (max-width: 1024px) {
  .spotlight-v .bottom-content .cards {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -1%;
    width: 102%;
  }
  .spotlight-v .bottom-content .cards > * {
    width: 48%;
    margin: 0 1% 1.5em;
  }
}
@media (max-width: 480px) {
  .spotlight-v .bottom-content .cards {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -1%;
    width: 102%;
  }
  .spotlight-v .bottom-content .cards > * {
    width: 98%;
    margin: 0 1% 2em;
  }
}
.spotlight-v .bottom-content .cards .card {
  background: #FFF;
  border-radius: 57px;
  padding: 0 22px;
  text-align: center;
  position: relative;
}
@media (max-width: 480px) {
  .spotlight-v .bottom-content .cards .card {
    border-radius: 20px;
  }
}
.spotlight-v .bottom-content .cards .card .image-text {
  margin-bottom: 60px;
}
@media (max-width: 1024px) {
  .spotlight-v .bottom-content .cards .card .image-text {
    margin-bottom: 50px;
  }
}
.spotlight-v .bottom-content .cards .card .image-text .image {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  bottom: calc(100% - 113px);
}
@media (max-width: 1024px) {
  .spotlight-v .bottom-content .cards .card .image-text .image {
    position: relative;
    bottom: auto;
    margin-top: 20px;
  }
}
@media (max-width: 1024px) {
  .spotlight-v .bottom-content .cards .card .image-text .image img {
    margin: 0 auto;
  }
}
.spotlight-v .bottom-content .cards .card .image-text .name {
  margin-top: 160px;
  font-size: 35px;
}
@media (max-width: 1024px) {
  .spotlight-v .bottom-content .cards .card .image-text .name {
    margin-top: 30px;
  }
}
.spotlight-v .bottom-content .cards .card .image-text p {
  font-size: 14px;
  font-weight: 300;
  color: #555;
}
.spotlight-v .bottom-content .cards .card .image-text p:last-child {
  margin-bottom: 0;
}
.spotlight-v .bottom-content .cards .card .btn {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  bottom: -25px;
  width: 60%;
}

.links-block-v2 {
  padding: 40px 0 160px 0;
  position: relative;
  background: #FFF;
}
@media (max-width: 1024px) {
  .links-block-v2 {
    padding: 40px;
  }
}
@media (max-width: 768px) {
  .links-block-v2 {
    padding: 35px;
  }
}
.links-block-v2::before {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 40%;
  content: "";
  background: linear-gradient(360deg, rgba(255, 255, 255, 0) 0%, #fff 100%);
  z-index: 1;
}
.links-block-v2::after {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 40%;
  content: "";
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #fff 100%);
  z-index: 1;
}
.links-block-v2 .bg-image {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20px;
  top: 20px;
}
.links-block-v2 .bg-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.links-block-v2 .top-info {
  margin-bottom: 70px;
  position: relative;
  z-index: 2;
}
@media (max-width: 1024px) {
  .links-block-v2 .top-info {
    margin-bottom: 30px;
  }
}
@media (max-width: 768px) {
  .links-block-v2 .top-info {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.links-block-v2 .top-info .title {
  margin: 0;
}
@media (max-width: 768px) {
  .links-block-v2 .top-info .title {
    margin-bottom: 20px;
  }
}
.links-block-v2 .items {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-flow: wrap;
  -moz-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -0.5%;
  width: 101%;
}
.links-block-v2 .items > * {
  width: 49%;
  margin: 0 0.5% 0.75em;
}
.links-block-v2 .items {
  position: relative;
  z-index: 2;
}
@media (max-width: 768px) {
  .links-block-v2 .items {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -0.5%;
    width: 101%;
  }
  .links-block-v2 .items > * {
    width: 99%;
    margin: 0 0.5% 1em;
  }
}
.links-block-v2 .items .item {
  overflow: hidden;
  border-radius: 20px;
  position: relative;
  aspect-ratio: 1.57;
}
.links-block-v2 .items .item:hover .item-title {
  color: #DE03AB;
}
.links-block-v2 .items .item:hover .arrow {
  background: #DE03AB;
}
.links-block-v2 .items .item::before {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  content: "";
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.3) 75%, rgba(0, 0, 0, 0.3) 95%);
}
.links-block-v2 .items .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.links-block-v2 .items .item .item-title {
  position: absolute;
  left: 30px;
  bottom: 30px;
  color: #FFF;
  font-size: 50px;
  font-family: "Carlton Royale";
  line-height: 0.6;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  padding-right: 70px;
}
@media (max-width: 1024px) {
  .links-block-v2 .items .item .item-title {
    left: 15px;
    bottom: 20px;
    font-size: 35px;
  }
}
@media (max-width: 480px) {
  .links-block-v2 .items .item .item-title {
    font-size: 30px;
    bottom: 23px;
  }
}
.links-block-v2 .items .item .arrow {
  position: absolute;
  right: 30px;
  bottom: 30px;
  width: 52px;
  height: 52px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  background: #FFF;
  border-radius: 50%;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media (max-width: 1024px) {
  .links-block-v2 .items .item .arrow {
    right: 15px;
    bottom: 15px;
  }
}

.full-block {
  position: relative;
  min-height: 627px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
@media (max-width: 1366px) {
  .full-block {
    min-height: 500px;
  }
}
@media (max-width: 1024px) {
  .full-block {
    min-height: 400px;
  }
}
@media (max-width: 768px) {
  .full-block {
    min-height: 350px;
  }
}
@media (max-width: 480px) {
  .full-block {
    min-height: 300px;
  }
}
.full-block:before {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: rgba(70, 55, 66, 0.54);
  content: "";
  z-index: 1;
}
.full-block .bg-image {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}
.full-block .bg-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.full-block .wrap {
  z-index: 2;
}
.full-block .text-wrapper {
  text-align: center;
}
.full-block .text-wrapper .text h2 {
  color: #FFF;
}

.box-list-block.type-3 {
  position: relative;
  background: #FFDAF6 !important;
}
.box-list-block.type-3 .bg-image {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  opacity: 0.1;
}
.box-list-block.type-3 .bg-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.box-list-block.type-3 .items {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-flow: wrap;
  -moz-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -0%;
  width: 100%;
}
.box-list-block.type-3 .items > * {
  width: 20%;
  margin: 0 0% 0em;
}
@media (max-width: 1024px) {
  .box-list-block.type-3 .items {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -1%;
    width: 102%;
  }
  .box-list-block.type-3 .items > * {
    width: 31.3333333333%;
    margin: 0 1% 1.3333333333em;
  }
}
@media (max-width: 768px) {
  .box-list-block.type-3 .items {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -1%;
    width: 102%;
  }
  .box-list-block.type-3 .items > * {
    width: 48%;
    margin: 0 1% 1.5em;
  }
}
@media (max-width: 480px) {
  .box-list-block.type-3 .items {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -0.5%;
    width: 101%;
  }
  .box-list-block.type-3 .items > * {
    width: 99%;
    margin: 0 0.5% 1em;
  }
}
.box-list-block.type-3 .items .item:nth-child(even) {
  margin-top: 200px;
}
@media (max-width: 1550px) {
  .box-list-block.type-3 .items .item:nth-child(even) {
    margin-top: 12.9vw;
  }
}
@media (max-width: 1024px) {
  .box-list-block.type-3 .items .item:nth-child(even) {
    margin-top: 0;
  }
}
.box-list-block.type-3 .items .item .image {
  margin-bottom: 20px;
}

.infos-block {
  padding: 80px 0;
  background: #FFF;
}
@media (max-width: 1024px) {
  .infos-block {
    padding: 40px 0;
  }
}
@media (max-width: 768px) {
  .infos-block {
    padding: 35px 0;
  }
}
.infos-block .items {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-flow: wrap;
  -moz-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -0.5%;
  width: 101%;
}
.infos-block .items > * {
  width: 32.3333333333%;
  margin: 0 0.5% 0.6666666667em;
}
@media (max-width: 1024px) {
  .infos-block .items {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -0.5%;
    width: 101%;
  }
  .infos-block .items > * {
    width: 49%;
    margin: 0 0.5% 0.75em;
  }
}
@media (max-width: 768px) {
  .infos-block .items {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -0.5%;
    width: 101%;
  }
  .infos-block .items > * {
    width: 99%;
    margin: 0 0.5% 1em;
  }
}
.infos-block .items .item {
  border-radius: 20px;
  background: #FFEAFA;
  padding: 50px;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
@media (max-width: 480px) {
  .infos-block .items .item {
    padding: 25px;
  }
}
.infos-block .items .item .icon {
  max-width: 70px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}
.infos-block .items .item p {
  color: #555;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.3;
}
@media (max-width: 480px) {
  .infos-block .items .item p {
    font-size: 16px;
  }
}
.infos-block .items .item a {
  color: #DE03AB;
}
.infos-block .items .item a:hover {
  color: #555;
}

.review-block {
  padding: 50px 0 130px 0;
  background: #FFF;
}
@media (max-width: 1024px) {
  .review-block {
    padding: 20px 0 40px;
  }
}
@media (max-width: 768px) {
  .review-block {
    padding: 20px 0 35px;
  }
}
.review-block .wrap {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.review-block .left-image {
  -webkit-flex-basis: 51%;
  -moz-flex-basis: 51%;
  -ms-flex-preferred-size: 51%;
  flex-basis: 51%;
  max-width: 710px;
}
@media (max-width: 1024px) {
  .review-block .left-image {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 25px;
  }
}
.review-block .left-image img {
  border-radius: 20px;
}
.review-block .right-wrapper {
  -webkit-flex-basis: 47%;
  -moz-flex-basis: 47%;
  -ms-flex-preferred-size: 47%;
  flex-basis: 47%;
  max-width: 655px;
}
@media (max-width: 1024px) {
  .review-block .right-wrapper {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
}
.review-block .right-wrapper .title {
  margin-top: 0;
  margin-bottom: 10px;
}
.review-block .right-wrapper .review {
  margin-bottom: 40px;
}
@media (max-width: 1024px) {
  .review-block .right-wrapper .review {
    margin-bottom: 20px;
  }
}
.review-block .right-wrapper .review-text {
  margin-bottom: 30px;
}
@media (max-width: 1024px) {
  .review-block .right-wrapper .review-text {
    margin-bottom: 20px;
  }
}
.review-block .right-wrapper .review-text p {
  font-size: 16px;
  font-weight: 300;
}
.review-block .right-wrapper .bottom-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  position: relative;
  padding-right: 60px;
}
.review-block .right-wrapper .bottom-info .photo {
  max-width: 75px;
  max-height: 75px;
  margin-right: 20px;
}
.review-block .right-wrapper .bottom-info .name {
  font-weight: 600;
  font-size: 20px;
  font-family: "Poppins";
}
.review-block .right-wrapper .bottom-info svg {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  transform: translate(0, -50%);
  right: 0;
}

.grid, .grid-4, .shopify-section .box-list-block.type-2 .items, .shopify-section .box-list-block.type-1 .items, .grid-3, .shopify-section .links-block .items.grid_3, .grid-2, .shopify-section .links-block .items.grid_2 {
  display: grid;
  gap: 20px;
}

.grid-2, .shopify-section .links-block .items.grid_2 {
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 768px) {
  .grid-2, .shopify-section .links-block .items.grid_2 {
    grid-template-columns: repeat(1, 1fr);
  }
}

.grid-3, .shopify-section .links-block .items.grid_3 {
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 1180px) {
  .grid-3, .shopify-section .links-block .items.grid_3 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .grid-3, .shopify-section .links-block .items.grid_3 {
    grid-template-columns: repeat(1, 1fr);
  }
}

.grid-4, .shopify-section .box-list-block.type-2 .items, .shopify-section .box-list-block.type-1 .items {
  grid-template-columns: repeat(4, 1fr);
}
@media (max-width: 1180px) {
  .grid-4, .shopify-section .box-list-block.type-2 .items, .shopify-section .box-list-block.type-1 .items {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 1024px) {
  .grid-4, .shopify-section .box-list-block.type-2 .items, .shopify-section .box-list-block.type-1 .items {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .grid-4, .shopify-section .box-list-block.type-2 .items, .shopify-section .box-list-block.type-1 .items {
    grid-template-columns: repeat(1, 1fr);
  }
}

.contact-form {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 20px;
  width: min(100%, 950px);
  margin: 0 auto;
  padding: 60px 55px;
  background: #fff;
  border-radius: 57px;
}
@media (max-width: 1024px) {
  .contact-form {
    padding: 60px 40px;
  }
}
@media (max-width: 576px) {
  .contact-form {
    padding: 40px 20px;
  }
}
.contact-form input,
.contact-form textarea {
  border-radius: 60px;
  background: #f7ecee;
  border: none;
  outline: none;
}
.contact-form .submit-wrapper {
  text-align: center;
}
.contact-form .submit-wrapper .btn {
  border-radius: 50px;
  font-size: 19px;
  font-weight: 500;
  padding: 30px 20px;
  width: min(220px, 100%);
}
@media (max-width: 576px) {
  .contact-form .submit-wrapper .btn {
    padding: 20px 15px;
  }
}

.form-block-global, .shopify-section .links-block, .shopify-section.form-block-v2, .shopify-section.form-block {
  position: relative;
  padding: 215px 0 100px;
}
@media (max-width: 1024px) {
  .form-block-global, .shopify-section .links-block, .shopify-section.form-block-v2, .shopify-section.form-block {
    padding: 120px 0 100px;
  }
}
.form-block-global:after, .shopify-section .links-block:after, .shopify-section.form-block-v2:after, .shopify-section.form-block:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(248, 236, 238, 0) 0%, #f8ecee 100%);
  z-index: 1;
}
.form-block-global .bg-image, .shopify-section .links-block .bg-image, .shopify-section.form-block-v2 .bg-image, .shopify-section.form-block .bg-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.form-block-global .bg-image img, .shopify-section .links-block .bg-image img, .shopify-section.form-block-v2 .bg-image img, .shopify-section.form-block .bg-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.form-block-global form, .shopify-section .links-block form, .shopify-section.form-block-v2 form, .shopify-section.form-block form,
.form-block-global .text,
.shopify-section .links-block .text,
.shopify-section.form-block-v2 .text,
.shopify-section.form-block .text {
  position: relative;
  z-index: 2;
}
.form-block-global .text, .shopify-section .links-block .text, .shopify-section.form-block-v2 .text, .shopify-section.form-block .text {
  text-align: center;
}
.form-block-global .text h2, .shopify-section .links-block .text h2, .shopify-section.form-block-v2 .text h2, .shopify-section.form-block .text h2 {
  margin-bottom: 50px;
}

.shopify-section.form-block {
  padding: 60px 0 80px;
}
@media (max-width: 1024px) {
  .shopify-section.form-block {
    padding: 60px 0;
  }
}
@media (max-width: 768px) {
  .shopify-section.form-block {
    padding: 40px 0;
  }
}
.shopify-section.form-block .flex {
  position: relative;
  z-index: 5;
  gap: 140px;
}
@media (max-width: 1480px) {
  .shopify-section.form-block .flex {
    gap: 80px;
  }
}
@media (max-width: 1140px) {
  .shopify-section.form-block .flex {
    gap: 40px;
  }
}
.shopify-section.form-block .flex .left-wrapper {
  flex: 1;
  padding: 20px 0;
}
@media (max-width: 1024px) {
  .shopify-section.form-block .flex .left-wrapper {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    display: grid;
    grid-template-columns: repeat(1, min(100%, 600px));
    justify-content: center;
  }
}
.shopify-section.form-block .flex .left-wrapper .form-logo {
  width: min(100%, 580px);
  margin: 0 auto 50px;
}
.shopify-section.form-block .flex .left-wrapper .email-wrapper {
  border-radius: 20px;
  background: #ffeafa;
  padding: 60px 20px;
  text-align: center;
  margin-bottom: 40px;
}
.shopify-section.form-block .flex .left-wrapper .email-wrapper p {
  margin-bottom: 0;
}
.shopify-section.form-block .flex .left-wrapper .email-wrapper a {
  color: #de03ab;
}
.shopify-section.form-block .flex .left-wrapper .social-icons {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: row;
}
.shopify-section.form-block .flex .right-wrapper {
  width: min(100%, 710px);
  padding: 60px 55px;
  background: #fff;
  border-radius: 57px;
}
@media (max-width: 1180px) {
  .shopify-section.form-block .flex .right-wrapper {
    width: min(100%, 600px);
  }
}
@media (max-width: 1024px) {
  .shopify-section.form-block .flex .right-wrapper {
    margin: 0 auto;
  }
}
@media (max-width: 768px) {
  .shopify-section.form-block .flex .right-wrapper {
    padding: 40px 20px;
  }
}
.shopify-section.form-block .flex .right-wrapper .form-text h2 {
  line-height: 1;
  text-align: left;
  margin-bottom: 15px;
}
.shopify-section.form-block .flex .right-wrapper form {
  padding: 0;
  border-radius: 0;
}
.shopify-section .links-block .items {
  display: grid;
  gap: 20px;
  position: relative;
  z-index: 2;
}
.shopify-section .links-block .items .item {
  border-radius: 57px;
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: row;
  min-height: 410px;
}
@media (max-width: 576px) {
  .shopify-section .links-block .items .item {
    min-height: auto;
    aspect-ratio: 1;
  }
}
.shopify-section .links-block .items .item:hover:before {
  opacity: 1;
  visibility: visible;
}
.shopify-section .links-block .items .item:hover:after {
  opacity: 0;
  visibility: hidden;
}
.shopify-section .links-block .items .item:hover .icon,
.shopify-section .links-block .items .item:hover .arrow {
  opacity: 1;
  visibility: visible;
}
.shopify-section .links-block .items .item:before, .shopify-section .links-block .items .item:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.4s ease-in-out;
  z-index: 1;
}
.shopify-section .links-block .items .item:before {
  background: rgba(222, 3, 171, 0.59);
  opacity: 0;
  visibility: hidden;
}
.shopify-section .links-block .items .item:after {
  background: linear-gradient(180deg, rgba(255, 0, 196, 0) 0%, rgba(74, 0, 57, 0.49) 96.15%);
}
.shopify-section .links-block .items .item img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}
.shopify-section .links-block .items .item .icon,
.shopify-section .links-block .items .item .arrow {
  position: absolute;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}
.shopify-section .links-block .items .item .icon {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.shopify-section .links-block .items .item .arrow {
  top: 20px;
  right: 20px;
  width: 52px;
  height: 52px;
  background-color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.shopify-section .links-block .items .item .arrow::before {
  content: "";
  display: block;
  width: 16px;
  height: 15px;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='15' viewBox='0 0 16 15' fill='none'><path d='M1.86543 14.8467L14.1 2.61218L14.1 13.0989L15.5082 13.1888V0.205221H2.5246L2.61449 1.61344L13.1012 1.61344L0.866695 13.848L1.86543 14.8467Z' fill='black'/></svg>") no-repeat center center;
  background-size: contain;
  margin: auto;
  z-index: 3;
}
.shopify-section .links-block .items .item .item-title {
  position: relative;
  z-index: 5;
  color: #fff;
  text-align: center;
  font-family: "Carlton Royale";
  font-size: 57px;
  font-weight: 400;
  line-height: 1;
  display: inline-block;
}
@media (max-width: 1024px) {
  .shopify-section .links-block .items .item .item-title {
    font-size: 40px;
  }
}
.shopify-section.slider-block .swiper-slide {
  min-height: 100vh;
  padding: 120px 60px 80px;
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  flex-direction: row;
}
@media (max-width: 1024px) {
  .shopify-section.slider-block .swiper-slide {
    min-height: 550px;
  }
}
@media (max-width: 576px) {
  .shopify-section.slider-block .swiper-slide {
    padding: 100px 0 40px;
    min-height: 450px;
  }
}
.shopify-section.slider-block .swiper-slide:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(111.19% 64.34% at 68.81% 39.29%, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.38) 100%);
  z-index: 2;
}
.shopify-section.slider-block .swiper-slide > .image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.shopify-section.slider-block .swiper-slide > .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.shopify-section.slider-block .swiper-slide .wrap {
  z-index: 5;
}
.shopify-section.slider-block .swiper-slide .wrap .text {
  max-width: min(100%, 650px);
  color: #fff;
}
@media (max-width: 576px) {
  .shopify-section.slider-block .swiper-slide .wrap .text {
    padding: 0 5%;
  }
}
.shopify-section.slider-block .swiper-slide .wrap .text h1 {
  color: #fff;
  font-size: 220px;
  line-height: 0.58;
}
@media (max-width: 1380px) {
  .shopify-section.slider-block .swiper-slide .wrap .text h1 {
    font-size: 180px;
  }
}
@media (max-width: 1024px) {
  .shopify-section.slider-block .swiper-slide .wrap .text h1 {
    font-size: 120px;
  }
}
@media (max-width: 576px) {
  .shopify-section.slider-block .swiper-slide .wrap .text h1 {
    font-size: 80px;
  }
}
.shopify-section.slider-block .swiper-slide .wrap .text h1 em {
  color: #DE03AB;
}
.shopify-section.slider-block .swiper-slide .wrap .text ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px 40px;
}
@media (max-width: 768px) {
  .shopify-section.slider-block .swiper-slide .wrap .text ul {
    grid-template-columns: repeat(1, 1fr);
  }
}
.shopify-section.slider-block .swiper-slide .wrap .text ul li {
  font-size: 18px;
  font-weight: 500;
  break-inside: avoid;
  page-break-inside: avoid;
  -webkit-column-break-inside: avoid;
  padding-left: 0;
  display: grid;
  grid-template-columns: 44px auto;
  align-items: flex-start;
  gap: 10px;
  line-height: 1.3;
}
.shopify-section.slider-block .swiper-slide .wrap .text ul li:before {
  position: relative;
  top: 0;
  display: inline-block;
  vertical-align: middle;
  content: "";
  width: 44px;
  height: 44px;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='44' height='44' viewBox='0 0 44 44' fill='none'><circle cx='21.5166' cy='21.9596' r='18.8271' fill='white'/><path d='M18.0256 0.796707C13.0742 1.84278 9.62212 3.65598 6.41416 6.89881C1.42786 11.8502 -0.94324 19.2076 0.34692 25.519C1.0443 28.9013 1.91603 31.098 3.45028 33.504C7.98327 40.5127 16.317 44.4529 24.1974 43.2674C27.6844 42.7443 30.3344 41.768 33.0193 40.0594C40.1326 35.4218 44.0729 26.9835 42.7827 19.103C41.7018 12.4081 38.0754 6.96855 32.4266 3.58624C27.9284 0.901314 22.4888 -0.17963 18.0256 0.796707ZM16.9098 9.58374C18.3045 10.316 19.8388 12.1989 20.6408 14.1167C21.0243 15.0582 21.5125 15.8951 21.7217 15.9648C21.9658 16.0345 22.6632 15.1977 23.2908 14.0819C24.6507 11.641 25.5573 10.7693 27.4054 10.1416C28.6607 9.75809 28.9745 9.75809 30.1252 10.2811C32.3568 11.2923 32.845 12.3035 32.845 15.8951C32.845 18.7195 32.7055 19.382 31.4851 22.5202C29.6022 27.2624 27.4751 31.098 25.1738 33.7481C24.9994 33.9573 24.3718 34.7244 23.8139 35.3869C23.2908 36.0843 22.6981 36.6422 22.5237 36.6422C21.7217 36.6422 17.0493 32.0744 15.4453 29.7381C12.2024 25.0657 10.0754 18.5451 10.4938 14.6746C10.7728 11.9897 10.7728 11.8851 11.1215 11.8851C11.2958 11.8851 11.6097 11.4667 11.8189 10.9785C12.5511 9.37452 15.1663 8.67714 16.9098 9.58374Z' fill='%23DE03AB'/></svg>") no-repeat center center;
  background-size: contain;
}
.shopify-section.slider-block .swiper-button-next {
  right: 2%;
}
@media (max-width: 1480px) {
  .shopify-section.slider-block .swiper-button-next {
    right: 1%;
  }
}
.shopify-section.slider-block .swiper-button-prev {
  left: 2%;
}
@media (max-width: 1480px) {
  .shopify-section.slider-block .swiper-button-prev {
    left: 1%;
  }
}
.shopify-section.slider-block .swiper-button-next,
.shopify-section.slider-block .swiper-button-prev {
  display: block;
  color: #fff;
  width: 38px;
  height: 38px;
  background-color: #DE03AB;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: row;
}
.shopify-section.slider-block .swiper-button-next:after,
.shopify-section.slider-block .swiper-button-prev:after {
  font-size: 13px;
}
.shopify-section.video-block {
  padding: 100px 0;
}
@media (max-width: 1024px) {
  .shopify-section.video-block {
    padding: 80px 0;
  }
}
@media (max-width: 768px) {
  .shopify-section.video-block {
    padding: 60px 0;
  }
}
@media (max-width: 576px) {
  .shopify-section.video-block {
    padding: 40px 0;
  }
}
.shopify-section.video-block .video {
  position: relative;
}
.shopify-section.video-block .video .play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(222, 3, 171, 0.5);
  border: 4px solid rgba(255, 255, 255, 0.7);
  width: 150px;
  height: 150px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: row;
}
@media (max-width: 1024px) {
  .shopify-section.video-block .video .play {
    width: 100px;
    height: 100px;
  }
}
.shopify-section .box-list-block {
  padding: 100px 0;
  position: relative;
  background-color: #fff;
}
@media (max-width: 1024px) {
  .shopify-section .box-list-block {
    padding: 80px 0;
  }
}
@media (max-width: 768px) {
  .shopify-section .box-list-block {
    padding: 60px 0;
  }
}
@media (max-width: 576px) {
  .shopify-section .box-list-block {
    padding: 40px 0;
  }
}
.shopify-section .box-list-block .bg-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.shopify-section .box-list-block .bg-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.shopify-section .box-list-block .top-text {
  text-align: center;
  position: relative;
  z-index: 5;
}
.shopify-section .box-list-block .top-text h2 {
  margin-bottom: 80px;
}
@media (max-width: 1024px) {
  .shopify-section .box-list-block .top-text h2 {
    margin-bottom: 40px;
  }
}
.shopify-section .box-list-block .items {
  position: relative;
  z-index: 5;
}
.shopify-section .box-list-block .items .item .item-text {
  text-align: center;
  padding: 0 20px;
}
.shopify-section .box-list-block .items .item .item-text p {
  font-weight: 300;
  color: #222;
  font-size: 16px;
}
.shopify-section .box-list-block.type-1:after, .shopify-section .box-list-block.type-1:before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 290px;
  z-index: 1;
}
.shopify-section .box-list-block.type-1:before {
  top: 0;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, #fff 100%);
}
.shopify-section .box-list-block.type-1:after {
  bottom: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #fff 100%);
}
.shopify-section .box-list-block.type-1 .items {
  gap: 70px;
}
@media (max-width: 768px) {
  .shopify-section .box-list-block.type-1 .items {
    gap: 35px;
  }
}
.shopify-section .box-list-block.type-1 .items .item .image {
  margin: 0 auto 45px;
}
@media (max-width: 768px) {
  .shopify-section .box-list-block.type-1 .items .item .image {
    width: min(100%, 350px);
    margin: 0 auto 30px;
  }
}
.shopify-section .box-list-block.type-1 .items .item .image img {
  max-width: 100%;
}
.shopify-section .box-list-block.type-1 .items .item:first-child, .shopify-section .box-list-block.type-1 .items .item:last-child {
  margin-top: -70px;
}
@media (max-width: 1180px) {
  .shopify-section .box-list-block.type-1 .items .item:first-child, .shopify-section .box-list-block.type-1 .items .item:last-child {
    margin-top: 0;
  }
}
.shopify-section .box-list-block.type-2 .items {
  gap: 50px;
}
.shopify-section .box-list-block.type-2 .items .item .image {
  width: min(100%, 170px);
  aspect-ratio: 1;
  margin: 0 auto 35px;
  background-color: #2b2b2b;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: row;
  border-radius: 50%;
  padding: 50px;
}
.shopify-section .box-list-block.type-2 .items .item .image img {
  max-width: 100%;
}
.shopify-section .box-list-block.type-2 .items .item .item-text h5 {
  color: #DE03AB;
}

.fancybox-inner {
  background-color: rgba(0, 0, 0, 0.4);
}

.custom-header {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
  padding: 25px 0;
}
@media (max-width: 1024px) {
  .custom-header {
    padding: 10px;
  }
}
.custom-header .left-wrapper,
.custom-header .right-wrapper {
  /*@if type-of($fg) == 'list' {
    $fg-boxflex: nth($fg, 1);
  }*/
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.custom-header .header-logo {
  -webkit-flex-basis: 224px;
  -moz-flex-basis: 224px;
  -ms-flex-preferred-size: 224px;
  flex-basis: 224px;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .custom-header .header-logo {
    -webkit-flex-basis: 160px;
    -moz-flex-basis: 160px;
    -ms-flex-preferred-size: 160px;
    flex-basis: 160px;
  }
}
@media (max-width: 480px) and (max-width: 1024px) {
  .custom-header .header-logo {
    -webkit-flex-basis: 110px;
    -moz-flex-basis: 110px;
    -ms-flex-preferred-size: 110px;
    flex-basis: 110px;
    margin-left: 5px;
    margin-right: 5px;
  }
}
.custom-header .header-logo svg {
  width: 100%;
  height: auto;
  display: block;
}
.custom-header .header-logo:hover {
  opacity: 0.7;
}
.custom-header .left-wrapper {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
}
.custom-header .right-wrapper {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
}
.custom-header .account-link {
  display: block;
  width: 20px;
  color: rgb(72, 72, 72);
  margin-right: 55px;
}
@media (max-width: 1024px) {
  .custom-header .account-link {
    margin-right: 20px;
  }
}
@media (max-width: 480px) {
  .custom-header .account-link {
    margin-right: 10px;
  }
}
.custom-header .account-link svg {
  display: block;
  width: 100%;
  height: auto;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.custom-header .account-link:hover {
  color: #DE03AB;
}
.custom-header .cart-link {
  font-size: 0;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  margin-left: 50px;
  color: rgb(72, 72, 72);
}
@media (max-width: 1024px) {
  .custom-header .cart-link {
    margin-left: 20px;
  }
}
@media (max-width: 480px) {
  .custom-header .cart-link {
    margin-left: 10px;
  }
}
.custom-header .cart-link svg {
  display: block;
  width: 100%;
  height: auto;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.custom-header .cart-link:hover {
  color: #DE03AB;
}

.top-block {
  min-height: 790px;
  position: relative;
  padding-top: 140px;
  overflow: hidden;
  padding-bottom: 140px;
  position: relative;
  z-index: 0;
}
@media (max-width: 1024px) {
  .top-block {
    min-height: 500px;
    padding-top: 100px;
    padding-bottom: 70px;
  }
}
@media (max-width: 768px) {
  .top-block {
    min-height: 400px;
    padding-top: 80px;
    padding-bottom: 50px;
  }
}
@media (max-width: 480px) {
  .top-block {
    min-height: 300px;
    padding-bottom: 30px;
  }
}
.top-block::before {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 60%;
  background: linear-gradient(180deg, rgba(255, 0, 196, 0) 0%, rgba(74, 0, 57, 0.57) 47.12%, rgba(74, 0, 57, 0.49) 96.15%);
  opacity: 0.62;
  content: "";
  z-index: 1;
}
.top-block:after {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.57) 0%, rgba(0, 0, 0, 0.38) 100%);
  content: "";
}
.top-block video {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.top-block .image {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.top-block .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.top-block .wrap {
  z-index: 2;
  text-align: center;
}
.top-block .wrap .title {
  font-size: 136px;
  color: #fff;
  font-family: "Carlton Royale";
  margin: 20px 0;
}
@media (max-width: 1024px) {
  .top-block .wrap .title {
    font-size: 100px;
  }
}
@media (max-width: 768px) {
  .top-block .wrap .title {
    font-size: 80px;
  }
}
@media (max-width: 480px) {
  .top-block .wrap .title {
    font-size: 60px;
  }
}

.taber-block .info {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-flow: wrap;
  -moz-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -1%;
  width: 102%;
}
.taber-block .info > * {
  width: 23%;
  margin: 0 1% 1.25em;
}
.taber-block .info .card {
  display: block !important;
}

.links-block-v2 {
  position: relative;
  padding: 215px 0 100px;
}
@media (max-width: 1024px) {
  .links-block-v2 {
    padding: 120px 0 100px;
  }
}
@media (max-width: 768px) {
  .links-block-v2 {
    padding: 120px 0 60px;
  }
}
@media (max-width: 480px) {
  .links-block-v2 {
    padding: 120px 0 30px;
  }
}
.links-block-v2:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(248, 236, 238, 0) 0%, #f8ecee 100%);
  z-index: 1;
}
.links-block-v2 .wrap {
  position: relative;
  z-index: 2;
}
.links-block-v2 .bg-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.links-block-v2 .bg-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.links-block-v2 .text {
  text-align: center;
  position: relative;
  z-index: 2;
  margin-bottom: 80px;
}
@media (max-width: 1024px) {
  .links-block-v2 .text {
    margin-bottom: 40px;
  }
  .links-block-v2 .text br {
    display: none;
  }
}
@media (max-width: 1024px) {
  .links-block-v2 .text h2 {
    font-size: 70px;
  }
}
.links-block-v2 .links-items {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-flow: wrap;
  -moz-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -0.7%;
  width: 101.4%;
}
.links-block-v2 .links-items > * {
  width: 31.9333333333%;
  margin: 0 0.7% 0.9333333333em;
}
@media (max-width: 1024px) {
  .links-block-v2 .links-items {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -1%;
    width: 102%;
  }
  .links-block-v2 .links-items > * {
    width: 48%;
    margin: 0 1% 1.5em;
  }
}
@media (max-width: 480px) {
  .links-block-v2 .links-items {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -0.5%;
    width: 101%;
  }
  .links-block-v2 .links-items > * {
    width: 99%;
    margin: 0 0.5% 1em;
  }
}
.links-block-v2 .link-box {
  border-radius: 57px;
  background: #fff;
  padding: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  margin-bottom: 25px;
}
@media (max-width: 768px) {
  .links-block-v2 .link-box {
    border-radius: 25px;
    padding: 20px;
  }
}
@media (max-width: 480px) {
  .links-block-v2 .link-box {
    max-width: 340px;
    margin: 0 auto 18px;
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.25);
  }
}
.links-block-v2 .link-box {
  transition: all 0.4s ease;
}
.links-block-v2 .link-box img {
  max-height: 80px;
  width: auto;
}
@media (max-width: 768px) {
  .links-block-v2 .link-box img {
    max-height: 40px;
  }
}
.links-block-v2 .link-box:hover {
  background: #DE03AB;
}

.footer-logo {
  max-width: 150px;
  display: block;
  margin: 0 auto;
}
.footer-logo svg {
  width: 100%;
  height: auto;
}
.footer-logo:hover {
  opacity: 0.7;
}
