/*!*********************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/leaflet/dist/leaflet.css ***!
  \*********************************************************************************************************************/
/* required styles */

.leaflet-pane,
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-tile-container,
.leaflet-pane > svg,
.leaflet-pane > canvas,
.leaflet-zoom-box,
.leaflet-image-layer,
.leaflet-layer {
	position: absolute;
	left: 0;
	top: 0;
	}
.leaflet-container {
	overflow: hidden;
	}
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow {
	-webkit-user-select: none;
	   -moz-user-select: none;
	        user-select: none;
	  -webkit-user-drag: none;
	}
/* Prevents IE11 from highlighting tiles in blue */
.leaflet-tile::selection {
	background: transparent;
}
/* Safari renders non-retina tile on retina better with this, but Chrome is worse */
.leaflet-safari .leaflet-tile {
	image-rendering: -webkit-optimize-contrast;
	}
/* hack that prevents hw layers "stretching" when loading new tiles */
.leaflet-safari .leaflet-tile-container {
	width: 1600px;
	height: 1600px;
	-webkit-transform-origin: 0 0;
	}
.leaflet-marker-icon,
.leaflet-marker-shadow {
	display: block;
	}
/* .leaflet-container svg: reset svg max-width decleration shipped in Joomla! (joomla.org) 3.x */
/* .leaflet-container img: map is broken in FF if you have max-width: 100% on tiles */
.leaflet-container .leaflet-overlay-pane svg {
	max-width: none !important;
	max-height: none !important;
	}
.leaflet-container .leaflet-marker-pane img,
.leaflet-container .leaflet-shadow-pane img,
.leaflet-container .leaflet-tile-pane img,
.leaflet-container img.leaflet-image-layer,
.leaflet-container .leaflet-tile {
	max-width: none !important;
	max-height: none !important;
	width: auto;
	padding: 0;
	}

.leaflet-container.leaflet-touch-zoom {
	-ms-touch-action: pan-x pan-y;
	touch-action: pan-x pan-y;
	}
.leaflet-container.leaflet-touch-drag {
	-ms-touch-action: pinch-zoom;
	/* Fallback for FF which doesn't support pinch-zoom */
	touch-action: none;
	touch-action: pinch-zoom;
}
.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom {
	-ms-touch-action: none;
	touch-action: none;
}
.leaflet-container {
	-webkit-tap-highlight-color: transparent;
}
.leaflet-container a {
	-webkit-tap-highlight-color: rgba(51, 181, 229, 0.4);
}
.leaflet-tile {
	filter: inherit;
	visibility: hidden;
	}
.leaflet-tile-loaded {
	visibility: inherit;
	}
.leaflet-zoom-box {
	width: 0;
	height: 0;
	-moz-box-sizing: border-box;
	     box-sizing: border-box;
	z-index: 800;
	}
/* workaround for https://bugzilla.mozilla.org/show_bug.cgi?id=888319 */
.leaflet-overlay-pane svg {
	-moz-user-select: none;
	}

.leaflet-pane         { z-index: 400; }

.leaflet-tile-pane    { z-index: 200; }
.leaflet-overlay-pane { z-index: 400; }
.leaflet-shadow-pane  { z-index: 500; }
.leaflet-marker-pane  { z-index: 600; }
.leaflet-tooltip-pane   { z-index: 650; }
.leaflet-popup-pane   { z-index: 700; }

.leaflet-map-pane canvas { z-index: 100; }
.leaflet-map-pane svg    { z-index: 200; }

.leaflet-vml-shape {
	width: 1px;
	height: 1px;
	}
.lvml {
	behavior: url(#default#VML);
	display: inline-block;
	position: absolute;
	}


/* control positioning */

.leaflet-control {
	position: relative;
	z-index: 800;
	pointer-events: visiblePainted; /* IE 9-10 doesn't have auto */
	pointer-events: auto;
	}
.leaflet-top,
.leaflet-bottom {
	position: absolute;
	z-index: 1000;
	pointer-events: none;
	}
.leaflet-top {
	top: 0;
	}
.leaflet-right {
	right: 0;
	}
.leaflet-bottom {
	bottom: 0;
	}
.leaflet-left {
	left: 0;
	}
.leaflet-control {
	float: left;
	clear: both;
	}
.leaflet-right .leaflet-control {
	float: right;
	}
.leaflet-top .leaflet-control {
	margin-top: 10px;
	}
.leaflet-bottom .leaflet-control {
	margin-bottom: 10px;
	}
.leaflet-left .leaflet-control {
	margin-left: 10px;
	}
.leaflet-right .leaflet-control {
	margin-right: 10px;
	}


/* zoom and fade animations */

.leaflet-fade-anim .leaflet-popup {
	opacity: 0;
	-webkit-transition: opacity 0.2s linear;
	   -moz-transition: opacity 0.2s linear;
	        transition: opacity 0.2s linear;
	}
.leaflet-fade-anim .leaflet-map-pane .leaflet-popup {
	opacity: 1;
	}
.leaflet-zoom-animated {
	-webkit-transform-origin: 0 0;
	    -ms-transform-origin: 0 0;
	        transform-origin: 0 0;
	}
svg.leaflet-zoom-animated {
	will-change: transform;
}

.leaflet-zoom-anim .leaflet-zoom-animated {
	-webkit-transition: -webkit-transform 0.25s cubic-bezier(0,0,0.25,1);
	   -moz-transition:    -moz-transform 0.25s cubic-bezier(0,0,0.25,1);
	        transition:         transform 0.25s cubic-bezier(0,0,0.25,1);
	}
.leaflet-zoom-anim .leaflet-tile,
.leaflet-pan-anim .leaflet-tile {
	-webkit-transition: none;
	   -moz-transition: none;
	        transition: none;
	}

.leaflet-zoom-anim .leaflet-zoom-hide {
	visibility: hidden;
	}


/* cursors */

.leaflet-interactive {
	cursor: pointer;
	}
.leaflet-grab {
	cursor: -webkit-grab;
	cursor:    -moz-grab;
	cursor:         grab;
	}
.leaflet-crosshair,
.leaflet-crosshair .leaflet-interactive {
	cursor: crosshair;
	}
.leaflet-popup-pane,
.leaflet-control {
	cursor: auto;
	}
.leaflet-dragging .leaflet-grab,
.leaflet-dragging .leaflet-grab .leaflet-interactive,
.leaflet-dragging .leaflet-marker-draggable {
	cursor: move;
	cursor: -webkit-grabbing;
	cursor:    -moz-grabbing;
	cursor:         grabbing;
	}

/* marker & overlays interactivity */
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-image-layer,
.leaflet-pane > svg path,
.leaflet-tile-container {
	pointer-events: none;
	}

.leaflet-marker-icon.leaflet-interactive,
.leaflet-image-layer.leaflet-interactive,
.leaflet-pane > svg path.leaflet-interactive,
svg.leaflet-image-layer.leaflet-interactive path {
	pointer-events: visiblePainted; /* IE 9-10 doesn't have auto */
	pointer-events: auto;
	}

/* visual tweaks */

.leaflet-container {
	background: #ddd;
	outline-offset: 1px;
	}
.leaflet-container a {
	color: #0078A8;
	}
.leaflet-zoom-box {
	border: 2px dotted #38f;
	background: rgba(255,255,255,0.5);
	}


/* general typography */
.leaflet-container {
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1.5;
	}


/* general toolbar styles */

.leaflet-bar {
	box-shadow: 0 1px 5px rgba(0,0,0,0.65);
	border-radius: 4px;
	}
.leaflet-bar a {
	background-color: #fff;
	border-bottom: 1px solid #ccc;
	width: 26px;
	height: 26px;
	line-height: 26px;
	display: block;
	text-align: center;
	text-decoration: none;
	color: black;
	}
.leaflet-bar a,
.leaflet-control-layers-toggle {
	background-position: 50% 50%;
	background-repeat: no-repeat;
	display: block;
	}
.leaflet-bar a:hover,
.leaflet-bar a:focus {
	background-color: #f4f4f4;
	}
.leaflet-bar a:first-child {
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	}
.leaflet-bar a:last-child {
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	border-bottom: none;
	}
.leaflet-bar a.leaflet-disabled {
	cursor: default;
	background-color: #f4f4f4;
	color: #bbb;
	}

.leaflet-touch .leaflet-bar a {
	width: 30px;
	height: 30px;
	line-height: 30px;
	}
.leaflet-touch .leaflet-bar a:first-child {
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
	}
.leaflet-touch .leaflet-bar a:last-child {
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px;
	}

/* zoom control */

.leaflet-control-zoom-in,
.leaflet-control-zoom-out {
	font: bold 18px 'Lucida Console', Monaco, monospace;
	text-indent: 1px;
	}

.leaflet-touch .leaflet-control-zoom-in, .leaflet-touch .leaflet-control-zoom-out  {
	font-size: 22px;
	}


/* layers control */

.leaflet-control-layers {
	box-shadow: 0 1px 5px rgba(0,0,0,0.4);
	background: #fff;
	border-radius: 5px;
	}
.leaflet-control-layers-toggle {
	background-image: url(images/layers.png);
	width: 36px;
	height: 36px;
	}
.leaflet-retina .leaflet-control-layers-toggle {
	background-image: url(images/layers-2x.png);
	background-size: 26px 26px;
	}
.leaflet-touch .leaflet-control-layers-toggle {
	width: 44px;
	height: 44px;
	}
.leaflet-control-layers .leaflet-control-layers-list,
.leaflet-control-layers-expanded .leaflet-control-layers-toggle {
	display: none;
	}
.leaflet-control-layers-expanded .leaflet-control-layers-list {
	display: block;
	position: relative;
	}
.leaflet-control-layers-expanded {
	padding: 6px 10px 6px 6px;
	color: #333;
	background: #fff;
	}
.leaflet-control-layers-scrollbar {
	overflow-y: scroll;
	overflow-x: hidden;
	padding-right: 5px;
	}
.leaflet-control-layers-selector {
	margin-top: 2px;
	position: relative;
	top: 1px;
	}
.leaflet-control-layers label {
	display: block;
	font-size: 13px;
	font-size: 1.08333em;
	}
.leaflet-control-layers-separator {
	height: 0;
	border-top: 1px solid #ddd;
	margin: 5px -10px 5px -6px;
	}

/* Default icon URLs */
.leaflet-default-icon-path { /* used only in path-guessing heuristic, see L.Icon.Default */
	background-image: url(images/marker-icon.png);
	}


/* attribution and scale controls */

.leaflet-container .leaflet-control-attribution {
	background: #fff;
	background: rgba(255, 255, 255, 0.8);
	margin: 0;
	}
.leaflet-control-attribution,
.leaflet-control-scale-line {
	padding: 0 5px;
	color: #333;
	line-height: 1.4;
	}
.leaflet-control-attribution a {
	text-decoration: none;
	}
.leaflet-control-attribution a:hover,
.leaflet-control-attribution a:focus {
	text-decoration: underline;
	}
.leaflet-control-attribution svg {
	display: inline !important;
	}
.leaflet-left .leaflet-control-scale {
	margin-left: 5px;
	}
.leaflet-bottom .leaflet-control-scale {
	margin-bottom: 5px;
	}
.leaflet-control-scale-line {
	border: 2px solid #777;
	border-top: none;
	line-height: 1.1;
	padding: 2px 5px 1px;
	white-space: nowrap;
	overflow: hidden;
	-moz-box-sizing: border-box;
	     box-sizing: border-box;

	background: #fff;
	background: rgba(255, 255, 255, 0.5);
	}
.leaflet-control-scale-line:not(:first-child) {
	border-top: 2px solid #777;
	border-bottom: none;
	margin-top: -2px;
	}
.leaflet-control-scale-line:not(:first-child):not(:last-child) {
	border-bottom: 2px solid #777;
	}

.leaflet-touch .leaflet-control-attribution,
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
	box-shadow: none;
	}
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
	border: 2px solid rgba(0,0,0,0.2);
	background-clip: padding-box;
	}


/* popup */

.leaflet-popup {
	position: absolute;
	text-align: center;
	margin-bottom: 20px;
	}
.leaflet-popup-content-wrapper {
	padding: 1px;
	text-align: left;
	border-radius: 12px;
	}
.leaflet-popup-content {
	margin: 13px 24px 13px 20px;
	line-height: 1.3;
	font-size: 13px;
	font-size: 1.08333em;
	min-height: 1px;
	}
.leaflet-popup-content p {
	margin: 17px 0;
	margin: 1.3em 0;
	}
.leaflet-popup-tip-container {
	width: 40px;
	height: 20px;
	position: absolute;
	left: 50%;
	margin-top: -1px;
	margin-left: -20px;
	overflow: hidden;
	pointer-events: none;
	}
.leaflet-popup-tip {
	width: 17px;
	height: 17px;
	padding: 1px;

	margin: -10px auto 0;
	pointer-events: auto;

	-webkit-transform: rotate(45deg);
	   -moz-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	        transform: rotate(45deg);
	}
.leaflet-popup-content-wrapper,
.leaflet-popup-tip {
	background: white;
	color: #333;
	box-shadow: 0 3px 14px rgba(0,0,0,0.4);
	}
.leaflet-container a.leaflet-popup-close-button {
	position: absolute;
	top: 0;
	right: 0;
	border: none;
	text-align: center;
	width: 24px;
	height: 24px;
	font: 16px/24px Tahoma, Verdana, sans-serif;
	color: #757575;
	text-decoration: none;
	background: transparent;
	}
.leaflet-container a.leaflet-popup-close-button:hover,
.leaflet-container a.leaflet-popup-close-button:focus {
	color: #585858;
	}
.leaflet-popup-scrolled {
	overflow: auto;
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #ddd;
	}

.leaflet-oldie .leaflet-popup-content-wrapper {
	-ms-zoom: 1;
	}
.leaflet-oldie .leaflet-popup-tip {
	width: 24px;
	margin: 0 auto;

	-ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";
	filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678);
	}

.leaflet-oldie .leaflet-control-zoom,
.leaflet-oldie .leaflet-control-layers,
.leaflet-oldie .leaflet-popup-content-wrapper,
.leaflet-oldie .leaflet-popup-tip {
	border: 1px solid #999;
	}


/* div icon */

.leaflet-div-icon {
	background: #fff;
	border: 1px solid #666;
	}


/* Tooltip */
/* Base styles for the element that has a tooltip */
.leaflet-tooltip {
	position: absolute;
	padding: 6px;
	background-color: #fff;
	border: 1px solid #fff;
	border-radius: 3px;
	color: #222;
	white-space: nowrap;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	pointer-events: none;
	box-shadow: 0 1px 3px rgba(0,0,0,0.4);
	}
.leaflet-tooltip.leaflet-interactive {
	cursor: pointer;
	pointer-events: auto;
	}
.leaflet-tooltip-top:before,
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
	position: absolute;
	pointer-events: none;
	border: 6px solid transparent;
	background: transparent;
	content: "";
	}

/* Directions */

.leaflet-tooltip-bottom {
	margin-top: 6px;
}
.leaflet-tooltip-top {
	margin-top: -6px;
}
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-top:before {
	left: 50%;
	margin-left: -6px;
	}
.leaflet-tooltip-top:before {
	bottom: 0;
	margin-bottom: -12px;
	border-top-color: #fff;
	}
.leaflet-tooltip-bottom:before {
	top: 0;
	margin-top: -12px;
	margin-left: -6px;
	border-bottom-color: #fff;
	}
.leaflet-tooltip-left {
	margin-left: -6px;
}
.leaflet-tooltip-right {
	margin-left: 6px;
}
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
	top: 50%;
	margin-top: -6px;
	}
.leaflet-tooltip-left:before {
	right: 0;
	margin-right: -12px;
	border-left-color: #fff;
	}
.leaflet-tooltip-right:before {
	left: 0;
	margin-left: -12px;
	border-right-color: #fff;
	}

/* Printing */
	
@media print {
	/* Prevent printers from removing background-images of controls. */
	.leaflet-control {
		-webkit-print-color-adjust: exact;
		color-adjust: exact;
		}
	}

/*!*******************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/litepicker/dist/css/litepicker.css ***!
  \*******************************************************************************************************************************/
/*!
 * 
 * ../css/litepicker.css
 * Litepicker v2.0.12 (https://github.com/wakirin/Litepicker)
 * Package: litepicker (https://www.npmjs.com/package/litepicker)
 * License: MIT (https://github.com/wakirin/Litepicker/blob/master/LICENCE.md)
 * Copyright 2019-2021 Rinat G.
 *     
 * Hash: 2f11f1f0300ea13b17b5
 * 
 */
:root{--litepicker-container-months-color-bg: #fff;--litepicker-container-months-box-shadow-color: #ddd;--litepicker-footer-color-bg: #fafafa;--litepicker-footer-box-shadow-color: #ddd;--litepicker-tooltip-color-bg: #fff;--litepicker-month-header-color: #333;--litepicker-button-prev-month-color: #9e9e9e;--litepicker-button-next-month-color: #9e9e9e;--litepicker-button-prev-month-color-hover: #2196f3;--litepicker-button-next-month-color-hover: #2196f3;--litepicker-month-width: calc(var(--litepicker-day-width) * 7);--litepicker-month-weekday-color: #9e9e9e;--litepicker-month-week-number-color: #9e9e9e;--litepicker-day-width: 38px;--litepicker-day-color: #333;--litepicker-day-color-hover: #2196f3;--litepicker-is-today-color: #f44336;--litepicker-is-in-range-color: #bbdefb;--litepicker-is-locked-color: #9e9e9e;--litepicker-is-start-color: #fff;--litepicker-is-start-color-bg: #2196f3;--litepicker-is-end-color: #fff;--litepicker-is-end-color-bg: #2196f3;--litepicker-button-cancel-color: #fff;--litepicker-button-cancel-color-bg: #9e9e9e;--litepicker-button-apply-color: #fff;--litepicker-button-apply-color-bg: #2196f3;--litepicker-button-reset-color: #909090;--litepicker-button-reset-color-hover: #2196f3;--litepicker-highlighted-day-color: #333;--litepicker-highlighted-day-color-bg: #ffeb3b}.show-week-numbers{--litepicker-month-width: calc(var(--litepicker-day-width) * 8)}.litepicker{font-family:-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;font-size:0.8em;display:none}.litepicker button{border:none;background:none}.litepicker .container__main{display:-webkit-box;display:-ms-flexbox;display:flex}.litepicker .container__months{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;background-color:var(--litepicker-container-months-color-bg);border-radius:5px;-webkit-box-shadow:0 0 5px var(--litepicker-container-months-box-shadow-color);box-shadow:0 0 5px var(--litepicker-container-months-box-shadow-color);width:calc(var(--litepicker-month-width) + 10px);-webkit-box-sizing:content-box;box-sizing:content-box}.litepicker .container__months.columns-2{width:calc((var(--litepicker-month-width) * 2) + 20px)}.litepicker .container__months.columns-3{width:calc((var(--litepicker-month-width) * 3) + 30px)}.litepicker .container__months.columns-4{width:calc((var(--litepicker-month-width) * 4) + 40px)}.litepicker .container__months.split-view .month-item-header .button-previous-month,.litepicker .container__months.split-view .month-item-header .button-next-month{visibility:visible}.litepicker .container__months .month-item{padding:5px;width:var(--litepicker-month-width);-webkit-box-sizing:content-box;box-sizing:content-box}.litepicker .container__months .month-item-header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;font-weight:500;padding:10px 5px;text-align:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:var(--litepicker-month-header-color)}.litepicker .container__months .month-item-header div{-webkit-box-flex:1;-ms-flex:1;flex:1}.litepicker .container__months .month-item-header div>.month-item-name{margin-right:5px}.litepicker .container__months .month-item-header div>.month-item-year{padding:0}.litepicker .container__months .month-item-header .reset-button{color:var(--litepicker-button-reset-color)}.litepicker .container__months .month-item-header .reset-button>svg{fill:var(--litepicker-button-reset-color)}.litepicker .container__months .month-item-header .reset-button *{pointer-events:none}.litepicker .container__months .month-item-header .reset-button:hover{color:var(--litepicker-button-reset-color-hover)}.litepicker .container__months .month-item-header .reset-button:hover>svg{fill:var(--litepicker-button-reset-color-hover)}.litepicker .container__months .month-item-header .button-previous-month,.litepicker .container__months .month-item-header .button-next-month{visibility:hidden;text-decoration:none;padding:3px 5px;border-radius:3px;-webkit-transition:color 0.3s, border 0.3s;transition:color 0.3s, border 0.3s;cursor:default}.litepicker .container__months .month-item-header .button-previous-month *,.litepicker .container__months .month-item-header .button-next-month *{pointer-events:none}.litepicker .container__months .month-item-header .button-previous-month{color:var(--litepicker-button-prev-month-color)}.litepicker .container__months .month-item-header .button-previous-month>svg,.litepicker .container__months .month-item-header .button-previous-month>img{fill:var(--litepicker-button-prev-month-color)}.litepicker .container__months .month-item-header .button-previous-month:hover{color:var(--litepicker-button-prev-month-color-hover)}.litepicker .container__months .month-item-header .button-previous-month:hover>svg{fill:var(--litepicker-button-prev-month-color-hover)}.litepicker .container__months .month-item-header .button-next-month{color:var(--litepicker-button-next-month-color)}.litepicker .container__months .month-item-header .button-next-month>svg,.litepicker .container__months .month-item-header .button-next-month>img{fill:var(--litepicker-button-next-month-color)}.litepicker .container__months .month-item-header .button-next-month:hover{color:var(--litepicker-button-next-month-color-hover)}.litepicker .container__months .month-item-header .button-next-month:hover>svg{fill:var(--litepicker-button-next-month-color-hover)}.litepicker .container__months .month-item-weekdays-row{display:-webkit-box;display:-ms-flexbox;display:flex;justify-self:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;color:var(--litepicker-month-weekday-color)}.litepicker .container__months .month-item-weekdays-row>div{padding:5px 0;font-size:85%;-webkit-box-flex:1;-ms-flex:1;flex:1;width:var(--litepicker-day-width);text-align:center}.litepicker .container__months .month-item:first-child .button-previous-month{visibility:visible}.litepicker .container__months .month-item:last-child .button-next-month{visibility:visible}.litepicker .container__months .month-item.no-previous-month .button-previous-month{visibility:hidden}.litepicker .container__months .month-item.no-next-month .button-next-month{visibility:hidden}.litepicker .container__days{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;justify-self:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;text-align:center;-webkit-box-sizing:content-box;box-sizing:content-box}.litepicker .container__days>div,.litepicker .container__days>a{padding:5px 0;width:var(--litepicker-day-width)}.litepicker .container__days .day-item{color:var(--litepicker-day-color);text-align:center;text-decoration:none;border-radius:3px;-webkit-transition:color 0.3s, border 0.3s;transition:color 0.3s, border 0.3s;cursor:default}.litepicker .container__days .day-item:hover{color:var(--litepicker-day-color-hover);-webkit-box-shadow:inset 0 0 0 1px var(--litepicker-day-color-hover);box-shadow:inset 0 0 0 1px var(--litepicker-day-color-hover)}.litepicker .container__days .day-item.is-today{color:var(--litepicker-is-today-color)}.litepicker .container__days .day-item.is-locked{color:var(--litepicker-is-locked-color)}.litepicker .container__days .day-item.is-locked:hover{color:var(--litepicker-is-locked-color);-webkit-box-shadow:none;box-shadow:none;cursor:default}.litepicker .container__days .day-item.is-in-range{background-color:var(--litepicker-is-in-range-color);border-radius:0}.litepicker .container__days .day-item.is-start-date{color:var(--litepicker-is-start-color);background-color:var(--litepicker-is-start-color-bg);border-top-left-radius:5px;border-bottom-left-radius:5px;border-top-right-radius:0;border-bottom-right-radius:0}.litepicker .container__days .day-item.is-start-date.is-flipped{border-top-left-radius:0;border-bottom-left-radius:0;border-top-right-radius:5px;border-bottom-right-radius:5px}.litepicker .container__days .day-item.is-end-date{color:var(--litepicker-is-end-color);background-color:var(--litepicker-is-end-color-bg);border-top-left-radius:0;border-bottom-left-radius:0;border-top-right-radius:5px;border-bottom-right-radius:5px}.litepicker .container__days .day-item.is-end-date.is-flipped{border-top-left-radius:5px;border-bottom-left-radius:5px;border-top-right-radius:0;border-bottom-right-radius:0}.litepicker .container__days .day-item.is-start-date.is-end-date{border-top-left-radius:5px;border-bottom-left-radius:5px;border-top-right-radius:5px;border-bottom-right-radius:5px}.litepicker .container__days .day-item.is-highlighted{color:var(--litepicker-highlighted-day-color);background-color:var(--litepicker-highlighted-day-color-bg)}.litepicker .container__days .week-number{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;color:var(--litepicker-month-week-number-color);font-size:85%}.litepicker .container__footer{text-align:right;padding:10px 5px;margin:0 5px;background-color:var(--litepicker-footer-color-bg);-webkit-box-shadow:inset 0px 3px 3px 0px var(--litepicker-footer-box-shadow-color);box-shadow:inset 0px 3px 3px 0px var(--litepicker-footer-box-shadow-color);border-bottom-left-radius:5px;border-bottom-right-radius:5px}.litepicker .container__footer .preview-date-range{margin-right:10px;font-size:90%}.litepicker .container__footer .button-cancel{background-color:var(--litepicker-button-cancel-color-bg);color:var(--litepicker-button-cancel-color);border:0;padding:3px 7px 4px;border-radius:3px}.litepicker .container__footer .button-cancel *{pointer-events:none}.litepicker .container__footer .button-apply{background-color:var(--litepicker-button-apply-color-bg);color:var(--litepicker-button-apply-color);border:0;padding:3px 7px 4px;border-radius:3px;margin-left:10px;margin-right:10px}.litepicker .container__footer .button-apply:disabled{opacity:0.7}.litepicker .container__footer .button-apply *{pointer-events:none}.litepicker .container__tooltip{position:absolute;margin-top:-4px;padding:4px 8px;border-radius:4px;background-color:var(--litepicker-tooltip-color-bg);-webkit-box-shadow:0 1px 3px rgba(0,0,0,0.25);box-shadow:0 1px 3px rgba(0,0,0,0.25);white-space:nowrap;font-size:11px;pointer-events:none;visibility:hidden}.litepicker .container__tooltip:before{position:absolute;bottom:-5px;left:calc(50% - 5px);border-top:5px solid rgba(0,0,0,0.12);border-right:5px solid transparent;border-left:5px solid transparent;content:""}.litepicker .container__tooltip:after{position:absolute;bottom:-4px;left:calc(50% - 4px);border-top:4px solid var(--litepicker-tooltip-color-bg);border-right:4px solid transparent;border-left:4px solid transparent;content:""}


/*!***********************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./sources/scss/main.scss ***!
  \***********************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
/* ==========================================================================
   LIB(s) SCSS
   ========================================================================== */
/**
 * Swiper 8.0.7
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2022 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: March 4, 2022
 */
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal; }

:root {
  --swiper-theme-color:#007aff; }

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

.swiper-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
          box-sizing: content-box; }

.swiper-android .swiper-slide, .swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
          transform: translate3d(0px, 0, 0); }

.swiper-pointer-events {
  -ms-touch-action: pan-y;
      touch-action: pan-y; }

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

.swiper-slide {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform; }

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

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

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

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

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

.swiper-3d .swiper-cube-shadow, .swiper-3d .swiper-slide, .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, .swiper-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d; }

.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 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10; }

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15); }

.swiper-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.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-horizontal.swiper-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory; }

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
      scroll-snap-type: y mandatory; }

.swiper-centered > .swiper-wrapper::before {
  content: '';
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  -webkit-box-ordinal-group: 10000;
  -webkit-order: 9999;
      -ms-flex-order: 9999;
          order: 9999; }

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
          margin-inline-start: var(--swiper-centered-offset-before); }

.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after); }

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-before: var(--swiper-centered-offset-before);
          margin-block-start: var(--swiper-centered-offset-before); }

.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after); }

.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center; }

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

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size)/ 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
  z-index: 10;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color)); }

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: .35;
  cursor: auto;
  pointer-events: none; }

.swiper-button-next:after, .swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1; }

.swiper-button-prev, .swiper-rtl .swiper-button-next {
  left: 10px;
  right: auto; }

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
  content: 'prev'; }

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: 10px;
  left: auto; }

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
  content: 'next'; }

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

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: .3s opacity;
  transition: .3s opacity;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  z-index: 10; }

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0; }

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%; }

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0; }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
          transform: scale(0.33);
  position: relative; }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
          transform: scale(1); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
          transform: scale(1); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
          transform: scale(0.66); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
          transform: scale(0.33); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
          transform: scale(0.66); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
          transform: scale(0.33); }

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: 50%;
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2); }

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none; }

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer; }

.swiper-pagination-bullet:only-child {
  display: none !important; }

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

.swiper-pagination-vertical.swiper-pagination-bullets, .swiper-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
          transform: translate3d(0px, -50%, 0); }

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block; }

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-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;
  -webkit-transition: .2s transform,.2s top;
  transition: .2s transform,.2s top; }

.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%;
  -webkit-transform: translateX(-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 {
  -webkit-transition: .2s transform,.2s left;
  transition: .2s transform,.2s left; }

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

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute; }

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: left top;
          transform-origin: left top; }

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
          transform-origin: right top; }

.swiper-horizontal > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite, .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0; }

.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-vertical, .swiper-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0; }

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

.selectric-wrapper {
  position: relative;
  cursor: pointer; }

.selectric-responsive {
  width: 100%; }

.selectric {
  border: 1px solid #DDD;
  border-radius: 0px;
  background: #F8F8F8;
  position: relative;
  overflow: hidden; }
  .selectric .label {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0 38px 0 10px;
    font-size: 12px;
    line-height: 38px;
    color: #444;
    height: 38px;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none; }
  .selectric .button {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 38px;
    height: 38px;
    line-height: 38px;
    background-color: #F8f8f8;
    color: #BBB;
    text-align: center;
    font: 0/0 a;
    *font: 20px/38px Lucida Sans Unicode, Arial Unicode MS, Arial; }
    .selectric .button:after {
      content: " ";
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      margin: auto;
      width: 0;
      height: 0;
      border: 4px solid transparent;
      border-top-color: #BBB;
      border-bottom: none; }

.selectric-focus .selectric {
  border-color: #aaaaaa; }

.selectric-hover .selectric {
  border-color: #c4c4c4; }
  .selectric-hover .selectric .button {
    color: #a2a2a2; }
    .selectric-hover .selectric .button:after {
      border-top-color: #a2a2a2; }

.selectric-open {
  z-index: 9999; }
  .selectric-open .selectric {
    border-color: #c4c4c4; }
  .selectric-open .selectric-items {
    display: block; }

.selectric-disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }

.selectric-hide-select {
  position: relative;
  overflow: hidden;
  width: 0;
  height: 0; }
  .selectric-hide-select select {
    position: absolute;
    left: -100%; }
  .selectric-hide-select.selectric-is-native {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 10; }
    .selectric-hide-select.selectric-is-native select {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      height: 100%;
      width: 100%;
      border: none;
      z-index: 1;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      opacity: 0; }

.selectric-input {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 1px !important;
  height: 1px !important;
  outline: none !important;
  border: none !important;
  *font: 0/0 a !important;
  background: none !important; }

.selectric-temp-show {
  position: absolute !important;
  visibility: hidden !important;
  display: block !important; }

/* Items box */
.selectric-items {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #F8F8F8;
  border: 1px solid #c4c4c4;
  z-index: -1;
  -webkit-box-shadow: 0 0 10px -6px;
          box-shadow: 0 0 10px -6px; }
  .selectric-items .selectric-scroll {
    height: 100%;
    overflow: auto; }
  .selectric-above .selectric-items {
    top: auto;
    bottom: 100%; }
  .selectric-items ul, .selectric-items li {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 12px;
    line-height: 20px;
    min-height: 20px; }
  .selectric-items li {
    display: block;
    padding: 10px;
    color: #666;
    cursor: pointer; }
    .selectric-items li.selected {
      background: #E0E0E0;
      color: #444; }
    .selectric-items li.highlighted {
      background: #D0D0D0;
      color: #444; }
    .selectric-items li:hover {
      background: #D5D5D5;
      color: #444; }
  .selectric-items .disabled {
    filter: alpha(opacity=50);
    opacity: 0.5;
    cursor: default !important;
    background: none !important;
    color: #666 !important;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none; }
  .selectric-items .selectric-group .selectric-group-label {
    font-weight: bold;
    padding-left: 10px;
    cursor: default;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    background: none;
    color: #444; }
  .selectric-items .selectric-group.disabled li {
    filter: alpha(opacity=100);
    opacity: 1; }
  .selectric-items .selectric-group li {
    padding-left: 25px; }

/* ==========================================================================
   OUR SCSS
   ========================================================================== */
/* 1 - SETTINGS */
/*
 * Global...............project-wide variables : fonts, colors, radius, transitions.
 * Breakpoints..........responsive limits between mobile, tablet, desktop etc
 */
/* 2 - DESIGN */
/*
 * Breakpoints..........responsive limits between mobile, tablet, desktop etc
 * Fonts................font files array, used in the fonts mixin
 * Sizes................margins
 * Colors...............you know ;-)
 */
@font-face {
  font-family: "Helvetica";
  src: url("../fonts/Helvetica-Bold.ttf") format("truetype"), url("../fonts/Helvetica-Bold.svg#Helvetica-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: "Helvetica";
  src: url("../fonts/Helvetica.ttf") format("truetype"), url("../fonts/Helvetica.svg#Helvetica") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: "Work Sans";
  src: url("../fonts/WorkSans-Bold.ttf") format("truetype"), url("../fonts/WorkSans-Bold.svg#WorkSans-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: "Work Sans";
  src: url("../fonts/WorkSans-BlackItalic.ttf") format("truetype"), url("../fonts/WorkSans-BlackItalic.svg#WorkSans-BlackItalic") format("svg");
  font-weight: 900;
  font-style: italic;
  font-display: swap; }

@font-face {
  font-family: "Work Sans";
  src: url("../fonts/WorkSans-Black.ttf") format("truetype"), url("../fonts/WorkSans-Black.svg#WorkSans-Black") format("svg");
  font-weight: 900;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: "Work Sans";
  src: url("../fonts/WorkSans-ExtraBoldItalic.ttf") format("truetype"), url("../fonts/WorkSans-ExtraBoldItalic.svg#WorkSans-ExtraBoldItalic") format("svg");
  font-weight: bold;
  font-style: italic;
  font-display: swap; }

@font-face {
  font-family: "Work Sans";
  src: url("../fonts/WorkSans-ExtraBold.ttf") format("truetype"), url("../fonts/WorkSans-ExtraBold.svg#WorkSans-ExtraBold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: "Work Sans";
  src: url("../fonts/WorkSans-Italic.ttf") format("truetype"), url("../fonts/WorkSans-Italic.svg#WorkSans-Italic") format("svg");
  font-weight: normal;
  font-style: italic;
  font-display: swap; }

@font-face {
  font-family: "Work Sans";
  src: url("../fonts/WorkSans-BoldItalic.ttf") format("truetype"), url("../fonts/WorkSans-BoldItalic.svg#WorkSans-BoldItalic") format("svg");
  font-weight: bold;
  font-style: italic;
  font-display: swap; }

@font-face {
  font-family: "Work Sans";
  src: url("../fonts/WorkSans-ExtraLightItalic.ttf") format("truetype"), url("../fonts/WorkSans-ExtraLightItalic.svg#WorkSans-ExtraLightItalic") format("svg");
  font-weight: 200;
  font-style: italic;
  font-display: swap; }

@font-face {
  font-family: "Work Sans";
  src: url("../fonts/WorkSans-ExtraLight.ttf") format("truetype"), url("../fonts/WorkSans-ExtraLight.svg#WorkSans-ExtraLight") format("svg");
  font-weight: 200;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: "Work Sans";
  src: url("../fonts/WorkSans-SemiBoldItalic.ttf") format("truetype"), url("../fonts/WorkSans-SemiBoldItalic.svg#WorkSans-SemiBoldItalic") format("svg");
  font-weight: 600;
  font-style: italic;
  font-display: swap; }

@font-face {
  font-family: "Work Sans";
  src: url("../fonts/WorkSans-LightItalic.ttf") format("truetype"), url("../fonts/WorkSans-LightItalic.svg#WorkSans-LightItalic") format("svg");
  font-weight: 300;
  font-style: italic;
  font-display: swap; }

@font-face {
  font-family: "Work Sans";
  src: url("../fonts/WorkSans-SemiBold.ttf") format("truetype"), url("../fonts/WorkSans-SemiBold.svg#WorkSans-SemiBold") format("svg");
  font-weight: 600;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: "Work Sans";
  src: url("../fonts/WorkSans-Regular.ttf") format("truetype"), url("../fonts/WorkSans-Regular.svg#WorkSans-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: "Work Sans";
  src: url("../fonts/WorkSans-MediumItalic.ttf") format("truetype"), url("../fonts/WorkSans-MediumItalic.svg#WorkSans-MediumItalic") format("svg");
  font-weight: 500;
  font-style: italic;
  font-display: swap; }

@font-face {
  font-family: "Work Sans";
  src: url("../fonts/WorkSans-Medium.ttf") format("truetype"), url("../fonts/WorkSans-Medium.svg#WorkSans-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: "Work Sans";
  src: url("../fonts/WorkSans-Light.ttf") format("truetype"), url("../fonts/WorkSans-Light.svg#WorkSans-Light") format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: "Work Sans";
  src: url("../fonts/WorkSans-ThinItalic.ttf") format("truetype"), url("../fonts/WorkSans-ThinItalic.svg#WorkSans-ThinItalic") format("svg");
  font-weight: 100;
  font-style: italic;
  font-display: swap; }

@font-face {
  font-family: "Work Sans";
  src: url("../fonts/WorkSans-Thin.ttf") format("truetype"), url("../fonts/WorkSans-Thin.svg#WorkSans-Thin") format("svg");
  font-weight: 100;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: "Prompt";
  src: url("../fonts/Prompt-ExtraLight.ttf") format("truetype");
  font-weight: 200;
  font-style: normal; }

@font-face {
  font-family: "Prompt";
  src: url("../fonts/Prompt-Bold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal; }

/* 3 - MIXINS
Functions used throught out the SCSS code, they start with @mixin and are used with @include

 * Font-size............A mixin which guarantees baseline-friendly line-heights.
 * Clearfix.............Micro clearfix mixin.
 * Hidden...............Mixin for hiding html.
 * Sass MQ..............Media query manager
 * Gradients
 * Shadows
 */
.clearfix:after {
  content: "" !important;
  display: block !important;
  clear: both !important; }

/* ==========================================================================
   #FLEX
   ========================================================================== */
/**
   * Cells are full-width and will stack on top of each other by default:
   *
   * <div class="flex">
   *   <div class="flex__cell">
   *   </div>
   *   <div class="flex__cell">
   *   </div>
   * </div>
   *
   * Cells will in most cases be accompanied by utility classes that divide
   * the grid into fractions. These are provided by our SCSS:
   *
   * <div class="flex">
   *   <div class="flex__cell u-1/2">
   *   </div>
   *   <div class="flex__cell u-1/2">
   *   </div>
   * </div>
   *
   * Several modifier classes are provided. For example, `flex--auto` will
   * divide the space equally between all containing cells without the need
   * for width utility classes.
   *
   * <div class="flex--auto">
   *   <div class="flex__cell">
   *   </div>
   *   <div class="flex__cell">
   *   </div>
   * </div>
   */
/* The grid
     ========================================================================== */
.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  list-style: none;
  padding: 0 !important;
  /* Content distribution
     ========================================================================== */ }
  .flex--reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse; }
  .flex--column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
  .flex--wrap {
    -webkit-flex-flow: wrap;
        -ms-flex-flow: wrap;
            flex-flow: wrap; }
  .flex--columnReverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse; }
  .flex--centerMiddle {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }

/**
   * 1. Cells are full-width and stack on top of each other by default.
   */
.flex__cell {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  width: 100%;
  /* [1] */ }

/* Gutters
     ========================================================================== */
/**
   * 1. The map $scss-flexgrid-spacing-sizes contains a `null` key which
   *    will be our default gutter size.
   * 2. Add a negative margin on one side only. That way we aren't required to use
   *    a wrapper with the same amount of spacing, though it's common to do so.
   * 3. Neutralize the left margin on `flex`.
   */
.flex {
  /* [1] */
  margin-left: -10;
  /* [2] */ }
  @media (max-width: 79.99em) {
    .flex {
      margin-left: -30px;
      /* [2] */ } }
  @media (max-width: 47.99em) {
    .flex {
      margin-left: -20px;
      /* [2] */ } }
  .flex > .flex__cell {
    padding-left: 10;
    /* [3] */ }
    @media (max-width: 79.99em) {
      .flex > .flex__cell {
        padding-left: 30px;
        /* [3] */ } }
    @media (max-width: 47.99em) {
      .flex > .flex__cell {
        padding-left: 20px;
        /* [3] */ } }

.flex--s {
  /* [1] */
  margin-left: -5;
  /* [2] */ }
  @media (max-width: 79.99em) {
    .flex--s {
      margin-left: -30px;
      /* [2] */ } }
  @media (max-width: 47.99em) {
    .flex--s {
      margin-left: -20px;
      /* [2] */ } }
  .flex--s > .flex__cell {
    padding-left: 5;
    /* [3] */ }
    @media (max-width: 79.99em) {
      .flex--s > .flex__cell {
        padding-left: 30px;
        /* [3] */ } }
    @media (max-width: 47.99em) {
      .flex--s > .flex__cell {
        padding-left: 20px;
        /* [3] */ } }

.flex--l {
  /* [1] */
  margin-left: -12;
  /* [2] */ }
  @media (max-width: 79.99em) {
    .flex--l {
      margin-left: -30px;
      /* [2] */ } }
  @media (max-width: 47.99em) {
    .flex--l {
      margin-left: -20px;
      /* [2] */ } }
  .flex--l > .flex__cell {
    padding-left: 12;
    /* [3] */ }
    @media (max-width: 79.99em) {
      .flex--l > .flex__cell {
        padding-left: 30px;
        /* [3] */ } }
    @media (max-width: 47.99em) {
      .flex--l > .flex__cell {
        padding-left: 20px;
        /* [3] */ } }

.flex--xl {
  /* [1] */
  margin-left: -24;
  /* [2] */ }
  @media (max-width: 79.99em) {
    .flex--xl {
      margin-left: -30px;
      /* [2] */ } }
  @media (max-width: 47.99em) {
    .flex--xl {
      margin-left: -20px;
      /* [2] */ } }
  .flex--xl > .flex__cell {
    padding-left: 24;
    /* [3] */ }
    @media (max-width: 79.99em) {
      .flex--xl > .flex__cell {
        padding-left: 30px;
        /* [3] */ } }
    @media (max-width: 47.99em) {
      .flex--xl > .flex__cell {
        padding-left: 20px;
        /* [3] */ } }

.flex--xxl {
  /* [1] */
  margin-left: -32;
  /* [2] */ }
  @media (max-width: 79.99em) {
    .flex--xxl {
      margin-left: -30px;
      /* [2] */ } }
  @media (max-width: 47.99em) {
    .flex--xxl {
      margin-left: -20px;
      /* [2] */ } }
  .flex--xxl > .flex__cell {
    padding-left: 32;
    /* [3] */ }
    @media (max-width: 79.99em) {
      .flex--xxl > .flex__cell {
        padding-left: 30px;
        /* [3] */ } }
    @media (max-width: 47.99em) {
      .flex--xxl > .flex__cell {
        padding-left: 20px;
        /* [3] */ } }

.flex--flush {
  /* [1] */
  margin-left: 0;
  /* [2] */ }
  @media (max-width: 79.99em) {
    .flex--flush {
      margin-left: -30px;
      /* [2] */ } }
  @media (max-width: 47.99em) {
    .flex--flush {
      margin-left: -20px;
      /* [2] */ } }
  .flex--flush > .flex__cell {
    padding-left: 0;
    /* [3] */ }
    @media (max-width: 79.99em) {
      .flex--flush > .flex__cell {
        padding-left: 30px;
        /* [3] */ } }
    @media (max-width: 47.99em) {
      .flex--flush > .flex__cell {
        padding-left: 20px;
        /* [3] */ } }

.flex--auto {
  /* [1] */
  margin-left: -"auto";
  /* [2] */ }
  @media (max-width: 79.99em) {
    .flex--auto {
      margin-left: -30px;
      /* [2] */ } }
  @media (max-width: 47.99em) {
    .flex--auto {
      margin-left: -20px;
      /* [2] */ } }
  .flex--auto > .flex__cell {
    padding-left: "auto";
    /* [3] */ }
    @media (max-width: 79.99em) {
      .flex--auto > .flex__cell {
        padding-left: 30px;
        /* [3] */ } }
    @media (max-width: 47.99em) {
      .flex--auto > .flex__cell {
        padding-left: 20px;
        /* [3] */ } }

/* Automatically size cells by distributing them equally
     ========================================================================== */
.flex--auto > .flex__cell {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 0;
      -ms-flex: 1 0 0px;
          flex: 1 0 0; }

/* Horizontal alignment
     ========================================================================== */
.flex--left {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start; }

.flex--center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }

.flex--right {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end; }

.flex--between {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.flex--around {
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around; }

/* Pull behavior
     ========================================================================== */
.flex__cell--pull-left {
  margin-right: auto; }

.flex__cell--pull-right {
  margin-left: auto; }

/* Vertical alignment
     ========================================================================== */
.flex--top {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start; }

.flex--middle {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }

.flex--bottom {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end; }

.flex--baseline {
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline; }

.flex--stretch {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch; }

.flex__cell--top {
  -webkit-align-self: flex-start;
      -ms-flex-item-align: start;
          align-self: flex-start; }

.flex__cell--middle {
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center; }

.flex__cell--bottom {
  -webkit-align-self: flex-end;
      -ms-flex-item-align: end;
          align-self: flex-end; }

.flex__cell--baseline {
  -webkit-align-self: baseline;
      -ms-flex-item-align: baseline;
          align-self: baseline; }

.flex__cell--stretch {
  -webkit-align-self: stretch;
      -ms-flex-item-align: stretch;
          align-self: stretch; }

.flex--flush {
  margin-left: 0 !important; }
  .flex--flush .flex__cell {
    padding-left: 0; }

@-webkit-keyframes pulsevertical {
  0% {
    bottom: 0; }
  50% {
    bottom: -30px; }
  100% {
    bottom: 0; } }

@keyframes pulsevertical {
  0% {
    bottom: 0; }
  50% {
    bottom: -30px; }
  100% {
    bottom: 0; } }

@-webkit-keyframes pulsehorizontal {
  0% {
    margin-left: 0; }
  50% {
    margin-left: 20px; }
  100% {
    margin-left: 0; } }

@keyframes pulsehorizontal {
  0% {
    margin-left: 0; }
  50% {
    margin-left: 20px; }
  100% {
    margin-left: 0; } }

@-webkit-keyframes pulsesliderarrowR {
  0% {
    right: -100px;
    @media (max-width: 63.99em) {
      right: 0; } }
  50% {
    right: -120px;
    @media (max-width: 63.99em) {
      right: -20px; } }
  100% {
    right: -100px;
    @media (max-width: 63.99em) {
      right: 0; } } }

@keyframes pulsesliderarrowR {
  0% {
    right: -100px;
    @media (max-width: 63.99em) {
      right: 0; } }
  50% {
    right: -120px;
    @media (max-width: 63.99em) {
      right: -20px; } }
  100% {
    right: -100px;
    @media (max-width: 63.99em) {
      right: 0; } } }

@-webkit-keyframes pulsesliderarrowL {
  0% {
    left: -100px;
    @media (max-width: 63.99em) {
      left: 0; } }
  50% {
    left: -120px;
    @media (max-width: 63.99em) {
      left: -20px; } }
  100% {
    left: -100px;
    @media (max-width: 63.99em) {
      left: 0; } } }

@keyframes pulsesliderarrowL {
  0% {
    left: -100px;
    @media (max-width: 63.99em) {
      left: 0; } }
  50% {
    left: -120px;
    @media (max-width: 63.99em) {
      left: -20px; } }
  100% {
    left: -100px;
    @media (max-width: 63.99em) {
      left: 0; } } }

/* 4 - GENERIC
/*
* Box-sizing...........Better default `box-sizing`.
* Normalize.css........A level playing field using @necolas’ Normalize.css.
* Reset................A tiny reset to complement Normalize.css.
* Shared...............Sensibly and tersely share some global commonalities
* Print................Reset-like styles taken from the HTML5 Boilerplate.
* Font-face............Generating fonts
* Selection............Color setting for the selection function
*/
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

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

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block; }

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

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block; }

main {
  overflow: hidden; }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

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

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

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

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

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

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

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

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

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

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

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

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: "Helvetica", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

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

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

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

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

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

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

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

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

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

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

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

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

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

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

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block; }

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

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block; }

/**
 * Add the correct display in IE.
 */
template {
  display: none; }

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

/* ==========================================================================
   #BOX-SIZING
   ========================================================================== */
/**
 * More sensible default box-sizing:
 * css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice
 */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

*, *:before, *:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit; }

/* ==========================================================================
   #RESET
   ========================================================================== */
/**
 * A very simple reset that sits on top of Normalize.css.
 */
body,
h1,
h2,
h3,
h4,
h5,
h6,
blockquote,
p,
pre,
dl,
dd,
ol,
ul,
figure,
hr,
fieldset,
legend {
  margin: 0;
  padding: 0; }

/**
 * Remove trailing margins from nested lists.
 */
li > ol,
li > ul {
  margin-bottom: 0; }

/**
 * Remove default table spacing.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

/**
 * 1. Reset Chrome and Firefox behaviour which sets a `min-width: min-content;`
 *    on fieldsets.
 */
fieldset {
  min-width: 0;
  /* [1] */
  border: 0; }

/* ==========================================================================
   #PRINT
   ========================================================================== */
/**
 * Very crude, reset-like styles taken from the HTML5 Boilerplate:
 * https://github.com/h5bp/html5-boilerplate/blob/5.3.0/dist/doc/css.md#print-styles
 * https://github.com/h5bp/html5-boilerplate/blob/master/dist/css/main.css#L205-L282
 */
@media print {
  /**
   * 1. Black prints faster: http://www.sanbeiji.com/archives/953
   */
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    /* [1] */
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    text-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  /**
   * Don’t show links that are fragment identifiers, or use the `javascript:`
   * pseudo protocol.
   */
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: ""; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  /**
   * Printing Tables: http://css-discuss.incutio.com/wiki/Printing_Tables
   */
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; } }

/* 5 - HTML base elements
/*
 * Page.................Set up our document’s default `font-size` and `line-height`.
 * Headings.............Very minimal (i.e. only font-size information) for headings 1 through 6.
 * Images...............Base image styles.
 * Tables...............Simple table styles.
 */
/* ==========================================================================
   #HEADINGS
   ========================================================================== */
/**
 * Simple default styles for headings 1 through 6. Anything more opinionated
 * than simple font-size changes should likely be applied via classes (see:
 * http://csswizardry.com/2016/02/managing-typography-on-l-apps/).
 */
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Helvetica";
  font-weight: bold;
  margin-bottom: 3rem; }

#th h1,
#th h2,
#th h3,
#th h4,
#th h5,
#th h6,
#th .h1,
#th .h2,
#th .h3,
#th .h4,
#th .h5,
#th .h6 {
  font-family: "Prompt" !important; }

h1,
.h1 {
  font-size: 68px;
  font-size: 6.8rem;
  line-height: 90px; }
  @media (max-width: 63.99em) {
    h1,
    .h1 {
      font-size: 34px;
      font-size: 3.4rem;
      line-height: 1.17647; } }

h2,
.h2 {
  font-size: 46px;
  font-size: 4.6rem;
  line-height: 56px; }
  @media (max-width: 63.99em) {
    h2,
    .h2 {
      font-size: 24px;
      font-size: 2.4rem;
      line-height: 1.16667; } }

h3,
.h3 {
  font-size: 34px;
  font-size: 3.4rem;
  line-height: 1; }
  @media (max-width: 63.99em) {
    h3,
    .h3 {
      font-size: 18px;
      font-size: 1.8rem;
      line-height: 1.33333; } }

h4,
.h4 {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 32px; }
  @media (max-width: 63.99em) {
    h4,
    .h4 {
      font-size: 14px;
      font-size: 1.4rem;
      line-height: 1.42857; } }

h5,
.h5 {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 26px; }
  @media (max-width: 63.99em) {
    h5,
    .h5 {
      font-size: 14px;
      font-size: 1.4rem;
      line-height: 1.42857; } }

h6,
.h6 {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 24px; }
  @media (max-width: 63.99em) {
    h6,
    .h6 {
      font-size: 12px;
      font-size: 1.2rem;
      line-height: 1.33333; } }

/* ==========================================================================
   #PAGE
   ========================================================================== */
html {
  min-height: 100%;
  font-size: 62.5%;
  scroll-behavior: smooth; }

body {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
  min-height: 100%;
  font-family: "Helvetica", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 24px;
  font-weight: normal;
  background-color: #000000;
  color: #ffffff; }
  @media (max-width: 47.99em) {
    body {
      font-size: 14px;
      font-size: 1.4rem;
      line-height: 20px; } }
  body:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.4);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: visibility, opacity 0.2s;
    transition: visibility, opacity 0.2s;
    z-index: 5; }
  body.body-default main .c-banner {
    margin-bottom: 10rem; }
    @media (max-width: 47.99em) {
      body.body-default main .c-banner {
        margin-bottom: 4rem; } }
  body.body-default .c-prefooter {
    margin-top: 12rem; }
    @media (max-width: 47.99em) {
      body.body-default .c-prefooter {
        margin-top: 4rem; } }
  body#th * {
    font-family: "Prompt" !important;
    font-weight: 400; }
    body#th * .product_content {
      font-family: "Prompt" !important; }

main {
  margin-top: 10rem; }
  @media (max-width: 63.99em) {
    main {
      margin-top: 70px; } }

.placeholder-img {
  background-image: url("../images/emporwer-logo.svg");
  background-color: #00120f;
  background-size: 30% !important;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

section {
  margin: 6rem 0;
  position: relative; }
  @media (max-width: 47.99em) {
    section {
      margin: 4rem 0; } }

.o-hidden {
  opacity: 0; }

.wpml-ls-statics-footer {
  display: none; }

/* ==========================================================================
   #IMAGES
   ========================================================================== */
/**
 * 1. Fluid images for responsive purposes.
 * 2. Offset `alt` text from surrounding copy.
 * 3. Setting `vertical-align` removes the whitespace that appears under `img`
 *    elements when they are dropped into a page as-is. Safer alternative to
 *    using `display: block;`.
 */
img {
  max-width: 100%;
  /* [1] */
  font-style: italic;
  /* [2] */
  vertical-align: middle;
  /* [3] */ }

img:not([src]):not([srcset]) {
  visibility: hidden; }

.lazyload,
.lazyloading {
  opacity: 0; }

.lazyloaded {
  opacity: 1;
  -webkit-transition: opacity 300ms;
  transition: opacity 300ms; }

/* ==========================================================================
   #TABLES
   ========================================================================== */
/**
 * 1. Ensure tables fill up as much space as possible.
 */
table {
  width: 100%;
  /* [1] */ }

/* ==========================================================================
   #LINKS
   ========================================================================== */
p a {
  color: #00120f; }
  p a:hover {
    text-decoration: underline; }

a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out; }

.link-line {
  -webkit-text-orientation: mixed;
          text-orientation: mixed;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  white-space: nowrap;
  position: absolute;
  top: 0;
  right: 0;
  padding-left: 0.8rem;
  text-transform: uppercase; }
  @media (max-width: 47.99em) {
    .link-line {
      display: none; } }
  .link-line:before {
    content: "";
    border-left: 1px solid #ffffff;
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 100%; }

/* ==========================================================================
   #LISTS
   ========================================================================== */
.no-list-style {
  list-style: none;
  margin: 0; }
  .no-list-style li {
    margin-bottom: 0;
    padding: 0; }
    .no-list-style li::before {
      display: none; }

ul {
  list-style: none;
  margin: 3.7rem 0; }
  ul li {
    margin-bottom: 2.4rem;
    padding-left: calc(1.7rem + 2.8rem);
    position: relative; }
    ul li:before {
      content: "";
      background-image: url("../images/icons/list-icon.svg");
      background-size: cover;
      width: 1.7rem;
      height: 1.7rem;
      position: absolute;
      top: 0.2rem;
      left: 0; }
    ul li:last-child {
      margin-bottom: 0; }

.share-socials {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 6rem; }
  .share-socials li {
    margin-right: 2.8rem; }
    .share-socials li:first-child {
      font-weight: bold; }
    .share-socials li:last-child {
      margin-right: 0; }
    @media (max-width: 47.99em) {
      .share-socials li {
        margin-right: 14.75px; }
        .share-socials li:first-of-type {
          margin-right: 30px; }
        .share-socials li span {
          display: none; } }
  .share-socials a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
  .share-socials i {
    width: 1.7rem;
    margin-right: 1rem; }
    @media (max-width: 47.99em) {
      .share-socials i {
        margin: 0; } }

/* ==========================================================================
   #SCROLLBARS
   ========================================================================== */
/* The emerging W3C standard
   that is currently Firefox-only */
/* Works on Chrome/Edge/Safari */
*::-webkit-scrollbar {
  width: 10px; }

*::-webkit-scrollbar-track {
  background: #000000; }

*::-webkit-scrollbar-thumb {
  background-color: #00120f; }

/* ==========================================================================
   #FORM
   ========================================================================== */
input,
textarea,
select {
  outline: none;
  font-family: "Helvetica", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  width: 100%;
  height: 4.8rem;
  background-color: transparent !important;
  color: #ffffff;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 17px;
  -webkit-appearance: none;
  border-radius: 0;
  -moz-appearance: none;
       appearance: none;
  padding: 0 1.6rem;
  border: 0.1rem solid #214C43;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-shadow: none;
          box-shadow: none; }
  input.wpcf7-not-valid,
  textarea.wpcf7-not-valid,
  select.wpcf7-not-valid {
    border-bottom: 2px solid #dc3232;
    color: #dc3232; }

input:-internal-autofill-selected {
  background-color: transparent !important; }

form .required:after {
  content: "*";
  color: #dc3232; }

select::-ms-expand {
  display: none; }

::-webkit-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #ffffff;
  opacity: 1;
  /* Firefox */ }

::-moz-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #ffffff;
  opacity: 1;
  /* Firefox */ }

:-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #ffffff;
  opacity: 1;
  /* Firefox */ }

::-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #ffffff;
  opacity: 1;
  /* Firefox */ }

::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #ffffff;
  opacity: 1;
  /* Firefox */ }

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #ffffff; }

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #ffffff; }

.clipboard {
  position: relative;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  cursor: pointer; }
  .clipboard .clipboard-desc {
    display: none;
    position: absolute;
    top: 100%;
    font-size: 10px;
    font-size: 1rem;
    line-height: 1;
    margin-top: 0.8rem; }

.checkbox-group {
  position: relative;
  display: block;
  padding-left: 28px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer; }
  .checkbox-group input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0; }
    .checkbox-group input[type="checkbox"]:checked ~ .checkmark:after {
      display: block; }
  .checkbox-group .checkmark {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 20px;
    height: 20px;
    background-color: transparent;
    border: 2px solid #ffffff; }
    .checkbox-group .checkmark:after {
      content: "";
      position: absolute;
      display: none;
      top: 50%;
      left: 20%;
      width: 8px;
      height: 11px;
      border: solid #03898D;
      border-width: 0 3px 3px 0;
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg) translate(-50%, -50%); }
  .checkbox-group:hover input ~ .checkmark {
    background-color: transparent; }

.pdf_files,
.order_list {
  display: none; }

/* ==========================================================================
   #PARAGRAPHS
   ========================================================================== */
p {
  margin-bottom: 2.5rem; }
  p:last-child {
    margin-bottom: 0; }

/* ==========================================================================
   #blockquote
   ========================================================================== */
blockquote,
.wp-block-quote {
  font-size: 68px;
  font-size: 6.8rem;
  line-height: 1.07;
  font-weight: bold;
  padding: 40px 0; }
  @media (max-width: 63.99em) {
    blockquote,
    .wp-block-quote {
      font-size: 46px;
      font-size: 4.6rem;
      line-height: 1.08; } }
  @media (max-width: 47.99em) {
    blockquote,
    .wp-block-quote {
      font-size: 36px;
      font-size: 3.6rem;
      line-height: 1.06; } }
  blockquote .cite,
  .wp-block-quote .cite {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.45;
    font-style: normal;
    font-weight: normal;
    margin-top: 40px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding-left: 40px; }
    @media (max-width: 63.99em) {
      blockquote .cite,
      .wp-block-quote .cite {
        margin-top: 30px;
        font-size: 18px;
        font-size: 1.8rem;
        line-height: 1.78; } }
    @media (max-width: 47.99em) {
      blockquote .cite,
      .wp-block-quote .cite {
        margin-top: 15px;
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 1.25; } }
    blockquote .cite::before,
    .wp-block-quote .cite::before {
      content: "";
      width: 30px;
      height: 3px;
      position: absolute;
      left: 0;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      background-color: #000000; }
      @media (max-width: 47.99em) {
        blockquote .cite::before,
        .wp-block-quote .cite::before {
          height: 2px; } }
  blockquote .writer,
  .wp-block-quote .writer {
    font-weight: bold; }

/* ==========================================================================
   GENERAL RULES
   ========================================================================== */
/* JAVASCRIPT HOOKS
a class such as .js-XXX indicate if an object/component requires JavaScript
in this example below, we do not use c-slider in JS but js-slider
<div class="c-slider js-slider">

BEM approach (block, element and modifier)
 use —-modifier to define a variation that extend the block
use __element to define a child element of a block

Namespacing
These are prefixes that help create a structure that governs how CSS properties get written
we use :
c- for components : larger blocks that can contain objects
u- for utilities : helper classes that perform one action only
js- for javascript hooks : to inform the block is used in javascript code

6 - LAYOUT
these are the CSS wrapper and grids, using CSS flex and CSS grid
/*
 * Wrapper..............Page constraint/container object.
*/
.row {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }

.no-gutters {
  margin-right: 0;
  margin-left: 0; }

.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0; }

.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px; }

.col {
  -ms-flex-preferred-size: 0;
  -webkit-flex-basis: 0;
          flex-basis: 0;
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
          flex-grow: 1;
  max-width: 100%; }

.col-auto {
  -ms-flex: 0 0 auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
  max-width: 100%; }

.col-1 {
  -ms-flex: 0 0 8.333333%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 8.333333%;
          flex: 0 0 8.333333%;
  max-width: 8.333333%; }

.col-2 {
  -ms-flex: 0 0 16.666667%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 16.666667%;
          flex: 0 0 16.666667%;
  max-width: 16.666667%; }

.col-3 {
  -ms-flex: 0 0 25%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%; }

.col-4 {
  -ms-flex: 0 0 33.333333%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 33.333333%;
          flex: 0 0 33.333333%;
  max-width: 33.333333%; }

.col-5 {
  -ms-flex: 0 0 41.666667%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 41.666667%;
          flex: 0 0 41.666667%;
  max-width: 41.666667%; }

.col-6 {
  -ms-flex: 0 0 50%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%; }

.col-7 {
  -ms-flex: 0 0 58.333333%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 58.333333%;
          flex: 0 0 58.333333%;
  max-width: 58.333333%; }

.col-8 {
  -ms-flex: 0 0 66.666667%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 66.666667%;
          flex: 0 0 66.666667%;
  max-width: 66.666667%; }

.col-9 {
  -ms-flex: 0 0 75%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 75%;
          flex: 0 0 75%;
  max-width: 75%; }

.col-10 {
  -ms-flex: 0 0 83.333333%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 83.333333%;
          flex: 0 0 83.333333%;
  max-width: 83.333333%; }

.col-11 {
  -ms-flex: 0 0 91.666667%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 91.666667%;
          flex: 0 0 91.666667%;
  max-width: 91.666667%; }

.col-12 {
  -ms-flex: 0 0 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%; }

.order-first {
  -ms-flex-order: -1;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
          order: -1; }

.order-last {
  -ms-flex-order: 13;
  -webkit-box-ordinal-group: 14;
  -webkit-order: 13;
          order: 13; }

.order-0 {
  -ms-flex-order: 0;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
          order: 0; }

.order-1 {
  -ms-flex-order: 1;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
          order: 1; }

.order-2 {
  -ms-flex-order: 2;
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
          order: 2; }

.order-3 {
  -ms-flex-order: 3;
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
          order: 3; }

.order-4 {
  -ms-flex-order: 4;
  -webkit-box-ordinal-group: 5;
  -webkit-order: 4;
          order: 4; }

.order-5 {
  -ms-flex-order: 5;
  -webkit-box-ordinal-group: 6;
  -webkit-order: 5;
          order: 5; }

.order-6 {
  -ms-flex-order: 6;
  -webkit-box-ordinal-group: 7;
  -webkit-order: 6;
          order: 6; }

.order-7 {
  -ms-flex-order: 7;
  -webkit-box-ordinal-group: 8;
  -webkit-order: 7;
          order: 7; }

.order-8 {
  -ms-flex-order: 8;
  -webkit-box-ordinal-group: 9;
  -webkit-order: 8;
          order: 8; }

.order-9 {
  -ms-flex-order: 9;
  -webkit-box-ordinal-group: 10;
  -webkit-order: 9;
          order: 9; }

.order-10 {
  -ms-flex-order: 10;
  -webkit-box-ordinal-group: 11;
  -webkit-order: 10;
          order: 10; }

.order-11 {
  -ms-flex-order: 11;
  -webkit-box-ordinal-group: 12;
  -webkit-order: 11;
          order: 11; }

.order-12 {
  -ms-flex-order: 12;
  -webkit-box-ordinal-group: 13;
  -webkit-order: 12;
          order: 12; }

.offset-1 {
  margin-left: 8.333333%; }

.offset-2 {
  margin-left: 16.666667%; }

.offset-3 {
  margin-left: 25%; }

.offset-4 {
  margin-left: 33.333333%; }

.offset-5 {
  margin-left: 41.666667%; }

.offset-6 {
  margin-left: 50%; }

.offset-7 {
  margin-left: 58.333333%; }

.offset-8 {
  margin-left: 66.666667%; }

.offset-9 {
  margin-left: 75%; }

.offset-10 {
  margin-left: 83.333333%; }

.offset-11 {
  margin-left: 91.666667%; }

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    -webkit-flex-basis: 0;
            flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
            flex-grow: 1;
    max-width: 100%; }
  .col-sm-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.333333%;
            flex: 0 0 8.333333%;
    max-width: 8.333333%; }
  .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.666667%;
            flex: 0 0 16.666667%;
    max-width: 16.666667%; }
  .col-sm-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.333333%;
            flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.666667%;
            flex: 0 0 41.666667%;
    max-width: 41.666667%; }
  .col-sm-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.333333%;
            flex: 0 0 58.333333%;
    max-width: 58.333333%; }
  .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.666667%;
            flex: 0 0 66.666667%;
    max-width: 66.666667%; }
  .col-sm-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.333333%;
            flex: 0 0 83.333333%;
    max-width: 83.333333%; }
  .col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.666667%;
            flex: 0 0 91.666667%;
    max-width: 91.666667%; }
  .col-sm-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .order-sm-first {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
            order: -1; }
  .order-sm-last {
    -ms-flex-order: 13;
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
            order: 13; }
  .order-sm-0 {
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
            order: 0; }
  .order-sm-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
            order: 1; }
  .order-sm-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
            order: 2; }
  .order-sm-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
            order: 3; }
  .order-sm-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
            order: 4; }
  .order-sm-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
            order: 5; }
  .order-sm-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
            order: 6; }
  .order-sm-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
            order: 7; }
  .order-sm-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
            order: 8; }
  .order-sm-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
            order: 9; }
  .order-sm-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
            order: 10; }
  .order-sm-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
            order: 11; }
  .order-sm-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
            order: 12; }
  .offset-sm-0 {
    margin-left: 0; }
  .offset-sm-1 {
    margin-left: 8.333333%; }
  .offset-sm-2 {
    margin-left: 16.666667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.333333%; }
  .offset-sm-5 {
    margin-left: 41.666667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.333333%; }
  .offset-sm-8 {
    margin-left: 66.666667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.333333%; }
  .offset-sm-11 {
    margin-left: 91.666667%; } }

@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    -webkit-flex-basis: 0;
            flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
            flex-grow: 1;
    max-width: 100%; }
  .col-md-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.333333%;
            flex: 0 0 8.333333%;
    max-width: 8.333333%; }
  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.666667%;
            flex: 0 0 16.666667%;
    max-width: 16.666667%; }
  .col-md-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.333333%;
            flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.666667%;
            flex: 0 0 41.666667%;
    max-width: 41.666667%; }
  .col-md-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.333333%;
            flex: 0 0 58.333333%;
    max-width: 58.333333%; }
  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.666667%;
            flex: 0 0 66.666667%;
    max-width: 66.666667%; }
  .col-md-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.333333%;
            flex: 0 0 83.333333%;
    max-width: 83.333333%; }
  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.666667%;
            flex: 0 0 91.666667%;
    max-width: 91.666667%; }
  .col-md-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .order-md-first {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
            order: -1; }
  .order-md-last {
    -ms-flex-order: 13;
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
            order: 13; }
  .order-md-0 {
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
            order: 0; }
  .order-md-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
            order: 1; }
  .order-md-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
            order: 2; }
  .order-md-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
            order: 3; }
  .order-md-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
            order: 4; }
  .order-md-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
            order: 5; }
  .order-md-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
            order: 6; }
  .order-md-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
            order: 7; }
  .order-md-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
            order: 8; }
  .order-md-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
            order: 9; }
  .order-md-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
            order: 10; }
  .order-md-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
            order: 11; }
  .order-md-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
            order: 12; }
  .offset-md-0 {
    margin-left: 0; }
  .offset-md-1 {
    margin-left: 8.333333%; }
  .offset-md-2 {
    margin-left: 16.666667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.333333%; }
  .offset-md-5 {
    margin-left: 41.666667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.333333%; }
  .offset-md-8 {
    margin-left: 66.666667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.333333%; }
  .offset-md-11 {
    margin-left: 91.666667%; } }

@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    -webkit-flex-basis: 0;
            flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
            flex-grow: 1;
    max-width: 100%; }
  .col-lg-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.333333%;
            flex: 0 0 8.333333%;
    max-width: 8.333333%; }
  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.666667%;
            flex: 0 0 16.666667%;
    max-width: 16.666667%; }
  .col-lg-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.333333%;
            flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.666667%;
            flex: 0 0 41.666667%;
    max-width: 41.666667%; }
  .col-lg-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.333333%;
            flex: 0 0 58.333333%;
    max-width: 58.333333%; }
  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.666667%;
            flex: 0 0 66.666667%;
    max-width: 66.666667%; }
  .col-lg-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.333333%;
            flex: 0 0 83.333333%;
    max-width: 83.333333%; }
  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.666667%;
            flex: 0 0 91.666667%;
    max-width: 91.666667%; }
  .col-lg-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .order-lg-first {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
            order: -1; }
  .order-lg-last {
    -ms-flex-order: 13;
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
            order: 13; }
  .order-lg-0 {
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
            order: 0; }
  .order-lg-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
            order: 1; }
  .order-lg-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
            order: 2; }
  .order-lg-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
            order: 3; }
  .order-lg-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
            order: 4; }
  .order-lg-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
            order: 5; }
  .order-lg-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
            order: 6; }
  .order-lg-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
            order: 7; }
  .order-lg-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
            order: 8; }
  .order-lg-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
            order: 9; }
  .order-lg-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
            order: 10; }
  .order-lg-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
            order: 11; }
  .order-lg-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
            order: 12; }
  .offset-lg-0 {
    margin-left: 0; }
  .offset-lg-1 {
    margin-left: 8.333333%; }
  .offset-lg-2 {
    margin-left: 16.666667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.333333%; }
  .offset-lg-5 {
    margin-left: 41.666667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.333333%; }
  .offset-lg-8 {
    margin-left: 66.666667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.333333%; }
  .offset-lg-11 {
    margin-left: 91.666667%; } }

@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    -webkit-flex-basis: 0;
            flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
            flex-grow: 1;
    max-width: 100%; }
  .col-xl-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.333333%;
            flex: 0 0 8.333333%;
    max-width: 8.333333%; }
  .col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.666667%;
            flex: 0 0 16.666667%;
    max-width: 16.666667%; }
  .col-xl-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.333333%;
            flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  .col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.666667%;
            flex: 0 0 41.666667%;
    max-width: 41.666667%; }
  .col-xl-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.333333%;
            flex: 0 0 58.333333%;
    max-width: 58.333333%; }
  .col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.666667%;
            flex: 0 0 66.666667%;
    max-width: 66.666667%; }
  .col-xl-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.333333%;
            flex: 0 0 83.333333%;
    max-width: 83.333333%; }
  .col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.666667%;
            flex: 0 0 91.666667%;
    max-width: 91.666667%; }
  .col-xl-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .order-xl-first {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
            order: -1; }
  .order-xl-last {
    -ms-flex-order: 13;
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
            order: 13; }
  .order-xl-0 {
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
            order: 0; }
  .order-xl-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
            order: 1; }
  .order-xl-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
            order: 2; }
  .order-xl-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
            order: 3; }
  .order-xl-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
            order: 4; }
  .order-xl-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
            order: 5; }
  .order-xl-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
            order: 6; }
  .order-xl-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
            order: 7; }
  .order-xl-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
            order: 8; }
  .order-xl-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
            order: 9; }
  .order-xl-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
            order: 10; }
  .order-xl-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
            order: 11; }
  .order-xl-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
            order: 12; }
  .offset-xl-0 {
    margin-left: 0; }
  .offset-xl-1 {
    margin-left: 8.333333%; }
  .offset-xl-2 {
    margin-left: 16.666667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.333333%; }
  .offset-xl-5 {
    margin-left: 41.666667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.333333%; }
  .offset-xl-8 {
    margin-left: 66.666667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.333333%; }
  .offset-xl-11 {
    margin-left: 91.666667%; } }

/* ==========================================================================
   #WRAPPER
   ========================================================================== */
/*===== 1160px =====*/
.wrapper {
  width: 100%;
  max-width: 119.6rem;
  padding: 0 3rem;
  margin: 0 auto; }
  @media (min-width: 85.4375em) {
    .wrapper {
      padding: 0;
      max-width: 1366px; } }
  .wrapper--s {
    max-width: 99rem; }

/* 7 - OBJECTS
these are objects that live within components
the CSS classes should start with ".o-"
*/
.o-btn {
  cursor: pointer;
  -webkit-appearance: none;
  border-radius: 0;
  -moz-appearance: none;
       appearance: none;
  border: 1px solid #ffffff;
  color: #ffffff;
  background-color: transparent;
  padding: 1rem 2rem;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  height: 48px;
  display: grid;
  place-items: center; }
  .o-btn:focus, .o-btn:active {
    outline: none; }
  .o-btn:hover {
    border-color: #03898D;
    background-color: #03898D; }
  .o-btn-green {
    border: 1px solid #03898D;
    background-color: #03898D !important; }
    .o-btn-green:hover {
      border-color: #004036;
      background-color: #004036 !important; }
    .o-btn-green.disable {
      border-color: #3a4040;
      background-color: #3a4040 !important; }
  .o-btn-red-border {
    border-color: #ff0000;
    color: #ff0000; }
    .o-btn-red-border:hover {
      color: #ffffff;
      border-color: #c70000;
      background-color: #c70000; }
  .o-btn.disable {
    pointer-events: none; }

.o-btn-circle {
  width: 110.5px;
  height: 110.5px;
  padding: 25.5px;
  text-transform: uppercase;
  border-radius: 50%;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  position: relative;
  margin-right: 10px; }
  .o-btn-circle:after {
    content: "";
    border: 1px solid #ffffff;
    border-radius: 50%;
    position: absolute;
    width: 85px;
    height: 85px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    z-index: -1;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out; }
  .o-btn-circle:hover {
    color: #000000; }
    .o-btn-circle:hover:after {
      background-color: #ffffff;
      -webkit-transform: translate(-50%, -50%) scale(1.3);
              transform: translate(-50%, -50%) scale(1.3); }

.o-btn-edit {
  position: fixed;
  bottom: 3vh;
  left: 3vw;
  z-index: 99; }

a.o-btn {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content; }

.o-icon {
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-size: 100% 100%;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out; }
  .o-icon--arrow-down-white {
    background-image: url("../images/icons/arrow-down-white.svg");
    width: 2.4rem;
    height: 2.4rem; }
  .o-icon--arrow-scroll-down {
    background-image: url("../images/icons/arrow-scroll-down.svg");
    width: 2.4rem;
    height: 2.4rem; }
  .o-icon--arrow-short-right {
    background-image: url("../images/icons/arrow-short-right.svg");
    width: 2.4rem;
    height: 2.4rem; }
  .o-icon--address {
    background-image: url("../images/icons/icon-address.svg");
    width: 2.4rem;
    height: 2.4rem; }
  .o-icon--cross {
    background-image: url("../images/icons/icon-cross.svg");
    width: 2.4rem;
    height: 2.4rem; }
  .o-icon--facebook {
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    background-image: url("../images/icons/fb-icon.png");
    width: 3rem;
    height: 3rem; }
    .o-icon--facebook:hover {
      background-image: url("../images/icons/fb-icon-hover.png"); }
  .o-icon--ig {
    background-image: url("../images/icons/ig-icon.png");
    width: 3rem;
    height: 3rem; }
    .o-icon--ig:hover {
      background-image: url("../images/icons/ig-icon-hover.png"); }
  .o-icon--icon-input-date {
    background-image: url("../images/icons/icon-input-date.svg");
    width: 3rem;
    height: 3rem; }
  .o-icon--left-arrow {
    background-image: url("../images/icons/icon-left-arrow.svg");
    width: 2.4rem;
    height: 2.4rem; }
  .o-icon--line {
    background-image: url("../images/icons/line-icon.png");
    width: 3rem;
    height: 3rem; }
    .o-icon--line:hover {
      background-image: url("../images/icons/line-icon-hover.png"); }
  .o-icon--line-small {
    background-image: url("../images/icons/icon-line-small.svg");
    width: 2.4rem;
    height: 2.4rem; }
    .o-icon--line-small:hover {
      background-image: url("../images/icons/icon-line-small-hover.svg"); }
  .o-icon--twitter-small {
    background-image: url("../images/icons/twitter-small.svg");
    width: 2.4rem;
    height: 2.4rem; }
  .o-icon--location {
    background-image: url("../images/icons/icon-location.svg");
    width: 2.4rem;
    height: 2.4rem; }
  .o-icon--mail-2 {
    background-image: url("../images/icons/icon-mail-2.svg");
    width: 2.4rem;
    height: 2.4rem; }
  .o-icon--mail {
    background-image: url("../images/icons/icon-mail.svg");
    width: 2.4rem;
    height: 2.4rem; }
  .o-icon--phone {
    background-image: url("../images/icons/icon-phone.svg");
    width: 2.4rem;
    height: 2.4rem; }
  .o-icon--icon-plus-big {
    background-image: url("../images/icons/icon-plus-big.svg");
    width: 1.5rem;
    height: 1.5rem; }
  .o-icon--plus {
    background-image: url("../images/icons/icon-plus.svg");
    width: 1.5rem;
    height: 1.5rem; }
  .o-icon--right-arrow {
    background-image: url("../images/icons/icon-right-arrow.svg");
    width: 2.4rem;
    height: 2.4rem; }
  .o-icon--tel {
    background-image: url("../images/icons/icon-tel.svg");
    width: 2.4rem;
    height: 2.4rem; }
  .o-icon--up {
    background-image: url("../images/icons/icon-up.svg");
    width: 2rem;
    height: 2rem; }
  .o-icon--down {
    background-image: url("../images/icons/icon-down.svg");
    width: 2rem;
    height: 2rem; }
  .o-icon--facebook-small {
    background-image: url("../images/icons/icon-facebook-small.svg");
    width: 2.4rem;
    height: 2.4rem; }
    .o-icon--facebook-small:hover {
      background-image: url("../images/icons/icon-facebook-small-hover.svg"); }
  .o-icon--instagram-small {
    background-image: url("../images/icons/icon-instagram-small.svg");
    width: 2.4rem;
    height: 2.4rem; }
  .o-icon--website {
    background-image: url("../images/icons/icon-website.svg");
    width: 2.4rem;
    height: 2.4rem; }
  .o-icon--link {
    background-image: url("../images/icons/icon-link.svg");
    width: 2.2rem;
    height: 2.2rem; }
  .o-icon--close {
    background-image: url("../images/icons/icon-close.svg");
    width: 2.4rem;
    height: 2.4rem; }
  .o-icon--download {
    background-image: url("../images/icons/icon-download.svg");
    width: 2rem;
    height: 2rem; }
  .o-icon--trash {
    background-image: url("../images/icons/icon-trash.svg");
    width: 1.5rem;
    height: 1.6rem; }

#all-icons i {
  margin-right: 2rem; }

.o-hamburger {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 2.8rem;
  z-index: 2;
  width: 36px;
  cursor: pointer; }
  @media (min-width: 64em) {
    .o-hamburger {
      display: none; } }
  .o-hamburger.-white span {
    display: none;
    border-bottom: 3px solid #ffffff; }
    .o-hamburger.-white span:nth-child(2) {
      display: block;
      padding-top: 15px; }
  .o-hamburger__icon span {
    border-bottom: 3px solid #000000;
    padding-bottom: 6px;
    display: block;
    width: 36px; }

.o-card-find-more {
  position: relative;
  border: 1px solid #ffffff;
  width: 32rem;
  height: 18.6rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 38px;
  font-size: 3.8rem;
  line-height: 45px;
  text-align: center;
  text-transform: uppercase; }
  .o-card-find-more:before {
    content: "";
    background-color: #ffffff;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 20%;
    opacity: 0;
    z-index: -1;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
  .o-card-find-more > div {
    max-width: 65%; }
    .o-card-find-more > div:before, .o-card-find-more > div::after {
      content: "";
      background-image: url("../images/icons/icon-plus.svg");
      background-size: cover;
      width: 1.5rem;
      height: 1.5rem;
      position: absolute;
      bottom: 1.5rem;
      -webkit-transition: all 0.35s ease-in-out;
      transition: all 0.35s ease-in-out; }
    .o-card-find-more > div:before {
      left: 1.5rem; }
    .o-card-find-more > div:after {
      right: 1.5rem; }
    .o-card-find-more > div > div:before, .o-card-find-more > div > div::after {
      content: "";
      background-image: url("../images/icons/icon-plus.svg");
      background-size: cover;
      width: 1.5rem;
      height: 1.5rem;
      position: absolute;
      top: 1.5rem;
      -webkit-transition: all 0.35s ease-in-out;
      transition: all 0.35s ease-in-out; }
    .o-card-find-more > div > div:before {
      left: 1.5rem; }
    .o-card-find-more > div > div:after {
      right: 1.5rem; }
  .o-card-find-more:hover {
    color: #000000; }
    .o-card-find-more:hover:before {
      height: 100%;
      opacity: 1; }
    .o-card-find-more:hover > div:before, .o-card-find-more:hover > div::after {
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg);
      -webkit-filter: brightness(0%);
              filter: brightness(0%); }
    .o-card-find-more:hover > div > div:before, .o-card-find-more:hover > div > div::after {
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg);
      -webkit-filter: brightness(0%);
              filter: brightness(0%); }

.o-card-team {
  cursor: pointer; }
  @media (max-width: 79.99em) {
    .o-card-team {
      width: 276px;
      height: 324px;
      margin: 0 auto; } }
  .o-card-team_body .profile-pic {
    width: 364px;
    height: 300px;
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center; }
    @media (min-width: 85.375em) {
      .o-card-team_body .profile-pic {
        width: 100%; } }
    @media (max-width: 79.99em) {
      .o-card-team_body .profile-pic {
        width: 276px;
        height: 226.59px; } }
    .o-card-team_body .profile-pic img {
      width: 100%;
      max-width: unset; }
  .o-card-team_footer {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 130px;
    padding: 22px 40px;
    background-color: #000000;
    font-style: normal;
    font-weight: 400;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content; }
    @media (max-width: 79.99em) {
      .o-card-team_footer {
        padding: 18.47px; } }
    .o-card-team_footer .name {
      color: #ffffff;
      text-transform: uppercase;
      font-size: 21px;
      font-size: 2.1rem;
      line-height: 25px; }
      @media (max-width: 79.99em) {
        .o-card-team_footer .name {
          font-size: 18.47px;
          font-size: 1.847rem;
          line-height: 18.47px; } }
      @media (max-width: 47.99em) {
        .o-card-team_footer .name {
          font-size: 16px;
          font-size: 1.6rem;
          line-height: 24px; } }
    .o-card-team_footer .position {
      margin-top: 12px;
      color: #03898D;
      font-size: 16px;
      font-size: 1.6rem;
      line-height: 24px; }
      @media (max-width: 79.99em) {
        .o-card-team_footer .position {
          font-size: 14px;
          font-size: 1.4rem;
          line-height: 16.25px; } }
      @media (max-width: 47.99em) {
        .o-card-team_footer .position {
          margin-top: 5px;
          font-size: 14px;
          font-size: 1.4rem;
          line-height: 16.25px; } }

.o-card-knowledge {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #727272;
  position: relative; }
  .o-card-knowledge__col-img {
    width: 18.3rem;
    margin-right: 3rem; }
    @media (max-width: 47.99em) {
      .o-card-knowledge__col-img {
        width: 123px;
        margin-right: 0; } }
  .o-card-knowledge__col-text {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: calc(100% - (18.3rem + 3rem));
    height: 218px;
    position: relative;
    padding: 4rem; }
    .o-card-knowledge__col-text:before {
      content: "";
      background-color: #BBC4C3;
      position: absolute;
      top: 0;
      right: 0;
      width: calc(100% + (9rem + 3rem));
      height: 100%;
      z-index: -1; }
      @media (max-width: 47.99em) {
        .o-card-knowledge__col-text:before {
          width: calc(100% + (61.5px));
          right: 0; } }
    @media (max-width: 47.99em) {
      .o-card-knowledge__col-text {
        width: calc(100% - (123px));
        height: 151px;
        padding: 30px 21px 22px 12px; } }
  .o-card-knowledge__img {
    width: 100%;
    height: 18.3rem;
    border-radius: 50%;
    overflow: hidden;
    position: relative; }
    @media (max-width: 47.99em) {
      .o-card-knowledge__img {
        width: 123px;
        height: 123px; } }
    .o-card-knowledge__img > img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
  .o-card-knowledge__detail {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.42857; }
    @media (max-width: 47.99em) {
      .o-card-knowledge__detail {
        margin-bottom: 5px;
        font-size: 10px;
        font-size: 1rem;
        line-height: 14px; } }
  .o-card-knowledge__author {
    margin-right: 0.8rem;
    padding-right: 0.8rem;
    position: relative; }
    .o-card-knowledge__author::after {
      content: "|";
      position: absolute;
      top: 0;
      right: 0;
      width: 1px;
      height: 100%; }
  .o-card-knowledge__title {
    display: -webkit-box;
    margin-bottom: 0.5rem;
    max-height: 6.4rem;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical; }
    @media (max-width: 47.99em) {
      .o-card-knowledge__title {
        margin-bottom: 5px;
        max-height: 3rem;
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 15px; } }
  .o-card-knowledge__cate {
    position: absolute;
    top: 1.6rem;
    right: 1.6rem;
    color: var(--text-color, #000D0B);
    background-color: var(--theme-color, #ffffff);
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.33333;
    height: 2.4rem;
    padding: 0 1rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    line-height: 1;
    text-transform: uppercase; }
    @media (max-width: 47.99em) {
      .o-card-knowledge__cate {
        top: 10px;
        right: 10px;
        height: 16px;
        display: block;
        -webkit-line-clamp: 1;
        max-width: 200px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        font-size: 12px;
        font-size: 1.2rem;
        line-height: 16px; } }
  .o-card-knowledge__hashtags {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.42857; }
    .o-card-knowledge__hashtags span {
      margin-right: 0.8rem; }
      .o-card-knowledge__hashtags span:last-child {
        margin-right: 0; }
    @media (max-width: 47.99em) {
      .o-card-knowledge__hashtags {
        display: none; } }
  .o-card-knowledge__short-desc {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    max-height: 4.8rem;
    overflow: hidden; }
    @media (max-width: 47.99em) {
      .o-card-knowledge__short-desc {
        max-height: 3.36rem;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        display: -webkit-box;
        font-size: 12px;
        font-size: 1.2rem;
        line-height: 16.8px; } }
  .o-card-knowledge__text-box {
    width: 100%;
    overflow: hidden;
    margin-bottom: 1rem; }
  .o-card-knowledge__quote {
    position: absolute;
    top: 22px;
    right: 20px; }
  .o-card-knowledge--highlight {
    position: relative;
    display: block;
    overflow: hidden;
    padding-bottom: 93.71%; }
    .o-card-knowledge--highlight__img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover;
      -webkit-transition: all 300ms ease-in-out;
      transition: all 300ms ease-in-out; }
    .o-card-knowledge--highlight__text {
      position: absolute;
      top: 0%;
      left: 0%;
      width: 100%;
      height: 100%;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: end;
      -webkit-justify-content: flex-end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      background: white;
      background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(black));
      background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, black 100%); }
      .o-card-knowledge--highlight__text > div {
        padding: 2.4rem; }
        @media (max-width: 47.99em) {
          .o-card-knowledge--highlight__text > div {
            padding: 1.6rem 1.2rem 3rem; } }
    .o-card-knowledge--highlight__title {
      margin-bottom: 0.8rem; }
    .o-card-knowledge--highlight:hover .o-card-knowledge--highlight__img {
      -webkit-transform: scale(1.2);
              transform: scale(1.2); }
    .o-card-knowledge--highlight:hover .placeholder-img {
      -webkit-transform: scale(1.2);
              transform: scale(1.2); }
    .o-card-knowledge--highlight .tag {
      position: absolute;
      padding: 3.5px 10px;
      top: 16px;
      right: 28px;
      z-index: 2;
      color: var(--text-color, #000D0B);
      background-color: var(--theme-color, #ffffff); }
      @media (max-width: 47.99em) {
        .o-card-knowledge--highlight .tag {
          font-size: 12px;
          font-size: 1.2rem;
          line-height: 17px;
          right: 1.6rem; } }
    @media (max-width: 47.99em) {
      .o-card-knowledge--highlight .o-card-knowledge__short-desc {
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 20px; } }
    @media (max-width: 47.99em) {
      .o-card-knowledge--highlight .o-card-knowledge__hashtags {
        font-size: 12px;
        font-size: 1.2rem;
        line-height: 17px;
        display: block; } }

.b-related-case .o-card-knowledge__col-text {
  padding: 34px 0; }

.b-related-case .o-card-knowledge__title {
  width: 243px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical; }

.o-card-new__img {
  position: relative;
  padding-top: 67%;
  margin-bottom: 2.4rem;
  overflow: hidden; }
  .o-card-new__img > img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out; }

.o-card-new__cates {
  position: absolute;
  top: 2.4rem;
  left: 2.4rem;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
  .o-card-new__cates .-cate-item {
    height: 2.4rem;
    padding: 0.5rem 1.2rem;
    font-size: 500;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 17px;
    color: #03898D;
    background-color: #ffffff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    font-weight: bold;
    margin-right: 0.8rem;
    margin-bottom: 0.8rem; }
    @media (max-width: 63.99em) {
      .o-card-new__cates .-cate-item {
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 24px; } }
    .o-card-new__cates .-cate-item:last-child {
      margin-right: 0; }

.o-card-new__title {
  margin-bottom: 2.4rem;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  max-height: 6.4rem;
  overflow: hidden; }

.o-card-new__detail {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 24px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #7AB5B6; }

.o-card-new__date {
  margin-left: 1.6rem;
  padding-left: 1.6rem;
  position: relative; }
  .o-card-new__date::before {
    content: "";
    border-left: 1px solid #ffffff;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 1px;
    height: 1.8rem; }

.o-card-new__icon-plus {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
  background-image: url("../images/icons/icon-plus-big.svg");
  background-size: auto;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out; }

.o-card-new:hover .o-card-new__img > img,
.o-card-new:hover .o-card-new__img .placeholder-img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2); }

.o-card-new:hover .o-card-new__icon-plus {
  opacity: 1; }

.o-card-location {
  border: 1px solid #03898D;
  padding: 2.4rem 4rem;
  margin-bottom: 3.3rem;
  cursor: pointer; }
  @media (max-width: 47.99em) {
    .o-card-location {
      padding: 25px 24px; } }
  .o-card-location__heading {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 1.6rem; }
  .o-card-location__title {
    font-size: 21px;
    font-size: 2.1rem;
    line-height: 24px;
    text-transform: uppercase; }
  .o-card-location__contact-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out; }
    .o-card-location__contact-item .-icon {
      width: 2rem;
      margin-right: 1.6rem; }
    .o-card-location__contact-item .-text {
      width: calc(100% - (2rem + 1.6rem)); }
      @media (max-width: 47.99em) {
        .o-card-location__contact-item .-text {
          width: calc(190px); } }
    .o-card-location__contact-item .-contact-link:hover {
      text-decoration: underline; }
    .o-card-location__contact-item .-contact-link::after {
      content: ",";
      display: inline-block; }
    .o-card-location__contact-item .-contact-link:last-child::after {
      display: none; }
  .o-card-location__socials {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    .o-card-location__socials li {
      margin-right: 1.6rem; }
      .o-card-location__socials li:last-child {
        margin-right: 0; }
  .o-card-location__moredetail {
    display: none; }
  .o-card-location .o-card-location__readmore {
    display: grid;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out; }
    .o-card-location .o-card-location__readmore:hover svg line,
    .o-card-location .o-card-location__readmore:hover svg path {
      -webkit-transition: all 300ms ease-in-out;
      transition: all 300ms ease-in-out;
      stroke: #03898D; }
  .o-card-location:last-child {
    margin-bottom: 0; }
  .o-card-location.active .o-card-location__contact-item {
    margin-bottom: 2.4rem; }
  .o-card-location.active .o-card-location__readmore {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg); }

.material-card {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  .material-card_example {
    width: 13.5rem;
    height: 13.5rem;
    position: relative;
    z-index: 1;
    border-radius: 0.4rem;
    overflow: hidden; }
    @media (max-width: 80em) {
      .material-card_example {
        width: 10rem;
        height: 10rem; } }
    .material-card_example > img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
  .material-card_info {
    position: relative;
    background-color: #004036;
    width: calc((100% - 13.5rem) + 5.8rem);
    margin-left: -5.8rem;
    padding: 2.3rem 5.2rem 2.3rem 8.2rem;
    min-height: calc(13.5rem + 4.6rem);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    @media (max-width: 80em) {
      .material-card_info {
        margin-left: -3.5rem;
        width: calc((100% - 10rem) + 3.5rem);
        padding-left: 5.2rem;
        padding-right: 3rem;
        min-height: calc(10rem + 4.6rem); } }
    .material-card_info > div {
      width: 100%; }
    .material-card_info .info_title {
      font-weight: 700;
      font-size: 24px;
      font-size: 2.4rem;
      line-height: 32px;
      display: inline-block;
      width: 100%;
      white-space: nowrap;
      overflow: hidden !important;
      text-overflow: ellipsis;
      margin-bottom: 1.3rem; }
      @media (max-width: 47.99em) {
        .material-card_info .info_title {
          margin-bottom: 0;
          font-size: 20px;
          font-size: 2rem;
          line-height: 1.2; } }
    .material-card_info .detail {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between;
      margin-top: 0.8rem; }
      @media (max-width: 47.99em) {
        .material-card_info .detail {
          font-size: 14px;
          font-size: 1.4rem;
          line-height: 20px; } }
      .material-card_info .detail_title {
        font-weight: 600; }
      .material-card_info .detail_context {
        font-family: "Work Sans"; }
  .material-card__water-mark {
    position: absolute;
    bottom: 0;
    right: 0; }

.o-card-catalog__img {
  position: relative;
  background-size: cover;
  background-repeat: repeat;
  background-position: center;
  padding-bottom: 100%; }
  .o-card-catalog__img > img {
    position: absolute; }

.o-card-catalog__title {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 17px;
  text-transform: uppercase;
  margin-top: 0.8rem; }

.o-card-catalog .checkbox-group {
  position: absolute;
  top: 1.2rem;
  right: 1.2rem;
  background-color: #ffffff;
  width: 1.6rem;
  height: 1.6rem;
  padding: 0; }
  .o-card-catalog .checkbox-group .checkmark {
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0.75);
            transform: scale(0.75); }

.o-card-catalog:hover {
  cursor: -webkit-zoom-in;
  cursor: zoom-in; }

.o-cart-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 1.6rem 0;
  border-bottom: 1px solid #C4C4C4; }
  .o-cart-item__img {
    width: 5.8rem;
    margin-right: 1.4rem; }
    .o-cart-item__img .img-filepdf {
      padding-top: 100%;
      background-color: #00120f;
      position: relative; }
      .o-cart-item__img .img-filepdf::after {
        content: "";
        background-image: url("../images/icons/pdf-icon.svg");
        background-size: 3.5rem;
        width: 3.5rem;
        height: 4rem;
        background-position: center;
        background-repeat: no-repeat;
        -webkit-filter: brightness(0) invert(1);
                filter: brightness(0) invert(1);
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%); }
  .o-cart-item__text {
    width: calc(100% - (5.8rem + 1.4rem)); }
  .o-cart-item__heading {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .o-cart-item__name {
    width: calc(100% - 2.4rem); }
  .o-cart-item__delete {
    cursor: pointer; }
  .o-cart-item__pattern, .o-cart-item__colour, .o-cart-item__qty {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 1rem; }
    .o-cart-item__pattern .label, .o-cart-item__colour .label, .o-cart-item__qty .label {
      width: calc(100% - (12rem + 1.4rem));
      font-size: 14px;
      font-size: 1.4rem;
      line-height: 16px;
      color: #3a4040; }
    .o-cart-item__pattern input, .o-cart-item__colour input, .o-cart-item__qty input {
      width: 12rem;
      height: 3rem;
      margin-left: 1.4rem;
      padding: 0 1rem;
      outline: none;
      border: 1px solid #C1C5C6;
      color: #373f41;
      font-size: 16px;
      font-size: 1.6rem;
      line-height: 1.25; }
  .o-cart-item select {
    color: #000000; }
  .o-cart-item__itemname, .o-cart-item__pdf {
    display: none; }
  .o-cart-item .quantity-group {
    position: relative; }
    .o-cart-item .quantity-group input[type="number"]::-webkit-inner-spin-button,
    .o-cart-item .quantity-group input[type="number"]::-webkit-outer-spin-button {
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      margin: 0; }
    .o-cart-item .quantity-group input[type="number"] {
      -moz-appearance: textfield; }
    .o-cart-item .quantity-group .quantity-navigations {
      position: absolute;
      top: 0;
      right: 1rem;
      width: 1rem;
      height: 100%;
      z-index: 1;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center; }
    .o-cart-item .quantity-group .qty-btn {
      background-image: url("../images/icons/arrow-black-down.svg");
      width: 100%;
      height: 0.6rem;
      padding: 0;
      margin: 0;
      outline: none;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      cursor: pointer;
      border: none;
      background-color: transparent;
      background-size: contain;
      background-position: center;
      background-repeat: no-repeat;
      margin: 0.2rem 0; }
      .o-cart-item .quantity-group .qty-btn.quantity-arrow-plus {
        -webkit-transform: rotate(-180deg);
                transform: rotate(-180deg); }
  .o-cart-item .selectric {
    height: 3rem;
    padding: 0 1rem;
    width: 100%;
    border: 1px solid #C1C5C6; }
    .o-cart-item .selectric .label {
      width: auto;
      color: #373f41; }
    .o-cart-item .selectric .button {
      background-image: url("../images/icons/arrow-down-black.svg");
      width: 1rem;
      right: 0.8rem;
      background-size: 1rem;
      -webkit-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
    .o-cart-item .selectric:hover {
      border: 1px solid #C1C5C6; }
  .o-cart-item .selectric-wrapper {
    width: 12rem;
    margin-left: 1.4rem; }
    .o-cart-item .selectric-wrapper.selectric-open .selectric .button {
      -webkit-transform: rotate(-180deg);
              transform: rotate(-180deg); }

.card-product {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 273px;
  height: 262px;
  padding: 22px;
  gap: 12px;
  background-color: #000D0B;
  cursor: pointer; }
  @media (max-width: 63.99em) {
    .card-product {
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between;
      width: 100%;
      min-height: 280px;
      padding: 56px 22px; } }
  @media (min-width: 64em) {
    .card-product {
      background-image: none !important; } }
  .card-product_title {
    font-weight: 400;
    text-align: left;
    text-transform: uppercase;
    font-size: 21px;
    font-size: 2.1rem;
    line-height: 24px; }
  .card-product_description {
    height: 100%;
    line-clamp: 6;
    overflow: hidden;
    text-overflow: ellipsis; }
  .card-product_footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 8px;
    color: #03898D;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 17px; }
    @media (max-width: 63.99em) {
      .card-product_footer {
        color: #ffffff; } }
    .card-product_footer div {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; }
    .card-product_footer svg path {
      fill: #03898D; }
      @media (max-width: 63.99em) {
        .card-product_footer svg path {
          fill: #ffffff; } }
  .card-product.active {
    background-color: #004036; }

.input-group {
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-transition: all 0.2s;
  transition: all 0.2s; }
  .input-group label {
    position: absolute;
    top: 25px;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    margin-left: 16px;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 17px;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    cursor: default;
    pointer-events: none; }
  .input-group.active label {
    top: 15px;
    font-weight: 500;
    color: #03898D;
    font-size: 8px;
    font-size: 0.8rem;
    line-height: 17px; }
  .input-group.active input {
    padding-top: 15px; }
  .input-group input {
    height: 48px;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out; }
    .input-group input::-webkit-input-placeholder {
      color: rgba(255, 255, 255, 0); }
    .input-group input::-moz-placeholder {
      color: rgba(255, 255, 255, 0); }
    .input-group input:-ms-input-placeholder {
      color: rgba(255, 255, 255, 0); }
    .input-group input::-ms-input-placeholder {
      color: rgba(255, 255, 255, 0); }
    .input-group input::placeholder {
      color: rgba(255, 255, 255, 0); }
    .input-group input:focus {
      border-color: #03898D;
      padding-top: 15px; }
      .input-group input:focus::-webkit-input-placeholder {
        color: rgba(255, 255, 255, 0.5); }
      .input-group input:focus::-moz-placeholder {
        color: rgba(255, 255, 255, 0.5); }
      .input-group input:focus:-ms-input-placeholder {
        color: rgba(255, 255, 255, 0.5); }
      .input-group input:focus::-ms-input-placeholder {
        color: rgba(255, 255, 255, 0.5); }
      .input-group input:focus::placeholder {
        color: rgba(255, 255, 255, 0.5); }
    .input-group input.wpcf7-not-valid {
      border: 1px solid #c70000;
      color: #ffffff; }
  .input-group textarea {
    padding-top: 20px;
    padding-bottom: 15px;
    height: 135px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 17px; }
  .input-group-red input,
  .input-group-red textarea, .input-group-red.active input,
  .input-group-red.active textarea {
    border-color: #c70000; }
  .input-group-red label, .input-group-red.active label {
    color: #c70000; }
  .input-group input[type="date"] {
    color: transparent; }
  .input-group.active input[type="date"] {
    color: #ffffff; }

input[type="date"]::-webkit-calendar-picker-indicator {
  display: block;
  background: url("../images/icons/icon-input-date.svg") no-repeat; }

input[type="number"] {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none; }

.number-input {
  position: relative;
  width: 100%;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex; }

.number-input,
.number-input * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.number-input button {
  outline: none;
  -webkit-appearance: none;
  background-color: transparent;
  border: none;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 2.4rem;
  height: 2.4rem;
  cursor: pointer;
  margin: 0;
  position: absolute;
  right: 1.5rem; }
  .number-input button.icon-up {
    top: 10%; }
  .number-input button.icon-down {
    top: 50%; }

.number-input .plus-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }

.input-group-red .number-input .plus-btn .icon-up {
  top: 0; }

.input-group-red .number-input .plus-btn .icon-down {
  top: 21px; }

.wpcf7-not-valid-tip,
.error-message,
.error-password {
  position: static !important;
  width: 100%;
  color: #c70000;
  font-size: 10px;
  margin-top: 5px; }

.screen-reader-response,
.wpcf7-response-output,
.error-email,
.error-password {
  display: none; }

.error {
  border-color: #c70000; }

input.disabled {
  pointer-events: none;
  opacity: 0.5; }

.o-breadcrumb {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.2; }
  .o-breadcrumb > span {
    position: relative;
    margin-right: 0.4rem;
    padding-right: 0.8rem;
    display: inline-block; }
    @media (max-width: 47.99em) {
      .o-breadcrumb > span {
        max-width: 255px;
        white-space: nowrap;
        overflow: hidden !important;
        text-overflow: ellipsis; } }
    .o-breadcrumb > span:after {
      content: "/";
      position: absolute;
      right: 0;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%); }
    .o-breadcrumb > span:first-child {
      display: none; }
    .o-breadcrumb > span:last-child {
      margin-right: 0;
      padding-right: 0; }
      .o-breadcrumb > span:last-child::after {
        display: none; }
  .o-breadcrumb.not-hide-first > span {
    position: relative;
    margin-right: 0.4rem;
    padding-right: 0.8rem;
    display: inline-block; }
    .o-breadcrumb.not-hide-first > span:first-child {
      display: inline; }

.popup-container {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }
  .popup-container.active {
    display: block;
    z-index: 100; }
  .popup-container .background-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.35); }
    .popup-container .background-overlay.active {
      display: block;
      z-index: 101; }
  .popup-container .popup-close {
    position: absolute;
    top: 2.4rem;
    right: 2.4rem;
    cursor: pointer;
    z-index: 2; }
    .popup-container .popup-close svg path {
      -webkit-transition: all 300ms ease-in-out;
      transition: all 300ms ease-in-out; }
    .popup-container .popup-close:hover svg path {
      fill: #03898D; }

.popup {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0);
          transform: translate(-50%, -50%) scale(0);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 90%;
  width: 669px;
  padding: 105px 110px 95px 110px;
  background-size: cover;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  z-index: 100; }
  @media (max-width: 47.99em) {
    .popup {
      width: 100%;
      padding: 40px; } }
  .popup.active {
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
    z-index: 101; }
  .popup_header {
    text-shadow: 0px 0px 4px rgba(255, 255, 255, 0.75);
    font-weight: 700;
    font-size: 46px;
    font-size: 4.6rem;
    line-height: 55.2px; }
    @media (max-width: 47.99em) {
      .popup_header {
        font-size: 24px;
        font-size: 2.4rem;
        line-height: 32px; } }
  .popup_body {
    text-align: center;
    margin: 13px 0 29px;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 18.4px; }
    @media (max-width: 47.99em) {
      .popup_body {
        color: #C1C5C6; } }
  .popup_footer .o-btn {
    text-transform: uppercase; }
  .popup-check, .popup-error, .popup-mismatch, .popup-mailerror, .popup-orderfail {
    background-image: url("../images/backgrounds/popup/popup-check.jpg"); }
  .popup-success, .popup-updated, .popup-warranty, .popup-claim, .popup-mill, .popup-password-changed, .popup-false, .popup-mailsuccess, .popup-ordersuccess {
    height: 364px;
    background-image: url("../images/backgrounds/popup/popup-success.jpg"); }
    .popup-success .popup_body, .popup-updated .popup_body, .popup-warranty .popup_body, .popup-claim .popup_body, .popup-mill .popup_body, .popup-password-changed .popup_body, .popup-false .popup_body, .popup-mailsuccess .popup_body, .popup-ordersuccess .popup_body {
      height: 52px; }

.popup-catalog__body,
.popup-order__body {
  width: 100%;
  max-width: 86.4rem;
  height: 57.5vh;
  background-color: #ffffff;
  z-index: 102;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  padding: 10rem 6rem; }
  @media (max-width: 47.99em) {
    .popup-catalog__body,
    .popup-order__body {
      width: 90%; } }

.popup-catalog__content::-webkit-scrollbar,
.popup-order__content::-webkit-scrollbar {
  width: 3px; }

.popup-catalog__row,
.popup-order__row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 -2.1rem; }

.popup-catalog__col,
.popup-order__col {
  width: 50%;
  padding: 0 2.1rem; }

.popup-catalog__row-small,
.popup-order__row-small {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 0 -0.4rem; }

.popup-catalog__col-small,
.popup-order__col-small {
  width: calc(100% / 4);
  padding: 0 0.4rem;
  margin-top: 0.8rem; }

.popup-catalog__current-catalog, .popup-catalog__small-catalog,
.popup-order__current-catalog,
.popup-order__small-catalog {
  position: relative;
  padding-bottom: 100%;
  cursor: pointer; }
  .popup-catalog__current-catalog > img, .popup-catalog__small-catalog > img,
  .popup-order__current-catalog > img,
  .popup-order__small-catalog > img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover; }
  .popup-catalog__current-catalog.active::after, .popup-catalog__small-catalog.active::after,
  .popup-order__current-catalog.active::after,
  .popup-order__small-catalog.active::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 3px solid #03898D;
    z-index: 10; }

.popup-catalog__title,
.popup-order__title {
  margin-bottom: 1.6rem;
  color: #000000; }

.popup-catalog__cate,
.popup-order__cate {
  color: #03898D;
  margin-bottom: 0.5rem; }

.popup-catalog .o-btn,
.popup-order .o-btn {
  margin-top: 2.6rem;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  .popup-catalog .o-btn i,
  .popup-order .o-btn i {
    margin-left: 0.8rem; }

.popup-catalog__body {
  position: relative;
  height: 56rem; }
  @media (min-width: 48em) and (max-width: 63.99em) {
    .popup-catalog__body {
      height: 45rem;
      padding: 4rem; } }
  @media (max-width: 63.99em) {
    .popup-catalog__body {
      width: 90%; } }
  @media (max-width: 47.99em) {
    .popup-catalog__body {
      height: 80vh;
      padding: 6rem 2.4rem 2.4rem; } }

.popup-catalog__content {
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  margin-right: -2rem;
  padding-right: 2rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  @media (min-width: 48em) {
    .popup-catalog__content {
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center; } }
  .popup-catalog__content::-webkit-scrollbar {
    width: 3px; }
  .popup-catalog__content::-webkit-scrollbar-track {
    background: #ffffff; }
  .popup-catalog__content::-webkit-scrollbar-thumb {
    background-color: #03898D; }

.popup-catalog__row {
  width: 100%;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start; }
  @media (max-width: 47.99em) {
    .popup-catalog__row {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      margin: 0; } }
  .popup-catalog__row.position-middle {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }

.popup-catalog__col {
  width: 56%; }
  .popup-catalog__col:last-child {
    width: 44%; }
  @media (max-width: 47.99em) {
    .popup-catalog__col {
      width: 100%;
      padding: 0; } }
  .popup-catalog__col .desktop {
    display: none; }
    @media (min-width: 48em) {
      .popup-catalog__col .desktop {
        display: block; } }
  .popup-catalog__col .mobile {
    display: none; }
    @media (max-width: 47.99em) {
      .popup-catalog__col .mobile {
        display: block; } }

.popup-catalog__current-catalog {
  padding-bottom: 94.3%; }

.popup-catalog .btn-download {
  display: none; }
  .popup-catalog .btn-download.active {
    display: block; }

.popup-order__main-content {
  color: #000000;
  height: 100%;
  padding: 4rem 4.8rem; }
  @media (max-width: 47.99em) {
    .popup-order__main-content {
      padding: 2rem; } }

.popup-order__body {
  width: 541px;
  height: 80vh;
  padding: 0; }
  @media (max-width: 36.25em) {
    .popup-order__body {
      width: 90%; } }

.popup-order__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0;
  padding: 38px 48px 31px 59px; }
  @media (max-width: 47.99em) {
    .popup-order__content {
      padding: 45px 16px 24px 16px; } }
  .popup-order__content--header > div {
    font-weight: 600;
    font-size: 56px;
    font-size: 5.6rem;
    line-height: 66px; }
    @media (max-width: 47.99em) {
      .popup-order__content--header > div {
        font-size: 24px;
        font-size: 2.4rem;
        line-height: 32px; } }
  @media (max-width: 47.99em) {
    .popup-order__content--header p {
      font-size: 14px;
      font-size: 1.4rem;
      line-height: 1.42857; } }
  .popup-order__content--body {
    height: 75%;
    margin-top: 4rem;
    overflow-y: auto;
    margin-right: -1rem;
    padding-right: 1rem; }
    .popup-order__content--body::-webkit-scrollbar {
      width: 3px; }
    .popup-order__content--body::-webkit-scrollbar-track {
      background: #eae8eb; }
    .popup-order__content--body::-webkit-scrollbar-thumb {
      background-color: #03898D; }
    .popup-order__content--body::-webkit-scrollbar {
      display: none; }
  .popup-order__content--footer {
    margin-top: 2rem; }
    @media (max-width: 31.25em) {
      .popup-order__content--footer .row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
            -ms-flex-direction: column-reverse;
                flex-direction: column-reverse; }
        .popup-order__content--footer .row > div {
          width: 100%;
          max-width: 100%;
          margin-bottom: 1.2rem; }
          .popup-order__content--footer .row > div:first-child {
            margin-bottom: 0; } }

.popup-order__box {
  padding: 2rem 3rem;
  border: 1px solid #C1C5C6;
  margin-bottom: 1.6rem; }
  @media (max-width: 47.99em) {
    .popup-order__box {
      padding: 2rem 1.5rem; } }
  .popup-order__box:last-child {
    margin-bottom: 0; }
  .popup-order__box .input-group {
    margin-bottom: 1.6rem; }
    .popup-order__box .input-group:last-child {
      margin-bottom: 0; }

.popup-order__list li {
  margin-bottom: 1.3rem; }
  .popup-order__list li:last-child {
    margin-bottom: 0; }

.popup-order__sublist {
  margin-top: 1.3rem;
  margin-left: 3.2rem; }

.popup-order__title {
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.2;
  font-weight: bold; }

.popup-order .checkbox-group .checkmark {
  border-color: #C1C5C6; }

.popup-order .input-row,
.popup-order .input-col {
  margin-bottom: 1.2rem; }

.popup-order input,
.popup-order textarea {
  color: #000000; }
  .popup-order input::-webkit-input-placeholder, .popup-order textarea::-webkit-input-placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #000000;
    opacity: 1;
    /* Firefox */ }
  .popup-order input::-moz-placeholder, .popup-order textarea::-moz-placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #000000;
    opacity: 1;
    /* Firefox */ }
  .popup-order input:-ms-input-placeholder, .popup-order textarea:-ms-input-placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #000000;
    opacity: 1;
    /* Firefox */ }
  .popup-order input::-ms-input-placeholder, .popup-order textarea::-ms-input-placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #000000;
    opacity: 1;
    /* Firefox */ }
  .popup-order input::placeholder,
  .popup-order textarea::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #000000;
    opacity: 1;
    /* Firefox */ }
  .popup-order input:-ms-input-placeholder,
  .popup-order textarea:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #000000; }
  .popup-order input::-ms-input-placeholder,
  .popup-order textarea::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #000000; }

.popup-order .o-btn {
  margin-top: unset;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  text-transform: uppercase; }
  .popup-order .o-btn svg {
    margin-left: 10.5px; }

.popup-order .btn-order-next input {
  position: absolute;
  top: 0%;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0; }

.popup-order .qty-text {
  margin-left: 1rem;
  color: #03898D; }

/* 8 - COMPONENTS
these are components specific to the website
the CSS classes should start with ".c-"
*/
.fit-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: calc(100vh - (10rem + 20rem));
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-image: url("../images/backgrounds/info-card-bg.jpg");
  background-repeat: no-repeat;
  background-position: bottom; }
  @media (max-width: 63.99em) {
    .fit-height {
      height: calc(100vh - (70px + 20rem)); } }
  .fit-height .heading--error404 {
    font-size: 140px;
    font-size: 14rem;
    line-height: 1; }
    @media (max-width: 63.99em) {
      .fit-height .heading--error404 {
        font-size: 37px;
        font-size: 3.7rem;
        line-height: 1; } }

.c-header {
  position: fixed;
  background-color: #00120f;
  width: 100%;
  z-index: 99;
  top: 0;
  left: 0;
  height: 10rem;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 24px; }
  @media (max-width: 63.99em) {
    .c-header {
      height: 70px; } }
  .c-header .wrapper {
    height: 100%; }
  .c-header__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    height: 100%; }
  .c-header__col-left {
    width: 14.3rem; }
    @media (max-width: 63.99em) {
      .c-header__col-left {
        width: 98px; } }
  .c-header__col-right {
    width: calc(100% - 14.3rem);
    padding-left: 3.2rem;
    height: 100%; }
  .c-header__menus {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    height: 100%; }
    .c-header__menus-mobile {
      display: none; }
    @media (max-width: 79.99em) {
      .c-header__menus {
        display: none; }
        .c-header__menus-mobile {
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -webkit-align-items: center;
              -ms-flex-align: center;
                  align-items: center;
          -webkit-box-pack: end;
          -webkit-justify-content: flex-end;
              -ms-flex-pack: end;
                  justify-content: flex-end;
          height: 100%; }
          .c-header__menus-mobile .hamburger-menu {
            display: grid;
            padding: 14px 11px;
            place-items: center;
            cursor: pointer; } }
  .c-header__menu-item {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%;
    margin-right: 3.2rem;
    cursor: pointer; }
    .c-header__menu-item:last-child {
      margin-right: 0; }
    .c-header__menu-item .-arrow {
      width: 1rem;
      height: 1rem;
      -webkit-transform: rotate(90deg);
              transform: rotate(90deg);
      margin-left: 0.6rem; }
    .c-header__menu-item:hover, .c-header__menu-item.current-menu {
      color: #03898D; }
      .c-header__menu-item:hover .btn-login,
      .c-header__menu-item:hover .btn-profile, .c-header__menu-item.current-menu .btn-login,
      .c-header__menu-item.current-menu .btn-profile {
        color: #ffffff;
        border-color: #03898D;
        background-color: #03898D; }
      .c-header__menu-item:hover .-have-child svg, .c-header__menu-item.current-menu .-have-child svg {
        -webkit-transform: rotate(180deg);
                transform: rotate(180deg); }
        .c-header__menu-item:hover .-have-child svg path, .c-header__menu-item.current-menu .-have-child svg path {
          stroke: #03898D; }
      .c-header__menu-item:hover .c-header__submenus, .c-header__menu-item.current-menu .c-header__submenus {
        -webkit-transform: translateY(0);
                transform: translateY(0);
        opacity: 1; }
        .c-header__menu-item:hover .c-header__submenus li, .c-header__menu-item.current-menu .c-header__submenus li {
          -webkit-transform: translateY(0);
                  transform: translateY(0);
          opacity: 1;
          color: #ffffff; }
          .c-header__menu-item:hover .c-header__submenus li:hover, .c-header__menu-item.current-menu .c-header__submenus li:hover {
            color: #03898D; }
          .c-header__menu-item:hover .c-header__submenus li.current-menu, .c-header__menu-item.current-menu .c-header__submenus li.current-menu {
            color: #03898D; }
    .c-header__menu-item .btn {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      max-height: 48px; }
    .c-header__menu-item .btn-profile {
      padding: 14px 24px;
      border: 1px solid #ffffff;
      -webkit-transition: all 300ms ease-in-out;
      transition: all 300ms ease-in-out; }
      .c-header__menu-item .btn-profile:hover {
        border-color: #03898D;
        background-color: #03898D; }
  .c-header .-have-child {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    .c-header .-have-child svg {
      margin-left: 5px;
      -webkit-transition: all 300ms ease-in-out;
      transition: all 300ms ease-in-out; }
  .c-header__submenus {
    background-color: #00120f;
    padding: 2rem;
    padding-top: 0;
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 200px;
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 0; }
    .c-header__submenus li {
      margin-bottom: 1.2rem;
      float: none;
      -webkit-transform: translateY(-20px);
              transform: translateY(-20px);
      opacity: 0; }
      .c-header__submenus li:last-child {
        margin-bottom: 0; }

.overlay-menu {
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 100;
  -webkit-transition: all 0.5s;
  transition: all 0.5s; }
  .overlay-menu.active {
    display: block;
    opacity: 1; }

.menu-container {
  position: fixed;
  top: 0;
  right: 0;
  -webkit-transform: translateX(238px);
          transform: translateX(238px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  overflow: hidden;
  width: 238px;
  height: 100%;
  background-color: #000D0B;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 100; }
  .menu-container.active {
    -webkit-transform: none;
            transform: none; }
  .menu-container_header {
    margin: 24px;
    margin-bottom: 0;
    padding-bottom: 22px;
    border-bottom: 1px solid #3a4040; }
    .menu-container_header .lang-option {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center; }
      .menu-container_header .lang-option_text {
        text-transform: uppercase;
        opacity: 0.75;
        font-weight: 700;
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 19.54px;
        cursor: pointer; }
        .menu-container_header .lang-option_text:first-child {
          position: relative;
          margin-right: 11px; }
        .menu-container_header .lang-option_text:nth-child(2) {
          position: relative;
          margin-left: 11px; }
          .menu-container_header .lang-option_text:nth-child(2)::after {
            content: "";
            position: absolute;
            right: calc(100% + 10px);
            height: 100%;
            width: 2px;
            background-color: #ffffff; }
        .menu-container_header .lang-option_text.active {
          opacity: 1; }
    .menu-container_header .menu-close {
      position: absolute;
      top: 0;
      right: 0;
      padding: 24px;
      cursor: pointer; }
      .menu-container_header .menu-close .icon-cross {
        display: grid;
        place-items: center; }
  .menu-container_body {
    height: 100%;
    padding: 22px 24px; }
    @media (max-width: 63.99em) {
      .menu-container_body {
        overflow: auto; } }
    .menu-container_body .menu-list {
      margin-bottom: 24px;
      font-weight: 700;
      font-size: 16px;
      font-size: 1.6rem;
      line-height: 19.54px; }
      .menu-container_body .menu-list.current-menu {
        color: #03898D; }
      .menu-container_body .menu-list_sublist {
        opacity: 0.75;
        margin: 16px 0;
        font-weight: 400;
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 19.54px; }
        .menu-container_body .menu-list_sublist.current-menu, .menu-container_body .menu-list_sublist.active {
          color: #03898D; }
  .menu-container_footer {
    padding-top: 22px;
    margin: 24px;
    margin-top: 0;
    border-top: 1px solid #3a4040; }
    .menu-container_footer .btn.btn-logout {
      cursor: pointer; }

.login-container {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 544px;
  height: 469px;
  background-color: #000D0B;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: translate(-50%, -50%) scale(0);
          transform: translate(-50%, -50%) scale(0);
  z-index: 101; }
  @media (max-width: 47.99em) {
    .login-container {
      width: 312px;
      height: 488px; } }
  .login-container.active {
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
    z-index: 101; }
  .login-container_header {
    position: absolute;
    right: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
    .login-container_header .btn-close {
      display: grid;
      place-items: center;
      padding: 22px;
      cursor: pointer; }
      .login-container_header .btn-close .btn_inner {
        -webkit-transform: rotate(45deg);
                transform: rotate(45deg); }
      .login-container_header .btn-close:hover .btn_inner svg path {
        stroke: #03898D; }
  .login-container_body {
    padding: 0 32px;
    padding-top: 58px; }
    @media (max-width: 63.99em) {
      .login-container_body {
        padding: 0 22px;
        padding-top: 45px; } }
    .login-container_body .instruction {
      width: -webkit-fit-content;
      width: -moz-fit-content;
      width: fit-content;
      text-align: center;
      margin: 0 auto;
      margin-bottom: 29px; }
      @media (max-width: 63.99em) {
        .login-container_body .instruction {
          margin-bottom: 24px; } }
      .login-container_body .instruction > div {
        margin-bottom: 16px; }
      .login-container_body .instruction .title {
        font-weight: 700;
        font-size: 34px;
        font-size: 3.4rem;
        line-height: 41.51px; }
        @media (max-width: 63.99em) {
          .login-container_body .instruction .title {
            margin-bottom: 11px;
            font-size: 24px;
            font-size: 2.4rem;
            line-height: 32px; } }
      @media (max-width: 63.99em) {
        .login-container_body .instruction .description {
          width: 192px;
          font-size: 14px;
          font-size: 1.4rem;
          line-height: 19.6px; } }
    .login-container_body form {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column; }
      .login-container_body form .row {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
            -ms-flex-direction: row;
                flex-direction: row;
        width: 100%;
        margin: 0;
        margin-top: 14px; }
        .login-container_body form .row-spacebetween {
          -webkit-box-pack: justify;
          -webkit-justify-content: space-between;
              -ms-flex-pack: justify;
                  justify-content: space-between; }
        .login-container_body form .row-column {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -webkit-flex-direction: column;
              -ms-flex-direction: column;
                  flex-direction: column; }
        .login-container_body form .row:first-of-type {
          margin-top: 0; }
        .login-container_body form .row:last-of-type {
          margin-top: 21px; }
          @media (max-width: 63.99em) {
            .login-container_body form .row:last-of-type {
              margin-top: 38px; } }
      .login-container_body form input {
        height: 45px; }
      .login-container_body form input[type="submit"] {
        position: relative;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center;
        cursor: pointer;
        -webkit-transition: all 0.2s;
        transition: all 0.2s;
        border-color: #03898D;
        height: 48px;
        background-color: #03898D !important; }
        .login-container_body form input[type="submit"]:hover {
          border-color: #004036;
          background-color: #004036 !important; }
        .login-container_body form input[type="submit"].disable {
          color: #C1C5C6;
          border-color: #3a4040;
          background-color: #3a4040 !important;
          pointer-events: none; }
      .login-container_body form .checkbox-group:hover input ~ .checkmark {
        background-color: transparent; }
      .login-container_body form .login-error-message {
        margin-top: 5px;
        color: #c70000;
        font-size: 10px;
        font-size: 1rem;
        line-height: 1; }
    .login-container_body a {
      -webkit-transition: all 300ms ease-in-out;
      transition: all 300ms ease-in-out; }
      .login-container_body a:hover {
        color: #03898D; }
  .login-container_footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 7px;
    padding: 22px;
    padding-top: 45px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 17px; }
    .login-container_footer a {
      color: #03898D;
      -webkit-transition: all 300ms ease-in-out;
      transition: all 300ms ease-in-out; }
    @media (max-width: 47.99em) {
      .login-container_footer {
        padding-top: 51px;
        padding-bottom: 37px; } }

.forgot-container {
  position: fixed;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  top: 50%;
  left: 50%;
  width: 544px;
  height: 327px;
  background-color: #000D0B;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: translate(-50%, -50%) scale(0);
          transform: translate(-50%, -50%) scale(0);
  z-index: 102; }
  @media (max-width: 47.99em) {
    .forgot-container {
      width: 312px;
      height: 312px; } }
  .forgot-container.active {
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
    z-index: 102; }
  .forgot-container_header {
    position: absolute;
    right: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
    .forgot-container_header .btn-close {
      display: grid;
      place-items: center;
      padding: 22px;
      cursor: pointer; }
      .forgot-container_header .btn-close .btn_inner {
        -webkit-transform: rotate(45deg);
                transform: rotate(45deg); }
      .forgot-container_header .btn-close:hover .btn_inner svg path {
        stroke: #03898D; }
  .forgot-container_body {
    padding: 0 31px;
    padding-top: 48px; }
    @media (max-width: 63.99em) {
      .forgot-container_body {
        padding: 0 16px;
        padding-top: 45px; } }
    .forgot-container_body .instruction {
      width: -webkit-fit-content;
      width: -moz-fit-content;
      width: fit-content;
      text-align: center;
      margin: 0 auto; }
      .forgot-container_body .instruction .title {
        font-weight: 700;
        font-size: 34px;
        font-size: 3.4rem;
        line-height: 41.51px; }
        @media (max-width: 63.99em) {
          .forgot-container_body .instruction .title {
            margin-bottom: 11px;
            font-size: 24px;
            font-size: 2.4rem;
            line-height: 32px; } }
      .forgot-container_body .instruction .description {
        width: 390px;
        margin-bottom: 19px;
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 24px; }
        @media (max-width: 63.99em) {
          .forgot-container_body .instruction .description {
            width: 255px;
            margin-bottom: 24px;
            font-size: 14px;
            font-size: 1.4rem;
            line-height: 19.6px; } }
      .forgot-container_body .instruction > div {
        margin-bottom: 16px; }
    .forgot-container_body form {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      row-gap: 18px; }
      @media (max-width: 63.99em) {
        .forgot-container_body form {
          row-gap: 24px; } }
      .forgot-container_body form .row {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
            -ms-flex-direction: row;
                flex-direction: row;
        width: 100%;
        margin: 0; }
        @media (max-width: 63.99em) {
          .forgot-container_body form .row {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -webkit-flex-direction: column;
                -ms-flex-direction: column;
                    flex-direction: column; } }
        .forgot-container_body form .row-spacebetween {
          -webkit-box-pack: justify;
          -webkit-justify-content: space-between;
              -ms-flex-pack: justify;
                  justify-content: space-between;
          row-gap: 16px; }
          @media (max-width: 63.99em) {
            .forgot-container_body form .row-spacebetween {
              -webkit-box-orient: horizontal;
              -webkit-box-direction: normal;
              -webkit-flex-direction: row;
                  -ms-flex-direction: row;
                      flex-direction: row; } }
      .forgot-container_body form input {
        height: 45px; }
      .forgot-container_body form button[type="reset"] {
        width: 138px; }
        @media (max-width: 63.99em) {
          .forgot-container_body form button[type="reset"] {
            width: 96px;
            padding: 16px 14.5px; } }
      .forgot-container_body form button[type="submit"] {
        width: 324px; }
        @media (max-width: 63.99em) {
          .forgot-container_body form button[type="submit"] {
            width: 168px; } }
      .forgot-container_body form .o-btn {
        text-transform: uppercase; }
        @media (max-width: 63.99em) {
          .forgot-container_body form .o-btn {
            max-width: 100%; } }

.reset-password {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 542px;
  height: 402px;
  background-color: #000D0B;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 100; }
  @media (max-width: 63.99em) {
    .reset-password {
      width: 312px;
      height: 376px; } }
  .reset-password.active {
    -webkit-transform: scale(1) translate(-50%, -50%);
            transform: scale(1) translate(-50%, -50%); }
  .reset-password_header {
    position: absolute;
    top: 0;
    right: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
    .reset-password_header .btn-close {
      display: grid;
      place-items: center;
      padding: 22px;
      cursor: pointer; }
      .reset-password_header .btn-close .btn_inner {
        -webkit-transform: rotate(45deg);
                transform: rotate(45deg); }
      .reset-password_header .btn-close:hover .btn_inner svg path {
        stroke: #03898D; }
  .reset-password_body {
    padding: 0 30px;
    padding-top: 30px; }
    @media (max-width: 63.99em) {
      .reset-password_body {
        padding: 0 16px;
        padding-top: 45px; } }
    .reset-password_body .instruction {
      width: -webkit-fit-content;
      width: -moz-fit-content;
      width: fit-content;
      text-align: center;
      margin: 0 auto;
      margin-bottom: 60px; }
      @media (max-width: 63.99em) {
        .reset-password_body .instruction {
          margin-bottom: 24px; } }
      .reset-password_body .instruction .title {
        font-weight: 700;
        font-size: 38px;
        font-size: 3.8rem;
        line-height: 46px; }
        @media (max-width: 63.99em) {
          .reset-password_body .instruction .title {
            margin-bottom: 11px;
            font-size: 24px;
            font-size: 2.4rem;
            line-height: 32px; } }
      @media (max-width: 63.99em) {
        .reset-password_body .instruction .description {
          font-size: 14px;
          font-size: 1.4rem;
          line-height: 19.6px; } }
      .reset-password_body .instruction > div {
        margin-bottom: 16px; }
  .reset-password_footer {
    padding: 30px;
    padding-top: 0; }
    @media (max-width: 63.99em) {
      .reset-password_footer {
        padding: 0 16px;
        padding-bottom: 43px; } }
  .reset-password .error-message {
    color: #c70000; }
  .reset-password .row {
    margin: 0;
    margin-bottom: 30px; }
    @media (max-width: 63.99em) {
      .reset-password .row {
        margin-bottom: 16px; }
        .reset-password .row:last-of-type {
          margin-bottom: 24px; } }

.btn-login {
  cursor: pointer; }
  @media (min-width: 64em) {
    .btn-login {
      padding: 15px 20px;
      border: 1px solid #ffffff;
      -webkit-transition: all 0.25s;
      transition: all 0.25s; }
      .btn-login:hover {
        background-color: #03898D;
        border-color: #03898D; } }

.btn-forgot-submit {
  width: 324px;
  text-transform: uppercase;
  text-align: center;
  padding: 14.5px 37px;
  border: 1px solid #03898D;
  background-color: #03898D;
  cursor: pointer;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 19px;
  -webkit-transition: all 0.25s;
  transition: all 0.25s; }
  .btn-forgot-submit:hover {
    background-color: #004036;
    border-color: #004036; }
  @media (max-width: 63.99em) {
    .btn-forgot-submit {
      width: 100%; } }

.btn-submit-password {
  width: 100%;
  padding: 14.5px;
  text-transform: uppercase;
  text-align: center;
  border: 1px solid #03898D;
  background-color: #03898D;
  cursor: pointer;
  -webkit-transition: all 0.25s;
  transition: all 0.25s; }
  .btn-submit-password:hover {
    background-color: #004036;
    border-color: #004036; }

.c-footer {
  background-color: #00120f;
  padding-top: 10rem;
  padding-bottom: 4rem; }
  @media (max-width: 63.99em) {
    .c-footer {
      padding-top: 40px; } }
  .c-footer a {
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out; }
    .c-footer a:hover {
      text-decoration: underline; }
  .c-footer__logo {
    display: block; }
    .c-footer__logo > img {
      height: 5.4rem; }
  .c-footer__main, .c-footer__sub {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -1rem; }
    @media (max-width: 47.99em) {
      .c-footer__main, .c-footer__sub {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column; } }
  .c-footer__col {
    width: 50%;
    padding: 0 1rem; }
    @media (max-width: 47.99em) {
      .c-footer__col {
        width: 100%; } }
  .c-footer__sub {
    border-top: 1px solid RGBA(255, 255, 255, 0.2);
    margin-top: 8.8rem;
    padding-top: 3.2rem; }
    @media (max-width: 47.99em) {
      .c-footer__sub {
        margin-top: 47px;
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 19.6px; } }
  .c-footer__contact {
    max-width: 35rem; }
    @media (max-width: 63.99em) {
      .c-footer__contact {
        max-width: 100%; } }
    .c-footer__contact ul li {
      margin-top: 2.4rem; }
      .c-footer__contact ul li:first-child {
        margin-top: 3.2rem; }
  .c-footer__menu {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2; }
    .c-footer__menu > li {
      margin-bottom: 1.6rem; }
      .c-footer__menu > li:last-child {
        margin-bottom: 0; }
      .c-footer__menu > li > ul {
        margin-top: 1.6rem;
        margin-bottom: 3.6rem; }
        @media (max-width: 63.99em) {
          .c-footer__menu > li > ul {
            margin-top: 0.6rem; } }
        .c-footer__menu > li > ul > li {
          margin-bottom: 0.6rem; }
          .c-footer__menu > li > ul > li:last-child {
            margin-bottom: 0; }
  .c-footer__contact-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    .c-footer__contact-item > i {
      width: 2.4rem;
      margin-right: 0.6rem; }
    .c-footer__contact-item > div {
      width: calc(100% - (2.4rem + 0.6rem)); }
  .c-footer .-main-menu-item {
    font-weight: bold; }
  .c-footer__links {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
    @media (max-width: 47.99em) {
      .c-footer__links {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center; } }
    .c-footer__links > li {
      position: relative;
      padding-right: 2rem;
      margin-right: 2rem; }
      .c-footer__links > li::after {
        content: "";
        border-right: 1px solid #ffffff;
        position: absolute;
        width: 0.1rem;
        height: 100%;
        top: 50%;
        right: 0;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%); }
      .c-footer__links > li:last-child {
        padding-right: 0;
        margin-right: 0; }
        .c-footer__links > li:last-child::after {
          display: none; }
  @media (max-width: 47.99em) {
    .c-footer__coppy-right {
      text-align: center; } }
  @media (max-width: 63.99em) {
    .c-footer .c-footer__menu {
      margin-top: 3.2rem; } }
  .c-footer .c-footer__menu a:hover {
    text-decoration: none;
    color: #03898D; }
  .c-footer .c-footer__menu .no-list-style {
    color: #C1C5C6;
    font-weight: 400;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 24px; }
  .c-footer .c-footer__menu .-main-menu-item {
    color: #ffffff;
    font-weight: 600;
    letter-spacing: 0.1px;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 26px; }

.c-banner {
  position: relative;
  height: 35rem; }
  .c-banner__bg {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    z-index: -1;
    pointer-events: none; }
  .c-banner__wrapper {
    height: 100%; }
  .c-banner__title {
    text-transform: uppercase; }
    @media (max-width: 47.99em) {
      .c-banner__title {
        font-weight: 700;
        font-size: 40px;
        font-size: 4rem;
        line-height: 48px; } }
  .c-banner__content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 100%;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
    .c-banner__content h2 {
      font-weight: 700;
      font-size: 38px;
      font-size: 3.8rem;
      line-height: 46px; }
      @media (min-width: 80em) {
        .c-banner__content h2 {
          margin-bottom: 102px; } }
      @media (max-width: 47.99em) {
        .c-banner__content h2 {
          color: #eae8eb;
          font-size: 21px;
          font-size: 2.1rem;
          line-height: 1; } }
  .c-banner::after {
    content: "";
    background: white;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(black));
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, black 100%);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1; }
  .c-banner--home {
    height: 100vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    @media (max-width: 63.99em) {
      .c-banner--home {
        height: 500px;
        -webkit-box-align: end;
        -webkit-align-items: flex-end;
            -ms-flex-align: end;
                align-items: flex-end; } }
    .c-banner--home__bg {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 130%;
      -o-object-fit: cover;
         object-fit: cover;
      z-index: -2; }
    .c-banner--home__wrapper {
      height: 100%;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      position: relative; }
      @media (max-width: 63.99em) {
        .c-banner--home__wrapper {
          -webkit-box-align: end;
          -webkit-align-items: flex-end;
              -ms-flex-align: end;
                  align-items: flex-end; } }
    .c-banner--home__content {
      max-width: 665px; }
      @media (max-width: 47.99em) {
        .c-banner--home__content {
          width: 100%; } }
      .c-banner--home__content a {
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content; }
    .c-banner--home__desc {
      max-width: 592px; }
      @media (max-width: 47.99em) {
        .c-banner--home__desc {
          width: 100%; } }
    .c-banner--home .o-btn {
      margin-top: 3.5rem; }
    .c-banner--home::after {
      bottom: -30%; }
  .c-banner .btn-scroll-down {
    -webkit-text-orientation: mixed;
    text-orientation: mixed;
    -webkit-writing-mode: vertical-lr;
    -ms-writing-mode: tb-lr;
    writing-mode: vertical-lr;
    white-space: nowrap;
    position: absolute;
    bottom: 20vh;
    right: 0;
    padding-left: 1.2rem;
    text-transform: uppercase;
    cursor: pointer; }
    @media (max-width: 63.99em) {
      .c-banner .btn-scroll-down {
        right: 2.5rem; } }
    @media (max-width: 47.99em) {
      .c-banner .btn-scroll-down {
        display: none; } }
    .c-banner .btn-scroll-down:before {
      content: "";
      background-image: url("../images/icons/arrow-scroll-down.svg");
      background-size: cover;
      position: absolute;
      top: 0;
      left: 0;
      width: 1.6rem;
      height: 10rem;
      -webkit-animation: bounce 1600ms infinite cubic-bezier(0.445, 0.05, 0.55, 0.95);
              animation: bounce 1600ms infinite cubic-bezier(0.445, 0.05, 0.55, 0.95); }
    .c-banner .btn-scroll-down__text {
      -webkit-animation: bounce 1600ms infinite cubic-bezier(0.445, 0.05, 0.55, 0.95);
              animation: bounce 1600ms infinite cubic-bezier(0.445, 0.05, 0.55, 0.95); }
  .c-banner--single {
    background-color: #00120f;
    margin-bottom: 9.2rem;
    padding-bottom: 7rem; }
    .c-banner--single__slider {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      z-index: auto; }
    .c-banner--single__img {
      position: relative;
      height: 100%; }
      .c-banner--single__img > img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover; }
    .c-banner--single__text {
      position: relative;
      z-index: 2;
      height: 100%;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: end;
      -webkit-align-items: flex-end;
          -ms-flex-align: end;
              align-items: flex-end; }
    .c-banner--single__socials {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center; }
      .c-banner--single__socials li {
        margin-right: 1.6rem; }
        .c-banner--single__socials li:last-child {
          margin-right: 0; }
      .c-banner--single__socials img {
        max-height: 2.4rem; }
    .c-banner--single:after {
      z-index: 1;
      pointer-events: none; }
    .c-banner--single .swiper-pagination {
      width: -webkit-fit-content;
      width: -moz-fit-content;
      width: fit-content;
      left: 50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%);
      bottom: 0; }
    .c-banner--single .swiper-pagination-bullet {
      width: 1rem;
      height: 1rem;
      background-color: #ffffff;
      margin: 0 0.2rem !important; }

@-webkit-keyframes bounce {
  50% {
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px); } }

@keyframes bounce {
  50% {
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px); } }

.c-prefooter {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  position: relative; }
  .c-prefooter__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    -o-object-fit: cover;
       object-fit: cover;
    z-index: -1; }
  .c-prefooter__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 69rem;
    margin: 0 auto;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 105px 0;
    min-height: 429px; }
    @media (max-width: 63.99em) {
      .c-prefooter__inner {
        padding: 105px 3rem; } }
    .c-prefooter__inner h3 {
      font-size: 46px;
      font-size: 4.6rem;
      line-height: 56px; }
      @media (max-width: 63.99em) {
        .c-prefooter__inner h3 {
          font-size: 34px;
          font-size: 3.4rem;
          line-height: 42px; } }
  .c-prefooter__detail {
    width: 502px;
    margin-bottom: 34px; }
    @media (max-width: 63.99em) {
      .c-prefooter__detail {
        width: 100%;
        max-width: 272px; } }
  .c-prefooter .o-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 8px;
       -moz-column-gap: 8px;
            column-gap: 8px; }

.c-visualizer {
  position: relative; }
  .c-visualizer__main {
    position: relative;
    height: calc(100vh - 10rem); }
    .c-visualizer__main > img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
    .c-visualizer__main.mirror {
      -webkit-transform: scale(-1, 1);
              transform: scale(-1, 1); }
  .c-visualizer__tools {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    z-index: 9; }
    .c-visualizer__tools .-tool-item {
      width: 6rem;
      height: 6rem;
      background-color: #00120f;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      text-align: center;
      margin-bottom: 1.8rem;
      font-size: 14px;
      font-size: 1.4rem;
      line-height: 1;
      cursor: pointer;
      position: relative; }
      .c-visualizer__tools .-tool-item:last-child {
        margin-bottom: 0; }
      .c-visualizer__tools .-tool-item:hover .-sub-tools {
        -webkit-transform: translateX(0);
                transform: translateX(0);
        opacity: 1; }
      .c-visualizer__tools .-tool-item:hover .-subtool-item {
        -webkit-transform: translateX(0);
                transform: translateX(0);
        opacity: 1; }
        .c-visualizer__tools .-tool-item:hover .-subtool-item:nth-child(1) {
          -webkit-transition-delay: 100ms;
                  transition-delay: 100ms; }
        .c-visualizer__tools .-tool-item:hover .-subtool-item:nth-child(2) {
          -webkit-transition-delay: 150ms;
                  transition-delay: 150ms; }
        .c-visualizer__tools .-tool-item:hover .-subtool-item:nth-child(3) {
          -webkit-transition-delay: 200ms;
                  transition-delay: 200ms; }
        .c-visualizer__tools .-tool-item:hover .-subtool-item:nth-child(4) {
          -webkit-transition-delay: 250ms;
                  transition-delay: 250ms; }
        .c-visualizer__tools .-tool-item:hover .-subtool-item:nth-child(5) {
          -webkit-transition-delay: 300ms;
                  transition-delay: 300ms; }
        .c-visualizer__tools .-tool-item:hover .-subtool-item:nth-child(6) {
          -webkit-transition-delay: 350ms;
                  transition-delay: 350ms; }
        .c-visualizer__tools .-tool-item:hover .-subtool-item:nth-child(7) {
          -webkit-transition-delay: 400ms;
                  transition-delay: 400ms; }
        .c-visualizer__tools .-tool-item:hover .-subtool-item:nth-child(8) {
          -webkit-transition-delay: 450ms;
                  transition-delay: 450ms; }
        .c-visualizer__tools .-tool-item:hover .-subtool-item:nth-child(9) {
          -webkit-transition-delay: 500ms;
                  transition-delay: 500ms; }
        .c-visualizer__tools .-tool-item:hover .-subtool-item:nth-child(10) {
          -webkit-transition-delay: 550ms;
                  transition-delay: 550ms; }
    .c-visualizer__tools .-sub-tools {
      position: absolute;
      top: 0;
      left: 100%;
      width: -webkit-fit-content;
      width: -moz-fit-content;
      width: fit-content;
      height: 100%;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-transition: .3s ease;
      transition: .3s ease;
      -webkit-transform-origin: 0 0;
              transform-origin: 0 0;
      -webkit-transform: scale(0);
              transform: scale(0);
      opacity: 0; }
      .c-visualizer__tools .-sub-tools .-subtool-item {
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content;
        padding: 0 2rem;
        background-color: #00120f;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-transition: .3s ease;
        transition: .3s ease;
        -webkit-transform: translateX(-20px);
                transform: translateX(-20px);
        opacity: 0; }
        .c-visualizer__tools .-sub-tools .-subtool-item.is-active {
          background-color: #000000; }
  .c-visualizer__patettes {
    position: absolute;
    bottom: 10rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 85%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    background-color: RGBA(0, 0, 0, 0.7); }
    .c-visualizer__patettes .-patette-left {
      width: 10%; }
    .c-visualizer__patettes .-patette-right {
      width: 90%; }
    .c-visualizer__patettes .-patette-row {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      margin: 0 -2rem; }
    .c-visualizer__patettes .-patette-col {
      width: 12rem;
      padding: 0 2rem; }
    .c-visualizer__patettes .-patette-item {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      text-align: center;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      cursor: pointer; }
    .c-visualizer__patettes .-patette-color {
      width: 100%;
      padding-bottom: 100%; }
    .c-visualizer__patettes .-patette-name {
      margin-top: 0.5rem; }

.products-page .product {
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  .products-page .product-review {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    height: 485px;
    width: 1366px;
    padding: 110px 156px;
    margin: 0 auto;
    background: transparent;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
    @media (max-width: 63.99em) {
      .products-page .product-review {
        display: none; } }
    .products-page .product-review_background-img {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      z-index: -1; }
      .products-page .product-review_background-img img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover; }
    .products-page .product-review_title, .products-page .product-review_description {
      width: 483px; }
      @media (max-width: 47.99em) {
        .products-page .product-review_title, .products-page .product-review_description {
          width: 100%; } }
    .products-page .product-review_title {
      text-transform: uppercase;
      font-size: 32px;
      font-size: 3.2rem;
      line-height: 1.125; }
    .products-page .product-review .product {
      position: absolute;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: end;
      -webkit-justify-content: flex-end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
          -ms-flex-align: start;
              align-items: flex-start;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      padding: 110px 156px; }
  .products-page .product-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    margin: 0 auto; }
    @media (max-width: 63.99em) {
      .products-page .product-list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
        width: 100%; } }
    .products-page .product-list-wrapper::-webkit-scrollbar {
      height: 1rem; }
    .products-page .product-list-wrapper::-webkit-scrollbar-track {
      background: #00120f; }
    .products-page .product-list-wrapper::-webkit-scrollbar-thumb {
      background: #03898D; }
    @media (max-width: 85.3125em) {
      .products-page .product-list-wrapper {
        width: 100%; } }
    @media (min-width: 85.375em) {
      .products-page .product-list-wrapper {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 1366px;
        overflow: auto;
        overflow-y: hidden;
        margin: 0 auto; } }
  .products-page .product.active {
    opacity: 1; }

.product_header {
  background-size: 100%;
  padding-bottom: 20px;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  height: 400px;
  margin: 0 auto;
  background-position: center;
  background-repeat: no-repeat; }
  @media (max-width: 63.99em) {
    .product_header {
      width: 100%;
      padding: 0;
      overflow: hidden; } }
  @media (max-width: 63.99em) {
    .product_header .o-breadcrumb {
      display: none; } }
  .product_header .description {
    width: 450px; }
    @media (max-width: 47.99em) {
      .product_header .description {
        width: 100%; } }
  .product_header .title {
    width: 350px;
    text-transform: uppercase;
    font-size: 33px;
    font-size: 3.3rem;
    line-height: 1.21212; }
    @media (max-width: 63.99em) {
      .product_header .title {
        width: 100%;
        margin-bottom: 21px; }
        .product_header .title h2 {
          margin: 0; } }
    .product_header .title img {
      width: 100%;
      max-width: unset; }
  .product_header .qualitys {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 1.6rem;
    overflow-y: hidden;
    overflow-x: overlay; }
    .product_header .qualitys::-webkit-scrollbar {
      display: none; }
    @media (max-width: 63.99em) {
      .product_header .qualitys {
        gap: 1rem; } }
    .product_header .qualitys .quality-box {
      width: 110px; }
      .product_header .qualitys .quality-box_icon {
        display: grid;
        width: 101px;
        height: 101px;
        place-items: center;
        margin: 0 auto; }
        @media (max-width: 63.99em) {
          .product_header .qualitys .quality-box_icon img {
            width: 80%; } }
      .product_header .qualitys .quality-box_text {
        text-align: center;
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 16.42px; }
    @media (max-width: 63.99em) {
      .product_header .qualitys {
        margin-bottom: 16px; } }

.product_content {
  background-image: url("../images/backgrounds/bg-single-product.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  padding: 111px 0;
  margin: 0 auto;
  font-family: "Work Sans"; }
  @media (max-width: 63.99em) {
    .product_content {
      width: 100%;
      padding-top: 16px;
      padding-bottom: 16px; } }
  .product_content .content-left {
    width: 979px;
    padding-right: 60px;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 24px; }
    @media (max-width: 63.99em) {
      .product_content .content-left {
        width: 100%;
        padding-right: 0; }
        .product_content .content-left figure {
          overflow: auto; } }
    .product_content .content-left p {
      color: #f3f3f3; }
      @media (max-width: 63.99em) {
        .product_content .content-left p {
          color: #c1c5c6; } }
    .product_content .content-left h2,
    .product_content .content-left h4 {
      color: #f3f3f3; }
    .product_content .content-left tbody {
      width: 100%; }
    .product_content .content-left table {
      width: 100%;
      margin: 0 auto;
      margin-bottom: 47px; }
      .product_content .content-left table tr:first-child {
        font-weight: 600; }
        .product_content .content-left table tr:first-child td {
          border-top: none; }
      .product_content .content-left table tr td {
        width: calc(100% / 5);
        padding: 12px;
        border-top: 1px solid #dfe2e9;
        vertical-align: top;
        color: #f3f3f3; }
      .product_content .content-left table tr td.remove-border {
        border-top: none; }
      .product_content .content-left table tr:last-child {
        border-bottom: 1px solid #dfe2e9; }
    .product_content .content-left ul {
      -webkit-column-gap: 24px;
         -moz-column-gap: 24px;
              column-gap: 24px;
      -webkit-column-count: 2;
         -moz-column-count: 2;
              column-count: 2;
      margin-bottom: 97px; }
      @media (max-width: 63.99em) {
        .product_content .content-left ul {
          -webkit-column-count: 1;
             -moz-column-count: 1;
                  column-count: 1;
          margin-bottom: 32px; } }
      .product_content .content-left ul li {
        padding-left: calc(16.8px + 9.6px);
        color: #f3f3f3; }
  .product_content .content-right {
    position: relative;
    width: 387px; }
    @media (max-width: 63.99em) {
      .product_content .content-right {
        display: none;
        width: 100%;
        padding: 0; } }
    .product_content .content-right .floating-content {
      position: sticky;
      position: -webkit-sticky;
      top: 15rem;
      /* required */ }
    .product_content .content-right .spect-info {
      margin-bottom: 16px;
      font-size: 16px;
      font-size: 1.6rem;
      line-height: 24px; }
      .product_content .content-right .spect-info_title {
        margin-bottom: 4px;
        font-weight: 600; }
      .product_content .content-right .spect-info_detail {
        font-weight: 400; }
        @media (max-width: 63.99em) {
          .product_content .content-right .spect-info_detail {
            color: #c1c5c6; } }
    .product_content .content-right .btn-group {
      text-transform: uppercase; }
      .product_content .content-right .btn-group .o-btn {
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        margin-bottom: 16px; }
        @media (max-width: 63.99em) {
          .product_content .content-right .btn-group .o-btn {
            width: 100%; }
            .product_content .content-right .btn-group .o-btn:last-of-type {
              margin-bottom: 0; } }
  .product_content .content .product-offer {
    margin-bottom: 52px; }
    .product_content .content .product-offer img {
      -o-object-fit: cover;
         object-fit: cover; }

.product_case-study {
  width: 1366px;
  margin: 0 auto; }
  .product_case-study .section-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%; }
  .product_case-study .btn-group {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 88px; }
    .product_case-study .btn-group .btn {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      width: 40px;
      height: 40px;
      border: 1px solid #ffffff;
      cursor: pointer; }

.product_color {
  width: 100%;
  background-color: #00120f; }
  .product_color .product-color_header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-top: 153px;
    padding-bottom: 30px; }
    @media (max-width: 63.99em) {
      .product_color .product-color_header {
        padding-top: 48px;
        padding-bottom: 41px; } }
    @media (max-width: 47.99em) {
      .product_color .product-color_header {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column; } }
    .product_color .product-color_header .title {
      font-weight: 700;
      font-size: 46px;
      font-size: 4.6rem;
      line-height: 55.2px; }
    @media (max-width: 47.99em) {
      .product_color .product-color_header .o-btn {
        width: 100%;
        margin-top: 16px; } }
  .product_color .product-color_content {
    padding-bottom: 99px; }
    .product_color .product-color_content .display,
    .product_color .product-color_content .detail {
      opacity: 0;
      position: absolute;
      -webkit-transition: all 0.5s;
      transition: all 0.5s; }
      .product_color .product-color_content .display.active,
      .product_color .product-color_content .detail.active {
        opacity: 1; }
    .product_color .product-color_content .color_display {
      position: relative;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      width: 100%;
      height: 440px; }
      .product_color .product-color_content .color_display .display,
      .product_color .product-color_content .color_display img {
        width: auto;
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover; }
      @media (max-width: 47.99em) {
        .product_color .product-color_content .color_display {
          height: 220px; } }
    .product_color .product-color_content .color_choices {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      gap: 8.72px;
      max-width: 100%;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      margin-top: 32px;
      margin-bottom: 24.72px; }
      .product_color .product-color_content .color_choices .choice {
        position: relative;
        width: 45.28333282470703px;
        height: 45.28333282470703px;
        border-radius: 50%;
        background-size: cover;
        background-position: center;
        cursor: pointer;
        -webkit-transition: all 0.5s;
        transition: all 0.5s; }
        .product_color .product-color_content .color_choices .choice.active::after {
          position: absolute;
          content: "";
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          border: 4px solid #03898D;
          border-radius: 50%; }
    .product_color .product-color_content .color_details {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      height: 70px; }
      .product_color .product-color_content .color_details .detail_name {
        text-align: center;
        font-family: "Work Sans";
        font-weight: 500;
        font-size: 32px;
        font-size: 3.2rem;
        line-height: 38px;
        margin-bottom: 8px; }
      .product_color .product-color_content .color_details .detail_color-code {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center; }
        @media (max-width: 47.99em) {
          .product_color .product-color_content .color_details .detail_color-code {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -webkit-flex-direction: column;
                -ms-flex-direction: column;
                    flex-direction: column;
            -webkit-box-align: center;
            -webkit-align-items: center;
                -ms-flex-align: center;
                    align-items: center; } }
        .product_color .product-color_content .color_details .detail_color-code .flex {
          margin: 0; }
        .product_color .product-color_content .color_details .detail_color-code .line {
          width: 1px;
          margin: 0 16px;
          background-color: #ffffff; }

.product__footer {
  font-family: "Work Sans";
  overflow: hidden; }
  @media (min-width: 48em) {
    .product__footer .footer-row {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      min-height: 46rem; } }
  @media (max-width: 47.99em) {
    .product__footer .footer-row {
      margin: 0 -3rem; } }
  .product__footer .footer-row .col-left {
    width: 42.1%;
    position: relative; }
    @media (max-width: 47.99em) {
      .product__footer .footer-row .col-left {
        width: 100%;
        min-height: 26.8rem; } }
    .product__footer .footer-row .col-left .title {
      margin-bottom: 0.8rem; }
    .product__footer .footer-row .col-left .footer-detail {
      width: 80%; }
      @media (max-width: 47.99em) {
        .product__footer .footer-row .col-left .footer-detail {
          width: 100%; } }
    .product__footer .footer-row .col-left .bg-cover {
      margin-right: auto; }
      @media (min-width: 48em) {
        .product__footer .footer-row .col-left .bg-cover {
          margin-left: calc(-46vw + 100%); } }
  .product__footer .footer-row .col-right {
    width: 57.9%; }
    @media (max-width: 47.99em) {
      .product__footer .footer-row .col-right {
        width: 100%; } }
  .product__footer .footer-row .col-half {
    position: relative; }
    @media (min-width: 48em) {
      .product__footer .footer-row .col-half {
        padding-left: 6rem;
        height: 50%; } }
    .product__footer .footer-row .col-half .title {
      font-size: 2.4rem;
      font-weight: 600; }
      @media (max-width: 47.99em) {
        .product__footer .footer-row .col-half .title {
          line-height: 3.2rem; } }
    .product__footer .footer-row .col-half .o-btn {
      margin-top: 2.8rem; }
  .product__footer .footer-col {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 6rem 0; }
    @media (max-width: 47.99em) {
      .product__footer .footer-col {
        padding: 3rem; } }
  .product__footer .bg-column {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1; }
  .product__footer .bg-cover {
    height: 100%; }
    @media (min-width: 48em) {
      .product__footer .bg-cover {
        margin-right: calc(-57vw + 100%); } }
    .product__footer .bg-cover > img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }

.single-product {
  overflow: unset !important; }
  .single-product .wrapper-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    @media (max-width: 63.99em) {
      .single-product .wrapper-flex {
        display: block; } }
  .single-product .btn-swiper-prev, .single-product .btn-swiper-next {
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out; }
    .single-product .btn-swiper-prev:hover, .single-product .btn-swiper-next:hover {
      background-color: #03898D; }
  .single-product .swiper-button-disabled:hover {
    background-color: transparent; }
  .single-product .b-relatived-case {
    display: block !important; }

.compare {
  background-image: url("../images/backgrounds/bg-compare.png");
  background-repeat: no-repeat;
  background-position: 0px 624px;
  background-size: 100%; }
  @media (max-width: 63.99em) {
    .compare {
      background-image: none; } }
  .compare_select {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%; }
    @media (max-width: 63.99em) {
      .compare_select {
        -webkit-column-gap: 16px;
           -moz-column-gap: 16px;
                column-gap: 16px; } }
    .compare_select .product {
      display: block;
      width: 100%;
      margin-top: 60px;
      margin-bottom: 60px; }
      @media (max-width: 47.99em) {
        .compare_select .product {
          margin-top: 26px; } }
      .compare_select .product_img {
        position: relative;
        width: 100%;
        padding-top: 65%; }
        @media (max-width: 63.99em) {
          .compare_select .product_img {
            width: 100%; } }
        @media (max-width: 47.99em) {
          .compare_select .product_img {
            padding-top: 90%; } }
        .compare_select .product_img .display {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          opacity: 0;
          -webkit-transition: all 300ms ease-in-out;
          transition: all 300ms ease-in-out; }
          @media (max-width: 63.99em) {
            .compare_select .product_img .display {
              width: 100%; } }
          .compare_select .product_img .display.active {
            opacity: 1; }
      .compare_select .product_thumbnail {
        position: relative;
        width: 100%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
        margin-top: 15px;
        margin-bottom: 15px; }
        .compare_select .product_thumbnail .choice {
          position: relative;
          width: 39px;
          height: 39px;
          margin-right: 8px;
          background-size: cover;
          background-position: center;
          border-radius: 50%;
          cursor: pointer;
          -webkit-transition: all 0.35s;
          transition: all 0.35s; }
          .compare_select .product_thumbnail .choice.active::after {
            content: "";
            position: absolute;
            width: 100%;
            height: 100%;
            border-radius: 50%;
            border: 2px solid #03898D; }
          @media (max-width: 47.99em) {
            .compare_select .product_thumbnail .choice {
              width: 30px;
              height: 30px;
              margin-right: 6px;
              margin-bottom: 6px; } }
      .compare_select .product .label {
        position: relative;
        height: 24px; }
        .compare_select .product .label .detail {
          position: absolute;
          top: 0;
          left: 0;
          opacity: 0;
          color: #616161;
          font-family: "Work Sans";
          font-size: 16px;
          font-size: 1.6rem;
          line-height: 24px;
          -webkit-transition: all 0.35s;
          transition: all 0.35s; }
          .compare_select .product .label .detail.active {
            opacity: 1; }
    .compare_select .column {
      padding-right: 0 !important; }
    .compare_select .selection select {
      text-transform: uppercase; }
  .compare_detail {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%; }
    @media (max-width: 79.99em) {
      .compare_detail {
        -webkit-justify-content: space-around;
            -ms-flex-pack: distribute;
                justify-content: space-around; } }
    .compare_detail .row:last-of-type {
      margin-bottom: 54px; }
  .compare .column {
    width: calc((100% / 3) - 16px);
    padding-right: 20px; }
    @media (max-width: 63.99em) {
      .compare .column {
        width: calc((100% / 2)); } }
  .compare_link {
    margin-bottom: 114px; }
    .compare_link .column {
      padding-right: 0; }
  .compare .sub-title {
    border-bottom: 1px solid #03898D;
    margin-bottom: 24px; }
  .compare .row {
    margin-left: 0;
    margin-right: 0;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    @media (max-width: 79.99em) {
      .compare .row {
        -webkit-justify-content: space-around;
            -ms-flex-pack: distribute;
                justify-content: space-around; } }
    @media (max-width: 47.99em) {
      .compare .row {
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
            -ms-flex-pack: justify;
                justify-content: space-between; } }
  .compare .detail {
    margin-bottom: 16px; }
    @media (max-width: 63.99em) {
      .compare .detail {
        margin-bottom: 24px; } }
    .compare .detail_title {
      margin-bottom: 4px;
      font-weight: 600;
      text-align: left;
      font-size: 16px;
      font-size: 1.6rem;
      line-height: 24px; }
      @media (max-width: 63.99em) {
        .compare .detail_title {
          margin-bottom: 8px; } }
    .compare .detail_info {
      font-size: 16px;
      font-size: 1.6rem;
      line-height: 24px; }
      @media (max-width: 47.99em) {
        .compare .detail_info {
          color: #C1C5C6;
          font-size: 14px;
          font-size: 1.4rem;
          line-height: 19.6px; } }
    .compare .detail-product-des {
      margin-bottom: 40px; }
      @media (max-width: 63.99em) {
        .compare .detail-product-des {
          margin-bottom: 24px; } }
      .compare .detail-product-des .detail_title {
        margin-bottom: 40px;
        text-transform: uppercase;
        font-size: 21px;
        font-size: 2.1rem;
        line-height: 24px; }
        @media (max-width: 63.99em) {
          .compare .detail-product-des .detail_title {
            margin-bottom: 16px; } }
  .compare .selectric {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .compare .selectric .label {
      text-transform: uppercase; }
    .compare .selectric-scroll ul > li {
      text-transform: uppercase; }
    .compare .selectric b.button {
      position: relative; }
  .compare a {
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 14px 24px;
    border: 1px solid #ffffff;
    font-weight: 400;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 19px; }
    .compare a:hover {
      background-color: #03898D; }
    @media (max-width: 47.99em) {
      .compare a {
        padding: 14px 18px;
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 18px; } }
  @media (max-width: 63.99em) {
    .compare .column-3 {
      display: none; } }

.c-news__group-slide {
  position: relative;
  padding: 0 5rem;
  margin: 0 -5rem; }
  .c-news__group-slide .swiper-button-prev,
  .c-news__group-slide .swiper-button-next {
    top: 40%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    margin: 0;
    background-image: url("../images/icons/icon-slider-right.svg");
    background-size: cover;
    width: 2.5rem;
    height: 5rem; }
    .c-news__group-slide .swiper-button-prev::after,
    .c-news__group-slide .swiper-button-next::after {
      display: none; }
  .c-news__group-slide .swiper-button-next {
    right: 0; }
  .c-news__group-slide .swiper-button-prev {
    left: 0;
    -webkit-transform: translateY(-50%) rotate(-180deg);
            transform: translateY(-50%) rotate(-180deg); }

.c-news .facetwp-template {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 0 -0.8rem; }
  .c-news .facetwp-template .c-news__col {
    width: 33.33%;
    padding: 0 0.8rem;
    margin-top: 4rem; }
    @media (max-width: 63.99em) {
      .c-news .facetwp-template .c-news__col {
        width: 50%; } }
    @media (max-width: 47.99em) {
      .c-news .facetwp-template .c-news__col {
        width: 100%; } }

.c-news__filters {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 76.3rem;
  margin: 0 auto; }
  @media (max-width: 47.99em) {
    .c-news__filters {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column; } }
  .c-news__filters .facetwp-type-dropdown {
    width: 18.6rem;
    margin-right: 2.4rem; }
    @media (max-width: 47.99em) {
      .c-news__filters .facetwp-type-dropdown {
        width: 100%;
        margin: 0px;
        margin-bottom: 16px !important; } }
    .c-news__filters .facetwp-type-dropdown .selectric {
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center; }
      .c-news__filters .facetwp-type-dropdown .selectric .label {
        font-weight: 500; }
      .c-news__filters .facetwp-type-dropdown .selectric b {
        position: relative; }
  .c-news__filters .facetwp-type-search {
    width: calc(100% - (18.6rem + 2.4rem)); }
    @media (max-width: 47.99em) {
      .c-news__filters .facetwp-type-search {
        width: 100%; } }

.c-news--feature__bg {
  position: absolute;
  top: -12%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  height: 200%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1; }

.c-news--feature .flex {
  margin: 0;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 0 -0.8rem; }
  @media (max-width: 63.99em) {
    .c-news--feature .flex {
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between;
      gap: unset;
      row-gap: 16px; } }
  @media (max-width: 47.99em) {
    .c-news--feature .flex {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column; } }
  .c-news--feature .flex .o-card-new {
    width: 33.33%;
    padding: 0 0.8rem; }
    @media (max-width: 63.99em) {
      .c-news--feature .flex .o-card-new {
        width: 50%; } }
    @media (max-width: 47.99em) {
      .c-news--feature .flex .o-card-new {
        width: 100%; } }

.o-breadcrumb {
  margin-bottom: 13px; }

.single-post {
  overflow: visible; }
  @media (max-width: 63.99em) {
    .single-post {
      overflow: hidden; } }
  .single-post h1.u-text-white {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    font-weight: 700;
    font-size: 68px;
    font-size: 6.8rem;
    line-height: 81.6px; }
    @media (max-width: 63.99em) {
      .single-post h1.u-text-white {
        font-size: 24px;
        font-size: 2.4rem;
        line-height: 30px; } }

.news-banner {
  position: relative;
  height: 354px; }
  .news-banner .black-gradian {
    position: absolute;
    top: 50%;
    width: 100%;
    height: 50%;
    background: linear-gradient(181.45deg, #000000 10.2%, rgba(0, 0, 0, 0) 98.77%);
    -webkit-transform: rotate(-180deg);
            transform: rotate(-180deg);
    z-index: 1; }
  .news-banner_swiper {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1; }
    .news-banner_swiper .swiper {
      width: 100%;
      height: 100%; }
      .news-banner_swiper .swiper-slide_content {
        height: 100%;
        background-position: center; }
      .news-banner_swiper .swiper .swiper-pagination-bullet {
        margin: 0 2px;
        background: white;
        opacity: 0.3; }
        .news-banner_swiper .swiper .swiper-pagination-bullet-active {
          opacity: 1; }
  .news-banner .wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding-bottom: 67px;
    height: 100%; }

.news-content .news-detail {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  padding-left: 29.8rem;
  margin-bottom: 41px; }
  @media (max-width: 63.99em) {
    .news-content .news-detail {
      width: 100%;
      padding-left: 18.5rem; } }
  @media (max-width: 47.99em) {
    .news-content .news-detail {
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      row-gap: 32px;
      padding: 0; } }
  .news-content .news-detail_inner {
    width: 176px; }
    @media (max-width: 22.5em) {
      .news-content .news-detail_inner {
        width: 100%; } }
    @media (min-width: 22.5em) and (max-width: 79.99em) {
      .news-content .news-detail_inner {
        width: calc(100% / 2); } }
    .news-content .news-detail_inner .title {
      font-weight: 700;
      font-size: 16px;
      font-size: 1.6rem;
      line-height: 19.54px;
      margin-bottom: 6px; }
    .news-content .news-detail_inner .detail {
      color: #e6e7e9;
      font-weight: 400;
      font-size: 16px;
      font-size: 1.6rem;
      line-height: 24px; }

.news-content .news-main-content {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 100%;
  margin-bottom: 127px; }
  @media (max-width: 63.99em) {
    .news-content .news-main-content {
      margin-bottom: 0px; } }
  .news-content .news-main-content .list-content {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 21.2rem;
    margin-right: 8.6rem; }
    @media (max-width: 63.99em) {
      .news-content .news-main-content .list-content {
        width: 10.5rem; } }
    @media (max-width: 47.99em) {
      .news-content .news-main-content .list-content {
        display: none; } }
    .news-content .news-main-content .list-content nav {
      position: sticky;
      position: -webkit-sticky;
      top: 15rem;
      /* required */
      height: -webkit-fit-content;
      height: -moz-fit-content;
      height: fit-content; }
      .news-content .news-main-content .list-content nav ul {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
        row-gap: 26px;
        font-weight: 700;
        font-size: 18px;
        font-size: 1.8rem;
        line-height: 21.6px;
        list-style-type: none; }
        .news-content .news-main-content .list-content nav ul li {
          display: inline-block;
          max-width: 21.2rem;
          white-space: nowrap;
          overflow: hidden !important;
          text-overflow: ellipsis;
          padding: 0;
          margin: 0; }
          .news-content .news-main-content .list-content nav ul li::before {
            display: none; }
          @media (max-width: 63.99em) {
            .news-content .news-main-content .list-content nav ul li {
              width: 10.5rem; } }
  .news-content .news-main-content .main {
    padding-right: 5rem;
    width: calc(100% - (21.2rem + 8.6rem)); }
    @media (max-width: 63.99em) {
      .news-content .news-main-content .main {
        width: 65%;
        padding-right: 0; } }
    @media (max-width: 47.99em) {
      .news-content .news-main-content .main {
        width: 100%;
        padding-right: 0; } }
    .news-content .news-main-content .main ul {
      list-style-position: inside;
      margin-bottom: 46px; }

@media (max-width: 63.99em) {
  .news-content ul li {
    padding-left: calc(1.6rem + 1.6rem); }
    .news-content ul li::before {
      top: 1rem; } }

@media (max-width: 63.99em) {
  .news-content ul.share-socials li:first-of-type {
    padding-left: 0;
    margin-right: 0; } }

.progress-bar {
  position: -webkit-sticky;
  position: sticky;
  left: 100%;
  margin-left: 15px; }
  @media (max-width: 79.99em) {
    .progress-bar {
      display: none; } }

.circular-progress {
  position: sticky;
  position: -webkit-sticky;
  display: grid;
  top: 15rem;
  right: 19px;
  width: 72px;
  height: 72px;
  place-items: center;
  background-color: #ffffff;
  border-radius: 50%; }
  .circular-progress::before {
    content: "";
    position: absolute;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background-color: #000000; }
  .circular-progress_value {
    position: relative;
    color: #ffffff; }

.fqa {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 216px; }
  @media (max-width: 63.99em) {
    .fqa {
      width: 100%;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      margin-bottom: 74px; } }
  .fqa .description {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1; }
  .fqa .column-relative {
    position: relative; }
    @media (max-width: 63.99em) {
      .fqa .column-relative {
        padding-bottom: 47px; } }
  .fqa .title {
    width: 368px;
    margin-bottom: 11px;
    font-weight: 700;
    font-size: 46px;
    font-size: 4.6rem;
    line-height: 55px; }
    @media (max-width: 63.99em) {
      .fqa .title {
        margin-bottom: 24px;
        font-size: 34px;
        font-size: 3.4rem;
        line-height: 41.51px; } }
  .fqa .decorate {
    position: absolute;
    top: 275px;
    left: -114px;
    z-index: -1; }
    @media (max-width: 63.99em) {
      .fqa .decorate {
        display: none; } }
  .fqa .group {
    width: 658px;
    padding-bottom: 32px;
    margin-bottom: 35px;
    border-bottom: 1px solid #03898D;
    cursor: pointer; }
    @media (max-width: 63.99em) {
      .fqa .group {
        width: 100%;
        padding-bottom: 16px;
        margin-bottom: 17px; } }
    .fqa .group .question {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-transition: all 300ms ease-in-out;
      transition: all 300ms ease-in-out; }
      .fqa .group .question_text {
        font-size: 21px;
        font-size: 2.1rem;
        line-height: 24px; }
      .fqa .group .question_icon {
        -webkit-transition: all 300ms ease-in-out;
        transition: all 300ms ease-in-out; }
        .fqa .group .question_icon svg path {
          -webkit-transition: all 300ms ease-in-out;
          transition: all 300ms ease-in-out; }
        .fqa .group .question_icon.active {
          -webkit-transform: rotate(-45deg);
                  transform: rotate(-45deg); }
    .fqa .group .ans {
      display: none;
      margin-top: 32px; }
    .fqa .group:hover .question {
      color: #03898D; }
      .fqa .group:hover .question_icon svg path {
        stroke: #03898D; }

.display-map {
  height: 417px;
  width: 100%; }
  .display-map iframe {
    width: 100%; }

.contact-us {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 258px;
  margin-bottom: 228px; }
  @media (max-width: 63.99em) {
    .contact-us {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      margin-bottom: 0;
      margin-top: 104px; } }
  .contact-us .background-graydient {
    position: absolute;
    top: -589px;
    left: -319px;
    width: 1003px;
    height: 1003px;
    background: radial-gradient(50% 50% at 50% 50%, #004036 0%, rgba(0, 0, 0, 0) 100%);
    opacity: 0.6;
    z-index: -1;
    background-size: 75% 75%;
    background-repeat: no-repeat; }
  .contact-us .column {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1; }
    .contact-us .column-relative {
      position: relative; }
      @media (max-width: 63.99em) {
        .contact-us .column-relative {
          height: -webkit-fit-content;
          height: -moz-fit-content;
          height: fit-content; } }
  .contact-us .row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    width: 100%;
    gap: 16px; }
    @media (max-width: 47.99em) {
      .contact-us .row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column; } }
    .contact-us .row-space-between {
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between; }
      @media (max-width: 47.99em) {
        .contact-us .row-space-between {
          -webkit-box-align: center;
          -webkit-align-items: center;
              -ms-flex-align: center;
                  align-items: center; } }
  .contact-us .title {
    margin-bottom: 16px;
    font-weight: 700;
    font-size: 46px;
    font-size: 4.6rem;
    line-height: 55.2px; }
  .contact-us .description {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 19.6px; }
  .contact-us form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    gap: 16px;
    margin-top: 40px; }
    .contact-us form .input-group {
      position: relative;
      -webkit-box-flex: 1;
      -webkit-flex: 1;
          -ms-flex: 1;
              flex: 1;
      width: 272px;
      -webkit-transition: all 1s;
      transition: all 1s; }
      @media (max-width: 47.99em) {
        .contact-us form .input-group {
          width: 100%; } }
      .contact-us form .input-group label {
        position: absolute;
        top: 25px;
        -webkit-transform: translate(0, -50%);
                transform: translate(0, -50%);
        margin-left: 16px;
        text-transform: uppercase;
        font-weight: 400;
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 17px;
        cursor: default;
        pointer-events: none;
        -webkit-transition: all 0.2s;
        transition: all 0.2s; }
      .contact-us form .input-group.active label {
        top: 10px;
        font-weight: 500;
        font-size: 8px;
        font-size: 0.8rem;
        line-height: 17px; }
      .contact-us form .input-group input {
        height: 48px; }
        .contact-us form .input-group input.wpcf7-not-valid {
          border: 1px solid #c70000;
          color: #ffffff; }
      .contact-us form .input-group textarea {
        padding-top: 15px;
        padding-bottom: 15px;
        height: 135px;
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 24px; }
    @media (max-width: 47.99em) {
      .contact-us form p {
        width: 100%; } }
    .contact-us form input[type="submit"] {
      text-transform: uppercase;
      padding: 15px 20px;
      border-color: #ffffff;
      font-weight: 400;
      font-size: 16px;
      font-size: 1.6rem;
      line-height: 19px;
      cursor: pointer; }
      @media (max-width: 47.99em) {
        .contact-us form input[type="submit"] {
          width: 100%;
          -webkit-box-pack: center;
          -webkit-justify-content: center;
              -ms-flex-pack: center;
                  justify-content: center; } }
    .contact-us form input[type="file"] {
      display: none; }
    .contact-us form .custom-file-input {
      position: relative;
      cursor: pointer;
      border: 1px solid transparent;
      -webkit-transition: all 300ms ease-in-out;
      transition: all 300ms ease-in-out; }
      @media (max-width: 47.99em) {
        .contact-us form .custom-file-input {
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          width: 100%; } }
  @media (max-width: 47.99em) and (max-width: 47.99em) {
    .contact-us form .custom-file-input p {
      width: unset; } }
      .contact-us form .custom-file-input label {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
            -ms-flex-direction: row;
                flex-direction: row;
        padding: 15px 20px;
        -webkit-column-gap: 10px;
           -moz-column-gap: 10px;
                column-gap: 10px;
        text-transform: uppercase;
        font-weight: 400;
        margin-bottom: none !important;
        cursor: pointer;
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 19px; }
        @media (max-width: 47.99em) {
          .contact-us form .custom-file-input label {
            -webkit-box-pack: center;
            -webkit-justify-content: center;
                -ms-flex-pack: center;
                    justify-content: center;
            width: 100%; } }
      .contact-us form .custom-file-input:hover {
        border: 1px solid #004036; }
    .contact-us form .row {
      margin-left: 0;
      margin-right: 0; }
  .contact-us .wpcf7-not-valid-tip {
    position: absolute;
    width: 100%;
    top: 100%;
    left: 0;
    color: #c70000; }
  .contact-us .wpcf7-submit {
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out; }
  .contact-us .wpcf7-submit:hover {
    border-color: #03898D;
    background-color: #03898D !important; }
  .contact-us .screen-reader-response,
  .contact-us .wpcf7-response-output {
    display: none; }
  .contact-us .simple-watermark {
    position: absolute;
    top: -210px;
    right: -114px;
    width: 672px;
    height: 320px;
    z-index: -1; }
    @media (max-width: 63.99em) {
      .contact-us .simple-watermark {
        display: none; } }
  .contact-us .decor {
    position: absolute;
    top: 84px;
    right: -114px;
    width: 600px;
    height: 542px;
    z-index: -2; }
    @media (max-width: 63.99em) {
      .contact-us .decor {
        position: unset;
        width: 100%;
        height: auto; } }

.background-img {
  position: absolute;
  width: 100%;
  height: 434px;
  z-index: -1;
  background-size: 100% 100%;
  background-repeat: no-repeat; }
  @media (max-width: 63.99em) {
    .background-img {
      height: 233px; } }

.last-row {
  height: 434px; }
  @media (max-width: 63.99em) {
    .last-row {
      height: 233px; } }
  .last-row .wrapper {
    height: 100%; }
  .last-row .row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
    height: 100%; }
    @media (max-width: 63.99em) {
      .last-row .row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
            -ms-flex-direction: column-reverse;
                flex-direction: column-reverse;
        width: 100%;
        margin: 0 auto; } }
  .last-row .btn {
    border: 1px solid #ffffff;
    cursor: pointer; }
    .last-row .btn_inner {
      padding: 20px 35px;
      -webkit-transition: all 0.2s;
      transition: all 0.2s; }
      @media (max-width: 63.99em) {
        .last-row .btn_inner {
          width: 60px;
          height: 60px;
          padding: 0;
          display: grid;
          -webkit-box-align: center;
          -webkit-align-items: center;
              -ms-flex-align: center;
                  align-items: center;
          -webkit-box-pack: center;
          -webkit-justify-content: center;
              -ms-flex-pack: center;
                  justify-content: center; }
          .last-row .btn_inner svg {
            width: 10.81px;
            height: 32.79px; } }
    .last-row .btn:hover {
      border-color: #03898D; }
      .last-row .btn:hover .btn_inner {
        background-color: #03898D; }
  .last-row .link-group {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row; }
    @media (max-width: 63.99em) {
      .last-row .link-group {
        width: 100%;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
            -ms-flex-pack: justify;
                justify-content: space-between; } }
    .last-row .link-group .social {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      margin: 0 58.5px; }
      @media (max-width: 63.99em) {
        .last-row .link-group .social {
          margin: 0; } }
      .last-row .link-group .social_icon {
        position: relative;
        width: 126px;
        height: 126px; }
        @media (max-width: 47.99em) {
          .last-row .link-group .social_icon {
            width: 70px;
            height: 70px; } }
        .last-row .link-group .social_icon .icon {
          position: absolute;
          -webkit-transition: all 0.5s;
          transition: all 0.5s; }
          .last-row .link-group .social_icon .icon-hover {
            opacity: 0; }
      .last-row .link-group .social:hover .icon-hover {
        opacity: 1; }
      @media (max-width: 22.5em) {
        .last-row .link-group .social_label > div {
          display: inline-block;
          -webkit-box-orient: vertical;
          -webkit-line-clamp: 1;
          width: 85px;
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: nowrap; } }

main.catalogs .em-catalog__row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 0 -0.8rem; }

main.catalogs .em-catalog__col {
  width: 33.33%;
  padding: 0 0.8rem; }
  @media (max-width: 37.5em) {
    main.catalogs .em-catalog__col {
      width: 100%;
      margin-bottom: 3.2rem; }
      main.catalogs .em-catalog__col:last-child {
        margin-bottom: 0; } }

main.catalogs .em-catalog .card-catalog_picture {
  position: relative;
  width: 100%;
  padding-bottom: 62%;
  margin-bottom: 17px;
  background-position: center;
  background-size: cover; }
  main.catalogs .em-catalog .card-catalog_picture .icon-magnify {
    position: absolute;
    display: grid;
    bottom: 15px;
    right: 11px;
    place-items: center;
    width: 5.4rem;
    height: 5.4rem;
    background-color: #004036;
    cursor: pointer;
    -webkit-transition: all 0.25s;
    transition: all 0.25s; }
    main.catalogs .em-catalog .card-catalog_picture .icon-magnify:hover {
      background-color: rgba(0, 64, 54, 0.8); }

main.catalogs .em-catalog .card-catalog_detail {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 144px;
  margin-bottom: 16px; }
  main.catalogs .em-catalog .card-catalog_detail .title {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    font-weight: 500;
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 32px; }
  main.catalogs .em-catalog .card-catalog_detail .description,
  main.catalogs .em-catalog .card-catalog_detail .info {
    font-family: "Work Sans";
    font-weight: 400;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 24px; }
  main.catalogs .em-catalog .card-catalog_detail .pdf-path {
    display: none; }
  main.catalogs .em-catalog .card-catalog_detail .description {
    display: -webkit-box;
    height: 72px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3; }

main.catalogs .em-catalog .card-catalog_btn-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  @media (max-width: 80em) {
    main.catalogs .em-catalog .card-catalog_btn-group {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column; } }
  @media (max-width: 80em) {
    main.catalogs .em-catalog .card-catalog_btn-group .btn:first-child {
      margin-bottom: 1.6rem; } }

main.catalogs .starter-kit {
  display: grid;
  width: 100%;
  height: 346px;
  position: relative; }
  @media (max-width: 63.99em) {
    main.catalogs .starter-kit {
      height: 490px; } }
  main.catalogs .starter-kit .wrapper-column {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row; }
    @media (max-width: 63.99em) {
      main.catalogs .starter-kit .wrapper-column {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center; } }
  main.catalogs .starter-kit__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    z-index: -1; }
  main.catalogs .starter-kit_content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    width: 50%;
    padding: 0 50px; }
    @media (max-width: 63.99em) {
      main.catalogs .starter-kit_content {
        width: 100%;
        padding: 0; } }
    main.catalogs .starter-kit_content-right {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
          -ms-flex-align: start;
              align-items: flex-start; }
      main.catalogs .starter-kit_content-right > div:first-child {
        font-weight: 700;
        margin-bottom: 32px; }
  main.catalogs .starter-kit .title {
    font-weight: 700;
    font-size: 46px;
    font-size: 4.6rem;
    line-height: 55.2px; }
    @media (max-width: 63.99em) {
      main.catalogs .starter-kit .title {
        margin-bottom: 16px; } }
    @media (max-width: 47.99em) {
      main.catalogs .starter-kit .title {
        font-size: 34px;
        font-size: 3.4rem;
        line-height: 41.51px; } }
  main.catalogs .starter-kit .btn-group {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%; }
    @media (min-width: 31.3125em) and (max-width: 63.99em) {
      main.catalogs .starter-kit .btn-group {
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
            -ms-flex-pack: start;
                justify-content: flex-start; } }
    @media (max-width: 31.25em) {
      main.catalogs .starter-kit .btn-group {
        display: block; }
        main.catalogs .starter-kit .btn-group .btn {
          width: 100%;
          max-width: 100% !important; } }
    main.catalogs .starter-kit .btn-group .btn-download {
      width: -webkit-fit-content;
      width: -moz-fit-content;
      width: fit-content; }
      @media (max-width: 47.99em) {
        main.catalogs .starter-kit .btn-group .btn-download {
          width: 100%; } }
    main.catalogs .starter-kit .btn-group .btn-order {
      width: 100%;
      max-width: 27.6rem; }
      @media (min-width: 64em) and (max-width: 79.99em) {
        main.catalogs .starter-kit .btn-group .btn-order {
          width: 57%; } }
      @media (min-width: 31.3125em) and (max-width: 63.99em) {
        main.catalogs .starter-kit .btn-group .btn-order {
          margin-right: 1.6rem; } }
      @media (max-width: 31.25em) {
        main.catalogs .starter-kit .btn-group .btn-order {
          margin-bottom: 1.6rem; } }

main.catalogs .btn {
  height: 48px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }
  main.catalogs .btn_inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
    cursor: pointer;
    text-transform: uppercase; }
  main.catalogs .btn-download {
    background-color: #03898D; }
    main.catalogs .btn-download:hover {
      background-color: #004036; }
    main.catalogs .btn-download .btn_inner {
      margin: 0 40px; }
      main.catalogs .btn-download .btn_inner div:nth-of-type(2) {
        display: grid;
        place-items: center; }
  main.catalogs .btn-order {
    padding: 0 30px;
    border: 1px solid #ffffff;
    /* The container */
    /* Hide the browser's default checkbox */
    /* Create a custom checkbox */
    /* On mouse-over, add a grey background color */
    /* When the checkbox is checked, add a blue background */
    /* Create the checkmark/indicator (hidden when not checked) */
    /* Show the checkmark when checked */
    /* Style the checkmark/indicator */ }
    main.catalogs .btn-order:hover {
      border-color: #03898D;
      background-color: #03898D; }
    main.catalogs .btn-order .container {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
      -webkit-flex-direction: row-reverse;
          -ms-flex-direction: row-reverse;
              flex-direction: row-reverse;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none; }
    main.catalogs .btn-order .container input {
      position: absolute;
      opacity: 0;
      cursor: pointer;
      height: 0;
      width: 0; }
    main.catalogs .btn-order .checkmark {
      position: relative;
      height: 15.75px;
      width: 15.75px;
      border: 1px solid #ffffff; }
    main.catalogs .btn-order .container:hover input ~ .checkmark {
      border-color: #ccc;
      background-color: #ccc; }
    main.catalogs .btn-order .container input:checked ~ .checkmark {
      background-color: transparent; }
    main.catalogs .btn-order .checkmark:after {
      content: "";
      position: absolute;
      display: none; }
    main.catalogs .btn-order .container input:checked ~ .checkmark:after {
      display: block; }
    main.catalogs .btn-order .container .checkmark:after {
      position: absolute;
      top: 50%;
      left: 50%;
      width: 5px;
      height: 10px;
      border: solid white;
      border-width: 0 3px 3px 0;
      -webkit-transform: rotate(45deg);
      transform: translate(-50%, -50%) rotate(45deg); }
  main.catalogs .btn-green {
    border-color: #03898D;
    color: #03898D; }
    main.catalogs .btn-green:hover {
      color: #ffffff;
      background-color: #03898D; }
      main.catalogs .btn-green:hover input[type="checkbox"]:checked ~ .checkmark {
        background-color: #ccc; }
    main.catalogs .btn-green .checkmark {
      border-color: #03898D; }
      main.catalogs .btn-green .checkmark:after {
        border-color: #03898D !important; }

main.catalogs .product-catalog {
  margin: 68px 0; }
  main.catalogs .product-catalog_header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    width: 565px;
    margin: 0 auto;
    margin-bottom: 56px;
    text-align: center;
    gap: 16px; }
    @media (max-width: 47.99em) {
      main.catalogs .product-catalog_header {
        width: 100%; } }
    main.catalogs .product-catalog_header .title {
      font-weight: 700;
      font-size: 46px;
      font-size: 4.6rem;
      line-height: 55.2px;
      text-transform: uppercase; }
      @media (max-width: 47.99em) {
        main.catalogs .product-catalog_header .title {
          font-size: 34px;
          font-size: 3.4rem;
          line-height: 41.51px; } }
    main.catalogs .product-catalog_header .description {
      height: 72px; }
      @media (max-width: 47.99em) {
        main.catalogs .product-catalog_header .description {
          font-size: 14px;
          font-size: 1.4rem;
          line-height: 19.6px; } }
    main.catalogs .product-catalog_header .instruction {
      font-size: 700;
      font-size: 24px;
      font-size: 2.4rem;
      line-height: 32px; }
      @media (max-width: 47.99em) {
        main.catalogs .product-catalog_header .instruction {
          font-size: 16px;
          font-size: 1.6rem;
          line-height: 19.54px; } }
  main.catalogs .product-catalog_list {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: 16px;
    margin-bottom: 59px; }
    main.catalogs .product-catalog_list .product-card-catalog_display {
      position: relative;
      display: block;
      width: 128px;
      height: 128px;
      margin-bottom: 8px;
      background-position: center;
      background-size: cover;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
      cursor: pointer; }
      main.catalogs .product-catalog_list .product-card-catalog_display input[type="checkbox"] {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0; }
        main.catalogs .product-catalog_list .product-card-catalog_display input[type="checkbox"]:checked ~ .checkmark:after {
          display: block; }
      main.catalogs .product-catalog_list .product-card-catalog_display .checkmark {
        position: absolute;
        top: 13px;
        right: 12px;
        height: 16px;
        width: 16px;
        background-color: #eee; }
        main.catalogs .product-catalog_list .product-card-catalog_display .checkmark:after {
          content: "";
          position: absolute;
          display: none;
          top: 50%;
          left: 20%;
          width: 8px;
          height: 11px;
          border: solid #03898D;
          border-width: 0 3px 3px 0;
          -webkit-transform: rotate(45deg);
          transform: rotate(45deg) translate(-50%, -50%); }
      main.catalogs .product-catalog_list .product-card-catalog_display:hover input ~ .checkmark {
        background-color: #ccc; }
    main.catalogs .product-catalog_list .product-card-catalog_text {
      text-align: center;
      font-size: 14px;
      font-size: 1.4rem;
      line-height: 17px; }
  main.catalogs .product-catalog_footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 16px;
    margin-top: 5.6rem; }
    @media (max-width: 79.99em) {
      main.catalogs .product-catalog_footer {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column; } }
    main.catalogs .product-catalog_footer .box {
      position: relative;
      width: 100%;
      padding: 24px;
      background-color: #eae8eb; }
      main.catalogs .product-catalog_footer .box_title, main.catalogs .product-catalog_footer .box_info {
        color: #000000; }
      main.catalogs .product-catalog_footer .box_title {
        margin-bottom: 12px;
        font-weight: 700;
        font-size: 24px;
        font-size: 2.4rem;
        line-height: 32px; }
      main.catalogs .product-catalog_footer .box_info {
        height: 54px;
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 19.6px; }
      main.catalogs .product-catalog_footer .box_magnify {
        position: absolute;
        width: 5.4rem;
        height: 5.4rem;
        top: 24px;
        right: 24px;
        display: grid;
        place-items: center;
        background-color: #004036;
        cursor: pointer;
        -webkit-transition: all 0.5s;
        transition: all 0.5s; }
        main.catalogs .product-catalog_footer .box_magnify:hover {
          background-color: rgba(0, 64, 54, 0.8); }
      main.catalogs .product-catalog_footer .box_btn-group {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
            -ms-flex-pack: justify;
                justify-content: space-between; }
        @media (max-width: 45em) {
          main.catalogs .product-catalog_footer .box_btn-group {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -webkit-flex-direction: column;
                -ms-flex-direction: column;
                    flex-direction: column; } }
        main.catalogs .product-catalog_footer .box_btn-group .btn {
          margin: 0; }
          main.catalogs .product-catalog_footer .box_btn-group .btn-download {
            width: 324px; }
            @media (max-width: 45em) {
              main.catalogs .product-catalog_footer .box_btn-group .btn-download {
                margin-bottom: 16px; } }
          main.catalogs .product-catalog_footer .box_btn-group .btn-order {
            width: 172px; }
          @media (max-width: 45em) {
            main.catalogs .product-catalog_footer .box_btn-group .btn {
              width: 100%; } }

main.catalogs .sticky-cart {
  position: fixed;
  bottom: 7vh;
  right: 2vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 308px;
  height: 146px;
  padding: 24px;
  color: #000000;
  border-radius: 24px 24px 0 24px;
  background-color: #eae8eb;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  z-index: 98; }
  @media (max-width: 47.99em) {
    main.catalogs .sticky-cart {
      height: 70vh; } }
  main.catalogs .sticky-cart .icon-shopping {
    display: none; }
  main.catalogs .sticky-cart_header {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    main.catalogs .sticky-cart_header .title {
      font-weight: 700;
      font-size: 18px;
      font-size: 1.8rem;
      line-height: 26px; }
    main.catalogs .sticky-cart_header .icon-plus {
      position: absolute;
      top: -10px;
      right: -10px;
      display: grid;
      place-items: center;
      padding: 10px;
      cursor: pointer;
      -webkit-transition: all 0.25s;
      transition: all 0.25s; }
      main.catalogs .sticky-cart_header .icon-plus:hover svg path {
        -webkit-transition: all 300ms ease-in-out;
        transition: all 300ms ease-in-out;
        fill: #03898D; }
  main.catalogs .sticky-cart_body {
    height: 0;
    overflow: hidden;
    padding-right: 2.4rem;
    margin-right: -2.4rem;
    -webkit-transition: all 0.25s;
    transition: all 0.25s; }
    main.catalogs .sticky-cart_body::-webkit-scrollbar {
      width: 3px; }
    main.catalogs .sticky-cart_body::-webkit-scrollbar-track {
      background: #eae8eb; }
    main.catalogs .sticky-cart_body::-webkit-scrollbar-thumb {
      background-color: #03898D; }
    main.catalogs .sticky-cart_body .item {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row;
      padding: 16px 0;
      border-top: 2px solid #C4C4C4; }
      main.catalogs .sticky-cart_body .item:first-of-type {
        border-top: none; }
      main.catalogs .sticky-cart_body .item_image {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 58px;
        height: 58px; }
        main.catalogs .sticky-cart_body .item_image img {
          width: 100%;
          height: 100%; }
      main.catalogs .sticky-cart_body .item_detail .detail_header {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
            -ms-flex-pack: justify;
                justify-content: space-between;
        font-weight: 400;
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 19.09px; }
        main.catalogs .sticky-cart_body .item_detail .detail_header .icon-trash {
          padding: 0 0 10px 10px;
          cursor: pointer; }
      main.catalogs .sticky-cart_body .item_detail .detail_quantity {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
            -ms-flex-pack: justify;
                justify-content: space-between;
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 17px;
        color: #373f41; }
        main.catalogs .sticky-cart_body .item_detail .detail_quantity .text {
          margin-right: 7px; }
        main.catalogs .sticky-cart_body .item_detail .detail_quantity .quantity {
          position: relative;
          width: 129px;
          height: 30px; }
          main.catalogs .sticky-cart_body .item_detail .detail_quantity .quantity input[type="number"] {
            width: 100%;
            height: 100%;
            padding: 3px 9px;
            padding-right: 21px;
            border-color: #C1C5C6;
            caret-color: #373f41;
            color: #373f41; }
          main.catalogs .sticky-cart_body .item_detail .detail_quantity .quantity .custom-btn {
            position: absolute;
            top: 0;
            right: 9px;
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -webkit-flex-direction: column;
                -ms-flex-direction: column;
                    flex-direction: column;
            -webkit-box-pack: space-evenly;
            -webkit-justify-content: space-evenly;
                -ms-flex-pack: space-evenly;
                    justify-content: space-evenly;
            width: -webkit-fit-content;
            width: -moz-fit-content;
            width: fit-content;
            height: 100%; }
            main.catalogs .sticky-cart_body .item_detail .detail_quantity .quantity .custom-btn .custom-increase,
            main.catalogs .sticky-cart_body .item_detail .detail_quantity .quantity .custom-btn .custom-decrease {
              display: grid;
              height: -webkit-fit-content;
              height: -moz-fit-content;
              height: fit-content;
              cursor: pointer; }
  main.catalogs .sticky-cart_footer .btn {
    color: #ffffff;
    margin-bottom: 0;
    background-color: #03898D; }
    main.catalogs .sticky-cart_footer .btn:hover {
      background-color: #004036; }
  @media (max-width: 63.99em) {
    main.catalogs .sticky-cart {
      width: 7.4rem;
      height: 7.4rem;
      padding: 0; }
      main.catalogs .sticky-cart > div {
        display: none; }
      main.catalogs .sticky-cart .icon-shopping {
        display: block;
        cursor: pointer;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%); } }
  main.catalogs .sticky-cart .selectric-items {
    height: 13rem !important; }
  main.catalogs .sticky-cart.active {
    width: 308px;
    height: 481px; }
    @media (max-width: 63.99em) {
      main.catalogs .sticky-cart.active {
        padding: 2.4rem; } }
    main.catalogs .sticky-cart.active .icon-plus {
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg); }
    main.catalogs .sticky-cart.active > div {
      display: block; }
    main.catalogs .sticky-cart.active .sticky-cart_body {
      height: 100%;
      overflow: auto; }
    main.catalogs .sticky-cart.active .icon-shopping {
      display: none; }
  main.catalogs .sticky-cart .selectric-scroll::-webkit-scrollbar {
    width: 3px; }
  main.catalogs .sticky-cart .selectric-scroll::-webkit-scrollbar-track {
    background: #eae8eb; }
  main.catalogs .sticky-cart .selectric-scroll::-webkit-scrollbar-thumb {
    background-color: #03898D; }

main.catalogs .noti-mobile {
  background-color: red;
  width: 2.5rem;
  height: 2.5rem;
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  border-radius: 50%;
  position: absolute;
  top: -0.5rem;
  left: -0.5rem;
  color: #ffffff;
  text-align: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  @media (min-width: 64em) {
    main.catalogs .noti-mobile {
      display: none !important; } }
  main.catalogs .noti-mobile.active {
    display: none !important; }

.c-catalogs__row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 0 -1rem;
  margin-bottom: 3.2rem; }
  .c-catalogs__row:last-child {
    margin-bottom: 0; }

.c-catalogs__col {
  width: calc(100% / 8);
  padding: 0 1rem;
  margin-top: 2.4rem; }
  @media (max-width: 63.99em) {
    .c-catalogs__col {
      width: calc(100% / 5); } }
  @media (max-width: 47.99em) {
    .c-catalogs__col {
      width: calc(100% / 3); } }

.c-catalogs__cate-name {
  margin-bottom: 0;
  text-transform: uppercase; }

@media (max-width: 79.99em) {
  .c-knowledge .c-banner__title {
    margin-bottom: 3rem; } }

.c-knowledge__filters, .c-knowledge__filter-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 -0.8rem; }
  @media (max-width: 79.99em) {
    .c-knowledge__filters, .c-knowledge__filter-inner {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      width: 100%;
      margin: 0; } }

.c-knowledge__filter-col {
  width: 25%;
  padding: 0 0.8rem; }
  @media (max-width: 79.99em) {
    .c-knowledge__filter-col {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      width: 100%;
      padding: 0; }
      .c-knowledge__filter-col .facetwp-facet {
        margin-bottom: 16px !important; } }

.c-knowledge__row,
.c-knowledge .facetwp-template {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 0.6rem -0.8rem 0; }
  @media (max-width: 79.99em) {
    .c-knowledge__row,
    .c-knowledge .facetwp-template {
      margin: 0; } }

.c-knowledge__col {
  width: 50%;
  padding: 0 0.8rem;
  margin-top: 5.4rem; }
  @media (max-width: 79.99em) {
    .c-knowledge__col {
      width: 100%;
      padding: 0;
      margin-top: 16px; }
      .c-knowledge__col:first-of-type {
        margin-top: 32px; } }

.c-knowledge__filter-inner {
  width: calc(100% - (15rem + 1.6rem)); }
  @media (max-width: 79.99em) {
    .c-knowledge__filter-inner {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      width: 100%; } }

.c-knowledge__filter-btn {
  width: 15rem;
  margin-left: 1.6rem; }
  @media (max-width: 79.99em) {
    .c-knowledge__filter-btn {
      width: 100%;
      margin-left: 0; } }
  .c-knowledge__filter-btn input[type="submit"] {
    border-color: #03898D;
    background-color: #03898D !important;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out; }
    .c-knowledge__filter-btn input[type="submit"]:hover {
      border-color: #004036;
      background-color: #004036 !important; }

.c-knowledge--highlight {
  background-color: #000D0B;
  padding: 10rem 0; }
  @media (max-width: 47.99em) {
    .c-knowledge--highlight {
      padding: 3rem 0; }
      .c-knowledge--highlight h2 {
        margin-bottom: 1.5rem; } }
  .c-knowledge--highlight__row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin: 0 -0.8rem; }
  .c-knowledge--highlight__col {
    width: 50%;
    padding: 0 0.8rem;
    margin-top: 1.6rem; }
    @media (max-width: 37.5em) {
      .c-knowledge--highlight__col {
        width: 100%; } }

.c-locations {
  position: relative;
  padding-bottom: 21rem;
  overflow: hidden; }
  @media (max-width: 63.99em) {
    .c-locations {
      padding-bottom: 0; } }
  .c-locations__filter-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin: 0 -0.8rem; }
    .c-locations__filter-row .selectric {
      text-transform: uppercase; }
      @media (max-width: 63.99em) {
        .c-locations__filter-row .selectric .label {
          font-size: 14px;
          font-size: 1.4rem;
          line-height: 17px; } }
  .c-locations__filter-col {
    width: 20%;
    padding: 0 0.8rem; }
    .c-locations__filter-col input {
      min-width: auto !important; }
    @media (max-width: 63.99em) {
      .c-locations__filter-col {
        width: 50%;
        margin-bottom: 16px; }
        .c-locations__filter-col:last-of-type {
          width: 100%; } }
  .c-locations__filter-label {
    font-weight: bold;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 26px;
    margin-bottom: 2.4rem; }
  .c-locations__content {
    margin-bottom: 0; }
  .c-locations__content-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 6rem; }
    @media (max-width: 63.99em) {
      .c-locations__content-row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column; } }
  .c-locations__col-list {
    width: 46.6rem;
    margin-right: 12rem; }
    @media (max-width: 63.99em) {
      .c-locations__col-list {
        width: 100%;
        margin-right: 0; } }
  .c-locations__col-map {
    width: calc(100% - (46.6rem + 12rem)); }
    @media (max-width: 63.99em) {
      .c-locations__col-map {
        position: relative;
        width: 100%;
        margin-top: 120px; } }
    @media (max-width: 47.99em) {
      .c-locations__col-map {
        margin-top: 60px; } }
    .c-locations__col-map .o-btn {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      width: -webkit-fit-content;
      width: -moz-fit-content;
      width: fit-content;
      margin: 24px auto;
      margin-bottom: 54px;
      border-color: #03898D;
      color: #03898D;
      gap: 9px;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row; }
      @media (min-width: 80em) {
        .c-locations__col-map .o-btn {
          display: none; } }
      .c-locations__col-map .o-btn:hover {
        color: #ffffff; }
        .c-locations__col-map .o-btn:hover svg {
          -webkit-transition: all 300ms ease-in-out;
          transition: all 300ms ease-in-out; }
          .c-locations__col-map .o-btn:hover svg path {
            fill: #ffffff; }
  .c-locations__map-wrapper {
    margin-right: calc(-49.6vw + 100%);
    padding-top: 130%;
    position: relative; }
    @media (max-width: 79.99em) {
      .c-locations__map-wrapper {
        margin: 0 -3rem; } }
    .c-locations__map-wrapper .map {
      position: absolute !important;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover;
      z-index: 1; }
  .c-locations__circle {
    position: absolute;
    bottom: -27%;
    right: 0;
    z-index: -1; }
  .c-locations__watermark {
    position: relative;
    right: calc(-51vw + 100%);
    margin-top: -3rem; }
    @media (max-width: 63.99em) {
      .c-locations__watermark {
        position: absolute;
        margin-top: unset;
        right: 0;
        top: -155px;
        max-width: 100%; } }
    @media (max-width: 47.99em) {
      .c-locations__watermark {
        top: -80px; } }
  .c-locations__results {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-transform: uppercase;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 17px; }
    .c-locations__results span {
      margin: 0 0.5rem; }

.my-custom-wrapper {
  max-width: 1366px;
  margin: 0 auto; }
  @media (max-width: 63.99em) {
    .my-custom-wrapper {
      width: 100%;
      padding: 0 3rem; } }

.c-banner__content h1 {
  color: #eae8eb;
  font-size: 56px;
  font-size: 5.6rem;
  line-height: 65.69px; }

.user-profile .lists {
  padding-bottom: 5rem; }
  .user-profile .lists form p {
    margin-bottom: 0px; }
  .user-profile .lists .row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .user-profile .lists .row-column-mobile .profile-contain {
      display: none; }
    @media (max-width: 63.99em) {
      .user-profile .lists .row-column-mobile {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
        margin-block: 0px; } }
    @media (max-width: 63.99em) {
      .user-profile .lists .row-column-mobile .col-6 {
        max-width: 100%;
        max-width: unset;
        margin-block: 10px;
        -webkit-flex: unset !important;
        -webkit-box-flex: 0 !important;
            -ms-flex: none !important;
                flex: none !important;
        max-width: none !important;
        margin-bottom: 12px; } }
    @media (max-width: 63.99em) {
      .user-profile .lists .row .col-12 {
        max-width: 100%;
        max-width: unset;
        margin-block: 10px; } }

.user-profile .row {
  margin-bottom: 24px; }
  @media (max-width: 63.99em) {
    .user-profile .row {
      margin-bottom: 0px; } }

.user-profile .profile-contain .profile-tabs {
  width: 39rem;
  min-width: 39rem;
  min-height: 684px;
  background-color: #000D0B; }
  @media (max-width: 63.99em) {
    .user-profile .profile-contain .profile-tabs {
      display: none; } }
  .user-profile .profile-contain .profile-tabs .tablinks {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding-left: 104.5px;
    cursor: pointer;
    width: 100%;
    height: 7.4rem;
    font-family: "Work Sans";
    font-weight: 600;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 26px;
    color: #ffffff;
    -webkit-transition: all 0.5s;
    transition: all 0.5s; }
    @media (min-width: 85.4375em) {
      .user-profile .profile-contain .profile-tabs .tablinks {
        padding-left: 113.5px; } }
    .user-profile .profile-contain .profile-tabs .tablinks:hover {
      color: #03898D; }
  .user-profile .profile-contain .profile-tabs .active {
    background-color: #015a5b; }
    .user-profile .profile-contain .profile-tabs .active:hover {
      color: #ffffff; }

.user-profile .profile-contain .display {
  width: 100%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s; }
  .user-profile .profile-contain .display .display_inner {
    display: none;
    padding: 57px 117px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
    @media (max-width: 63.99em) {
      .user-profile .profile-contain .display .display_inner {
        padding: 0; } }
    .user-profile .profile-contain .display .display_inner-profile-detail .header-title {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between; }
    .user-profile .profile-contain .display .display_inner-profile-detail .detail__title {
      color: #eae8eb;
      font-weight: 700;
      font-size: 16px;
      font-size: 1.6rem;
      line-height: 19.54px; }
      @media (max-width: 63.99em) {
        .user-profile .profile-contain .display .display_inner-profile-detail .detail__title {
          margin-bottom: 8px; } }
    .user-profile .profile-contain .display .display_inner-profile-detail .detail__desc {
      color: #eae8eb; }
      @media (max-width: 63.99em) {
        .user-profile .profile-contain .display .display_inner-profile-detail .detail__desc {
          margin-bottom: 31px;
          color: #c1c5c6; } }
    .user-profile .profile-contain .display .display_inner-profile-detail .row {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between; }
      @media (max-width: 63.99em) {
        .user-profile .profile-contain .display .display_inner-profile-detail .row-column-mobile {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -webkit-flex-direction: column;
              -ms-flex-direction: column;
                  flex-direction: column;
          margin-block: 0px;
          margin: 0; } }
      @media (max-width: 63.99em) {
        .user-profile .profile-contain .display .display_inner-profile-detail .row-column-mobile .col-6 {
          max-width: 100%;
          max-width: unset;
          margin-block: 10px; } }
      @media (max-width: 63.99em) {
        .user-profile .profile-contain .display .display_inner-profile-detail .row-column-mobile .col-12 {
          max-width: 100%;
          max-width: unset;
          margin-block: 10px; } }
    @media (max-width: 22.5em) {
      .user-profile .profile-contain .display .display_inner-profile-detail .list .row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column; } }
    .user-profile .profile-contain .display .display_inner-profile-detail .profile-detail__image {
      width: 100%;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      padding-top: 35px; }
    .user-profile .profile-contain .display .display_inner-profile-detail .image__circle {
      background-color: #03898D;
      background-image: url("../images/icons/camera.png");
      background-repeat: no-repeat;
      background-size: auto;
      background-position: 50% 50%;
      height: 193px;
      width: 193px;
      border-radius: 50%;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center; }
    .user-profile .profile-contain .display .display_inner-profile-detail .image {
      height: 193px;
      width: 193px;
      border-radius: 50%; }
    .user-profile .profile-contain .display .display_inner-profile-detail .text-underline {
      display: block;
      margin-top: 16px;
      text-decoration: underline;
      cursor: pointer; }
    @media (max-width: 63.99em) {
      .user-profile .profile-contain .display .display_inner-profile-detail[data-display="6"] .col-6 {
        padding: 0; }
      .user-profile .profile-contain .display .display_inner-profile-detail[data-display="6"] .col-12 {
        padding: 0; } }
    .user-profile .profile-contain .display .display_inner.active {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column; }
    @media (max-width: 63.99em) {
      .user-profile .profile-contain .display .display_inner-mill-certificate p {
        display: none; } }
    @media (max-width: 63.99em) {
      .user-profile .profile-contain .display .display_inner-change-password .col-6 {
        margin-bottom: 3rem;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
        max-width: 100%; } }
  @media (max-width: 63.99em) {
    .user-profile .profile-contain .display .button1 {
      width: 100%;
      display: none; } }
  .user-profile .profile-contain .display .button1-1 {
    color: white;
    background-color: #03898D;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: none;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer; }
    .user-profile .profile-contain .display .button1-1:hover {
      border-color: #004036;
      background-color: #004036 !important; }
    @media (max-width: 63.99em) {
      .user-profile .profile-contain .display .button1-1 {
        width: 100%;
        display: inline-block; } }
  .user-profile .profile-contain .display .button2:hover {
    -webkit-transition: 300ms;
    transition: 300ms;
    border-color: #03898D;
    background-color: #03898D; }
  @media (max-width: 63.99em) {
    .user-profile .profile-contain .display .button2 {
      width: 100%;
      display: none; } }
  .user-profile .profile-contain .display .button2-2 {
    background-color: black;
    color: white;
    border: 1px solid white;
    padding: 15px 22px;
    text-align: center;
    text-decoration: none;
    display: none;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer; }
    .user-profile .profile-contain .display .button2-2:hover {
      -webkit-transition: 300ms;
      transition: 300ms;
      border-color: #03898D;
      background-color: #03898D; }
    @media (max-width: 63.99em) {
      .user-profile .profile-contain .display .button2-2 {
        width: 100%;
        display: inline-block;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center; } }
  .user-profile .profile-contain .display .number-input .wpcf7-form-control-wrap {
    width: 100%; }

.user-profile .profile-contain button[type="reset"] {
  margin-right: 16px; }

.user-profile .profile-contain input[type="file"] {
  display: none; }

.user-profile .profile-contain input[type="submit"] {
  min-width: 150px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content; }

.user-profile .profile-contain.flex {
  margin: 0; }
  @media (min-width: 85.4375em) {
    .user-profile .profile-contain.flex {
      margin: 0 -113.5px; } }

@media (max-width: 63.99em) {
  main.register .c-banner__title {
    font-size: 34px;
    font-size: 3.4rem;
    line-height: 41.51px; } }

main.register .role-selection {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-column-gap: 44px;
     -moz-column-gap: 44px;
          column-gap: 44px;
  margin-bottom: 60px;
  padding-top: 124px; }
  @media (max-width: 63.99em) {
    main.register .role-selection {
      -webkit-column-gap: 33px;
         -moz-column-gap: 33px;
              column-gap: 33px;
      padding-top: 36px; } }
  main.register .role-selection_choice {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-column-gap: 16px;
       -moz-column-gap: 16px;
            column-gap: 16px; }
    main.register .role-selection_choice .choice {
      position: relative;
      width: 71;
      cursor: pointer; }
      main.register .role-selection_choice .choice_icon {
        padding: 19px;
        border: 1px solid #ffffff;
        margin-bottom: 15px;
        -webkit-transition: all 0.5s;
        transition: all 0.5s; }
      main.register .role-selection_choice .choice_text {
        text-align: center; }
      main.register .role-selection_choice .choice.active .choice_icon {
        border-color: #03898D;
        background-color: #03898D; }
      main.register .role-selection_choice .choice:hover .choice_icon {
        background-color: #03898D;
        border-color: #03898D; }
  main.register .role-selection_text {
    font-size: 21px;
    font-size: 2.1rem;
    line-height: 24px; }
    @media (max-width: 63.99em) {
      main.register .role-selection_text {
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 19.6px; } }

main.register .wrapper {
  -webkit-transition: all 0.25s;
  transition: all 0.25s; }
  main.register .wrapper.register-background {
    position: relative; }
    main.register .wrapper.register-background .gradient {
      position: absolute;
      top: 173px;
      left: 0;
      width: 649px;
      height: 649px;
      background: radial-gradient(50% 50% at 50% 50%, #004036 0%, rgba(0, 0, 0, 0) 100%);
      opacity: 0.5; }

main.register .form {
  display: none; }
  main.register .form-group {
    margin-bottom: 60px; }
    @media (max-width: 47.99em) {
      main.register .form-group {
        margin-bottom: 32px; } }
    main.register .form-group-btn {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-column-gap: 16px;
         -moz-column-gap: 16px;
              column-gap: 16px; }
      @media (max-width: 47.99em) {
        main.register .form-group-btn {
          -webkit-box-orient: vertical;
          -webkit-box-direction: reverse;
          -webkit-flex-direction: column-reverse;
              -ms-flex-direction: column-reverse;
                  flex-direction: column-reverse;
          row-gap: 16px; } }
    main.register .form-group_title {
      margin-bottom: 30px;
      padding: 0px 0px;
      font-size: 21px;
      font-size: 2.1rem;
      line-height: 24px; }
      @media (max-width: 47.99em) {
        main.register .form-group_title {
          margin-bottom: 16px;
          font-size: 16px;
          font-size: 1.6rem;
          line-height: 19.54px; } }
    main.register .form-group_row {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row;
      width: 100%;
      -webkit-column-gap: 9px;
         -moz-column-gap: 9px;
              column-gap: 9px;
      margin-bottom: 30px; }
      @media (max-width: 47.99em) {
        main.register .form-group_row {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -webkit-flex-direction: column;
              -ms-flex-direction: column;
                  flex-direction: column;
          row-gap: 24px;
          margin-bottom: 24px; } }
    main.register .form-group_column {
      width: 100%; }
    main.register .form-group input {
      height: 45px; }
      @media (max-width: 63.99em) {
        main.register .form-group input {
          height: 48px; } }
    main.register .form-group-last {
      margin-bottom: 31px; }
  main.register .form.active {
    display: block; }
  main.register .form .checkbox-term {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 17px; }
    @media (max-width: 63.99em) {
      main.register .form .checkbox-term {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
            -ms-flex-direction: row;
                flex-direction: row; } }
    @media (max-width: 63.99em) {
      main.register .form .checkbox-term label.checkbox-group {
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content; } }
    main.register .form .checkbox-term .checkbox-group:hover input ~ .checkmark {
      background-color: #ccc; }
    main.register .form .checkbox-term .checkbox-group span {
      width: 18px;
      height: 18px;
      border: 1px solid #015a5b; }
    main.register .form .checkbox-term a {
      position: relative; }
      @media (max-width: 63.99em) {
        main.register .form .checkbox-term a {
          width: -webkit-fit-content;
          width: -moz-fit-content;
          width: fit-content; } }
      main.register .form .checkbox-term a:hover::after {
        content: "";
        position: absolute;
        top: calc(100% + 1px);
        left: 0;
        width: 100%;
        border-top: 1px solid white; }

main.register .btn-signup,
main.register .btn-cancel {
  display: grid;
  place-items: center;
  padding: 14px 24px;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  cursor: pointer;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 19px; }
  @media (max-width: 47.99em) {
    main.register .btn-signup,
    main.register .btn-cancel {
      text-align: center; } }

main.register .btn-cancel {
  border: 1px solid transparent;
  height: 48px; }
  main.register .btn-cancel:hover {
    border-color: white; }

main.register .btn-signup {
  border: 1px solid #ffffff; }
  main.register .btn-signup:hover {
    background-color: #03898D;
    border-color: #03898D; }

main.register a.btn-cancel {
  text-decoration: none; }

main.register input[type="submit"] {
  border-color: #ffffff;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer; }
  main.register input[type="submit"]:hover {
    background-color: #03898D !important;
    border-color: #03898D; }
  main.register input[type="submit"].disable {
    cursor: default; }
    main.register input[type="submit"].disable:hover {
      cursor: default;
      pointer-events: none;
      background-color: transparent !important;
      border-color: #ffffff; }

#cookie-law-info-bar {
  width: 90vw;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 3vh !important;
  padding: 2.6rem 4.4rem !important;
  background: RGBA(192, 193, 200, 0.17) !important;
  -webkit-backdrop-filter: blur(28px);
          backdrop-filter: blur(28px);
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #ffffff !important;
  border-radius: 6px;
  max-width: 114.5rem; }
  @media (max-width: 79.99em) {
    #cookie-law-info-bar {
      padding: 1.8rem !important; } }
  #cookie-law-info-bar .cli-bar-message {
    position: relative;
    padding-left: 12.7rem;
    width: 100%;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 20px; }
    @media (min-width: 90em) {
      #cookie-law-info-bar .cli-bar-message {
        max-width: 62rem; } }
    @media (max-width: 63.99em) {
      #cookie-law-info-bar .cli-bar-message {
        padding-left: 5.7rem;
        margin-bottom: 1.2rem;
        font-size: 12px;
        font-size: 1.2rem;
        line-height: 20px; } }
    #cookie-law-info-bar .cli-bar-message:before {
      content: "";
      background-image: url("../images/icons/cookie-icon.svg");
      background-size: cover;
      width: 5.5rem;
      height: 5.4rem;
      position: absolute;
      top: 50%;
      left: 0;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%); }
      @media (max-width: 63.99em) {
        #cookie-law-info-bar .cli-bar-message:before {
          width: 3.5rem;
          height: 3.4rem; } }
    #cookie-law-info-bar .cli-bar-message .cli-plugin-main-link {
      display: block !important;
      color: #ffffff !important;
      text-transform: uppercase;
      margin-top: 1.3rem;
      font-size: 16px;
      font-size: 1.6rem;
      line-height: 24px; }
      @media (max-width: 63.99em) {
        #cookie-law-info-bar .cli-bar-message .cli-plugin-main-link {
          font-size: 12px;
          font-size: 1.2rem;
          line-height: 20px; } }
  #cookie-law-info-bar .cli-plugin-button {
    height: 4.8rem;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 24px;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    text-transform: uppercase;
    font-family: "Helvetica", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    margin: 0 0.8rem;
    padding: 1.4rem 3.5rem !important; }
    @media (max-width: 63.99em) {
      #cookie-law-info-bar .cli-plugin-button {
        padding: 0 1.4rem !important;
        height: 3.5rem;
        font-size: 12px;
        font-size: 1.2rem;
        line-height: 24px; } }
    #cookie-law-info-bar .cli-plugin-button.cli-plugin-main-button {
      border: 1px solid #ffffff;
      color: #ffffff !important;
      background-color: transparent !important; }
      #cookie-law-info-bar .cli-plugin-button.cli-plugin-main-button:hover {
        border-color: #03898D;
        background-color: #03898D !important; }
    #cookie-law-info-bar .cli-plugin-button#wt-cli-accept-all-btn {
      background-color: #03898D !important; }
      #cookie-law-info-bar .cli-plugin-button#wt-cli-accept-all-btn:hover {
        background-color: #004036 !important; }

.b-image-text__row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 -5.8rem; }
  .b-image-text__row-align-start {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start; }
  @media (max-width: 47.99em) {
    .b-image-text__row {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      gap: 2rem; } }

.b-image-text__col {
  padding: 0 5.8rem;
  position: relative; }
  .b-image-text__col.-col-icon, .b-image-text__col.-col-img {
    width: 47%; }
    @media (max-width: 47.99em) {
      .b-image-text__col.-col-icon, .b-image-text__col.-col-img {
        width: 100%; } }
  .b-image-text__col.-col-text {
    width: 53%; }
    @media (max-width: 47.99em) {
      .b-image-text__col.-col-text {
        width: 100%; }
        .b-image-text__col.-col-text h2 {
          font-size: 34px;
          font-size: 3.4rem;
          line-height: 41.51px;
          margin-bottom: 2rem; } }
  .b-image-text__col.-col-icon {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: 16px; }
    @media (max-width: 63.99em) {
      .b-image-text__col.-col-icon {
        -webkit-box-pack: space-evenly;
        -webkit-justify-content: space-evenly;
            -ms-flex-pack: space-evenly;
                justify-content: space-evenly; } }
    .b-image-text__col.-col-icon .quality-box {
      position: relative;
      width: 101px;
      height: 101px;
      margin-bottom: 78px; }
      .b-image-text__col.-col-icon .quality-box_container {
        position: relative;
        margin-bottom: 8px; }
        .b-image-text__col.-col-icon .quality-box_container .background {
          position: relative; }
        .b-image-text__col.-col-icon .quality-box_container .icon,
        .b-image-text__col.-col-icon .quality-box_container .text-hover {
          position: absolute;
          top: 50%;
          left: 50%;
          -webkit-transform: translate(-50%, -50%);
                  transform: translate(-50%, -50%);
          z-index: 2;
          -webkit-transition: all 0.5s;
          transition: all 0.5s; }
        .b-image-text__col.-col-icon .quality-box_container .icon {
          width: 100%;
          display: grid;
          place-items: center; }
        .b-image-text__col.-col-icon .quality-box_container .text-hover {
          opacity: 0;
          width: 100%;
          font-size: 12px;
          font-size: 1.2rem;
          line-height: 160px;
          font-family: "Prompt";
          font-weight: 400;
          line-height: 17px;
          letter-spacing: 0em;
          text-align: center; }
        .b-image-text__col.-col-icon .quality-box_container:hover .background {
          -webkit-filter: brightness(50%);
                  filter: brightness(50%); }
        .b-image-text__col.-col-icon .quality-box_container:hover .icon {
          opacity: 0; }
        .b-image-text__col.-col-icon .quality-box_container:hover .text-hover {
          opacity: 1; }
      .b-image-text__col.-col-icon .quality-box_text {
        position: absolute;
        top: calc(100% + 8px);
        width: 100%;
        text-align: center;
        font-family: "Work Sans";
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 16px;
        font-weight: 400;
        text-align: center; }

.b-image-text__watermark {
  position: absolute;
  top: -75px;
  right: -25px;
  z-index: -1;
  font-size: 168px;
  font-size: 16.8rem;
  line-height: 160px;
  font-style: normal;
  text-transform: uppercase;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #015a5b; }
  @media (max-width: 63.99em) {
    .b-image-text__watermark {
      display: none; } }

.b-image-text__image {
  position: relative;
  padding-bottom: 82%; }
  .b-image-text__image > img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover; }

.b-image-text_background-gradient {
  position: absolute;
  top: -137px;
  left: -450px;
  z-index: -2; }

.b-image-text .o-btn {
  margin-top: 3.2rem; }

.b-image-text.swap-box .b-image-text__row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse; }
  @media (max-width: 47.99em) {
    .b-image-text.swap-box .b-image-text__row {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column; } }

@media (max-width: 47.99em) {
  .b-image-text.mobile-swap .b-image-text__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse; } }

.b-image-text .odd,
.b-image-text .even {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row; }
  @media (max-width: 79.99em) {
    .b-image-text .odd,
    .b-image-text .even {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column; } }

@media (max-width: 79.99em) {
  .b-image-text .even {
    margin: 50px 0; } }

.b-image-text .desktop {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px; }
  @media (max-width: 79.99em) {
    .b-image-text .desktop {
      display: none; } }
  .b-image-text .desktop .row {
    margin: 0;
    gap: 16px; }

.b-image-text .mobile {
  display: none;
  width: 100%; }
  @media (max-width: 79.99em) {
    .b-image-text .mobile {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-justify-content: space-around;
          -ms-flex-pack: distribute;
              justify-content: space-around; } }

section.em-quality-slide .em-quality-slide_title {
  width: 582px;
  margin-left: 93px;
  font-weight: 700;
  font-size: 54px;
  font-size: 5.4rem;
  line-height: 62px; }
  @media (max-width: 63.99em) {
    section.em-quality-slide .em-quality-slide_title {
      margin-left: 0; } }
  @media (max-width: 47.99em) {
    section.em-quality-slide .em-quality-slide_title {
      width: 100%;
      margin-left: 0px;
      font-size: 34px;
      font-size: 3.4rem;
      line-height: 41.51px; } }
  section.em-quality-slide .em-quality-slide_title-subtitle {
    margin-top: 31px;
    font-weight: 400;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 24px; }

section.em-quality-slide .em-quality-slide_body {
  margin-top: 84px;
  margin-left: 93px; }
  @media (max-width: 63.99em) {
    section.em-quality-slide .em-quality-slide_body {
      margin-left: 0; } }
  section.em-quality-slide .em-quality-slide_body .swiper-slide {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row; }
    @media (max-width: 63.99em) {
      section.em-quality-slide .em-quality-slide_body .swiper-slide {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center; } }
    section.em-quality-slide .em-quality-slide_body .swiper-slide_images {
      position: relative;
      width: 186px;
      height: 186px;
      cursor: default; }
      @media (max-width: 63.99em) {
        section.em-quality-slide .em-quality-slide_body .swiper-slide_images {
          width: 158px;
          height: 158px; } }
      section.em-quality-slide .em-quality-slide_body .swiper-slide_images .background,
      section.em-quality-slide .em-quality-slide_body .swiper-slide_images .icon,
      section.em-quality-slide .em-quality-slide_body .swiper-slide_images .text-hover {
        position: absolute;
        top: 0;
        left: 0;
        width: inherit;
        height: inherit;
        -webkit-transition: all 0.5s;
        transition: all 0.5s; }
      section.em-quality-slide .em-quality-slide_body .swiper-slide_images .background img {
        width: 100%;
        height: 100%; }
      section.em-quality-slide .em-quality-slide_body .swiper-slide_images .icon {
        display: grid;
        place-items: center;
        z-index: 1; }
      section.em-quality-slide .em-quality-slide_body .swiper-slide_images .text-hover {
        display: grid;
        place-items: center;
        text-align: center;
        opacity: 0;
        z-index: 1; }
      section.em-quality-slide .em-quality-slide_body .swiper-slide_images:hover .background {
        -webkit-filter: brightness(50%);
                filter: brightness(50%); }
      section.em-quality-slide .em-quality-slide_body .swiper-slide_images:hover .icon {
        opacity: 0; }
      section.em-quality-slide .em-quality-slide_body .swiper-slide_images:hover .text-hover {
        opacity: 1; }
    section.em-quality-slide .em-quality-slide_body .swiper-slide_text {
      width: calc(100% - 186px);
      padding-left: 32px; }
      @media (min-width: 64em) {
        section.em-quality-slide .em-quality-slide_body .swiper-slide_text {
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -webkit-align-items: center;
              -ms-flex-align: center;
                  align-items: center; } }
      @media (max-width: 63.99em) {
        section.em-quality-slide .em-quality-slide_body .swiper-slide_text {
          width: 312px;
          padding-left: 0;
          text-align: center; } }
      section.em-quality-slide .em-quality-slide_body .swiper-slide_text .title {
        margin-bottom: 16px;
        font-size: 21px;
        font-size: 2.1rem;
        line-height: 24px; }
        @media (max-width: 63.99em) {
          section.em-quality-slide .em-quality-slide_body .swiper-slide_text .title {
            margin-top: 30px; } }
      section.em-quality-slide .em-quality-slide_body .swiper-slide_text .subtitle {
        width: 435px;
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 19.6px; }
        @media (max-width: 63.99em) {
          section.em-quality-slide .em-quality-slide_body .swiper-slide_text .subtitle {
            width: 100%; } }
  section.em-quality-slide .em-quality-slide_body .swiper-pagination-and-button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-top: 48px; }
    @media (max-width: 63.99em) {
      section.em-quality-slide .em-quality-slide_body .swiper-pagination-and-button {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center; } }
  section.em-quality-slide .em-quality-slide_body .swiper-pagination {
    position: unset;
    width: unset; }
    section.em-quality-slide .em-quality-slide_body .swiper-pagination-bullet {
      width: 15px;
      height: 1px;
      background-color: #ffffff;
      border-radius: 0;
      opacity: 1; }
      section.em-quality-slide .em-quality-slide_body .swiper-pagination-bullet-active {
        height: 3px; }
  section.em-quality-slide .em-quality-slide_body .swiper-button-next, section.em-quality-slide .em-quality-slide_body .swiper-button-prev {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    position: unset; }
    section.em-quality-slide .em-quality-slide_body .swiper-button-next::after, section.em-quality-slide .em-quality-slide_body .swiper-button-prev::after {
      content: ""; }
  section.em-quality-slide .em-quality-slide_body .swiper-button-disabled {
    opacity: 0; }

.b-our-product {
  position: relative;
  padding: 9.6rem 0;
  margin: 0; }
  .b-our-product .o-heading {
    max-width: 50rem;
    margin-left: 93px; }
    @media (max-width: 63.99em) {
      .b-our-product .o-heading {
        margin-left: 0; } }
  .b-our-product .wrapper {
    position: relative; }
  .b-our-product__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    @media (max-width: 63.99em) {
      .b-our-product__list {
        margin-top: 36px; } }
  .b-our-product__row {
    width: 100%;
    max-width: calc(186px * 5.5 + 16px * 5);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 6.5rem 0 0 0;
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse; }
    @media (max-width: 63.99em) {
      .b-our-product__row {
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        margin: 0; } }
    .b-our-product__row .swiper-slide {
      width: -webkit-fit-content;
      width: -moz-fit-content;
      width: fit-content; }
      .b-our-product__row .swiper-slide.mobile .o-btn-circle {
        margin-top: 175px;
        width: 47px; }
        @media (max-width: 47.99em) {
          .b-our-product__row .swiper-slide.mobile .o-btn-circle {
            margin-top: 100px; } }
  .b-our-product .mobile {
    display: none; }
    @media (max-width: 63.99em) {
      .b-our-product .mobile {
        display: block; } }
  .b-our-product .desktop {
    display: block; }
    @media (max-width: 63.99em) {
      .b-our-product .desktop {
        display: none; } }
  .b-our-product__col {
    width: 186px; }
    @media (max-width: 47.99em) {
      .b-our-product__col {
        width: 145px; } }
  .b-our-product__item {
    background-color: #000000;
    cursor: pointer; }
    .b-our-product__item .-item-img {
      position: relative;
      padding-bottom: 260%;
      overflow: hidden; }
      .b-our-product__item .-item-img > video,
      .b-our-product__item .-item-img > img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover;
        -webkit-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out; }
    .b-our-product__item .-item-logo {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      width: 100%;
      max-width: 14rem;
      opacity: 0;
      -webkit-transition: all 0.5s ease-in-out;
      transition: all 0.5s ease-in-out; }
      @media (max-width: 63.99em) {
        .b-our-product__item .-item-logo {
          opacity: 1;
          max-width: 12.5rem; } }
    .b-our-product__item .-item-text {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      padding: 2rem 2.3rem;
      margin-bottom: 5rem; }
    .b-our-product__item .-item-name {
      margin-left: 16px; }
    .b-our-product__item:hover .-item-img > img {
      -webkit-transform: scale(1.2);
              transform: scale(1.2); }
    .b-our-product__item:hover .-item-logo {
      opacity: 1; }
    .b-our-product__item:hover .o-icon--plus {
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg); }
  .b-our-product .desktop-tab {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    background-color: #000000;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    opacity: 0;
    z-index: -1; }
    .b-our-product .desktop-tab.active {
      width: 997px;
      height: 100%;
      opacity: 1;
      z-index: 10; }
    .b-our-product .desktop-tab_content {
      display: none;
      overflow: hidden;
      width: 100%;
      height: 474px; }
      .b-our-product .desktop-tab_content img,
      .b-our-product .desktop-tab_content video,
      .b-our-product .desktop-tab_content iframe {
        width: 100%; }
      .b-our-product .desktop-tab_content iframe {
        height: 100%; }
    .b-our-product .desktop-tab_detail {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row; }
    .b-our-product .desktop-tab .close-btn {
      width: -webkit-fit-content;
      width: -moz-fit-content;
      width: fit-content;
      padding: 22px;
      cursor: pointer; }
    .b-our-product .desktop-tab .title {
      margin: 22px 24px 0px 28px; }
    .b-our-product .desktop-tab .description {
      margin: 0 22px; }
  .b-our-product .fullmobile-fullscreen {
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 0;
    height: 0;
    background-color: #000D0B;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    z-index: -1;
    opacity: 0; }
    @media (min-width: 64em) {
      .b-our-product .fullmobile-fullscreen {
        display: none; } }
    .b-our-product .fullmobile-fullscreen.active {
      width: 100%;
      height: 100vh;
      z-index: 100;
      opacity: 1; }
    .b-our-product .fullmobile-fullscreen_close {
      position: absolute;
      bottom: 100%;
      right: 0;
      padding: 22px; }
    .b-our-product .fullmobile-fullscreen .content-container {
      position: relative;
      width: 100%; }
    .b-our-product .fullmobile-fullscreen_content {
      width: 100%; }
      .b-our-product .fullmobile-fullscreen_content video {
        width: 100%; }
      .b-our-product .fullmobile-fullscreen_content iframe {
        width: 100%;
        height: 100%; }
      .b-our-product .fullmobile-fullscreen_content-link {
        min-height: 28.75%; }
      .b-our-product .fullmobile-fullscreen_content-title, .b-our-product .fullmobile-fullscreen_content-description {
        text-align: center; }
      .b-our-product .fullmobile-fullscreen_content-title {
        margin: 1rem 0;
        font-size: 24px;
        font-size: 2.4rem;
        line-height: 1; }
    .b-our-product .fullmobile-fullscreen_viewmore {
      position: absolute;
      top: 100%;
      left: 50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%);
      margin-top: 51px; }

.b-our-article {
  position: relative;
  margin: 8rem 0;
  padding: 14rem 0;
  margin-bottom: 0; }
  .b-our-article .link-line {
    top: -9.5rem; }
    @media (max-width: 85.4375em) {
      .b-our-article .link-line {
        right: 3rem; } }
    @media (max-width: 63.99em) {
      .b-our-article .link-line {
        top: -20rem; } }
  .b-our-article__wrapper {
    position: relative; }
  .b-our-article__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: top;
       object-position: top;
    z-index: -1; }
  .b-our-article__row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 -0.9rem; }
    @media (max-width: 63.99em) {
      .b-our-article__row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column; } }
  .b-our-article__col {
    width: 33.33%;
    padding: 0 0.9rem; }
    .b-our-article__col.margin-top {
      margin-top: 18rem; }
    .b-our-article__col.margin-bottom {
      margin-bottom: 18rem; }
    @media (max-width: 63.99em) {
      .b-our-article__col {
        width: 50%;
        margin-bottom: 24px; }
        .b-our-article__col:first-child, .b-our-article__col:last-child {
          margin-top: unset;
          margin-left: calc(100% - 50%); } }
    @media (max-width: 47.99em) {
      .b-our-article__col {
        width: 216.51px;
        margin-bottom: 24px; }
        .b-our-article__col:first-child, .b-our-article__col:last-child {
          margin-top: unset;
          margin-left: calc(100% - 216.51px); } }
  .b-our-article__card {
    position: relative;
    overflow: hidden;
    padding-bottom: 78%;
    display: block; }
    .b-our-article__card .-card-img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover;
      -webkit-transition: -webkit-transform 0.5s ease;
      transition: -webkit-transform 0.5s ease;
      transition: transform 0.5s ease;
      transition: transform 0.5s ease, -webkit-transform 0.5s ease; }
    .b-our-article__card .-card-text {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: end;
      -webkit-align-items: flex-end;
          -ms-flex-align: end;
              align-items: flex-end;
      padding: 2.6rem 3rem;
      background-color: RGBA(0, 1, 1, 0.45);
      opacity: 0;
      -webkit-transition: all 300ms ease-in-out;
      transition: all 300ms ease-in-out; }
    .b-our-article__card .-card-title {
      display: -webkit-box;
      width: 100%;
      margin-bottom: 1rem;
      overflow: hidden;
      text-overflow: ellipsis;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical; }
    .b-our-article__card .-card-plus {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      width: 5.5rem;
      height: 5.5rem; }
    .b-our-article__card .-card-detail {
      width: 100%;
      -webkit-transform: translateY(70%);
              transform: translateY(70%);
      opacity: 0;
      -webkit-transition: -webkit-transform 0.5s ease;
      transition: -webkit-transform 0.5s ease;
      transition: transform 0.5s ease;
      transition: transform 0.5s ease, -webkit-transform 0.5s ease;
      font-size: 21px;
      font-size: 2.1rem;
      line-height: 24px; }
    .b-our-article__card .-card-project span:after {
      content: ",";
      display: inline-block; }
    .b-our-article__card .-card-project span:last-child:after {
      display: none; }
    .b-our-article__card:hover .-card-img {
      -webkit-transform: scale(1.1);
              transform: scale(1.1); }
    .b-our-article__card:hover .-card-text {
      opacity: 1; }
    .b-our-article__card:hover .-card-detail {
      opacity: 1;
      -webkit-transform: translateY(0);
              transform: translateY(0); }
    @media (max-width: 47.99em) {
      .b-our-article__card .-card-detail {
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 24px; }
      .b-our-article__card .-card-project {
        font-size: 12px;
        font-size: 1.2rem;
        line-height: 16.8px; } }
    @media (max-width: 63.99em) {
      .b-our-article__card .-card-img {
        -webkit-transform: scale(1.1);
                transform: scale(1.1); }
      .b-our-article__card .-card-plus {
        position: absolute;
        width: 35.5px;
        height: 35.5px; }
      .b-our-article__card .-card-text {
        padding: 13px 14px;
        opacity: 1; }
      .b-our-article__card .-card-detail {
        opacity: 1;
        width: 100%;
        -webkit-transform: translateY(0);
                transform: translateY(0); }
      .b-our-article__card .-card-title {
        display: -webkit-box;
        width: 100%;
        max-height: 48px;
        -webkit-line-clamp: 2;
        margin-bottom: -7px;
        text-overflow: ellipsis;
        -webkit-box-orient: vertical; }
      .b-our-article__card .-card-project {
        display: none; } }

.product-offer .swiper {
  width: 654px;
  height: 300px;
  margin-bottom: 24px;
  margin-left: 0;
  margin-right: 0; }
  @media (max-width: 63.99em) {
    .product-offer .swiper {
      width: 100%; } }
  .product-offer .swiper-slide {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .product-offer .swiper img {
    width: auto;
    height: 100%; }
  .product-offer .swiper .my-pagination {
    position: absolute;
    bottom: 22px;
    left: 23px;
    z-index: 2; }
    .product-offer .swiper .my-pagination .swiper-pagination-bullet {
      margin: 0 1.445px;
      background-color: rgba(255, 255, 255, 0.5); }
      .product-offer .swiper .my-pagination .swiper-pagination-bullet-active {
        background-color: #ffffff; }
  .product-offer .swiper .btn-group {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: absolute;
    bottom: 25px;
    right: 25px;
    width: 88px;
    z-index: 2; }
    .product-offer .swiper .btn-group .btn {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      width: 40px;
      height: 40px;
      padding: 12px, 16px;
      border: 1px solid #ffffff;
      cursor: pointer; }
      .product-offer .swiper .btn-group .btn:hover {
        border-color: #03898D; }
    .product-offer .swiper .btn-group .swiper-button-disabled {
      cursor: default; }
      .product-offer .swiper .btn-group .swiper-button-disabled:hover {
        border-color: #ffffff; }

.product-offer .floating-content {
  margin: 1.5rem 0; }
  @media (min-width: 64em) {
    .product-offer .floating-content {
      display: none;
      /* required */ } }
  .product-offer .floating-content .spect-info {
    margin-top: 0.4rem;
    margin-bottom: 1.6rem; }

.product-table_header.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  margin: 0;
  margin-bottom: 18px; }
  .product-table_header.flex h2.title {
    margin-bottom: 0;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 32px; }
    @media (max-width: 47.99em) {
      .product-table_header.flex h2.title {
        margin-bottom: 24px; } }
  @media (max-width: 47.99em) {
    .product-table_header.flex {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      margin-bottom: 24px; } }
  .product-table_header.flex-spacebetween {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .product-table_header.flex-start {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start; }

.product-table table {
  width: calc(150px * 5); }
  @media (max-width: 63.99em) {
    .product-table table {
      min-width: calc(140.75px * 5); } }
  .product-table table tr {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
  .product-table table td {
    display: inline-block; }
    @media (min-width: 80em) {
      .product-table table td {
        display: block; } }
    .product-table table td.hide {
      display: none; }

.b-our-team {
  padding-bottom: 6rem;
  margin-bottom: 0;
  background: linear-gradient(180.02deg, rgba(0, 0, 0, 0.62) 0.02%, rgba(0, 64, 54, 0.62) 99.98%); }
  .b-our-team .u-text-center {
    font-weight: 700; }
    @media (max-width: 47.99em) {
      .b-our-team .u-text-center {
        font-size: 24px;
        font-size: 2.4rem;
        line-height: 32px; } }
    @media (min-width: 64em) {
      .b-our-team .u-text-center {
        font-size: 38px;
        font-size: 3.8rem;
        line-height: 46px; } }
  .b-our-team__tab {
    width: 1136px;
    margin: 0 auto; }
    @media (max-width: 63.99em) {
      .b-our-team__tab {
        width: 100%; } }
  .b-our-team__tab-btns {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 4rem; }
    @media (max-width: 47.99em) {
      .b-our-team__tab-btns {
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
            -ms-flex-pack: justify;
                justify-content: space-between; } }
  .b-our-team__tab-contents {
    position: relative; }
  .b-our-team__btn {
    margin: 0 3.8rem;
    text-transform: uppercase;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1;
    color: #707070;
    padding-bottom: 1rem;
    position: relative;
    cursor: pointer;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out; }
    @media (max-width: 47.99em) {
      .b-our-team__btn {
        width: 156px;
        margin: 0;
        font-weight: 400;
        text-transform: none;
        padding-left: 12px;
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 24px; } }
    .b-our-team__btn:hover {
      color: #03898D; }
    .b-our-team__btn:after {
      content: "";
      border-bottom: 1px solid #ffffff;
      position: absolute;
      bottom: 0;
      left: 0;
      width: 0%;
      height: 1px;
      opacity: 0;
      -webkit-transition: all 0.25s ease-in-out;
      transition: all 0.25s ease-in-out;
      -webkit-transition: all 300ms ease-in-out;
      transition: all 300ms ease-in-out; }
    .b-our-team__btn.is-active {
      color: #ffffff; }
      .b-our-team__btn.is-active:after {
        width: 100%;
        opacity: 1; }
      .b-our-team__btn.is-active:hover {
        color: #03898D; }
        .b-our-team__btn.is-active:hover:after {
          border-color: #03898D; }
  .b-our-team__content {
    position: relative;
    display: none;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out; }
    .b-our-team__content.is-active {
      display: block; }
    .b-our-team__content .swiper-btn {
      position: absolute;
      top: 175px;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      cursor: pointer;
      z-index: 5; }
      .b-our-team__content .swiper-btn-prev {
        right: calc(100% + 35px); }
        @media (max-width: 63.99em) {
          .b-our-team__content .swiper-btn-prev {
            right: calc(100% - 23px); } }
        @media (max-width: 47.99em) {
          .b-our-team__content .swiper-btn-prev {
            top: 40%;
            right: calc(100% - 11px); } }
      .b-our-team__content .swiper-btn-next {
        left: calc(100% + 35px); }
        @media (max-width: 63.99em) {
          .b-our-team__content .swiper-btn-next {
            left: calc(100% - 23px); } }
        @media (max-width: 47.99em) {
          .b-our-team__content .swiper-btn-next {
            top: 40%;
            left: calc(100% - 11px); } }
      .b-our-team__content .swiper-btn svg {
        width: 30px;
        height: 60px; }
        @media (max-width: 47.99em) {
          .b-our-team__content .swiper-btn svg {
            width: 12.5px;
            height: 25px; } }
        @media (max-width: 63.99em) {
          .b-our-team__content .swiper-btn svg {
            width: 20px;
            height: 40px; } }
      .b-our-team__content .swiper-btn.swiper-button-disabled {
        opacity: 0.5;
        cursor: default; }

.desktop-team-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  opacity: 0;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  z-index: -5; }
  .desktop-team-popup.active {
    opacity: 1;
    z-index: 100; }
  .desktop-team-popup_overlay {
    opacity: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out; }
    .desktop-team-popup_overlay.active {
      -webkit-transition: all 300ms ease-in-out;
      transition: all 300ms ease-in-out;
      opacity: 1;
      z-index: 100; }
  .desktop-team-popup .our-team_card-info {
    position: absolute;
    top: 50%;
    left: 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 1136px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    background-image: url("../images/backgrounds/info-card-bg.jpg");
    background-size: cover;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    -webkit-transform: scale(0);
            transform: scale(0);
    z-index: -1; }
    @media (max-width: 63.99em) {
      .desktop-team-popup .our-team_card-info {
        display: none; } }
    .desktop-team-popup .our-team_card-info.active {
      -webkit-transform: translate(-50%, -50%) scale(1);
              transform: translate(-50%, -50%) scale(1);
      z-index: 2; }
    .desktop-team-popup .our-team_card-info .info_detail {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row;
      height: 350px; }
      .desktop-team-popup .our-team_card-info .info_detail .profile-pic {
        width: 50%;
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover;
        -o-object-position: center;
           object-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center; }
        .desktop-team-popup .our-team_card-info .info_detail .profile-pic img {
          width: 100%; }
      .desktop-team-popup .our-team_card-info .info_detail .profile-bio {
        width: 50%;
        height: 100%;
        padding: 30px 80px;
        overflow: auto; }
    .desktop-team-popup .our-team_card-info .info_name {
      min-height: 130px;
      padding: 22px 40px;
      background-color: #000000;
      font-weight: 400; }
      .desktop-team-popup .our-team_card-info .info_name .name {
        margin-bottom: 12px;
        font-size: 21px;
        font-size: 2.1rem;
        line-height: 25px; }
      .desktop-team-popup .our-team_card-info .info_name .position {
        color: #03898D;
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 24px; }
    .desktop-team-popup .our-team_card-info .info_close {
      position: absolute;
      top: 30px;
      right: 30px;
      padding: 6.3px;
      cursor: pointer; }
      .desktop-team-popup .our-team_card-info .info_close:hover svg path {
        fill: #03898D; }

.mobile-team-popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -5;
  opacity: 0;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out; }
  @media (max-width: 63.99em) {
    .mobile-team-popup {
      display: block; } }
  .mobile-team-popup.active {
    opacity: 1;
    z-index: 101; }
  .mobile-team-popup .close {
    position: absolute;
    top: 14.5%;
    right: 9.58%;
    padding: 6.3px;
    z-index: 103;
    cursor: pointer; }
  .mobile-team-popup_overlay {
    width: 100%;
    height: 100%;
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: -5; }
    @media (max-width: 23.5em) {
      .mobile-team-popup_overlay {
        position: fixed; } }
    .mobile-team-popup_overlay.active {
      opacity: 1;
      z-index: 101; }
  .mobile-team-popup_content {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 85%;
    height: 75%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    background-color: #000000;
    border: 0.25px solid #ffffff;
    overflow: overlay; }
    .mobile-team-popup_content::-webkit-scrollbar {
      display: none; }
    .mobile-team-popup_content.active {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      z-index: 102; }
    .mobile-team-popup_content .profile-pic {
      position: relative;
      display: grid;
      place-items: center;
      width: 100%;
      height: 48.3%;
      background-size: cover;
      background-repeat: no-repeat;
      overflow: hidden; }
      .mobile-team-popup_content .profile-pic img {
        position: absolute;
        width: 100%;
        -o-object-fit: cover;
           object-fit: cover; }
        @media (max-width: 47.99em) {
          .mobile-team-popup_content .profile-pic img {
            position: relative; } }
      @media (max-width: 47.99em) {
        .mobile-team-popup_content .profile-pic {
          height: -webkit-fit-content;
          height: -moz-fit-content;
          height: fit-content; } }
    .mobile-team-popup_content .other-left {
      height: calc(100% - 48.3%); }
    .mobile-team-popup_content .profile-info {
      margin: 18px 24px;
      margin-bottom: 0;
      padding-bottom: 18px;
      font-size: 21px;
      font-size: 2.1rem;
      line-height: 25px;
      border-bottom: 1px solid #03898D; }
      .mobile-team-popup_content .profile-info .position {
        margin-top: 8px;
        color: #03898D;
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 24px; }
    .mobile-team-popup_content .info {
      padding: 31px;
      padding-top: 14px; }
      .mobile-team-popup_content .info_title {
        margin-bottom: 8px;
        font-weight: 700;
        font-size: 18px;
        font-size: 1.8rem;
        line-height: 21.6px; }

.b-related-news,
.b-related-case {
  overflow: hidden; }
  @media (max-width: 63.99em) {
    .b-related-news,
    .b-related-case {
      display: none; } }
  .b-related-news__heading,
  .b-related-case__heading {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .b-related-news__heading h2,
    .b-related-case__heading h2 {
      margin-bottom: 0;
      width: calc(80% - 8.8rem);
      font-size: 44px;
      font-size: 4.4rem;
      line-height: 51.61px; }
      @media (max-width: 63.99em) {
        .b-related-news__heading h2,
        .b-related-case__heading h2 {
          width: 100%; } }
  .b-related-news__navigations,
  .b-related-case__navigations {
    width: 8.8rem; }
  .b-related-news__slide,
  .b-related-case__slide {
    margin-top: 6rem; }
  .b-related-news .swiper,
  .b-related-case .swiper {
    overflow: visible; }

.b-related-case {
  display: block; }
  .b-related-case__slide {
    margin-right: 0; }

/* 10 - UTILITIES
helper classes that perform one thing, they often only contain one property
they can include the !important declaration.
they are last because they override all other classes.
*/
/* ==========================================================================
   #CLEARFIX
   ========================================================================== */
/**
 * Attach our clearfix mixin to a utility class.
 */
.u-clearfix:after {
  content: "" !important;
  display: block !important;
  clear: both !important; }

/* ==========================================================================
   #RATIO
   ========================================================================== */
/**
 * Create ratio-bound content blocks, to keep media (e.g. images, videos) in
 * their correct aspect ratios.
 *
 * http://alistapart.com/article/creating-intrinsic-ratios-for-video
 *
 * 1. Default is a 1:1 ratio (i.e. a perfect square).
 */
.u-ratio {
  position: relative;
  display: block; }
  .u-ratio:before {
    content: "";
    display: block;
    width: 100%;
    padding-bottom: 100%;
    /* [1] */ }

.u-ratio__content,
.u-ratio > iframe,
.u-ratio > embed,
.u-ratio > img,
.u-ratio > object {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover; }

/* Contain modifier.
   ========================================================================== */
/**
 * Only works with image content.
 * Contains the image to the boundaries, without cropping or stretching it.
 */
.u-ratio--img-contain > .u-ratio__content:before {
  height: auto;
  margin: auto;
  max-height: 100%;
  max-width: 100%;
  width: auto; }

/* Ratio variants.
   ========================================================================== */
/**
 * Generate a series of ratio classes to be used like so:
 *
 *   <div class="u-ratio  u-ratio--golden-ratio">
 *
 */
.u-ratio--2\:1:before {
  padding-bottom: 50%; }

.u-ratio--4\:3:before {
  padding-bottom: 75%; }

.u-ratio--16\:9:before {
  padding-bottom: 56.25%; }

/* ==========================================================================
   #HIDE
   ========================================================================== */
/**
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */
/**
 * Hide visually and from screen readers.
 */
.u-hidden {
  display: none !important; }
  @media (max-width: 63.99em) {
    .u-hidden\@mobile {
      display: none !important; } }
  @media (max-width: 63.99em) {
    .u-hidden\@tablet {
      display: none !important; } }

/* ==========================================================================
   #COLOR
   ========================================================================== */
.u-color-black {
  color: #000000; }

.u-color-green-dark {
  color: #004036; }

.u-bg-black {
  background-color: #000000; }

.u-color-white {
  color: #ffffff; }

.u-bg-white {
  background-color: #ffffff; }

.u-border-white {
  border: 1px solid #ffffff; }

/* ==========================================================================
   #FROM WORDPRESS EDITOR
   ========================================================================== */
.aligncenter {
  text-align: center; }

@media (min-width: 64em) {
  .aligncenter\@tablet {
    text-align: center; } }

.alignright {
  text-align: right; }

.alignleft {
  text-align: left; }

.aligncenter img,
.alignleft img,
.alignright img {
  display: block;
  padding: 0; }

.aligncenter img {
  float: none;
  margin: 0.5em auto 1em; }

.wp-block-image {
  margin: 3.2rem 0; }
  .wp-block-image img {
    height: auto; }

.wp-block-quote {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 26px;
  border-left: 0.6rem solid #004036;
  padding: 3rem 0 3rem 2.6rem;
  margin: 2.8rem 0; }

.language_list {
  position: relative;
  text-transform: uppercase;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  color: #ffffff;
  text-decoration: none; }
  .language_list .other_lang {
    position: absolute;
    display: none;
    top: 24px;
    left: 0px;
    width: 100%;
    border-radius: 10px;
    background-color: #00120f; }
    .language_list .other_lang::after {
      display: none;
      position: absolute;
      content: "";
      width: 8px;
      height: 8px;
      background-color: #00120f;
      top: -3px;
      left: 50%;
      -webkit-transform: translateX(-50%) rotate(45deg);
              transform: translateX(-50%) rotate(45deg); }
    .language_list .other_lang--show {
      display: block;
      opacity: 1;
      -webkit-animation: 0.2s lang_in forwards;
              animation: 0.2s lang_in forwards; }
    .language_list .other_lang ul {
      margin: 0;
      padding: 8px; }
      .language_list .other_lang ul li {
        display: block;
        -webkit-transition: 0.2s all;
        transition: 0.2s all;
        text-align: center;
        margin-left: 0;
        border-radius: 5px;
        margin: 8px 0;
        height: 34px;
        padding: 0;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center; }
        .language_list .other_lang ul li::before {
          display: none; }
        .language_list .other_lang ul li a {
          font-weight: 400;
          text-decoration: none;
          letter-spacing: 0.1em;
          color: #ffffff; }
        .language_list .other_lang ul li:hover a {
          color: #03898D; }
      .language_list .other_lang ul .activeLang {
        -webkit-transition: 0.5s all;
        transition: 0.5s all; }
        .language_list .other_lang ul .activeLang a {
          color: #03898D;
          -webkit-transition: 0.5s all;
          transition: 0.5s all; }
        .language_list .other_lang ul .activeLang:hover a {
          color: white; }
  .language_list .active_lang {
    position: relative;
    padding-right: 15px; }
    .language_list .active_lang--multiple {
      cursor: pointer;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-transition: 0.2s all;
      transition: 0.2s all; }
      .language_list .active_lang--multiple:hover {
        -webkit-transition: 0.2s all;
        transition: 0.2s all; }
      .language_list .active_lang--multiple::after {
        content: "";
        background-image: url("../images/icons/arrow-menu.svg");
        background-size: cover;
        background-repeat: no-repeat;
        width: 1.2rem;
        height: 0.6rem;
        display: inline-block;
        margin-left: -8px;
        -webkit-transition: 0.2s all;
        transition: 0.2s all; }
      .language_list .active_lang--multiple--active::after {
        -webkit-transform: rotate(-180deg);
                transform: rotate(-180deg); }
  .language_list--mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    text-transform: uppercase;
    color: #C1C5C6;
    margin: 0 -1rem; }
    .language_list--mobile > div {
      padding: 0 1rem; }
    .language_list--mobile .active_lang {
      color: #ffffff; }

@-webkit-keyframes lang_in {
  from {
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px);
    opacity: 0; }
  to {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    opacity: 1; } }

@keyframes lang_in {
  from {
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px);
    opacity: 0; }
  to {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    opacity: 1; } }

/* ==========================================================================
   #TEXT ALIGN
   ========================================================================== */
.u-text-center {
  text-align: center; }

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

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

.u-text-justify {
  text-align: justify; }

.u-text-bold {
  font-weight: bold; }

.selectric {
  border: 0.1rem solid #214C43;
  border-radius: 0;
  background: transparent;
  height: 4.8rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 0 0 1.6rem; }
  .selectric .label {
    line-height: 1;
    margin: 0;
    height: auto;
    color: #ffffff;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 24px; }
  .selectric .button {
    background-color: transparent;
    background-image: url("../images/icons/arrow-down-white.svg");
    background-size: 1.4rem;
    background-repeat: no-repeat;
    background-position: center;
    border: none;
    width: 4.2rem;
    height: 100%; }
    .selectric .button:after {
      display: none; }
  .selectric:hover, .selectric:focus-visible, .selectric:focus {
    border-color: #214C43; }

.selectric-items ul {
  list-style: none; }
  .selectric-items ul li::before {
    display: none; }

.facetwp-facet {
  margin-bottom: 0 !important; }

.facetwp-input-wrap {
  width: 100%; }

.facetwp-pager {
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .facetwp-pager > .facetwp-pager {
    margin-top: 9rem; }
    @media (max-width: 63.99em) {
      .facetwp-pager > .facetwp-pager {
        margin: 48px; } }
    .facetwp-pager > .facetwp-pager a {
      -webkit-transition: all 300ms ease-in-out;
      transition: all 300ms ease-in-out; }
      .facetwp-pager > .facetwp-pager a:hover {
        color: #03898D;
        -webkit-filter: none;
                filter: none; }
      .facetwp-pager > .facetwp-pager a.active {
        cursor: default;
        pointer-events: none; }
  .facetwp-pager .facetwp-page {
    margin: 0 1rem;
    padding: 0 1rem;
    color: #707070; }
    .facetwp-pager .facetwp-page.prev, .facetwp-pager .facetwp-page.next {
      color: transparent !important;
      background-position: center;
      background-repeat: no-repeat;
      background-size: auto;
      -webkit-filter: brightness(0) invert(1);
              filter: brightness(0) invert(1); }
    .facetwp-pager .facetwp-page.next {
      background-image: url("../images/icons/arrow-short-right-green.svg"); }
    .facetwp-pager .facetwp-page.prev {
      background-image: url("../images/icons/arrow-short-left-green.svg"); }
    .facetwp-pager .facetwp-page.active {
      color: #ffffff;
      font-weight: normal; }

.navigations-group {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  .navigations-group .swiper-button-prev,
  .navigations-group .swiper-button-next {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    margin: 0;
    -webkit-transform: none;
            transform: none;
    width: 4rem;
    height: 4rem;
    border: 1px solid #ffffff;
    background-image: url("../images/icons/arrow-short-right.svg");
    background-size: auto;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out; }
    .navigations-group .swiper-button-prev:after,
    .navigations-group .swiper-button-next:after {
      display: none; }
    .navigations-group .swiper-button-prev:hover,
    .navigations-group .swiper-button-next:hover {
      background-image: url("../images/icons/arrow-short-right-green.svg");
      background-color: #ffffff; }
  .navigations-group .swiper-button-prev {
    margin-right: 0.8rem;
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg); }

.swiper-scrollbar {
  height: 0.5rem;
  background-color: #00120f;
  margin: 0.5rem 0; }
  .swiper-scrollbar .swiper-scrollbar-drag {
    height: 100%;
    background-color: #03898D; }

@media (max-width: 79.99em) {
  .b-our-product .swiper-scrollbar {
    display: none; } }

.litepicker {
  font-family: "Helvetica"; }

.litepicker .container__days .day-item.is-end-date {
  background-color: #214C43; }

.litepicker .container__days .day-item:hover {
  color: #214C43;
  -webkit-box-shadow: inset 0 0 0 1px #214C43;
          box-shadow: inset 0 0 0 1px #214C43; }

