@charset "UTF-8";
@font-face {
  font-family: "Jost";
  src: local("Jost"), url("../fonts/Jost/Jost-VariableFont_wght.ttf") format("truetype");
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Alegreya Sans";
  src: local("Jost"), url("../fonts/Alegreya_Sans/AlegreyaSans-Regular.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Alegreya Sans";
  src: local("Jost"), url("../fonts/Alegreya_Sans/AlegreyaSans-Thin.ttf") format("truetype");
  font-style: normal;
  font-weight: 300;
  font-display: swap;
}
/**
 * Minified by jsDelivr using clean-css v5.3.2.
 * Original file: /npm/modern-normalize@3.0.1/modern-normalize.css
 *
 * Do NOT use SRI with dynamically generated files! More information: https://www.jsdelivr.com/using-sri-with-dynamic-files
 */
/*! modern-normalize v3.0.1 | MIT License | https://github.com/sindresorhus/modern-normalize */
*, ::after, ::before {
  box-sizing: border-box;
}

html {
  font-family: system-ui, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  tab-size: 4;
}

body {
  margin: 0;
}

b, strong {
  font-weight: bolder;
}

code, kbd, pre, samp {
  font-family: ui-monospace, SFMono-Regular, Consolas, "Liberation Mono", Menlo, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  border-color: currentcolor;
}

button, input, optgroup, select, textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

[type=button], [type=reset], [type=submit], button {
  -webkit-appearance: button;
}

legend {
  padding: 0;
}

progress {
  vertical-align: baseline;
}

::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

summary {
  display: list-item;
}


.date-picker {
  width: 170px;
  height: 25px;
  padding: 0;
  border: 0;
  line-height: 25px;
  padding-left: 10px;
  font-size: 12px;
  font-family: Arial, sans-serif;
  font-weight: bold;
  cursor: pointer;
  color: #303030;
  position: relative;
  z-index: 2;
}

.date-picker-wrapper {
  position: absolute;
  z-index: 1;
  border: 1px solid #bfbfbf;
  background-color: #efefef;
  padding: 5px 12px;
  font-size: 12px;
  line-height: 20px;
  color: #aaa;
  font-family: Arial, sans-serif;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.5);
  box-sizing: initial;
}

.dp-clearfix {
  clear: both;
  height: 0;
  font-size: 0;
}

.date-picker-wrapper.inline-wrapper {
  position: relative;
  box-shadow: none;
  display: inline-block;
}
.date-picker-wrapper.single-date {
  width: auto;
}
.date-picker-wrapper.no-shortcuts {
  padding-bottom: 12px;
}
.date-picker-wrapper.no-topbar {
  padding-top: 12px;
}
.date-picker-wrapper .footer {
  font-size: 11px;
  padding-top: 3px;
}
.date-picker-wrapper b {
  color: #666;
  font-weight: 700;
}
.date-picker-wrapper a {
  color: rgb(107, 180, 214);
  text-decoration: underline;
}
.date-picker-wrapper .month-name {
  text-transform: uppercase;
}
.date-picker-wrapper .select-wrapper {
  position: relative;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
}
.date-picker-wrapper .select-wrapper:hover {
  text-decoration: underline;
}
.date-picker-wrapper .month-element {
  display: inline-block;
  vertical-align: middle;
}
.date-picker-wrapper .select-wrapper select {
  position: absolute;
  margin: 0;
  padding: 0;
  left: 0;
  top: -1px;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  text-transform: inherit;
  color: inherit;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: 0;
  outline: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=1)";
  filter: alpha(opacity=1);
  opacity: 0.01;
}
.date-picker-wrapper .month-wrapper {
  border: 1px solid #bfbfbf;
  border-radius: 3px;
  background-color: #fff;
  padding: 5px;
  cursor: default;
  position: relative;
  _overflow: hidden;
}
.date-picker-wrapper .month-wrapper table {
  width: 190px;
  float: left;
}
.date-picker-wrapper .month-wrapper table.month2 {
  width: 190px;
  float: left;
}
.date-picker-wrapper .month-wrapper table th,
.date-picker-wrapper .month-wrapper table td {
  vertical-align: middle;
  text-align: center;
  line-height: 14px;
  margin: 0px;
  padding: 0px;
}
.date-picker-wrapper .month-wrapper table .day {
  padding: 5px 0;
  line-height: 1;
  font-size: 12px;
  margin-bottom: 1px;
  color: #ccc;
  cursor: default;
}
.date-picker-wrapper .month-wrapper table div.day.lastMonth, .date-picker-wrapper .month-wrapper table div.day.nextMonth {
  color: #999;
  cursor: default;
}
.date-picker-wrapper .month-wrapper table .day.checked {
  background-color: rgb(156, 219, 247);
}
.date-picker-wrapper .month-wrapper table .week-name {
  height: 20px;
  line-height: 20px;
  font-weight: 100;
  text-transform: uppercase;
}
.date-picker-wrapper .month-wrapper table .day.has-tooltip {
  cursor: help !important;
}
.date-picker-wrapper .month-wrapper table .day.has-tooltip .tooltip {
  white-space: nowrap;
}
.date-picker-wrapper .time label {
  white-space: nowrap;
}
.date-picker-wrapper .month-wrapper table .day.toMonth.valid {
  color: #333;
  cursor: pointer;
}
.date-picker-wrapper .month-wrapper table .day.toMonth.hovering {
  background-color: #cdecfa;
}
.date-picker-wrapper .month-wrapper table .day.nextMonth, .date-picker-wrapper .month-wrapper table .day.lastMonth {
  display: none;
}
.date-picker-wrapper .month-wrapper table .day.real-today.checked, .date-picker-wrapper .month-wrapper table .day.real-today.hovering {
  background-color: rgb(112, 204, 213);
}
.date-picker-wrapper table .caption {
  height: 40px;
}
.date-picker-wrapper table .caption > th:first-of-type, .date-picker-wrapper table .caption > th:last-of-type {
  width: 27px;
}
.date-picker-wrapper table .caption .next,
.date-picker-wrapper table .caption .prev {
  padding: 0 5px;
  cursor: pointer;
}
.date-picker-wrapper table .caption .next:hover,
.date-picker-wrapper table .caption .prev:hover {
  background-color: #ccc;
  color: white;
}
.date-picker-wrapper .gap {
  position: relative;
  z-index: 1;
  width: 15px;
  height: 100%;
  background-color: red;
  font-size: 0;
  line-height: 0;
  float: left;
  top: -5px;
  margin: 0 10px -10px;
  visibility: hidden;
  height: 0;
}
.date-picker-wrapper .gap .gap-lines {
  height: 100%;
  overflow: hidden;
}
.date-picker-wrapper .gap .gap-line {
  height: 15px;
  width: 15px;
  position: relative;
}
.date-picker-wrapper .gap .gap-line .gap-1 {
  z-index: 1;
  height: 0;
  border-left: 8px solid white;
  border-top: 8px solid #eee;
  border-bottom: 8px solid #eee;
}
.date-picker-wrapper .gap .gap-line .gap-2 {
  position: absolute;
  right: 0;
  top: 0px;
  z-index: 2;
  height: 0;
  border-left: 8px solid transparent;
  border-top: 8px solid white;
}
.date-picker-wrapper .gap .gap-line .gap-3 {
  position: absolute;
  right: 0;
  top: 8px;
  z-index: 2;
  height: 0;
  border-left: 8px solid transparent;
  border-bottom: 8px solid white;
}
.date-picker-wrapper .gap .gap-top-mask {
  width: 6px;
  height: 1px;
  position: absolute;
  top: -1px;
  left: 1px;
  background-color: #eee;
  z-index: 3;
}
.date-picker-wrapper .gap .gap-bottom-mask {
  width: 6px;
  height: 1px;
  position: absolute;
  bottom: -1px;
  left: 7px;
  background-color: #eee;
  z-index: 3;
}
.date-picker-wrapper .selected-days {
  display: none;
}
.date-picker-wrapper .drp_top-bar {
  line-height: 1.4;
  position: relative;
  padding: 10px 40px 10px 0;
}
.date-picker-wrapper .drp_top-bar .error-top,
.date-picker-wrapper .drp_top-bar .normal-top {
  display: none;
}
.date-picker-wrapper .drp_top-bar .default-top {
  display: block;
}
.date-picker-wrapper .drp_top-bar.error .default-top {
  display: none;
}
.date-picker-wrapper .drp_top-bar.error .error-top {
  display: block;
  color: red;
}
.date-picker-wrapper .drp_top-bar.normal .default-top {
  display: none;
}
.date-picker-wrapper .drp_top-bar.normal .normal-top {
  display: block;
}
.date-picker-wrapper .drp_top-bar.normal .normal-top .selection-top {
  color: #333;
}
.date-picker-wrapper .drp_top-bar .apply-btn {
  position: absolute;
  right: 0px;
  top: 6px;
  padding: 3px 5px;
  margin: 0;
  font-size: 12px;
  border-radius: 4px;
  cursor: pointer;
  color: #d9eef7;
  border: solid 1px #0076a3;
  background: #0095cd;
  background: -webkit-gradient(linear, left top, left bottom, from(#00adee), to(#0078a5));
  background: -moz-linear-gradient(top, #00adee, #0078a5);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00adee", endColorstr="#0078a5");
  color: white;
  line-height: initial;
}
.date-picker-wrapper .drp_top-bar .apply-btn.disabled {
  cursor: pointer;
  color: #606060;
  border: solid 1px #b7b7b7;
  background: #fff;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ededed));
  background: -moz-linear-gradient(top, #fff, #ededed);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#ededed");
}
.date-picker-wrapper .time {
  position: relative;
}
.date-picker-wrapper.single-month .time {
  display: block;
}
.date-picker-wrapper .time input[type=range] {
  vertical-align: middle;
  width: 129px;
  padding: 0;
  margin: 0;
  height: 20px;
}
.date-picker-wrapper .time1 {
  width: 180px;
  padding: 0 5px;
  text-align: center;
}

/*time styling*/
.time2 {
  width: 180px;
  padding: 0 5px;
  text-align: center;
}

.date-picker-wrapper .time1 {
  float: left;
}
.date-picker-wrapper .time2 {
  float: right;
}
.date-picker-wrapper .hour {
  text-align: right;
}

.minute {
  text-align: right;
}

.date-picker-wrapper .hide {
  display: none;
}
.date-picker-wrapper .first-date-selected,
.date-picker-wrapper .last-date-selected {
  color: white !important;
}
.date-picker-wrapper .date-range-length-tip {
  position: absolute;
  margin-top: -4px;
  margin-left: -8px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  display: none;
  background-color: yellow;
  padding: 0 6px;
  border-radius: 2px;
  font-size: 12px;
  line-height: 16px;
  -webkit-filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.3));
  -moz-filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.3));
  -ms-filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.3));
  -o-filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.3));
  filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.3));
}
.date-picker-wrapper .date-range-length-tip:after {
  content: "";
  position: absolute;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid yellow;
  left: 50%;
  margin-left: -4px;
  bottom: -4px;
}
.date-picker-wrapper.two-months.no-gap .month1 .next,
.date-picker-wrapper.two-months.no-gap .month2 .prev {
  display: none;
}
.date-picker-wrapper .week-number {
  padding: 5px 0;
  line-height: 1;
  font-size: 12px;
  margin-bottom: 1px;
  color: #999;
  cursor: pointer;
}
.date-picker-wrapper .week-number.week-number-selected {
  color: #49e;
  font-weight: bold;
}

/**
Ion.RangeSlider, 2.3.1
© Denis Ineshin, 2010 - 2019, IonDen.com
Build date: 2019-12-19 16:51:02
*/
.irs {
  position: relative;
  display: block;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 12px;
  font-family: Arial, sans-serif;
}

.irs-line {
  position: relative;
  display: block;
  overflow: hidden;
  outline: none !important;
}

.irs-bar {
  position: absolute;
  display: block;
  left: 0;
  width: 0;
}

.irs-shadow {
  position: absolute;
  display: none;
  left: 0;
  width: 0;
}

.irs-handle {
  position: absolute;
  display: block;
  box-sizing: border-box;
  cursor: default;
  z-index: 1;
}

.irs-handle.type_last {
  z-index: 2;
}

.irs-min,
.irs-max {
  position: absolute;
  display: block;
  cursor: default;
}

.irs-min {
  left: 0;
}

.irs-max {
  right: 0;
}

.irs-from,
.irs-to,
.irs-single {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  cursor: default;
  white-space: nowrap;
}

.irs-grid {
  position: absolute;
  display: none;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 20px;
}

.irs-with-grid .irs-grid {
  display: block;
}

.irs-grid-pol {
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 8px;
  background: #000;
}

.irs-grid-pol.small {
  height: 4px;
}

.irs-grid-text {
  position: absolute;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  text-align: center;
  font-size: 9px;
  line-height: 9px;
  padding: 0 3px;
  color: #000;
}

.irs-disable-mask {
  position: absolute;
  display: block;
  top: 0;
  left: -1%;
  width: 102%;
  height: 100%;
  cursor: default;
  background: rgba(0, 0, 0, 0);
  z-index: 2;
}

.lt-ie9 .irs-disable-mask {
  background: #000;
  filter: alpha(opacity=0);
  cursor: not-allowed;
}

.irs-disabled {
  opacity: 0.4;
}

.irs-hidden-input {
  position: absolute !important;
  display: block !important;
  top: 0 !important;
  left: 0 !important;
  width: 0 !important;
  height: 0 !important;
  font-size: 0 !important;
  line-height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  overflow: hidden;
  outline: none !important;
  z-index: -9999 !important;
  background: none !important;
  border-style: solid !important;
  border-color: transparent !important;
}

.irs--flat {
  height: 40px;
}

.irs--flat.irs-with-grid {
  height: 60px;
}

.irs--flat .irs-line {
  top: 25px;
  height: 12px;
  background-color: #e1e4e9;
  border-radius: 4px;
}

.irs--flat .irs-bar {
  top: 25px;
  height: 12px;
  background-color: #ed5565;
}

.irs--flat .irs-bar--single {
  border-radius: 4px 0 0 4px;
}

.irs--flat .irs-shadow {
  height: 1px;
  bottom: 16px;
  background-color: #e1e4e9;
}

.irs--flat .irs-handle {
  top: 22px;
  width: 16px;
  height: 18px;
  background-color: transparent;
}

.irs--flat .irs-handle > i:first-child {
  position: absolute;
  display: block;
  top: 0;
  left: 50%;
  width: 2px;
  height: 100%;
  margin-left: -1px;
  background-color: #da4453;
}

.irs--flat .irs-handle.state_hover > i:first-child,
.irs--flat .irs-handle:hover > i:first-child {
  background-color: #a43540;
}

.irs--flat .irs-min,
.irs--flat .irs-max {
  top: 0;
  padding: 1px 3px;
  color: #999;
  font-size: 10px;
  line-height: 1.333;
  text-shadow: none;
  background-color: #e1e4e9;
  border-radius: 4px;
}

.irs--flat .irs-from,
.irs--flat .irs-to,
.irs--flat .irs-single {
  color: white;
  font-size: 10px;
  line-height: 1.333;
  text-shadow: none;
  padding: 1px 5px;
  background-color: #ed5565;
  border-radius: 4px;
}

.irs--flat .irs-from:before,
.irs--flat .irs-to:before,
.irs--flat .irs-single:before {
  position: absolute;
  display: block;
  content: "";
  bottom: -6px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -3px;
  overflow: hidden;
  border: 3px solid transparent;
  border-top-color: #ed5565;
}

.irs--flat .irs-grid-pol {
  background-color: #e1e4e9;
}

.irs--flat .irs-grid-text {
  color: #999;
}

.irs--big {
  height: 55px;
}

.irs--big.irs-with-grid {
  height: 70px;
}

.irs--big .irs-line {
  top: 33px;
  height: 12px;
  background-color: white;
  background: linear-gradient(to bottom, #ddd -50%, white 150%);
  border: 1px solid #ccc;
  border-radius: 12px;
}

.irs--big .irs-bar {
  top: 33px;
  height: 12px;
  background-color: #92bce0;
  border: 1px solid #428bca;
  background: linear-gradient(to bottom, #ffffff 0%, #428bca 30%, #b9d4ec 100%);
  box-shadow: inset 0 0 1px 1px rgba(255, 255, 255, 0.5);
}

.irs--big .irs-bar--single {
  border-radius: 12px 0 0 12px;
}

.irs--big .irs-shadow {
  height: 1px;
  bottom: 16px;
  background-color: rgba(66, 139, 202, 0.5);
}

.irs--big .irs-handle {
  top: 25px;
  width: 30px;
  height: 30px;
  border: 1px solid rgba(0, 0, 0, 0.3);
  background-color: #cbcfd5;
  background: linear-gradient(to bottom, white 0%, #B4B9BE 30%, white 100%);
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2), inset 0 0 3px 1px white;
  border-radius: 30px;
}

.irs--big .irs-handle.state_hover,
.irs--big .irs-handle:hover {
  border-color: rgba(0, 0, 0, 0.45);
  background-color: #939ba7;
  background: linear-gradient(to bottom, white 0%, #919BA5 30%, white 100%);
}

.irs--big .irs-min,
.irs--big .irs-max {
  top: 0;
  padding: 1px 5px;
  color: white;
  text-shadow: none;
  background-color: #9f9f9f;
  border-radius: 3px;
}

.irs--big .irs-from,
.irs--big .irs-to,
.irs--big .irs-single {
  color: white;
  text-shadow: none;
  padding: 1px 5px;
  background-color: #428bca;
  background: linear-gradient(to bottom, #428bca 0%, #3071a9 100%);
  border-radius: 3px;
}

.irs--big .irs-grid-pol {
  background-color: #428bca;
}

.irs--big .irs-grid-text {
  color: #428bca;
}

.irs--modern {
  height: 55px;
}

.irs--modern.irs-with-grid {
  height: 55px;
}

.irs--modern .irs-line {
  top: 25px;
  height: 5px;
  background-color: #d1d6e0;
  background: linear-gradient(to bottom, #e0e4ea 0%, #d1d6e0 100%);
  border: 1px solid #a3adc1;
  border-bottom-width: 0;
  border-radius: 5px;
}

.irs--modern .irs-bar {
  top: 25px;
  height: 5px;
  background: #20b426;
  background: linear-gradient(to bottom, #20b426 0%, #18891d 100%);
}

.irs--modern .irs-bar--single {
  border-radius: 5px 0 0 5px;
}

.irs--modern .irs-shadow {
  height: 1px;
  bottom: 21px;
  background-color: rgba(209, 214, 224, 0.5);
}

.irs--modern .irs-handle {
  top: 37px;
  width: 12px;
  height: 13px;
  border: 1px solid #a3adc1;
  border-top-width: 0;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
  border-radius: 0 0 3px 3px;
}

.irs--modern .irs-handle > i:nth-child(1) {
  position: absolute;
  display: block;
  top: -4px;
  left: 1px;
  width: 6px;
  height: 6px;
  border: 1px solid #a3adc1;
  background: white;
  transform: rotate(45deg);
}

.irs--modern .irs-handle > i:nth-child(2) {
  position: absolute;
  display: block;
  box-sizing: border-box;
  top: 0;
  left: 0;
  width: 10px;
  height: 12px;
  background: #e9e6e6;
  background: linear-gradient(to bottom, white 0%, #e9e6e6 100%);
  border-radius: 0 0 3px 3px;
}

.irs--modern .irs-handle > i:nth-child(3) {
  position: absolute;
  display: block;
  box-sizing: border-box;
  top: 3px;
  left: 3px;
  width: 4px;
  height: 5px;
  border-left: 1px solid #a3adc1;
  border-right: 1px solid #a3adc1;
}

.irs--modern .irs-handle.state_hover,
.irs--modern .irs-handle:hover {
  border-color: #7685a2;
  background: #c3c7cd;
  background: linear-gradient(to bottom, #ffffff 0%, #919ba5 30%, #ffffff 100%);
}

.irs--modern .irs-handle.state_hover > i:nth-child(1),
.irs--modern .irs-handle:hover > i:nth-child(1) {
  border-color: #7685a2;
}

.irs--modern .irs-handle.state_hover > i:nth-child(3),
.irs--modern .irs-handle:hover > i:nth-child(3) {
  border-color: #48536a;
}

.irs--modern .irs-min,
.irs--modern .irs-max {
  top: 0;
  font-size: 10px;
  line-height: 1.333;
  text-shadow: none;
  padding: 1px 5px;
  color: white;
  background-color: #d1d6e0;
  border-radius: 5px;
}

.irs--modern .irs-from,
.irs--modern .irs-to,
.irs--modern .irs-single {
  font-size: 10px;
  line-height: 1.333;
  text-shadow: none;
  padding: 1px 5px;
  background-color: #20b426;
  color: white;
  border-radius: 5px;
}

.irs--modern .irs-from:before,
.irs--modern .irs-to:before,
.irs--modern .irs-single:before {
  position: absolute;
  display: block;
  content: "";
  bottom: -6px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -3px;
  overflow: hidden;
  border: 3px solid transparent;
  border-top-color: #20b426;
}

.irs--modern .irs-grid {
  height: 25px;
}

.irs--modern .irs-grid-pol {
  background-color: #dedede;
}

.irs--modern .irs-grid-text {
  color: silver;
  font-size: 13px;
}

.irs--sharp {
  height: 50px;
  font-size: 12px;
  line-height: 1;
}

.irs--sharp.irs-with-grid {
  height: 57px;
}

.irs--sharp .irs-line {
  top: 30px;
  height: 2px;
  background-color: black;
  border-radius: 2px;
}

.irs--sharp .irs-bar {
  top: 30px;
  height: 2px;
  background-color: #ee22fa;
}

.irs--sharp .irs-bar--single {
  border-radius: 2px 0 0 2px;
}

.irs--sharp .irs-shadow {
  height: 1px;
  bottom: 21px;
  background-color: rgba(0, 0, 0, 0.5);
}

.irs--sharp .irs-handle {
  top: 25px;
  width: 10px;
  height: 10px;
  background-color: #a804b2;
}

.irs--sharp .irs-handle > i:first-child {
  position: absolute;
  display: block;
  top: 100%;
  left: 0;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-top-color: #a804b2;
}

.irs--sharp .irs-handle.state_hover,
.irs--sharp .irs-handle:hover {
  background-color: black;
}

.irs--sharp .irs-handle.state_hover > i:first-child,
.irs--sharp .irs-handle:hover > i:first-child {
  border-top-color: black;
}

.irs--sharp .irs-min,
.irs--sharp .irs-max {
  color: white;
  font-size: 14px;
  line-height: 1;
  top: 0;
  padding: 3px 4px;
  opacity: 0.4;
  background-color: #a804b2;
  border-radius: 2px;
}

.irs--sharp .irs-from,
.irs--sharp .irs-to,
.irs--sharp .irs-single {
  font-size: 14px;
  line-height: 1;
  text-shadow: none;
  padding: 3px 4px;
  background-color: #a804b2;
  color: white;
  border-radius: 2px;
}

.irs--sharp .irs-from:before,
.irs--sharp .irs-to:before,
.irs--sharp .irs-single:before {
  position: absolute;
  display: block;
  content: "";
  bottom: -6px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -3px;
  overflow: hidden;
  border: 3px solid transparent;
  border-top-color: #a804b2;
}

.irs--sharp .irs-grid {
  height: 25px;
}

.irs--sharp .irs-grid-pol {
  background-color: #dedede;
}

.irs--sharp .irs-grid-text {
  color: silver;
  font-size: 13px;
}

.irs--round {
  height: 50px;
}

.irs--round.irs-with-grid {
  height: 65px;
}

.irs--round .irs-line {
  top: 36px;
  height: 4px;
  background-color: #dee4ec;
  border-radius: 4px;
}

.irs--round .irs-bar {
  top: 36px;
  height: 4px;
  background-color: #006cfa;
}

.irs--round .irs-bar--single {
  border-radius: 4px 0 0 4px;
}

.irs--round .irs-shadow {
  height: 4px;
  bottom: 21px;
  background-color: rgba(222, 228, 236, 0.5);
}

.irs--round .irs-handle {
  top: 26px;
  width: 24px;
  height: 24px;
  border: 4px solid #006cfa;
  background-color: white;
  border-radius: 24px;
  box-shadow: 0 1px 3px rgba(0, 0, 255, 0.3);
}

.irs--round .irs-handle.state_hover,
.irs--round .irs-handle:hover {
  background-color: #f0f6ff;
}

.irs--round .irs-min,
.irs--round .irs-max {
  color: #333;
  font-size: 14px;
  line-height: 1;
  top: 0;
  padding: 3px 5px;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}

.irs--round .irs-from,
.irs--round .irs-to,
.irs--round .irs-single {
  font-size: 14px;
  line-height: 1;
  text-shadow: none;
  padding: 3px 5px;
  background-color: #006cfa;
  color: white;
  border-radius: 4px;
}

.irs--round .irs-from:before,
.irs--round .irs-to:before,
.irs--round .irs-single:before {
  position: absolute;
  display: block;
  content: "";
  bottom: -6px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -3px;
  overflow: hidden;
  border: 3px solid transparent;
  border-top-color: #006cfa;
}

.irs--round .irs-grid {
  height: 25px;
}

.irs--round .irs-grid-pol {
  background-color: #dedede;
}

.irs--round .irs-grid-text {
  color: silver;
  font-size: 13px;
}

.irs--square {
  height: 50px;
}

.irs--square.irs-with-grid {
  height: 60px;
}

.irs--square .irs-line {
  top: 31px;
  height: 4px;
  background-color: #dedede;
}

.irs--square .irs-bar {
  top: 31px;
  height: 4px;
  background-color: black;
}

.irs--square .irs-shadow {
  height: 2px;
  bottom: 21px;
  background-color: #dedede;
}

.irs--square .irs-handle {
  top: 25px;
  width: 16px;
  height: 16px;
  border: 3px solid black;
  background-color: white;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.irs--square .irs-handle.state_hover,
.irs--square .irs-handle:hover {
  background-color: #f0f6ff;
}

.irs--square .irs-min,
.irs--square .irs-max {
  color: #333;
  font-size: 14px;
  line-height: 1;
  top: 0;
  padding: 3px 5px;
  background-color: rgba(0, 0, 0, 0.1);
}

.irs--square .irs-from,
.irs--square .irs-to,
.irs--square .irs-single {
  font-size: 14px;
  line-height: 1;
  text-shadow: none;
  padding: 3px 5px;
  background-color: black;
  color: white;
}

.irs--square .irs-grid {
  height: 25px;
}

.irs--square .irs-grid-pol {
  background-color: #dedede;
}

.irs--square .irs-grid-text {
  color: silver;
  font-size: 11px;
}

body.compensate-for-scrollbar {
  overflow: hidden;
}

.fancybox-active {
  height: auto;
}

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}

.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}

.fancybox-container * {
  box-sizing: border-box;
}

.fancybox-bg, .fancybox-inner, .fancybox-outer, .fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
  opacity: 0.9;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-caption, .fancybox-infobar, .fancybox-navigation .fancybox-button, .fancybox-toolbar {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity 0.25s ease, visibility 0s ease 0.25s;
  visibility: hidden;
  z-index: 99997;
}

.fancybox-show-caption .fancybox-caption, .fancybox-show-infobar .fancybox-infobar, .fancybox-show-nav .fancybox-navigation .fancybox-button, .fancybox-show-toolbar .fancybox-toolbar {
  opacity: 1;
  transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
  visibility: visible;
}

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fancybox-toolbar {
  right: 0;
  top: 0;
}

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  transform: translateZ(0);
  z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: transform, opacity;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}

.fancybox-slide:before {
  content: "";
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0;
}

.fancybox-is-sliding .fancybox-slide, .fancybox-slide--current, .fancybox-slide--next, .fancybox-slide--previous {
  display: block;
}

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0;
}

.fancybox-slide--image:before {
  display: none;
}

.fancybox-slide--html {
  padding: 6px;
}

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  transform-origin: top left;
  transition-property: transform, opacity;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
  cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
  cursor: zoom-in;
}

.fancybox-can-pan .fancybox-content, .fancybox-can-swipe .fancybox-content {
  cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
  cursor: grabbing;
}

.fancybox-container [data-selectable=true] {
  cursor: text;
}

.fancybox-image, .fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}

.fancybox-spaceball {
  z-index: 1;
}

.fancybox-slide--iframe .fancybox-content, .fancybox-slide--map .fancybox-content, .fancybox-slide--pdf .fancybox-content, .fancybox-slide--video .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%;
}

.fancybox-slide--video .fancybox-content {
  background: #000;
}

.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
  background: #fff;
}

.fancybox-iframe, .fancybox-video {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0;
}

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}

.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  transition: color 0.2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px;
}

.fancybox-button, .fancybox-button:link, .fancybox-button:visited {
  color: #ccc;
}

.fancybox-button:hover {
  color: #fff;
}

.fancybox-button:focus {
  outline: none;
}

.fancybox-button.fancybox-focus {
  outline: 1px dotted;
}

.fancybox-button[disabled], .fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none;
}

.fancybox-button div {
  height: 100%;
}

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%;
}

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0;
}

.fancybox-button--fsenter svg:nth-child(2), .fancybox-button--fsexit svg:first-child, .fancybox-button--pause svg:first-child, .fancybox-button--play svg:nth-child(2) {
  display: none;
}

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: scaleX(0);
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  z-index: 99998;
}

.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: 0.8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401;
}

.fancybox-close-small:hover {
  color: #fff;
  opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small, .fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none;
}

.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px;
}

.fancybox-navigation .fancybox-button div {
  padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
}

.fancybox-caption {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.85) 0, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, transparent);
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996;
}

@supports (padding: max(0px)) {
  .fancybox-caption {
    padding: 75px 44px 25px 44px;
  }
}
.fancybox-caption--separate {
  margin-top: -50px;
}

.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all;
}

.fancybox-caption a, .fancybox-caption a:link, .fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}

.fancybox-loading {
  animation: a 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999;
}

@keyframes a {
  to {
    transform: rotate(1turn);
  }
}
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  transform: translateZ(0);
}

.fancybox-fx-fade.fancybox-slide--next, .fancybox-fx-fade.fancybox-slide--previous {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  transform: scaleX(1);
}

.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  transform: rotate(-1turn);
}

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  transform: rotate(1turn);
}

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  transform: rotate(0deg);
}

.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  transform: scaleX(1) translateZ(0);
}

.fancybox-fx-tube.fancybox-slide--previous {
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
  transform: translateZ(0) scale(1);
}

@media (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px;
  }
  .fancybox-slide--image {
    padding: 6px 0;
  }
  .fancybox-close-small {
    right: -6px;
  }
  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px;
  }
  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px;
  }
  @supports (padding: max(0px)) {
    .fancybox-caption {
      padding-left: 12px;
      padding-right: 12px;
    }
  }
}
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px;
}

.fancybox-share p {
  margin: 0;
  padding: 0;
}

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all 0.2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.fancybox-share__button:link, .fancybox-share__button:visited {
  color: #fff;
}

.fancybox-share__button:hover {
  text-decoration: none;
}

.fancybox-share__button--fb {
  background: #3b5998;
}

.fancybox-share__button--fb:hover {
  background: #344e86;
}

.fancybox-share__button--pt {
  background: #bd081d;
}

.fancybox-share__button--pt:hover {
  background: #aa0719;
}

.fancybox-share__button--tw {
  background: #1da1f2;
}

.fancybox-share__button--tw:hover {
  background: #0d95e8;
}

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}

.fancybox-share__button svg path {
  fill: #fff;
}

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}

.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 0;
  width: 212px;
  z-index: 99995;
}

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}

.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}

.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}

.fancybox-thumbs__list a:before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}

.fancybox-thumbs__list a:focus:before {
  opacity: 0.5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active:before {
  opacity: 1;
}

@media (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px;
  }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }
  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px);
  }
}
.noUi-target, .noUi-target * {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.noUi-target {
  position: relative;
}

.noUi-base, .noUi-connects {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}

.noUi-connects {
  overflow: hidden;
  z-index: 0;
}

.noUi-connect, .noUi-origin {
  will-change: transform;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  -ms-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  -webkit-transform-style: preserve-3d;
  transform-origin: 0 0;
  transform-style: flat;
}

.noUi-txt-dir-rtl.noUi-horizontal .noUi-origin {
  left: 0;
  right: auto;
}

.noUi-vertical .noUi-origin {
  top: -100%;
  width: 0;
}

.noUi-horizontal .noUi-origin {
  height: 0;
}

.noUi-handle {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
}

.noUi-touch-area {
  height: 100%;
  width: 100%;
}

.noUi-state-tap .noUi-connect, .noUi-state-tap .noUi-origin {
  -webkit-transition: transform 0.3s;
  transition: transform 0.3s;
}

.noUi-state-drag * {
  cursor: inherit !important;
}

.noUi-horizontal {
  height: 18px;
}

.noUi-horizontal .noUi-handle {
  width: 34px;
  height: 28px;
  right: -17px;
  top: -6px;
}

.noUi-vertical {
  width: 18px;
}

.noUi-vertical .noUi-handle {
  width: 28px;
  height: 34px;
  right: -6px;
  bottom: -17px;
}

.noUi-txt-dir-rtl.noUi-horizontal .noUi-handle {
  left: -17px;
  right: auto;
}

.noUi-target {
  background: #FAFAFA;
  border-radius: 4px;
  border: 1px solid #D3D3D3;
  box-shadow: inset 0 1px 1px #F0F0F0, 0 3px 6px -5px #BBB;
}

.noUi-connects {
  border-radius: 3px;
}

.noUi-connect {
  background: #3FB8AF;
}

.noUi-draggable {
  cursor: ew-resize;
}

.noUi-vertical .noUi-draggable {
  cursor: ns-resize;
}

.noUi-handle {
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  background: #FFF;
  cursor: default;
  box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #EBEBEB, 0 3px 6px -3px #BBB;
}

.noUi-active {
  box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #DDD, 0 3px 6px -3px #BBB;
}

.noUi-handle:after, .noUi-handle:before {
  content: "";
  display: block;
  position: absolute;
  height: 14px;
  width: 1px;
  background: #E8E7E6;
  left: 14px;
  top: 6px;
}

.noUi-handle:after {
  left: 17px;
}

.noUi-vertical .noUi-handle:after, .noUi-vertical .noUi-handle:before {
  width: 14px;
  height: 1px;
  left: 6px;
  top: 14px;
}

.noUi-vertical .noUi-handle:after {
  top: 17px;
}

[disabled] .noUi-connect {
  background: #B8B8B8;
}

[disabled] .noUi-handle, [disabled].noUi-handle, [disabled].noUi-target {
  cursor: not-allowed;
}

.noUi-pips, .noUi-pips * {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.noUi-pips {
  position: absolute;
  color: #999;
}

.noUi-value {
  position: absolute;
  white-space: nowrap;
  text-align: center;
}

.noUi-value-sub {
  color: #ccc;
  font-size: 10px;
}

.noUi-marker {
  position: absolute;
  background: #CCC;
}

.noUi-marker-sub {
  background: #AAA;
}

.noUi-marker-large {
  background: #AAA;
}

.noUi-pips-horizontal {
  padding: 10px 0;
  height: 80px;
  top: 100%;
  left: 0;
  width: 100%;
}

.noUi-value-horizontal {
  -webkit-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
}

.noUi-rtl .noUi-value-horizontal {
  -webkit-transform: translate(50%, 50%);
  transform: translate(50%, 50%);
}

.noUi-marker-horizontal.noUi-marker {
  margin-left: -1px;
  width: 2px;
  height: 5px;
}

.noUi-marker-horizontal.noUi-marker-sub {
  height: 10px;
}

.noUi-marker-horizontal.noUi-marker-large {
  height: 15px;
}

.noUi-pips-vertical {
  padding: 0 10px;
  height: 100%;
  top: 0;
  left: 100%;
}

.noUi-value-vertical {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding-left: 25px;
}

.noUi-rtl .noUi-value-vertical {
  -webkit-transform: translate(0, 50%);
  transform: translate(0, 50%);
}

.noUi-marker-vertical.noUi-marker {
  width: 5px;
  height: 2px;
  margin-top: -1px;
}

.noUi-marker-vertical.noUi-marker-sub {
  width: 10px;
}

.noUi-marker-vertical.noUi-marker-large {
  width: 15px;
}

.noUi-tooltip {
  display: block;
  position: absolute;
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  background: #fff;
  color: #000;
  padding: 5px;
  text-align: center;
  white-space: nowrap;
}

.noUi-horizontal .noUi-tooltip {
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  left: 50%;
  bottom: 120%;
}

.noUi-vertical .noUi-tooltip {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  top: 50%;
  right: 120%;
}

.noUi-horizontal .noUi-origin > .noUi-tooltip {
  -webkit-transform: translate(50%, 0);
  transform: translate(50%, 0);
  left: auto;
  bottom: 10px;
}

.noUi-vertical .noUi-origin > .noUi-tooltip {
  -webkit-transform: translate(0, -18px);
  transform: translate(0, -18px);
  top: auto;
  right: 28px;
}

.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}

.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-selection--single .select2-selection__clear {
  background-color: transparent;
  border: none;
  font-size: 1em;
}

.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}

.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline;
  list-style: none;
  padding: 0;
}

.select2-container .select2-selection--multiple .select2-selection__clear {
  background-color: transparent;
  border: none;
  font-size: 1em;
}

.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  margin-left: 5px;
  padding: 0;
  max-width: 100%;
  resize: none;
  height: 18px;
  vertical-align: bottom;
  font-family: sans-serif;
  overflow: hidden;
  word-break: keep-all;
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}

.select2-results {
  display: block;
}

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}

.select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none;
}

.select2-results__option--selectable {
  cursor: pointer;
}

.select2-container--open .select2-dropdown {
  left: 0;
}

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-search--dropdown {
  display: block;
  padding: 4px;
}

.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box;
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-search--dropdown.select2-search--hide {
  display: none;
}

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  height: 26px;
  margin-right: 20px;
  padding-right: 0px;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  padding-bottom: 5px;
  padding-right: 5px;
  position: relative;
}

.select2-container--default .select2-selection--multiple.select2-selection--clearable {
  padding-right: 25px;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  font-weight: bold;
  height: 20px;
  margin-right: 10px;
  margin-top: 5px;
  position: absolute;
  right: 0;
  padding: 1px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: inline-block;
  margin-left: 5px;
  margin-top: 5px;
  padding: 0;
  padding-left: 20px;
  position: relative;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: bottom;
  white-space: nowrap;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
  cursor: default;
  padding-left: 2px;
  padding-right: 5px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  background-color: transparent;
  border: none;
  border-right: 1px solid #aaa;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  color: #999;
  cursor: pointer;
  font-size: 1em;
  font-weight: bold;
  padding: 0 4px;
  position: absolute;
  left: 0;
  top: 0;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover, .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus {
  background-color: #f1f1f1;
  color: #333;
  outline: none;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__display {
  padding-left: 5px;
  padding-right: 2px;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
  border-left: 1px solid #aaa;
  border-right: none;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__clear {
  float: left;
  margin-left: 10px;
  margin-right: auto;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0;
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield;
}

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}

.select2-container--default .select2-results__option--group {
  padding: 0;
}

.select2-container--default .select2-results__option--disabled {
  color: #999;
}

.select2-container--default .select2-results__option--selected {
  background-color: #ddd;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #5897fb;
  color: white;
}

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-linear-gradient(top, #fff 50%, #eee 100%);
  background-image: -o-linear-gradient(top, #fff 50%, #eee 100%);
  background-image: linear-gradient(to bottom, #fff 50%, #eee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0);
}

.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  height: 26px;
  margin-right: 20px;
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: -webkit-linear-gradient(top, #eee 50%, #ccc 100%);
  background-image: -o-linear-gradient(top, #eee 50%, #ccc 100%);
  background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFCCCCCC", GradientType=0);
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #fff 0%, #eee 50%);
  background-image: -o-linear-gradient(top, #fff 0%, #eee 50%);
  background-image: linear-gradient(to bottom, #fff 0%, #eee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0);
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eee 50%, #fff 100%);
  background-image: -o-linear-gradient(top, #eee 50%, #fff 100%);
  background-image: linear-gradient(to bottom, #eee 50%, #fff 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFFFFFFF", GradientType=0);
}

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
  padding-bottom: 5px;
  padding-right: 5px;
}

.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  display: inline-block;
  margin-left: 5px;
  margin-top: 5px;
  padding: 0;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__display {
  cursor: default;
  padding-left: 2px;
  padding-right: 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  background-color: transparent;
  border: none;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  color: #888;
  cursor: pointer;
  font-size: 1em;
  font-weight: bold;
  padding: 0 4px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
  outline: none;
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__display {
  padding-left: 5px;
  padding-right: 2px;
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0;
}

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none;
}

.select2-container--classic .select2-dropdown {
  background-color: #fff;
  border: 1px solid transparent;
}

.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}

.select2-container--classic .select2-dropdown--below {
  border-top: none;
}

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--classic .select2-results__option--group {
  padding: 0;
}

.select2-container--classic .select2-results__option--disabled {
  color: grey;
}

.select2-container--classic .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #3875d7;
  color: #fff;
}

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}

/**
 * Swiper 12.0.3
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2025 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: October 21, 2025
 */
:root {
  --swiper-theme-color: #007aff;
}

:host {
  display: block;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 1;
}

.swiper {
  display: block;
  list-style: none;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  padding: 0;
  position: relative;
  z-index: 1;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  box-sizing: initial;
  display: flex;
  height: 100%;
  position: relative;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  width: 100%;
  z-index: 1;
}

.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  transform: translateZ(0);
}

.swiper-horizontal {
  touch-action: pan-y;
}

.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  display: block;
  flex-shrink: 0;
  height: 100%;
  position: relative;
  transition-property: transform;
  width: 100%;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  backface-visibility: hidden;
  transform: translateZ(0);
}

.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d {
  perspective: 1200px;
}
.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide {
  transform-style: preserve-3d;
}

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}
.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper:before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper:before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper:before {
  height: var(--swiper-centered-offset-after);
  min-width: 1px;
  width: 100%;
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
  height: 100%;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.1490196078);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(270deg, rgba(0, 0, 0, 0.5019607843), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.5019607843), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.5019607843), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5019607843), rgba(0, 0, 0, 0));
}

.swiper-lazy-preloader {
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top: 4px solid rgba(0, 0, 0, 0);
  box-sizing: border-box;
  height: 42px;
  left: 50%;
  margin-left: -21px;
  margin-top: -21px;
  position: absolute;
  top: 50%;
  transform-origin: 50%;
  width: 42px;
  z-index: 10;
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s linear infinite;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(1turn);
  }
}
.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode .swiper-wrapper:after {
  content: "";
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper:after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper:after {
  height: var(--swiper-virtual-size);
  width: 1px;
}

:root {
  --swiper-navigation-size: 44px;
}

.swiper-button-next,
.swiper-button-prev {
  align-items: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
  cursor: pointer;
  display: flex;
  height: var(--swiper-navigation-size);
  justify-content: center;
  position: absolute;
  width: var(--swiper-navigation-size);
  z-index: 10;
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  cursor: auto;
  opacity: 0.35;
  pointer-events: none;
}
.swiper-button-next.swiper-button-hidden,
.swiper-button-prev.swiper-button-hidden {
  cursor: auto;
  opacity: 0;
  pointer-events: none;
}
.swiper-navigation-disabled .swiper-button-next,
.swiper-navigation-disabled .swiper-button-prev {
  display: none !important;
}
.swiper-button-next svg,
.swiper-button-prev svg {
  height: 100%;
  object-fit: contain;
  transform-origin: center;
  width: 100%;
  fill: currentColor;
  pointer-events: none;
}

.swiper-button-lock {
  display: none;
}

.swiper-button-next,
.swiper-button-prev {
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  top: var(--swiper-navigation-top-offset, 50%);
}

.swiper-button-prev {
  left: var(--swiper-navigation-sides-offset, 4px);
  right: auto;
}
.swiper-button-prev .swiper-navigation-icon {
  transform: rotate(180deg);
}

.swiper-button-next {
  left: auto;
  right: var(--swiper-navigation-sides-offset, 4px);
}

.swiper-horizontal .swiper-button-next,
.swiper-horizontal .swiper-button-prev,
.swiper-horizontal ~ .swiper-button-next,
.swiper-horizontal ~ .swiper-button-prev {
  margin-left: 0;
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  top: var(--swiper-navigation-top-offset, 50%);
}
.swiper-horizontal.swiper-rtl .swiper-button-next, .swiper-horizontal.swiper-rtl ~ .swiper-button-next, .swiper-horizontal ~ .swiper-button-prev,
.swiper-horizontal .swiper-button-prev {
  left: var(--swiper-navigation-sides-offset, 4px);
  right: auto;
}
.swiper-horizontal.swiper-rtl .swiper-button-prev, .swiper-horizontal.swiper-rtl ~ .swiper-button-prev, .swiper-horizontal ~ .swiper-button-next,
.swiper-horizontal .swiper-button-next {
  left: auto;
  right: var(--swiper-navigation-sides-offset, 4px);
}
.swiper-horizontal.swiper-rtl .swiper-button-next .swiper-navigation-icon, .swiper-horizontal.swiper-rtl ~ .swiper-button-next .swiper-navigation-icon, .swiper-horizontal ~ .swiper-button-prev .swiper-navigation-icon,
.swiper-horizontal .swiper-button-prev .swiper-navigation-icon {
  transform: rotate(180deg);
}
.swiper-horizontal.swiper-rtl .swiper-button-prev .swiper-navigation-icon, .swiper-horizontal.swiper-rtl ~ .swiper-button-prev .swiper-navigation-icon {
  transform: rotate(0deg);
}

.swiper-vertical .swiper-button-next,
.swiper-vertical .swiper-button-prev,
.swiper-vertical ~ .swiper-button-next,
.swiper-vertical ~ .swiper-button-prev {
  left: var(--swiper-navigation-top-offset, 50%);
  margin-left: calc(0px - var(--swiper-navigation-size) / 2);
  margin-top: 0;
  right: auto;
}
.swiper-vertical .swiper-button-prev,
.swiper-vertical ~ .swiper-button-prev {
  bottom: auto;
  top: var(--swiper-navigation-sides-offset, 4px);
}
.swiper-vertical .swiper-button-prev .swiper-navigation-icon,
.swiper-vertical ~ .swiper-button-prev .swiper-navigation-icon {
  transform: rotate(-90deg);
}
.swiper-vertical .swiper-button-next,
.swiper-vertical ~ .swiper-button-next {
  bottom: var(--swiper-navigation-sides-offset, 4px);
  top: auto;
}
.swiper-vertical .swiper-button-next .swiper-navigation-icon,
.swiper-vertical ~ .swiper-button-next .swiper-navigation-icon {
  transform: rotate(90deg);
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transform: translateZ(0);
  transition: opacity 0.3s;
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
.swiper-pagination.swiper-pagination-disabled, .swiper-pagination-disabled > .swiper-pagination {
  display: none !important;
}

.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: var(--swiper-pagination-bottom, 8px);
  left: 0;
  top: var(--swiper-pagination-top, auto);
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  font-size: 0;
  overflow: hidden;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  position: relative;
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  display: inline-block;
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
}
.swiper-pagination-bullet button {
  appearance: none;
  border: none;
  box-shadow: none;
  margin: 0;
  padding: 0;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  opacity: var(--swiper-pagination-bullet-opacity, 1);
}

.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical > .swiper-pagination-bullets {
  left: var(--swiper-pagination-left, auto);
  right: var(--swiper-pagination-right, 8px);
  top: 50%;
  transform: translate3d(0, -50%, 0);
}
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  display: block;
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
}
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: transform 0.2s, top 0.2s;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: transform 0.2s, left 0.2s;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: transform 0.2s, right 0.2s;
}

.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}

.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.2509803922));
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transform: scale(0);
  transform-origin: left top;
  width: 100%;
}
.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}
.swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite, .swiper-horizontal > .swiper-pagination-progressbar, .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0;
  width: 100%;
}
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-vertical, .swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-vertical > .swiper-pagination-progressbar {
  height: 100%;
  left: 0;
  top: 0;
  width: var(--swiper-pagination-progressbar-size, 4px);
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1019607843));
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  position: relative;
  touch-action: none;
}
.swiper-scrollbar.swiper-scrollbar-disabled, .swiper-scrollbar-disabled > .swiper-scrollbar {
  display: none !important;
}
.swiper-scrollbar.swiper-scrollbar-horizontal, .swiper-horizontal > .swiper-scrollbar {
  bottom: var(--swiper-scrollbar-bottom, 4px);
  height: var(--swiper-scrollbar-size, 4px);
  left: var(--swiper-scrollbar-sides-offset, 1%);
  position: absolute;
  top: var(--swiper-scrollbar-top, auto);
  width: calc(100% - var(--swiper-scrollbar-sides-offset, 1%) * 2);
  z-index: 50;
}
.swiper-scrollbar.swiper-scrollbar-vertical, .swiper-vertical > .swiper-scrollbar {
  height: calc(100% - var(--swiper-scrollbar-sides-offset, 1%) * 2);
  left: var(--swiper-scrollbar-left, auto);
  position: absolute;
  right: var(--swiper-scrollbar-right, 4px);
  top: var(--swiper-scrollbar-sides-offset, 1%);
  width: var(--swiper-scrollbar-size, 4px);
  z-index: 50;
}

.swiper-scrollbar-drag {
  background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5019607843));
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  height: 100%;
  left: 0;
  position: relative;
  top: 0;
  width: 100%;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  text-align: center;
  width: 100%;
}
.swiper-zoom-container > canvas,
.swiper-zoom-container > img,
.swiper-zoom-container > svg {
  max-height: 100%;
  max-width: 100%;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
  touch-action: none;
}

.swiper .swiper-notification {
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  z-index: -1000;
}

.swiper-free-mode > .swiper-wrapper {
  margin: 0 auto;
  transition-timing-function: ease-out;
}

.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
  flex-direction: column;
  flex-wrap: wrap;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}
.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}
.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-fade .swiper-slide-active {
  pointer-events: auto;
}
.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  backface-visibility: hidden;
  height: 100%;
  pointer-events: none;
  transform-origin: 0 0;
  visibility: hidden;
  width: 100%;
  z-index: 1;
}
.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0;
}
.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}
.swiper-cube .swiper-cube-shadow {
  bottom: 0;
  height: 100%;
  left: 0;
  opacity: 0.6;
  position: absolute;
  width: 100%;
  z-index: 0;
}
.swiper-cube .swiper-cube-shadow:before {
  background: #000;
  bottom: 0;
  content: "";
  filter: blur(50px);
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.swiper-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top {
  backface-visibility: hidden;
  z-index: 0;
}

.swiper.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  backface-visibility: hidden;
  pointer-events: none;
  z-index: 1;
}
.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-flip .swiper-slide-active, .swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top {
  backface-visibility: hidden;
  z-index: 0;
}

.swiper-creative .swiper-slide {
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height;
}

.swiper.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  backface-visibility: hidden;
  overflow: hidden;
  transform-origin: center bottom;
}

html {
  scroll-behavior: auto !important;
}

html,
body {
  min-height: 100%;
  font-family: "Jost", sans-serif;
  background: rgb(0, 0, 0);
  position: relative;
  z-index: 1;
  font-size: 16px;
  scrollbar-width: thin;
  scrollbar-color: rgb(255, 186, 132) rgba(255, 255, 255, 0.15);
}
html::-webkit-scrollbar,
body::-webkit-scrollbar {
  height: 8px;
  width: 47px;
}
html::-webkit-scrollbar-track,
body::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.15);
  border-radius: 4px;
}
html::-webkit-scrollbar-thumb,
body::-webkit-scrollbar-thumb {
  background: rgb(255, 186, 132);
  border-radius: 4px;
}
html::-webkit-scrollbar-thumb:hover,
body::-webkit-scrollbar-thumb:hover {
  background: rgba(255, 186, 132, 0.8);
}

section {
  position: relative;
  z-index: 2;
}

* {
  box-sizing: border-box;
}

body {
  overflow-x: hidden;
  position: relative;
  color: rgb(255, 255, 255);
  font-size: 16px;
}
body.is-fixed {
  overflow: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

a {
  text-decoration: none;
  color: var(--Brand-2, #192f44);
}

p {
  margin-top: 0;
  font-weight: 400;
  font-size: 18px;
}

p:last-child {
  margin: 0;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.visually-hidden {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  width: 1px;
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
}

.container {
  padding: 0 20px;
  margin: 0 auto;
  width: 100%;
}

.overlay {
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 9;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  transition: 0.3s;
}
.overlay.is-active {
  opacity: 1;
  visibility: visible;
}

.btn {
  height: 44px;
  box-sizing: none;
  outline: none;
  border: none;
  border: 1px solid rgba(255, 255, 255, 0.15);
  font-family: Alegreya Sans;
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 1.2rem;
  letter-spacing: -2%;
  text-transform: uppercase;
  font-variant-numeric: lining-nums proportional-nums;
  display: flex;
  align-items: center;
  padding-left: 10px;
  padding-right: 70px;
  color: rgba(255, 255, 255, 0.9);
  position: relative;
  transition: 0.3s;
}
.btn:hover {
  border: 1px solid var(--UI-Prime, rgb(255, 186, 132));
  color: rgb(255, 186, 132);
}
.btn:hover::after {
  right: 10px;
  width: 12px;
  background: rgb(255, 186, 132);
}
.btn::after {
  content: "";
  height: 20px;
  width: 1px;
  position: absolute;
  background: rgb(255, 255, 255);
  right: 60px;
  transition: 0.3s;
}
.btn.is-big {
  height: 150px;
  align-items: flex-end;
  padding-bottom: 40px;
}
.btn.is-big:hover::before {
  left: 10px;
  width: 12px;
  background: rgb(255, 186, 132);
}
.btn.is-big:hover:after {
  width: 2px;
}
.btn.is-big::after {
  top: 10px;
}
.btn.is-big::before {
  content: "";
  height: 20px;
  width: 1px;
  position: absolute;
  background: rgb(255, 255, 255);
  left: 60px;
  transition: 0.3s;
  bottom: 10px;
}
.btn.is-bigger {
  font-size: 2.5rem;
  line-height: 1.125;
  color: rgba(255, 255, 255, 0.6);
  padding-top: 30px;
  border: none;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  height: 135px;
  padding-left: 0;
  padding-right: 0;
  align-items: flex-start;
}
.btn.is-bigger::after {
  top: 10px;
  right: 48px;
}
.btn.is-bigger::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 1px;
  background: rgb(255, 186, 132);
  transition: 0.3s;
}
.btn.is-bigger:hover {
  color: rgb(255, 186, 132);
}
.btn.is-bigger:hover::after {
  right: 0;
}
.btn.is-bigger:hover::before {
  width: 100%;
}
.btn.is-menu {
  color: rgba(255, 255, 255, 0.6);
  padding-top: 30px;
  border: none;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  height: 104px;
  padding-left: 0;
  padding-right: 0;
  align-items: flex-start;
}
.btn.is-menu::after {
  top: 10px;
  right: 48px;
}
.btn.is-menu::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 1px;
  background: rgb(255, 186, 132);
  transition: 0.3s;
}
.btn.is-menu:hover {
  color: rgb(255, 186, 132);
}
.btn.is-menu:hover::after {
  right: 0;
}
.btn.is-menu:hover::before {
  width: 100%;
}

@media (max-width: 767px) {
  p {
    font-size: 14px;
  }
  input {
    padding: 0 10px;
  }
  .btn {
    font-size: 14px;
  }
  .container {
    padding: 0 16px;
  }
}
.arsenal {
  padding-top: 240px;
}
.arsenal__decor {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 100px;
}
.arsenal__decor img {
  display: block;
  max-width: 100%;
}
.arsenal .heading {
  margin-bottom: 67px;
}
.arsenal .heading.is-bottom {
  margin-bottom: 100px;
}
.arsenal .heading__name {
  max-width: 1120px;
}
.arsenal .heading span {
  color: white;
}
.arsenal__grid {
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
  display: grid;
}
.arsenal__img {
  grid-column: span 3;
}
.arsenal__img img {
  display: block;
  max-width: 100%;
  width: 100%;
}
.arsenal-info {
  grid-column: span 2;
}
.arsenal-info__row {
  margin-bottom: 50px;
  padding-top: 15px;
  border-top: 1px solid rgb(255, 255, 255);
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.arsenal-info__row:last-child {
  margin-bottom: 0;
}
.arsenal-info__icon {
  background-repeat: no-repeat;
  background-position: left top;
  background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='8.5' width='1' height='7' fill='%23FFBA84'/%3E%3Crect x='8.5' y='11' width='1' height='7' fill='%23FFBA84'/%3E%3Crect x='11' y='9.5' width='1' height='7' transform='rotate(-90 11 9.5)' fill='%23FFBA84'/%3E%3Crect y='9.5' width='1' height='7' transform='rotate(-90 0 9.5)' fill='%23FFBA84'/%3E%3C/svg%3E%0A");
  font-family: Alegreya Sans;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: -2%;
  text-transform: uppercase;
  font-variant-numeric: lining-nums proportional-nums;
  color: rgb(255, 186, 132);
  font-size: 0;
}
.arsenal-info__title {
  display: block;
  margin-bottom: 50px;
  font-family: Alegreya Sans;
  font-weight: 400;
  font-size: 2.5rem;
  line-height: 1.125;
  letter-spacing: 5%;
  text-transform: uppercase;
  font-variant-numeric: lining-nums proportional-nums;
  color: rgb(255, 255, 255);
  opacity: 0.9;
}
.arsenal-info__main {
  font-family: Alegreya Sans;
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 1.2;
  letter-spacing: -2%;
  text-transform: uppercase;
  font-variant-numeric: lining-nums proportional-nums;
  color: rgba(255, 255, 255, 0.9);
}
.arsenal .fight__footer-grid span {
  opacity: 0.9 !important;
}

.fight__footer-grid.is-alone {
  padding-top: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}

.mediagal__categories.is-arsenal {
  min-height: 134px;
  padding-top: 30px;
  padding-right: 0;
}

.arsenal__decor-slider {
  width: 100%;
}

.arsenal__decor-slider .swiper-slide {
  text-align: center;
  display: flex;
  justify-content: center;
}

@media (max-width: 1439px) {
  .fight__footer-grid.is-alone .fight__about {
    border: none;
  }
  .fight__footer-grid.is-alone .fight__about-text {
    text-align: right;
    width: 100%;
    display: block;
    max-width: 350px;
    margin-left: auto;
  }
}
@media (max-width: 1199px) {
  .arsenal-info__row {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  .arsenal-info__icon {
    font-size: 1.25rem;
    background-image: none;
  }
}
@media (max-width: 1023px) {
  .arsenal__grid {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
}
@media (max-width: 767px) {
  .arsenal__decor {
    margin-bottom: 50px;
  }
  .fight__footer-grid.is-alone .fight__about-text {
    max-width: 186px;
  }
  .arsenal .fight__footer-grid {
    margin-bottom: 70px;
  }
  .arsenal-info__main {
    font-size: 14px;
  }
  .arsenal-info__title {
    font-size: 22px;
  }
  .arsenal .heading.is-bottom {
    margin-bottom: 50px;
  }
  .arsenal {
    padding-top: 100px;
  }
}
@keyframes opacity {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.contacts {
  padding-top: 240px;
  overflow: hidden;
}
.contacts .heading {
  margin-bottom: 30px;
}
.contacts__map {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  height: 100%;
  z-index: -2;
  pointer-events: none;
}
.contacts__map-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
}
.contacts__map-wrapper {
  position: relative;
  min-height: 940px;
  z-index: 2;
}
.contacts__map-top {
  position: absolute;
  top: 30px;
  left: 0;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
}
.contacts__map-top .btn {
  min-height: 180px;
  white-space: nowrap;
}
.contacts__map-top .btn:nth-child(3) {
  grid-column: 4/6;
}

.map__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.7);
  backdrop-filter: grayscale(100%);
  -webkit-backdrop-filter: grayscale(100%);
  z-index: 0;
  pointer-events: none;
}

.contacts__map.is-loaded {
  animation: opacity 1s ease forwards;
  animation-delay: 1s;
}

.btn.is-big span {
  font-weight: 500;
  font-size: 0.75rem;
  line-height: 1.07;
  text-align: right;
  text-transform: uppercase;
  position: absolute;
  transition: 0.3s;
  color: rgba(255, 255, 255, 0.9);
  bottom: 15px;
  right: 10px;
}

.btn.is-big:hover span {
  color: rgb(255, 186, 132);
}

.map__marker {
  width: 72px;
  height: 72px;
  position: absolute;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3Csvg width='71' height='71' viewBox='0 0 71 71' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cmask id='path-1-inside-1_2753_3598' fill='white'%3E%3Cpath d='M35.3555 0L70.7108 35.3553L35.3555 70.7107L0.000130296 35.3553L35.3555 0Z'/%3E%3C/mask%3E%3Cpath d='M35.3555 70.7107L34.6484 71.4178L35.3555 72.1249L36.0626 71.4178L35.3555 70.7107ZM70.7108 35.3553L70.0037 34.6482L34.6484 70.0036L35.3555 70.7107L36.0626 71.4178L71.4179 36.0624L70.7108 35.3553ZM35.3555 70.7107L36.0626 70.0036L0.707237 34.6482L0.000130296 35.3553L-0.706976 36.0624L34.6484 71.4178L35.3555 70.7107Z' fill='%23FFBA84' mask='url(%23path-1-inside-1_2753_3598)'/%3E%3Cpath d='M35.7109 45.8808C36.2266 45.8808 36.6681 45.7011 37.0356 45.3415C37.4025 44.9826 37.5859 44.5509 37.5859 44.0464C37.5859 43.542 37.4025 43.11 37.0356 42.7504C36.6681 42.3915 36.2266 42.212 35.7109 42.212C35.1953 42.212 34.7541 42.3915 34.3872 42.7504C34.0197 43.11 33.8359 43.542 33.8359 44.0464C33.8359 44.5509 34.0197 44.9826 34.3872 45.3415C34.7541 45.7011 35.1953 45.8808 35.7109 45.8808ZM35.7109 54.7089C35.5859 54.7089 35.4609 54.6859 35.3359 54.6401C35.2109 54.5942 35.1016 54.5331 35.0078 54.4566C32.7266 52.4847 31.0234 50.6542 29.8984 48.9654C28.7734 47.2759 28.2109 45.6974 28.2109 44.2299C28.2109 41.9369 28.965 40.1101 30.4731 38.7496C31.9806 37.3891 33.7266 36.7089 35.7109 36.7089C37.6953 36.7089 39.4412 37.3891 40.9487 38.7496C42.4569 40.1101 43.2109 41.9369 43.2109 44.2299C43.2109 45.6974 42.6484 47.2759 41.5234 48.9654C40.3984 50.6542 38.6953 52.4847 36.4141 54.4566C36.3203 54.5331 36.2109 54.5942 36.0859 54.6401C35.9609 54.6859 35.8359 54.7089 35.7109 54.7089Z' fill='%23FFBA84'/%3E%3C/svg%3E%0A");
  filter: none !important;
}

.ymaps3--controls_bottom,
.ymaps3--map-copyrights_right {
  filter: brightness(0.3) grayscale(1);
}

@media (max-width: 1023px) {
  .contacts__map-top {
    position: static;
    margin-bottom: 30px;
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  .contacts__map-wrapper {
    position: static;
    min-height: auto;
    display: flex;
    flex-direction: column-reverse;
  }
  .contacts__map-container {
    position: relative;
    min-height: 550px;
  }
}
@media (max-width: 767px) {
  .contacts__map-top .btn {
    padding-bottom: 10px;
    white-space: normal;
    display: flex;
    justify-content: space-between;
    gap: 20px;
    padding-right: 10px;
    min-height: 100px;
    height: 100px;
  }
  .contacts__map-top .btn span {
    position: static;
    margin-bottom: 3px;
  }
  .contacts__map-top .btn::before {
    display: none;
  }
  .contacts {
    padding-top: 100px;
  }
}
.education {
  padding-top: 240px;
}
.education .heading__name {
  color: white;
  max-width: 700px;
}
.education__body {
  display: flex;
  flex-direction: column;
  gap: 150px;
}
.education__group {
  display: flex;
  gap: 20px;
  padding-top: 15px;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}
.education__group-col:nth-child(1) {
  width: 360px;
  flex: 0 0 360px;
}
.education__group-col:nth-child(2) {
  flex: 1 1 auto;
  overflow: hidden;
}
.education__group-title {
  font-family: Alegreya Sans;
  font-weight: 400;
  font-size: 2.5rem;
  line-height: 1.125;
  letter-spacing: 5%;
  text-transform: uppercase;
  font-variant-numeric: lining-nums proportional-nums;
  color: rgb(255, 255, 255);
}
.education__rows {
  display: flex;
  flex-direction: column;
  gap: 50px;
}
.education__rows-item {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding-top: 15px;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
}
.education__rows-item span {
  font-family: Alegreya Sans;
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 1.2;
  letter-spacing: -2%;
  text-transform: uppercase;
  font-variant-numeric: lining-nums proportional-nums;
  color: rgb(255, 255, 255);
  width: 50%;
}
.education__links {
  display: flex;
  flex-direction: column;
  gap: 50px;
}
.education-link {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-top: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  position: relative;
}
.education-link:hover span {
  color: rgb(255, 186, 132) !important;
  opacity: 1 !important;
}
.education-link:hover::after {
  width: 100%;
}
.education-link:hover::before {
  right: 10px;
  width: 12px;
  background: rgb(255, 186, 132);
}
.education-link::before {
  content: "";
  height: 20px;
  width: 1px;
  position: absolute;
  background: rgba(255, 255, 255, 0.2);
  right: 60px;
  transition: 0.3s;
  top: 10px;
}
.education-link::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 1px;
  background: rgb(255, 186, 132);
  transition: 0.3s ease-out;
  z-index: 2;
}
.education-link span {
  transition: 0.3s;
}
.education-link__top span {
  font-family: Alegreya Sans;
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 1.2;
  letter-spacing: -2%;
  text-transform: uppercase;
  font-variant-numeric: lining-nums proportional-nums;
  color: rgb(255, 255, 255);
  opacity: 0.6;
  max-width: 1000px;
  display: block;
  padding-right: 100px;
}
.education-link__bottom {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.education-link__bottom span {
  font-weight: 500;
  font-size: 0.75rem;
  line-height: 1.1;
  text-align: right;
  text-transform: uppercase;
  color: rgb(255, 186, 132);
}
.education-link__bottom span:nth-child(2) {
  color: rgb(255, 255, 255);
  opacity: 0.6;
}
.education__desc {
  display: flex;
  justify-content: flex-end;
}
.education__desc-text {
  font-family: Alegreya Sans;
  font-weight: 300;
  font-size: 2.25rem;
  line-height: 1.11;
  letter-spacing: -2%;
  font-variant-numeric: lining-nums proportional-nums;
  color: rgb(255, 255, 255);
  opacity: 0.9;
  max-width: 740px;
  width: 100%;
}
.education__cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.education-card {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.education-card__head {
  padding-bottom: 101%;
  position: relative;
  background: rgb(25, 25, 25);
}
.education-card__head:not(:has(img))::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  width: 140px;
  height: 22px;
  z-index: 2;
  background-image: url("data:image/svg+xml,%3Csvg width='140' height='22' viewBox='0 0 140 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg opacity='0.2'%3E%3Cpath d='M109.456 5.4438C110.21 5.40024 111.166 5.42045 111.936 5.41574L111.94 9.4097C113.605 9.52203 115.68 9.42157 117.335 9.43582C119.954 9.45835 121.834 9.20842 121.592 12.5889C121.507 13.7664 121.971 15.1429 120.827 16.0438C119.872 16.684 118.435 16.6527 117.319 16.6406C114.668 16.6118 111.996 16.6836 109.348 16.6124C109.24 15.476 109.17 5.81092 109.456 5.4438ZM118.871 14.2232C119.161 13.6989 119.185 11.8384 118.614 11.4044C118.095 11.2368 112.886 11.3197 111.934 11.3149L111.939 14.5157C113.911 14.6006 115.942 14.5503 117.919 14.5503C118.331 14.5503 118.545 14.4614 118.871 14.2232Z' fill='white'/%3E%3Cpath d='M56.8107 5.46257C57.4058 5.39263 58.2973 5.42305 58.9211 5.42841C59.015 8.22738 58.8946 11.088 58.9433 13.8933C58.9586 14.7811 58.9606 15.7439 58.9068 16.6248C58.125 16.6376 57.3428 16.6342 56.5611 16.6145C56.4646 14.9331 56.5069 12.9699 56.5063 11.2662L56.4935 8.79682C56.181 9.46147 52.4731 14.4751 51.8574 15.1227C51.6659 15.2287 51.5051 15.1995 51.2902 15.1836C50.8291 14.9189 46.8389 9.42743 46.3645 8.63196C46.4658 9.95139 46.4221 11.3859 46.4231 12.7204C46.4239 13.9642 46.4571 15.3998 46.3573 16.6228C45.6724 16.6322 45.063 16.6309 44.3791 16.6024C44.1906 13.1576 44.4069 9.39663 44.3664 5.92663C44.3634 5.67352 44.3848 5.56232 44.5954 5.4434C45.2218 5.41101 45.8749 5.42634 46.5037 5.43102C47.583 6.83657 48.6697 8.2366 49.7636 9.63094C50.2445 10.2459 51.3022 11.5356 51.6413 12.1439C53.169 10.2055 55.2334 7.21595 56.8107 5.46257Z' fill='white'/%3E%3Cpath d='M87.0917 5.4522C87.7418 5.41705 88.9069 5.31223 89.4872 5.48602C89.6287 5.62729 89.5878 5.61816 89.6273 5.85531C89.4334 5.70804 89.4765 5.69571 89.2646 5.67457C89.2014 5.84818 89.2322 5.99378 89.3407 6.15468C89.6611 6.62993 89.3364 7.30559 89.605 7.82062C89.804 9.91458 89.5591 12.5442 89.6094 14.6789C89.6374 15.8554 88.7431 16.5607 87.6599 16.6085C84.9541 16.6765 82.231 16.6376 79.5231 16.6354C77.2554 16.6337 76.6944 15.7435 76.8589 13.617C77.4479 13.4618 78.4952 13.2553 79.1014 13.1835C78.7545 13.7175 79.0188 13.9101 79.2724 14.4612C79.2573 14.0939 79.2192 13.4707 79.2473 13.1217C79.3399 13.357 79.3722 14.2208 79.3924 14.5195C81.5027 14.6165 84.8902 14.5849 87.0177 14.5269L87.0077 12.1022L81.7053 12.1071C78.9556 12.1086 76.5343 12.6409 76.8015 9.01757C76.8855 7.88208 76.7418 6.63619 76.8719 5.45507C77.3093 5.43443 78.9075 5.35061 79.2638 5.47843C79.1869 5.5293 78.9068 5.6825 78.9226 5.77745C79.1302 7.05106 79.0777 8.37344 79.0734 9.66149L79.1948 9.70524C79.4103 9.36573 79.179 6.07731 79.2638 5.47843C79.4477 6.3297 79.309 9.0696 79.3765 10.1991C80.2349 10.2686 81.1752 10.2594 82.0385 10.2479C83.6928 10.2259 85.3664 10.2753 87.0177 10.2334C87.0156 8.98562 86.9517 6.6023 87.0917 5.4522Z' fill='white'/%3E%3Cpath d='M126.063 5.43783C126.297 5.40952 126.557 5.41824 126.796 5.41786L131.62 5.41652C135.339 5.41708 136.355 4.97861 136.263 9.20459C135.531 9.34629 134.39 9.48741 133.653 9.56908L133.564 7.45533C133.137 7.50283 131.764 7.47231 131.284 7.47231L126.658 7.4716L126.661 14.5102C127.9 14.5961 129.589 14.5493 130.864 14.5476C131.777 14.551 132.69 14.5456 133.603 14.5315C133.6 13.7256 133.617 12.9199 133.653 12.1148C134.431 12.2697 135.497 12.4519 136.239 12.6656C136.369 14.4406 136.456 16.5449 134.128 16.6041C131.608 16.7361 129.242 16.5541 126.712 16.6315C122.808 16.7511 124.278 12.9615 123.995 10.3909C123.899 9.51878 124.002 8.0827 124.042 7.17576C124.093 6.00523 125.002 5.5438 126.063 5.43783Z' fill='white'/%3E%3Cpath d='M27.8428 5.45555C28.5489 5.39397 29.6235 5.4229 30.3762 5.40723L30.1145 5.52999C30.1292 5.57593 30.3108 5.98776 30.3163 5.95629C30.1685 6.81181 30.2147 7.87002 30.2298 8.73515C30.2427 9.46902 30.0418 12.1351 30.4052 12.6056C30.4228 12.8336 30.4063 13.3104 30.4053 13.5571C30.905 13.2138 32.2969 11.9214 32.8359 11.4424L37.0336 7.70443C37.8655 6.96451 38.7947 6.10077 39.6577 5.428C40.0998 5.41876 41.4683 5.36705 41.8196 5.48942C41.7126 5.5541 41.4687 5.67191 41.4797 5.75937C41.5744 6.50892 41.6335 7.07296 41.6264 7.80446C41.6147 9.57524 41.6126 11.3461 41.62 13.1169C41.6215 14.1224 41.5844 15.4833 41.6827 16.4578C41.2788 16.4616 39.7336 16.5332 39.5053 16.3364C39.2788 15.4586 39.7386 9.22996 39.2991 8.94866C39.2738 8.78236 39.2695 8.60957 39.1551 8.49307C38.8738 8.66844 36.244 11.058 35.8682 11.3927L32.1213 14.7195C31.4624 15.3029 30.6004 16.0253 29.9867 16.6367C29.2665 16.64 28.5464 16.6316 27.8265 16.6113C27.6664 14.2845 27.8167 11.8152 27.7654 9.47327C27.7372 8.18845 27.7396 6.72596 27.8428 5.45555Z' fill='white'/%3E%3Cpath d='M61.4845 5.45116C63.0148 5.3811 64.7091 5.41777 66.258 5.41798L74.3779 5.42611C74.4792 8.2346 74.36 11.0993 74.4081 13.9131C74.4232 14.7851 74.4347 15.7605 74.3607 16.6258C73.5059 16.6418 72.6505 16.6361 71.7957 16.6089C71.7152 14.4668 71.7598 12.1361 71.7612 9.9804C71.7634 9.10282 71.767 8.32944 71.6994 7.451C71.1471 7.51015 69.709 7.47086 69.1057 7.4705L64.0005 7.4746C63.925 8.24885 63.9867 9.08649 63.9603 9.85404C63.8874 11.9712 64.085 14.5436 63.9134 16.6215C63.0754 16.6385 62.2372 16.6351 61.3995 16.6113C61.335 15.4528 61.2454 5.76608 61.4845 5.45116Z' fill='white'/%3E%3Cpath d='M98.1405 5.45304C98.8746 5.39039 99.9786 5.41542 100.718 5.4416C102.154 7.89285 103.449 10.4675 104.854 12.9407C105.536 14.141 106.211 15.3733 106.827 16.6087C105.867 16.6536 104.814 16.6313 103.847 16.6292C103.087 15.6141 99.7409 8.18301 99.279 7.95517C99.0843 7.9759 98.9938 7.94647 98.889 8.11716C98.4479 8.83268 98.027 9.73631 97.6549 10.4832L95.6696 14.3934C95.3248 15.0797 94.8866 16.352 94.0584 16.4179C93.5607 16.4575 93.1477 16.1711 92.9487 15.7217C92.8589 15.5286 92.8725 15.5519 92.6484 15.6202C92.6506 15.4673 97.7146 6.16744 98.1405 5.45304Z' fill='white'/%3E%3Cpath d='M41.8217 5.4895C41.8821 6.60406 41.9118 8.02143 41.862 9.13469C41.755 11.5245 42.0336 14.2685 41.8135 16.6219C41.0334 16.6268 40.0945 16.6547 39.3298 16.5974C39.2668 14.3025 39.2466 11.2636 39.3012 8.94874C39.7408 9.23004 39.281 15.4587 39.5075 16.3365C39.7357 16.5333 41.2809 16.4617 41.6848 16.4579C41.5866 15.4834 41.6236 14.1225 41.6221 13.1169C41.6147 11.3462 41.6169 9.57532 41.6286 7.80454C41.6357 7.07304 41.5766 6.509 41.4819 5.75945C41.4708 5.67199 41.7148 5.55418 41.8217 5.4895Z' fill='white'/%3E%3Cpath d='M92.6473 15.6203C92.8714 15.552 92.8577 15.5287 92.9475 15.7219C93.1465 16.1713 93.5595 16.4576 94.0573 16.418C94.8855 16.3521 95.3236 15.0799 95.6684 14.3936L97.6538 10.4834C98.0258 9.73646 98.4468 8.83283 98.8878 8.11731C98.9927 7.94661 99.0832 7.97605 99.2778 7.95532C98.3182 9.88694 97.3399 11.8096 96.3443 13.723C96.0527 14.2928 95.1218 16.1853 94.7928 16.6269C93.8813 16.6305 93.1271 16.6443 92.2148 16.5325C92.3283 16.2635 92.4878 15.8477 92.6473 15.6203Z' fill='white'/%3E%3Cpath d='M30.3789 5.40723C30.4699 6.40781 30.4302 8.0297 30.4228 9.07539C30.4154 10.127 30.4649 11.5845 30.4079 12.6056C30.0445 12.1351 30.2454 9.46902 30.2325 8.73515C30.2174 7.87002 30.1712 6.81181 30.319 5.95629C30.3135 5.98776 30.1319 5.57593 30.1172 5.52999L30.3789 5.40723Z' fill='white'/%3E%3Cpath d='M79.2637 5.47827C79.1789 6.07716 79.4102 9.36557 79.1948 9.70509L79.0734 9.66134C79.0777 8.37328 79.1301 7.0509 78.9225 5.7773C78.9067 5.68234 79.1868 5.52915 79.2637 5.47827Z' fill='white'/%3E%3Cpath d='M89.6034 7.82062C89.3348 7.30558 89.6595 6.62993 89.3391 6.15467C89.2307 5.99378 89.1998 5.84817 89.263 5.67456C89.4749 5.6957 89.4318 5.70803 89.6257 5.85531C89.6264 6.44858 89.6422 7.23304 89.6034 7.82062Z' fill='white'/%3E%3Cpath d='M79.0999 13.1833L79.2458 13.1216C79.2178 13.4706 79.2558 14.0938 79.2709 14.461C79.0173 13.9099 78.753 13.7174 79.0999 13.1833Z' fill='white'/%3E%3Cpath d='M16.5942 0.045746C17.4565 0.0304468 19.3424 -0.136499 20.0434 0.280869C20.5198 0.564451 20.3558 2.95211 20.3554 3.59018L20.3535 8.82761L20.3517 17.0941C20.3518 18.3787 20.3643 19.6634 20.3609 20.9477C20.3594 21.5416 20.1757 21.8487 19.5692 21.8807C18.3897 21.943 17.1977 21.9147 16.0154 21.914L8.19826 21.9101C6.9796 21.9095 4.97599 21.8504 3.81933 21.9674C3.10888 21.9778 0.86159 22.1014 0.368884 21.7871C0.200696 21.576 0.0639191 21.4151 0.0420399 21.1404C-0.0191731 20.3718 0.00403483 19.5501 0.00560789 18.778L0.0139185 14.5386L0.0161596 0.668365C0.128458 0.51697 0.325557 0.291901 0.45049 0.140297C1.40427 0.0221927 3.84871 0.0798347 4.89914 0.0803096L12.2043 0.0842819C13.5962 0.0847209 15.2198 0.122839 16.5942 0.045746ZM16.1153 5.55182L16.1151 16.6313C15.1457 16.6316 13.921 16.6663 12.9713 16.6103C12.888 14.2659 12.9922 11.8998 12.893 9.56393C11.1657 11.9899 9.16594 14.3071 7.38486 16.7002C7.15508 17.0089 6.87394 17.3803 6.62009 17.6637C5.95438 18.586 4.39978 20.6247 3.63962 21.4523C5.36437 21.4492 19.035 21.7111 19.7368 21.3581C20.0379 21.0124 19.9293 18.2795 19.9293 17.6209L19.9294 11.4522L19.9275 5.09961C19.9272 4.47262 20.0019 1.0666 19.7437 0.788412C19.5448 1.17127 18.7933 2.09416 18.4896 2.48531L16.1153 5.55182ZM0.771136 0.534119C0.63874 0.691213 0.532591 0.831971 0.52377 1.04081C0.48973 1.84701 0.500102 2.68515 0.500002 3.49114L0.500785 8.20334C0.502559 12.4678 0.413476 17.1134 0.539601 21.3416C1.11276 20.4528 1.98198 19.4119 2.63676 18.5554C3.00791 18.0699 3.87205 16.916 4.27027 16.5264L4.25964 9.26536C4.25964 8.3002 4.20749 6.3085 4.32127 5.45752C4.71719 5.43805 7.21879 5.29465 7.33767 5.56517C7.55481 7.69593 7.29206 10.3893 7.44347 12.561C8.09295 11.4613 9.56208 9.76953 10.3546 8.70492C12.372 5.99483 14.6992 3.26986 16.6746 0.554268C15.5338 0.487876 14.2611 0.501973 13.1081 0.520511C9.01402 0.586327 4.85834 0.426736 0.771136 0.534119Z' fill='white'/%3E%3Cpath d='M5.45727 1.39675C6.01675 1.2509 6.61107 1.4213 7.00878 1.84156C7.4065 2.26182 7.5447 2.86548 7.36951 3.41737C7.19439 3.96928 6.73361 4.38213 6.16666 4.49511C5.3246 4.66293 4.50194 4.12945 4.31001 3.29107C4.11809 2.45268 4.62642 1.61336 5.45727 1.39675Z' fill='white'/%3E%3Cpath d='M24.2812 0.301243C24.6411 0.056024 24.8736 0.0986905 25.2946 0.0947182L101.403 0.0883495L126.865 0.0873997L134.895 0.0871838C136.269 0.0872701 138.277 0.0281099 139.584 0.155023C140.159 0.523995 139.973 2.08141 139.968 2.73941L139.967 6.62681L139.968 16.4864C139.968 18.0287 139.968 19.571 139.976 21.1133C139.978 21.2867 139.92 21.4459 139.828 21.5912C139.677 21.8293 139.378 21.9831 139.097 21.9025L139.15 21.7477L138.984 21.5476C139.197 21.4484 139.359 21.3951 139.471 21.1841C139.545 20.7462 139.494 19.6639 139.49 19.1569C139.479 17.8539 139.474 16.5508 139.475 15.2477C139.476 10.7084 139.482 6.15684 139.479 1.61636C139.479 1.32774 139.446 0.91704 139.354 0.646396C138.77 0.404279 132.114 0.515677 131.299 0.515669L119.314 0.515828L69.6397 0.518929L53.1128 0.519699C50.1214 0.519728 47.0439 0.558091 44.0572 0.505839L43.9743 0.385518C43.6485 0.275373 40.8564 0.334698 40.313 0.334857L29.7013 0.338426C28.3624 0.338879 25.5355 0.417196 24.2812 0.301243Z' fill='white'/%3E%3Cpath d='M139.099 21.9023L64.0129 21.9054L38.4679 21.9051C34.1687 21.9051 29.8653 21.9096 25.565 21.9014C25.3656 21.8885 24.415 21.8892 24.3011 21.7715C23.9405 21.3989 24.0956 19.4005 24.096 18.9339L24.0973 13.4296L24.0977 5.08382C24.0977 3.6673 24.091 2.23836 24.106 0.821393C24.1082 0.603814 24.1464 0.471152 24.2827 0.301025C25.5369 0.416978 28.3638 0.338662 29.7027 0.338208L40.3145 0.334639C40.8579 0.334481 43.65 0.275155 43.9757 0.385301L44.0587 0.505622C37.9251 0.572431 31.7799 0.467302 25.6454 0.51792C25.4554 0.519482 24.7028 0.584356 24.673 0.648848C24.3826 1.27767 24.5007 4.15196 24.5022 4.71149L24.5032 10.4869L24.5008 17.0832C24.5008 18.0131 24.4014 20.6798 24.6156 21.3766C25.5519 21.6126 30.5861 21.5235 31.8652 21.5236L47.2691 21.5234L110.819 21.5231L130.255 21.5252L136.048 21.5218C136.687 21.521 138.421 21.4811 138.986 21.5473L139.151 21.7475L139.099 21.9023Z' fill='white'/%3E%3C/g%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.education-card__head img {
  position: absolute;
  top: 0;
  left: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.education-card__body {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.education-card__name {
  font-family: Alegreya Sans;
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 1.2;
  letter-spacing: -2%;
  text-transform: uppercase;
  color: rgb(255, 255, 255);
  opacity: 0.9;
}
.education-card__desc {
  font-weight: 500;
  font-size: 0.75rem;
  line-height: 1.1;
  text-transform: uppercase;
  color: rgb(255, 255, 255);
  opacity: 0.6;
}
.education-nav {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.education-nav__item {
  display: flex;
  flex-direction: column;
  padding-top: 25px;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  position: relative;
  max-width: 740px;
  width: 100%;
}
.education-nav__item::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 1px;
  background: rgb(255, 186, 132);
  transition: 0.3s ease-out;
  z-index: 2;
}
.education-nav__item:nth-child(2) * {
  text-align: right;
}
.education-nav__item:nth-child(2)::after {
  left: auto;
  right: 0;
}
.education-nav__item:hover span {
  color: rgb(255, 186, 132);
}
.education-nav__item:hover::after {
  width: 100%;
}
.education-nav__item span {
  transition: 0.3s;
}
.education-nav__item-label {
  font-family: Alegreya Sans;
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 1.2;
  letter-spacing: -2%;
  text-transform: uppercase;
  color: rgb(255, 255, 255);
  margin-bottom: 50px;
}
.education-nav__item-num {
  font-weight: 300;
  font-size: 20px;
  line-height: 1;
  text-transform: lowercase;
  color: rgb(255, 186, 132);
  margin-bottom: 15px;
}
.education-nav__item-title {
  font-weight: 400;
  font-size: 2.5rem;
  line-height: 1.125;
  text-transform: uppercase;
  color: rgb(255, 255, 255);
}
.education-contents {
  display: flex;
  flex-direction: column;
}
.education-contents__title {
  font-weight: 500;
  font-size: 0.75rem;
  line-height: 1.1;
  text-transform: uppercase;
  color: rgb(255, 186, 132);
  margin-bottom: 10px;
}
.education-contents__item {
  padding-top: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  display: flex;
  padding-bottom: 50px;
  position: relative;
}
.education-contents__item span {
  transition: 0.3s;
  font-family: Alegreya Sans;
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 1.2;
  letter-spacing: -2%;
  text-transform: uppercase;
  font-variant-numeric: lining-nums proportional-nums;
  color: rgb(255, 255, 255);
  opacity: 0.6;
}
.education-contents__item:hover::after {
  width: 100%;
}
.education-contents__item:hover span {
  color: rgb(255, 186, 132);
  opacity: 1;
}
.education-contents__item:last-child {
  margin-bottom: 0;
}
.education-contents__item::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 1px;
  background: rgb(255, 186, 132);
  transition: 0.3s ease-out;
  z-index: 2;
}

.spec-table {
  width: 100%;
  overflow: auto;
  scrollbar-width: thin;
  scrollbar-color: rgb(255, 186, 132) rgba(255, 255, 255, 0.15);
}
.spec-table.is-headed td:first-child {
  font-size: 0.75rem;
  line-height: 1.1;
  color: rgb(255, 186, 132);
}
.spec-table::-webkit-scrollbar {
  height: 8px;
  width: 47px;
}
.spec-table::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.15);
  border-radius: 4px;
}
.spec-table::-webkit-scrollbar-thumb {
  background: rgb(255, 186, 132);
  border-radius: 4px;
}
.spec-table::-webkit-scrollbar-thumb:hover {
  background: rgba(255, 186, 132, 0.8);
}
.spec-table table {
  width: 100%;
  min-width: 980px;
  border-collapse: collapse;
  table-layout: fixed;
}
.spec-table th,
.spec-table td {
  padding: 15px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  text-align: left;
  vertical-align: top;
  text-transform: uppercase;
  font-family: "Alegreya Sans", sans-serif;
  font-weight: 400;
  padding-bottom: 45px;
}
.spec-table tr:last-child td {
  border-bottom: none;
}
.spec-table th {
  font-size: 0.75rem;
  line-height: 1.1;
  color: rgb(255, 186, 132);
}
.spec-table td {
  font-family: Alegreya Sans;
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 1.2;
  letter-spacing: -2%;
  text-transform: uppercase;
  font-variant-numeric: lining-nums proportional-nums;
  color: rgb(255, 255, 255);
}

@media (max-width: 1439px) {
  .education__group {
    flex-direction: column;
  }
  .education__group-col:nth-child(1) {
    width: 100%;
    flex: 0 0 auto;
  }
  .education__desc {
    justify-content: flex-start;
  }
  .education__desc-text {
    width: 100%;
    max-width: none;
  }
}
@media (max-width: 1199px) {
  .education .heading__name {
    max-width: 730px;
  }
}
@media (max-width: 1023px) {
  .education-nav {
    flex-direction: column;
  }
  .education-nav__item {
    max-width: none;
  }
  .education__cards {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 767px) {
  .education .heading {
    margin-bottom: 100px;
  }
  .education-link__top span {
    padding-right: 60px;
  }
  .education__cards {
    grid-template-columns: repeat(2, 1fr);
  }
  .education-nav__item-label {
    margin-bottom: 20px;
  }
  .education-contents__item span {
    opacity: 1;
  }
  .education-contents__item {
    padding-bottom: 10px;
  }
  .education__group-title,
  .education__desc-text,
  .education-nav__item-title {
    font-size: 22px;
  }
  .education__rows-item span,
  .education-link__top span,
  .education-card__name,
  .spec-table td,
  .education-nav__item-label,
  .education-contents__item span {
    font-size: 14px;
  }
  .education__body {
    gap: 100px;
  }
  .education-link__bottom span,
  .education-card__descб .spec-table.is-headed td:first-child,
  .spec-table th,
  .education-contents__title {
    font-size: 9px;
  }
  .education {
    padding-top: 100px;
  }
}
@media (max-width: 480px) {
  .education__cards {
    grid-template-columns: repeat(1, 1fr);
  }
}
.footer {
  padding-top: 100px;
  padding-bottom: 200px;
}
.footer__body {
  display: flex;
  flex-direction: column;
}
.footer__middle {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
}
.footer__middle .footer__col {
  display: flex;
  gap: 20px;
}
.footer__middle .footer__col .btn {
  width: 100%;
  min-height: 280px;
}
.footer__middle .footer__col:nth-child(1), .footer__middle .footer__col:nth-child(3) {
  grid-column: span 2;
}
.footer__top {
  margin-bottom: 20px;
}
.footer__bottom {
  padding-top: 10px;
  display: flex;
  gap: 20px;
  margin-top: 150px;
  justify-content: space-between;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}
.footer__bottom-col {
  display: flex;
  gap: 20px;
}
.footer__groups {
  display: flex;
  flex-direction: column;
}
.footer__groups-title {
  font-weight: 500;
  font-size: 0.75rem;
  line-height: 1.16;
  text-align: center;
  text-transform: uppercase;
  color: rgb(255, 186, 132);
  margin-bottom: 20px;
}
.footer__group {
  display: flex;
  flex-direction: column;
  margin-bottom: 80px;
}
.footer__list {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
.footer__link {
  font-family: Alegreya Sans;
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 1.2;
  letter-spacing: -2%;
  text-transform: uppercase;
  text-align: center;
  font-variant-numeric: lining-nums proportional-nums;
  color: rgba(255, 255, 255, 0.4);
  transition: 0.3s;
}
.footer__link:hover {
  color: rgb(255, 255, 255);
}
.footer__sublink {
  font-weight: 500;
  font-size: 0.75rem;
  line-height: 1.16;
  text-align: center;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.4);
  transition: 0.3s;
}
.footer__sublink:is(a):hover {
  color: rgb(255, 255, 255);
}

.footer__sublink:is(span) {
  color: rgba(255, 255, 255, 0.5);
}

.cookie {
  position: fixed;
  bottom: 180px;
  max-width: 1120px;
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
  padding: 30px 20px;
  background: rgba(255, 255, 255, 0.0509803922);
  backdrop-filter: blur(40px);
  z-index: 90;
  display: none;
}
.cookie.is-active {
  display: block;
}
.cookie__inner {
  display: flex;
  gap: 20px;
  justify-content: space-between;
}
.cookie__group {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  gap: 5px;
}
.cookie__title {
  font-weight: 500;
  font-size: 0.75rem;
  line-height: 1.1;
  text-transform: uppercase;
  color: #FFFFFF;
}
.cookie__desc {
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.44;
  color: #FFFFFF;
  opacity: 0.5;
}
.cookie__btn {
  height: auto !important;
  cursor: pointer;
  max-width: 147px;
  width: 100%;
}
.cookie__btn::after {
  top: 50%;
  transform: translateY(-50%);
}

@media (max-width: 1439px) {
  .cookie {
    bottom: 0;
  }
  .cookie__inner {
    align-items: flex-end;
  }
  .cookie__btn {
    height: 50px !important;
  }
}
@media (max-width: 1199px) {
  .footer__middle {
    grid-template-columns: repeat(1, 1fr);
    gap: 80px;
  }
  .footer__middle .footer__col .btn {
    min-height: 100px;
    height: 100px !important;
  }
  .footer__middle .footer__col {
    grid-column: span 1 !important;
  }
  .footer__groups {
    width: 100%;
  }
}
@media (max-width: 1023px) {
  .footer__bottom {
    flex-direction: column;
    gap: 40px;
    align-items: center;
    padding-top: 20px;
  }
  .footer__bottom-col {
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .footer__group {
    margin-bottom: 40px;
  }
  .footer__bottom {
    margin-top: 40px;
    padding-top: 20px;
  }
  .footer__sublink,
  .footer__groups-title {
    font-size: 9px;
  }
  .footer__link {
    font-size: 14px;
  }
  .footer__middle .footer__col {
    flex-direction: column;
    gap: 10px;
  }
  .footer {
    padding-bottom: 100px;
  }
  .cookie__btn {
    max-width: 80px;
    padding-right: 40px;
    height: 36px !important;
  }
  .cookie__btn::after {
    right: 36px;
  }
}
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 20px 0;
  z-index: 50;
}
.header__container {
  max-width: none;
}
.header__logo {
  transition: 0.3s;
}
.header__logo:hover {
  opacity: 0.7;
}
.header__body {
  display: flex;
  gap: 20px;
  justify-content: space-between;
}
.header__col {
  width: 100%;
  max-width: 360px;
}
.header__col:nth-child(2) {
  max-width: 128px;
  width: 100%;
}
.header__btn.is-location {
  display: none;
}

.nav {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 46px 0 20px 0;
  z-index: 50;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 36.06%, rgba(0, 0, 0, 0.8) 100%);
}
.nav * {
  transition: 0.3s;
}
.nav.is-menu {
  pointer-events: none;
}
.nav.is-menu * {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.nav.is-menu .nav__burger,
.nav.is-menu .nav__burger span {
  pointer-events: all;
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: all;
}
.nav.is-menu .nav__col,
.nav.is-menu .nav__body,
.nav.is-menu .nav__container {
  opacity: 1;
  visibility: visible;
}
.nav__container {
  max-width: none;
}
.nav__body {
  display: flex;
  align-items: flex-end;
  gap: 20px;
  justify-content: space-between;
}
.nav__col {
  min-width: 180px;
}
.nav__col:nth-child(3) {
  text-align: right;
}
.nav__burger {
  font-family: Alegreya Sans;
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 1.2rem;
  letter-spacing: -2%;
  text-transform: uppercase;
  font-variant-numeric: lining-nums proportional-nums;
  color: rgba(255, 255, 255, 0.5);
  transition: 0.3s;
  position: relative;
  gap: 15px;
  align-items: center;
  display: flex;
  cursor: pointer;
}
.nav__burger span {
  transition: 0.3s;
}
.nav__burger.is-active span {
  color: rgb(255, 186, 132);
}
.nav__burger.is-active::before {
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.4141 5L11.4141 10L16.4141 15L15 16.4141L10 11.4141L5 16.4141L3.58594 15L8.58594 10L3.58594 5L5 3.58594L10 8.58594L15 3.58594L16.4141 5Z' fill='%23FFBA84'/%3E%3C/svg%3E%0A");
  background-size: 150%;
}
.nav__burger::before {
  content: "";
  width: 13px;
  height: 13px;
  flex: 0 0 13px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3Csvg width='13' height='13' viewBox='0 0 13 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='3' height='3' fill='white'/%3E%3Crect y='10' width='3' height='3' fill='white'/%3E%3Crect x='10' y='10' width='3' height='3' fill='white'/%3E%3Crect x='10' width='3' height='3' fill='white'/%3E%3C/svg%3E%0A");
  opacity: 0.5;
  transition: 0.3s background-image;
}
.nav__burger:not(.is-active):hover {
  color: rgb(255, 255, 255);
}
.nav__burger:not(.is-active):hover::before {
  opacity: 1;
  background-image: url("data:image/svg+xml,%3Csvg width='13' height='13' viewBox='0 0 13 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='3' height='3' transform='matrix(0 1 1 0 2 2)' fill='white'/%3E%3Crect width='3' height='3' transform='matrix(0 1 1 0 8 2)' fill='white'/%3E%3Crect width='3' height='3' transform='matrix(0 1 1 0 8 8)' fill='white'/%3E%3Crect width='3' height='3' transform='matrix(0 1 1 0 2 8)' fill='white'/%3E%3C/svg%3E%0A");
}
.nav__list {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 10px;
}
.nav__sublink {
  font-weight: 500;
  font-size: 0.75rem;
  line-height: 1.16;
  text-align: center;
  text-transform: uppercase;
  display: block;
  color: rgba(255, 255, 255, 0.3);
  transition: 0.3s;
}
.nav__sublink:hover {
  color: rgb(255, 255, 255);
}
.nav__item {
  position: relative;
}
.nav__item.is-location {
  display: none;
}
.nav__item.is-active .nav__link::before {
  bottom: 15px;
  background: rgb(255, 186, 132);
  opacity: 1;
}
.nav__item.is-active .nav__link {
  color: rgb(255, 186, 132) !important;
}
.nav__item:hover .nav__link::before {
  bottom: 15px;
  opacity: 1;
}
.nav__item:hover .nav__link {
  color: rgb(255, 255, 255);
}
.nav__link {
  padding: 6px 6px 0;
  font-family: Alegreya Sans;
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 1.2rem;
  letter-spacing: -2%;
  text-transform: uppercase;
  font-variant-numeric: lining-nums proportional-nums;
  color: rgba(255, 255, 255, 0.5);
  transition: 0.3s;
  position: relative;
}
.nav__link::before {
  content: "";
  width: 2px;
  height: 15px;
  background: rgb(255, 255, 255);
  transition: 0.3s;
  bottom: 0;
  left: 0;
  position: absolute;
  opacity: 0;
}

.popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  display: flex;
  flex-direction: column;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  pointer-events: none;
  transition: 0.3s;
}
.popup-card {
  position: relative;
  height: 100%;
}
.popup-card img {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  object-position: right;
}
.popup__slider {
  height: 100%;
  overflow: hidden;
}
.popup__middle {
  min-width: 0;
  display: flex;
  width: 100%;
  flex-direction: column;
  padding: 10px 0;
}
.popup.popup-zones .popup__right, .popup.popup-zones .popup__middle {
  max-width: calc(50% - 60px);
}
.popup.is-active {
  opacity: 1;
  visibility: visible;
  z-index: 80;
  pointer-events: all;
}
.popup-content, .popup-content__body {
  display: flex;
  flex-direction: column;
  gap: 50px;
}
.popup-content__title {
  font-family: Alegreya Sans;
  font-weight: 400;
  font-size: 2.5rem;
  line-height: 1.125;
  letter-spacing: 5%;
  text-transform: uppercase;
  font-variant-numeric: lining-nums proportional-nums;
  color: #FFFFFF;
}
.popup-content__row {
  padding-top: 15px;
  border-top: 1px solid #FFFFFF;
  display: flex;
  gap: 20px;
}
.popup-content__row-col {
  width: 100%;
}
.popup-content__subtitle, .popup-content__label {
  font-family: Alegreya Sans;
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 1.2;
  letter-spacing: -2%;
  text-transform: uppercase;
  font-variant-numeric: lining-nums proportional-nums;
  color: white;
}
.popup-content__label {
  color: #FFBA84;
}
.popup-content__text p {
  font-weight: 300;
  font-size: 1.125rem;
  line-height: 1.6;
  margin-bottom: 0;
  color: #FFFFFF;
  opacity: 0.9;
}
.popup__inner {
  display: flex;
  justify-content: space-between;
  flex: 1 1 auto;
  overflow: hidden;
  min-width: 0;
  gap: 20px;
}
.popup__close {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: Alegreya Sans;
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 1.2;
  letter-spacing: -2%;
  text-transform: uppercase;
  font-variant-numeric: lining-nums proportional-nums;
  color: rgb(255, 255, 255);
  opacity: 0.9;
  transition: 0.3s;
  padding: 0 20px;
  cursor: pointer;
}
.popup__close:hover {
  opacity: 1;
  color: rgb(255, 186, 132);
}
.popup__right {
  max-width: 750px;
  width: 100%;
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(5px);
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.popup__main {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  flex: 1 1 auto;
  max-height: 100%;
  overflow: hidden;
}
.popup__main-scroll {
  padding: 100px 20px;
  width: 100%;
  overflow: auto;
  scrollbar-width: thin;
  scrollbar-color: rgb(255, 186, 132) rgba(255, 255, 255, 0.15);
}
.popup__main-scroll::-webkit-scrollbar {
  height: 8px;
  width: 47px;
}
.popup__main-scroll::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.15);
  border-radius: 4px;
}
.popup__main-scroll::-webkit-scrollbar-thumb {
  background: rgb(255, 186, 132);
  border-radius: 4px;
}
.popup__main-scroll::-webkit-scrollbar-thumb:hover {
  background: rgba(255, 186, 132, 0.8);
}
.popup__heading {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 135px;
}
.popup__title {
  font-family: Alegreya Sans;
  font-weight: 400;
  font-size: 2.5rem;
  line-height: 1.125;
  letter-spacing: 5%;
  text-transform: uppercase;
  font-variant-numeric: lining-nums proportional-nums;
  color: rgb(255, 255, 255);
}
.popup__desc {
  font-weight: 500;
  font-size: 0.75rem;
  line-height: 1.1;
  text-transform: uppercase;
  color: rgb(255, 255, 255);
  opacity: 0.5;
}
.popup-form__items {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 135px;
}
.popup-form:not(:has(.popup-form__agree input:checked)) .popup-form__submit {
  opacity: 0.3;
  pointer-events: none;
}
.popup-form__item {
  display: flex;
  cursor: pointer;
}
.popup-form__item-error {
  font-weight: 500;
  font-size: 0.75rem;
  line-height: 1.1;
  text-transform: uppercase;
  color: rgb(231, 63, 63);
  position: absolute;
  top: calc(100% + 3px);
  left: 0;
}
.popup-form__item.is-error input {
  border-color: rgb(231, 63, 63) !important;
}
.popup-form__item:hover .popup-form__item-col:nth-child(1) {
  border-color: rgb(255, 255, 255);
}
.popup-form__item-col {
  width: 100%;
  display: flex;
  align-items: center;
  transition: 0.3s;
  position: relative;
}
.popup-form__item-col:nth-child(1) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
.popup-form__item-name {
  font-family: Alegreya Sans;
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 1.2;
  letter-spacing: -2%;
  text-transform: uppercase;
  font-variant-numeric: lining-nums proportional-nums;
  color: rgb(255, 255, 255);
}
.popup-form__item-input {
  height: 55px;
  background: transparent;
  transition: 0.3s;
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 1.2;
  letter-spacing: -2%;
  text-transform: uppercase;
  font-variant-numeric: lining-nums proportional-nums;
  color: rgb(255, 255, 255);
  border: none;
  outline: none;
  width: 100%;
  border-bottom: 1px solid rgb(255, 255, 255);
}
.popup-form__item-input:hover, .popup-form__item-input:focus, .popup-form__item-input.is-valid {
  border-color: rgb(255, 186, 132);
}
.popup-form__item-input::placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.popup-form__submit {
  background: transparent;
  width: 100%;
  margin-bottom: 30px;
  transition: 0.3s;
}
.popup-form__agree {
  display: flex;
  align-items: center;
  gap: 15px;
  position: relative;
  cursor: pointer;
}
.popup-form__agree:has(input:checked)::before {
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='20' height='20' fill='%23FFBA84'/%3E%3Cpath d='M16.0801 6.5L15.373 7.20703L8.95703 13.624L8.25 14.3311L3.91895 10L5.33301 8.58594L8.24902 11.502L13.959 5.79297L14.666 5.08594L16.0801 6.5Z' fill='white'/%3E%3C/svg%3E%0A");
}
.popup-form__agree span {
  font-weight: 500;
  font-size: 0.75rem;
  line-height: 1.1;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5);
}
.popup-form__agree span a {
  color: rgb(255, 255, 255);
  transition: 0.3s;
}
.popup-form__agree span a:hover {
  color: rgb(255, 186, 132);
}
.popup-form__agree::before {
  content: "";
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transition: 0.3s;
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cmask id='path-1-inside-1_3268_11047' fill='white'%3E%3Cpath d='M0 0H20V20H0V0Z'/%3E%3C/mask%3E%3Cpath d='M0 0V-1H-1V0H0ZM20 0H21V-1H20V0ZM20 20V21H21V20H20ZM0 20H-1V21H0V20ZM0 0V1H20V0V-1H0V0ZM20 0H19V20H20H21V0H20ZM20 20V19H0V20V21H20V20ZM0 20H1V0H0H-1V20H0Z' fill='%23FFBA84' mask='url(%23path-1-inside-1_3268_11047)'/%3E%3C/svg%3E%0A");
}

.menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(0, 0, 0);
  z-index: 49;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  padding-top: 100px;
  transition: 0.3s;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.menu__close {
  height: 100%;
  display: none;
  align-items: center;
  justify-content: center;
  font-family: Alegreya Sans;
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 1.2;
  letter-spacing: -2%;
  text-transform: uppercase;
  font-variant-numeric: lining-nums proportional-nums;
  color: rgb(255, 255, 255);
  opacity: 0.9;
  transition: 0.3s;
  padding: 0 20px;
  cursor: pointer;
}
.menu__close:hover {
  opacity: 1;
  color: rgb(255, 186, 132);
}
.menu.is-active {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}
.menu__img {
  width: 100%;
  height: 200px;
  position: relative;
}
.menu__img.is-active img {
  opacity: 1;
}
.menu__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: 0.3s;
}
.menu-nav {
  display: flex;
  flex-direction: column;
  gap: 15px;
  align-items: center;
}
.menu-nav .menu__label {
  margin-bottom: 0;
}
.menu-nav__links {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 90px;
}
.menu-nav__link {
  font-family: Alegreya Sans;
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 1.2rem;
  letter-spacing: -2%;
  text-transform: uppercase;
  font-variant-numeric: lining-nums proportional-nums;
  color: rgba(255, 255, 255, 0.6);
  transition: 0.3s;
}
.menu-nav__link:hover {
  color: rgb(255, 186, 132);
}
.menu-nav__sublink {
  max-width: 360px;
  font-weight: 500;
  font-size: 0.75rem;
  line-height: 1.1;
  text-align: center;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.6);
  transition: 0.3s;
}
.menu-nav__sublink:hover {
  color: rgb(255, 186, 132);
}
.menu__inner {
  flex: 1 1 auto;
  overflow: hidden;
  max-height: 100%;
  display: flex;
  flex-direction: column;
}
.menu__inner-scroll {
  padding: 100px 20px 20px;
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  overflow: auto;
  max-height: 100%;
  gap: 50px;
  scrollbar-width: thin;
  scrollbar-color: rgb(255, 186, 132) rgba(255, 255, 255, 0.15);
}
.menu__inner-scroll::-webkit-scrollbar {
  height: 8px;
  width: 47px;
}
.menu__inner-scroll::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.15);
  border-radius: 4px;
}
.menu__inner-scroll::-webkit-scrollbar-thumb {
  background: rgb(255, 186, 132);
  border-radius: 4px;
}
.menu__inner-scroll::-webkit-scrollbar-thumb:hover {
  background: rgba(255, 186, 132, 0.8);
}
.menu__top {
  display: grid;
  grid-template-columns: 1fr 360px 1fr;
  gap: 20px;
  align-items: center;
  margin-bottom: auto;
}
.menu__label {
  font-weight: 500;
  font-size: 0.75rem;
  line-height: 1.1;
  text-transform: uppercase;
  color: rgb(255, 186, 132);
  margin-bottom: 10px;
}
.menu__subcol {
  width: 100%;
}
.menu__col.is-mob {
  display: none;
}
.menu__col:has(.menu__subcol) {
  display: flex;
  gap: 20px;
  align-items: center;
}

@media (max-width: 1439px) {
  .nav__col:has(.nav__list) {
    display: none;
  }
  .nav {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
    padding-top: 20px;
    padding-bottom: 35px;
  }
  .nav__item.is-join {
    display: none;
  }
  .menu__close {
    display: flex;
    justify-content: center;
    width: 100%;
    height: auto;
    position: absolute;
    top: 90px;
    z-index: 2;
    font-size: 14px;
  }
  .nav__burger {
    transition: none;
  }
  .nav__item.is-location {
    display: block;
  }
  .nav__link,
  .nav__burger {
    color: rgb(255, 255, 255);
  }
  .nav__burger span {
    color: rgb(255, 255, 255) !important;
  }
  .nav.is-menu .nav__burger, .nav.is-menu .nav__burger span {
    pointer-events: none;
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none;
  }
  .nav__burger::before {
    opacity: 1;
    width: 36px;
    height: 11px;
    flex: 0 0 36px;
    background-image: url("data:image/svg+xml,%3Csvg width='36' height='11' viewBox='0 0 36 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect y='2' width='36' height='1' fill='white'/%3E%3Crect y='8' width='36' height='1' fill='white'/%3E%3C/svg%3E%0A") !important;
    background-size: contain !important;
  }
  .nav__col {
    min-width: auto;
    flex: 1 1 auto;
    display: flex;
    justify-content: center;
  }
  .menu__col {
    width: 100%;
    gap: 0;
  }
  .menu__col.is-desc {
    display: none;
  }
  .menu__top {
    display: flex;
    flex-direction: column;
  }
  .menu-nav__sublink {
    max-width: none;
  }
  .menu-nav__links {
    margin-bottom: 80px;
  }
}
@media (max-width: 1299px) {
  .popup.popup-zones .popup__inner {
    flex-direction: column;
  }
  .popup.popup-zones .popup__right, .popup.popup-zones .popup__middle {
    width: 100%;
    max-width: none;
  }
  .popup.popup-zones .popup__main-scroll {
    overflow: visible;
    padding-bottom: 10px;
    padding: 50px 20px;
  }
  .popup.popup-zones .popup__inner {
    overflow: auto;
    gap: 0;
  }
  .popup.popup-zones .popup__main,
  .popup.popup-zones .popup__right {
    overflow: visible;
  }
  .popup.popup-zones .popup__middle {
    padding: 0;
  }
  .popup.popup-zones .popup__close {
    border: none;
  }
  .popup.popup-zones .popup__main {
    justify-content: flex-start;
  }
  .popup.popup-zones .popup__slider {
    height: 232px;
  }
  .popup.popup-zones .popup__slider .swiper-slide {
    width: auto !important;
    height: auto;
  }
  .popup.popup-zones .popup__slider .swiper-slide img {
    position: static;
    width: auto;
    height: 100%;
  }
  .popup__inner {
    flex-direction: column;
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(5px);
  }
  .popup__right {
    background: transparent;
    backdrop-filter: none;
  }
  .popup__close {
    padding: 40px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  }
}
@media (max-width: 767px) {
  .header__col:nth-child(2) {
    order: -1;
    margin-right: auto;
  }
  .header__logo img {
    width: 108px;
    display: block;
  }
  .nav__link, .nav__burger {
    font-size: 9px;
  }
  .nav__burger {
    gap: 8px;
  }
  .header {
    padding: 10px 0;
  }
  .header__body {
    align-items: center;
  }
  .header__btn {
    padding: 0;
    border: none;
    font-size: 0;
    width: 20px;
    height: 20px;
    position: relative;
  }
  .header__btn.is-phone::before {
    background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M3.38607 1.04166H6.51184C6.77215 1.04166 7.0052 1.20301 7.09683 1.44666L8.3097 4.67156C8.34988 4.77831 8.36005 4.89401 8.33913 5.00612L7.73138 8.26609C8.47838 10.0227 9.71221 11.2032 11.7585 12.2622L14.9794 11.6381C15.0937 11.6159 15.212 11.6262 15.3208 11.6677L18.5556 12.9003C18.798 12.9927 18.958 13.225 18.958 13.4843V16.4712C18.958 17.8258 17.7645 18.9251 16.3685 18.6213C13.8239 18.0676 9.10946 16.6602 5.8078 13.3586C2.64518 10.196 1.58556 5.8271 1.22886 3.46557C1.02534 2.1181 2.106 1.04166 3.38607 1.04166Z' fill='white'/%3E%3C/svg%3E%0A");
  }
  .header__btn.is-join {
    display: none;
  }
  .header__btn.is-location {
    display: flex;
  }
  .header__btn.is-location::before {
    background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_3173_3275)'%3E%3Cpath d='M10.0002 0.833336C4.94183 0.833336 0.833496 4.94167 0.833496 10C0.833496 15.0583 4.94183 19.1667 10.0002 19.1667C15.0585 19.1667 19.1668 15.0583 19.1668 10C19.1668 4.94167 15.0585 0.833336 10.0002 0.833336ZM12.9752 14.1667L10.0002 12.85L7.02516 14.1667L6.71683 13.8583L10.0002 5.83334L13.2918 13.8583L12.9752 14.1667Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_3173_3275'%3E%3Crect width='20' height='20' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
  }
  .header__btn::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }
  .header__btn::after {
    display: none;
  }
  .header__col {
    width: auto;
  }
  .popup__heading,
  .popup-form__items {
    margin-bottom: 80px;
  }
  .popup__main-scroll {
    padding: 20px;
  }
  .popup__title {
    font-size: 22px;
  }
  .popup__desc,
  .popup-form__agree span,
  .popup-form__item-error {
    font-size: 9px;
  }
  .popup-form__item-name,
  .popup__close {
    font-size: 14px;
  }
  .popup-form__item-input {
    font-size: 16px;
  }
  .popup-form__submit {
    height: 100px !important;
    min-height: 100px !important;
  }
  .popup__inner {
    flex-direction: column;
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(5px);
  }
  .popup__right {
    background: transparent;
    backdrop-filter: none;
  }
  .popup__close {
    padding: 40px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  }
  .popup-form__item-col:nth-child(1) {
    width: auto;
    min-width: 81px;
  }
  .menu__bottom {
    display: none;
  }
  .menu__col {
    width: 100%;
    gap: 0;
  }
  .menu__col:nth-child(1) {
    margin-bottom: 100px;
  }
  .menu__col.is-mob {
    display: block;
    margin-bottom: 100px;
  }
  .menu__inner-scroll {
    padding-top: 87px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .btn.is-bigger {
    font-size: 22px;
    height: auto;
    padding-bottom: 10px;
    color: white;
  }
  .menu__label {
    font-size: 9px;
  }
  .menu-nav__links {
    flex-direction: column;
    align-items: center;
    gap: 15px;
  }
  .menu-nav__link,
  .btn.is-menu {
    font-size: 14px;
  }
  .menu__top {
    gap: 0;
  }
  .menu-nav__sublink {
    font-size: 9px;
  }
  .menu__col:has(.menu__subcol) {
    align-items: flex-start;
    gap: 10px;
  }
  .btn.is-menu {
    height: auto;
    padding-bottom: 10px;
  }
  .btn.is-menu::after,
  .btn.is-bigger::after {
    right: 24px;
  }
  .popup-content__title {
    font-size: 22px;
  }
  .popup-content__subtitle, .popup-content__label {
    font-size: 14px;
  }
  .popup-content__text p {
    font-size: 12px;
  }
  .popup-content__row {
    flex-direction: column;
  }
  .popup.popup-zones .popup__main-scroll {
    padding: 50px 16px;
  }
}
.js-mob-fullheight {
  height: calc(var(--vh, 1vh) * 100) !important;
  min-height: calc(var(--vh, 1vh) * 100) !important;
}

.js-opacity-show {
  opacity: 0;
  transition: 0.3s;
}
.js-opacity-show.is-visible {
  opacity: 1;
}

.curtain {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  pointer-events: none;
}
.curtain.is-active .curtain-item {
  width: 25%;
}
.curtain.is-active .curtain-item:nth-child(1) {
  left: 0;
  right: unset;
}
.curtain.is-active .curtain-item:nth-child(2) {
  left: 25%;
  right: unset;
}
.curtain.is-active .curtain-item:nth-child(3) {
  left: 50%;
  right: unset;
}
.curtain.is-active .curtain-item:nth-child(4) {
  left: 75%;
  right: unset;
}
.curtain-item {
  transition: 0.5s;
  width: 0;
  background: rgb(0, 0, 0);
  position: absolute;
  height: 100%;
  top: 0;
}
.curtain-item.is-righty:nth-child(1) {
  left: auto;
  right: 75%;
}
.curtain-item.is-righty:nth-child(2) {
  left: auto;
  right: 50%;
}
.curtain-item.is-righty:nth-child(3) {
  left: auto;
  right: 25%;
}
.curtain-item.is-righty:nth-child(4) {
  left: auto;
  right: 0;
}
.curtain-item:nth-child(1) {
  left: auto;
  right: 75%;
}
.curtain-item:nth-child(2) {
  left: auto;
  right: 50%;
}
.curtain-item:nth-child(3) {
  left: auto;
  right: 25%;
}
.curtain-item:nth-child(4) {
  left: auto;
  right: 0;
}

.heading {
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin-bottom: 150px;
}
.heading__name {
  max-width: 1000px;
}
.heading__title {
  font-weight: 400;
  font-size: 4.375rem;
  line-height: 1;
  letter-spacing: -1%;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.8);
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: none;
  gap: 30px;
}
.heading__desc {
  font-family: Alegreya Sans;
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 1.2;
  letter-spacing: -2%;
  text-align: right;
  text-transform: uppercase;
  font-variant-numeric: lining-nums proportional-nums;
  color: rgb(255, 255, 255);
}

.tabs {
  display: flex;
  align-items: center;
  gap: 11px;
  justify-content: flex-end;
  padding-right: 470px;
  margin-bottom: 30px;
}
.tabs__item {
  position: relative;
}
.tabs__item.is-active .tabs__link::before {
  bottom: 30px;
  background: rgb(255, 186, 132);
  opacity: 1;
}
.tabs__item.is-active .tabs__link {
  color: rgb(255, 186, 132) !important;
}
.tabs__item:hover .tabs__link::before {
  bottom: 30px;
  opacity: 1;
}
.tabs__item:hover .tabs__link {
  color: rgb(255, 255, 255);
}
.tabs__link {
  padding: 0 7px;
  font-family: Alegreya Sans;
  font-weight: 400;
  font-size: 2.5rem;
  line-height: 1.125rem;
  letter-spacing: -2%;
  text-transform: uppercase;
  font-variant-numeric: lining-nums proportional-nums;
  color: rgba(255, 255, 255, 0.5);
  transition: 0.3s;
  position: relative;
}
.tabs__link::before {
  content: "";
  width: 2px;
  height: 15px;
  background: rgb(255, 255, 255);
  transition: 0.3s;
  bottom: 0;
  left: 0;
  position: absolute;
  opacity: 0;
}

.banner {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  height: 100vh;
  overflow: hidden;
}
.banner .curtain-item {
  transition-delay: 0.3s;
}
.banner .animated-svg__line {
  transition-delay: 0.3s !important;
}
.banner__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.banner__bg:has(img)::before {
  background: rgba(0, 0, 0, 0.5);
}
.banner__bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.35);
  z-index: 2;
}
.banner__bg video,
.banner__bg img {
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.banner__container {
  flex: 1 1 auto;
}
.banner__title-wrapper {
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px;
}
.banner__body {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 30px;
}
.banner__inner {
  position: relative;
  margin-top: 40px;
  width: 100%;
}
.banner__inner .animated-svg {
  position: absolute;
  bottom: calc(100% + 30px);
}
.banner__title {
  font-weight: 400;
  font-size: 4.375rem;
  line-height: 1;
  letter-spacing: -1%;
  text-transform: uppercase;
  color: rgb(255, 255, 255);
}
.banner__label {
  font-family: Alegreya Sans;
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 1.2;
  letter-spacing: -2%;
  text-align: right;
  text-transform: uppercase;
  font-variant-numeric: lining-nums proportional-nums;
  color: rgb(255, 255, 255);
}

.subheading {
  padding: 30px 0;
  min-height: 320px;
}
.subheading__title {
  font-family: Alegreya Sans;
  font-weight: 300;
  font-size: 2.25rem;
  line-height: 1.11;
  letter-spacing: -2%;
  font-variant-numeric: lining-nums proportional-nums;
  color: rgb(255, 255, 255);
  max-width: 1120px;
}

.stats {
  position: relative;
}
.stats .curtain {
  z-index: 5;
  height: 100vh;
}
.stats .curtain-item {
  transition: none;
  will-change: width;
}
.stats__wrapper {
  height: 100vh; /* fallback для старых браузеров */
  height: calc(var(--vh, 1vh) * 100);
}
.stats__container {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
}
.stats__subgrid {
  margin-top: auto;
  display: flex;
  gap: 10px;
  padding-bottom: 110px;
  width: 100%;
}
.stats__subgrid:has(.stats__item:only-child) {
  grid-template-columns: repeat(1, 1fr);
}
.stats__subgrid:has(.stats__item:only-child) .stats__desc {
  font-size: 2.25em;
  line-height: 1.11;
  font-weight: 300;
  text-transform: none;
}
.stats-card {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 1;
}
.stats__body {
  flex: 1 1 auto;
  padding: 40px 0;
}
.stats__grid {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  height: 100%;
}
.stats__col {
  display: flex;
}
.stats__col:first-child {
  padding-top: 13px;
  align-items: center;
  max-width: 360px;
}
.stats__col:last-child {
  max-width: 730px;
  width: 100%;
  margin-left: auto;
}
.stats__item {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
}
.stats__num {
  font-family: Alegreya Sans;
  font-weight: 400;
  font-size: 2.5rem;
  line-height: 1.125;
  letter-spacing: 5%;
  text-transform: uppercase;
  font-variant-numeric: lining-nums proportional-nums;
  color: rgb(255, 186, 132);
}
.stats__desc {
  font-family: Alegreya Sans;
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 1.2;
  text-transform: uppercase;
  font-variant-numeric: lining-nums proportional-nums;
  color: rgb(255, 255, 255);
}
.stats__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.stats__bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.21) 40%, rgba(0, 0, 0, 0.7) 100%);
  z-index: 2;
}
.stats__bg video,
.stats__bg img {
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.advance {
  padding-top: 240px;
}
.advance__row {
  display: flex;
  flex-direction: column;
  gap: 70px;
}
.advance__grid {
  display: grid;
  gap: 20px;
}
.advance__grid[data-items="3"] {
  grid-template-columns: 2fr 1fr 2fr;
}
.advance__grid[data-items="4"] {
  grid-template-columns: 1fr 2fr 1fr 1fr;
}
.advance__grid[data-items="1"] {
  grid-template-columns: repeat(1, 1fr);
}
.advance-item {
  display: flex;
  flex-direction: column;
  gap: 40px;
  opacity: 0;
  transition: 0.5s ease;
  transition-delay: var(--delay, 0s);
}
.advance-item.is-visible {
  opacity: 1;
}
.advance-item.is-small {
  gap: 25px;
}
.advance-item.is-small .advance-item__icon {
  width: 50px;
  height: 60px;
}
.advance-item.is-small .advance-item__desc {
  font-size: 1.25rem;
  line-height: 1.2;
  letter-spacing: -2%;
}
.advance-item__icon {
  width: 111px;
  height: 132px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3Csvg width='111' height='134' viewBox='0 0 111 134' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20 42.6572H48M20 42.6572L17.4273 50.697C16.4815 53.6526 16 56.737 16 59.8403V67.6572V82.6572V107.657V120.157V123.282M48 42.6572V36.6572C48 36.6572 45.7222 10.6572 34 0.657227C22.2778 10.6572 20 36.6572 20 36.6572V42.6572M48 42.6572L50.5727 50.697C51.5185 53.6526 52 56.737 52 59.8403V67.6572V82.6572V107.657V120.157V123.282M52 132.657H16M52 132.657V129.532V126.407M52 132.657H111M16 132.657V129.532V126.407M16 132.657H0M16 126.407V123.282M16 126.407H52M52 126.407V123.282M52 123.282H16M48 36.6572H20' stroke='%23FFBA84'/%3E%3C/svg%3E%0A");
}
.advance-item__desc {
  font-family: Alegreya Sans;
  font-weight: 400;
  font-size: 2.5rem;
  line-height: 1.125;
  letter-spacing: 5%;
  text-transform: uppercase;
  font-variant-numeric: lining-nums proportional-nums;
  color: rgb(255, 255, 255);
}

.zones {
  padding-top: 240px;
  position: relative;
}
.zones-card {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  height: 100vh;
  overflow: hidden;
  position: relative;
  cursor: none;
  width: 100%;
  height: 100%;
  pointer-events: auto;
  will-change: transform, opacity;
}
.zones-card__wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.zones-card .container {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
}
.zones-card__grid {
  flex: 1 1 auto;
  align-items: center;
  display: grid;
  grid-template-columns: 360px 1fr 360px;
  gap: 20px;
}
.zones-card__title {
  font-family: Alegreya Sans;
  font-weight: 400;
  font-size: 2.5rem;
  line-height: 1.125;
  letter-spacing: 5%;
  text-transform: uppercase;
  font-variant-numeric: lining-nums proportional-nums;
  color: rgb(255, 255, 255);
  text-align: center;
  display: block;
}
.zones-card__list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.zones-card__text {
  font-family: Alegreya Sans;
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 1.2;
  letter-spacing: -2%;
  text-transform: uppercase;
  font-variant-numeric: lining-nums proportional-nums;
  color: rgb(255, 255, 255);
}
.zones-card__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.zones-card__bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.35);
  z-index: 2;
}
.zones-card__bg video,
.zones-card__bg img {
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.zones__body {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  z-index: 10;
}

.fight {
  padding-top: 240px;
  overflow: hidden;
}
.fight__subtitle {
  font-family: Alegreya Sans;
  font-weight: 400;
  font-size: 2.5rem;
  line-height: 1.125;
  letter-spacing: 5%;
  text-transform: uppercase;
  font-variant-numeric: lining-nums proportional-nums;
}
.fight .heading {
  margin-bottom: 0;
}
.fight__body {
  padding-top: 30px;
}
.fight-card {
  position: relative;
  display: block;
}
.fight-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  background: rgba(0, 0, 0, 0.2);
  z-index: 2;
}
.fight-card.js-mob-fullheight {
  height: calc(var(--vh, 1vh) * 100 - 60px) !important;
  min-height: calc(var(--vh, 1vh) * 100 - 60px) !important;
}
.fight-card img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.fight__footer {
  padding-top: 30px;
}
.fight__footer-grid {
  display: flex;
  gap: 20px;
}
.fight__info {
  width: 60%;
}
.fight__about {
  width: 40%;
  gap: 20px;
  display: flex;
}
.fight__about-col {
  width: 100%;
}
.fight__about-text {
  font-family: Alegreya Sans;
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 1.2;
  letter-spacing: -2%;
  font-variant-numeric: lining-nums proportional-nums;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.9);
}
.fight__about-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.fight__about-item {
  display: flex;
  align-items: center;
  gap: 10px;
  position: relative;
}
.fight__about-item::before {
  content: "";
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='8.5' width='1' height='7' fill='%23FFBA84'/%3E%3Crect x='8.5' y='11' width='1' height='7' fill='%23FFBA84'/%3E%3Crect x='11' y='9.5' width='1' height='7' transform='rotate(-90 11 9.5)' fill='%23FFBA84'/%3E%3Crect y='9.5' width='1' height='7' transform='rotate(-90 0 9.5)' fill='%23FFBA84'/%3E%3C/svg%3E%0A");
}
.fight__desc {
  font-family: Alegreya Sans;
  font-weight: 300;
  font-size: 2.25rem;
  line-height: 1.11;
  letter-spacing: -2%;
  font-variant-numeric: lining-nums proportional-nums;
  color: rgb(255, 255, 255);
  max-width: 1130px;
  display: block;
}
.fight__desc a {
  color: rgb(255, 186, 132);
  text-decoration: underline;
  font-family: Alegreya Sans;
  text-decoration-style: solid;
  text-decoration-offset: 0%;
  text-decoration-thickness: 0%;
  text-decoration-skip-ink: auto;
}

.mediagal {
  padding-top: 240px;
  overflow: hidden;
}
.mediagal__btn {
  max-width: 360px;
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
}
.mediagal__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
.mediagal__grid .mediagal-card {
  padding-bottom: 56%;
  transition: 0.3s;
}
.mediagal__grid .mediagal-card:hover {
  opacity: 1 !important;
}
.mediagal__grid .mediagal-card:not(.is-video) {
  opacity: 0.5;
}
.mediagal__body {
  position: relative;
}
.mediagal-card {
  position: relative;
  padding-bottom: 65%;
  display: block;
}
.mediagal-card img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.mediagal__categories {
  display: flex;
  gap: 8px;
  align-items: flex-end;
  height: 150px;
  margin-bottom: 30px;
  flex-wrap: wrap;
  padding-right: 380px;
  align-self: flex-end;
}
.mediagal__categories-item {
  position: relative;
}
.mediagal__categories-item.is-active .mediagal__categories-link::before {
  bottom: 15px;
  background: rgb(255, 186, 132);
  opacity: 1;
}
.mediagal__categories-item.is-active .mediagal__categories-link {
  color: rgb(255, 186, 132) !important;
}
.mediagal__categories-item:hover .mediagal__categories-link::before {
  bottom: 15px;
  opacity: 1;
}
.mediagal__categories-item:hover .mediagal__categories-link {
  color: rgb(255, 255, 255);
}
.mediagal__categories-link {
  padding: 6px 6px 0;
  font-family: Alegreya Sans;
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 1.2rem;
  letter-spacing: -2%;
  text-transform: uppercase;
  font-variant-numeric: lining-nums proportional-nums;
  color: rgba(255, 255, 255, 0.5);
  transition: 0.3s;
  position: relative;
}
.mediagal__categories-link::before {
  content: "";
  width: 2px;
  height: 15px;
  background: rgb(255, 255, 255);
  transition: 0.3s;
  bottom: 0;
  left: 0;
  position: absolute;
  opacity: 0;
}

.join {
  padding-top: 240px;
  display: flex;
  flex-direction: column;
}
.join__container {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
}
.join:has(.btn:hover) .join__bg::before {
  background: rgba(0, 0, 0, 0.8);
}
.join:has(.btn:hover) .cursor {
  top: 50%;
  transform: translateY(-50%);
  right: 56.5%;
}
.join .heading {
  margin-bottom: 30px;
}
.join .cursor {
  top: 150px;
  right: 22%;
  left: auto;
  transition: 0.4s ease-out;
}
.join .btn {
  max-width: 80%;
  flex: 1 1 auto;
  flex-grow: 0.4;
  width: 100%;
  border-color: rgb(255, 255, 255);
  position: relative;
  z-index: 2;
  height: auto;
}
.join .btn:hover {
  border-color: rgb(255, 186, 132);
}
.join__body {
  min-height: 90vh;
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  flex: 1 1 auto;
  flex-direction: column;
}
.join__bg::before {
  content: "";
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
  transition: 0.3s;
}
.join__bg img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.join__bg img.is-mob {
  display: none;
}

.shortcuts {
  padding-top: 240px;
}
.shortcuts.is-serv .shortcuts__link-label {
  width: 33.3334%;
  display: block;
}
.shortcuts.is-serv .shortcuts__link-name {
  width: 50%;
}
.shortcuts.is-serv .shortcuts__link {
  min-height: 235px;
}
.shortcuts__body {
  display: flex;
  flex-direction: column;
}
.shortcuts__link {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
  padding-top: 7px;
  position: relative;
  min-height: 190px;
}
.shortcuts__link:hover::after {
  width: 100%;
}
.shortcuts__link:hover .shortcuts__link-label,
.shortcuts__link:hover .shortcuts__link-name span {
  color: rgb(255, 186, 132);
}
.shortcuts__link:hover .shortcuts__link-name {
  color: rgb(255, 255, 255);
}
.shortcuts__link::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  width: 100%;
  background: rgba(255, 255, 255, 0.15);
}
.shortcuts__link::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 1px;
  background: rgb(255, 186, 132);
  transition: 0.7s ease-out;
  z-index: 2;
}
.shortcuts__link:nth-child(even) .shortcuts__link-col:nth-child(1) {
  display: flex;
  justify-content: center;
}
.shortcuts__link:nth-child(even) .shortcuts__link-col:nth-child(2) {
  display: flex;
  justify-content: flex-end;
}
.shortcuts__link-label {
  font-family: Alegreya Sans;
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 1.2;
  letter-spacing: -2%;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.6);
  display: block;
  width: 33.333%;
  transition: 0.7s ease-out;
}
.shortcuts__link-name {
  transition: 0.7s ease-out;
  font-weight: 400;
  font-size: 2.5rem;
  line-height: 1.125;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.6);
  display: flex;
  flex-direction: column;
  gap: 15px;
  width: 50%;
}
.shortcuts__link-name span {
  font-family: Alegreya Sans;
  font-weight: 300;
  font-style: Light;
  font-size: 20px;
  line-height: 20px;
  letter-spacing: 0%;
  text-transform: lowercase;
  color: rgba(255, 186, 132, 0.6);
  transition: inherit;
}
.shortcuts__link-col:nth-child(1) {
  grid-column: span 3;
  padding-top: 15px;
}
.shortcuts__link-col:nth-child(2) {
  grid-column: span 2;
}

.cursor {
  position: absolute;
  top: 0;
  left: 0;
  width: 32px;
  height: 32px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='15.3467' y='21.7412' width='1.27891' height='10.2313' fill='%23DDA46B'/%3E%3Crect x='15.3467' width='1.27891' height='10.2313' fill='%23DDA46B'/%3E%3Crect x='10.2314' y='15.3467' width='1.27891' height='10.2313' transform='rotate(90 10.2314 15.3467)' fill='%23DDA46B'/%3E%3Crect x='31.9727' y='15.3467' width='1.27891' height='10.2313' transform='rotate(90 31.9727 15.3467)' fill='%23DDA46B'/%3E%3C/svg%3E%0A");
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 3;
  transform: translate(calc(var(--x, 0px) - 50%), calc(var(--y, 0px) - 50%));
  will-change: transform;
  pointer-events: none;
}
.cursor span {
  position: absolute;
  top: 30px;
  left: 30px;
  font-family: Jost;
  font-weight: 500;
  font-size: 0.75rem;
  line-height: 1.16;
  text-transform: uppercase;
  color: rgb(255, 255, 255);
}
.cursor::before {
  content: "";
  width: 1px;
  height: 210vh;
  position: absolute;
  background: rgba(255, 255, 255, 0.15);
}
.cursor::after {
  content: "";
  height: 1px;
  width: 210vw;
  position: absolute;
  background: rgba(255, 255, 255, 0.15);
}

.animated-svg {
  height: 235px;
  overflow: hidden;
  display: flex;
  align-items: flex-start;
  gap: 14px;
  width: 100%;
}
.animated-svg__begin .animated-svg__line:nth-child(1) {
  top: 0;
}
.animated-svg__begin .animated-svg__line:nth-child(2) {
  top: -30px;
}
.animated-svg__begin .animated-svg__line:nth-child(3) {
  top: -50px;
}
.animated-svg__begin, .animated-svg__grid {
  display: flex;
  gap: 14px;
}
.animated-svg__begin .animated-svg__line, .animated-svg__grid .animated-svg__line {
  position: relative;
}
.animated-svg__remain {
  display: flex;
  position: relative;
  flex: 1 1 auto;
}
.animated-svg__remain .animated-svg__line {
  position: absolute;
}
.animated-svg__remain .animated-svg__line:first-child {
  left: 24px;
}
.animated-svg__remain .animated-svg__line:last-child {
  right: 0;
}
.animated-svg__remain .animated-svg__line:nth-child(2) {
  left: 5%;
}
.animated-svg__remain .animated-svg__line:nth-child(3) {
  left: 12%;
}
.animated-svg__remain .animated-svg__line:nth-child(4) {
  left: 28%;
}
.animated-svg__remain .animated-svg__line:nth-child(5) {
  left: 66%;
}
.animated-svg__line {
  transition: 1.8s ease-out;
  width: 1px;
  height: 100px;
  flex: 1 1 1px;
  background: rgb(255, 186, 132);
  top: -60px;
}
.animated-svg.is-animate .animated-svg__line {
  transform: translateY(60px);
  opacity: 1 !important;
}
.animated-svg.is-animate .animated-svg__begin .animated-svg__line:nth-child(1) {
  transform: translateY(135px);
  transition: 2.2s ease-out;
}
.animated-svg.is-animate .animated-svg__begin .animated-svg__line:nth-child(2) {
  transform: translateY(95px);
  transition: 2s ease-out;
}
.animated-svg.is-animate .animated-svg__begin .animated-svg__line:nth-child(3) {
  transform: translateY(85px);
  transition: 2s ease-out;
}
.animated-svg.is-animate .animated-svg__begin .animated-svg__line:nth-child(4) {
  transform: translateY(75px);
  transition: 2s ease-out;
}
.animated-svg.is-animate .animated-svg__begin .animated-svg__line:nth-child(5) {
  transform: translateY(65px);
  transition: 2s ease-out;
}

.advance__mob-grid {
  display: none;
}

.zones-card {
  pointer-events: auto;
  will-change: transform, opacity;
  transform: translateZ(0);
}

.zones-card__wrapper {
  contain: layout style paint;
}

.zones__body {
  contain: layout style paint;
}

.popup__slider {
  opacity: 0;
  transition: 0.3s;
}
.popup__slider.swiper-initialized {
  opacity: 1;
}

@media (max-width: 1439px) {
  .fight__footer-grid {
    flex-direction: column;
    align-items: flex-start;
    gap: 50px;
  }
  .animated-svg__remain .animated-svg__line:nth-child(2) {
    display: none;
  }
  .stats__col:last-child {
    max-width: 450px;
  }
  .fight__info,
  .fight__about {
    width: 100%;
  }
  .fight__about {
    padding-top: 15px;
    border-top: 1px solid rgb(255, 255, 255);
  }
}
@media (max-width: 1199px) {
  .banner__title,
  .heading__title {
    font-size: 50px;
  }
  .tabs {
    padding-right: 27px;
  }
  .advance-item__desc,
  .shortcuts__link-name,
  .zones-card__title {
    font-size: 32px;
  }
  .zones-card__grid {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding-bottom: 60px;
    gap: 50px;
    align-items: flex-start;
  }
  .zones-card__grid .empty {
    display: none;
  }
  .zones-card__list {
    max-width: 360px;
  }
  .zones-card__title {
    text-align: left;
  }
  .mediagal__categories {
    height: auto;
    padding-right: 0;
  }
  .stats__num, .stats__subgrid:has(.stats__item:only-child) .stats__desc {
    font-size: 22px;
  }
  .mediagal__btn {
    position: relative;
    margin-top: 10px;
    width: 100%;
    max-width: none;
    height: 100px !important;
  }
}
@media (max-width: 1023px) {
  .advance__grid {
    grid-template-columns: repeat(1, 1fr) !important;
  }
  .advance__row.is-desc {
    display: none;
  }
  .advance__mob-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px 10px;
  }
  .advance-item {
    padding-top: 25px;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
    opacity: 1;
  }
  .advance-item {
    grid-column: span 2;
    gap: 20px;
  }
  .advance-item.is-small {
    grid-column: span 1;
    gap: 10px;
  }
  .advance-item__icon {
    width: 84px;
    height: 100px;
  }
  .advance-item.is-small .advance-item__icon {
    width: 42px;
    height: 50px;
  }
  .zones {
    padding-top: 100px;
  }
  .mediagal__grid {
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
  }
  .animated-svg__remain .animated-svg__line:nth-child(3) {
    display: none;
  }
}
@media (max-width: 767px) {
  .banner__body {
    justify-content: flex-end;
    padding-bottom: 70px;
  }
  .heading__title {
    flex-direction: column;
  }
  .heading__desc {
    font-size: 14px;
  }
  .shortcuts__link {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
  }
  .shortcuts__link-col:nth-child(2) {
    flex: 1 1 auto;
  }
  .shortcuts__link:nth-child(even) .shortcuts__link-col:nth-child(2) {
    justify-content: flex-start;
  }
  .shortcuts__link:nth-child(even) .shortcuts__link-col:nth-child(1) {
    justify-content: unset;
  }
  .banner__title-wrapper {
    flex-direction: column;
    gap: 30px;
  }
  .banner__label {
    margin-left: auto;
  }
  .banner__label,
  .stats__desc,
  .advance-item.is-small .advance-item__desc,
  .zones-card__text,
  .fight__about-text {
    font-size: 14px;
  }
  .banner__title,
  .heading__title {
    font-size: 36px;
  }
  .zones-card__bg img {
    object-position: 25%;
  }
  .subheading {
    min-height: 210px;
    padding-top: 10px;
  }
  .subheading__title,
  .advance-item__desc,
  .zones-card__title,
  .fight__desc {
    font-size: 22px;
  }
  .stats__num,
  .stats__subgrid:has(.stats__item:only-child) .stats__desc {
    font-size: 22px;
  }
  .stats__grid {
    flex-direction: column;
    justify-content: flex-end;
    gap: 50px;
  }
  .stats__body {
    padding-bottom: 100px;
  }
  .stats__subgrid {
    padding-bottom: 0;
  }
  .stats__col:first-child {
    max-width: 180px;
  }
  .advance,
  .fight,
  .mediagal,
  .shortcuts {
    padding-top: 100px;
  }
  .fight {
    padding-bottom: 100px;
  }
  .heading {
    gap: 20px;
    margin-bottom: 50px;
  }
  .fight-card.js-mob-fullheight {
    height: auto !important;
    min-height: auto !important;
  }
  .fight-card__img {
    padding-bottom: 67%;
  }
  .mediagal__categories {
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
  }
  .mediagal__categories-link {
    font-size: 14px;
  }
  .tabs {
    gap: 15px;
  }
  .tabs__link {
    font-size: 22px;
  }
  .tabs__item.is-active .tabs__link::before {
    bottom: 12px;
  }
  .mediagal .heading {
    margin-bottom: 55px;
  }
  .mediagal-card {
    padding-bottom: 67%;
  }
  .mediagal__btn {
    padding-bottom: 10px !important;
  }
  .mediagal__btn::before {
    display: none;
  }
  .join {
    padding-top: 100px;
  }
  .join .btn {
    max-width: 100%;
    height: 140px;
    flex: 0 0 auto;
  }
  .join__bg img {
    display: none;
  }
  .join__bg img.is-mob {
    display: block;
  }
  .shortcuts__link-name {
    font-size: 22px;
  }
  .shortcuts__link-label {
    font-size: 14px;
    padding-top: 5px;
  }
  .shortcuts__link {
    min-height: 110px;
    padding: 10px 0;
  }
  .fight__subtitle {
    font-size: 22px;
  }
  .animated-svg {
    height: 135px;
  }
  .animated-svg .animated-svg__line {
    height: 60px;
    top: -30px;
  }
  .animated-svg__begin .animated-svg__line:nth-child(2) {
    top: -12px;
  }
  .animated-svg__begin .animated-svg__line:nth-child(3) {
    top: -20px;
  }
  .animated-svg__begin .animated-svg__line:nth-child(4) {
    top: -28px;
  }
  .animated-svg__grid .animated-svg__line:nth-child(7),
  .animated-svg__grid .animated-svg__line:nth-child(8),
  .animated-svg__grid .animated-svg__line:nth-child(9),
  .animated-svg__grid .animated-svg__line:nth-child(10),
  .animated-svg__grid .animated-svg__line:nth-child(11),
  .animated-svg__grid .animated-svg__line:nth-child(12),
  .animated-svg__grid .animated-svg__line:nth-child(13),
  .animated-svg__grid .animated-svg__line:nth-child(14),
  .animated-svg__grid .animated-svg__line:nth-child(15),
  .animated-svg__grid .animated-svg__line:nth-child(16) {
    display: none;
  }
  .animated-svg__remain .animated-svg__line:nth-child(4) {
    display: none;
  }
  .animated-svg__remain .animated-svg__line:nth-child(5) {
    left: 48%;
  }
  .animated-svg.is-animate .animated-svg__begin .animated-svg__line:nth-child(1) {
    transform: translateY(75px);
  }
  .animated-svg.is-animate .animated-svg__begin .animated-svg__line:nth-child(2) {
    transform: translateY(55px);
  }
  .animated-svg.is-animate .animated-svg__begin .animated-svg__line:nth-child(3) {
    transform: translateY(40px);
  }
  .animated-svg.is-animate .animated-svg__begin .animated-svg__line:nth-child(4) {
    transform: translateY(35px);
  }
  .animated-svg.is-animate .animated-svg__line,
  .animated-svg.is-animate .animated-svg__begin .animated-svg__line:nth-child(5) {
    transform: translateY(30px);
  }
}
.policy {
  padding-top: 240px;
}
.policy__group {
  padding-top: 15px;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  padding-bottom: 100px;
  gap: 20px;
}
.policy__col:nth-child(1) {
  grid-column: span 3;
}
.policy__col:nth-child(2) {
  grid-column: span 2;
}
.policy__body h2 {
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 1.2;
  letter-spacing: -2%;
  text-transform: uppercase;
  font-variant-numeric: lining-nums proportional-nums;
  color: rgb(255, 255, 255);
}
.policy__body p {
  font-weight: 300;
  font-size: 1.125rem;
  line-height: 1.44;
  color: rgb(255, 255, 255);
}

@media (max-width: 1439px) {
  .policy__group {
    display: flex;
    flex-direction: column;
    padding-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .policy__body h2 {
    font-size: 14px;
  }
  .policy__body p {
    font-size: 12px;
  }
  .policy {
    padding-top: 100px;
  }
}
.fight.is-service .heading {
  margin-bottom: 70px;
}
.fight.is-service .heading__title span {
  color: rgba(255, 255, 255, 0.8) !important;
}
.fight.is-service .heading__title .heading__name {
  max-width: 1120px;
  width: 100%;
}

@media (max-width: 1439px) {
  .fight.is-service .fight__footer-grid {
    gap: 40px;
  }
  .fight.is-service .fight__about {
    padding-top: 0;
    border: none;
  }
  .fight.is-service .fight__about-col {
    max-width: 1130px;
  }
  .fight.is-service .fight__about-col:nth-child(1) {
    display: none;
  }
}
@media (max-width: 1023px) {
  .fight.is-service .heading__title {
    flex-direction: column;
  }
  .fight.is-service .heading__title span {
    color: rgb(255, 255, 255) !important;
  }
  .fight.is-service .heading__title .heading__desc {
    margin-left: auto;
  }
}
.services {
  padding-top: 240px;
}
.services .curtain-item:nth-child(1) {
  transition-delay: 0.4s;
  transform: translateX(100vw);
}
.services .curtain-item:nth-child(2) {
  transition-delay: 0.2s;
  transform: translateX(100vw);
}
.services .curtain-item:nth-child(3) {
  transform: translateX(100vw);
}
.services .curtain-item:nth-child(1) {
  left: 0;
}
.services .curtain-item:nth-child(2) {
  left: 33.32%;
}
.services .curtain-item:nth-child(3) {
  left: 66.666%;
}
.services .curtain-item:nth-child(4) {
  display: none;
}
.services .curtain.is-active .curtain-item {
  width: 34%;
  transform: none;
}
.services .curtain.is-active .curtain-item:nth-child(1) {
  left: 0;
  transition-delay: 0s;
}
.services .curtain.is-active .curtain-item:nth-child(2) {
  left: 33.32%;
  transition-delay: 0.2s;
}
.services .curtain.is-active .curtain-item:nth-child(3) {
  left: 66.666%;
  transition-delay: 0.4s;
}
.services .zones-card {
  transition: 0.9s;
}
.services .zones-card:has(.curtain.is-active) {
  opacity: 0;
}
.services .zones-card:not(:has(.curtain.is-active)) {
  opacity: 1;
}
.services .heading {
  margin-bottom: 50px;
}
.services .heading__name {
  max-width: 1134px;
}
.services .zones-card {
  z-index: 2;
}
.services .zones-card__bg {
  z-index: 2;
}
.services .container {
  z-index: 3;
}
.services .zones-card__grid {
  grid-template-columns: repeat(1, 1fr);
}
.services .curtain {
  z-index: 5;
}
.services .zones-card__head {
  display: flex;
  flex-direction: column;
  gap: 7px;
  align-items: center;
}
.services .zones-card__desc {
  font-weight: 500;
  font-size: 0.75rem;
  line-height: 1.16;
  text-align: center;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.9);
}
.services__grid {
  display: flex;
  flex-direction: column;
  gap: 50px;
}

.zones-card.is-inactive {
  pointer-events: none;
}

.fight__subtitle {
  opacity: 0.9;
}

.shortcuts.is-serv .shortcuts__link.is-visible::after {
  width: 100%;
}
.shortcuts.is-serv .shortcuts__link.is-visible .shortcuts__link-label,
.shortcuts.is-serv .shortcuts__link.is-visible .shortcuts__link-name span {
  color: rgb(255, 186, 132);
}
.shortcuts.is-serv .shortcuts__link.is-visible .shortcuts__link-name {
  color: rgb(255, 255, 255);
}

@media (max-width: 1439px) {
  .shortcuts.is-serv .shortcuts__link-label,
  .shortcuts.is-serv .shortcuts__link-name {
    width: 100%;
  }
}
@media (max-width: 1199px) {
  .services .zones-card__grid {
    align-items: center;
    justify-content: center;
    padding: 60px 0;
  }
}
@media (max-width: 1023px) {
  .services .cursor {
    pointer-events: none;
    height: 40px;
    width: calc(100% - 20px);
    bottom: 20px;
    left: 10px;
    transform: none;
    top: auto;
    background: none;
    border: 1px solid rgba(255, 255, 255, 0.1490196078);
    font-family: Alegreya Sans;
    font-weight: 400;
    font-size: Size/Sub;
    line-height: Line-height/Sub;
    letter-spacing: -2%;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.9);
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 0 10px;
    transition: 0.3s;
  }
  .services .cursor span {
    position: static;
  }
  .services .cursor::after {
    width: 1px;
    height: 20px;
    top: 50%;
    transform: translateY(-50%);
    background: rgb(255, 255, 255);
    right: 60px;
    transition: 0.3s;
  }
  .services .cursor::before {
    display: none;
  }
  .services .zones-card:hover .cursor {
    border-color: rgb(255, 186, 132);
  }
  .services .zones-card:hover .cursor span {
    color: rgb(255, 186, 132);
  }
  .services .zones-card:hover .cursor::after {
    right: 10px;
    width: 12px;
    background: rgb(255, 186, 132);
  }
}
@media (max-width: 767px) {
  .services__grid {
    gap: 40px;
  }
  .shortcuts.is-serv {
    padding-top: 0;
  }
  .fight.is-service {
    padding-bottom: 50px;
  }
  .shortcuts.is-serv .shortcuts__link {
    gap: 20px;
  }
  .shortcuts.is-serv .shortcuts__link .shortcuts__link-col {
    width: 50%;
  }
  .shortcuts.is-serv .shortcuts__link {
    min-height: 145px;
  }
}
.team {
  padding-top: 240px;
}
.team__body {
  padding-top: 150px;
  display: flex;
  flex-direction: column;
  gap: 100px;
}
.team__curtain {
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
}
.team__curtain.is-active .team__curtain-item {
  width: 34%;
  transform: none;
}
.team__curtain.is-active .team__curtain-item:nth-child(1) {
  left: 0;
  transition-delay: 0s;
}
.team__curtain.is-active .team__curtain-item:nth-child(2) {
  left: 33.32%;
  transition-delay: 0.2s;
}
.team__curtain.is-active .team__curtain-item:nth-child(3) {
  left: 66.666%;
  transition-delay: 0.4s;
}
.team__curtain-item {
  width: 0;
  background: rgb(0, 0, 0);
  position: absolute;
  top: 0;
  left: 0;
  height: 101%;
  transition: 2s;
  will-change: transition;
}
.team__curtain-item:nth-child(1) {
  transition-delay: 0.4s;
  transform: translateX(100vw);
}
.team__curtain-item:nth-child(2) {
  transition-delay: 0.2s;
  transform: translateX(100vw);
}
.team__curtain-item:nth-child(3) {
  transform: translateX(100vw);
}
.team__curtain-item:nth-child(1) {
  left: 0;
}
.team__curtain-item:nth-child(2) {
  left: 33.32%;
}
.team__curtain-item:nth-child(3) {
  left: 66.666%;
}
.team__row {
  padding-top: 15px;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}
.team__row:nth-child(even) .team-info {
  order: -1;
}
.team__grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
}
.team__img {
  width: 100%;
  aspect-ratio: 740/1024;
  position: relative;
  z-index: 2;
  grid-column: span 2;
  overflow: hidden;
}
.team__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.team__img::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: rgba(0, 0, 0, 0.25);
  z-index: 2;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.75' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)' opacity='0.1'/%3E%3C/svg%3E");
}
.team-info {
  grid-column: span 3;
  display: flex;
  flex-direction: column;
  gap: 50px;
}
.team-info__drop-head {
  justify-content: space-between;
  gap: 10px;
  position: relative;
  display: none;
}
.team-info__drop-head::after {
  content: "";
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.5 9.5H16.5V10.5H10.5V16.5H9.5V10.5H3.5V9.5H9.5V3.5H10.5V9.5Z' fill='white'/%3E%3C/svg%3E%0A");
}
.team-info__drop-head span {
  font-family: Alegreya Sans;
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 1.2;
  letter-spacing: -2%;
  text-transform: uppercase;
  font-variant-numeric: lining-nums proportional-nums;
  color: rgb(255, 255, 255);
  opacity: 0.9;
}
.team-info__title {
  font-family: Alegreya Sans;
  font-weight: 400;
  font-size: 2.5rem;
  line-height: 1.125;
  letter-spacing: 5%;
  text-transform: uppercase;
  font-variant-numeric: lining-nums proportional-nums;
  color: rgb(255, 255, 255);
  opacity: 0.9;
}
.team-info__rows {
  display: flex;
  flex-direction: column;
  gap: 50px;
}
.team-info__row {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding-top: 15px;
  border-top: 1px solid rgb(255, 255, 255);
  margin-bottom: 50px;
}
.team-info__row:last-child {
  margin-bottom: 0;
}
.team-info__row:has(.team-info__col:only-child) .team-info__col {
  max-width: none !important;
  width: 100% !important;
}
.team-info__col {
  width: 100%;
}
.team-info__col:nth-child(2) {
  max-width: 360px;
}
.team-info__label, .team-info__item span {
  font-family: Alegreya Sans;
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 1.2;
  letter-spacing: -2%;
  text-transform: uppercase;
  font-variant-numeric: lining-nums proportional-nums;
  color: rgb(255, 255, 255);
  opacity: 0.9;
}
.team-info__label {
  text-align: left;
}
.team-info__item {
  position: relative;
  padding-left: 30px;
  margin-bottom: 10px;
}
.team-info__item.is-small span {
  font-size: 14px;
  line-height: 1.44;
  font-weight: 400;
  text-transform: none;
  opacity: 0.9;
}
.team-info__item:last-child {
  margin-bottom: 0;
}
.team-info__item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='8.5' width='1' height='7' fill='%23FFBA84'/%3E%3Crect x='8.5' y='11' width='1' height='7' fill='%23FFBA84'/%3E%3Crect x='11' y='9.5' width='1' height='7' transform='rotate(-90 11 9.5)' fill='%23FFBA84'/%3E%3Crect y='9.5' width='1' height='7' transform='rotate(-90 0 9.5)' fill='%23FFBA84'/%3E%3C/svg%3E%0A");
}

@media (max-width: 1199px) {
  .team__grid {
    display: flex;
    flex-direction: column;
  }
  .team__row:nth-child(even) .team-info {
    order: 2;
  }
  .team-info__col.is-desk {
    display: none;
  }
  .team-info__col:nth-child(2) {
    max-width: none;
  }
  .team-info__drop-head {
    display: flex;
    padding-top: 15px;
  }
  .team-info__row {
    padding-top: 0;
    border: none;
  }
  .team-info__drop {
    border-top: 1px solid rgb(255, 255, 255);
  }
  .team-info__drop-hidden {
    padding-top: 15px;
    display: none;
  }
}
@media (max-width: 767px) {
  .team__body {
    gap: 60px;
    padding-top: 100px;
  }
  .team {
    padding-top: 100px;
  }
  .fight__desc,
  .team-info__title {
    font-size: 22px;
  }
  .team-info__label, .team-info__item span {
    font-size: 14px;
  }
  .team-info__item {
    padding-top: 30px;
    padding-left: 0;
  }
  .team-info__item::before {
    top: 0;
    transform: none;
  }
  .team-info__row {
    margin-bottom: 40px;
  }
  .team-info__rows {
    gap: 0;
  }
}
.unexist {
  padding-top: 240px;
  padding-bottom: 100px;
}
.unexist .heading__name {
  font-size: 170px;
}
.unexist__body {
  display: flex;
  justify-content: center;
}
.unexist__body .btn {
  max-width: 360px;
  width: 100%;
}

.zones-card__text,
.fight__desc {
  opacity: 0.9;
}

@media (max-width: 767px) {
  .unexist .heading__name {
    font-size: 100px;
  }
  .unexist {
    padding-top: 100px;
  }
  .unexist__body {
    padding-top: 100px;
  }
  .unexist__body .btn {
    max-width: none;
    min-height: 100px;
    height: 100px;
  }
}
@media (min-width: 1921px) {
  html {
    font-size: 0.8333333333vw;
  }
  body {
    font-size: 1rem;
  }
  p {
    font-size: 1.125rem;
  }
  .container {
    padding: 0 1.25rem;
  }
  .header {
    padding: 1.25rem 0;
  }
  .header__col {
    max-width: 22.5rem;
  }
  .header__col:nth-child(2) {
    max-width: 8rem;
  }
  .nav {
    padding: 1.25rem 0;
  }
  .nav__col {
    min-width: 11.25rem;
  }
  .nav__list {
    gap: 0.5625rem;
    margin-bottom: 0.625rem;
  }
  .btn {
    height: 2.75rem;
    padding-left: 0.625rem;
    padding-right: 4.375rem;
  }
  .btn::after {
    right: 3.75rem;
    height: 1.25rem;
  }
  .btn.is-big {
    height: 9.375rem;
    padding-bottom: 2.5rem;
  }
  .btn.is-bigger {
    height: 8.4375rem;
    padding-top: 1.875rem;
  }
  .btn.is-menu {
    height: 6.5rem;
    padding-top: 1.875rem;
  }
  .heading {
    gap: 1.875rem;
    margin-bottom: 9.375rem;
  }
  .heading__name {
    max-width: 62.5rem;
  }
  .tabs {
    gap: 0.6875rem;
    padding-right: 29.375rem;
    margin-bottom: 1.875rem;
  }
  .subheading {
    padding: 1.875rem 0;
    min-height: 20rem;
  }
  .subheading__title {
    max-width: 70rem;
  }
  .arsenal,
  .contacts,
  .education,
  .advance,
  .fight,
  .mediagal,
  .join,
  .shortcuts,
  .policy,
  .services,
  .team,
  .zones {
    padding-top: 15rem;
  }
  .arsenal__decor {
    margin-bottom: 6.25rem;
  }
  .arsenal .heading {
    margin-bottom: 4.1875rem;
  }
  .arsenal .heading.is-bottom {
    margin-bottom: 6.25rem;
  }
  .arsenal .heading__name {
    max-width: 70rem;
  }
  .arsenal__grid {
    gap: 1.25rem;
  }
  .arsenal-info__row {
    margin-bottom: 3.125rem;
    padding-top: 0.9375rem;
  }
  .arsenal-info__title {
    margin-bottom: 3.125rem;
  }
  .stats__subgrid {
    gap: 0.625rem;
    padding-bottom: 6.875rem;
  }
  .stats__body {
    padding: 2.5rem 0;
  }
  .stats__col:first-child {
    padding-top: 0.8125rem;
    max-width: 22.5rem;
  }
  .stats__col:last-child {
    max-width: 45.625rem;
  }
  .advance__row {
    gap: 4.375rem;
  }
  .advance__grid {
    gap: 1.25rem;
  }
  .advance-item {
    gap: 2.5rem;
  }
  .advance-item__icon {
    width: 6.9375rem;
    height: 8.25rem;
  }
  .advance-item.is-small {
    gap: 1.5625rem;
  }
  .advance-item.is-small .advance-item__icon {
    width: 3.125rem;
    height: 3.75rem;
  }
  .zones-card__grid {
    grid-template-columns: 22.5rem 1fr 22.5rem;
    gap: 1.25rem;
  }
  .zones-card__list {
    gap: 1.25rem;
  }
  .fight__body {
    padding-top: 1.875rem;
  }
  .fight__footer {
    padding-top: 1.875rem;
  }
  .fight__footer-grid {
    gap: 1.25rem;
  }
  .fight__footer-grid.is-alone {
    padding-top: 1.875rem;
  }
  .fight__about {
    gap: 1.25rem;
  }
  .fight__about-list {
    gap: 0.625rem;
  }
  .fight__about-item {
    gap: 0.625rem;
  }
  .fight__desc {
    max-width: 70.625rem;
  }
  .mediagal__btn {
    max-width: 22.5rem;
  }
  .mediagal__grid {
    gap: 1.25rem;
  }
  .mediagal__categories {
    gap: 0.5rem;
    height: 9.375rem;
    margin-bottom: 1.875rem;
    padding-right: 23.75rem;
  }
  .mediagal__categories.is-arsenal {
    min-height: 8.375rem;
    padding-top: 1.875rem;
  }
  .join .heading {
    margin-bottom: 1.875rem;
  }
  .join .cursor {
    top: 9.375rem;
  }
  .shortcuts__link {
    gap: 1.25rem;
    min-height: 11.875rem;
    padding-top: 0.4375rem;
  }
  .shortcuts.is-serv .shortcuts__link {
    min-height: 14.6875rem;
  }
  .shortcuts__link-name {
    gap: 0.9375rem;
  }
  .shortcuts__link-name span {
    font-size: 1.25rem;
  }
  .education .heading__name {
    max-width: 43.75rem;
  }
  .education__body {
    gap: 9.375rem;
  }
  .education__group {
    gap: 1.25rem;
    padding-top: 0.9375rem;
  }
  .education__group-col:nth-child(1) {
    width: 22.5rem;
    flex: 0 0 22.5rem;
  }
  .education__rows {
    gap: 3.125rem;
  }
  .education__links {
    gap: 3.125rem;
  }
  .education-link {
    gap: 0.625rem;
    padding-top: 1.875rem;
  }
  .education__desc-text {
    max-width: 46.25rem;
  }
  .education__cards {
    gap: 1.25rem;
  }
  .education-nav {
    gap: 1.25rem;
  }
  .education-nav__item {
    padding-top: 1.5625rem;
  }
  .education-nav__item-label {
    margin-bottom: 3.125rem;
  }
  .education-nav__item-num {
    font-size: 1.25rem;
    margin-bottom: 0.9375rem;
  }
  .education-contents__item {
    padding-top: 1.875rem;
    padding-bottom: 3.125rem;
  }
  .spec-table table {
    min-width: 61.25rem;
  }
  .spec-table th,
  .spec-table td {
    padding: 0.9375rem;
    padding-bottom: 2.8125rem;
  }
  .services .heading__name {
    max-width: 70.875rem;
  }
  .team__body {
    padding-top: 9.375rem;
    gap: 6.25rem;
  }
  .team__row {
    padding-top: 0.9375rem;
  }
  .team__grid {
    gap: 1.25rem;
  }
  .team-info {
    gap: 3.125rem;
  }
  .team-info__rows {
    gap: 3.125rem;
  }
  .team-info__row {
    gap: 1.25rem;
    padding-top: 0.9375rem;
    margin-bottom: 3.125rem;
  }
  .team-info__col:nth-child(2) {
    max-width: 22.5rem;
  }
  .team-info__item {
    padding-left: 1.875rem;
    margin-bottom: 0.625rem;
  }
  .contacts .heading {
    margin-bottom: 1.875rem;
  }
  .contacts__map-wrapper {
    min-height: 58.75rem;
  }
  .contacts__map-top {
    top: 1.875rem;
    gap: 1.25rem;
  }
  .contacts__map-top .btn {
    min-height: 11.25rem;
  }
  .policy__group {
    padding-top: 0.9375rem;
    padding-bottom: 6.25rem;
    gap: 1.25rem;
  }
  .footer {
    padding-top: 6.25rem;
    padding-bottom: 12.5rem;
  }
  .footer__middle {
    gap: 1.25rem;
  }
  .footer__middle .footer__col {
    gap: 1.25rem;
  }
  .footer__middle .footer__col .btn {
    min-height: 17.5rem;
  }
  .footer__top {
    margin-bottom: 1.25rem;
  }
  .footer__bottom {
    padding-top: 0.625rem;
    gap: 1.25rem;
    margin-top: 9.375rem;
  }
  .footer__bottom-col {
    gap: 1.25rem;
  }
  .footer__group {
    margin-bottom: 5rem;
  }
  .footer__list {
    gap: 0.625rem;
  }
  .footer__groups-title {
    margin-bottom: 1.25rem;
  }
  .menu {
    padding-top: 6.25rem;
  }
  .menu__close {
    padding: 0 1.25rem;
  }
  .menu__img {
    height: 12.5rem;
  }
  .menu-nav {
    gap: 0.9375rem;
  }
  .menu-nav__links {
    gap: 0.9375rem;
    margin-bottom: 5.625rem;
  }
  .menu-nav__sublink {
    max-width: 22.5rem;
  }
  .menu__inner-scroll {
    padding: 6.25rem 1.25rem 1.25rem;
    gap: 3.125rem;
  }
  .menu__top {
    grid-template-columns: 1fr 22.5rem 1fr;
    gap: 1.25rem;
  }
  .menu__label {
    margin-bottom: 0.625rem;
  }
  .menu__col:has(.menu__subcol) {
    gap: 1.25rem;
  }
  .popup__inner {
    gap: 1.25rem;
  }
  .popup__close {
    padding: 0 1.25rem;
  }
  .popup__right {
    max-width: 46.875rem;
  }
  .popup.popup-zones .popup__right,
  .popup.popup-zones .popup__middle {
    max-width: calc(50% - 3.75rem);
  }
  .popup__main-scroll {
    padding: 6.25rem 1.25rem;
  }
  .popup__heading {
    gap: 1.25rem;
    margin-bottom: 8.4375rem;
  }
  .popup-content,
  .popup-content__body {
    gap: 3.125rem;
  }
  .popup-content__row {
    padding-top: 0.9375rem;
    gap: 1.25rem;
  }
  .popup-form__items {
    gap: 1.25rem;
    margin-bottom: 8.4375rem;
  }
  .popup-form__item-input {
    height: 3.4375rem;
  }
  .popup-form__submit {
    margin-bottom: 1.875rem;
  }
  .popup-form__agree {
    gap: 0.9375rem;
  }
  .unexist {
    padding-bottom: 6.25rem;
  }
  .unexist .heading__name {
    font-size: 10.625rem;
  }
  .unexist__body .btn {
    max-width: 22.5rem;
  }
  .cursor span {
    top: 1.875rem;
    left: 1.875rem;
  }
  .fight.is-service .heading__title .heading__name {
    max-width: 70rem;
  }
  .nav__item.is-active .nav__link::before,
  .nav__item:hover .nav__link::before {
    bottom: 1rem;
  }
  .tabs__item.is-active .tabs__link::before,
  .tabs__item:hover .tabs__link::before {
    bottom: 1.9rem;
  }
  .cookie {
    max-width: 70rem;
  }
  .mediagal__categories-item.is-active .mediagal__categories-link::before,
  .mediagal__categories-item:hover .mediagal__categories-link::before {
    bottom: 1rem;
  }
  .header__logo img {
    width: 6rem;
  }
}