@charset "UTF-8";
/*!
Theme Name: FWS Attain ABA
Theme URI: https://fws.us/
Author: Forwardslash
Author URI: https://fws.us/
Description: FWS Attain ABA Custom WordPress Theme.
Version: 3.10.2
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: fws_attain
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.

fws_attain is based on FWS Starter _S, (C) Forwardslash, which uses Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc. as it's base.
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Reset and Variables
# Plugins
# Helpers
# Bootstrap
# WooCommerce
# Base
# Main
# Parts
# Components / Templates
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Reset and Variables
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Reset
--------------------------------------------------------------*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}

html {
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

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

audio, canvas, video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

audio:not([controls]) {
  display: none;
}

[hidden] {
  display: none;
}

/*--------------------------------------------------------------
## Base Reset
--------------------------------------------------------------*/
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

html, button, input, select, textarea {
  font-family: sans-serif;
  color: #222;
}

body {
  margin: 0;
  font-size: 1em;
  line-height: 1.4;
  -moz-osx-font-smoothing: grayscale;
}

::-moz-selection {
  background: #000;
  color: #fff;
  text-shadow: none;
}

::selection {
  background: #000;
  color: #fff;
  text-shadow: none;
}

/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  text-decoration: none;
  color: #000;
}

a:focus, a:hover, a:active {
  outline: none;
}

/*--------------------------------------------------------------
## Typography
--------------------------------------------------------------*/
abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: bold;
}

blockquote {
  margin: 0;
}

dfn {
  font-style: italic;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

ins {
  background: #ff9;
  color: #000;
  text-decoration: none;
}

pre, code, kbd, samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

q {
  quotes: none;
}

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

small {
  font-size: 85%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/*--------------------------------------------------------------
## Lists
--------------------------------------------------------------*/
nav ul,
nav ol,
ul,
li {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0;
}

/*--------------------------------------------------------------
## Embedded Content
--------------------------------------------------------------*/
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle;
}

svg:not(:root) {
  overflow: hidden;
}

/*--------------------------------------------------------------
## Forms
--------------------------------------------------------------*/
figure {
  margin: 0;
}

form {
  margin: 0;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

label {
  cursor: pointer;
}

legend {
  border: 0;
  *margin-left: -7px;
  padding: 0;
  white-space: normal;
}

button, input, select, textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}

button, input {
  line-height: normal;
}

button, input[type="button"], input[type="reset"], input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
  *overflow: visible;
}

button[disabled], input[disabled] {
  cursor: default;
}

input, textarea {
  -webkit-box-shadow: none;
}

input[type="checkbox"], input[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
  *width: 13px;
  *height: 13px;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}

input:invalid, textarea:invalid {
  background-color: #f0dddd;
}

input, textarea, select {
  outline: none;
}

/*--------------------------------------------------------------
## Tables
--------------------------------------------------------------*/
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td {
  vertical-align: top;
}

/*--------------------------------------------------------------
## Chrome Frame Prompt
--------------------------------------------------------------*/
.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: black;
  padding: 0.2em 0;
}

/*--------------------------------------------------------------
## Functions
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Fonts
--------------------------------------------------------------*/
@font-face {
  font-family: 'RecoletaMedium';
  src: url("src/assets/fonts/Recoleta-Medium.woff2") format("woff2"), url("src/assets/fonts/Recoleta-Medium.woff") format("woff"), url("src/assets/fonts/Recoleta-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'RecoletaSemiBold';
  src: url("src/assets/fonts/Recoleta-SemiBold.woff2") format("woff2"), url("src/assets/fonts/Recoleta-SemiBold.woff") format("woff"), url("src/assets/fonts/Recoleta-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'WorkSansRegular';
  src: url("src/assets/fonts/WorkSans-Regular.woff2") format("woff2"), url("src/assets/fonts/WorkSans-Regular.woff") format("woff"), url("src/assets/fonts/WorkSans-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'WorkSansSemiBold';
  src: url("src/assets/fonts/WorkSans-SemiBold.woff2") format("woff2"), url("src/assets/fonts/WorkSans-SemiBold.woff") format("woff"), url("src/assets/fonts/WorkSans-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

/*--------------------------------------------------------------
## Main Variables
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Bootstrap Variables
--------------------------------------------------------------*/
/*
	Breakpoints for max-width.

	These variables are mapped with $grid-breakpoints SCSS map variable which is used for bootstrap.
	The reason for this setup is that it is needed to have variables that reflect bootstrap's breakpoints.
	Bootstrap is using min-with and this starter max-with approach, so bootstrap's breakpoint at 992px (min-width)
	is reflected as 991px (max-width), thus the mapped variables bellow.
 */
/*--------------------------------------------------------------
## Woocommerce Variables
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## SVG Icon Relative Paths
## Do NOT change this file manually, it is being generated by 'fws icons' command.
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
body.compensate-for-scrollbar {
  overflow: hidden;
}

.fancybox-active {
  height: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Fix iOS */
.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0;
}

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

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

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

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

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

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

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

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

/* Fix IE11 */
.fancybox-button div {
  height: 100%;
}

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

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

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

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
  display: none;
}

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

/* Close button on the top right corner of html content */
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: .8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401;
}

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

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

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

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

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

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

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  left: env(safe-area-inset-left);
  padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
  right: env(safe-area-inset-right);
}

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

@supports (padding: max(0px)) {
  .fancybox-caption {
    padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left));
  }
}

.fancybox-caption--separate {
  margin-top: -50px;
}

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

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

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

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

@-webkit-keyframes fancybox-rotate {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes fancybox-rotate {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

/* Transition effects */
.fancybox-animated {
  -webkit-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
          transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

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

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

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

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

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

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

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

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

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: rotate(-360deg);
          transform: rotate(-360deg);
}

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}

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

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

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

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
          transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

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

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

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

/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px;
  }
  .fancybox-slide--image {
    padding: 6px 0;
  }
  .fancybox-close-small {
    right: -6px;
  }
  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px;
  }
  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px;
  }
  @supports (padding: max(0px)) {
    .fancybox-caption {
      padding-left: max(12px, env(safe-area-inset-left));
      padding-right: max(12px, env(safe-area-inset-right));
    }
  }
}

/* Share */
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Styling for Small-Screen Devices */
@media all and (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px;
  }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }
  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px);
  }
}

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

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

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

.select2-container .select2-selection--single .select2-selection__clear {
  position: relative;
}

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

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

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

.select2-container .select2-search--inline {
  float: left;
}

.select2-container .select2-search--inline .select2-search__field {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0;
}

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

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

.select2-results {
  display: block;
}

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

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

.select2-results__option[aria-selected] {
  cursor: pointer;
}

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

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

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

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

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

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

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

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

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

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

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

.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
}

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

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

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

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

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

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

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

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

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

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  list-style: none;
}

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

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right;
}

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

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

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

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

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

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

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

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

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

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

.select2-container--default .select2-results__option[role=group] {
  padding: 0;
}

.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999;
}

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd;
}

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

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

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

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

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

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

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

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px;
}

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

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

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.select2-container--classic .select2-results__option[role=group] {
  padding: 0;
}

.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey;
}

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: white;
}

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

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

/*
 * Container style
 */
.ps {
  overflow: hidden !important;
  overflow-anchor: none;
  -ms-overflow-style: none;
  touch-action: auto;
  -ms-touch-action: auto;
}

/*
 * Scrollbar rail styles
 */
.ps__rail-x {
  display: none;
  opacity: 0;
  transition: background-color .2s linear, opacity .2s linear;
  -webkit-transition: background-color .2s linear, opacity .2s linear;
  height: 15px;
  /* there must be 'bottom' or 'top' for ps__rail-x */
  bottom: 0px;
  /* please don't change 'position' */
  position: absolute;
}

.ps__rail-y {
  display: none;
  opacity: 0;
  transition: background-color .2s linear, opacity .2s linear;
  -webkit-transition: background-color .2s linear, opacity .2s linear;
  width: 15px;
  /* there must be 'right' or 'left' for ps__rail-y */
  right: 0;
  /* please don't change 'position' */
  position: absolute;
}

.ps--active-x > .ps__rail-x,
.ps--active-y > .ps__rail-y {
  display: block;
  background-color: transparent;
}

.ps:hover > .ps__rail-x,
.ps:hover > .ps__rail-y,
.ps--focus > .ps__rail-x,
.ps--focus > .ps__rail-y,
.ps--scrolling-x > .ps__rail-x,
.ps--scrolling-y > .ps__rail-y {
  opacity: 0.6;
}

.ps .ps__rail-x:hover,
.ps .ps__rail-y:hover,
.ps .ps__rail-x:focus,
.ps .ps__rail-y:focus,
.ps .ps__rail-x.ps--clicking,
.ps .ps__rail-y.ps--clicking {
  background-color: #eee;
  opacity: 0.9;
}

/*
 * Scrollbar thumb styles
 */
.ps__thumb-x {
  background-color: #aaa;
  border-radius: 6px;
  transition: background-color .2s linear, height .2s ease-in-out;
  -webkit-transition: background-color .2s linear, height .2s ease-in-out;
  height: 6px;
  /* there must be 'bottom' for ps__thumb-x */
  bottom: 2px;
  /* please don't change 'position' */
  position: absolute;
}

.ps__thumb-y {
  background-color: #aaa;
  border-radius: 6px;
  transition: background-color .2s linear, width .2s ease-in-out;
  -webkit-transition: background-color .2s linear, width .2s ease-in-out;
  width: 6px;
  /* there must be 'right' for ps__thumb-y */
  right: 2px;
  /* please don't change 'position' */
  position: absolute;
}

.ps__rail-x:hover > .ps__thumb-x,
.ps__rail-x:focus > .ps__thumb-x,
.ps__rail-x.ps--clicking .ps__thumb-x {
  background-color: #999;
  height: 11px;
}

.ps__rail-y:hover > .ps__thumb-y,
.ps__rail-y:focus > .ps__thumb-y,
.ps__rail-y.ps--clicking .ps__thumb-y {
  background-color: #999;
  width: 11px;
}

/* MS supports */
@supports (-ms-overflow-style: none) {
  .ps {
    overflow: auto !important;
  }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .ps {
    overflow: auto !important;
  }
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/*--------------------------------------------------------------
# Helpers
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Mixins
--------------------------------------------------------------*/
/*
Media Query
Example:

@include mq($sm) 			 		Will render: @media screen and (max-width: 575px)
@include mq(991px) 			 	 	Will render: @media screen and (max-width: 991px)
@include mq($sm + 1, min) 	 		Will render: @media screen and (min-width: 576px)
@include mq(992px, min) 			Will render: @media screen and (min-width: 992px)
@include mq(400, min, height) 	 	Will render: @media screen and (min-height: 400px)
@include mq(992px) {				Will render: @media screen and (max-width: 992px) and (min-width: 767px)
	@include mq(767px, min) {

	}
}
 */
/*
Insert SVG Icon DataUri as Background
The mixing takes three arguments:

First argument is a name of a file.
Second argument is a color of an icon.
Third argument is whether psuedo element should be `::before` or `::after`. The default value is `::before`.

Example:

@include svg-icon-data(ico-happy, $red, after);


Will render:
&::after {
	...
	background: url("data:image/svg+xml...") no-repeat center
	...
}
 */
/*--------------------------------------------------------------
## Helpers
--------------------------------------------------------------*/
.clear::after,
.entry-content::after,
.comment-content::after,
.site-content::after,
.site-footer::after {
  content: '';
  display: table;
  clear: both;
}

.fleft {
  float: left;
}

.fright {
  float: right;
}

.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.centered {
  text-align: center;
}

.is-disabled {
  pointer-events: none;
  opacity: 0.7;
}

.bg-grey-thin {
  background-color: #2e2e30;
}

.color-grey-thin {
  color: #2e2e30;
}

.bg-white {
  background-color: #fff;
}

.color-white {
  color: #fff;
}

.bg-grey-light {
  background-color: #eee;
}

.color-grey-light {
  color: #eee;
}

.bg-grey-mid {
  background-color: #999;
}

.color-grey-mid {
  color: #999;
}

.bg-grey {
  background-color: #656565;
}

.color-grey {
  color: #656565;
}

.bg-grey-dark {
  background-color: #333;
}

.color-grey-dark {
  color: #333;
}

.bg-black {
  background-color: #000;
}

.color-black {
  color: #000;
}

.bg-red {
  background-color: #e2401c;
}

.color-red {
  color: #e2401c;
}

.bg-green {
  background-color: #4fc08d;
}

.color-green {
  color: #4fc08d;
}

.bg-blue {
  background-color: #3d9cd2;
}

.color-blue {
  color: #3d9cd2;
}

.bg-grey-mild {
  background-color: #b1b1b1;
}

.color-grey-mild {
  color: #b1b1b1;
}

.bg-orange {
  background-color: #e64d25;
}

.color-orange {
  color: #e64d25;
}

.bg-grey-soft {
  background-color: #d5d5d5;
}

.color-grey-soft {
  color: #d5d5d5;
}

.bg-grey-darker {
  background-color: #055d64;
}

.color-grey-darker {
  color: #055d64;
}

.bg-black-smooth {
  background-color: #2f3034;
}

.color-black-smooth {
  color: #2f3034;
}

.bg-gunmetal {
  background-color: #273443;
}

.color-gunmetal {
  color: #273443;
}

.bg-brick-red {
  background-color: #d54155;
}

.color-brick-red {
  color: #d54155;
}

.bg-midnight-green {
  background-color: #1d444b;
}

.color-midnight-green {
  color: #1d444b;
}

.bg-pine {
  background-color: #4c948a;
}

.color-pine {
  color: #4c948a;
}

.bg-floral-white {
  background-color: #fcf9ef;
}

.color-floral-white {
  color: #fcf9ef;
}

.bg-yellow-munsell {
  background-color: #e4c83f;
}

.color-yellow-munsell {
  color: #e4c83f;
}

.bg-light-white {
  background-color: #fffcf4;
}

.color-light-white {
  color: #fffcf4;
}

.bg-mint-cream {
  background-color: #e3f2eb;
}

.color-mint-cream {
  color: #e3f2eb;
}

.bg-linen {
  background-color: #ffede6;
}

.color-linen {
  color: #ffede6;
}

.bg-cornsilk {
  background-color: #f8f3dc;
}

.color-cornsilk {
  color: #f8f3dc;
}

.bg-light-cyan {
  background-color: #e6fffd;
}

.color-light-cyan {
  color: #e6fffd;
}

.bg-pale-pink {
  background-color: #ffe2e6;
}

.color-pale-pink {
  color: #ffe2e6;
}

.bg-pale-white {
  background-color: #fefefe;
}

.color-pale-white {
  color: #fefefe;
}

.bg-misty-rose {
  background-color: #ffe9eb;
}

.color-misty-rose {
  color: #ffe9eb;
}

.bg-old-lace {
  background-color: #fff9eb;
}

.color-old-lace {
  color: #fff9eb;
}

.bg-cultured {
  background-color: #f9f9f9;
}

.color-cultured {
  color: #f9f9f9;
}

.bg-dirty-white {
  background-color: #fcfcfc;
}

.color-dirty-white {
  color: #fcfcfc;
}

.bg-azure {
  background-color: #e8faf9;
}

.color-azure {
  color: #e8faf9;
}

.font-font-main {
  font-family: "RecoletaMedium", Arial, Helvetica, sans-serif;
}

.font-font-second {
  font-family: "RecoletaSemiBold", Georgia, serif;
}

.font-font-third {
  font-family: "WorkSansRegular", Georgia, serif;
}

.font-font-fourth {
  font-family: "WorkSansSemiBold", Georgia, serif;
}

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

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

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}

.text-trade {
  font-size: 38px;
  line-height: 1.2;
  vertical-align: top;
}

.container--large {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media only screen and (min-width: 576px) {
  .container--large {
    max-width: 540px;
  }
}

@media only screen and (min-width: 768px) {
  .container--large {
    max-width: 720px;
  }
}

@media only screen and (min-width: 992px) {
  .container--large {
    max-width: 960px;
  }
}

@media only screen and (min-width: 1100px) {
  .container--large {
    max-width: 1865px;
  }
}

.container--mid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media only screen and (min-width: 576px) {
  .container--mid {
    max-width: 540px;
  }
}

@media only screen and (min-width: 768px) {
  .container--mid {
    max-width: 720px;
  }
}

@media only screen and (min-width: 992px) {
  .container--mid {
    max-width: 960px;
  }
}

@media only screen and (min-width: 1100px) {
  .container--mid {
    max-width: 1500px;
  }
}

.container--small {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media only screen and (min-width: 576px) {
  .container--small {
    max-width: 540px;
  }
}

@media only screen and (min-width: 768px) {
  .container--small {
    max-width: 720px;
  }
}

@media only screen and (min-width: 992px) {
  .container--small {
    max-width: 960px;
  }
}

@media only screen and (min-width: 1100px) {
  .container--small {
    max-width: 1150px;
  }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .thank-you-message__container {
    margin: 0 !important;
  }
  .thank-you-message {
    min-height: 563px !important;
    height: 563px !important;
  }
  .cards-boxes__box-desc,
  .cards-block__box-hidden-desc {
    width: 100% !important;
  }
  .banner--simple .banner-wrap__right-image--overlap {
    top: -100px !important;
  }
  .accordion-big__wrapper-box-hidden-lists-wrap {
    width: 100%;
  }
  .site-footer__logo {
    height: 50px;
    width: 100%;
  }
  .wide-cards__box-desc {
    max-height: 200px;
  }
  .location-form textarea {
    height: 47px !important;
  }
}

@-moz-document url-prefix() {
  .input-form__special-input input {
    padding: 27px 80px 15px 40px !important;
  }
  .site-header__logo-img {
    width: 136px !important;
  }
}

input::-ms-clear {
  display: none;
}

input, textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

@supports (-webkit-touch-callout: none) {
  .input-form__special-input input {
    padding: 32px 80px 15px 40px !important;
  }
  @media screen and (max-width: 500px) {
    .input-form__special-input input {
      padding: 22px 80px 15px 40px !important;
    }
  }
}

.prevent-scroll {
  overflow: hidden;
}

.prevent-scroller {
  overflow: hidden;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  /* display: none; <- Crashes Chrome on hover */
  -webkit-appearance: none;
  margin: 0;
  /* <-- Apparently some margin are still there even though it's hidden */
}

input[type="number"] {
  -moz-appearance: textfield;
  /* Firefox */
}

@media screen and (min-width: 1024px) {
  .wpcf7 textarea,
  .select2-results__options {
    scrollbar-width: thin;
    scrollbar-color: #1d444b #f8f3dc;
  }
  .wpcf7 textarea::-webkit-scrollbar,
  .select2-results__options::-webkit-scrollbar {
    width: 0.5vw;
    height: 8px;
  }
  .wpcf7 textarea::-webkit-scrollbar-thumb,
  .select2-results__options::-webkit-scrollbar-thumb {
    background-color: #1d444b;
    border-radius: 5px;
    border: 1px solid #f8f3dc;
  }
  .wpcf7 textarea::-webkit-scrollbar-track,
  .select2-results__options::-webkit-scrollbar-track {
    background-color: #f8f3dc;
    border-radius: 5px;
  }
}

.basic-page-content {
  background-color: #f9f9f9;
  padding: 200px 0 100px;
}

@media screen and (max-width: 1199px) {
  .basic-page-content {
    padding: 170px 0 100px;
  }
}

@media screen and (max-width: 991px) {
  .basic-page-content {
    padding: 160px 0 80px;
  }
}

@media screen and (max-width: 767px) {
  .basic-page-content {
    padding: 160px 0 70px;
  }
}

@media screen and (max-width: 575px) {
  .basic-page-content {
    padding: 150px 0 60px;
  }
}

.basic-page-content__title {
  margin-bottom: 30px;
}

.grecaptcha-badge {
  display: none !important;
}

@-webkit-keyframes clickAnime {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

.thank-you-message__container {
  position: relative;
}

.thank-you-message {
  /* padding: 130px 0;
	min-height: 100vh; */
  padding: 120px 0 49px;
  min-height: 60vh;
  max-height: 100vh;
  height: 100%;
  background-color: #fcf9ef;
  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;
}

@media screen and (max-width: 991px) {
  .thank-you-message {
    padding: 80px 0;
  }
}

@media screen and (max-width: 767px) {
  .thank-you-message {
    padding: 60px 0;
  }
}

@media screen and (max-width: 500px) {
  .thank-you-message {
    padding: 40px 0;
  }
}

.thank-you-message .thank-you-message__entry-content p {
  color: #1d444b;
  font-size: 20px;
}

@media screen and (max-width: 1199px) {
  .thank-you-message .thank-you-message__entry-content p {
    font-size: 18px;
  }
}

@media screen and (max-width: 991px) {
  .thank-you-message .thank-you-message__entry-content p {
    font-size: 16px;
  }
}

@media screen and (max-width: 575px) {
  .thank-you-message .thank-you-message__entry-content p {
    font-size: 14px;
  }
}

.thank-you-message__title {
  color: #1d444b;
  margin-bottom: 34px;
}

@media screen and (max-width: 1199px) {
  .thank-you-message__title {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 991px) {
  .thank-you-message__title {
    margin-bottom: 15px;
  }
}

.thank-you-message-img {
  position: absolute;
}

.thank-you-message--star {
  top: -124px;
  left: 198px;
}

@media screen and (max-width: 1199px) {
  .thank-you-message--star {
    top: -100px;
    left: 115px;
  }
}

@media screen and (max-width: 991px) {
  .thank-you-message--star {
    left: 20px;
  }
}

.thank-you-message--sm-star {
  bottom: -29px;
  right: 293px;
}

@media screen and (max-width: 1199px) {
  .thank-you-message--sm-star {
    right: 150px;
  }
}

@media screen and (max-width: 991px) {
  .thank-you-message--sm-star {
    right: 20px;
    bottom: -60px;
  }
}

.subscribe-form__wrapper-input-submit {
  width: 30px;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 100%;
  cursor: pointer;
}

.subscribe-form__wrapper-input-submit::before {
  content: '';
  display: inline-block;
  font-size: 1em;
  width: 1em;
  height: 1em;
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' aria-hidden='true' class='svg-inline--fa fa-long-arrow-right fa-w-14 fa-9x' data-icon='long-arrow-right' data-prefix='far' viewBox='0 0 448 512' fill='%23d54155'%3E%3Cpath d='M295.515 115.716l-19.626 19.626c-4.753 4.753-4.675 12.484.173 17.14L356.78 230H12c-6.627 0-12 5.373-12 12v28c0 6.627 5.373 12 12 12h344.78l-80.717 77.518c-4.849 4.656-4.927 12.387-.173 17.14l19.626 19.626c4.686 4.686 12.284 4.686 16.971 0l131.799-131.799c4.686-4.686 4.686-12.284 0-16.971L312.485 115.716c-4.686-4.686-12.284-4.686-16.97 0z'/%3E%3C/svg%3E") no-repeat center;
  background-size: contain;
}

@media screen and (max-width: 575px) {
  .subscribe-form__wrapper-input-submit {
    right: 5px;
  }
}

.subscribe-form__wrapper-input-submit::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 9999;
  pointer-events: none;
  font-size: 20px;
  height: 20px;
  -webkit-transition: 350ms ease;
  transition: 350ms ease;
}

@media only screen and (min-width: 1250px) {
  .subscribe-form__wrapper-input-submit:hover::before {
    content: '';
    display: inline-block;
    font-size: 1em;
    width: 1em;
    height: 1em;
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' aria-hidden='true' class='svg-inline--fa fa-long-arrow-right fa-w-14 fa-9x' data-icon='long-arrow-right' data-prefix='far' viewBox='0 0 448 512' fill='%234c948a'%3E%3Cpath d='M295.515 115.716l-19.626 19.626c-4.753 4.753-4.675 12.484.173 17.14L356.78 230H12c-6.627 0-12 5.373-12 12v28c0 6.627 5.373 12 12 12h344.78l-80.717 77.518c-4.849 4.656-4.927 12.387-.173 17.14l19.626 19.626c4.686 4.686 12.284 4.686 16.971 0l131.799-131.799c4.686-4.686 4.686-12.284 0-16.971L312.485 115.716c-4.686-4.686-12.284-4.686-16.97 0z'/%3E%3C/svg%3E") no-repeat center;
    background-size: contain;
  }
  .subscribe-form__wrapper-input-submit:hover::before {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    z-index: 9999;
    pointer-events: none;
    font-size: 20px;
    height: 20px;
  }
}

.subscribe-form__wrapper-input-submit .ajax-loader {
  margin: 0;
  width: 16px;
  height: 16px;
  background-color: #4c948a;
  margin: 15px;
}

.subscribe-form__wrapper-input-submit .ajax-loader::before {
  width: 4px;
  height: 4px;
  -webkit-transform-origin: 4px 4px;
          transform-origin: 4px 4px;
}

@media screen and (max-width: 1199px) {
  .subscribe-form__wrapper-input-submit .ajax-loader::before {
    width: 3px;
    height: 3px;
    -webkit-transform-origin: 3px 3px;
            transform-origin: 3px 3px;
  }
}

@media screen and (max-width: 1199px) {
  .subscribe-form__wrapper-input-submit .ajax-loader {
    width: 14px;
    height: 14px;
    right: -16px;
  }
}

@media screen and (max-width: 500px) {
  .subscribe-form__wrapper-input-submit .ajax-loader {
    width: 12px;
    height: 12px;
    right: -13px;
  }
}

.submit-subscribe {
  font-size: 0;
  height: 100%;
  opacity: 0;
  width: 30px;
  min-width: 30px !important;
  max-width: 30px;
  border: 1px solid red;
}

.submit-subscribe .ajax-loader {
  display: none !important;
}

.a2a_button_facebook {
  display: none !important;
}

.blog-listing__right-loader {
  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;
  position: absolute;
  z-index: 99;
  background-color: #fff;
  height: 100% !important;
  right: 0;
}

.input-form__special-input-loader--banner {
  right: -47px !important;
  height: auto !important;
  max-width: none !important;
}

.loader-custom {
  display: inline-block;
  color: #1d444b;
  padding: 0.5em 1em;
  width: 7px;
  height: 7px;
  pointer-events: none;
  position: relative;
  -webkit-animation: loader-10-1 2s infinite linear;
          animation: loader-10-1 2s infinite linear;
}

.loader-custom.loader-custom--sm:before, .loader-custom.loader-custom--sm:after {
  content: "";
  width: 0;
  height: 0;
  border: 7px solid currentcolor;
  display: block;
  position: absolute;
  border-radius: 100%;
  -webkit-animation: loader-10-2 2s infinite ease-in-out;
          animation: loader-10-2 2s infinite ease-in-out;
}

.loader-custom.loader-custom--sm:before {
  top: 0;
  left: 50%;
}

.loader-custom.loader-custom--sm:after {
  bottom: 0;
  right: 50%;
  -webkit-animation-delay: -1s;
          animation-delay: -1s;
}

.loader-custom:before, .loader-custom:after {
  content: "";
  width: 0;
  height: 0;
  border: 30px solid currentcolor;
  display: block;
  position: absolute;
  border-radius: 100%;
  -webkit-animation: loader-10-2 2s infinite ease-in-out;
          animation: loader-10-2 2s infinite ease-in-out;
}

.loader-custom:before {
  top: 0;
  left: 50%;
}

.loader-custom:after {
  bottom: 0;
  right: 50%;
  -webkit-animation-delay: -1s;
          animation-delay: -1s;
}

@-webkit-keyframes loader-10-1 {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes loader-10-1 {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@-webkit-keyframes loader-10-2 {
  0%,
  100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes loader-10-2 {
  0%,
  100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

/*--------------------------------------------------------------
## Print
--------------------------------------------------------------*/
@media print {
  body {
    background: #fff;
    color: #000;
    margin: 0;
    padding: 0;
    text-align: left;
  }
  a:link, a:visited {
    background: #fff;
    color: #000;
    text-decoration: underline;
  }
  a:not([href="javascript:;"])::after {
    content: " [" attr(href) "] ";
  }
  h1, h2, h3, h4, h5, h6 {
    background: none;
    color: #000;
  }
  .temp {
    display: none;
  }
}

/*--------------------------------------------------------------
# Bootstrap
--------------------------------------------------------------*/
/*!
 * Bootstrap Grid v4.6.1 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

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

.container,
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container, .container-sm {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container, .container-sm, .container-md {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container, .container-sm, .container-md, .container-lg {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1230px;
  }
}

.row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-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-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .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-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .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-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .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-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .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-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

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

.row-cols-1 > * {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

.row-cols-2 > * {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}

.row-cols-3 > * {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 33.33333%;
      -ms-flex: 0 0 33.33333%;
          flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

.row-cols-4 > * {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 25%;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%;
}

.row-cols-5 > * {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 20%;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
  max-width: 20%;
}

.row-cols-6 > * {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 16.66667%;
      -ms-flex: 0 0 16.66667%;
          flex: 0 0 16.66667%;
  max-width: 16.66667%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-sm-1 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-sm-2 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-sm-3 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .row-cols-sm-4 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-sm-5 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20%;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-sm-6 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-sm-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-sm-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-sm-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-sm-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-sm-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-sm-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-sm-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-sm-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66667%;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-sm-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-sm-last {
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
        -ms-flex-order: 12;
            order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333%;
  }
  .offset-sm-2 {
    margin-left: 16.66667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333%;
  }
  .offset-sm-5 {
    margin-left: 41.66667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333%;
  }
  .offset-sm-8 {
    margin-left: 66.66667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333%;
  }
  .offset-sm-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 768px) {
  .col-md {
    -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-md-1 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-md-2 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-md-3 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .row-cols-md-4 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-md-5 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20%;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-md-6 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-md-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-md-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-md-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-md-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-md-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-md-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-md-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-md-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66667%;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-md-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-md-last {
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-md-0 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-md-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-md-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-md-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-md-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-md-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-md-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-md-7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-md-8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-md-9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-md-10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-md-11 {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-md-12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
        -ms-flex-order: 12;
            order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333%;
  }
  .offset-md-2 {
    margin-left: 16.66667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333%;
  }
  .offset-md-5 {
    margin-left: 41.66667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333%;
  }
  .offset-md-8 {
    margin-left: 66.66667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333%;
  }
  .offset-md-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 992px) {
  .col-lg {
    -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-lg-1 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-lg-2 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-lg-3 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .row-cols-lg-4 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-lg-5 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20%;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-lg-6 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-lg-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-lg-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-lg-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-lg-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-lg-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-lg-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-lg-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-lg-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66667%;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-lg-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-lg-last {
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
        -ms-flex-order: 12;
            order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333%;
  }
  .offset-lg-2 {
    margin-left: 16.66667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333%;
  }
  .offset-lg-5 {
    margin-left: 41.66667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333%;
  }
  .offset-lg-8 {
    margin-left: 66.66667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333%;
  }
  .offset-lg-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 1200px) {
  .col-xl {
    -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-xl-1 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xl-2 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xl-3 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .row-cols-xl-4 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xl-5 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20%;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xl-6 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-xl-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-xl-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-xl-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-xl-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-xl-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-xl-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-xl-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-xl-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66667%;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-xl-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-xl-last {
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
        -ms-flex-order: 12;
            order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333%;
  }
  .offset-xl-2 {
    margin-left: 16.66667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333%;
  }
  .offset-xl-5 {
    margin-left: 41.66667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333%;
  }
  .offset-xl-8 {
    margin-left: 66.66667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333%;
  }
  .offset-xl-11 {
    margin-left: 91.66667%;
  }
}

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -webkit-inline-flex !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  -webkit-flex-direction: row !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
}

.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -webkit-flex-direction: column !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
}

.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
  -webkit-flex-direction: row-reverse !important;
      -ms-flex-direction: row-reverse !important;
          flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
  -webkit-flex-direction: column-reverse !important;
      -ms-flex-direction: column-reverse !important;
          flex-direction: column-reverse !important;
}

.flex-wrap {
  -webkit-flex-wrap: wrap !important;
      -ms-flex-wrap: wrap !important;
          flex-wrap: wrap !important;
}

.flex-nowrap {
  -webkit-flex-wrap: nowrap !important;
      -ms-flex-wrap: nowrap !important;
          flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  -webkit-flex-wrap: wrap-reverse !important;
      -ms-flex-wrap: wrap-reverse !important;
          flex-wrap: wrap-reverse !important;
}

.flex-fill {
  -webkit-box-flex: 1 !important;
  -webkit-flex: 1 1 auto !important;
      -ms-flex: 1 1 auto !important;
          flex: 1 1 auto !important;
}

.flex-grow-0 {
  -webkit-box-flex: 0 !important;
  -webkit-flex-grow: 0 !important;
      -ms-flex-positive: 0 !important;
          flex-grow: 0 !important;
}

.flex-grow-1 {
  -webkit-box-flex: 1 !important;
  -webkit-flex-grow: 1 !important;
      -ms-flex-positive: 1 !important;
          flex-grow: 1 !important;
}

.flex-shrink-0 {
  -webkit-flex-shrink: 0 !important;
      -ms-flex-negative: 0 !important;
          flex-shrink: 0 !important;
}

.flex-shrink-1 {
  -webkit-flex-shrink: 1 !important;
      -ms-flex-negative: 1 !important;
          flex-shrink: 1 !important;
}

.justify-content-start {
  -webkit-box-pack: start !important;
  -webkit-justify-content: flex-start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
}

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

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

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

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

.align-items-start {
  -webkit-box-align: start !important;
  -webkit-align-items: flex-start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important;
}

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

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

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

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

.align-content-start {
  -webkit-align-content: flex-start !important;
      -ms-flex-line-pack: start !important;
          align-content: flex-start !important;
}

.align-content-end {
  -webkit-align-content: flex-end !important;
      -ms-flex-line-pack: end !important;
          align-content: flex-end !important;
}

.align-content-center {
  -webkit-align-content: center !important;
      -ms-flex-line-pack: center !important;
          align-content: center !important;
}

.align-content-between {
  -webkit-align-content: space-between !important;
      -ms-flex-line-pack: justify !important;
          align-content: space-between !important;
}

.align-content-around {
  -webkit-align-content: space-around !important;
      -ms-flex-line-pack: distribute !important;
          align-content: space-around !important;
}

.align-content-stretch {
  -webkit-align-content: stretch !important;
      -ms-flex-line-pack: stretch !important;
          align-content: stretch !important;
}

.align-self-auto {
  -webkit-align-self: auto !important;
      -ms-flex-item-align: auto !important;
          align-self: auto !important;
}

.align-self-start {
  -webkit-align-self: flex-start !important;
      -ms-flex-item-align: start !important;
          align-self: flex-start !important;
}

.align-self-end {
  -webkit-align-self: flex-end !important;
      -ms-flex-item-align: end !important;
          align-self: flex-end !important;
}

.align-self-center {
  -webkit-align-self: center !important;
      -ms-flex-item-align: center !important;
          align-self: center !important;
}

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

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

@media (min-width: 576px) {
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: column-reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    -webkit-flex-wrap: wrap !important;
        -ms-flex-wrap: wrap !important;
            flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -webkit-flex-wrap: nowrap !important;
        -ms-flex-wrap: nowrap !important;
            flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
        -ms-flex-wrap: wrap-reverse !important;
            flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    -webkit-box-flex: 1 !important;
    -webkit-flex: 1 1 auto !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    -webkit-box-flex: 0 !important;
    -webkit-flex-grow: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    -webkit-box-flex: 1 !important;
    -webkit-flex-grow: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    -webkit-flex-shrink: 0 !important;
        -ms-flex-negative: 0 !important;
            flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    -webkit-flex-shrink: 1 !important;
        -ms-flex-negative: 1 !important;
            flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -webkit-justify-content: space-around !important;
        -ms-flex-pack: distribute !important;
            justify-content: space-around !important;
  }
  .align-items-sm-start {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-sm-end {
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-sm-center {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-sm-start {
    -webkit-align-content: flex-start !important;
        -ms-flex-line-pack: start !important;
            align-content: flex-start !important;
  }
  .align-content-sm-end {
    -webkit-align-content: flex-end !important;
        -ms-flex-line-pack: end !important;
            align-content: flex-end !important;
  }
  .align-content-sm-center {
    -webkit-align-content: center !important;
        -ms-flex-line-pack: center !important;
            align-content: center !important;
  }
  .align-content-sm-between {
    -webkit-align-content: space-between !important;
        -ms-flex-line-pack: justify !important;
            align-content: space-between !important;
  }
  .align-content-sm-around {
    -webkit-align-content: space-around !important;
        -ms-flex-line-pack: distribute !important;
            align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -webkit-align-content: stretch !important;
        -ms-flex-line-pack: stretch !important;
            align-content: stretch !important;
  }
  .align-self-sm-auto {
    -webkit-align-self: auto !important;
        -ms-flex-item-align: auto !important;
            align-self: auto !important;
  }
  .align-self-sm-start {
    -webkit-align-self: flex-start !important;
        -ms-flex-item-align: start !important;
            align-self: flex-start !important;
  }
  .align-self-sm-end {
    -webkit-align-self: flex-end !important;
        -ms-flex-item-align: end !important;
            align-self: flex-end !important;
  }
  .align-self-sm-center {
    -webkit-align-self: center !important;
        -ms-flex-item-align: center !important;
            align-self: center !important;
  }
  .align-self-sm-baseline {
    -webkit-align-self: baseline !important;
        -ms-flex-item-align: baseline !important;
            align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -webkit-align-self: stretch !important;
        -ms-flex-item-align: stretch !important;
            align-self: stretch !important;
  }
}

@media (min-width: 768px) {
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: column-reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    -webkit-flex-wrap: wrap !important;
        -ms-flex-wrap: wrap !important;
            flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -webkit-flex-wrap: nowrap !important;
        -ms-flex-wrap: nowrap !important;
            flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
        -ms-flex-wrap: wrap-reverse !important;
            flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    -webkit-box-flex: 1 !important;
    -webkit-flex: 1 1 auto !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    -webkit-box-flex: 0 !important;
    -webkit-flex-grow: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    -webkit-box-flex: 1 !important;
    -webkit-flex-grow: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    -webkit-flex-shrink: 0 !important;
        -ms-flex-negative: 0 !important;
            flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    -webkit-flex-shrink: 1 !important;
        -ms-flex-negative: 1 !important;
            flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-md-between {
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-md-around {
    -webkit-justify-content: space-around !important;
        -ms-flex-pack: distribute !important;
            justify-content: space-around !important;
  }
  .align-items-md-start {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-md-end {
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-md-center {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-md-start {
    -webkit-align-content: flex-start !important;
        -ms-flex-line-pack: start !important;
            align-content: flex-start !important;
  }
  .align-content-md-end {
    -webkit-align-content: flex-end !important;
        -ms-flex-line-pack: end !important;
            align-content: flex-end !important;
  }
  .align-content-md-center {
    -webkit-align-content: center !important;
        -ms-flex-line-pack: center !important;
            align-content: center !important;
  }
  .align-content-md-between {
    -webkit-align-content: space-between !important;
        -ms-flex-line-pack: justify !important;
            align-content: space-between !important;
  }
  .align-content-md-around {
    -webkit-align-content: space-around !important;
        -ms-flex-line-pack: distribute !important;
            align-content: space-around !important;
  }
  .align-content-md-stretch {
    -webkit-align-content: stretch !important;
        -ms-flex-line-pack: stretch !important;
            align-content: stretch !important;
  }
  .align-self-md-auto {
    -webkit-align-self: auto !important;
        -ms-flex-item-align: auto !important;
            align-self: auto !important;
  }
  .align-self-md-start {
    -webkit-align-self: flex-start !important;
        -ms-flex-item-align: start !important;
            align-self: flex-start !important;
  }
  .align-self-md-end {
    -webkit-align-self: flex-end !important;
        -ms-flex-item-align: end !important;
            align-self: flex-end !important;
  }
  .align-self-md-center {
    -webkit-align-self: center !important;
        -ms-flex-item-align: center !important;
            align-self: center !important;
  }
  .align-self-md-baseline {
    -webkit-align-self: baseline !important;
        -ms-flex-item-align: baseline !important;
            align-self: baseline !important;
  }
  .align-self-md-stretch {
    -webkit-align-self: stretch !important;
        -ms-flex-item-align: stretch !important;
            align-self: stretch !important;
  }
}

@media (min-width: 992px) {
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: column-reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    -webkit-flex-wrap: wrap !important;
        -ms-flex-wrap: wrap !important;
            flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -webkit-flex-wrap: nowrap !important;
        -ms-flex-wrap: nowrap !important;
            flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
        -ms-flex-wrap: wrap-reverse !important;
            flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    -webkit-box-flex: 1 !important;
    -webkit-flex: 1 1 auto !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    -webkit-box-flex: 0 !important;
    -webkit-flex-grow: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    -webkit-box-flex: 1 !important;
    -webkit-flex-grow: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    -webkit-flex-shrink: 0 !important;
        -ms-flex-negative: 0 !important;
            flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    -webkit-flex-shrink: 1 !important;
        -ms-flex-negative: 1 !important;
            flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -webkit-justify-content: space-around !important;
        -ms-flex-pack: distribute !important;
            justify-content: space-around !important;
  }
  .align-items-lg-start {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-lg-end {
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-lg-center {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-lg-start {
    -webkit-align-content: flex-start !important;
        -ms-flex-line-pack: start !important;
            align-content: flex-start !important;
  }
  .align-content-lg-end {
    -webkit-align-content: flex-end !important;
        -ms-flex-line-pack: end !important;
            align-content: flex-end !important;
  }
  .align-content-lg-center {
    -webkit-align-content: center !important;
        -ms-flex-line-pack: center !important;
            align-content: center !important;
  }
  .align-content-lg-between {
    -webkit-align-content: space-between !important;
        -ms-flex-line-pack: justify !important;
            align-content: space-between !important;
  }
  .align-content-lg-around {
    -webkit-align-content: space-around !important;
        -ms-flex-line-pack: distribute !important;
            align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -webkit-align-content: stretch !important;
        -ms-flex-line-pack: stretch !important;
            align-content: stretch !important;
  }
  .align-self-lg-auto {
    -webkit-align-self: auto !important;
        -ms-flex-item-align: auto !important;
            align-self: auto !important;
  }
  .align-self-lg-start {
    -webkit-align-self: flex-start !important;
        -ms-flex-item-align: start !important;
            align-self: flex-start !important;
  }
  .align-self-lg-end {
    -webkit-align-self: flex-end !important;
        -ms-flex-item-align: end !important;
            align-self: flex-end !important;
  }
  .align-self-lg-center {
    -webkit-align-self: center !important;
        -ms-flex-item-align: center !important;
            align-self: center !important;
  }
  .align-self-lg-baseline {
    -webkit-align-self: baseline !important;
        -ms-flex-item-align: baseline !important;
            align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -webkit-align-self: stretch !important;
        -ms-flex-item-align: stretch !important;
            align-self: stretch !important;
  }
}

@media (min-width: 1200px) {
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: column-reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    -webkit-flex-wrap: wrap !important;
        -ms-flex-wrap: wrap !important;
            flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -webkit-flex-wrap: nowrap !important;
        -ms-flex-wrap: nowrap !important;
            flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
        -ms-flex-wrap: wrap-reverse !important;
            flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    -webkit-box-flex: 1 !important;
    -webkit-flex: 1 1 auto !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    -webkit-box-flex: 0 !important;
    -webkit-flex-grow: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    -webkit-box-flex: 1 !important;
    -webkit-flex-grow: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    -webkit-flex-shrink: 0 !important;
        -ms-flex-negative: 0 !important;
            flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    -webkit-flex-shrink: 1 !important;
        -ms-flex-negative: 1 !important;
            flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -webkit-justify-content: space-around !important;
        -ms-flex-pack: distribute !important;
            justify-content: space-around !important;
  }
  .align-items-xl-start {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-xl-end {
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-xl-center {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-xl-start {
    -webkit-align-content: flex-start !important;
        -ms-flex-line-pack: start !important;
            align-content: flex-start !important;
  }
  .align-content-xl-end {
    -webkit-align-content: flex-end !important;
        -ms-flex-line-pack: end !important;
            align-content: flex-end !important;
  }
  .align-content-xl-center {
    -webkit-align-content: center !important;
        -ms-flex-line-pack: center !important;
            align-content: center !important;
  }
  .align-content-xl-between {
    -webkit-align-content: space-between !important;
        -ms-flex-line-pack: justify !important;
            align-content: space-between !important;
  }
  .align-content-xl-around {
    -webkit-align-content: space-around !important;
        -ms-flex-line-pack: distribute !important;
            align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -webkit-align-content: stretch !important;
        -ms-flex-line-pack: stretch !important;
            align-content: stretch !important;
  }
  .align-self-xl-auto {
    -webkit-align-self: auto !important;
        -ms-flex-item-align: auto !important;
            align-self: auto !important;
  }
  .align-self-xl-start {
    -webkit-align-self: flex-start !important;
        -ms-flex-item-align: start !important;
            align-self: flex-start !important;
  }
  .align-self-xl-end {
    -webkit-align-self: flex-end !important;
        -ms-flex-item-align: end !important;
            align-self: flex-end !important;
  }
  .align-self-xl-center {
    -webkit-align-self: center !important;
        -ms-flex-item-align: center !important;
            align-self: center !important;
  }
  .align-self-xl-baseline {
    -webkit-align-self: baseline !important;
        -ms-flex-item-align: baseline !important;
            align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -webkit-align-self: stretch !important;
        -ms-flex-item-align: stretch !important;
            align-self: stretch !important;
  }
}

.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

.m-n1 {
  margin: -0.25rem !important;
}

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}

.m-n2 {
  margin: -0.5rem !important;
}

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}

.m-n3 {
  margin: -1rem !important;
}

.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}

.m-n4 {
  margin: -1.5rem !important;
}

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}

.m-n5 {
  margin: -3rem !important;
}

.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .m-sm-n3 {
    margin: -1rem !important;
  }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important;
  }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important;
  }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important;
  }
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .m-sm-n5 {
    margin: -3rem !important;
  }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important;
  }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important;
  }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  .m-md-n3 {
    margin: -1rem !important;
  }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important;
  }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important;
  }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important;
  }
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  .m-md-n5 {
    margin: -3rem !important;
  }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important;
  }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important;
  }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .m-lg-n3 {
    margin: -1rem !important;
  }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important;
  }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important;
  }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important;
  }
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .m-lg-n5 {
    margin: -3rem !important;
  }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important;
  }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important;
  }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xl-n3 {
    margin: -1rem !important;
  }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important;
  }
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xl-n5 {
    margin: -3rem !important;
  }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}

/*--------------------------------------------------------------
# WooCommerce
--------------------------------------------------------------*/
/**
 * Shop tables
 */
table.shop_table_responsive thead {
  display: none;
}

table.shop_table_responsive tbody th {
  display: none;
}

table.shop_table_responsive tr td {
  display: block;
  text-align: right;
  clear: both;
}

table.shop_table_responsive tr td::before {
  content: attr(data-title) ": ";
  float: left;
}

table.shop_table_responsive tr td.product-remove a {
  text-align: left;
}

table.shop_table_responsive tr td.product-remove::before {
  display: none;
}

table.shop_table_responsive tr td.actions::before, table.shop_table_responsive tr td.download-actions::before {
  display: none;
}

table.shop_table_responsive tr td.download-actions .button {
  display: block;
  text-align: center;
}

@media screen and (min-width: 48em) {
  table.shop_table_responsive thead {
    display: table-header-group;
  }
  table.shop_table_responsive tbody th {
    display: table-cell;
  }
  table.shop_table_responsive tr th, table.shop_table_responsive tr td {
    text-align: left;
  }
  table.shop_table_responsive tr td {
    display: table-cell;
  }
  table.shop_table_responsive tr td::before {
    display: none;
  }
}

/**
 * Products
 */
ul.products {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

ul.products li.product {
  position: relative;
  width: 33%;
}

ul.products li.product img {
  display: block;
}

ul.products li.product .button {
  display: block;
}

/**
 * Single Product
 */
.single-product .product {
  position: relative;
}

.woocommerce-product-gallery {
  position: relative;
}

.woocommerce-product-gallery .woocommerce-product-gallery__trigger {
  position: absolute;
  top: 1em;
  right: 1em;
  display: block;
  z-index: 99;
}

.woocommerce-product-gallery .flex-viewport {
  margin-bottom: 30px;
}

.woocommerce-product-gallery .flex-control-thumbs {
  margin: 0;
  padding: 0;
}

.woocommerce-product-gallery .flex-control-thumbs::after {
  content: '';
  display: table;
  clear: both;
}

.woocommerce-product-gallery .flex-control-thumbs li {
  list-style: none;
  cursor: pointer;
  float: left;
}

.woocommerce-product-gallery .flex-control-thumbs li img {
  opacity: .5;
}

.woocommerce-product-gallery .flex-control-thumbs li img.flex-active {
  opacity: 1;
}

.woocommerce-product-gallery .flex-control-thumbs li:hover img {
  opacity: 1;
}

.woocommerce-product-gallery.woocommerce-product-gallery--columns-2 .flex-control-thumbs li {
  width: 48.1%;
}

.woocommerce-product-gallery.woocommerce-product-gallery--columns-2 .flex-control-thumbs li:nth-child(2n) {
  margin-right: 0;
}

.woocommerce-product-gallery.woocommerce-product-gallery--columns-2 .flex-control-thumbs li:nth-child(2n+1) {
  clear: both;
}

.woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .flex-control-thumbs li {
  width: 30.79667%;
}

.woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .flex-control-thumbs li:nth-child(3n) {
  margin-right: 0;
}

.woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .flex-control-thumbs li:nth-child(3n+1) {
  clear: both;
}

.woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li {
  width: 22.15%;
}

.woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n) {
  margin-right: 0;
}

.woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n+1) {
  clear: both;
}

.woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li {
  width: 16.96%;
}

.woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li:nth-child(5n) {
  margin-right: 0;
}

.woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li:nth-child(5n+1) {
  clear: both;
}

.stock:empty::before {
  display: none;
}

.stock.in-stock {
  color: #4fc08d;
}

.stock.out-of-stock {
  color: #e2401c;
}

/**
 * Checkout
 */
@media screen and (min-width: 768px) {
  .col2-set .form-row-first {
    float: left;
    margin-right: 3.8%;
  }
  .col2-set .form-row-last {
    float: right;
    margin-right: 0;
  }
  .col2-set .form-row-first,
  .col2-set .form-row-last {
    width: 48.1%;
  }
}

/**
 * Header cart
 */
.site-header-cart {
  position: relative;
  margin: 0;
  padding: 0;
}

.site-header-cart::after {
  content: '';
  display: table;
  clear: both;
}

.site-header-cart .cart-contents {
  text-decoration: none;
}

.site-header-cart .widget_shopping_cart {
  display: none;
}

.site-header-cart .product_list_widget {
  margin: 0;
  padding: 0;
}

/**
 * Star rating
 */
.star-rating {
  overflow: hidden;
  position: relative;
  height: 1.618em;
  line-height: 1.618;
  font-size: 1em;
  width: 5.3em;
  font-family: 'star';
  font-weight: 400;
}

.star-rating::before {
  content: '\53\53\53\53\53';
  opacity: .25;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
}

.star-rating span {
  overflow: hidden;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
  padding-top: 1.5em;
}

.star-rating span::before {
  content: '\53\53\53\53\53';
  top: 0;
  position: absolute;
  left: 0;
  color: #000;
}

p.stars a {
  position: relative;
  height: 1em;
  width: 1em;
  text-indent: -999em;
  display: inline-block;
  text-decoration: none;
  margin-right: 1px;
  font-weight: 400;
}

p.stars a::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 1em;
  height: 1em;
  line-height: 1;
  font-family: 'star';
  content: '\53';
  color: #000;
  text-indent: 0;
  opacity: .25;
}

p.stars a:hover ~ a::before {
  content: '\53';
  color: #000;
  opacity: .25;
}

p.stars:hover a::before {
  content: '\53';
  color: #000;
  opacity: 1;
}

p.stars.selected a.active::before {
  content: '\53';
  color: #000;
  opacity: 1;
}

p.stars.selected a.active ~ a::before {
  content: '\53';
  color: #000;
  opacity: .25;
}

p.stars.selected a:not(.active)::before {
  content: '\53';
  color: #000;
  opacity: 1;
}

/**
 * Tabs
 */
.woocommerce-tabs ul.tabs {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: left;
}

.woocommerce-tabs ul.tabs li {
  display: block;
  margin: 0;
  position: relative;
}

.woocommerce-tabs ul.tabs li a {
  padding: 1em 0;
  display: block;
}

.woocommerce-tabs .panel h2:first-of-type {
  margin-bottom: 1em;
}

/**
 * Password strength meter
 */
.woocommerce-password-strength {
  text-align: right;
}

.woocommerce-password-strength.strong {
  color: #4fc08d;
}

.woocommerce-password-strength.short {
  color: #e2401c;
}

.woocommerce-password-strength.bad {
  color: #e2401c;
}

.woocommerce-password-strength.good {
  color: #3d9cd2;
}

/**
 * Forms
 */
.form-row.woocommerce-validated input.input-text {
  -webkit-box-shadow: inset 2px 0 0 #4fc08d;
          box-shadow: inset 2px 0 0 #4fc08d;
}

.form-row.woocommerce-invalid input.input-text {
  -webkit-box-shadow: inset 2px 0 0 #e2401c;
          box-shadow: inset 2px 0 0 #e2401c;
}

.required {
  color: #ff0;
}

/**
 * Notices
 */
.woocommerce-message,
.woocommerce-info,
.woocommerce-error,
.woocommerce-noreviews,
p.no-comments {
  background-color: #4fc08d;
  clear: both;
}

.woocommerce-message::after,
.woocommerce-info::after,
.woocommerce-error::after,
.woocommerce-noreviews::after,
p.no-comments::after {
  content: '';
  display: table;
  clear: both;
}

.woocommerce-info,
.woocommerce-noreviews,
p.no-comments {
  background-color: #3d9cd2;
}

.woocommerce-error {
  background-color: #e2401c;
}

.demo_store {
  position: fixed;
  left: 0;
  bottom: 0;
  right: 0;
  margin: 0;
  padding: 1em;
  background-color: #3d9cd2;
  z-index: 9999;
}

@media screen and (min-width: 48em) {
  /**
	 * Header cart
	 */
  .site-header-cart .widget_shopping_cart {
    position: absolute;
    top: 100%;
    width: 100%;
    z-index: 999999;
    left: -999em;
    display: block;
    -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
            box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  }
  .site-header-cart:hover .widget_shopping_cart, .site-header-cart.focus .widget_shopping_cart {
    left: 0;
    display: block;
  }
}

/**
 * WooCommerce Price Filter
 */
.widget_price_filter .price_slider {
  margin-bottom: 1.5em;
}

.widget_price_filter .price_slider_amount {
  text-align: right;
  line-height: 2.4em;
}

.widget_price_filter .price_slider_amount .button {
  float: left;
}

.widget_price_filter .ui-slider {
  position: relative;
  text-align: left;
}

.widget_price_filter .ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1em;
  height: 1em;
  cursor: ew-resize;
  outline: none;
  background: #000;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: -.25em;
  opacity: 1;
}

.widget_price_filter .ui-slider .ui-slider-handle:last-child {
  margin-left: -1em;
}

.widget_price_filter .ui-slider .ui-slider-handle:hover, .widget_price_filter .ui-slider .ui-slider-handle.ui-state-active {
  -webkit-box-shadow: 0 0 0 0.25em rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 0 0.25em rgba(0, 0, 0, 0.1);
}

.widget_price_filter .ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  display: block;
  border: 0;
  background: #000;
}

.widget_price_filter .price_slider_wrapper .ui-widget-content {
  background: rgba(0, 0, 0, 0.1);
}

.widget_price_filter .ui-slider-horizontal {
  height: .5em;
}

.widget_price_filter .ui-slider-horizontal .ui-slider-range {
  height: 100%;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
  font-family: "RecoletaMedium", Arial, Helvetica, sans-serif;
  color: #000;
  font-size: 16px;
  line-height: 1.5;
}

pre {
  background: #ededed;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
  font-size: 12px;
  margin-bottom: 30px;
}

.pretitle {
  display: block;
  font-size: 22px;
  font-family: "WorkSansRegular", Georgia, serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0;
  line-height: 1.3;
  color: #d54155;
}

.page-title {
  display: block;
  font-size: 66px;
  font-family: "RecoletaMedium", Arial, Helvetica, sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: -0.66px;
  line-height: 70px;
  color: #1d444b;
}

@media screen and (max-width: 1199px) {
  .page-title {
    font-size: 55px;
    line-height: 1.2;
  }
}

@media screen and (max-width: 991px) {
  .page-title {
    font-size: 50px;
  }
}

@media screen and (max-width: 767px) {
  .page-title {
    font-size: 47px;
  }
}

@media screen and (max-width: 575px) {
  .page-title {
    font-size: 45px;
  }
}

@media screen and (max-width: 400px) {
  .page-title {
    font-size: 40px;
  }
}

.page-title--big {
  font-size: 80px;
  letter-spacing: normal;
  line-height: 80px;
}

@media screen and (max-width: 1300px) {
  .page-title--big {
    font-size: 65px;
    line-height: 1.2;
  }
}

@media screen and (max-width: 1199px) {
  .page-title--big {
    font-size: 55px;
  }
}

@media screen and (max-width: 991px) {
  .page-title--big {
    font-size: 52px;
  }
}

@media screen and (max-width: 767px) {
  .page-title--big {
    font-size: 47px;
  }
}

@media screen and (max-width: 575px) {
  .page-title--big {
    font-size: 45px;
  }
}

@media screen and (max-width: 400px) {
  .page-title--big {
    font-size: 40px;
  }
}

.page-title--mid {
  font-size: 60px;
  letter-spacing: -0.6px;
  line-height: 76px;
}

@media screen and (max-width: 991px) {
  .page-title--mid {
    font-size: 50px;
    line-height: 1.2;
  }
}

@media screen and (max-width: 500px) {
  .page-title--mid {
    font-size: 45px;
    line-height: 1.2;
  }
}

@media screen and (max-width: 400px) {
  .page-title--mid {
    font-size: 32px;
  }
}

.page-title--small {
  font-size: 56px;
  letter-spacing: -0.56px;
  line-height: 66px;
}

@media screen and (max-width: 1199px) {
  .page-title--small {
    font-size: 40px;
    line-height: 1.2;
  }
}

@media screen and (max-width: 991px) {
  .page-title--small {
    font-size: 35px;
  }
}

.section-title {
  display: block;
  font-size: 50px;
  font-family: "RecoletaMedium", Arial, Helvetica, sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: -0.5px;
  line-height: 56px;
  color: #1d444b;
}

@media screen and (max-width: 1199px) {
  .section-title {
    line-height: 1.2;
  }
}

@media screen and (max-width: 991px) {
  .section-title {
    font-size: 45px;
  }
}

@media screen and (max-width: 767px) {
  .section-title {
    font-size: 40px;
  }
}

@media screen and (max-width: 400px) {
  .section-title {
    font-size: 38px;
  }
}

.section-title--small {
  font-size: 40px;
  font-family: "RecoletaMedium", Arial, Helvetica, sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: -0.4px;
  line-height: 50px;
  color: #1d444b;
}

@media screen and (max-width: 1199px) {
  .section-title--small {
    line-height: 1.2;
  }
}

@media screen and (max-width: 767px) {
  .section-title--small {
    font-size: 35px;
  }
}

@media screen and (max-width: 575px) {
  .section-title--small {
    font-size: 32px;
  }
}

@media screen and (max-width: 400px) {
  .section-title--small {
    font-size: 30px;
  }
}

/*--------------------------------------------------------------
## Entry Content
--------------------------------------------------------------*/
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
  font-family: "RecoletaMedium", Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 500;
  line-height: 1.2;
  color: #1d444b;
  margin-bottom: 20px;
}

.entry-content h1 {
  font-size: 40px;
  letter-spacing: -0.5px;
  margin: 51px 0 21px;
}

@media screen and (max-width: 991px) {
  .entry-content h1 {
    font-size: 38px;
  }
}

@media screen and (max-width: 767px) {
  .entry-content h1 {
    margin: 40px 0 15px;
  }
}

@media screen and (max-width: 500px) {
  .entry-content h1 {
    font-size: 35px;
    margin: 30px 0 15px;
  }
}

.entry-content h2 {
  font-size: 35px;
  letter-spacing: -0.4px;
}

@media screen and (max-width: 500px) {
  .entry-content h2 {
    font-size: 30px;
  }
}

.entry-content h3 {
  font-size: 30px;
  font-family: "WorkSansSemiBold", Georgia, serif;
  font-weight: 600;
  letter-spacing: -0.3px;
  margin-bottom: 27px;
}

@media screen and (max-width: 500px) {
  .entry-content h3 {
    font-size: 25px;
  }
}

.entry-content h4 {
  font-size: 25px;
  font-family: "WorkSansSemiBold", Georgia, serif;
  font-weight: 600;
  letter-spacing: -0.3px;
}

.entry-content h5 {
  font-size: 20px;
}

.entry-content h6 {
  font-size: 18px;
  font-family: "WorkSansSemiBold", Georgia, serif;
  font-weight: 600;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.3;
  color: #4c948a;
}

.entry-content p {
  font-size: 18px;
  font-family: "WorkSansRegular", Georgia, serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 30px;
  color: #1d444b;
  margin-bottom: 30px;
}

.entry-content p:last-child {
  margin-bottom: 0 !important;
}

.entry-content p strong {
  font-family: "WorkSansSemiBold", Georgia, serif;
  font-weight: 600;
}

@media screen and (max-width: 575px) {
  .entry-content p {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 20px;
  }
}

.entry-content li {
  position: relative;
  font-size: 20px;
  font-family: "WorkSansRegular", Georgia, serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 40px;
  color: #1d444b;
  padding-left: 41px;
  margin-bottom: 0;
}

.entry-content li::before {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #1d444b;
  position: absolute;
  top: 16px;
  left: 0;
}

@media screen and (max-width: 991px) {
  .entry-content li::before {
    top: 11px;
  }
}

@media screen and (max-width: 767px) {
  .entry-content li::before {
    top: 10px;
  }
}

@media screen and (max-width: 400px) {
  .entry-content li::before {
    top: 8px;
  }
}

.entry-content li:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 991px) {
  .entry-content li {
    line-height: 1.5;
    padding-left: 30px;
  }
}

@media screen and (max-width: 767px) {
  .entry-content li {
    font-size: 18px;
  }
}

@media screen and (max-width: 400px) {
  .entry-content li {
    font-size: 16px;
  }
}

.entry-content ul {
  padding-left: 19px;
}

@media screen and (max-width: 500px) {
  .entry-content ul {
    padding-left: 10px;
  }
}

.entry-content ul,
.entry-content ol {
  margin-bottom: 27px;
}

.entry-content ul li ul,
.entry-content ol li ul {
  padding-top: 10px;
  margin-bottom: 0;
}

.entry-content ul li:last-of-type,
.entry-content ol li:last-of-type {
  margin-bottom: 0;
}

.entry-content ol {
  margin-left: 43px;
}

.entry-content ol li {
  list-style: decimal;
  padding-left: 0;
}

.entry-content ol li::before {
  display: none;
}

.entry-content a {
  display: inline-block;
  position: relative;
  font-size: 20px;
  font-family: "WorkSansRegular", Georgia, serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 30px;
  color: #1d444b;
  text-decoration: underline;
  -webkit-transition: 350ms ease;
  transition: 350ms ease;
}

@media only screen and (min-width: 1250px) {
  .entry-content a:hover {
    color: #4c948a;
    text-decoration: underline;
  }
}

@media screen and (max-width: 575px) {
  .entry-content a {
    font-size: 16px;
    line-height: 1.5;
  }
}

.entry-content figure {
  border: 1px solid #fff;
  border-radius: 5px;
  overflow: hidden;
}

.entry-content figure a {
  display: block;
  -webkit-transition: 350ms ease;
  transition: 350ms ease;
}

.entry-content figure a::before {
  content: none;
}

.entry-content figure a:hover {
  opacity: .6;
}

.entry-content figure .size-full {
  width: 100%;
  display: block;
  opacity: .9;
}

.entry-content figure .wp-caption-text {
  background: #fff;
  color: #656565;
  margin: 0;
  padding: 5px;
  font-size: 12px;
}

.entry-content table {
  color: #656565;
  margin: 25px 0 35px;
  overflow-x: visible;
  table-layout: fixed;
  width: 100%;
}

.entry-content table,
.entry-content table th,
.entry-content table td {
  border: 0;
  text-align: left;
  padding: 8px;
}

.entry-content table th {
  font-weight: bold;
}

.entry-content table tr:nth-child(even) {
  background-color: #eee;
}

@media screen and (max-width: 991px) {
  .entry-content table {
    display: block;
    overflow-x: scroll;
    max-width: 700px;
  }
}

.entry-content tbody {
  width: 100%;
}

@media screen and (max-width: 991px) {
  .entry-content tbody {
    width: 700px;
    display: block;
  }
}

.entry-content blockquote {
  font-size: 20px;
  font-family: "WorkSansRegular", Georgia, serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 30px;
  color: #1d444b;
  background: #e3f2eb;
  border-left: 10px solid #e4c83f;
  margin: 30px;
  padding: 20px 30px;
  quotes: "“" "”" "‘" "’";
}

.entry-content blockquote::before {
  color: #e4c83f;
  content: open-quote;
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em;
}

/*--------------------------------------------------------------
## Base Layout
--------------------------------------------------------------*/
html, body {
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  height: 100%;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.site-main {
  min-height: calc(100vh - 170px);
}

@media screen and (max-width: 1199px) {
  .site-main {
    min-height: calc(100vh - 130px);
  }
}

.page-header {
  margin: 50px 0;
}

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

/*--------------------------------------------------------------
# Parts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Buttons
--------------------------------------------------------------*/
input[type='submit'],
.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;
  text-align: center;
  border: 2px solid #d54155;
  border-radius: 3px;
  padding: 15px 33px 14px;
  font-size: 16px;
  outline: none;
  min-width: 167px;
  background-color: #d54155;
  font-family: "WorkSansSemiBold", Georgia, serif;
  font-weight: 600;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.2;
  color: #fff;
  -webkit-transition: 350ms ease;
  transition: 350ms ease;
}

@media only screen and (min-width: 1250px) {
  input[type='submit']:hover,
  .btn:hover {
    background-color: transparent;
    color: #d54155;
  }
}

@media screen and (max-width: 767px) {
  input[type='submit'],
  .btn {
    padding: 10px 15px;
    min-width: 150px;
    font-size: 14px;
  }
}

@media screen and (max-width: 575px) {
  input[type='submit'],
  .btn {
    min-width: 120px;
  }
}

.btn--small {
  padding: 14px 27px 13px 26px;
}

@media screen and (max-width: 767px) {
  .btn--small {
    padding: 10px 15px;
  }
}

.btn--yellow {
  border: 2px solid #e4c83f;
  background-color: #e4c83f;
}

@media only screen and (min-width: 1250px) {
  .btn--yellow:hover {
    background-color: transparent;
    color: #e4c83f;
  }
}

.btn--pine {
  border: 2px solid #4c948a;
  background-color: #4c948a;
  padding: 14px 53px;
}

@media only screen and (min-width: 1250px) {
  .btn--pine:hover {
    background-color: transparent;
    color: #4c948a;
  }
}

.btn-image {
  display: inline-block;
  text-align: center;
  padding: 14px 15px;
  outline: none;
  min-width: 95px;
  font-size: 13px;
  font-family: "WorkSansSemiBold", Georgia, serif;
  font-weight: 600;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.2;
  color: #d54155;
  background-image: url("./src/assets/images/btn-image.png");
  background-size: 100% 44px;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transition: 350ms ease;
  transition: 350ms ease;
}

@media screen and (max-width: 991px) {
  .btn-image {
    line-height: 1;
  }
}

@media only screen and (min-width: 1250px) {
  .btn-image:hover {
    color: #e4c83f;
    background-image: url("./src/assets/images/btn-yellow-image.png");
  }
}

.btn-image--big {
  position: relative;
  padding: 19px 15px;
  min-width: 132px;
  font-size: 18px;
  background-image: url("./src/assets/images/btn-image--big.png");
}

@media screen and (max-width: 400px) {
  .btn-image--big {
    font-size: 16px;
    padding: 18px 15px 23px;
    min-width: 112px;
  }
}

@media only screen and (min-width: 1250px) {
  .btn-image--big:hover {
    background-image: url("./src/assets/images/btn-image-yellow--big.png");
  }
}

.btn-image--green {
  background-image: url("./src/assets/images/btn-image-green.png");
  color: #4c948a;
}

@media only screen and (min-width: 1250px) {
  .btn-image--green:hover {
    color: #e4c83f;
    background-image: url("./src/assets/images/btn-yellow-image.png");
  }
}

.btn-special {
  min-width: 290px;
  -webkit-box-shadow: 0 3px 2px rgba(76, 148, 138, 0.11);
          box-shadow: 0 3px 2px rgba(76, 148, 138, 0.11);
  border-radius: 5px;
  border: 1px solid rgba(76, 148, 138, 0.2);
  background-color: #fffcf4;
  font-size: 16px;
  font-family: "WorkSansSemiBold", Georgia, serif;
  font-weight: 600;
  font-style: normal;
  letter-spacing: normal;
  line-height: 30px;
  text-align: center;
  color: #1d444b;
  padding: 17px 15px;
  -webkit-transition: 350ms ease;
  transition: 350ms ease;
}

@media only screen and (min-width: 1250px) {
  .btn-special:hover {
    background-color: #4c948a;
    color: #fffcf4;
  }
}

.btn-special.active {
  background-color: #4c948a;
  color: #fffcf4;
}

@media screen and (max-width: 991px) {
  .btn-special {
    min-width: 200px;
    padding: 15px;
  }
}

@media screen and (max-width: 767px) {
  .btn-special {
    font-size: 15px;
    min-width: 130px;
  }
}

@media screen and (max-width: 500px) {
  .btn-special {
    min-width: 70%;
  }
}

@media screen and (max-width: 400px) {
  .btn-special {
    min-width: 100%;
  }
}

/*--------------------------------------------------------------
## Forms
--------------------------------------------------------------*/
input[type='text'],
input[type='email'],
input[type='url'],
input[type='password'],
input[type='search'],
input[type='number'],
input[type='tel'],
input[type='range'],
input[type='date'],
input[type='month'],
input[type='week'],
input[type='time'],
input[type='datetime'],
input[type='datetime-local'],
input[type='color'],
textarea {
  background-color: #fefefe;
  border: 1px solid rgba(76, 148, 138, 0.35);
  border-radius: 5px;
  display: block;
  padding: 12px;
  width: 100%;
  font-size: 17px;
  font-family: "RecoletaMedium", Arial, Helvetica, sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.2;
  text-overflow: ellipsis;
  color: #1d444b;
  -webkit-transition: 350ms ease;
  transition: 350ms ease;
}

input[type='text'].wpcf7-not-valid,
input[type='email'].wpcf7-not-valid,
input[type='url'].wpcf7-not-valid,
input[type='password'].wpcf7-not-valid,
input[type='search'].wpcf7-not-valid,
input[type='number'].wpcf7-not-valid,
input[type='tel'].wpcf7-not-valid,
input[type='range'].wpcf7-not-valid,
input[type='date'].wpcf7-not-valid,
input[type='month'].wpcf7-not-valid,
input[type='week'].wpcf7-not-valid,
input[type='time'].wpcf7-not-valid,
input[type='datetime'].wpcf7-not-valid,
input[type='datetime-local'].wpcf7-not-valid,
input[type='color'].wpcf7-not-valid,
textarea.wpcf7-not-valid {
  border: 1px solid rgba(213, 65, 85, 0.38);
  background-color: #ffe9eb;
}

input[type='text']:invalid,
input[type='email']:invalid,
input[type='url']:invalid,
input[type='password']:invalid,
input[type='search']:invalid,
input[type='number']:invalid,
input[type='tel']:invalid,
input[type='range']:invalid,
input[type='date']:invalid,
input[type='month']:invalid,
input[type='week']:invalid,
input[type='time']:invalid,
input[type='datetime']:invalid,
input[type='datetime-local']:invalid,
input[type='color']:invalid,
textarea:invalid {
  border: 1px solid rgba(213, 65, 85, 0.38);
  background-color: #ffe9eb;
}

input[type='text']:focus,
input[type='email']:focus,
input[type='url']:focus,
input[type='password']:focus,
input[type='search']:focus,
input[type='number']:focus,
input[type='tel']:focus,
input[type='range']:focus,
input[type='date']:focus,
input[type='month']:focus,
input[type='week']:focus,
input[type='time']:focus,
input[type='datetime']:focus,
input[type='datetime-local']:focus,
input[type='color']:focus,
textarea:focus {
  border-color: #4c948a;
  background-color: #fffcf4;
}

@media screen and (max-width: 767px) {
  input[type='text'],
  input[type='email'],
  input[type='url'],
  input[type='password'],
  input[type='search'],
  input[type='number'],
  input[type='tel'],
  input[type='range'],
  input[type='date'],
  input[type='month'],
  input[type='week'],
  input[type='time'],
  input[type='datetime'],
  input[type='datetime-local'],
  input[type='color'],
  textarea {
    font-size: 16px;
  }
}

input[type='submit'] {
  display: inline-block;
  text-align: center;
  border: 2px solid #d54155;
  border-radius: 3px;
  padding: 15px 33px 14px;
  font-size: 16px;
  outline: none;
  min-width: 167px;
  background-color: #d54155;
  font-family: "WorkSansSemiBold", Georgia, serif;
  font-weight: 600;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.2;
  color: #fff;
  -webkit-transition: 350ms ease;
  transition: 350ms ease;
}

@media only screen and (min-width: 1250px) {
  input[type='submit']:hover {
    background-color: transparent;
    color: #d54155;
  }
}

.contact-box__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -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;
}

.contact-box__wrapper-label {
  display: block;
  font-size: 12px;
  font-family: "WorkSansSemiBold", Georgia, serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: normal;
  line-height: 21px;
  color: #1d444b;
  margin-bottom: 3px;
}

.contact-box__wrapper-label .required {
  color: #d54155;
}

.contact-box__wrapper-input {
  width: 48.9%;
  margin-top: 17px;
}

.contact-box__wrapper-input.contact-box__wrapper-input--hidden {
  display: none;
}

.contact-box__wrapper-input--msg {
  width: 100%;
  margin-top: 26px;
}

.contact-box__wrapper-input--msg textarea {
  resize: none;
  white-space: initial;
  min-height: 114px;
  max-height: 114px;
  overflow-y: auto;
}

.contact-box__wrapper-input-submit {
  position: relative;
  margin-left: auto;
  margin-top: 25px;
  -webkit-transform: translateY(-25px);
          transform: translateY(-25px);
}

.contact-box__wrapper-input-submit .ajax-loader,
.contact-box__wrapper-input-submit .wpcf7-spinner {
  position: absolute;
  top: 50%;
  right: -20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin: 0;
  width: 16px;
  height: 16px;
  background-color: #4c948a;
}

.contact-box__wrapper-input-submit .ajax-loader::before,
.contact-box__wrapper-input-submit .wpcf7-spinner::before {
  width: 4px;
  height: 4px;
  -webkit-transform-origin: 4px 4px;
          transform-origin: 4px 4px;
}

@media screen and (max-width: 1199px) {
  .contact-box__wrapper-input-submit .ajax-loader::before,
  .contact-box__wrapper-input-submit .wpcf7-spinner::before {
    width: 3px;
    height: 3px;
    -webkit-transform-origin: 3px 3px;
            transform-origin: 3px 3px;
  }
}

@media screen and (max-width: 1199px) {
  .contact-box__wrapper-input-submit .ajax-loader,
  .contact-box__wrapper-input-submit .wpcf7-spinner {
    width: 14px;
    height: 14px;
    right: -16px;
  }
}

@media screen and (max-width: 500px) {
  .contact-box__wrapper-input-submit .ajax-loader,
  .contact-box__wrapper-input-submit .wpcf7-spinner {
    width: 12px;
    height: 12px;
    right: -13px;
  }
}

/*--------------------------------------------------------------
## CF7 Plugin Form
--------------------------------------------------------------*/
.cf7-holder {
  position: relative;
}

.cf7-holder > * {
  position: relative;
  z-index: 0;
}

.cf7-holder .wpcf7 {
  opacity: 1;
  -webkit-transition: 350ms ease;
  transition: 350ms ease;
}

.cf7-holder.form-is-sent .wpcf7 {
  opacity: 0;
}

.cf7-holder .wpcf7-mail-sent-ok {
  display: none !important;
}

.cf7-holder__popup {
  position: absolute;
  top: 50%;
  color: #000;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(1.2);
          transform: translate(-50%, -50%) scale(1.2);
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  background-color: #fff;
  border: 5px;
  padding: 65px 15px;
  text-align: center;
  width: 100%;
  max-width: 100%;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  -webkit-transition: 350ms ease;
  transition: 350ms ease;
}

.form-is-sent .cf7-holder__popup {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
  -webkit-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
}

@media screen and (max-width: 767px) {
  .cf7-holder__popup {
    padding: 45px 15px;
  }
}

.cf7-holder__popup.cf7-holder__popup--subscribe {
  position: relative;
  top: auto;
  -webkit-transform: none;
          transform: none;
  left: auto;
  padding: 10px;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: transparent;
}

.cf7-holder__popup.cf7-holder__popup--subscribe .cf7-holder__popup-title {
  font-size: 14px;
  text-transform: initial;
}

.cf7-holder__popup-img {
  max-width: 250px;
  margin: 0 auto 15px;
}

.cf7-holder__popup-img img {
  margin: 0 auto;
}

@media screen and (max-width: 991px) {
  .cf7-holder__popup-img {
    max-width: 200px;
  }
}

@media screen and (max-width: 400px) {
  .cf7-holder__popup-img {
    max-width: 180px;
  }
}

.cf7-holder__popup-title {
  font-size: 25px;
  font-family: "RecoletaMedium", Arial, Helvetica, sans-serif;
  letter-spacing: normal;
  line-height: 1.3;
  text-transform: uppercase;
  text-align: center;
  color: #1d444b;
}

.cf7-holder__popup-title span {
  display: block;
}

@media screen and (max-width: 991px) {
  .cf7-holder__popup-title {
    font-size: 20px;
  }
}

@media screen and (max-width: 400px) {
  .cf7-holder__popup-title {
    font-size: 18px;
  }
}

.wpcf7-form-control-wrap {
  display: block;
}

.wpcf7-response-output {
  display: none !important;
}

.wpcf7-not-valid-tip {
  position: absolute;
  bottom: -17px;
  left: 2px;
  font-size: 10px;
  font-family: "WorkSansRegular", Georgia, serif;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.2;
  color: #d54155;
}

.input-form__special {
  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: 510px;
  width: 100%;
  margin-top: 49px;
}

@media screen and (max-width: 991px) {
  .input-form__special {
    margin-top: 30px;
  }
}

.input-form__special-texts {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -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;
}

.input-form__special-title {
  font-size: 20px;
  font-family: "WorkSansSemiBold", Georgia, serif;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -0.6px;
  color: #1d444b;
}

@media screen and (max-width: 991px) {
  .input-form__special-title {
    font-size: 18px;
  }
}

@media screen and (max-width: 500px) {
  .input-form__special-title {
    font-size: 16px;
  }
}

.input-form__special-num {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  font-size: 16px;
  font-family: "WorkSansRegular", Georgia, serif;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0;
  color: #1d444b;
  padding-right: 18px;
}

.input-form__special-num span {
  padding: 0 5px;
}

@media screen and (max-width: 500px) {
  .input-form__special-num {
    font-size: 14px;
  }
}

.input-form__special-num-first {
  font-family: "WorkSansRegular", Georgia, serif;
  font-weight: 600;
  color: #d54155;
}

.input-form__special-input {
  position: relative;
  width: 100%;
  margin-top: 8px;
}

.input-form__special-input input {
  width: 100%;
  height: 76px;
  background-color: #fff;
  font-size: 30px;
  font-family: "RecoletaMedium", Arial, Helvetica, sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.2;
  color: #4c948a;
  border-radius: 5px;
  border: 0;
  padding: 15px 80px 15px 40px;
  text-overflow: ellipsis;
  -webkit-transition: 350ms ease;
  transition: 350ms ease;
}

.input-form__special-input input::-webkit-input-placeholder {
  font-size: 18px;
  font-family: "WorkSansRegular", Georgia, serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.2;
  color: rgba(29, 68, 75, 0.51);
}

.input-form__special-input input::-moz-placeholder {
  font-size: 18px;
  font-family: "WorkSansRegular", Georgia, serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.2;
  color: rgba(29, 68, 75, 0.51);
}

.input-form__special-input input:-ms-input-placeholder {
  font-size: 18px;
  font-family: "WorkSansRegular", Georgia, serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.2;
  color: rgba(29, 68, 75, 0.51);
}

.input-form__special-input input::-ms-input-placeholder {
  font-size: 18px;
  font-family: "WorkSansRegular", Georgia, serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.2;
  color: rgba(29, 68, 75, 0.51);
}

.input-form__special-input input::placeholder {
  font-size: 18px;
  font-family: "WorkSansRegular", Georgia, serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.2;
  color: rgba(29, 68, 75, 0.51);
}

@media screen and (max-width: 500px) {
  .input-form__special-input input::-webkit-input-placeholder {
    font-size: 16px;
  }
  .input-form__special-input input::-moz-placeholder {
    font-size: 16px;
  }
  .input-form__special-input input:-ms-input-placeholder {
    font-size: 16px;
  }
  .input-form__special-input input::-ms-input-placeholder {
    font-size: 16px;
  }
  .input-form__special-input input::placeholder {
    font-size: 16px;
  }
}

.input-form__special-input input:focus {
  background-color: #fffcf4;
}

@media screen and (max-width: 991px) {
  .input-form__special-input input {
    height: 60px;
  }
}

@media screen and (max-width: 500px) {
  .input-form__special-input input {
    font-size: 20px;
    padding: 15px 50px 15px 20px;
  }
}

@media screen and (max-width: 400px) {
  .input-form__special-input input {
    font-size: 18px;
  }
}

.input-form__special-input--spec {
  width: 100%;
  height: 76px;
  background-color: #fff;
  font-size: 30px;
  font-family: "RecoletaMedium", Arial, Helvetica, sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.2;
  color: #4c948a;
  border-radius: 5px;
  border: 0;
  padding: 15px 80px 15px 40px;
  text-overflow: ellipsis;
  -webkit-transition: 350ms ease;
  transition: 350ms ease;
}

.input-form__special-input--spec h1 {
  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: 20px;
  height: 100%;
}

@media screen and (max-width: 991px) {
  .input-form__special-input--spec h1 {
    font-size: 18px;
  }
}

@media screen and (max-width: 500px) {
  .input-form__special-input--spec h1 {
    font-size: 16px;
  }
}

@media screen and (max-width: 991px) {
  .input-form__special-input--spec {
    height: 60px;
    padding: 15px 60px 15px 15px;
  }
}

@media screen and (max-width: 500px) {
  .input-form__special-input--spec {
    padding: 15px 50px 15px 20px;
  }
}

.input-form__special-input-loader {
  position: absolute;
  right: -15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  max-width: 50px;
  height: 50px;
  -webkit-transition: 350ms ease;
  transition: 350ms ease;
}

@media screen and (max-width: 767px) {
  .input-form__special-input-loader {
    right: -7px;
    max-width: 30px;
    height: 30px;
  }
}

.input-form__special-input-icon {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background-color: #4c948a;
  position: absolute;
  top: 50%;
  right: 22px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 350ms ease;
  transition: 350ms ease;
}

@media only screen and (min-width: 1250px) {
  .input-form__special-input-icon:hover {
    background-color: #e4c83f;
  }
}

@media screen and (max-width: 991px) {
  .input-form__special-input-icon {
    width: 35px;
    height: 35px;
  }
}

@media screen and (max-width: 500px) {
  .input-form__special-input-icon {
    right: 10px;
  }
}

.input-form__special-input-ico {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 18px;
  color: #fff;
}

@media screen and (max-width: 991px) {
  .input-form__special-input-ico {
    font-size: 15px;
  }
}

.input-form__special-input-tracker-wrap {
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 5px;
  background-color: #ffede6;
}

.input-form__special-input-tracker {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 25%;
  height: 5px;
  background-color: #d54155;
  -webkit-transition: 350ms ease;
  transition: 350ms ease;
}

.input-form__special-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 23px;
}

.input-form__special-link-text {
  font-size: 18px;
  font-family: "WorkSansRegular", Georgia, serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.2;
  color: #1d444b;
  margin-right: 17px;
}

@media screen and (max-width: 400px) {
  .input-form__special-link-text {
    font-size: 14px;
    margin-right: 10px;
  }
}

.input-form__special-link {
  position: relative;
  font-size: 18px;
  font-family: "WorkSansSemiBold", Georgia, serif;
  font-weight: 600;
  font-style: normal;
  letter-spacing: -0.18px;
  line-height: 1.2;
  color: #1d444b;
  padding-left: 26px;
  -webkit-transition: 350ms ease;
  transition: 350ms ease;
}

@media only screen and (min-width: 1250px) {
  .input-form__special-link:hover {
    color: #e4c83f;
  }
  .input-form__special-link:hover .input-form__special-link-ico {
    color: #e4c83f;
  }
}

@media screen and (max-width: 400px) {
  .input-form__special-link {
    font-size: 16px;
    padding-left: 20px;
  }
}

.input-form__special-link-ico {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 16px;
  height: 16px;
  color: #1d444b;
  -webkit-transition: 350ms ease;
  transition: 350ms ease;
}

.application-form input[type='text'], .application-form input[type='email'], .application-form input[type='url'], .application-form input[type='password'], .application-form input[type='search'], .application-form input[type='number'], .application-form input[type='tel'], .application-form input[type='range'], .application-form input[type='date'], .application-form input[type='month'], .application-form input[type='week'], .application-form input[type='time'], .application-form input[type='datetime'], .application-form input[type='datetime-local'], .application-form input[type='color'], .application-form textarea {
  padding: 15px;
}

.application-form .contact-box__wrapper-input {
  width: 48.6%;
}

@media screen and (max-width: 400px) {
  .application-form .contact-box__wrapper-input {
    width: 100%;
  }
}

.application-form .contact-box__wrapper-input-submit input {
  min-width: 167px;
  background-color: #e4c83f;
  border-color: #e4c83f;
}

@media only screen and (min-width: 1250px) {
  .application-form .contact-box__wrapper-input-submit input:hover {
    background-color: transparent;
    color: #e4c83f;
  }
}

@media screen and (max-width: 767px) {
  .application-form .contact-box__wrapper-input-submit input {
    min-width: 130px;
  }
}

@media screen and (max-width: 400px) {
  .application-form .contact-box__wrapper-label {
    font-size: 11px;
  }
}

.contact-box__wrapper-input-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  margin-top: 32px;
}

.contact-box__wrapper-input-wrap-spec {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

@media screen and (max-width: 575px) {
  .contact-box__wrapper-input-wrap-spec {
    width: 100%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.contact-box__wrapper-input-wrap-spec .wpcf7-not-valid-tip {
  bottom: 0;
}

.file-hidded {
  height: auto !important;
  border-radius: none !important;
  border: none !important;
  position: absolute;
  background-color: transparent !important;
  bottom: 0;
}

.file-hidded input {
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
}

.file-hidded::before, .file-hidded::after {
  display: none !important;
}

.contact-box__wrapper-input-spec {
  position: relative;
  margin-right: 13px;
}

.contact-box__wrapper-input-spec:last-child {
  margin-right: 0;
}

.contact-box__wrapper-input-spec .wpcf7-form-control-wrap {
  width: 237px;
  height: 126px;
  border-radius: 5px;
  border: 1px solid rgba(76, 148, 138, 0.35);
  background-color: #f9f9f9;
  padding: 5px;
  overflow: hidden;
}

.contact-box__wrapper-input-spec .wpcf7-form-control-wrap input {
  max-width: 100%;
  height: 100%;
}

.contact-box__wrapper-input-spec .wpcf7-form-control-wrap::before, .contact-box__wrapper-input-spec .wpcf7-form-control-wrap::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  pointer-events: none;
}

.contact-box__wrapper-input-spec .wpcf7-form-control-wrap::before {
  display: block;
  border-radius: 5px;
  height: 100%;
  background-color: #f9f9f9;
  pointer-events: none;
  z-index: 5;
  -webkit-transition: 350ms ease;
  transition: 350ms ease;
}

.contact-box__wrapper-input-spec .wpcf7-form-control-wrap::after {
  background-image: url("./src/assets/images/icons/cloud-ico-img.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  max-width: 56px;
  height: 39px;
  z-index: 10;
  -webkit-transition: 150ms ease;
  transition: 150ms ease;
}

@media screen and (max-width: 500px) {
  .contact-box__wrapper-input-spec .wpcf7-form-control-wrap::after {
    max-width: 44px;
    height: 30px;
  }
}

@media only screen and (min-width: 1250px) {
  .contact-box__wrapper-input-spec .wpcf7-form-control-wrap:hover::before {
    background-color: #e3f2eb;
  }
}

.contact-box__wrapper-input-spec .wpcf7-form-control-wrap.is-hidden-after::after {
  opacity: 0;
  visibility: hidden;
}

@media screen and (max-width: 991px) {
  .contact-box__wrapper-input-spec .wpcf7-form-control-wrap {
    width: 160px;
  }
}

@media screen and (max-width: 767px) {
  .contact-box__wrapper-input-spec .wpcf7-form-control-wrap {
    width: 140px;
  }
}

@media screen and (max-width: 575px) {
  .contact-box__wrapper-input-spec .wpcf7-form-control-wrap {
    width: 100%;
  }
}

@media screen and (max-width: 575px) {
  .contact-box__wrapper-input-spec {
    max-width: 48%;
    width: 100%;
    margin-right: 0;
  }
}

.custom-file {
  font-size: 16px;
  font-family: "WorkSansRegular", Georgia, serif;
  line-height: 1.4;
  letter-spacing: 0;
  color: #1d444b;
  position: absolute;
  top: 50%;
  left: 10px;
  -webkit-transform: translateY(-10%);
          transform: translateY(-10%);
  max-width: 90%;
  width: 100%;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  z-index: 12;
}

.mc4wp-alert {
  font-size: 12px;
  font-family: "RecoletaMedium", Arial, Helvetica, sans-serif;
  font-weight: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: uppercase;
  position: absolute;
  bottom: -20px;
}

@media screen and (max-width: 767px) {
  .mc4wp-alert {
    bottom: -35px;
  }
}

@media screen and (max-width: 400px) {
  .mc4wp-alert {
    bottom: -20px;
  }
}

.mc4wp-error {
  color: #d54155;
}

@media screen and (max-width: 1199px) {
  .mc4wp-success {
    bottom: -35px;
  }
}

@media screen and (max-width: 991px) {
  .mc4wp-success {
    bottom: -20px;
  }
}

@media screen and (max-width: 767px) {
  .mc4wp-success {
    bottom: -35px;
  }
}

@media screen and (max-width: 499px) {
  .mc4wp-success {
    bottom: -50px;
  }
}

@media screen and (max-width: 400px) {
  .mc4wp-success {
    bottom: -30px;
  }
}

/*--------------------------------------------------------------
## Cover Image
--------------------------------------------------------------*/
.cover-img {
  min-width: 1000%;
  min-height: 1000%;
  max-width: none;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0.1001);
          transform: translate(-50%, -50%) scale(0.1001);
  -webkit-transition: 350ms ease;
  transition: 350ms ease;
}

/*--------------------------------------------------------------
## Wrapper and Ratios
--------------------------------------------------------------*/
.media-wrap {
  position: relative;
  overflow: hidden;
}

.media-wrap::before {
  content: '';
  display: block;
  width: 100%;
}

.media-wrap--814x672 {
  max-width: 814px;
}

.media-wrap--814x672::before {
  padding-top: 82.55528%;
}

.media-wrap--616x611 {
  max-width: 616px;
}

.media-wrap--616x611::before {
  padding-top: 99.18831%;
}

.media-wrap--626x505 {
  max-width: 626px;
}

.media-wrap--626x505::before {
  padding-top: 80.67093%;
}

.media-wrap--362x223 {
  max-width: 362px;
}

.media-wrap--362x223::before {
  padding-top: 61.60221%;
}

.media-wrap--301x186 {
  max-width: 301px;
}

.media-wrap--301x186::before {
  padding-top: 61.79402%;
}

.media-wrap--165x73 {
  max-width: 165px;
}

.media-wrap--165x73::before {
  padding-top: 44.24242%;
}

.media-wrap--618x441 {
  max-width: 618px;
}

.media-wrap--618x441::before {
  padding-top: 71.35922%;
}

.media-wrap--914x656 {
  max-width: 914px;
}

.media-wrap--914x656::before {
  padding-top: 71.77243%;
}

.media-wrap--590x492 {
  max-width: 590px;
}

.media-wrap--590x492::before {
  padding-top: 83.38983%;
}

.media-wrap--1001x735 {
  max-width: 1001px;
}

.media-wrap--1001x735::before {
  padding-top: 73.42657%;
}

.media-wrap--967x847 {
  max-width: 967px;
}

.media-wrap--967x847::before {
  padding-top: 87.59049%;
}

.media-wrap--826x665 {
  max-width: 826px;
}

.media-wrap--826x665::before {
  padding-top: 80.50847%;
}

.media-wrap--248x352 {
  max-width: 248px;
}

.media-wrap--248x352::before {
  padding-top: 141.93548%;
}

.media-wrap--1105x701 {
  max-width: 1105px;
}

.media-wrap--1105x701::before {
  padding-top: 63.43891%;
}

.media-wrap--790x714 {
  max-width: 790px;
}

.media-wrap--790x714::before {
  padding-top: 90.37975%;
}

.media-wrap--532x619 {
  max-width: 532px;
}

.media-wrap--532x619::before {
  padding-top: 116.35338%;
}

.media-wrap--607x494 {
  max-width: 607px;
}

.media-wrap--607x494::before {
  padding-top: 81.38386%;
}

.media-wrap--1129x551 {
  max-width: 1129px;
}

.media-wrap--1129x551::before {
  padding-top: 48.80425%;
}

.media-wrap--545x552 {
  max-width: 545px;
}

.media-wrap--545x552::before {
  padding-top: 101.2844%;
}

.media-wrap--1134x714 {
  max-width: 1134px;
}

.media-wrap--1134x714::before {
  padding-top: 62.96296%;
}

.media-wrap--513x377 {
  max-width: 513px;
}

.media-wrap--513x377::before {
  padding-top: 73.48928%;
}

.media-wrap--1129x549 {
  max-width: 1129px;
}

.media-wrap--1129x549::before {
  padding-top: 48.6271%;
}

.media-wrap--506x670 {
  max-width: 506px;
}

.media-wrap--506x670::before {
  padding-top: 132.41107%;
}

.media-wrap--355x255 {
  max-width: 355px;
}

.media-wrap--355x255::before {
  padding-top: 71.83099%;
}

.media-wrap--1191x321 {
  max-width: 1191px;
}

.media-wrap--1191x321::before {
  padding-top: 26.95214%;
}

.media-wrap--605x433 {
  max-width: 605px;
}

.media-wrap--605x433::before {
  padding-top: 71.57025%;
}

.media-wrap--621x552 {
  max-width: 621px;
}

.media-wrap--621x552::before {
  padding-top: 88.88889%;
}

.media-wrap--815x687 {
  max-width: 815px;
}

.media-wrap--815x687::before {
  padding-top: 84.29448%;
}

.media-wrap--621x555 {
  max-width: 621px;
}

.media-wrap--621x555::before {
  padding-top: 89.37198%;
}

.media-wrap--723x663 {
  max-width: 723px;
}

.media-wrap--723x663::before {
  padding-top: 91.70124%;
}

.media-wrap--1138x282 {
  max-width: 1138px;
}

.media-wrap--1138x282::before {
  padding-top: 24.78032%;
}

.media-wrap--914x428 {
  max-width: 914px;
}

.media-wrap--914x428::before {
  padding-top: 46.82713%;
}

.media-wrap--484x354 {
  max-width: 484px;
}

.media-wrap--484x354::before {
  padding-top: 73.1405%;
}

.media-wrap--678x644 {
  max-width: 678px;
}

.media-wrap--678x644::before {
  padding-top: 94.98525%;
}

.media-wrap--406x294 {
  max-width: 406px;
}

.media-wrap--406x294::before {
  padding-top: 72.41379%;
}

.media-wrap--1139x315 {
  max-width: 1139px;
}

.media-wrap--1139x315::before {
  padding-top: 27.65584%;
}

.media-wrap--273x396 {
  max-width: 273px;
}

.media-wrap--273x396::before {
  padding-top: 145.05495%;
}

.media-wrap--square::before {
  padding-top: 100%;
}

.media-wrap--400x280::before {
  padding-top: 70%;
}

.media-wrap--lazy-loader {
  background: transparent;
}

.media-wrap--lazy-loader::after {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  background: rgba(228, 200, 63, 0.4);
  margin-top: -20px;
  -webkit-animation: lazyPreloading 800ms ease infinite;
          animation: lazyPreloading 800ms ease infinite;
  -webkit-transition: 175ms ease;
  transition: 175ms ease;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.media-wrap--lazy-loader.is-hidden::after {
  visibility: hidden;
  opacity: 0;
}

.media-item {
  display: block;
}

@-webkit-keyframes lazyPreloading {
  0%,
  100% {
    -webkit-box-shadow: -13px 20px rgba(153, 153, 153, 0.2), 13px 20px 0 rgba(255, 255, 255, 0.6), 13px 46px 0 rgba(255, 255, 255, 0.6), -13px 46px 0 rgba(255, 255, 255, 0.6), 0 0 0 1000em rgba(228, 200, 63, 0.4);
            box-shadow: -13px 20px rgba(153, 153, 153, 0.2), 13px 20px 0 rgba(255, 255, 255, 0.6), 13px 46px 0 rgba(255, 255, 255, 0.6), -13px 46px 0 rgba(255, 255, 255, 0.6), 0 0 0 1000em rgba(228, 200, 63, 0.4);
  }
  25% {
    -webkit-box-shadow: -13px 20px 0 rgba(255, 255, 255, 0.6), 13px 20px rgba(153, 153, 153, 0.2), 13px 46px 0 rgba(255, 255, 255, 0.6), -13px 46px 0 rgba(255, 255, 255, 0.6), 0 0 0 1000em rgba(228, 200, 63, 0.4);
            box-shadow: -13px 20px 0 rgba(255, 255, 255, 0.6), 13px 20px rgba(153, 153, 153, 0.2), 13px 46px 0 rgba(255, 255, 255, 0.6), -13px 46px 0 rgba(255, 255, 255, 0.6), 0 0 0 1000em rgba(228, 200, 63, 0.4);
  }
  50% {
    -webkit-box-shadow: -13px 20px 0 rgba(255, 255, 255, 0.6), 13px 20px 0 rgba(255, 255, 255, 0.6), 13px 46px rgba(153, 153, 153, 0.2), -13px 46px 0 rgba(255, 255, 255, 0.6), 0 0 0 1000em rgba(228, 200, 63, 0.4);
            box-shadow: -13px 20px 0 rgba(255, 255, 255, 0.6), 13px 20px 0 rgba(255, 255, 255, 0.6), 13px 46px rgba(153, 153, 153, 0.2), -13px 46px 0 rgba(255, 255, 255, 0.6), 0 0 0 1000em rgba(228, 200, 63, 0.4);
  }
  75% {
    -webkit-box-shadow: -13px 20px 0 rgba(255, 255, 255, 0.6), 13px 20px 0 rgba(255, 255, 255, 0.6), 13px 46px 0 rgba(255, 255, 255, 0.6), -13px 46px rgba(153, 153, 153, 0.2), 0 0 0 1000em rgba(228, 200, 63, 0.4);
            box-shadow: -13px 20px 0 rgba(255, 255, 255, 0.6), 13px 20px 0 rgba(255, 255, 255, 0.6), 13px 46px 0 rgba(255, 255, 255, 0.6), -13px 46px rgba(153, 153, 153, 0.2), 0 0 0 1000em rgba(228, 200, 63, 0.4);
  }
}

@keyframes lazyPreloading {
  0%,
  100% {
    -webkit-box-shadow: -13px 20px rgba(153, 153, 153, 0.2), 13px 20px 0 rgba(255, 255, 255, 0.6), 13px 46px 0 rgba(255, 255, 255, 0.6), -13px 46px 0 rgba(255, 255, 255, 0.6), 0 0 0 1000em rgba(228, 200, 63, 0.4);
            box-shadow: -13px 20px rgba(153, 153, 153, 0.2), 13px 20px 0 rgba(255, 255, 255, 0.6), 13px 46px 0 rgba(255, 255, 255, 0.6), -13px 46px 0 rgba(255, 255, 255, 0.6), 0 0 0 1000em rgba(228, 200, 63, 0.4);
  }
  25% {
    -webkit-box-shadow: -13px 20px 0 rgba(255, 255, 255, 0.6), 13px 20px rgba(153, 153, 153, 0.2), 13px 46px 0 rgba(255, 255, 255, 0.6), -13px 46px 0 rgba(255, 255, 255, 0.6), 0 0 0 1000em rgba(228, 200, 63, 0.4);
            box-shadow: -13px 20px 0 rgba(255, 255, 255, 0.6), 13px 20px rgba(153, 153, 153, 0.2), 13px 46px 0 rgba(255, 255, 255, 0.6), -13px 46px 0 rgba(255, 255, 255, 0.6), 0 0 0 1000em rgba(228, 200, 63, 0.4);
  }
  50% {
    -webkit-box-shadow: -13px 20px 0 rgba(255, 255, 255, 0.6), 13px 20px 0 rgba(255, 255, 255, 0.6), 13px 46px rgba(153, 153, 153, 0.2), -13px 46px 0 rgba(255, 255, 255, 0.6), 0 0 0 1000em rgba(228, 200, 63, 0.4);
            box-shadow: -13px 20px 0 rgba(255, 255, 255, 0.6), 13px 20px 0 rgba(255, 255, 255, 0.6), 13px 46px rgba(153, 153, 153, 0.2), -13px 46px 0 rgba(255, 255, 255, 0.6), 0 0 0 1000em rgba(228, 200, 63, 0.4);
  }
  75% {
    -webkit-box-shadow: -13px 20px 0 rgba(255, 255, 255, 0.6), 13px 20px 0 rgba(255, 255, 255, 0.6), 13px 46px 0 rgba(255, 255, 255, 0.6), -13px 46px rgba(153, 153, 153, 0.2), 0 0 0 1000em rgba(228, 200, 63, 0.4);
            box-shadow: -13px 20px 0 rgba(255, 255, 255, 0.6), 13px 20px 0 rgba(255, 255, 255, 0.6), 13px 46px 0 rgba(255, 255, 255, 0.6), -13px 46px rgba(153, 153, 153, 0.2), 0 0 0 1000em rgba(228, 200, 63, 0.4);
  }
}

/*--------------------------------------------------------------
## SVG Icons
--------------------------------------------------------------*/
.svg-icon {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  line-height: 1;
}

.svg-icon svg {
  width: 1em;
}

/*--------------------------------------------------------------
## WP Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: 0;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-columns-3 .gallery-item {
  max-width: 33.33333%;
}

.gallery-columns-4 .gallery-item {
  max-width: 25%;
}

.gallery-columns-5 .gallery-item {
  max-width: 20%;
}

.gallery-columns-6 .gallery-item {
  max-width: 16.66667%;
}

.gallery-columns-7 .gallery-item {
  max-width: 14.28571%;
}

.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  max-width: 11.11111%;
}

.gallery-caption {
  display: block;
}

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

/*--------------------------------------------------------------
## Popup
--------------------------------------------------------------*/
.popup {
  display: none;
  max-width: 600px;
}

.popup-custom-class .fancybox-bg {
  background: rgba(0, 0, 0, 0.7);
}

/*--------------------------------------------------------------
## Select2 custom
--------------------------------------------------------------*/
.custom-select {
  display: none;
}

.select2 {
  max-width: 317px;
  width: 100%;
  height: 66px;
}

.select2-container .select2-selection--single {
  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%;
  border-radius: 5px;
  border: 1px solid rgba(76, 148, 138, 0.31);
  background-color: #fff;
  text-overflow: ellipsis;
  padding: 15px 30px;
  -webkit-transition: border 350ms ease;
  transition: border 350ms ease;
}

.select2-container .select2-selection--single:focus {
  outline: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  font-size: 24px;
  font-family: "RecoletaMedium", Arial, Helvetica, sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.2;
  text-overflow: ellipsis;
  color: #4c948a;
  padding: 0;
}

@media screen and (max-width: 991px) {
  .select2-container .select2-selection--single .select2-selection__rendered {
    font-size: 22px;
  }
}

@media screen and (max-width: 500px) {
  .select2-container .select2-selection--single .select2-selection__rendered {
    font-size: 18px;
  }
}

.select2-container .select2-selection--single .select2-selection__arrow {
  position: absolute;
  top: 22px;
  right: 15px;
  width: 22px;
  height: 22px;
}

.select2-container .select2-selection--single .select2-selection__arrow::before {
  content: '';
  display: inline-block;
  font-size: 1em;
  width: 1em;
  height: 1em;
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' aria-hidden='true' class='svg-inline--fa fa-long-arrow-down fa-w-10 fa-9x' data-icon='long-arrow-down' data-prefix='far' viewBox='0 0 320 512' fill='%234c948a'%3E%3Cpath d='M300.3 327.5l-19.6-19.6c-4.8-4.8-12.5-4.7-17.1.2L186 388.8V44c0-6.6-5.4-12-12-12h-28c-6.6 0-12 5.4-12 12v344.8l-77.5-80.7c-4.7-4.8-12.4-4.9-17.1-.2l-19.6 19.6c-4.7 4.7-4.7 12.3 0 17l131.8 131.8c4.7 4.7 12.3 4.7 17 0l131.8-131.8c4.6-4.7 4.6-12.3-.1-17z'/%3E%3C/svg%3E") no-repeat center;
  background-size: contain;
}

.select2-container .select2-selection--single .select2-selection__arrow::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 22px;
  height: 22px;
  color: #4c948a;
  -webkit-transition: 350ms ease;
  transition: 350ms ease;
}

.select2-container .select2-selection--single .select2-selection__arrow b {
  display: none;
}

@media screen and (max-width: 991px) {
  .select2-container .select2-selection--single .select2-selection__arrow {
    top: 18px;
    right: 5px;
  }
}

@media screen and (max-width: 500px) {
  .select2-container .select2-selection--single .select2-selection__arrow {
    top: 15px;
  }
}

@media screen and (max-width: 991px) {
  .select2-container .select2-selection--single {
    padding: 15px 16px;
  }
}

.select2-container--default .select2-selection--single {
  border-radius: 4px;
}

.select2-container--default .select2-dropdown {
  -webkit-box-shadow: 1px 2px 8px rgba(0, 0, 0, 0.25);
          box-shadow: 1px 2px 8px rgba(0, 0, 0, 0.25);
  border: 0;
  border-radius: 4px;
  overflow: hidden;
}

.select2-container--default .select2-search--dropdown {
  padding: 15px 20px 10px;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  font-size: 16px;
  padding: 8px 10px;
  border-radius: 4px;
}

.select2-container--default .select2-results__option[aria-disabled=true] {
  display: none;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: rgba(228, 200, 63, 0.15);
  color: #4c948a;
}

.select2-container--default .select2-results__option[aria-selected=true] {
  color: #4c948a;
  background-color: #e3f2eb;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single {
  border-radius: 5px 5px 0 0;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple .select2-selection__arrow::before,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single .select2-selection__arrow::before {
  -webkit-transform: translate(-50%, -50%) rotate3d(1, 0, 0, -180deg);
          transform: translate(-50%, -50%) rotate3d(1, 0, 0, -180deg);
}

.select2-container--open .select2-dropdown--below {
  border-radius: 0 0 5px 5px;
}

.select2-results__option {
  position: relative;
  font-size: 18px;
  font-family: "RecoletaMedium", Arial, Helvetica, sans-serif;
  font-weight: 500;
  line-height: 1.2;
  text-overflow: ellipsis;
  color: #4c948a;
  padding: 10px 30px;
  -webkit-transition: color 350ms ease, background-color 0.2s ease;
  transition: color 350ms ease, background-color 0.2s ease;
}

@media screen and (max-width: 1199px) {
  .select2-results__option {
    font-size: 15px;
    padding: 4px 10px;
    font-weight: 400;
  }
}

.select2-results__options {
  position: relative;
}

.hamburger {
  display: block;
  cursor: pointer;
  width: 30px;
  height: 19px;
  position: relative;
}

.hamburger::after, .hamburger::before,
.hamburger span {
  width: 100%;
  height: 3px;
  position: absolute;
  display: block;
  background-color: #1d444b;
  pointer-events: none;
}

.hamburger::after, .hamburger::before {
  content: '';
  -webkit-transition: 350ms width 350ms ease;
  transition: 350ms width 350ms ease;
}

.hamburger::after {
  top: 0;
  left: 0;
}

.hamburger::before {
  bottom: 0;
  right: 0;
}

.hamburger span {
  top: 50%;
  margin-top: -1.5px;
  -webkit-transition: -webkit-transform 350ms ease;
  transition: -webkit-transform 350ms ease;
  transition: transform 350ms ease;
  transition: transform 350ms ease, -webkit-transform 350ms ease;
}

.hamburger span::before {
  content: '';
  background-color: #1d444b;
  width: 100%;
  height: 3px;
  position: absolute;
  left: 0;
  z-index: 1;
  -webkit-transition: -webkit-transform 350ms ease;
  transition: -webkit-transform 350ms ease;
  transition: transform 350ms ease;
  transition: transform 350ms ease, -webkit-transform 350ms ease;
}

.hamburger.is-active::after, .hamburger.is-active::before {
  -webkit-transition: 350ms ease;
  transition: 350ms ease;
  width: 0;
}

.hamburger.is-active::after {
  left: 0;
}

.hamburger.is-active::before {
  right: 0;
}

.hamburger.is-active span {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: 350ms -webkit-transform 350ms ease;
  transition: 350ms -webkit-transform 350ms ease;
  transition: 350ms transform 350ms ease;
  transition: 350ms transform 350ms ease, 350ms -webkit-transform 350ms ease;
}

.hamburger.is-active span::before {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transition: 350ms -webkit-transform 350ms ease;
  transition: 350ms -webkit-transform 350ms ease;
  transition: 350ms transform 350ms ease;
  transition: 350ms transform 350ms ease, 350ms -webkit-transform 350ms ease;
}

/*--------------------------------------------------------------
## Post Article
--------------------------------------------------------------*/
.post-article {
  padding: 30px;
  margin-bottom: 15px;
  background-color: #eee;
}

.post-article:last-of-type {
  margin: 0;
}

.posts-archive {
  margin: 50px 0;
}

/*--------------------------------------------------------------
## Post Comments
--------------------------------------------------------------*/
.comments-area {
  clear: both;
}

.comments-area label {
  color: #333;
  display: block;
  font-weight: 800;
  margin-bottom: 8px;
}

.comments-area p {
  margin-bottom: 20px;
}

.comments-title {
  font-size: 20px;
  margin-bottom: 30px;
}

.comment-reply-title {
  font-size: 17px;
  margin: 30px 0 15px;
}

.comment-list,
.comment-list .children {
  list-style: none;
  margin: 0;
  padding: 0;
}

.comment-list li::before {
  display: none;
}

.comment-body {
  color: #333;
  font-size: 14px;
  margin: 0 4em 0 65px;
}

.comment-author {
  margin-bottom: 10px;
  position: relative;
  z-index: 2;
}

.comment-author .avatar {
  height: 50px;
  left: -65px;
  position: absolute;
  width: 50px;
}

.comment-author .says {
  display: none;
}

.comment-meta {
  margin-bottom: 1.5em;
}

.comment-metadata {
  color: #eee;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.1818em;
  text-transform: uppercase;
}

.comment-metadata a {
  color: #656565;
}

.comment-metadata a.comment-edit-link {
  color: #333;
  margin-left: 15px;
}

.comment-reply-link {
  font-weight: 800;
  position: relative;
}

.comment-reply-link .icon {
  color: #333;
  left: -2em;
  height: 1em;
  position: absolute;
  top: 0;
  width: 1em;
}

.children .comment-author .avatar {
  height: 30px;
  left: -45px;
  width: 30px;
}

.bypostauthor > .comment-body > .comment-meta > .comment-author .avatar {
  border: 1px solid #333;
  padding: 2px;
}

.no-comments,
.comment-awaiting-moderation {
  color: #656565;
  font-size: 14px;
  font-style: italic;
}

.comments-pagination {
  margin: 2em 0 3em;
}

.form-submit {
  text-align: right;
}

.comment-form #wp-comment-cookies-consent {
  margin: 0 10px 0 0;
}

.comment-form .comment-form-cookies-consent label {
  display: inline;
  font-weight: normal;
}

.ps .ps__rail-x:hover,
.ps .ps__rail-y:hover,
.ps .ps__rail-x:focus,
.ps .ps__rail-y:focus,
.ps .ps__rail-x.ps--clicking,
.ps .ps__rail-y.ps--clicking {
  background-color: transparent;
}

.ps__rail-y {
  opacity: 1 !important;
  background-color: #f8f3dc !important;
  width: 6px !important;
  left: auto !important;
  right: 2px !important;
  border-radius: 0 !important;
}

.ps__rail-y:hover .ps__thumb-y {
  width: 6px !important;
}

.ps__rail-y:hover > .ps__thumb-y,
.ps__rail-y:focus > .ps__thumb-y,
.ps__rail-y.ps--clicking .ps__thumb-y {
  width: 6px !important;
}

.ps__thumb-y {
  background-color: #1d444b !important;
  width: 6px !important;
  border-radius: 0 !important;
  right: 0;
}

.ps__thumb-y:hover {
  width: 6px !important;
}

/*--------------------------------------------------------------
# Main
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Styleguide site
--------------------------------------------------------------*/
.styleguide {
  padding: 50px 0 150px;
  background: linear-gradient(135deg, #fafafa 21px, #fff 22px, #fff 24px, transparent 24px, transparent 67px, #fff 67px, #fff 69px, transparent 69px), linear-gradient(225deg, #fafafa 21px, #fff 22px, #fff 24px, transparent 24px, transparent 67px, #fff 67px, #fff 69px, transparent 69px) 0 64px;
  background-color: #fafafa;
  background-size: 64px 128px;
  background-attachment: fixed;
}

.styleguide__scrollspy-nav {
  position: fixed;
  left: 0;
  top: 100px;
  width: 160px;
  height: calc(100vh - 100px);
  color: #fff;
  font-size: 14px;
  background-color: #e2401c;
  -webkit-transition: 350ms ease;
  transition: 350ms ease;
  z-index: 10;
  will-change: scroll-position;
  border-left: 2px solid #e2401c;
  border-right: 2px solid #e2401c;
  padding-bottom: 20px;
}

.styleguide__scrollspy-nav.is-hidden {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}

.styleguide__scrollspy-nav::after {
  content: '';
  position: absolute;
  bottom: 10px;
  left: 0;
  width: 100%;
  height: 50px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(4%, rgba(226, 64, 28, 0.1)), color-stop(27%, rgba(226, 64, 28, 0.25)), color-stop(42%, rgba(226, 64, 28, 0.32)), color-stop(70%, rgba(226, 64, 28, 0.7)), to(#e2401c));
  background: linear-gradient(to bottom, rgba(226, 64, 28, 0.1) 4%, rgba(226, 64, 28, 0.25) 27%, rgba(226, 64, 28, 0.32) 42%, rgba(226, 64, 28, 0.7) 70%, #e2401c 100%);
  z-index: 1;
  pointer-events: none;
  -webkit-transition: 350ms ease;
  transition: 350ms ease;
}

.styleguide__scrollspy-nav.hideFade::after {
  opacity: 0;
}

.styleguide-nav-list-holder {
  position: relative;
  height: calc(100vh - 195px);
  overflow: hidden;
}

.styleguide-nav-list-holder .ps__rail-y {
  width: 5px;
  border-radius: 1px;
  background-color: #fff;
  opacity: 0.2;
}

.styleguide-nav-list-holder .ps__thumb-y {
  width: 3px;
  right: 1px;
  background-color: #e2401c;
}

.styleguide-nav-list-holder .ps__rail-y.ps--clicking .ps__thumb-y,
.styleguide-nav-list-holder .ps__rail-y:focus > .ps__thumb-y,
.styleguide-nav-list-holder .ps__rail-y:hover > .ps__thumb-y {
  width: 3px;
  background-color: #e2401c;
}

.styleguide-nav-list-holder .ps .ps__rail-x.ps--clicking,
.styleguide-nav-list-holder .ps .ps__rail-x:focus,
.styleguide-nav-list-holder .ps .ps__rail-x:hover,
.styleguide-nav-list-holder .ps .ps__rail-y.ps--clicking,
.styleguide-nav-list-holder .ps .ps__rail-y:focus,
.styleguide-nav-list-holder .ps .ps__rail-y:hover {
  background-color: #fff;
}

.styleguide__scrollspy-nav-list .list-group-item {
  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: 100%;
  padding: 3px 10px;
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 3px;
  -webkit-transition: 350ms ease;
  transition: 350ms ease;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.styleguide__scrollspy-nav-list .list-group-item.active {
  color: #e95626;
  background-color: #fff;
  border-bottom: 1px solid #e2401c;
}

@media only screen and (min-width: 1250px) {
  .styleguide__scrollspy-nav-list .list-group-item:hover {
    color: #e95626;
    background-color: rgba(255, 255, 255, 0.9);
    border-bottom: 1px solid #e2401c;
  }
}

.styleguide__scrollspy-nav-list li:last-child .list-group-item {
  border: 0;
}

.list-group-item__icon {
  font-size: 8px;
  margin-right: 8px;
}

.styleguide__scrollspy-nav-title {
  display: block;
  font-weight: bold;
  padding: 5px 10px;
  border-bottom: 1px solid #fff;
}

.styleguide__scrollspy-nav-open {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translate(80%, -50%);
          transform: translate(80%, -50%);
  width: 30px;
  height: 65px;
  background: #e2401c;
  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: 32px;
  color: #fff;
  border-radius: 0 10px 10px 0;
  -webkit-transition: 350ms ease;
  transition: 350ms ease;
  z-index: -1;
}

@media only screen and (min-width: 1250px) {
  .styleguide__scrollspy-nav-open:hover {
    -webkit-transform: translate(70%, -50%);
            transform: translate(70%, -50%);
  }
}

.is-hidden .styleguide__scrollspy-nav-open {
  -webkit-transform: translate(80%, -50%);
          transform: translate(80%, -50%);
  opacity: 1;
  visibility: visible;
  -webkit-transition: 350ms ease;
  transition: 350ms ease;
}

@media only screen and (min-width: 1250px) {
  .is-hidden .styleguide__scrollspy-nav-open:hover {
    -webkit-transform: translate(100%, -50%);
            transform: translate(100%, -50%);
  }
}

.is-hidden .styleguide__scrollspy-nav-open .styleguide-open-icon {
  -webkit-transform: rotate3d(0, 1, 0, 0);
          transform: rotate3d(0, 1, 0, 0);
}

.styleguide-open-icon {
  -webkit-transition: 350ms ease;
  transition: 350ms ease;
  -webkit-transform: rotate3d(0, 1, 0, 180deg);
          transform: rotate3d(0, 1, 0, 180deg);
}

.styleguide-filter-input-wrap {
  padding: 10px 5px;
}

.styleguide-filter-input[type='text'] {
  font-size: 14px;
  color: #000;
  padding: 4px 5px;
  border-radius: 3px;
  border: 0;
  outline: none;
}

.styleguide-filter-input[type='text']::-webkit-input-placeholder {
  font-size: 14px;
  color: #000;
}

.styleguide-filter-input[type='text']::-moz-placeholder {
  font-size: 14px;
  color: #000;
}

.styleguide-filter-input[type='text']::-moz-placeholder {
  font-size: 14px;
  color: #000;
}

.styleguide-filter-input[type='text']::-ms-input-placeholder {
  font-size: 14px;
  color: #000;
}

.styleguide-filter-input[type='text']:focus {
  outline: none;
}

.styleguide__main-head {
  font-weight: bold;
  font-size: 48px;
  color: #e95626;
  text-transform: uppercase;
  text-align: center;
  padding: 100px 0;
}

.styleguide__section {
  margin-bottom: 70px;
}

.styleguide__head {
  width: 100%;
  padding: 0 0 20px;
  border-bottom: 1px solid #e95626;
  margin: 0 0 55px;
}

.styleguide__head--mod {
  color: #e95626;
  font-size: 35px;
  font-weight: 500;
}

.styleguide__colorpallet {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 0 -15px;
}

.styleguide__colorpallet--mod {
  padding: 15px;
}

.styleguide__color {
  display: inline-block;
  width: 120px;
  height: 50px;
}

.styleguide__color-name {
  display: block;
  font-size: 16px;
  color: #bebebe;
  text-align: center;
  margin: 20px 0 0;
}

.styleguide__typography-special-titles {
  margin: 0 0 70px;
}

.styleguide__subtitle {
  font-size: 18px;
  font-family: "RecoletaMedium", Arial, Helvetica, sans-serif;
  color: #000;
  margin: 0 0 25px;
}

.styleguide__buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 -15px;
}

.styleguide__btn {
  padding: 15px;
}

.styleguide__section-content {
  border-style: dashed;
  border-color: #71999e;
  border-width: 1px 0;
  position: relative;
}

.styleguide__section-content::before, .styleguide__section-content::after {
  display: block;
  background-color: #71999e;
  padding: 1px;
  color: #fff;
  text-align: center;
  width: 120px;
  font-size: 11px;
  letter-spacing: 2px;
  position: absolute;
  left: 50%;
}

.styleguide__section-content::before {
  content: 'start section';
  top: 0;
  -webkit-transform: translate(-50%, -100%);
          transform: translate(-50%, -100%);
}

.styleguide__section-content::after {
  content: 'end section';
  bottom: 0;
  -webkit-transform: translate(-50%, 100%);
          transform: translate(-50%, 100%);
}

.styleguide__fonts-items {
  font-size: 26px;
  display: block;
}

.styleguide__icons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 0 -10px;
}

.styleguide__icons-item {
  padding: 0 10px;
}

.styleguide__icons-name {
  font-size: 12px;
  display: block;
  text-align: center;
  padding: 5px 0;
}

.styleguide__icons-icon {
  font-size: 35px;
  width: 105px;
  height: 105px;
  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;
  background: #f1f1f1;
}

/*--------------------------------------------------------------
## Header
--------------------------------------------------------------*/
.site-header {
  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;
  background-color: transparent;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 109px;
  z-index: 1001;
  -webkit-transition: 175ms ease;
  transition: 175ms ease;
  will-change: transform;
}

.site-header.is-sticky {
  background-color: #e3f2eb;
  height: 100px;
  -webkit-box-shadow: 0 4px 30px rgba(13, 50, 59, 0.03);
          box-shadow: 0 4px 30px rgba(13, 50, 59, 0.03);
  -webkit-transition: 350ms ease;
  transition: 350ms ease;
}

@media screen and (max-width: 575px) {
  .site-header.is-sticky {
    height: 80px;
  }
}

.site-header.is-colored {
  background-color: #fcf9ef;
}

@media screen and (max-width: 1199px) {
  .site-header {
    height: 100px;
  }
}

@media screen and (max-width: 575px) {
  .site-header {
    height: 80px;
  }
}

@media screen and (max-width: 1199px) {
  .site-header__container-main {
    max-width: 100%;
  }
}

.site-header__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}

@media screen and (max-width: 1199px) {
  .site-header__container {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.site-header__branding {
  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;
}

.site-header__logo {
  color: #fff;
  display: block;
  max-width: 135px;
}

.site-header__logo-img {
  display: block;
  width: 100%;
}

@media screen and (max-width: 1199px) {
  .site-header__nav-outer {
    position: fixed;
    left: 0;
    top: 0;
    height: 100vh;
    width: 100vw;
    z-index: 1010;
    visibility: hidden;
    -webkit-transition: 350ms ease 350ms;
    transition: 350ms ease 350ms;
    will-change: transform;
  }
  .site-header__nav-outer::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.5);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 350ms ease;
    transition: 350ms ease;
  }
  .site-header__nav-outer.is-active {
    visibility: visible;
    -webkit-transition: 350ms ease;
    transition: 350ms ease;
  }
  .site-header__nav-outer.is-active::before {
    opacity: 1;
    visibility: visible;
  }
}

@media screen and (max-width: 1199px) {
  .site-header__nav-inner {
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
    height: 100%;
    background-color: #e3f2eb;
    display: block;
    padding: 130px 30px;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    -webkit-box-shadow: 0 4px 30px rgba(13, 50, 59, 0.03);
            box-shadow: 0 4px 30px rgba(13, 50, 59, 0.03);
    -webkit-transition: 350ms ease;
    transition: 350ms ease;
  }
  .is-active .site-header__nav-inner {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@media screen and (max-width: 991px) {
  .site-header__nav-inner {
    width: 300px;
  }
}

.site-header__hamburger {
  display: none;
}

@media screen and (max-width: 1199px) {
  .site-header__hamburger {
    display: block;
    right: 15px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    z-index: 1100;
  }
}

.site-header__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -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;
  padding-top: 9px;
  margin-right: 22px;
  width: calc(100% - 340px);
}

@media screen and (max-width: 1800px) {
  .site-header__wrapper {
    margin-right: 0;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media screen and (max-width: 1250px) {
  .site-header__wrapper {
    width: calc(100% - 200px);
  }
}

@media screen and (max-width: 1199px) {
  .site-header__wrapper {
    padding-top: 0;
    /* padding-right: 50px; */
    padding-right: 30px;
    width: auto;
  }
}

@media screen and (max-width: 575px) {
  .site-header__wrapper {
    padding-right: 0;
  }
}

.site-header__lang {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  font-size: 18px;
  font-family: "WorkSansRegular", Georgia, serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: -0.18px;
  line-height: 1.2;
  text-transform: uppercase;
  color: #273443;
  margin-right: 243px;
  -webkit-transition: 350ms ease;
  transition: 350ms ease;
  opacity: 0;
  visibility: hidden;
}

@media only screen and (min-width: 1250px) {
  .site-header__lang:hover {
    color: #e4c83f;
  }
}

@media screen and (max-width: 1800px) {
  .site-header__lang {
    margin-right: 80px;
  }
}

@media screen and (max-width: 1500px) {
  .site-header__lang {
    margin-right: 50px;
  }
}

@media screen and (max-width: 1400px) {
  .site-header__lang {
    font-size: 16px;
    margin-right: 30px;
  }
}

@media screen and (max-width: 1199px) {
  .site-header__lang {
    margin-right: 0;
  }
}

.site-header__lang-img {
  max-width: 30px;
  margin-top: 7px;
  margin-left: 5px;
}

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

@media screen and (max-width: 991px) {
  .site-header__wrap {
    /* margin-top: 20px; */
  }
}

@media screen and (max-width: 575px) {
  .site-header__wrap {
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    margin-left: 20px;
  }
}

.site-header__link {
  position: relative;
  font-size: 18px;
  font-family: "WorkSansSemiBold", Georgia, serif;
  font-weight: 600;
  font-style: normal;
  letter-spacing: -0.18px;
  line-height: 1.2;
  color: #1d444b;
  padding-left: 30px;
  -webkit-transition: 350ms ease;
  transition: 350ms ease;
  margin-right: 20px;
}

@media only screen and (min-width: 1250px) {
  .site-header__link:hover {
    color: #e4c83f;
  }
  .site-header__link:hover .site-header__link-ico {
    color: #e4c83f;
  }
}

@media screen and (max-width: 1400px) {
  .site-header__link {
    font-size: 16px;
    padding-left: 20px;
  }
}

@media screen and (max-width: 1199px) {
  .site-header__link .site-header__link-content {
    display: none;
  }
}

.site-header__link-ico {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 16px;
  height: 16px;
  color: #1d444b;
  -webkit-transition: 350ms ease;
  transition: 350ms ease;
}

@media screen and (max-width: 1400px) {
  .site-header__link-ico {
    width: 14px;
    height: 14px;
  }
}

.site-header__input {
  margin-right: 7px;
}

.site-header__input input {
  max-width: 150px;
  width: 100%;
  height: 36px;
  border: 1px solid rgba(29, 68, 75, 0.34);
  background-color: #fff;
  text-overflow: ellipsis;
  padding: 0 15px;
  text-align: center;
  -webkit-transition: 350ms ease;
  transition: 350ms ease;
}

.site-header__input input:focus {
  border: 1px solid #e4c83f;
}

.site-header__input input::-webkit-input-placeholder {
  font-size: 13px;
  font-family: "WorkSansRegular", Georgia, serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.2;
  color: rgba(29, 68, 75, 0.51);
  text-align: center;
}

.site-header__input input::-moz-placeholder {
  font-size: 13px;
  font-family: "WorkSansRegular", Georgia, serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.2;
  color: rgba(29, 68, 75, 0.51);
  text-align: center;
}

.site-header__input input:-ms-input-placeholder {
  font-size: 13px;
  font-family: "WorkSansRegular", Georgia, serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.2;
  color: rgba(29, 68, 75, 0.51);
  text-align: center;
}

.site-header__input input::-ms-input-placeholder {
  font-size: 13px;
  font-family: "WorkSansRegular", Georgia, serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.2;
  color: rgba(29, 68, 75, 0.51);
  text-align: center;
}

.site-header__input input::placeholder {
  font-size: 13px;
  font-family: "WorkSansRegular", Georgia, serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.2;
  color: rgba(29, 68, 75, 0.51);
  text-align: center;
}

@media screen and (max-width: 1400px) {
  .site-header__input input {
    max-width: 130px;
  }
}

@media screen and (max-width: 991px) {
  .site-header__input {
    margin-right: 0;
    margin-top: 15px;
  }
}

.site-header__wrapper-btn {
  position: relative;
}

.error-zip-page-header {
  position: absolute;
  font-size: 10px;
  font-family: "WorkSansRegular", Georgia, serif;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.2;
  color: #d54155;
}

.header-loader {
  position: absolute;
  left: 50%;
  top: 122%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: 350ms ease;
  transition: 350ms ease;
}

.phone-responsive {
  display: none;
}

@media screen and (max-width: 1199px) {
  .phone-responsive {
    display: block;
    margin-right: 40px;
  }
}

@media screen and (max-width: 1199px) and (max-width: 991px) {
  .phone-responsive {
    margin-right: 60px;
  }
}

.language-dropdown {
  display: inline-block;
  min-height: 40px;
  margin-right: auto;
  margin-left: 171px;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
}

@media screen and (max-width: 1600px) {
  .language-dropdown {
    margin: 0 50px;
  }
}

@media screen and (max-width: 991px) {
  .language-dropdown {
    margin: 0 40px;
  }
}

.language-dropdown .lang-en .flag {
  background-image: url("./src/assets/images/lang-en.png");
}

.language-dropdown .lang-es .flag {
  background-image: url("./src/assets/images/lang-es.png");
}

.language-dropdown label, .language-dropdown ul li {
  display: block;
  width: 30px;
  height: 20px;
  cursor: pointer;
}

.language-dropdown ul.lang-list {
  position: relative;
  visibility: hidden;
  opacity: 0;
  z-index: 1;
}

.language-dropdown ul.lang-list li:last-child {
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}

.language-dropdown ul.lang-list li.selected {
  display: none;
}

.language-dropdown label {
  position: relative;
  border-radius: 3px;
  z-index: 2;
}

.language-dropdown .lang-flag .flag, .language-dropdown .lang-list .lang .flag {
  max-width: 30px;
  width: 100%;
  height: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.language-dropdown.open ul.lang-list {
  visibility: visible;
  opacity: 1;
}

@media screen and (max-width: 1600px) {
  .language-dropdown {
    margin-right: 30px;
  }
}

@media screen and (max-width: 1199px) {
  .language-dropdown {
    margin: 0 30px;
  }
}

@media screen and (max-width: 575px) {
  .language-dropdown {
    margin: 0;
    padding-left: 30px;
  }
}

.animate, .lang-flag, .lang-list {
  cursor: pointer;
  -webkit-transition: .5s;
  transition: .5s;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

#lang_selected {
  position: absolute;
  top: 50%;
  left: -30px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

#lang_selected p {
  font-size: 18px;
  font-family: "WorkSansRegular", Georgia, serif;
  font-weight: 400;
  line-height: 1.2;
  color: #273443;
}

/*--------------------------------------------------------------
## Navigation
--------------------------------------------------------------*/
a {
  text-decoration: none;
}

a:hover, a:focus, a:active {
  text-decoration: none;
  outline: 0;
}

.site-nav {
  line-height: 2;
}

.site-nav__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 1199px) {
  .site-nav__list {
    display: block;
  }
}

.site-nav__list > .menu-item {
  position: relative;
}

@media screen and (min-width: 1200px) {
  .site-nav__list > .menu-item {
    margin-right: 35px;
  }
  .site-nav__list > .menu-item:last-child {
    margin: 0;
  }
}

@media screen and (max-width: 1500px) {
  .site-nav__list > .menu-item {
    margin-right: 20px;
  }
}

@media screen and (max-width: 1400px) {
  .site-nav__list > .menu-item {
    margin-right: 15px;
  }
}

@media screen and (max-width: 1199px) {
  .site-nav__list > .menu-item {
    margin: 0 0 15px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(29, 68, 75, 0.5);
    overflow: hidden;
    -webkit-transition: 350ms ease;
    transition: 350ms ease;
  }
  .site-nav__list > .menu-item:last-child {
    border: 0;
    margin: 0;
  }
}

@media only screen and (min-width: 1250px) {
  .site-nav__list > .menu-item:hover > a::after {
    -webkit-transform: translateX(-50%) scaleX(1);
            transform: translateX(-50%) scaleX(1);
  }
  .site-nav__list > .menu-item:hover > .sub-menu {
    opacity: 1;
    visibility: visible;
  }
}

.site-nav__list > .menu-item > a {
  font-size: 18px;
  font-family: "WorkSansRegular", Georgia, serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: -0.18px;
  line-height: 1.2;
  display: block;
  position: relative;
  text-decoration: none;
  color: #273443;
  -webkit-transition: 350ms ease;
  transition: 350ms ease;
}

@media only screen and (min-width: 1250px) {
  .site-nav__list > .menu-item > a:hover {
    color: #d54155;
  }
}

@media screen and (max-width: 1400px) {
  .site-nav__list > .menu-item > a {
    font-size: 16px;
  }
}

.site-nav__list.current_page_item > a,
.site-nav__list.current-menu-item > a,
.site-nav__list.current_page_ancestor > a,
.site-nav__list.current-menu-ancestor > a {
  color: #e2401c;
}

.current-menu-item > a {
  color: #d54155 !important;
}

.site-nav__icon {
  display: none;
  color: #1d444b;
  right: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 18px;
  height: 15px;
}

@media screen and (max-width: 1199px) {
  .site-nav__icon {
    display: block;
    z-index: 10;
    cursor: pointer;
    font-size: 18px;
    height: 18px;
    top: 2px;
    -webkit-transform: none;
            transform: none;
    -webkit-transition: 350ms ease;
    transition: 350ms ease;
  }
  .site-nav__icon.is-active {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
}

@media screen and (min-width: 1200px) {
  .sub-menu {
    display: block !important;
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 10;
    background-color: #fff;
    border-radius: 3px;
    -webkit-transition: 350ms ease;
    transition: 350ms ease;
    -webkit-transform: translateY(14px);
            transform: translateY(14px);
    opacity: 0;
    visibility: hidden;
    padding: 16px 22px 18px;
    list-style: none;
    margin: 0;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.07);
            box-shadow: 0 5px 10px rgba(0, 0, 0, 0.07);
    min-width: 140px;
  }
  .sub-menu .sub-menu {
    left: 100%;
    top: 0;
    -webkit-transform: translateX(5px);
            transform: translateX(5px);
  }
  .sub-menu .site-nav__icon {
    display: block;
  }
}

@media screen and (max-width: 1199px) {
  .sub-menu {
    padding-left: 15px;
    overflow: hidden;
    display: none;
  }
}

.sub-menu .menu-item {
  position: relative;
}

@media screen and (min-width: 1200px) {
  .sub-menu .menu-item {
    margin: 16px 0;
    position: relative;
  }
  .sub-menu .menu-item:first-of-type {
    margin-top: 0;
  }
  .sub-menu .menu-item:last-of-type {
    margin-bottom: 0;
  }
  .sub-menu .menu-item.menu-item-has-children {
    padding-right: 20px;
  }
}

@media screen and (max-width: 1199px) {
  .sub-menu .menu-item {
    margin: 8px 0;
  }
}

@media only screen and (min-width: 1250px) {
  .sub-menu .menu-item:hover > a {
    color: #d54155;
  }
  .sub-menu .menu-item:hover > .sub-menu {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
    visibility: visible;
  }
}

.sub-menu .menu-item a {
  font-size: 18px;
  font-family: "WorkSansRegular", Georgia, serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: -0.18px;
  line-height: 1.2;
  display: block;
  position: relative;
  text-decoration: none;
  color: #273443;
  -webkit-transition: 350ms ease;
  transition: 350ms ease;
}

@media screen and (max-width: 1400px) {
  .sub-menu .menu-item a {
    font-size: 16px;
  }
}

.sub-menu .site-nav__icon {
  color: #1d444b;
}

@media screen and (max-width: 1199px) {
  .sub-menu .site-nav__icon {
    color: #1d444b;
    padding: 4px 5px;
    top: 2px;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  .sub-menu .site-nav__icon.is-active {
    -webkit-transform: rotate(270deg);
            transform: rotate(270deg);
  }
}

/*--------------------------------------------------------------
## Post Nav
--------------------------------------------------------------*/
.comment-navigation,
.posts-navigation,
.post-navigation {
  font-weight: bold;
  font-size: 14px;
}

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
  margin: 50px 0;
  overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}

@media only screen and (min-width: 1250px) {
  .comment-navigation a:hover,
  .posts-navigation a:hover,
  .post-navigation a:hover {
    color: #e2401c;
    -webkit-transition: 350ms ease;
    transition: 350ms ease;
  }
}

/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/
.site-footer {
  padding: 73px 0 59px;
  background-color: #fffcf4;
}

@media screen and (max-width: 1199px) {
  .site-footer {
    padding: 60px 0;
  }
}

.site-footer form {
  width: 100%;
}

@media screen and (max-width: 575px) {
  .site-footer form {
    overflow: hidden;
  }
}

.site-footer__wrap {
  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: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.site-footer__logo {
  max-width: 102px;
  width: 100%;
}

@media screen and (max-width: 400px) {
  .site-footer__logo {
    margin: 0 auto;
  }
}

.site-footer__boxes {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 100%;
  margin-top: 31px;
}

@media screen and (max-width: 1300px) {
  .site-footer__boxes {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media screen and (max-width: 991px) {
  .site-footer__boxes {
    margin-top: 10px;
  }
}

.site-footer__box {
  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: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  max-width: 257px;
  width: 100%;
  margin-top: 20px;
  margin-right: 96px;
}

.site-footer__box:last-child {
  margin-right: 0;
}

@media screen and (max-width: 1300px) {
  .site-footer__box {
    margin-right: 0;
  }
}

@media screen and (max-width: 1199px) {
  .site-footer__box {
    max-width: 22%;
  }
}

@media screen and (max-width: 991px) {
  .site-footer__box {
    max-width: 48%;
    margin-top: 30px;
  }
}

@media screen and (max-width: 400px) {
  .site-footer__box {
    -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: 100%;
  }
}

.site-footer__box--mid {
  max-width: 122px;
  margin-right: 108px;
}

.site-footer__box--mid .site-footer__box-list {
  margin-top: 16px;
}

@media screen and (max-width: 991px) {
  .site-footer__box--mid .site-footer__box-list {
    margin-top: 10px;
  }
}

@media screen and (max-width: 400px) {
  .site-footer__box--mid .site-footer__box-list {
    margin-top: 8px;
  }
}

@media screen and (max-width: 1300px) {
  .site-footer__box--mid {
    margin-right: 0;
  }
}

@media screen and (max-width: 1199px) {
  .site-footer__box--mid {
    max-width: 22%;
  }
}

@media screen and (max-width: 991px) {
  .site-footer__box--mid {
    max-width: 48%;
  }
}

@media screen and (max-width: 400px) {
  .site-footer__box--mid {
    max-width: 100%;
  }
}

.site-footer__box--small {
  max-width: 158px;
  margin-right: 120px;
}

.site-footer__box--small .site-footer__box-list {
  margin-top: 6px;
}

@media screen and (max-width: 991px) {
  .site-footer__box--small .site-footer__box-list {
    margin-top: 10px;
  }
}

@media screen and (max-width: 400px) {
  .site-footer__box--small .site-footer__box-list {
    margin-top: 8px;
  }
}

@media screen and (max-width: 1300px) {
  .site-footer__box--small {
    margin-right: 0;
  }
}

@media screen and (max-width: 1199px) {
  .site-footer__box--small {
    max-width: 22%;
  }
}

@media screen and (max-width: 991px) {
  .site-footer__box--small {
    max-width: 48%;
  }
}

@media screen and (max-width: 400px) {
  .site-footer__box--small {
    max-width: 100%;
  }
}

.site-footer__box--spec {
  max-width: 337px;
  width: 100%;
}

@media screen and (max-width: 1199px) {
  .site-footer__box--spec {
    max-width: 34%;
  }
}

@media screen and (max-width: 991px) {
  .site-footer__box--spec {
    max-width: 48%;
  }
}

@media screen and (max-width: 400px) {
  .site-footer__box--spec {
    max-width: 100%;
  }
}

.site-footer__box-list--static .site-footer__box-link {
  font-weight: 600;
}

.site-footer__box-title {
  font-size: 16px;
  font-family: "WorkSansSemiBold", Georgia, serif;
  font-weight: 600;
  line-height: 1.3;
  font-style: normal;
  letter-spacing: normal;
  color: #273443;
  margin-bottom: 26px;
}

@media screen and (max-width: 400px) {
  .site-footer__box-title {
    text-align: center;
    margin-bottom: 12px;
  }
}

.site-footer__box-lists {
  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: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

@media screen and (max-width: 400px) {
  .site-footer__box-lists {
    -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;
  }
}

.site-footer__box-list {
  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;
  margin-top: 24px;
}

.site-footer__box-list:first-child {
  margin-top: 0;
}

@media screen and (max-width: 991px) {
  .site-footer__box-list {
    margin-top: 10px;
  }
}

@media screen and (max-width: 400px) {
  .site-footer__box-list {
    margin-top: 8px;
  }
}

.site-footer__box-list-social {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-top: 30px;
}

.site-footer__box-list-social-link {
  font-size: 16px;
  height: 16px;
  color: #1d444b;
  margin-right: 13px;
  -webkit-transition: 350ms ease;
  transition: 350ms ease;
}

.site-footer__box-list-social-link:last-child {
  margin-right: 0;
}

@media only screen and (min-width: 1250px) {
  .site-footer__box-list-social-link:hover {
    color: #d54155;
  }
}

.site-footer__box-list-social-link .svg-icon {
  height: 100%;
}

.site-footer__box-link {
  position: relative;
  font-size: 16px;
  font-family: "WorkSansRegular", Georgia, serif;
  font-weight: 400;
  line-height: 24px;
  font-style: normal;
  letter-spacing: normal;
  color: #273443;
  -webkit-transition: 350ms ease;
  transition: 350ms ease;
}

@media only screen and (min-width: 1250px) {
  .site-footer__box-link:hover {
    color: #d54155;
  }
  .site-footer__box-link:hover .site-footer__underline {
    background-size: 100% 100%;
  }
}

@media screen and (max-width: 400px) {
  .site-footer__box-link {
    text-align: center;
  }
}

.site-footer__underline {
  width: calc(100%);
  background-image: linear-gradient(transparent calc(100% - 1px), #d54155 1px);
  background-repeat: no-repeat;
  background-size: 0 100%;
  -webkit-transition: background-size 0.5s;
  transition: background-size 0.5s;
}

.site-footer__box-link-br {
  display: block;
}

.site-footer__box-desc {
  font-size: 16px;
  font-family: "WorkSansRegular", Georgia, serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 24px;
  color: #273443;
  max-width: 100%;
}

@media screen and (max-width: 400px) {
  .site-footer__box-desc {
    text-align: center;
  }
}

@media screen and (max-width: 575px) {
  .subscribe-form__wrapper .wpcf7-spinner {
    margin: 5px 0;
  }
}

.site-footer__box-input,
.subscribe-form__wrapper-input {
  position: relative;
  width: 100%;
  margin-top: 32px;
}

.site-footer__box-input input,
.subscribe-form__wrapper-input input {
  width: 100%;
  height: 60px;
  background-color: #fff;
  font-size: 17px;
  font-family: "RecoletaMedium", Arial, Helvetica, sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.2;
  color: #1d444b;
  border-radius: 0;
  border: 0;
  border-bottom: 2px solid #d54155;
  padding: 15px 50px 15px 21px;
  text-overflow: ellipsis;
  -webkit-transition: 350ms ease;
  transition: 350ms ease;
}

.site-footer__box-input input::-webkit-input-placeholder, .subscribe-form__wrapper-input input::-webkit-input-placeholder {
  font-size: 14px;
  font-family: "WorkSansRegular", Georgia, serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.2;
  color: rgba(29, 68, 75, 0.51);
}

.site-footer__box-input input::-moz-placeholder, .subscribe-form__wrapper-input input::-moz-placeholder {
  font-size: 14px;
  font-family: "WorkSansRegular", Georgia, serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.2;
  color: rgba(29, 68, 75, 0.51);
}

.site-footer__box-input input:-ms-input-placeholder, .subscribe-form__wrapper-input input:-ms-input-placeholder {
  font-size: 14px;
  font-family: "WorkSansRegular", Georgia, serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.2;
  color: rgba(29, 68, 75, 0.51);
}

.site-footer__box-input input::-ms-input-placeholder, .subscribe-form__wrapper-input input::-ms-input-placeholder {
  font-size: 14px;
  font-family: "WorkSansRegular", Georgia, serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.2;
  color: rgba(29, 68, 75, 0.51);
}

.site-footer__box-input input::placeholder,
.subscribe-form__wrapper-input input::placeholder {
  font-size: 14px;
  font-family: "WorkSansRegular", Georgia, serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.2;
  color: rgba(29, 68, 75, 0.51);
}

.site-footer__box-input input:focus,
.subscribe-form__wrapper-input input:focus {
  border-bottom: 2px solid #e4c83f;
  background-color: #fff;
}

.site-footer__box-input input:invalid,
.subscribe-form__wrapper-input input:invalid {
  border: none;
  border-bottom: 2px solid #d54155;
  background-color: #ffe9eb;
}

@media screen and (max-width: 500px) {
  .site-footer__box-input input,
  .subscribe-form__wrapper-input input {
    padding: 15px 28px 15px 10px;
  }
}

@media screen and (max-width: 991px) {
  .site-footer__box-input,
  .subscribe-form__wrapper-input {
    margin-top: 20px;
  }
}

.subscribe-form__wrap {
  position: relative;
}

.site-footer__box-input-icon {
  position: absolute;
  top: 50%;
  right: 25px;
  width: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.site-footer__box-input-icon::before {
  content: '';
  display: inline-block;
  font-size: 1em;
  width: 1em;
  height: 1em;
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' aria-hidden='true' class='svg-inline--fa fa-long-arrow-right fa-w-14 fa-9x' data-icon='long-arrow-right' data-prefix='far' viewBox='0 0 448 512' fill='%23d54155'%3E%3Cpath d='M295.515 115.716l-19.626 19.626c-4.753 4.753-4.675 12.484.173 17.14L356.78 230H12c-6.627 0-12 5.373-12 12v28c0 6.627 5.373 12 12 12h344.78l-80.717 77.518c-4.849 4.656-4.927 12.387-.173 17.14l19.626 19.626c4.686 4.686 12.284 4.686 16.971 0l131.799-131.799c4.686-4.686 4.686-12.284 0-16.971L312.485 115.716c-4.686-4.686-12.284-4.686-16.97 0z'/%3E%3C/svg%3E") no-repeat center;
  background-size: contain;
}

.site-footer__box-input-icon input {
  min-width: initial;
  padding: 0;
  border: 0;
  opacity: 0;
}

.site-footer__box-input-icon::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 20px;
  height: 20px;
  -webkit-transition: 350ms ease;
  transition: 350ms ease;
}

@media screen and (max-width: 500px) {
  .site-footer__box-input-icon::before {
    font-size: 15px;
    height: 15px;
  }
}

@media only screen and (min-width: 1250px) {
  .site-footer__box-input-icon:hover::before {
    content: '';
    display: inline-block;
    font-size: 1em;
    width: 1em;
    height: 1em;
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' aria-hidden='true' class='svg-inline--fa fa-long-arrow-right fa-w-14 fa-9x' data-icon='long-arrow-right' data-prefix='far' viewBox='0 0 448 512' fill='%234c948a'%3E%3Cpath d='M295.515 115.716l-19.626 19.626c-4.753 4.753-4.675 12.484.173 17.14L356.78 230H12c-6.627 0-12 5.373-12 12v28c0 6.627 5.373 12 12 12h344.78l-80.717 77.518c-4.849 4.656-4.927 12.387-.173 17.14l19.626 19.626c4.686 4.686 12.284 4.686 16.971 0l131.799-131.799c4.686-4.686 4.686-12.284 0-16.971L312.485 115.716c-4.686-4.686-12.284-4.686-16.97 0z'/%3E%3C/svg%3E") no-repeat center;
    background-size: contain;
  }
  .site-footer__box-input-icon:hover::before {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    font-size: 20px;
    height: 20px;
    -webkit-transition: 350ms ease;
    transition: 350ms ease;
  }
}

@media screen and (max-width: 500px) {
  .site-footer__box-input-icon {
    right: 7px;
  }
}

.site-footer__copyright {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-top: 15px;
}

@media screen and (max-width: 1199px) {
  .site-footer__copyright {
    margin-top: 30px;
  }
}

@media screen and (max-width: 767px) {
  .site-footer__copyright {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.site-footer__copyright-text {
  font-size: 14px;
  font-family: "WorkSansRegular", Georgia, serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.2;
  color: #1d444b;
}

@media screen and (max-width: 767px) {
  .site-footer__copyright-text {
    display: block;
    width: 100%;
    text-align: center;
    margin-top: 8px;
  }
}

.site-footer__copyright-text-link {
  -webkit-transition: 350ms ease;
  transition: 350ms ease;
}

@media only screen and (min-width: 1250px) {
  .site-footer__copyright-text-link:hover {
    color: #d54155;
  }
  .site-footer__copyright-text-link:hover .site-footer__underline {
    background-size: 100% 100%;
  }
}

@media screen and (max-width: 767px) {
  .site-footer__copyright-text-link {
    display: initial;
    width: initial;
  }
}

@media screen and (max-width: 767px) {
  .site-footer__copyright-text-link--div .site-footer__copyright-divider {
    display: inline-block;
  }
}

.site-footer__copyright-divider {
  padding: 0 4px 0 5px;
}

@media screen and (max-width: 767px) {
  .site-footer__copyright-divider {
    display: none;
  }
}

.error404 .site-header {
  background-color: #fcf9ef;
}

.s-404__wrap {
  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-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;
  padding: 200px 0 100px;
  overflow: hidden;
}

@media screen and (max-width: 991px) {
  .s-404__wrap {
    padding: 150px 0 100px;
  }
}

@media screen and (max-width: 575px) {
  .s-404__wrap {
    padding: 120px 0 70px;
  }
}

.s-404__title span {
  font-size: 400px;
  font-family: "WorkSansSemiBold", Georgia, serif;
  line-height: 1;
  color: #1d444b;
  display: inline-block;
  position: relative;
  margin: 0 10px;
}

@media screen and (max-width: 991px) {
  .s-404__title span {
    font-size: 300px;
  }
}

@media screen and (max-width: 767px) {
  .s-404__title span {
    font-size: 250px;
  }
}

@media screen and (max-width: 575px) {
  .s-404__title span {
    font-size: 200px;
  }
}

@media screen and (max-width: 500px) {
  .s-404__title span {
    font-size: 160px;
  }
}

@media screen and (max-width: 400px) {
  .s-404__title span {
    font-size: 115px;
  }
}

.s-404__button {
  min-width: 300px;
  font-size: 20px;
  text-transform: uppercase;
  padding: 30px;
  color: #fff;
  margin-top: 40px;
}

@media screen and (max-width: 991px) {
  .s-404__button {
    padding: 20px;
  }
}

@media screen and (max-width: 767px) {
  .s-404__button {
    font-size: 18px;
    padding: 15px;
  }
}

@media screen and (max-width: 575px) {
  .s-404__button {
    font-size: 16px;
    min-width: auto;
    padding: 10px 15px;
    margin-top: 30px;
  }
}

@media screen and (max-width: 400px) {
  .s-404__button {
    font-size: 14px;
    min-width: auto;
    padding: 5px 15px;
    margin-top: 30px;
  }
}

@-webkit-keyframes puff-in-center {
  0% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
    -webkit-filter: blur(2px);
            filter: blur(2px);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-filter: blur(0);
            filter: blur(0);
    opacity: 1;
  }
}

@keyframes puff-in-center {
  0% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
    -webkit-filter: blur(2px);
            filter: blur(2px);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-filter: blur(0);
            filter: blur(0);
    opacity: 1;
  }
}

@-webkit-keyframes puff-in-middle {
  0% {
    -webkit-transform: scale(1.4);
            transform: scale(1.4);
    -webkit-filter: blur(2px);
            filter: blur(2px);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-filter: blur(0);
            filter: blur(0);
    opacity: 1;
  }
}

@keyframes puff-in-middle {
  0% {
    -webkit-transform: scale(1.4);
            transform: scale(1.4);
    -webkit-filter: blur(2px);
            filter: blur(2px);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-filter: blur(0);
            filter: blur(0);
    opacity: 1;
  }
}

@-webkit-keyframes float {
  0% {
    -webkit-transform: rotate(-1deg) translate(0, 0);
            transform: rotate(-1deg) translate(0, 0);
  }
  100% {
    -webkit-transform: rotate(-7deg) translate(10%, 10%);
            transform: rotate(-7deg) translate(10%, 10%);
  }
}

@keyframes float {
  0% {
    -webkit-transform: rotate(-1deg) translate(0, 0);
            transform: rotate(-1deg) translate(0, 0);
  }
  100% {
    -webkit-transform: rotate(-7deg) translate(10%, 10%);
            transform: rotate(-7deg) translate(10%, 10%);
  }
}

@-webkit-keyframes float-2 {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(10%);
            transform: translateY(10%);
  }
}

@keyframes float-2 {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(10%);
            transform: translateY(10%);
  }
}

@-webkit-keyframes float-3 {
  0% {
    -webkit-transform: rotate(-4deg) translateY(0);
            transform: rotate(-4deg) translateY(0);
  }
  100% {
    -webkit-transform: rotate(10deg) translateY(-10%);
            transform: rotate(10deg) translateY(-10%);
  }
}

@keyframes float-3 {
  0% {
    -webkit-transform: rotate(-4deg) translateY(0);
            transform: rotate(-4deg) translateY(0);
  }
  100% {
    -webkit-transform: rotate(10deg) translateY(-10%);
            transform: rotate(10deg) translateY(-10%);
  }
}

/*--------------------------------------------------------------
# Components / Templates
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## check-list
--------------------------------------------------------------*/
.check-list {
  margin-top: 30px;
}

.check-list__item {
  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;
}

/*--------------------------------------------------------------
## select-field
--------------------------------------------------------------*/
.select-field {
  padding: 80px 0;
}

/*--------------------------------------------------------------
## page-nav
--------------------------------------------------------------*/
.page-nav {
  margin-top: 30px;
  padding: 30px 0;
  border-top: 1px solid #eee;
  width: 100%;
}

/*--------------------------------------------------------------
## blog-article
--------------------------------------------------------------*/
.blog-article {
  margin-bottom: 30px;
}

.blog-article__thumb-wrap {
  display: block;
  overflow: hidden;
}

.blog-article__thumb {
  -webkit-transition: 350ms ease;
  transition: 350ms ease;
}

@media only screen and (min-width: 1250px) {
  .blog-article__thumb:hover {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}

.blog-article__box {
  background: #eee;
  padding: 20px;
}

.blog-article__title {
  font-size: 18px;
}

.blog-article__meta {
  color: #656565;
  font-size: 12px;
}

/*--------------------------------------------------------------
## background-image
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## input-block
--------------------------------------------------------------*/
.input-block {
  max-width: 930px;
  margin: 0 auto;
}

@media screen and (max-width: 1199px) {
  .input-block .page-title {
    line-height: 1.2;
  }
}

@media screen and (max-width: 767px) {
  .input-block .page-title {
    font-size: 40px;
  }
}

@media screen and (max-width: 500px) {
  .input-block .page-title {
    font-size: 35px;
  }
}

@media screen and (max-width: 400px) {
  .input-block .page-title {
    font-size: 30px;
  }
}

@media screen and (max-width: 991px) {
  .input-block .select2 {
    max-width: 100%;
    height: 58px;
  }
}

@media screen and (max-width: 500px) {
  .input-block .select2 {
    height: 53px;
  }
}

.input-block__form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -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-top: 18px;
}

.input-block__form-input {
  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;
  max-width: 317px;
  width: 100%;
  margin: 21px 10px 0;
}

@media screen and (max-width: 991px) {
  .input-block__form-input {
    max-width: 260px;
  }
}

@media screen and (max-width: 767px) {
  .input-block__form-input {
    max-width: 200px;
  }
}

@media screen and (max-width: 500px) {
  .input-block__form-input {
    max-width: 100px;
  }
}

@media screen and (max-width: 400px) {
  .input-block__form-input {
    max-width: 100%;
  }
}

@media screen and (min-width: 1024px) {
  .input-block__form-input-select {
    scrollbar-width: thin;
    scrollbar-color: #1d444b #f8f3dc;
  }
  .input-block__form-input-select::-webkit-scrollbar {
    width: 0.5vw;
    height: 8px;
  }
  .input-block__form-input-select::-webkit-scrollbar-thumb {
    background-color: #1d444b;
    border-radius: 0;
    border: 1px solid #f8f3dc;
  }
  .input-block__form-input-select::-webkit-scrollbar-track {
    background-color: #f8f3dc;
    border-radius: 0;
  }
}

.input-block__form-input--big {
  max-width: 405px;
}

@media screen and (max-width: 991px) {
  .input-block__form-input--big {
    max-width: 46%;
  }
}

@media screen and (max-width: 575px) {
  .input-block__form-input--big {
    margin: 15px 5px 0;
  }
}

@media screen and (max-width: 400px) {
  .input-block__form-input--big {
    max-width: 100%;
  }
}

.input-block__form-input--small {
  max-width: 213px;
}

@media screen and (max-width: 991px) {
  .input-block__form-input--small {
    max-width: 160px;
  }
}

@media screen and (max-width: 767px) {
  .input-block__form-input--small {
    max-width: 100px;
  }
}

@media screen and (max-width: 400px) {
  .input-block__form-input--small {
    max-width: 100%;
  }
}

.input-block__form-input-label {
  font-size: 16px;
  font-family: "WorkSansSemiBold", Georgia, serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.2;
  color: #1d444b;
  margin-bottom: 9px;
}

.input-block__form-input-label .required {
  color: #d54155;
}

@media screen and (max-width: 500px) {
  .input-block__form-input-label {
    font-size: 14px;
    margin-bottom: 5px;
  }
}

.input-block__form-input-ico {
  position: absolute;
  top: 50px;
  right: 14px;
  font-size: 22px;
  height: 22px;
  color: #4c948a;
  pointer-events: none;
}

@media screen and (max-width: 991px) {
  .input-block__form-input-ico {
    top: 46px;
    right: 5px;
  }
}

@media screen and (max-width: 500px) {
  .input-block__form-input-ico {
    top: 38px;
  }
}

.input-block--file .input-block__form-input {
  max-width: 282px;
  height: 192px;
  border-radius: 5px;
  border: 1px solid rgba(76, 148, 138, 0.35);
  background-color: #fff;
  padding: 5px;
  margin: 21px 7px 0;
  cursor: pointer;
}

.input-block--file .input-block__form-input input {
  max-width: 100%;
  height: 100%;
}

.input-block--file .input-block__form-input::before, .input-block--file .input-block__form-input::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 99%;
  pointer-events: none;
}

.input-block--file .input-block__form-input::before {
  display: block;
  border-radius: 5px;
  height: 99%;
  background-color: #f9f9f9;
  pointer-events: none;
  z-index: 5;
  -webkit-transition: 350ms ease;
  transition: 350ms ease;
}

.input-block--file .input-block__form-input::after {
  background-image: url("./src/assets/images/icons/cloud-ico-img.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  max-width: 56px;
  height: 39px;
  z-index: 10;
  -webkit-transform: translate(-50%, -76%);
          transform: translate(-50%, -76%);
  -webkit-transition: 150ms ease;
  transition: 150ms ease;
}

@media only screen and (min-width: 1250px) {
  .input-block--file .input-block__form-input:hover::before {
    background-color: #fffcf4;
  }
}

.input-block--file .input-block__form-input.is-hidden-after::after {
  background-image: url("./src/assets/images/icons/cloud-free-ico-img.png");
  max-width: 56px;
  height: 36px;
  opacity: 1;
  visibility: visible;
}

.input-block--file .input-block__form-input.is-hidden-after .input-block__form-input-label-file {
  opacity: 0;
  visibility: hidden;
}

.input-block--file .input-block__form-input.is-hidden-after .input-block__form-input-loader {
  opacity: 1;
  visibility: visible;
}

@media screen and (max-width: 767px) {
  .input-block--file .input-block__form-input {
    max-width: 200px;
  }
}

@media screen and (max-width: 500px) {
  .input-block--file .input-block__form-input {
    max-width: 160px;
  }
}

@media screen and (max-width: 400px) {
  .input-block--file .input-block__form-input {
    max-width: 100%;
  }
}

.input-block--file .custom-file {
  font-size: 13px;
  font-family: "WorkSansRegular", Georgia, serif;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0;
  color: #4c948a;
  position: absolute;
  top: auto;
  bottom: 15px;
  left: 29px;
  max-width: 90%;
  width: 100%;
  text-align: left;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  z-index: 12;
}

@media screen and (max-width: 767px) {
  .input-block--file .custom-file {
    left: 20px;
  }
}

@media screen and (max-width: 500px) {
  .input-block--file .custom-file {
    left: 15px;
  }
}

@media screen and (max-width: 400px) {
  .input-block--file .custom-file {
    left: 30px;
  }
}

.input-block--file .input-block__form-input-label-file {
  position: absolute;
  bottom: 59px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: 16px;
  font-family: "WorkSansSemiBold", Georgia, serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.2;
  color: #4c948a;
  -webkit-transition: 350ms ease;
  transition: 350ms ease;
  z-index: 5;
}

@media screen and (max-width: 767px) {
  .input-block--file .input-block__form-input-label-file {
    font-size: 14px;
    bottom: 68px;
  }
}

.input-block--file .input-block__form-input-loader {
  max-width: 79%;
  width: 100%;
  position: absolute;
  bottom: 46px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: 350ms ease;
  transition: 350ms ease;
  z-index: 5;
  opacity: 0;
  visibility: hidden;
}

.input-block--file .input-block__form-input-loader::before, .input-block--file .input-block__form-input-loader::after {
  content: '';
  display: block;
  height: 5px;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: 350ms ease;
  transition: 350ms ease;
}

.input-block--file .input-block__form-input-loader::before {
  width: 100%;
  background-color: #ffede6;
}

.input-block--file .input-block__form-input-loader::after {
  width: 50%;
  background-color: #4c948a;
}

.input-block--file .input-block__form-input-loader.is-loaded::after {
  width: 100%;
}

.input-block--start {
  margin-top: 191px;
}

@media screen and (max-width: 1199px) {
  .input-block--start {
    margin-top: 130px;
  }
}

@media screen and (max-width: 500px) {
  .input-block--start {
    margin-top: 100px;
  }
}

@media screen and (max-width: 991px) {
  .input-block--address .input-block__form-input,
  .input-block--address .input-block__form-input--small {
    max-width: 45%;
  }
}

@media screen and (max-width: 500px) {
  .input-block--address .input-block__form-input,
  .input-block--address .input-block__form-input--small {
    max-width: 100%;
  }
}

.enrollment-errors {
  position: absolute;
  bottom: -14px;
  left: 2px;
  font-size: 10px;
  font-family: "WorkSansRegular", Georgia, serif;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.2;
  color: #d54155;
}

/*--------------------------------------------------------------
## boxes-block
--------------------------------------------------------------*/
.boxes-block {
  max-width: 930px;
  margin: 0 auto;
}

.boxes-block__btns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -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-top: 24px;
}

.boxes-block__btn {
  margin: 15px 10px 0;
}

/*--------------------------------------------------------------
## text-box
--------------------------------------------------------------*/
.text-box {
  max-width: 930px;
  margin: 183px auto 0;
}

@media screen and (max-width: 1199px) {
  .text-box {
    margin: 130px auto 0;
  }
}

@media screen and (max-width: 500px) {
  .text-box {
    margin: 100px auto 0;
  }
}

.text-box__subtitle {
  position: relative;
  font-size: 30px;
  font-family: "WorkSansRegular", Georgia, serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 40px;
  text-align: center;
  color: #d54155;
  padding-bottom: 79px;
  margin-top: 59px;
}

@media screen and (max-width: 500px) {
  .text-box__subtitle br {
    display: none;
  }
}

.text-box__subtitle::after {
  content: '';
  display: block;
  width: 120px;
  height: 5px;
  background-color: #d54155;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media screen and (max-width: 767px) {
  .text-box__subtitle {
    font-size: 25px;
    line-height: 1.4;
    padding-bottom: 50px;
    margin-top: 60px;
  }
}

@media screen and (max-width: 500px) {
  .text-box__subtitle {
    font-size: 22px;
  }
}

.text-box__desc {
  display: block;
  font-size: 18px;
  font-family: "WorkSansRegular", Georgia, serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.2;
  color: #1d444b;
  text-align: center;
  max-width: 98%;
  width: 100%;
  position: fixed;
  bottom: 88px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@supports (-webkit-touch-callout: none) {
  .text-box__desc {
    position: relative;
    bottom: 0;
    max-width: 100%;
    margin-top: 60%;
  }
}

.text-box__link {
  font-size: 18px;
  font-family: "WorkSansRegular", Georgia, serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.2;
  color: #1d444b;
  -webkit-transition: 350ms ease;
  transition: 350ms ease;
}

@media only screen and (min-width: 1250px) {
  .text-box__link:hover {
    color: #d54155;
  }
}

@media screen and (max-width: 500px) {
  .text-box__link {
    display: block;
  }
}

.text-box--alt .text-box__subtitle {
  font-size: 25px;
  line-height: 30px;
  padding-bottom: 60px;
  margin-top: 0;
}

@media screen and (max-width: 500px) {
  .text-box--alt .text-box__subtitle br {
    display: none;
  }
}

@media screen and (max-width: 991px) {
  .text-box--alt .text-box__subtitle {
    font-size: 20px;
    line-height: 1.3;
    padding-bottom: 30px;
  }
}

@media screen and (max-width: 500px) {
  .text-box--alt .text-box__subtitle {
    font-size: 18px;
  }
}

.text-box--alt .text-box__title {
  line-height: 70px;
  margin-top: 46px;
}

@media screen and (max-width: 1199px) {
  .text-box--alt .text-box__title {
    line-height: 1.2;
    margin-top: 25px;
  }
}

@media screen and (max-width: 767px) {
  .text-box--alt .text-box__title {
    font-size: 40px;
  }
}

@media screen and (max-width: 500px) {
  .text-box--alt .text-box__title {
    font-size: 35px;
  }
}

@media screen and (max-width: 400px) {
  .text-box--alt .text-box__title {
    font-size: 30px;
  }
}

/*--------------------------------------------------------------
## basic-block
--------------------------------------------------------------*/
.basic-block {
  padding: 70px 0;
}

/*--------------------------------------------------------------
## banner
--------------------------------------------------------------*/
.banner {
  background-color: #e3f2eb;
  padding: 256px 0 72px;
  overflow: hidden;
}

@media screen and (max-width: 1199px) {
  .banner {
    padding: 150px 0 70px;
  }
}

@media screen and (max-width: 767px) {
  .banner {
    padding: 140px 0 70px;
  }
}

@media screen and (max-width: 575px) {
  .banner {
    padding: 130px 0 60px;
  }
}

.banner-wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.banner-wrap__left {
  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-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  max-width: 530px;
  width: 100%;
  z-index: 5;
}

@media screen and (max-width: 1199px) {
  .banner-wrap__left {
    max-width: 370px;
  }
}

@media screen and (max-width: 767px) {
  .banner-wrap__left {
    max-width: 100%;
  }
}

.banner-wrap__left-title {
  max-width: 100%;
}

.banner-wrap__left-desc {
  font-size: 22px;
  font-family: "WorkSansSemiBold", Georgia, serif;
  font-weight: 600;
  font-style: normal;
  letter-spacing: normal;
  line-height: 35px;
  color: #4c948a;
  max-width: 100%;
  margin-top: 24px;
}

@media screen and (max-width: 1199px) {
  .banner-wrap__left-desc br {
    display: none;
  }
}

@media screen and (max-width: 1199px) {
  .banner-wrap__left-desc {
    font-size: 20px;
    line-height: 1.5;
  }
}

@media screen and (max-width: 991px) {
  .banner-wrap__left-desc {
    font-size: 19px;
  }
}

@media screen and (max-width: 767px) {
  .banner-wrap__left-desc {
    font-size: 18px;
  }
}

@media screen and (max-width: 400px) {
  .banner-wrap__left-desc {
    font-size: 16px;
  }
}

.banner-wrap__right-image {
  max-width: 914px;
  width: 100%;
  position: absolute;
  top: -130px;
  right: -345px;
}

@media screen and (max-width: 1800px) {
  .banner-wrap__right-image {
    max-width: 700px;
    top: -70px;
    right: -145px;
  }
}

@media screen and (max-width: 1500px) {
  .banner-wrap__right-image {
    max-width: 600px;
    top: auto;
    bottom: 0;
    right: 0;
  }
}

@media screen and (max-width: 1199px) {
  .banner-wrap__right-image {
    max-width: 540px;
    right: -60px;
  }
}

@media screen and (max-width: 991px) {
  .banner-wrap__right-image {
    max-width: 350px;
    right: -80px;
  }
}

@media screen and (max-width: 767px) {
  .banner-wrap__right-image {
    position: relative;
    bottom: auto;
    right: auto;
    max-width: 100%;
    margin-top: 40px;
  }
  .banner-wrap__right-image img {
    margin: 40px auto 0;
  }
}

.banner-wrap__right-image img {
  width: 100%;
  height: auto;
}

.banner-bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -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-top: 171px;
}

@media screen and (max-width: 1500px) {
  .banner-bottom {
    margin-top: 70px;
  }
}

@media screen and (max-width: 767px) {
  .banner-bottom {
    margin-top: 40px;
  }
}

.banner-bottom__box {
  position: relative;
  padding-left: 82px;
  margin-top: 30px;
}

.banner-bottom__box-img {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  max-width: 77px;
}

.banner-bottom__box-title {
  font-size: 20px;
  font-family: "WorkSansRegular", Georgia, serif;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0;
  color: #1d444b;
}

@media screen and (max-width: 991px) {
  .banner-bottom__box-title {
    font-size: 17px;
  }
}

.banner--alt {
  padding: 304px 0 68px;
}

.banner--alt .banner-wrap__left-input-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-top: 49px;
}

@media screen and (max-width: 1199px) {
  .banner--alt .banner-wrap__left-input-wrap {
    width: 100%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media screen and (max-width: 991px) {
  .banner--alt .banner-wrap__left-input-wrap {
    margin-top: 30px;
  }
}

.banner--alt .banner-wrap__left-input-wrap-input {
  max-width: 212px;
  margin-right: 16px;
}

.banner--alt .banner-wrap__left-input-wrap-input input {
  width: 100%;
  height: 51px;
  border: 1px solid rgba(29, 68, 75, 0.34);
  background-color: #fff;
  text-overflow: ellipsis;
  padding: 0 15px;
  text-align: center;
  -webkit-transition: 350ms ease;
  transition: 350ms ease;
}

.banner--alt .banner-wrap__left-input-wrap-input input:focus {
  border: 1px solid #e4c83f;
}

.banner--alt .banner-wrap__left-input-wrap-input input::-webkit-input-placeholder {
  font-size: 18px;
  font-family: "WorkSansRegular", Georgia, serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.2;
  color: rgba(29, 68, 75, 0.51);
  text-align: center;
}

.banner--alt .banner-wrap__left-input-wrap-input input::-moz-placeholder {
  font-size: 18px;
  font-family: "WorkSansRegular", Georgia, serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.2;
  color: rgba(29, 68, 75, 0.51);
  text-align: center;
}

.banner--alt .banner-wrap__left-input-wrap-input input:-ms-input-placeholder {
  font-size: 18px;
  font-family: "WorkSansRegular", Georgia, serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.2;
  color: rgba(29, 68, 75, 0.51);
  text-align: center;
}

.banner--alt .banner-wrap__left-input-wrap-input input::-ms-input-placeholder {
  font-size: 18px;
  font-family: "WorkSansRegular", Georgia, serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.2;
  color: rgba(29, 68, 75, 0.51);
  text-align: center;
}

.banner--alt .banner-wrap__left-input-wrap-input input::placeholder {
  font-size: 18px;
  font-family: "WorkSansRegular", Georgia, serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.2;
  color: rgba(29, 68, 75, 0.51);
  text-align: center;
}

@media screen and (max-width: 400px) {
  .banner--alt .banner-wrap__left-input-wrap-input input::-webkit-input-placeholder {
    font-size: 16px;
  }
  .banner--alt .banner-wrap__left-input-wrap-input input::-moz-placeholder {
    font-size: 16px;
  }
  .banner--alt .banner-wrap__left-input-wrap-input input:-ms-input-placeholder {
    font-size: 16px;
  }
  .banner--alt .banner-wrap__left-input-wrap-input input::-ms-input-placeholder {
    font-size: 16px;
  }
  .banner--alt .banner-wrap__left-input-wrap-input input::placeholder {
    font-size: 16px;
  }
}

@media screen and (max-width: 991px) {
  .banner--alt .banner-wrap__left-input-wrap-input {
    max-width: 180px;
    margin-right: 0;
  }
}

@media screen and (max-width: 400px) {
  .banner--alt .banner-wrap__left-input-wrap-input {
    max-width: 150px;
  }
}

.banner--alt .banner-bottom {
  margin-top: 161px;
}

@media screen and (max-width: 1500px) {
  .banner--alt .banner-bottom {
    margin-top: 70px;
  }
}

@media screen and (max-width: 767px) {
  .banner--alt .banner-bottom {
    margin-top: 40px;
  }
}

.banner--alt .banner-wrap__right-image {
  top: -108px;
}

@media screen and (max-width: 1500px) {
  .banner--alt .banner-wrap__right-image {
    top: auto;
  }
}

@media screen and (max-width: 1199px) {
  .banner--alt {
    padding: 150px 0 70px;
  }
}

@media screen and (max-width: 767px) {
  .banner--alt {
    padding: 140px 0 70px;
  }
}

@media screen and (max-width: 575px) {
  .banner--alt {
    padding: 130px 0 60px;
  }
}

.banner-wrap__left-lists {
  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;
  margin-top: 34px;
}

.banner-wrap__left-lists-title {
  font-size: 20px;
  font-family: "WorkSansRegular", Georgia, serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.3;
  margin-bottom: 13px;
}

.banner-wrap__left-list {
  position: relative;
  font-size: 20px;
  font-family: "WorkSansRegular", Georgia, serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.3;
  color: #1d444b;
  padding-left: 41px;
  margin-top: 4px;
}

.banner-wrap__left-list:first-child {
  margin-top: 0;
}

@media screen and (max-width: 767px) {
  .banner-wrap__left-list {
    font-size: 18px;
    padding-left: 30px;
  }
}

@media screen and (max-width: 400px) {
  .banner-wrap__left-list {
    font-size: 16px;
  }
}

.banner-wrap__left-list-img {
  position: absolute;
  top: 7px;
  left: 9px;
  max-width: 14px;
}

@media screen and (max-width: 767px) {
  .banner-wrap__left-list-img {
    top: 5px;
  }
}

@media screen and (max-width: 400px) {
  .banner-wrap__left-list-img {
    max-width: 10px;
  }
}

.banner-wrap__left-btns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-top: 69px;
}

@media screen and (max-width: 767px) {
  .banner-wrap__left-btns {
    margin-top: 40px;
  }
}

@media screen and (max-width: 400px) {
  .banner-wrap__left-btns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.banner-wrap__left-btn-spec {
  position: relative;
  font-size: 22px;
  font-family: "WorkSansSemiBold", Georgia, serif;
  font-weight: 600;
  font-style: normal;
  letter-spacing: normal;
  line-height: 40px;
  color: #d54155;
  padding-left: 81px;
  -webkit-transition: 350ms ease;
  transition: 350ms ease;
}

@media only screen and (min-width: 1250px) {
  .banner-wrap__left-btn-spec:hover {
    color: #e4c83f;
  }
  .banner-wrap__left-btn-spec:hover .banner-wrap__left-btn--img {
    opacity: 0;
    visibility: hidden;
  }
  .banner-wrap__left-btn-spec:hover .banner-wrap__left-btn--img-hidden {
    opacity: 1;
    visibility: visible;
  }
}

@media screen and (max-width: 500px) {
  .banner-wrap__left-btn-spec {
    font-size: 18px;
    line-height: 1.2;
    padding-left: 50px;
  }
}

@media screen and (max-width: 400px) {
  .banner-wrap__left-btn-spec {
    font-size: 16px;
    padding-left: 40px;
    margin-top: 10px;
  }
}

.banner-wrap__left-btn--img {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 350ms ease;
  transition: 350ms ease;
}

@media screen and (max-width: 500px) {
  .banner-wrap__left-btn--img {
    max-width: 40px;
  }
}

@media screen and (max-width: 400px) {
  .banner-wrap__left-btn--img {
    max-width: 35px;
  }
}

.banner-wrap__left-btn--img-hidden {
  opacity: 0;
  visibility: hidden;
}

.banner--simple {
  background-color: #fcf9ef;
  padding: 305px 0 185px;
}

.banner--simple .banner-wrap {
  -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 screen and (max-width: 767px) {
  .banner--simple .banner-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.banner--simple .banner-wrap__left-title {
  margin-bottom: 7px;
}

.banner--simple .banner-wrap__left {
  max-width: 590px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media screen and (max-width: 1199px) {
  .banner--simple .banner-wrap__left {
    max-width: 410px;
  }
}

@media screen and (max-width: 991px) {
  .banner--simple .banner-wrap__left {
    max-width: 330px;
  }
}

@media screen and (max-width: 767px) {
  .banner--simple .banner-wrap__left {
    max-width: 100%;
    margin-top: 30px;
  }
}

.banner--simple .banner-wrap__right-image {
  max-width: 590px;
  top: auto;
  right: auto;
  position: relative;
  -webkit-transform: translate(57px, -19px);
          transform: translate(57px, -19px);
}

@media screen and (max-width: 1500px) {
  .banner--simple .banner-wrap__right-image {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}

@media screen and (max-width: 1300px) {
  .banner--simple .banner-wrap__right-image {
    max-width: 500px;
  }
}

@media screen and (max-width: 1199px) {
  .banner--simple .banner-wrap__right-image {
    max-width: 450px;
  }
}

@media screen and (max-width: 991px) {
  .banner--simple .banner-wrap__right-image {
    max-width: 320px;
  }
}

@media screen and (max-width: 767px) {
  .banner--simple .banner-wrap__right-image {
    max-width: 100%;
    margin-top: 0;
  }
}

.banner--simple .banner-wrap__btn {
  padding: 14px 39px;
  margin-top: 53px;
}

@media screen and (max-width: 1199px) {
  .banner--simple .banner-wrap__btn {
    padding: 14px 30px;
    margin-top: 30px;
  }
}

@media screen and (max-width: 767px) {
  .banner--simple .banner-wrap__btn {
    margin-top: 20px;
  }
}

.banner--simple .banner-wrap__right-image--overlap {
  max-width: 946px;
  position: absolute;
  right: 0;
  -webkit-transform: translate(197px, 46px);
          transform: translate(197px, 46px);
}

@media screen and (max-width: 1625px) {
  .banner--simple .banner-wrap__right-image--overlap {
    -webkit-transform: translate(87px, 46px);
            transform: translate(87px, 46px);
    max-width: 786px;
  }
}

@media screen and (max-width: 1400px) {
  .banner--simple .banner-wrap__right-image--overlap {
    -webkit-transform: translate(-23px, 28px);
            transform: translate(-23px, 28px);
    max-width: 600px;
  }
}

@media screen and (max-width: 1199px) {
  .banner--simple .banner-wrap__right-image--overlap {
    max-width: 460px;
  }
}

@media screen and (max-width: 991px) {
  .banner--simple .banner-wrap__right-image--overlap {
    max-width: 400px;
    -webkit-transform: translate(10px, 0);
            transform: translate(10px, 0);
  }
}

@media screen and (max-width: 767px) {
  .banner--simple .banner-wrap__right-image--overlap {
    position: relative;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    max-width: initial;
  }
}

.banner--simple .banner-overlap--wrap {
  -webkit-transform: translate(-13px, -6px);
          transform: translate(-13px, -6px);
}

.banner--simple .banner-overlap--wrap .banner-wrap__btn {
  margin-top: 28px;
}

@media screen and (max-width: 1400px) {
  .banner--simple .banner-overlap--wrap {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

@media screen and (max-width: 1199px) {
  .banner--simple {
    padding: 150px 0 70px;
  }
}

@media screen and (max-width: 767px) {
  .banner--simple {
    padding: 120px 0 70px;
  }
}

@media screen and (max-width: 575px) {
  .banner--simple {
    padding: 100px 0 60px;
  }
}

.banner--overlap {
  /* padding: 305px 0 207px; */
  padding: 338px 0 207px;
}

@media screen and (max-width: 1199px) {
  .banner--overlap {
    padding: 175px 0 207px;
  }
}

@media screen and (max-width: 767px) {
  .banner--overlap {
    padding: 105px 0 57px;
  }
}

.banner--basic {
  background-color: #e8faf9;
  padding: 310px 0 242px;
}

.banner--basic .banner-wrap {
  min-height: 428px;
}

@media screen and (max-width: 1500px) {
  .banner--basic .banner-wrap {
    min-height: 330px;
  }
}

@media screen and (max-width: 1199px) {
  .banner--basic .banner-wrap {
    min-height: 280px;
  }
}

@media screen and (max-width: 767px) {
  .banner--basic .banner-wrap {
    min-height: auto;
  }
}

.banner--basic .banner-wrap__left {
  max-width: 490px;
}

@media screen and (max-width: 991px) {
  .banner--basic .banner-wrap__left {
    max-width: 400px;
  }
}

@media screen and (max-width: 767px) {
  .banner--basic .banner-wrap__left {
    max-width: 100%;
  }
}

.banner--basic .banner-wrap__left-title {
  margin-bottom: 14px;
}

.banner--basic .banner-wrap__left-desc {
  font-size: 20px;
  font-family: "WorkSansRegular", Georgia, serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 34px;
  margin-top: 34px;
  color: #1d444b;
}

@media screen and (max-width: 1199px) {
  .banner--basic .banner-wrap__left-desc {
    line-height: 1.5;
  }
}

@media screen and (max-width: 991px) {
  .banner--basic .banner-wrap__left-desc {
    font-size: 18px;
    margin-top: 20px;
  }
}

@media screen and (max-width: 500px) {
  .banner--basic .banner-wrap__left-desc {
    margin-top: 15px;
  }
}

@media screen and (max-width: 400px) {
  .banner--basic .banner-wrap__left-desc {
    font-size: 16px;
  }
}

.banner--basic .banner-wrap__right-image {
  max-width: 836px;
  top: -166px;
  right: -182px;
}

@media screen and (max-width: 1500px) {
  .banner--basic .banner-wrap__right-image {
    max-width: 700px;
    top: auto;
    right: -27px;
  }
}

@media screen and (max-width: 1199px) {
  .banner--basic .banner-wrap__right-image {
    max-width: 50%;
  }
}

@media screen and (max-width: 991px) {
  .banner--basic .banner-wrap__right-image {
    max-width: 55%;
    right: -70px;
  }
}

@media screen and (max-width: 767px) {
  .banner--basic .banner-wrap__right-image {
    max-width: 100%;
    right: 0;
    margin-top: 30px;
  }
}

@media screen and (max-width: 1199px) {
  .banner--basic {
    padding: 150px 0 100px;
  }
}

@media screen and (max-width: 767px) {
  .banner--basic {
    padding: 140px 0 70px;
  }
}

@media screen and (max-width: 575px) {
  .banner--basic {
    padding: 130px 0 60px;
  }
}

.banner--list {
  position: relative;
  background-color: #e3f2eb;
  padding: 271px 0 180px;
}

.banner--list .banner-wrap__left {
  max-width: 600px;
}

@media screen and (max-width: 991px) {
  .banner--list .banner-wrap__left {
    max-width: 100%;
  }
}

@media screen and (max-width: 400px) {
  .banner--list .banner-wrap__left-btns {
    -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-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    margin-top: 20px;
  }
}

.banner--list .banner-wrap__left-desc {
  margin-top: 31px;
}

.banner--list .banner-wrap__left-btn {
  margin-right: 35px;
}

@media screen and (max-width: 500px) {
  .banner--list .banner-wrap__left-btn {
    margin-right: 15px;
  }
}

@media screen and (max-width: 400px) {
  .banner--list .banner-wrap__left-btn {
    min-width: auto;
    font-size: 13px;
    margin-top: 10px;
    margin-right: 5px;
  }
}

.banner--list .banner-wrap__right-image {
  max-width: 838px;
  top: auto;
  bottom: 0;
  right: 41px;
}

.banner--list .banner-wrap__right-image img {
  margin-left: auto;
}

@media screen and (max-width: 1700px) {
  .banner--list .banner-wrap__right-image {
    max-width: 840px;
    right: 0;
  }
}

@media screen and (max-width: 1500px) {
  .banner--list .banner-wrap__right-image {
    max-width: 650px;
  }
}

@media screen and (max-width: 1199px) {
  .banner--list .banner-wrap__right-image {
    max-width: 580px;
    right: -100px;
  }
}

@media screen and (max-width: 991px) {
  .banner--list .banner-wrap__right-image {
    position: relative;
    bottom: auto;
    right: auto;
    max-width: 600px;
    margin: 40px auto 0;
  }
}

@media screen and (max-width: 1500px) {
  .banner--list {
    padding: 271px 0 80px;
  }
}

@media screen and (max-width: 1199px) {
  .banner--list {
    padding: 150px 0 100px;
  }
}

@media screen and (max-width: 991px) {
  .banner--list {
    padding: 140px 0 0;
  }
}

@media screen and (max-width: 575px) {
  .banner--list {
    padding: 130px 0 0;
  }
}

.banner--split {
  padding: 229px 0 69px;
}

.banner--split .banner-wrap {
  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;
}

.banner--split .banner-wrap__left {
  max-width: 890px;
}

.banner--split .banner-wrap__left-desc {
  max-width: 780px;
  margin-top: 21px;
}

.banner--split .banner-wrap__right-image {
  max-width: 1191px;
  position: relative;
  top: auto;
  right: auto;
  border-radius: 7px;
  margin-top: 42px;
}

.banner--split .banner-bottom {
  margin-top: 33px;
}

@media screen and (max-width: 1199px) {
  .banner--split {
    padding: 150px 0 100px;
  }
}

@media screen and (max-width: 991px) {
  .banner--split {
    padding: 140px 0 80px;
  }
}

@media screen and (max-width: 575px) {
  .banner--split {
    padding: 130px 0 60px;
  }
}

.banner-form-error {
  position: absolute;
  bottom: -25px;
  left: 0;
  font-size: 12px;
  font-family: "WorkSansRegular", Georgia, serif;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.2;
  color: #d54155;
}

.banner-form-error--zip {
  bottom: -10px;
}

@media screen and (max-width: 400px) {
  .banner-form-error--zip {
    bottom: -15px;
  }
}

.js-hidden-number {
  display: none;
}

.banner__popup-video {
  max-width: 1248px;
  padding: 70px 40px;
  width: 100%;
  background-color: #fff;
  -webkit-box-shadow: 0 15px 25px rgba(151, 145, 105, 0.161);
          box-shadow: 0 15px 25px rgba(151, 145, 105, 0.161);
  border-radius: 10px;
  position: relative;
  -webkit-transition: 350ms ease;
  transition: 350ms ease;
  overflow: auto;
  display: none;
  max-height: 100%;
  z-index: 9999;
}

@media screen and (max-width: 1400px) {
  .banner__popup-video {
    padding: 70px 20px;
    max-width: 90%;
  }
}

@media screen and (max-width: 991px) {
  .banner__popup-video {
    padding: 48px 15px 40px;
  }
}

@media screen and (max-width: 575px) {
  .banner__popup-video {
    padding: 48px 15px 25px;
  }
}

.banner__popup-video video {
  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: 100%;
  width: 100%;
}

.fancybox-close-small {
  color: #d54155 !important;
  font-size: 20px;
  height: 60px;
  width: 60px;
  padding: 5px;
}

@media screen and (max-width: 767px) {
  .fancybox-close-small {
    width: 50px;
    height: 50px;
  }
}

@media only screen and (min-width: 1250px) {
  .fancybox-close-small:hover {
    color: #e4c83f !important;
  }
}

/*--------------------------------------------------------------
## blog-single
--------------------------------------------------------------*/
.blog-single {
  background-color: #fff;
  padding: 167px 0 57px;
}

.blog-single .entry-content {
  margin-top: 81px;
}

@media screen and (max-width: 991px) {
  .blog-single .entry-content {
    margin-top: 50px;
  }
}

@media screen and (max-width: 575px) {
  .blog-single .entry-content {
    margin-top: 40px;
  }
}

@media screen and (max-width: 1199px) {
  .blog-single {
    padding: 130px 0 60px;
  }
}

@media screen and (max-width: 500px) {
  .blog-single {
    padding: 120px 0 60px;
  }
}

.blog-single__upper {
  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;
}

.blog-single__upper-link {
  position: relative;
  font-size: 16px;
  font-family: "WorkSansSemiBold", Georgia, serif;
  font-weight: 600;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.2;
  color: #d54155;
  padding-left: 20px;
  -webkit-transition: 350ms ease;
  transition: 350ms ease;
  margin: 20px 0;
}

@media only screen and (min-width: 1250px) {
  .blog-single__upper-link:hover {
    color: #1d444b;
  }
}

.blog-single__upper-link-ico {
  font-size: 16px;
  height: 16px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.blog-single__upper-image {
  width: 100%;
}

@media screen and (max-width: 500px) {
  .blog-single__upper-image {
    height: 250px;
  }
}

.blog-single__upper-wrap-date {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -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-top: 43px;
}

.blog-single__upper-date {
  font-size: 18px;
  font-family: "WorkSansRegular", Georgia, serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.2;
  color: #4c948a;
}

@media screen and (max-width: 500px) {
  .blog-single__upper-date {
    font-size: 16px;
  }
}

.blog-single__upper-wrap-date-icons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.blog-single__upper-wrap-date-icon {
  margin-right: 25px;
}

.blog-single__upper-wrap-date-icon:last-child {
  margin-right: 0;
}

@media only screen and (min-width: 1250px) {
  .blog-single__upper-wrap-date-icon:hover .blog-single__upper-wrap-date-ico {
    color: #d54155;
  }
}

.blog-single__upper-wrap-date-ico {
  font-size: 26px;
  height: 26px;
  color: #000;
  -webkit-transition: 350ms ease;
  transition: 350ms ease;
}

@media screen and (max-width: 767px) {
  .blog-single__upper-wrap-date-ico {
    font-size: 20px;
    height: 20px;
  }
}

@media screen and (max-width: 500px) {
  .blog-single__upper-wrap-date-ico {
    font-size: 18px;
    height: 18px;
  }
}

.blog-single__upper-wrap-titles {
  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;
  margin-top: 42px;
}

@media screen and (max-width: 767px) {
  .blog-single__upper-wrap-titles {
    margin-top: 30px;
  }
}

.blog-single__upper-wrap-title {
  line-height: 60px;
}

@media screen and (max-width: 1199px) {
  .blog-single__upper-wrap-title {
    line-height: 1.2;
  }
}

.blog-single__upper-wrap-text {
  font-size: 18px;
  font-family: "WorkSansSemiBold", Georgia, serif;
  font-weight: 600;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.2;
  text-align: left;
  color: #4c948a;
  margin-top: 20px;
}

@media screen and (max-width: 575px) {
  .blog-single__upper-wrap-text {
    margin-top: 15px;
  }
}

@media screen and (max-width: 400px) {
  .blog-single__upper-wrap-text {
    font-size: 16px;
  }
}

.js-add-to-any-hidden {
  display: none;
}

/*--------------------------------------------------------------
## contact-us
--------------------------------------------------------------*/
.contact-us {
  background-color: #f8f3dc;
  padding: 199px 0 204px;
  overflow: hidden;
}

.contact-us .contact-box__wrapper-input-submit {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

@media screen and (max-width: 1199px) {
  .contact-us {
    padding: 160px 0 100px;
  }
}

@media screen and (max-width: 767px) {
  .contact-us {
    padding: 110px 0 80px;
  }
}

@media screen and (max-width: 500px) {
  .contact-us {
    padding: 90px 0 60px;
  }
}

.contact-us__left {
  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;
  padding-top: 43px;
  z-index: 5;
}

.contact-us__left-desc {
  font-size: 20px;
  font-family: "WorkSansRegular", Georgia, serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 34px;
  color: #1d444b;
  margin-top: 33px;
}

@media screen and (max-width: 1199px) {
  .contact-us__left-desc {
    margin-top: 30px;
  }
}

@media screen and (max-width: 991px) {
  .contact-us__left-desc {
    font-size: 18px;
    line-height: 1.5;
  }
}

@media screen and (max-width: 500px) {
  .contact-us__left-desc {
    font-size: 16px;
  }
}

.contact-us__left-info {
  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;
  margin-top: 54px;
}

@media screen and (max-width: 1199px) {
  .contact-us__left-info {
    margin-top: 30px;
  }
}

.contact-us__left-link-wrap {
  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;
  padding-left: 44px;
  margin-top: 19px;
}

.contact-us__left-link-wrap:first-child {
  margin-top: 0;
}

.contact-us__left-link-img {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  max-width: 31px;
}

.contact-us__left-link {
  font-size: 16px;
  font-family: "WorkSansRegular", Georgia, serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: -0.16px;
  line-height: 25px;
  color: #1d444b;
  text-decoration: underline;
  -webkit-transition: 350ms ease;
  transition: 350ms ease;
}

@media only screen and (min-width: 1250px) {
  .contact-us__left-link:hover {
    color: #d54155;
    text-decoration: underline;
  }
}

.contact-us__right-wrap {
  position: relative;
}

@media screen and (max-width: 767px) {
  .contact-us__right-wrap {
    margin-top: 60px;
  }
}

.contact-us__right {
  position: relative;
  max-width: 707px;
  width: 100%;
  background-color: #fff;
  border-radius: 9px;
  -webkit-box-shadow: 0 5px 15px rgba(233, 223, 174, 0.21);
          box-shadow: 0 5px 15px rgba(233, 223, 174, 0.21);
  padding: 39px 55px 50px;
  margin-left: auto;
  z-index: 2;
}

@media screen and (max-width: 991px) {
  .contact-us__right {
    padding: 40px 30px 50px;
  }
}

@media screen and (max-width: 500px) {
  .contact-us__right {
    padding: 40px 15px 50px;
  }
}

.contact-us__right-title {
  font-size: 42px;
  font-family: "RecoletaMedium", Arial, Helvetica, sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: -0.42px;
  line-height: 1.2;
  color: #1d444b;
}

@media screen and (max-width: 991px) {
  .contact-us__right-title {
    font-size: 40px;
  }
}

@media screen and (max-width: 500px) {
  .contact-us__right-title {
    font-size: 35px;
  }
}

@media screen and (max-width: 400px) {
  .contact-us__right-title {
    font-size: 30px;
  }
}

.contact-box__form {
  margin-top: 29px;
}

.contact-us__right-image {
  position: absolute;
  width: 100%;
}

.contact-us__right-image-left {
  max-width: 362px;
  bottom: 14px;
  left: -237px;
  z-index: 3;
}

@media screen and (max-width: 1199px) {
  .contact-us__right-image-left {
    max-width: 140px;
    bottom: 11px;
    left: 6px;
  }
}

.contact-us__right-image-right {
  max-width: 301px;
  top: 40px;
  right: -203px;
  z-index: 1;
}

@media screen and (max-width: 1600px) {
  .contact-us__right-image-right {
    max-width: 230px;
    top: -90px;
    right: 0;
    z-index: 2;
  }
}

@media screen and (max-width: 1199px) {
  .contact-us__right-image-right {
    max-width: 190px;
    top: -60px;
  }
}

@media screen and (max-width: 991px) {
  .contact-us__right-image-right {
    max-width: 140px;
    top: -44px;
    right: -20px;
  }
}

.contact-us__right-image-bottom {
  max-width: 165px;
  bottom: -72px;
  right: -114px;
  z-index: 3;
}

@media screen and (max-width: 1500px) {
  .contact-us__right-image-bottom {
    bottom: -44px;
    left: 120px;
    right: auto;
  }
}

@media screen and (max-width: 1199px) {
  .contact-us__right-image-bottom {
    max-width: 100px;
    bottom: -24px;
    left: auto;
    right: 20px;
  }
}

/*--------------------------------------------------------------
## tickets-block
--------------------------------------------------------------*/
.tickets-block {
  background-color: #fff;
  padding: 116px 0 100px;
}

@media screen and (max-width: 1199px) {
  .tickets-block {
    padding: 100px 0;
  }
}

@media screen and (max-width: 991px) {
  .tickets-block {
    padding: 80px 0;
  }
}

@media screen and (max-width: 767px) {
  .tickets-block {
    padding: 70px 0;
  }
}

@media screen and (max-width: 575px) {
  .tickets-block {
    padding: 50px 0;
  }
}

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

.tickets-block__box {
  max-width: 273px;
  width: 100%;
  min-height: 380px;
  border-radius: 7px;
  background-color: #fffcf4;
  -webkit-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.05);
          box-shadow: 0 3px 15px rgba(0, 0, 0, 0.05);
  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;
  padding: 40px 30px;
  margin: 20px 10px 0;
  -webkit-transition: 350ms ease;
  transition: 350ms ease;
}

@media only screen and (min-width: 1250px) {
  .tickets-block__box:hover {
    -webkit-box-shadow: 2px 8px 15px rgba(0, 0, 0, 0.22);
            box-shadow: 2px 8px 15px rgba(0, 0, 0, 0.22);
  }
}

@media screen and (max-width: 1600px) {
  .tickets-block__box {
    max-width: 250px;
    padding: 40px 20px;
  }
}

@media screen and (max-width: 1400px) {
  .tickets-block__box {
    max-width: 320px;
  }
}

@media screen and (max-width: 1199px) {
  .tickets-block__box {
    max-width: 270px;
  }
}

@media screen and (max-width: 991px) {
  .tickets-block__box {
    min-height: 320px;
  }
}

@media screen and (max-width: 767px) {
  .tickets-block__box {
    max-width: 230px;
    padding: 30px 15px;
    min-height: initial;
  }
}

@media screen and (max-width: 575px) {
  .tickets-block__box {
    max-width: 100%;
    padding: 30px 15px;
    margin: 15px 0 0;
  }
}

.tickets-block__box--light-white {
  background-color: #fffcf4;
}

.tickets-block__box--mint-cream {
  background-color: #e3f2eb;
}

.tickets-block__box--cornsilk {
  background-color: #f8f3dc;
}

.tickets-block__box--light-cyan {
  background-color: #e8faf9;
}

.tickets-block__box--pale-pink {
  background-color: #ffe2e6;
}

.tickets-block__box-title {
  font-size: 30px;
  font-family: "RecoletaMedium", Arial, Helvetica, sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: normal;
  line-height: 36px;
  color: #1d444b;
  min-height: 100px;
}

@media screen and (max-width: 991px) {
  .tickets-block__box-title {
    font-size: 25px;
    min-height: 40px;
  }
}

@media screen and (max-width: 767px) {
  .tickets-block__box-title {
    line-height: 1.3;
    min-height: 70px;
  }
}

@media screen and (max-width: 500px) {
  .tickets-block__box-title {
    min-height: initial;
  }
}

.tickets-block__box-links-wrap {
  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;
  margin-top: 38px;
}

@media screen and (max-width: 991px) {
  .tickets-block__box-links-wrap {
    margin-top: 20px;
  }
}

.tickets-block__box-links {
  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;
  margin-bottom: 30px;
}

@media screen and (max-width: 991px) {
  .tickets-block__box-links {
    margin-bottom: 20px;
  }
}

.tickets-block__box-link {
  font-size: 16px;
  font-family: "WorkSansRegular", Georgia, serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0;
  line-height: 23px;
  color: #1d444b;
  -webkit-transition: 350ms ease;
  transition: 350ms ease;
}

.tickets-block__box-link:first-child {
  padding-right: 15px;
}

@media only screen and (min-width: 1250px) {
  .tickets-block__box-link:hover {
    color: #d54155;
  }
}

@media screen and (max-width: 767px) {
  .tickets-block__box-link {
    font-size: 15px;
    line-height: 1.2;
  }
}

/*--------------------------------------------------------------
## accordion
--------------------------------------------------------------*/
.accordion {
  background-color: #fff;
  padding: 94px 0 111px;
}

@media screen and (max-width: 1199px) {
  .accordion {
    padding: 80px 0 100px;
  }
}

@media screen and (max-width: 991px) {
  .accordion {
    padding: 80px 0;
  }
}

@media screen and (max-width: 767px) {
  .accordion {
    padding: 60px 0 70px;
  }
}

@media screen and (max-width: 500px) {
  .accordion {
    padding: 40px 0 50px;
  }
}

.accordion-title {
  line-height: 65px;
  text-align: center;
  padding: 0 80px;
}

@media screen and (max-width: 1199px) {
  .accordion-title {
    line-height: 1.2;
    padding: 0;
  }
}

.accordion-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -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;
}

.accordion-left {
  max-width: 551px;
  width: 100%;
}

@media screen and (max-width: 1199px) {
  .accordion-left {
    max-width: 480px;
  }
}

@media screen and (max-width: 991px) {
  .accordion-left {
    max-width: 100%;
  }
}

.acc-icon-mobile {
  position: absolute;
  top: 9px;
  right: -22px;
  opacity: 0;
  -webkit-transition: 350ms ease;
  transition: 350ms ease;
  -webkit-animation-name: clickAnime;
          animation-name: clickAnime;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  z-index: 2;
  pointer-events: none;
}

.acc-icon-mobile .click-icon {
  color: #1d444b;
  -webkit-transform: rotate(290deg);
          transform: rotate(290deg);
}

.box-show::before {
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
}

.accordion__wrapper-box-shown {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  border-radius: 10px;
  background-color: #f8f3dc;
  padding: 16px 70px 16px 26px;
  cursor: pointer;
  -webkit-transition: 350ms ease;
  transition: 350ms ease;
}

@media only screen and (min-width: 1250px) {
  .accordion__wrapper-box-shown:hover {
    background-color: #fffcf4;
  }
}

@media screen and (max-width: 500px) {
  .accordion__wrapper-box-shown {
    padding: 16px 40px 16px 15px;
  }
}

.accordion__wrapper-box-shown.accordion__wrapper-box-shown--white {
  background-color: #fffcf4;
}

.accordion__wrapper-box-shown-title-wrap {
  position: relative;
  z-index: 9;
}

@media only screen and (min-width: 1250px) {
  .accordion__wrapper-box-shown-title-wrap:hover .acc-icon-mobile {
    opacity: 1;
  }
  .accordion__wrapper-box-shown-title-wrap:hover .accordion__wrapper-box-shown-title {
    color: #d54155;
  }
}

.accordion__wrapper-box-shown-img {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 17px;
}

@media screen and (max-width: 500px) {
  .accordion__wrapper-box-shown-img {
    top: 1px;
    max-width: 12px;
  }
}

.accordion__wrapper-box-shown-title {
  font-size: 25px;
  font-family: "RecoletaSemiBold", Georgia, serif;
  font-weight: 600;
  font-style: normal;
  letter-spacing: -0.6px;
  line-height: 1.2;
  color: #1d444b;
  -webkit-transition: 350ms ease;
  transition: 350ms ease;
}

@media screen and (max-width: 1199px) {
  .accordion__wrapper-box-shown-title {
    font-size: 22px;
  }
}

@media screen and (max-width: 500px) {
  .accordion__wrapper-box-shown-title {
    font-size: 18px;
  }
}

.accordion__wrapper-box-shown-icon {
  position: absolute;
  top: 16px;
  right: 31px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: #d54155;
  -webkit-transition: 350ms ease;
  transition: 350ms ease;
  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: #fff;
  font-size: 22px;
  opacity: 1;
}

.accordion__wrapper-box-shown-icon.accordion__wrapper-box-shown-icon--gold {
  background-color: #e4c83f;
}

@media screen and (max-width: 1199px) {
  .accordion__wrapper-box-shown-icon {
    top: 13px;
  }
}

@media screen and (max-width: 500px) {
  .accordion__wrapper-box-shown-icon {
    top: 14px;
    right: 10px;
    width: 24px;
    height: 24px;
  }
}

.accordion__wrapper-box-shown-icon--hidden {
  opacity: 0;
}

.accordion__wrapper-ico {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 10px;
  height: 18px;
  color: #fff;
  -webkit-transition: 350ms ease;
  transition: 350ms ease;
}

@media screen and (max-width: 500px) {
  .accordion__wrapper-ico {
    font-size: 10px;
    height: 14px;
  }
}

.accordion__wrapper-box-hidden {
  display: none;
  background-color: #fffcf4;
  padding: 11px 65px 18px;
  margin-top: -6px;
}

@media screen and (max-width: 500px) {
  .accordion__wrapper-box-hidden {
    padding: 5px 15px 10px 30px;
  }
}

.accordion__wrapper-box-hidden-lists {
  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;
}

.accordion__wrapper-box-hidden-list {
  position: relative;
  font-size: 16px;
  font-family: "WorkSansRegular", Georgia, serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.4;
  color: #1d444b;
  padding-left: 19px;
  margin-top: 3px;
  -webkit-transition: 350ms ease;
  transition: 350ms ease;
}

@media only screen and (min-width: 1250px) {
  .accordion__wrapper-box-hidden-list:hover a {
    color: #d54155;
  }
}

.accordion__wrapper-box-hidden-list:first-child {
  margin-top: 0;
}

.accordion__wrapper-box-hidden-list::before {
  content: '';
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #1d444b;
  position: absolute;
  top: 8px;
  left: 0;
}

@media screen and (max-width: 500px) {
  .accordion__wrapper-box-hidden-list::before {
    top: 6px;
  }
}

@media screen and (max-width: 500px) {
  .accordion__wrapper-box-hidden-list {
    font-size: 14px;
  }
}

.accordion-right {
  max-width: 618px;
  width: 100%;
  -webkit-transform: translate(73px, -25px);
          transform: translate(73px, -25px);
}

@media screen and (max-width: 1400px) {
  .accordion-right {
    max-width: 500px;
    -webkit-transform: translate(0, -20px);
            transform: translate(0, -20px);
  }
}

@media screen and (max-width: 1199px) {
  .accordion-right {
    max-width: 420px;
    -webkit-transform: translate(0, -10px);
            transform: translate(0, -10px);
  }
}

@media screen and (max-width: 991px) {
  .accordion-right {
    max-width: 100%;
    -webkit-transform: translate(0);
            transform: translate(0);
    margin-top: 50px;
  }
}

@media screen and (max-width: 991px) {
  .accordion-right-image {
    margin: 0 auto;
  }
}

.accordion__wrapper-box {
  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;
  margin-top: 7px;
}

.accordion__wrapper-box:first-child {
  margin-top: 0;
}

.accordion__wrapper-box.is-empty .accordion__wrapper-box-shown-icon {
  display: none;
}

.accordion__wrapper-box.is-active .accordion__wrapper-box-shown {
  background-color: #fffcf4;
}

.accordion__wrapper-box.is-active .accordion__wrapper-box-shown-icon {
  opacity: 0.6;
}

.accordion__wrapper-box.is-active .accordion__wrapper-ico {
  -webkit-transform: translate(-50%, -50%) rotate(180deg);
          transform: translate(-50%, -50%) rotate(180deg);
}

.accordion__wrapper-box.is-active .accordion__wrapper-box-shown-icon--shown {
  opacity: 0;
  -webkit-transition: 350ms ease;
  transition: 350ms ease;
}

.accordion__wrapper-box.is-active .accordion__wrapper-box-shown-icon--hidden {
  opacity: 1;
  -webkit-transition: 350ms ease;
  transition: 350ms ease;
}

.accordion--alt {
  background-color: #fcf9ef;
  padding: 135px 0 93px;
}

.accordion--alt .accordion-block {
  margin-top: 117px;
}

@media screen and (max-width: 1199px) {
  .accordion--alt .accordion-block {
    margin-top: 80px;
  }
}

@media screen and (max-width: 991px) {
  .accordion--alt .accordion-block {
    margin-top: 50px;
  }
}

.accordion--alt .accordion__wrapper-box-shown {
  background-color: #fff;
}

@media only screen and (min-width: 1250px) {
  .accordion--alt .accordion__wrapper-box-shown:hover {
    background-color: #fffcf4;
  }
}

@media screen and (max-width: 1199px) {
  .accordion--alt {
    padding: 100px 0;
  }
}

@media screen and (max-width: 991px) {
  .accordion--alt {
    padding: 80px 0;
  }
}

@media screen and (max-width: 767px) {
  .accordion--alt {
    padding: 70px 0;
  }
}

@media screen and (max-width: 500px) {
  .accordion--alt {
    padding: 60px 0;
  }
}

/*--------------------------------------------------------------
## cards-block
--------------------------------------------------------------*/
.cards-block {
  background-color: #e3f2eb;
  padding: 131px 0 146px;
}

@media screen and (max-width: 1199px) {
  .cards-block {
    padding: 100px 0;
  }
}

@media screen and (max-width: 991px) {
  .cards-block {
    padding: 80px 0;
  }
}

@media screen and (max-width: 767px) {
  .cards-block {
    padding: 70px 0;
  }
}

@media screen and (max-width: 575px) {
  .cards-block {
    padding: 60px 0;
  }
}

.cards-block .cards-icon-mobile {
  display: none;
}

.cards-block__title {
  text-align: center;
  padding: 0 100px;
}

@media screen and (max-width: 1300px) {
  .cards-block__title {
    padding: 0;
  }
}

.cards-block--yellow {
  background-color: #fffcf4;
}

.cards-block__desc {
  font-size: 18px;
  font-family: "WorkSansRegular", Georgia, serif;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0;
  color: #1d444b;
  text-align: center;
  max-width: 830px;
  margin: 48px auto 0;
}

@media screen and (max-width: 1199px) {
  .cards-block__desc {
    line-height: 1.4;
    margin: 20px auto 0;
  }
}

@media screen and (max-width: 500px) {
  .cards-block__desc {
    font-size: 16px;
  }
}

.cards-block__boxes {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 48px;
}

@media screen and (max-width: 767px) {
  .cards-block__boxes {
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
}

.cards-block__box {
  border: 9px solid #fcf9ef;
  position: relative;
  max-width: 358px;
  width: 100%;
  border-radius: 20px;
  margin: 30px 28px 0;
}

.cards-block__box.is-active .cards-icon-mobile {
  opacity: 0;
  visibility: hidden;
}

.cards-block__box.is-active .cards-block__box-hidden {
  opacity: 1;
  visibility: visible;
}

@media screen and (max-width: 1300px) {
  .cards-block__box {
    max-width: 325px;
  }
}

@media screen and (max-width: 1199px) {
  .cards-block__box {
    max-width: 275px;
    margin: 30px 15px 0;
  }
}

@media screen and (max-width: 991px) {
  .cards-block__box {
    max-width: 45%;
    margin: 20px 10px 0;
  }
}

@media screen and (max-width: 767px) {
  .cards-block__box {
    max-width: 100%;
    margin: 20px 0 0;
  }
}

.cards-block__box-wrap {
  position: relative;
  border-radius: 7px;
  background-color: #d54155;
  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;
  /* justify-content: flex-end; */
  height: 100%;
  /* padding: 134px 40px 46px; */
  /* min-height: 493px; */
  padding: 44px 40px 46px;
}

@media screen and (max-width: 991px) {
  .cards-block__box-wrap {
    /* padding: 80px 40px 50px; */
    min-height: auto;
    padding: 40px 40px 30px;
  }
}

@media screen and (max-width: 767px) {
  .cards-block__box-wrap {
    /* padding: 70px 20px 30px; */
    padding: 20px;
  }
}

@media screen and (max-width: 500px) {
  .cards-block__box-wrap {
    /* padding: 30px 20px; */
    padding: 15px;
  }
}

.cards-block__box-wrap--red {
  background-color: #d54155;
}

.cards-block__box-wrap--red .cards-block__top-sign {
  color: #d54155;
}

.cards-block__box-wrap--pine {
  background-color: #4c948a;
}

.cards-block__box-wrap--pine .cards-block__top-sign {
  color: #4c948a;
}

.cards-block__box-wrap--yellow {
  background-color: #e4c83f;
}

.cards-block__box-wrap--yellow .cards-block__top-sign {
  color: #e4c83f;
}

.cards-block__box-wrap--green {
  background-color: #1d444b;
}

.cards-block__box-wrap--green .cards-block__top-sign {
  color: #1d444b;
}

.cards-block__box-title {
  /* display: flex; */
  display: block;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  font-size: 24px;
  font-family: "WorkSansRegular", Georgia, serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.3;
  color: #fff;
  text-align: center;
  max-width: 100%;
  margin-top: 24px;
  min-height: 111px;
  /* min-height: 40px; */
}

@media screen and (max-width: 767px) {
  .cards-block__box-title {
    font-size: 20px;
    min-height: auto;
    margin-bottom: 20px;
    text-align: left;
  }
}

@media screen and (max-width: 500px) {
  .cards-block__box-title {
    font-size: 16px;
    margin-top: 25px;
    min-height: auto;
    text-align: left;
    display: block;
    margin: 0;
  }
}

.cards-block__box-image-wrap {
  width: 100%;
  height: 178px;
  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;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .cards-block__box-image-wrap {
    /* height: 150px; */
    height: 100px;
    width: 100%;
    max-width: 150px;
    margin-right: 20px;
  }
}

@media screen and (max-width: 500px) {
  .cards-block__box-image-wrap {
    height: 50px;
    max-width: 80px;
    margin-right: 10px;
  }
}

.cards-block__box-image {
  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: 100%;
}

@media screen and (max-width: 767px) {
  .cards-block__box-image {
    height: 100%;
    max-height: 80px;
  }
}

@media screen and (max-width: 500px) {
  .cards-block__box-image {
    max-height: 50px;
  }
}

@media screen and (max-width: 767px) {
  .cards-block__box-image img {
    height: 100%;
    max-height: 80px;
  }
}

.cards-block__box-hidden {
  /* @include center; */
  /* width: 100%;
    height: 100%; */
  /* padding: 43px 40px 30px; */
  /* padding: 43px 30px 30px; */
  /* border-radius: 7px; */
  background-color: inherit;
  /* opacity: 0;
    visibility: hidden; */
  /* overflow-y: auto; */
  /* transition: $dur $ease; */
  /* display: flex;
    flex-direction: column;
    align-items: center; */
  max-width: 100%;
  scrollbar-width: thin;
  scrollbar-color: #1d444b #f8f3dc;
}

.cards-block__box-hidden::-webkit-scrollbar {
  width: 0.5vw;
  height: 8px;
}

.cards-block__box-hidden::-webkit-scrollbar-thumb {
  background-color: #1d444b;
  border-radius: 5px;
  border: 1px solid #f8f3dc;
}

.cards-block__box-hidden::-webkit-scrollbar-track {
  background-color: #f8f3dc;
  border-radius: 5px;
}

.cards-block__box-hidden .cards-block__box-title {
  margin-top: 0;
}

@media screen and (max-width: 1500px) {
  .cards-block__box-hidden .cards-block__box-title br {
    display: none;
  }
}

@media screen and (max-width: 991px) {
  .cards-block__box-hidden {
    padding: 30px 15px;
  }
}

@media screen and (max-width: 767px) {
  .cards-block__box-hidden {
    padding: 20px 15px;
    display: none;
  }
}

.cards-block__box-hidden-desc {
  /* font-size: 18px; */
  font-size: 16px;
  font-family: "WorkSansRegular", Georgia, serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 25px;
  text-align: center;
  color: #fff;
  /* margin-top: 83px; */
  margin-top: -45px;
}

@media screen and (max-width: 1500px) {
  .cards-block__box-hidden-desc br {
    display: none;
  }
}

@media screen and (max-width: 1300px) {
  .cards-block__box-hidden-desc {
    /* margin-top: 30px; */
  }
}

@media screen and (max-width: 767px) {
  .cards-block__box-hidden-desc {
    /* font-size: 16px; */
    /* margin-top: 20px; */
    /* margin-top: -55px; */
    margin-top: 0;
    font-size: 14px;
  }
}

@media screen and (max-width: 500px) {
  .cards-block__box-hidden-desc {
    /* margin-top: 50px; */
    margin-top: 0;
  }
}

.cards-block__box-description {
  font-size: 16px;
  font-family: "WorkSansRegular", Georgia, serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 24px;
  text-align: center;
  color: #1d444b;
  max-width: 100%;
  margin-top: 72px;
}

@media screen and (max-width: 1199px) {
  .cards-block__box-description {
    line-height: 1.4;
    margin-top: 50px;
  }
}

@media screen and (max-width: 991px) {
  .cards-block__box-description {
    margin-top: 30px;
  }
}

.cards-block__box-top {
  position: relative;
}

@media screen and (max-width: 767px) {
  .cards-block__box-top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding-right: 70px;
  }
}

@media screen and (max-width: 500px) {
  .cards-block__box-top {
    padding-right: 40px;
  }
}

.cards-block__box-top .cards-block__top-sign {
  display: none;
  position: absolute;
  right: 0;
  width: 30px;
  height: 30px;
  font-weight: bold;
  background-color: #fff;
  border-radius: 50%;
  font-size: 20px;
}

@media screen and (max-width: 767px) {
  .cards-block__box-top .cards-block__top-sign {
    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;
  }
}

.cards-block--alt {
  background-color: #fcf9ef;
  padding: 139px 0 162px;
}

.cards-block--alt .cards-block__boxes {
  margin-top: 21px;
}

.cards-block--alt .cards-block__box {
  max-width: 274px;
  margin: 30px 19px 0;
}

@media screen and (max-width: 1300px) {
  .cards-block--alt .cards-block__box {
    max-width: 260px;
    margin: 20px 10px 0;
  }
}

@media screen and (max-width: 1199px) {
  .cards-block--alt .cards-block__box {
    max-width: 210px;
  }
}

@media screen and (max-width: 991px) {
  .cards-block--alt .cards-block__box {
    max-width: 40%;
    margin: 10px 5px 0;
  }
}

@media screen and (max-width: 767px) {
  .cards-block--alt .cards-block__box {
    max-width: 100%;
  }
}

.cards-block--alt .cards-block__box-wrap {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  /* padding: 81px 20px 33px; */
  padding: 31px 20px 33px;
}

@media screen and (max-width: 1199px) {
  .cards-block--alt .cards-block__box-wrap {
    padding: 50px 15px 30px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

@media screen and (max-width: 767px) {
  .cards-block--alt .cards-block__box-wrap {
    padding: 20px 15px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media screen and (max-width: 1199px) {
  .cards-block--alt .cards-block__box-image-wrap {
    max-width: 110px;
    height: 140px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 767px) {
  .cards-block--alt .cards-block__box-image-wrap {
    margin-right: 20px;
    max-width: 100px;
    height: 100%;
    max-height: 80px;
    margin: 0 20px 0 0;
  }
}

@media screen and (max-width: 500px) {
  .cards-block--alt .cards-block__box-image-wrap {
    max-width: 100px;
    height: 100px;
    margin: 0 15px 0 0;
    width: auto;
    max-height: 60px;
    min-width: 70px;
    /* min-width: 60px;
            max-width: 50px; */
  }
}

.cards-block--alt .cards-block__box-title {
  display: block;
  min-height: auto;
  margin-top: 47px;
}

@media screen and (max-width: 1199px) {
  .cards-block--alt .cards-block__box-title {
    margin-top: 20px;
  }
}

@media screen and (max-width: 991px) {
  .cards-block--alt .cards-block__box-title {
    font-size: 20px;
  }
}

@media screen and (max-width: 767px) {
  .cards-block--alt .cards-block__box-title {
    margin-top: 0;
    margin-bottom: 0;
  }
}

@media screen and (max-width: 500px) {
  .cards-block--alt .cards-block__box-title {
    /* font-size: 18px; */
    font-size: 16px;
  }
}

@media screen and (max-width: 400px) {
  .cards-block--alt .cards-block__box-title {
    /* margin-top: 35px; */
  }
}

.cards-block--alt .cards-block__box-hidden {
  /* padding: 40px 20px 30px; */
  padding: 10px 20px 30px;
}

.cards-block--alt .cards-block__box-hidden .cards-block__box-title {
  font-size: 18px;
  margin-top: 0;
}

.cards-block--alt .cards-block__box-hidden .cards-block__box-hidden-desc {
  font-size: 16px;
  margin-top: 25px;
}

@media screen and (max-width: 575px) {
  .cards-block--alt .cards-block__box-hidden .cards-block__box-hidden-desc {
    margin-top: 0;
  }
}

@media screen and (max-width: 991px) {
  .cards-block--alt .cards-block__box-hidden {
    padding: 30px 15px;
  }
}

@media screen and (max-width: 767px) {
  .cards-block--alt .cards-block__box-hidden {
    padding: 10px 15px;
    display: none;
  }
}

@media screen and (max-width: 1199px) {
  .cards-block--alt {
    padding: 100px 0;
  }
}

@media screen and (max-width: 991px) {
  .cards-block--alt {
    padding: 80px 0;
  }
}

@media screen and (max-width: 767px) {
  .cards-block--alt {
    padding: 70px 0;
  }
}

@media screen and (max-width: 575px) {
  .cards-block--alt {
    padding: 60px 0;
  }
}

.cards-block--alt-2 {
  background-color: #e3f2eb;
  padding: 136px 0 162px;
}

.cards-block--alt-2 .click-icon {
  color: #1d444b;
}

.cards-block--alt-2 .cards-block__box-wrap {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #fcf9ef;
  padding: 82px 40px 54px;
  border-radius: 7px;
}

@media screen and (max-width: 991px) {
  .cards-block--alt-2 .cards-block__box-wrap {
    padding: 40px 15px 20px;
  }
}

@media screen and (max-width: 500px) {
  .cards-block--alt-2 .cards-block__box-wrap {
    padding: 30px 15px;
  }
}

.cards-block--alt-2 .cards-block__title {
  padding: 0 300px;
}

@media screen and (max-width: 1400px) {
  .cards-block--alt-2 .cards-block__title {
    padding: 0;
  }
}

.cards-block--alt-2 .cards-block__boxes {
  margin-top: 54px;
}

@media screen and (max-width: 1199px) {
  .cards-block--alt-2 .cards-block__boxes {
    margin-top: 40px;
  }
}

.cards-block--alt-2 .cards-block__box {
  max-width: 374px;
  border-radius: 7px;
  margin: 30px 18px 0;
  background-color: #fcf9ef;
}

@media screen and (max-width: 1300px) {
  .cards-block--alt-2 .cards-block__box {
    max-width: 325px;
  }
}

@media screen and (max-width: 1199px) {
  .cards-block--alt-2 .cards-block__box {
    max-width: 275px;
    margin: 30px 15px 0;
  }
}

@media screen and (max-width: 991px) {
  .cards-block--alt-2 .cards-block__box {
    max-width: 31%;
    margin: 10px 5px 0;
  }
}

@media screen and (max-width: 767px) {
  .cards-block--alt-2 .cards-block__box {
    max-width: 47%;
  }
}

@media screen and (max-width: 400px) {
  .cards-block--alt-2 .cards-block__box {
    max-width: 100%;
    margin: 10px 0 0;
  }
}

@media screen and (max-width: 767px) {
  .cards-block--alt-2 .cards-block__box--spec .cards-block__box-image-wrap {
    max-width: 80px;
    height: 200px;
  }
}

.cards-block--alt-2 .cards-block__box-image-wrap {
  height: 308px;
}

@media screen and (max-width: 767px) {
  .cards-block--alt-2 .cards-block__box-image-wrap {
    max-width: 100px;
    height: 210px;
  }
}

@media screen and (max-width: 500px) {
  .cards-block--alt-2 .cards-block__box-image-wrap {
    max-width: 80px;
    height: 190px;
  }
}

.cards-block--alt-2 .cards-block__box-title {
  display: block;
  font-size: 30px;
  font-family: "RecoletaSemiBold", Georgia, serif;
  color: #1d444b;
  min-height: auto;
  margin-top: 42px;
}

@media screen and (max-width: 991px) {
  .cards-block--alt-2 .cards-block__box-title {
    font-size: 25px;
    margin-top: 60px;
  }
}

@media screen and (max-width: 767px) {
  .cards-block--alt-2 .cards-block__box-title {
    font-size: 20px;
    margin-top: 40px;
  }
}

@media screen and (max-width: 500px) {
  .cards-block--alt-2 .cards-block__box-title {
    font-size: 18px;
    margin-top: 25px;
  }
}

.cards-block--alt-2 .cards-block__box-hidden {
  padding: 54px 47px 30px;
}

.cards-block--alt-2 .cards-block__box-hidden .cards-block__box-title {
  font-size: 30px;
  color: #1d444b;
  margin-top: 0;
  margin-bottom: 39px;
}

@media screen and (max-width: 991px) {
  .cards-block--alt-2 .cards-block__box-hidden .cards-block__box-title {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 767px) {
  .cards-block--alt-2 .cards-block__box-hidden .cards-block__box-title {
    font-size: 20px;
  }
}

@media screen and (max-width: 500px) {
  .cards-block--alt-2 .cards-block__box-hidden .cards-block__box-title {
    font-size: 18px;
  }
}

.cards-block--alt-2 .cards-block__box-hidden .cards-block__box-hidden-desc {
  font-size: 16px;
  line-height: 24px;
  color: #1d444b;
  margin-top: 24px;
}

@media screen and (max-width: 767px) {
  .cards-block--alt-2 .cards-block__box-hidden .cards-block__box-hidden-desc {
    line-height: 1.5;
    margin-top: 20px;
  }
}

@media screen and (max-width: 991px) {
  .cards-block--alt-2 .cards-block__box-hidden {
    padding: 30px 15px;
  }
}

@media screen and (max-width: 1199px) {
  .cards-block--alt-2 {
    padding: 100px 0;
  }
}

@media screen and (max-width: 991px) {
  .cards-block--alt-2 {
    padding: 80px 0;
  }
}

@media screen and (max-width: 767px) {
  .cards-block--alt-2 {
    padding: 70px 0;
  }
}

@media screen and (max-width: 575px) {
  .cards-block--alt-2 {
    padding: 60px 0;
  }
}

.cards-block--small {
  background-color: #fff;
  padding: 138px 0 157px;
}

.cards-block--small .click-icon {
  color: #1d444b;
}

.cards-block--small .cards-block__title {
  line-height: 56px;
}

@media screen and (max-width: 1199px) {
  .cards-block--small .cards-block__title {
    line-height: 1.2;
  }
}

.cards-block--small .cards-block__boxes {
  margin-top: 82px;
}

@media screen and (max-width: 1199px) {
  .cards-block--small .cards-block__boxes {
    margin-top: 50px;
  }
}

@media screen and (max-width: 991px) {
  .cards-block--small .cards-block__boxes {
    margin-top: 30px;
  }
}

.cards-block--small .cards-block__top-sign {
  background-color: rgba(76, 148, 138, 0.3);
}

.cards-block--small .cards-block__box {
  border: 9px solid rgba(76, 148, 138, 0.3);
  max-width: 249px;
  border-radius: 7px;
  margin: 30px 10px 0;
}

@media screen and (max-width: 1400px) {
  .cards-block--small .cards-block__box {
    max-width: 210px;
    border-radius: 7px;
    margin: 20px 10px 0;
  }
}

@media screen and (max-width: 1199px) {
  .cards-block--small .cards-block__box {
    max-width: 25%;
  }
}

@media screen and (max-width: 991px) {
  .cards-block--small .cards-block__box {
    max-width: 47%;
  }
}

@media screen and (max-width: 767px) {
  .cards-block--small .cards-block__box {
    margin: 20px 5px 0;
    max-width: 100%;
  }
}

@media screen and (max-width: 575px) {
  .cards-block--small .cards-block__box {
    max-width: 100%;
    height: auto !important;
  }
}

@media screen and (max-width: 1400px) {
  .cards-block--small .cards-block__box-image-wrap {
    max-width: 80px;
    height: 85px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 1199px) {
  .cards-block--small .cards-block__box-image-wrap {
    max-width: 120px;
    height: 120px;
  }
}

@media screen and (max-width: 767px) {
  .cards-block--small .cards-block__box-image-wrap {
    margin: 0 20px 0 0;
    max-width: 100px;
    height: 70px;
  }
}

@media screen and (max-width: 500px) {
  .cards-block--small .cards-block__box-image-wrap {
    max-width: 70px;
    height: 70px;
    margin: 0 10px 0 0;
  }
}

.cards-block--small .cards-block__box-title {
  display: block;
  font-size: 27px;
  line-height: 30px;
  font-family: "RecoletaMedium", Arial, Helvetica, sans-serif;
  color: #1d444b;
  min-height: auto;
  margin-top: 10px;
  margin-bottom: 0;
}

@media screen and (max-width: 1199px) {
  .cards-block--small .cards-block__box-title br {
    display: none;
  }
}

@media screen and (max-width: 1400px) {
  .cards-block--small .cards-block__box-title {
    font-size: 25px;
    margin-top: 20px;
  }
}

@media screen and (max-width: 1199px) {
  .cards-block--small .cards-block__box-title {
    font-size: 22px;
    line-height: 1.3;
  }
}

@media screen and (max-width: 767px) {
  .cards-block--small .cards-block__box-title {
    font-size: 18px;
    margin-top: 0;
  }
}

.cards-block--small .cards-block__box-wrap {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  background-color: #fcfcfc;
  border-radius: 0;
  padding: 30px 20px;
}

@media screen and (max-width: 1400px) {
  .cards-block--small .cards-block__box-wrap {
    padding: 30px 15px;
  }
}

.cards-block--small .cards-block__box-wrap > .cards-block__box-title {
  display: none !important;
}

.cards-block--small .cards-block__box-hidden {
  border-radius: 0;
  padding: 0;
}

.cards-block--small .cards-block__box-hidden .cards-block__box-title {
  position: relative;
  font-size: 27px;
  font-family: "RecoletaSemiBold", Georgia, serif;
  font-weight: 600;
  color: #fffcf4;
  margin-top: 0;
  padding-bottom: 20px;
  margin-bottom: -1px;
  display: none;
}

.cards-block--small .cards-block__box-hidden .cards-block__box-title::after {
  content: '';
  display: block;
  width: 50px;
  height: 1px;
  background-color: #fffcf4;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media screen and (max-width: 1500px) {
  .cards-block--small .cards-block__box-hidden .cards-block__box-title {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 991px) {
  .cards-block--small .cards-block__box-hidden .cards-block__box-title {
    font-size: 20px;
  }
}

@media screen and (max-width: 500px) {
  .cards-block--small .cards-block__box-hidden .cards-block__box-title {
    font-size: 18px;
  }
}

.cards-block--small .cards-block__box-hidden .cards-block__box-hidden-desc {
  /* font-size: 16px; */
  font-size: 15px;
  line-height: 19px;
  color: #1d444b;
  letter-spacing: 0;
  margin-top: 19px;
}

@media screen and (max-width: 1199px) {
  .cards-block--small {
    padding: 100px 0;
  }
}

@media screen and (max-width: 991px) {
  .cards-block--small {
    padding: 80px 0;
  }
}

@media screen and (max-width: 767px) {
  .cards-block--small {
    padding: 70px 0;
  }
}

@media screen and (max-width: 575px) {
  .cards-block--small {
    padding: 60px 0;
  }
}

.cards-block--simple {
  background-color: #f8f3dc;
  padding: 153px 0 175px;
}

.cards-block--simple .cards-block__desc {
  max-width: 900px;
  margin: 49px auto 0;
}

@media screen and (max-width: 1199px) {
  .cards-block--simple .cards-block__desc {
    margin: 20px auto 0;
  }
}

.cards-block--simple .cards-block__boxes {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin-top: 72px;
}

@media screen and (max-width: 1199px) {
  .cards-block--simple .cards-block__boxes {
    margin-top: 50px;
  }
}

@media screen and (max-width: 767px) {
  .cards-block--simple .cards-block__boxes {
    margin-top: 30px;
  }
}

.cards-block--simple .cards-block__box {
  cursor: initial;
  border-radius: 7px;
  max-width: 373px;
  min-height: 543px;
  margin: 30px 18px 0;
  background-color: #fffcf4;
}

@media screen and (max-width: 1300px) {
  .cards-block--simple .cards-block__box {
    max-width: 325px;
  }
}

@media screen and (max-width: 1199px) {
  .cards-block--simple .cards-block__box {
    max-width: 275px;
    min-height: auto;
    margin: 30px 15px 0;
  }
}

@media screen and (max-width: 991px) {
  .cards-block--simple .cards-block__box {
    max-width: 31%;
    margin: 10px 5px 0;
  }
}

@media screen and (max-width: 767px) {
  .cards-block--simple .cards-block__box {
    max-width: 47%;
  }
}

@media screen and (max-width: 500px) {
  .cards-block--simple .cards-block__box {
    max-width: 100%;
    margin: 10px 0 0;
  }
}

.cards-block--simple .cards-block__box-title {
  display: block;
  font-size: 30px;
  font-family: "RecoletaSemiBold", Georgia, serif;
  font-weight: 600;
  line-height: 36px;
  min-height: auto;
  margin-top: 0;
}

@media screen and (max-width: 1199px) {
  .cards-block--simple .cards-block__box-title {
    font-size: 25px;
    line-height: 1.3;
  }
}

@media screen and (max-width: 991px) {
  .cards-block--simple .cards-block__box-title {
    font-size: 22px;
  }
}

.cards-block--simple .cards-block__box-wrap {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  background-color: #fffcf4;
  padding: 56px 46px;
  border-radius: 0;
}

@media screen and (max-width: 1199px) {
  .cards-block--simple .cards-block__box-wrap {
    padding: 50px 15px;
  }
}

.cards-block--simple .cards-block__box--red {
  border-color: rgba(213, 65, 85, 0.3);
}

.cards-block--simple .cards-block__box--red .cards-block__box-title {
  color: #d54155;
}

.cards-block--simple .cards-block__box--pine {
  border-color: rgba(76, 148, 138, 0.3);
}

.cards-block--simple .cards-block__box--pine .cards-block__box-title {
  color: #4c948a;
}

.cards-block--simple .cards-block__box--yellow {
  border-color: rgba(228, 200, 63, 0.3);
}

.cards-block--simple .cards-block__box--yellow .cards-block__box-title {
  color: #e4c83f;
}

.cards-block--simple .cards-block__box--green {
  border-color: rgba(29, 68, 75, 0.3);
}

.cards-block--simple .cards-block__box--green .cards-block__box-title {
  color: #1d444b;
}

@media screen and (max-width: 1199px) {
  .cards-block--simple {
    padding: 100px 0;
  }
}

@media screen and (max-width: 991px) {
  .cards-block--simple {
    padding: 80px 0;
  }
}

@media screen and (max-width: 767px) {
  .cards-block--simple {
    padding: 70px 0;
  }
}

@media screen and (max-width: 575px) {
  .cards-block--simple {
    padding: 60px 0;
  }
}

/*--------------------------------------------------------------
## half-image
--------------------------------------------------------------*/
.half-image {
  background-color: #fff;
  /* padding: 100px 0 91px; */
  /* padding: 65px 0 91px; */
  padding: 65px 0 18px;
}

.half-image .entry-content {
  margin-top: 30px;
}

@media screen and (max-width: 1199px) {
  .half-image {
    padding: 90px 0;
  }
}

@media screen and (max-width: 991px) {
  .half-image {
    padding: 80px 0;
  }
}

@media screen and (max-width: 767px) {
  .half-image {
    padding: 70px 0;
  }
}

@media screen and (max-width: 575px) {
  .half-image {
    padding: 60px 0;
  }
}

.half-image__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

@media screen and (max-width: 991px) {
  .half-image__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -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;
  }
}

.half-image__wrap-left-image {
  max-width: 826px;
  width: 100%;
  /* transform: translateX(-60px); */
  -webkit-transform: translate(-53px, -8px);
          transform: translate(-53px, -8px);
}

@media screen and (max-width: 1500px) {
  .half-image__wrap-left-image {
    max-width: 730px;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@media screen and (max-width: 1400px) {
  .half-image__wrap-left-image {
    max-width: 715px;
  }
}

@media screen and (max-width: 1300px) {
  .half-image__wrap-left-image {
    max-width: 650px;
  }
}

@media screen and (max-width: 1199px) {
  .half-image__wrap-left-image {
    max-width: 600px;
  }
}

@media screen and (max-width: 1099px) {
  .half-image__wrap-left-image {
    max-width: 480px;
  }
}

@media screen and (max-width: 991px) {
  .half-image__wrap-left-image {
    position: relative;
    top: auto;
    left: auto;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    margin: 50px auto 0;
  }
}

.half-image__wrap-left-image img {
  width: 100%;
  height: auto;
}

.half-image__wrap-right {
  max-width: 500px;
  width: 100%;
  margin-right: 108px;
  margin-left: auto;
  margin-bottom: 70px;
}

@media screen and (max-width: 1500px) {
  .half-image__wrap-right {
    margin-right: 50px;
    margin-bottom: 0;
  }
}

@media screen and (max-width: 1400px) {
  .half-image__wrap-right {
    margin-right: 0;
  }
}

@media screen and (max-width: 1199px) {
  .half-image__wrap-right {
    max-width: 450px;
  }
}

@media screen and (max-width: 991px) {
  .half-image__wrap-right {
    max-width: 100%;
  }
}

.half-image__wrap-right-pretitle {
  font-family: "WorkSansSemiBold", Georgia, serif;
  font-weight: 600;
  color: #4c948a;
  margin-bottom: 12px;
}

.half-image__wrap-right-title {
  line-height: 65px;
}

@media screen and (max-width: 1199px) {
  .half-image__wrap-right-title br {
    display: none;
  }
}

@media screen and (max-width: 1199px) {
  .half-image__wrap-right-title {
    line-height: 1.2;
  }
}

.half-image--alt {
  background-color: #fff;
  padding: 97px 0 107px;
}

.half-image--alt .entry-content {
  margin-top: 51px;
}

@media screen and (max-width: 1199px) {
  .half-image--alt .entry-content {
    margin-top: 30px;
  }
}

.half-image--alt .half-image__wrap-right {
  max-width: 510px;
  margin-right: 112px;
  margin-bottom: 0;
}

@media screen and (max-width: 1500px) {
  .half-image--alt .half-image__wrap-right {
    margin-right: 50px;
  }
}

@media screen and (max-width: 1400px) {
  .half-image--alt .half-image__wrap-right {
    margin-right: 0;
  }
}

@media screen and (max-width: 1199px) {
  .half-image--alt .half-image__wrap-right {
    max-width: 470px;
  }
}

@media screen and (max-width: 991px) {
  .half-image--alt .half-image__wrap-right {
    max-width: 100%;
  }
}

.half-image--alt .half-image__wrap-right-title {
  letter-spacing: 0;
}

.half-image--alt .half-image__wrap-left-image {
  max-width: 706px;
  -webkit-transform: translate(17px, 34px);
          transform: translate(17px, 34px);
}

@media screen and (max-width: 1500px) {
  .half-image--alt .half-image__wrap-left-image {
    max-width: 700px;
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}

@media screen and (max-width: 1300px) {
  .half-image--alt .half-image__wrap-left-image {
    max-width: 600px;
  }
}

@media screen and (max-width: 1199px) {
  .half-image--alt .half-image__wrap-left-image {
    max-width: 530px;
  }
}

@media screen and (max-width: 1099px) {
  .half-image--alt .half-image__wrap-left-image {
    max-width: 450px;
  }
}

@media screen and (max-width: 991px) {
  .half-image--alt .half-image__wrap-left-image {
    position: relative;
    top: auto;
    left: auto;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    margin: 50px auto 0;
  }
}

@media screen and (max-width: 1199px) {
  .half-image--alt {
    padding: 100px 0;
  }
}

@media screen and (max-width: 991px) {
  .half-image--alt {
    padding: 80px 0;
  }
}

@media screen and (max-width: 767px) {
  .half-image--alt {
    padding: 70px 0;
  }
}

@media screen and (max-width: 575px) {
  .half-image--alt {
    padding: 60px 0;
  }
}

/*--------------------------------------------------------------
## team-block
--------------------------------------------------------------*/
.team-block {
  background-color: #fff;
  padding: 144px 0 100px;
}

@media screen and (max-width: 1199px) {
  .team-block {
    padding: 100px 0 70px;
  }
}

@media screen and (max-width: 991px) {
  .team-block {
    padding: 80px 0 70px;
  }
}

@media screen and (max-width: 767px) {
  .team-block {
    padding: 70px 0 60px;
  }
}

@media screen and (max-width: 575px) {
  .team-block {
    padding: 60px 0;
  }
}

.team-block__wrap {
  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;
}

.team-block__wrap-title {
  text-align: center;
}

.team-block__wrap-pretitle {
  text-align: center;
  margin-top: 46px;
}

@media screen and (max-width: 1199px) {
  .team-block__wrap-pretitle {
    margin-top: 20px;
  }
}

.team-block__boxes {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  margin-top: 43px;
  max-width: 1100px;
}

@media screen and (max-width: 1300px) {
  .team-block__boxes {
    max-width: 1000px;
  }
}

@media screen and (max-width: 1200px) {
  .team-block__boxes {
    max-width: 800px;
  }
}

@media screen and (max-width: 991px) {
  .team-block__boxes {
    margin-top: 20px;
  }
}

@media screen and (max-width: 479px) {
  .team-block__boxes {
    -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;
  }
}

.team-block__box {
  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;
}

.team-block__box:first-of-type, .team-block__box:nth-child(2) {
  max-width: 50%;
  width: 100%;
}

@media screen and (max-width: 479px) {
  .team-block__box:first-of-type, .team-block__box:nth-child(2) {
    max-width: 100%;
  }
}

.team-block__box:first-of-type {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.team-block__box:nth-child(2) {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.team-block__box-wrap {
  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;
  max-width: 292px;
  min-width: 292px;
  width: 100%;
  margin: 20px 4px 0;
}

@media screen and (max-width: 1300px) {
  .team-block__box-wrap {
    max-width: 260px;
    min-width: 260px;
  }
}

@media screen and (max-width: 1199px) {
  .team-block__box-wrap {
    max-width: 210px;
    min-width: 210px;
  }
}

@media screen and (max-width: 479px) {
  .team-block__box-wrap {
    margin: 0 auto;
  }
}

.js-team-block__box {
  cursor: pointer;
}

@media only screen and (min-width: 1250px) {
  .js-team-block__box:hover .team-block__box-image {
    background-color: #e3f2eb;
  }
  .js-team-block__box:hover .team-block__box-title {
    color: #d54155;
  }
}

.team-block__box-image {
  background-color: #fcf9ef;
  border: 9px solid #fff;
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
  padding: 47px 0 0;
  -webkit-transition: 350ms ease;
  transition: 350ms ease;
}

@media only screen and (min-width: 1250px) {
  .team-block__box-image.team-block__box-image--hover:hover {
    background-color: #e3f2eb;
  }
}

.team-block__box-img {
  margin: 0 auto;
  max-width: 100%;
}

.team-block__box-texts {
  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;
  margin-top: 26px;
  max-width: 100%;
}

@media screen and (max-width: 1199px) {
  .team-block__box-texts {
    margin-top: 15px;
  }
}

.team-block__box-title {
  font-size: 24px;
  font-family: "WorkSansRegular", Georgia, serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.3;
  text-align: center;
  color: #1d444b;
  -webkit-transition: 350ms ease;
  transition: 350ms ease;
  max-width: 100%;
}

@media screen and (max-width: 1199px) {
  .team-block__box-title {
    font-size: 20px;
  }
}

@media screen and (max-width: 500px) {
  .team-block__box-title {
    font-size: 18px;
  }
}

@media screen and (max-width: 400px) {
  .team-block__box-title {
    font-size: 16px;
    letter-spacing: -1.5px;
  }
}

.team-block__box-text {
  font-size: 18px;
  font-family: "WorkSansSemiBold", Georgia, serif;
  font-weight: 600;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.3;
  text-align: center;
  color: #4c948a;
  margin-top: 9px;
  max-width: 100%;
}

@media screen and (max-width: 1199px) {
  .team-block__box-text {
    font-size: 16px;
    margin-top: 5px;
  }
}

@media screen and (max-width: 400px) {
  .team-block__box-text {
    letter-spacing: -0.8px;
  }
}

.team-block__popup {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1001;
  will-change: transform;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  -webkit-transition: 350ms ease;
  transition: 350ms ease;
}

.team-block__popup.is-active {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: 350ms ease;
  transition: 350ms ease;
}

.team-block__popup .team-block__box-image {
  background-color: #e3f2eb;
  max-width: 291px;
  width: 100%;
  padding: 0;
}

@media screen and (max-width: 1300px) {
  .team-block__popup .team-block__box-image {
    max-width: 30%;
  }
}

@media screen and (max-width: 575px) {
  .team-block__popup .team-block__box-image {
    max-width: 180px;
    margin: 0 auto;
  }
}

.team-block__popup-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: #fff;
  -webkit-box-shadow: 0 4px 80px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 80px rgba(0, 0, 0, 0.1);
  border-radius: 15px;
  max-width: 1222px;
  width: 100%;
  margin: 0 auto;
  overflow-y: auto;
  max-height: 98vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -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;
  padding: 130px 133px 126px 138px;
  scrollbar-width: thin;
  scrollbar-color: #1d444b #f8f3dc;
}

.team-block__popup-inner::-webkit-scrollbar {
  width: 0.5vw;
  height: 8px;
}

.team-block__popup-inner::-webkit-scrollbar-thumb {
  background-color: #1d444b;
  border-radius: 0;
  border: 1px solid #f8f3dc;
}

.team-block__popup-inner::-webkit-scrollbar-track {
  background-color: #f8f3dc;
  border-radius: 0;
}

@media screen and (max-width: 1300px) {
  .team-block__popup-inner {
    max-width: 90vw;
    padding: 90px 100px;
  }
}

@media screen and (max-width: 1199px) {
  .team-block__popup-inner {
    max-width: 95vw;
  }
}

@media screen and (max-width: 991px) {
  .team-block__popup-inner {
    padding: 60px 30px;
  }
}

@media screen and (max-width: 767px) {
  .team-block__popup-inner {
    padding: 45px 15px;
  }
}

@media screen and (max-width: 575px) {
  .team-block__popup-inner {
    max-width: 90vw;
  }
}

.team-block__popup-inner-right {
  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: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  max-width: 585px;
  width: 100%;
}

@media screen and (max-width: 1300px) {
  .team-block__popup-inner-right {
    max-width: 67%;
  }
}

@media screen and (max-width: 575px) {
  .team-block__popup-inner-right {
    max-width: 100%;
    -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-top: 20px;
  }
}

.team-block__popup-inner-right-title {
  font-size: 30px;
  font-family: "WorkSansRegular", Georgia, serif;
  font-weight: normal;
  line-height: 1.2;
  color: #1d444b;
}

@media screen and (max-width: 1199px) {
  .team-block__popup-inner-right-title {
    font-size: 28px;
  }
}

@media screen and (max-width: 767px) {
  .team-block__popup-inner-right-title {
    font-size: 24px;
  }
}

@media screen and (max-width: 575px) {
  .team-block__popup-inner-right-title {
    text-align: center;
  }
}

.team-block__popup-inner-right-subtitle {
  display: block;
  font-size: 18px;
  font-family: "WorkSansSemiBold", Georgia, serif;
  font-weight: 600;
  line-height: 1.4;
  color: #4c948a;
  margin-top: 3px;
}

@media screen and (max-width: 1199px) {
  .team-block__popup-inner-right-subtitle {
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  .team-block__popup-inner-right-subtitle {
    font-size: 14px;
  }
}

@media screen and (max-width: 575px) {
  .team-block__popup-inner-right-subtitle {
    text-align: center;
  }
}

.team-block__popup-inner-right-desc {
  font-size: 18px;
  font-family: "WorkSansRegular", Georgia, serif;
  font-weight: normal;
  line-height: 30px;
  color: #273443;
  max-height: 210px;
  overflow-y: auto;
  max-width: 100%;
  padding-right: 15px;
  margin-top: 40px;
  scrollbar-width: thin;
  scrollbar-color: #1d444b #f8f3dc;
}

.team-block__popup-inner-right-desc::-webkit-scrollbar {
  width: 0.5vw;
  height: 8px;
}

.team-block__popup-inner-right-desc::-webkit-scrollbar-thumb {
  background-color: #1d444b;
  border-radius: 0;
  border: 1px solid #f8f3dc;
}

.team-block__popup-inner-right-desc::-webkit-scrollbar-track {
  background-color: #f8f3dc;
  border-radius: 0;
}

@media screen and (max-width: 1199px) {
  .team-block__popup-inner-right-desc {
    font-size: 16px;
    line-height: 1.6;
    margin-top: 20px;
  }
}

@media screen and (max-width: 767px) {
  .team-block__popup-inner-right-desc {
    font-size: 14px;
    margin-top: 10px;
  }
}

@media screen and (max-width: 575px) {
  .team-block__popup-inner-right-desc {
    max-height: 380px;
    text-align: center;
  }
}

.team-block__popup-close {
  width: 32px;
  height: 32px;
  position: absolute;
  top: 40px;
  right: 40px;
  cursor: pointer;
}

@media only screen and (min-width: 1250px) {
  .team-block__popup-close:hover .team-block__popup-close-icon {
    color: #4c948a;
  }
}

@media screen and (max-width: 767px) {
  .team-block__popup-close {
    width: 25px;
    height: 25px;
    top: 15px;
    right: 15px;
  }
}

.team-block__popup-close-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 32px;
  height: 32px;
  color: #e3f2eb;
  -webkit-transition: 350ms ease;
  transition: 350ms ease;
}

@media screen and (max-width: 767px) {
  .team-block__popup-close-icon {
    font-size: 25px;
    height: 25px;
  }
}

.team-block__box-btn {
  margin: 10px 0;
}

/*--------------------------------------------------------------
## form-block
--------------------------------------------------------------*/
.form-block {
  position: relative;
  background-color: #fff;
  padding: 100px 30px 167px;
}

.form-block .entry-content {
  margin-top: 22px;
}

@media screen and (max-width: 991px) {
  .form-block .entry-content {
    margin-top: 15px;
  }
}

.form-block .input-form__special {
  max-width: 100%;
  margin-top: 66px;
}

@media screen and (max-width: 991px) {
  .form-block .input-form__special {
    margin-top: 30px;
  }
}

.form-block .input-form__special-title {
  font-size: 17px;
}

.form-block .input-form__special-title span {
  color: #d54155;
}

@media screen and (max-width: 767px) {
  .form-block .input-form__special-title {
    font-size: 16px;
  }
}

@media screen and (max-width: 500px) {
  .form-block .input-form__special-title {
    font-size: 14px;
  }
}

.form-block .input-form__special-input-icon {
  background-color: #e4c83f;
}

@media only screen and (min-width: 1250px) {
  .form-block .input-form__special-input-icon:hover {
    background-color: #1d444b;
  }
}

.form-block .input-form__special-num {
  padding-right: 0;
}

.form-block .banner-form-error {
  bottom: -22px;
}

@media screen and (max-width: 1199px) {
  .form-block {
    padding: 100px 30px;
  }
}

@media screen and (max-width: 991px) {
  .form-block {
    padding: 80px 30px 60px;
  }
}

@media screen and (max-width: 767px) {
  .form-block {
    padding: 70px 30px 50px;
  }
}

@media screen and (max-width: 575px) {
  .form-block {
    padding: 60px 30px 50px;
  }
}

.form-block--light-cyan .form-block__wrap {
  background-color: #e6fffd;
}

.form-block--cornsilk .form-block__wrap {
  background-color: #f8f3dc;
}

.form-block__wrap {
  position: relative;
  max-width: 1570px;
  background-color: #e3f2eb;
  padding: 159px 0 110px 17px;
  margin: 0 auto;
}

@media screen and (max-width: 1300px) {
  .form-block__wrap {
    padding: 90px 0 110px 17px;
  }
}

@media screen and (max-width: 1199px) {
  .form-block__wrap {
    padding: 70px 0 70px 17px;
  }
}

@media screen and (max-width: 991px) {
  .form-block__wrap {
    padding: 35px 0 0;
  }
}

.form-block__wrap-left-image {
  position: absolute;
  bottom: 0;
  /* left: 46px; */
  left: 41px;
  max-width: 678px;
  width: 100%;
}

@media screen and (max-width: 1600px) {
  .form-block__wrap-left-image {
    max-width: 600px;
  }
}

@media screen and (max-width: 1300px) {
  .form-block__wrap-left-image {
    max-width: 550px;
  }
}

@media screen and (max-width: 1199px) {
  .form-block__wrap-left-image {
    left: 0;
    max-width: 510px;
  }
}

@media screen and (max-width: 991px) {
  .form-block__wrap-left-image {
    position: relative;
    left: auto;
    right: auto;
    max-width: 350px;
    margin: 30px auto 0;
  }
}

.form-block__wrap-right {
  position: relative;
  max-width: 600px;
  width: 100%;
  margin-right: 7px;
  margin-left: auto;
  z-index: 5;
}

@media screen and (max-width: 1500px) {
  .form-block__wrap-right {
    max-width: 500px;
  }
}

@media screen and (max-width: 1300px) {
  .form-block__wrap-right {
    max-width: 450px;
  }
}

@media screen and (max-width: 1199px) {
  .form-block__wrap-right {
    max-width: 400px;
  }
}

@media screen and (max-width: 991px) {
  .form-block__wrap-right {
    max-width: 100%;
  }
}

.js-hidden-number-2 {
  display: none;
}

/*--------------------------------------------------------------
## half-text
--------------------------------------------------------------*/
.half-text {
  background-color: #fcf9ef;
  padding: 156px 0 141px;
}

@media screen and (max-width: 1199px) {
  .half-text {
    padding: 100px 0;
  }
}

@media screen and (max-width: 991px) {
  .half-text {
    padding: 80px 0;
  }
}

@media screen and (max-width: 575px) {
  .half-text {
    padding: 60px 0;
  }
}

.half-text--white {
  background-color: #fff;
  padding: 145px 0 172px;
}

@media screen and (max-width: 1199px) {
  .half-text--white {
    padding: 100px 0;
  }
}

@media screen and (max-width: 991px) {
  .half-text--white {
    padding: 80px 0;
  }
}

@media screen and (max-width: 575px) {
  .half-text--white {
    padding: 60px 0;
  }
}

.half-text__wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  min-height: 555px;
}

@media screen and (max-width: 767px) {
  .half-text__wrap {
    min-height: auto;
  }
}

.half-text__wrap-left-title {
  line-height: 65px;
  letter-spacing: 0;
  max-width: 100%;
}

@media screen and (max-width: 1199px) {
  .half-text__wrap-left-title {
    line-height: 1.2;
  }
}

.half-text__wrap-left {
  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-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  max-width: 565px;
  width: 100%;
  z-index: 5;
}

@media screen and (max-width: 1199px) {
  .half-text__wrap-left {
    max-width: 440px;
  }
}

@media screen and (max-width: 991px) {
  .half-text__wrap-left {
    max-width: 355px;
  }
}

@media screen and (max-width: 767px) {
  .half-text__wrap-left {
    max-width: 100%;
  }
}

.half-text__wrap-left-desc {
  font-size: 18px;
  font-family: "WorkSansRegular", Georgia, serif;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0;
  color: #273443;
  max-width: 100%;
  margin-top: 30px;
}

@media screen and (max-width: 767px) {
  .half-text__wrap-left-desc {
    margin-top: 20px;
  }
}

@media screen and (max-width: 400px) {
  .half-text__wrap-left-desc {
    font-size: 16px;
  }
}

.half-text__wrap-left-lists {
  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;
  margin-top: 43px;
}

.half-text__wrap-left-list {
  position: relative;
  font-size: 20px;
  font-family: "WorkSansSemiBold", Georgia, serif;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0;
  color: #1d444b;
  padding-left: 55px;
  margin-top: 33px;
}

.half-text__wrap-left-list:first-child {
  margin-top: 0;
}

@media screen and (max-width: 767px) {
  .half-text__wrap-left-list {
    padding-left: 40px;
  }
}

@media screen and (max-width: 400px) {
  .half-text__wrap-left-list {
    font-size: 16px;
  }
}

.half-text__wrap-left-list-img {
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (max-width: 400px) {
  .half-text__wrap-left-list-img {
    top: -2px;
  }
}

.half-text__wrap-left-btn {
  padding: 13px 32px 14px;
  margin-top: 83px;
}

@media screen and (max-width: 1199px) {
  .half-text__wrap-left-btn {
    margin-top: 50px;
  }
}

@media screen and (max-width: 400px) {
  .half-text__wrap-left-btn {
    min-width: 100%;
  }
}

.half-text__wrap-left-image {
  position: absolute;
  top: -35px;
  right: -50px;
  max-width: 532px;
  width: 100%;
}

@media screen and (max-width: 1500px) {
  .half-text__wrap-left-image {
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

@media screen and (max-width: 1199px) {
  .half-text__wrap-left-image {
    max-width: 360px;
  }
}

@media screen and (max-width: 991px) {
  .half-text__wrap-left-image {
    max-width: 300px;
  }
}

@media screen and (max-width: 767px) {
  .half-text__wrap-left-image {
    position: relative;
    top: auto;
    right: auto;
    -webkit-transform: translate(0);
            transform: translate(0);
    max-width: 100%;
    margin-top: 30px;
  }
}

/*--------------------------------------------------------------
## slider-logo
--------------------------------------------------------------*/
.slider-logo {
  background-color: #fff;
  padding: 124px 0 116px;
}

.slider-logo .slick-slide {
  outline: 0;
}

.slider-logo .slick-slide img {
  display: block;
}

@media screen and (max-width: 1500px) {
  .slider-logo .slick-slide img {
    margin: 0 auto;
  }
}

.slider-logo .slick-track {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -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;
}

@media screen and (max-width: 1199px) {
  .slider-logo {
    padding: 100px 0;
  }
}

@media screen and (max-width: 991px) {
  .slider-logo {
    padding: 80px 0;
  }
}

@media screen and (max-width: 767px) {
  .slider-logo {
    padding: 70px 0;
  }
}

@media screen and (max-width: 575px) {
  .slider-logo {
    padding: 60px 0;
  }
}

.slider-logo__wrap {
  position: relative;
  width: 100%;
}

.slider-logo__title {
  font-size: 24px;
  font-family: "WorkSansSemiBold", Georgia, serif;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0;
  color: #1d444b;
  text-align: center;
}

.slider-logo__boxes {
  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-top: 51px;
}

@media screen and (max-width: 1500px) {
  .slider-logo__boxes {
    padding: 0 40px;
  }
}

@media screen and (max-width: 767px) {
  .slider-logo__boxes {
    margin-top: 40px;
  }
}

@media screen and (max-width: 575px) {
  .slider-logo__boxes {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0;
  }
}

.slider-logo__box-image {
  margin: 0 23px;
}

@media screen and (max-width: 767px) {
  .slider-logo__box-image {
    margin: 0 15px;
  }
}

@media screen and (max-width: 575px) {
  .slider-logo__box-image {
    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: 30%;
    min-height: 50px;
    margin: 10px auto;
  }
  .slider-logo__box-image img {
    width: 90%;
  }
}

.slider-logo__wrap-arrow {
  position: absolute;
  bottom: 0;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background-color: #1d444b;
  cursor: pointer;
  -webkit-transition: 350ms ease;
  transition: 350ms ease;
  display: none;
}

@media only screen and (min-width: 1250px) {
  .slider-logo__wrap-arrow:hover {
    background-color: #e4c83f;
  }
}

@media screen and (max-width: 1500px) {
  .slider-logo__wrap-arrow {
    bottom: 3px;
  }
}

@media screen and (max-width: 767px) {
  .slider-logo__wrap-arrow {
    bottom: 7px;
    width: 25px;
    height: 25px;
  }
}

.slider-logo__wrap-arrow-ico {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 20px;
  height: 20px;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .slider-logo__wrap-arrow-ico {
    font-size: 15px;
    height: 15px;
  }
}

.slider-logo__wrap-arrow-left {
  left: -50px;
}

@media screen and (max-width: 1500px) {
  .slider-logo__wrap-arrow-left {
    left: 0;
  }
}

.slider-logo__wrap-arrow-right {
  right: -50px;
}

@media screen and (max-width: 1500px) {
  .slider-logo__wrap-arrow-right {
    right: 0;
  }
}

/*--------------------------------------------------------------
## simple-block
--------------------------------------------------------------*/
.simple-block {
  background-color: #fff;
  padding: 141px 0 10px;
}

.simple-block .entry-content {
  max-width: 100%;
  margin-top: 31px;
}

.simple-block .entry-content p {
  color: #273443;
}

@media screen and (max-width: 991px) {
  .simple-block .entry-content {
    text-align: center;
    margin-top: 20px;
  }
}

@media screen and (max-width: 1199px) {
  .simple-block {
    padding: 100px 0 10px;
  }
}

@media screen and (max-width: 767px) {
  .simple-block {
    padding: 70px 0 10px;
  }
}

@media screen and (max-width: 500px) {
  .simple-block {
    padding: 60px 0 10px;
  }
}

.simple-block__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -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 screen and (max-width: 991px) {
  .simple-block__wrap {
    -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;
  }
}

.simple-block__wrap-left {
  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: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  max-width: 500px;
  width: 100%;
}

@media screen and (max-width: 1199px) {
  .simple-block__wrap-left {
    max-width: 450px;
  }
}

@media screen and (max-width: 991px) {
  .simple-block__wrap-left {
    max-width: 100%;
  }
}

.simple-block__wrap-left-title {
  line-height: 65px;
  letter-spacing: 0;
  max-width: 100%;
}

@media screen and (max-width: 1199px) {
  .simple-block__wrap-left-title {
    line-height: 1.2;
  }
}

@media screen and (max-width: 991px) {
  .simple-block__wrap-left-title {
    text-align: center;
  }
}

.simple-block__wrap-left-btns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-top: 69px;
}

@media screen and (max-width: 1199px) {
  .simple-block__wrap-left-btns {
    margin-top: 30px;
  }
}

@media screen and (max-width: 991px) {
  .simple-block__wrap-left-btns {
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 10px;
  }
}

.simple-block__wrap-left-btn {
  margin-right: 15px;
}

.simple-block__wrap-left-btn:last-child {
  margin-right: 0;
}

@media screen and (max-width: 991px) {
  .simple-block__wrap-left-btn {
    margin-top: 10px;
  }
}

@media screen and (max-width: 400px) {
  .simple-block__wrap-left-btn {
    min-width: 100%;
    margin-right: 0;
  }
}

.simple-block__wrap-right {
  /* max-width: 607px; */
  max-width: 626px;
  -webkit-transform: translateX(-7px);
          transform: translateX(-7px);
  width: 100%;
}

@media screen and (max-width: 1199px) {
  .simple-block__wrap-right {
    max-width: 450px;
  }
}

@media screen and (max-width: 991px) {
  .simple-block__wrap-right {
    margin-top: 40px;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

/*--------------------------------------------------------------
## video-block
--------------------------------------------------------------*/
.video-block {
  background-color: #fcf9ef;
  padding: 139px 0 145px;
  margin-bottom: 60px;
}

.video-block .entry-content {
  margin-top: 31px;
}

@media screen and (max-width: 991px) {
  .video-block .entry-content {
    margin-top: 20px;
  }
}

@media screen and (max-width: 1199px) {
  .video-block {
    padding: 100px 0;
    margin-bottom: 0;
  }
}

@media screen and (max-width: 991px) {
  .video-block {
    padding: 80px 0;
  }
}

@media screen and (max-width: 767px) {
  .video-block {
    padding: 70px 0;
  }
}

@media screen and (max-width: 575px) {
  .video-block {
    padding: 60px 0;
  }
}

.video-block__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -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 screen and (max-width: 767px) {
  .video-block__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.video-block__wrap-left {
  max-width: 657px;
  width: 100%;
  height: 423px;
}

@media screen and (max-width: 1199px) {
  .video-block__wrap-left {
    max-width: 480px;
    height: 380px;
  }
}

@media screen and (max-width: 991px) {
  .video-block__wrap-left {
    max-width: 370px;
    height: 300px;
  }
}

@media screen and (max-width: 767px) {
  .video-block__wrap-left {
    max-width: 100%;
    height: 250px;
    margin-top: 40px;
  }
}

.video-block__box {
  position: relative;
  width: 100%;
  height: 100%;
}

.video-block__box-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  cursor: pointer;
}

.video-block__box-wrap::after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  background-color: rgba(29, 68, 75, 0.5);
  width: 100%;
  height: 100%;
  -webkit-transition: 350ms ease;
  transition: 350ms ease;
  z-index: 1;
  pointer-events: none;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.video-block__box-wrap.is-active::after {
  width: 0;
}

@media only screen and (min-width: 1250px) {
  .video-block__box-wrap:hover::after {
    background-color: rgba(29, 68, 75, 0.3);
  }
  .video-block__box-wrap:hover .video-block__box-wrap-img {
    opacity: 0;
    visibility: hidden;
  }
  .video-block__box-wrap:hover .video-block__box-wrap-img--hidden {
    opacity: 1;
    visibility: visible;
  }
}

.video-block__box-video {
  -webkit-transition: 350ms ease;
  transition: 350ms ease;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}

.video-block__wrap-right {
  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: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  max-width: 400px;
  width: 100%;
  margin-right: 27px;
  margin-top: -14px;
}

@media screen and (max-width: 1300px) {
  .video-block__wrap-right {
    margin-right: 0;
    margin-top: 0;
  }
}

@media screen and (max-width: 991px) {
  .video-block__wrap-right {
    max-width: 290px;
  }
}

@media screen and (max-width: 767px) {
  .video-block__wrap-right {
    max-width: 100%;
  }
}

.video-block__wrap-right-title {
  line-height: 65px;
  letter-spacing: 0;
}

@media screen and (max-width: 1199px) {
  .video-block__wrap-right-title {
    line-height: 1.2;
  }
}

.video-block__wrap-right-btn {
  margin-top: 132px;
}

@media screen and (max-width: 991px) {
  .video-block__wrap-right-btn {
    margin-top: 40px;
  }
}

.video-block__box-wrap-image {
  width: 142px;
  height: 142px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  pointer-events: none;
  -webkit-transition: 350ms ease;
  transition: 350ms ease;
  z-index: 5;
}

@media screen and (max-width: 991px) {
  .video-block__box-wrap-image {
    width: 110px;
    height: 110px;
  }
}

@media screen and (max-width: 767px) {
  .video-block__box-wrap-image {
    width: 100px;
    height: 100px;
  }
}

@media screen and (max-width: 500px) {
  .video-block__box-wrap-image {
    width: 80px;
    height: 80px;
  }
}

.video-block__box-wrap-img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: 350ms ease;
  transition: 350ms ease;
  width: 100%;
  height: 100%;
}

.video-block__box-wrap-img--hidden {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 350ms ease;
  transition: 350ms ease;
}

/*--------------------------------------------------------------
## banner-big
--------------------------------------------------------------*/
.banner-big {
  background-color: #fff;
  padding: 185px 0 154px;
}

.banner-big .entry-content {
  margin-top: 63px;
}

.banner-big .entry-content p {
  font-size: 20px;
  line-height: 34px;
  margin-bottom: 34px;
}

@media screen and (max-width: 1199px) {
  .banner-big .entry-content p {
    line-height: 1.5;
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 767px) {
  .banner-big .entry-content p {
    font-size: 18px;
  }
}

@media screen and (max-width: 500px) {
  .banner-big .entry-content p {
    font-size: 16px;
  }
}

@media screen and (max-width: 1199px) {
  .banner-big .entry-content {
    margin-top: 40px;
  }
}

@media screen and (max-width: 500px) {
  .banner-big .entry-content {
    margin-top: 30px;
  }
}

@media screen and (max-width: 1199px) {
  .banner-big {
    padding: 150px 0 100px;
  }
}

@media screen and (max-width: 991px) {
  .banner-big {
    padding: 150px 0 80px;
  }
}

@media screen and (max-width: 767px) {
  .banner-big {
    padding: 140px 0 70px;
  }
}

@media screen and (max-width: 500px) {
  .banner-big {
    padding: 130px 0 50px;
  }
}

.banner-big__wrap {
  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;
}

.banner-big__upper {
  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;
}

.banner-big__upper-image {
  width: 100%;
}

@media screen and (max-width: 500px) {
  .banner-big__upper-image {
    height: 250px;
  }
}

.banner-big__upper-text {
  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;
  margin-top: 70px;
}

@media screen and (max-width: 991px) {
  .banner-big__upper-text {
    margin-top: 50px;
  }
}

.banner-big__upper-title {
  text-align: center;
}

.banner-big__upper-desc {
  font-size: 20px;
  font-family: "WorkSansRegular", Georgia, serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 34px;
  color: #1d444b;
  margin-top: 11px;
}

@media screen and (max-width: 767px) {
  .banner-big__upper-desc {
    font-size: 18px;
    line-height: 1.4;
    margin-top: 8px;
  }
}

@media screen and (max-width: 400px) {
  .banner-big__upper-desc {
    font-size: 16px;
  }
}

.banner-big__bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -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-top: 188px;
}

@media screen and (max-width: 1199px) {
  .banner-big__bottom {
    margin-top: 80px;
  }
}

@media screen and (max-width: 500px) {
  .banner-big__bottom {
    margin-top: 60px;
  }
}

.banner-big__bottom-left {
  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: 520px;
  width: 100%;
}

@media screen and (max-width: 1199px) {
  .banner-big__bottom-left {
    max-width: 430px;
  }
}

@media screen and (max-width: 991px) {
  .banner-big__bottom-left {
    max-width: 100%;
  }
}

.banner-big__bottom-right {
  max-width: 545px;
  width: 100%;
}

@media screen and (max-width: 1199px) {
  .banner-big__bottom-right {
    max-width: 470px;
  }
}

@media screen and (max-width: 991px) {
  .banner-big__bottom-right {
    max-width: 100%;
    margin-top: 30px;
  }
}

.banner-big__bottom-image {
  width: 100%;
}

@media screen and (max-width: 991px) {
  .banner-big__bottom-image {
    max-width: 100%;
    height: 400px;
  }
}

@media screen and (max-width: 500px) {
  .banner-big__bottom-image {
    height: 250px;
  }
}

/*--------------------------------------------------------------
## text-block
--------------------------------------------------------------*/
.text-block {
  background-color: #e3f2eb;
  padding: 132px 0 147px;
}

.text-block .entry-content {
  padding: 0 35px;
  margin-top: 81px;
  max-width: 100%;
}

.text-block .entry-content p {
  font-size: 20px;
  letter-spacing: 0;
}

@media screen and (max-width: 767px) {
  .text-block .entry-content p {
    font-size: 18px;
  }
}

@media screen and (max-width: 500px) {
  .text-block .entry-content p {
    font-size: 16px;
  }
}

@media screen and (max-width: 991px) {
  .text-block .entry-content {
    padding: 0;
    margin-top: 50px;
  }
}

@media screen and (max-width: 500px) {
  .text-block .entry-content {
    margin-top: 30px;
  }
}

@media screen and (max-width: 1199px) {
  .text-block {
    padding: 100px 0;
  }
}

@media screen and (max-width: 991px) {
  .text-block {
    padding: 80px 0;
  }
}

@media screen and (max-width: 767px) {
  .text-block {
    padding: 70px 0;
  }
}

@media screen and (max-width: 575px) {
  .text-block {
    padding: 60px 0;
  }
}

.text-block__wrap {
  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;
}

.text-block__wrap-title {
  text-align: center;
  padding: 0 160px;
}

@media screen and (max-width: 991px) {
  .text-block__wrap-title {
    padding: 0;
  }
}

/*--------------------------------------------------------------
## big-block
--------------------------------------------------------------*/
.big-block {
  background-color: #fff;
  padding: 142px 0 80px;
}

.big-block .entry-content p {
  font-size: 20px;
  line-height: 34px;
  letter-spacing: 0;
  margin-bottom: 34px;
}

@media screen and (max-width: 1199px) {
  .big-block .entry-content p {
    line-height: 1.5;
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 767px) {
  .big-block .entry-content p {
    font-size: 18px;
  }
}

@media screen and (max-width: 500px) {
  .big-block .entry-content p {
    font-size: 16px;
  }
}

@media screen and (max-width: 1199px) {
  .big-block {
    padding: 100px 0 80px;
  }
}

@media screen and (max-width: 1199px) {
  .big-block {
    padding: 80px 0 60px;
  }
}

@media screen and (max-width: 767px) {
  .big-block {
    padding: 70px 0 50px;
  }
}

@media screen and (max-width: 500px) {
  .big-block {
    padding: 50px 0 40px;
  }
}

.big-block__wrap {
  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;
}

.big-block__upper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -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;
}

.big-block__upper .entry-content {
  margin-top: 54px;
}

@media screen and (max-width: 767px) {
  .big-block__upper .entry-content {
    margin-top: 30px;
  }
}

@media screen and (max-width: 500px) {
  .big-block__upper .entry-content {
    margin-top: 20px;
  }
}

.big-block__upper-left {
  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: 465px;
  width: 100%;
  margin-top: 27px;
}

@media screen and (max-width: 1199px) {
  .big-block__upper-left {
    max-width: 400px;
  }
}

@media screen and (max-width: 991px) {
  .big-block__upper-left {
    max-width: 100%;
    margin-top: 0;
  }
}

.big-block__upper-right {
  max-width: 583px;
  width: 100%;
}

@media screen and (max-width: 1199px) {
  .big-block__upper-right {
    max-width: 500px;
  }
}

@media screen and (max-width: 991px) {
  .big-block__upper-right {
    max-width: 100%;
    margin-top: 40px;
  }
}

.big-block__upper-right-accordion-box {
  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;
  margin-top: 17px;
}

.big-block__upper-right-accordion-box:first-child {
  margin-top: 0;
}

.big-block__upper-right-accordion-box.is-active .big-block__upper-right-accordion-box-shown {
  background-color: #fffcf4;
}

.big-block__upper-right-accordion-box.is-active .big-block__upper-right-accordion-box-shown-icon {
  opacity: 0.6;
}

.big-block__upper-right-accordion-box.is-active .big-block__upper-right-accordion-box-shown-ico {
  -webkit-transform: translate(-50%, -50%) rotate(180deg);
          transform: translate(-50%, -50%) rotate(180deg);
}

.big-block__upper-right-accordion-box-shown {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  border-radius: 7px;
  background-color: #f8f3dc;
  padding: 26px 80px 26px 27px;
  cursor: pointer;
  -webkit-transition: 350ms ease;
  transition: 350ms ease;
}

@media only screen and (min-width: 1250px) {
  .big-block__upper-right-accordion-box-shown:hover {
    background-color: #fffcf4;
  }
}

@media screen and (max-width: 767px) {
  .big-block__upper-right-accordion-box-shown {
    padding: 20px 50px 20px 15px;
  }
}

.big-block__upper-right-accordion-box-shown-title-wrap {
  position: relative;
}

.big-block__upper-right-accordion-box-shown-img {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  max-width: 30px;
}

.big-block__upper-right-accordion-box-shown-title {
  font-size: 20px;
  font-family: "RecoletaSemiBold", Georgia, serif;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 0;
  line-height: 1.2;
  color: #1d444b;
  padding-left: 53px;
}

@media screen and (max-width: 767px) {
  .big-block__upper-right-accordion-box-shown-title {
    padding-left: 40px;
  }
}

@media screen and (max-width: 500px) {
  .big-block__upper-right-accordion-box-shown-title {
    font-size: 18px;
  }
}

@media screen and (max-width: 400px) {
  .big-block__upper-right-accordion-box-shown-title {
    font-size: 16px;
  }
}

.big-block__upper-right-accordion-box-shown-icon {
  position: absolute;
  top: 19px;
  right: 30px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-color: #4c948a;
  -webkit-transition: 350ms ease;
  transition: 350ms ease;
}

@media screen and (max-width: 767px) {
  .big-block__upper-right-accordion-box-shown-icon {
    top: 17px;
    right: 15px;
    width: 30px;
    height: 30px;
  }
}

.big-block__upper-right-accordion-box-shown-ico {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 10px;
  height: 18px;
  color: #fff;
  -webkit-transition: 350ms ease;
  transition: 350ms ease;
}

.big-block__upper-right-accordion-box-hidden {
  display: none;
  background-color: #fffcf4;
  padding: 8px 76px 30px;
}

@media screen and (max-width: 767px) {
  .big-block__upper-right-accordion-box-hidden {
    padding: 10px 55px 20px;
  }
}

@media screen and (max-width: 400px) {
  .big-block__upper-right-accordion-box-hidden {
    padding: 10px 30px 20px;
  }
}

.big-block__upper-right-accordion-box-hidden-desc {
  font-size: 16px;
  font-family: "WorkSansRegular", Georgia, serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 24px;
  color: #1d444b;
}

@media screen and (max-width: 991px) {
  .big-block__upper-right-accordion-box-hidden-desc {
    line-height: 1.5;
  }
}

@media screen and (max-width: 400px) {
  .big-block__upper-right-accordion-box-hidden-desc {
    font-size: 14px;
  }
}

.big-block__middle {
  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;
  margin-top: 163px;
}

@media screen and (max-width: 1199px) {
  .big-block__middle {
    margin-top: 100px;
  }
}

@media screen and (max-width: 767px) {
  .big-block__middle {
    margin-top: 80px;
  }
}

.big-block__middle .entry-content {
  margin-top: 62px;
}

@media screen and (max-width: 991px) {
  .big-block__middle .entry-content ul {
    padding-left: 0;
  }
}

@media screen and (max-width: 991px) {
  .big-block__middle .entry-content {
    margin-top: 40px;
  }
}

@media screen and (max-width: 500px) {
  .big-block__middle .entry-content {
    margin-top: 30px;
  }
}

.big-block__middle-image {
  width: 100%;
  height: 714px;
}

@media screen and (max-width: 1199px) {
  .big-block__middle-image {
    height: 550px;
  }
}

@media screen and (max-width: 991px) {
  .big-block__middle-image {
    height: 400px;
  }
}

@media screen and (max-width: 500px) {
  .big-block__middle-image {
    height: 300px;
  }
}

@media screen and (max-width: 400px) {
  .big-block__middle-image {
    height: 250px;
  }
}

.big-block__middle-wrap {
  max-width: 100%;
  margin-top: 73px;
}

@media screen and (max-width: 767px) {
  .big-block__middle-wrap {
    margin-top: 55px;
  }
}

.big-block__bottom {
  margin-top: 94px;
}

.big-block__bottom .entry-content {
  margin-top: 59px;
}

@media screen and (max-width: 991px) {
  .big-block__bottom .entry-content {
    margin-top: 40px;
  }
}

@media screen and (max-width: 500px) {
  .big-block__bottom .entry-content {
    margin-top: 30px;
  }
}

@media screen and (max-width: 1199px) {
  .big-block__bottom {
    margin-top: 50px;
  }
}

@media screen and (max-width: 767px) {
  .big-block__bottom {
    margin-top: 40px;
  }
}

@media screen and (max-width: 400px) {
  .big-block__bottom {
    margin-top: 30px;
  }
}

@media screen and (max-width: 1199px) {
  .big-block__bottom-title br {
    display: none;
  }
}

/*--------------------------------------------------------------
## read-block
--------------------------------------------------------------*/
.read-block {
  background-color: #fff;
  padding: 111px 0 0;
}

@media screen and (max-width: 1199px) {
  .read-block {
    padding: 90px 0 0;
  }
}

@media screen and (max-width: 991px) {
  .read-block {
    padding: 70px 0 0;
  }
}

@media screen and (max-width: 767px) {
  .read-block {
    padding: 50px 0 0;
  }
}

.read-block__wrap {
  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;
}

.read-block__box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -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;
  background-color: #fffcf4;
  -webkit-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.05);
          box-shadow: 0 3px 15px rgba(0, 0, 0, 0.05);
  border-radius: 7px;
  width: 100%;
  padding: 88px 65px 78px 83px;
  margin-top: 32px;
}

@media screen and (max-width: 1199px) {
  .read-block__box {
    padding: 60px 40px;
    margin-top: 30px;
  }
}

@media screen and (max-width: 767px) {
  .read-block__box {
    padding: 40px 25px;
  }
}

@media screen and (max-width: 400px) {
  .read-block__box {
    padding: 30px 15px;
  }
}

.read-block__box-image {
  width: 100%;
}

@media screen and (max-width: 1199px) {
  .read-block__box-image {
    max-width: 420px;
  }
}

@media screen and (max-width: 991px) {
  .read-block__box-image {
    max-width: 100%;
    height: 300px;
  }
}

@media screen and (max-width: 575px) {
  .read-block__box-image {
    height: 250px;
  }
}

.read-block__box-texts {
  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: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  max-width: 453px;
  width: 100%;
}

@media screen and (max-width: 1199px) {
  .read-block__box-texts {
    max-width: 380px;
  }
}

@media screen and (max-width: 991px) {
  .read-block__box-texts {
    max-width: 100%;
    margin-top: 30px;
  }
}

.read-block__box-texts-title {
  max-width: 100%;
}

@media screen and (max-width: 1199px) {
  .read-block__box-texts-title br {
    display: none;
  }
}

.read-block__box-text {
  font-size: 18px;
  font-family: "WorkSansSemiBold", Georgia, serif;
  font-weight: 600;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.2;
  color: #4c948a;
  margin-top: 17px;
}

@media screen and (max-width: 575px) {
  .read-block__box-text {
    font-size: 16px;
    margin-top: 10px;
  }
}

.read-block__box-texts-desc {
  font-size: 18px;
  font-family: "WorkSansRegular", Georgia, serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 30px;
  color: #1d444b;
  max-width: 100%;
  margin-top: 46px;
}

@media screen and (max-width: 1199px) {
  .read-block__box-texts-desc br {
    display: none;
  }
}

@media screen and (max-width: 1199px) {
  .read-block__box-texts-desc {
    margin-top: 25px;
  }
}

@media screen and (max-width: 575px) {
  .read-block__box-texts-desc {
    font-size: 16px;
    line-height: 1.5;
    margin-top: 20px;
  }
}

.read-block__box-texts-btn {
  min-width: 168px;
  padding: 14px 15px;
  margin-top: 30px;
}

.read-block--alt {
  padding: 104px 0;
}

@media screen and (max-width: 1199px) {
  .read-block--alt {
    padding: 90px 0;
  }
}

@media screen and (max-width: 991px) {
  .read-block--alt {
    padding: 70px 0;
  }
}

@media screen and (max-width: 767px) {
  .read-block--alt {
    padding: 50px 0;
  }
}

/*--------------------------------------------------------------
## list-block
--------------------------------------------------------------*/
.list-block {
  background-color: #fff;
  padding: 187px 0 57px;
}

.list-block .entry-content {
  margin-top: 92px;
}

.list-block .entry-content h3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.list-block .entry-content h3 img {
  margin-right: 10px;
}

@media screen and (max-width: 500px) {
  .list-block .entry-content h3 img {
    max-width: 35px;
  }
}

.list-block .entry-content p {
  letter-spacing: -0.18px;
}

.list-block .entry-content ul li {
  font-size: 18px;
  letter-spacing: -0.18px;
  line-height: 30px;
  padding-left: 25px;
}

.list-block .entry-content ul li::before {
  width: 6px;
  height: 6px;
  top: 12px;
}

@media screen and (max-width: 500px) {
  .list-block .entry-content ul li::before {
    top: 7px;
  }
}

@media screen and (max-width: 500px) {
  .list-block .entry-content ul li {
    font-size: 16px;
    line-height: 1.2;
  }
}

@media screen and (max-width: 1199px) {
  .list-block .entry-content {
    margin-top: 60px;
  }
}

@media screen and (max-width: 991px) {
  .list-block .entry-content {
    margin-top: 50px;
  }
}

@media screen and (max-width: 500px) {
  .list-block .entry-content {
    margin-top: 40px;
  }
}

@media screen and (max-width: 1199px) {
  .list-block {
    /* padding: 160px 0 60px; */
    padding: 77px 0 60px;
  }
}

@media screen and (max-width: 991px) {
  .list-block {
    /* padding: 150px 0 60px; */
    padding: 60px 0;
  }
}

@media screen and (max-width: 575px) {
  .list-block {
    /* padding: 140px 0 60px; */
    padding: 80px 0 60px;
  }
}

.list-block__upper {
  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;
}

.list-block__upper-image {
  width: 100%;
}

.list-block__upper-wrap-titles {
  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;
  margin-top: 44px;
}

.list-block__upper-wrap-titles.list-block__upper-wrap-titles--top {
  margin-bottom: 44px;
  margin-top: 0;
  text-align: center;
}

.list-block__upper-wrap-title {
  line-height: 65px;
}

@media screen and (max-width: 1199px) {
  .list-block__upper-wrap-title br {
    display: none;
  }
}

@media screen and (max-width: 1199px) {
  .list-block__upper-wrap-title {
    line-height: 1.2;
  }
}

.list-block__upper-video {
  position: relative;
  width: 100%;
  height: 550px;
}

@media screen and (max-width: 991px) {
  .list-block__upper-video {
    height: 400px;
  }
}

@media screen and (max-width: 500px) {
  .list-block__upper-video {
    height: 300px;
  }
}

@media screen and (max-width: 400px) {
  .list-block__upper-video {
    height: 250px;
  }
}

.list-block__upper-video-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  cursor: url("./src/assets/images/icons/hand-ico-img.png"), auto;
}

.list-block__upper-video-wrap::after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  background-color: rgba(29, 68, 75, 0.5);
  width: 100%;
  height: 100%;
  -webkit-transition: 350ms ease;
  transition: 350ms ease;
  z-index: 1;
  pointer-events: none;
}

.list-block__upper-video-wrap.is-active::after {
  width: 0;
}

@media only screen and (min-width: 1250px) {
  .list-block__upper-video-wrap:hover::after {
    background-color: rgba(29, 68, 75, 0.3);
  }
  .list-block__upper-video-wrap:hover .list-block__upper-video-wrap-img {
    opacity: 0;
    visibility: hidden;
  }
  .list-block__upper-video-wrap:hover .list-block__upper-video-wrap-img--hidden {
    opacity: 1;
    visibility: visible;
  }
}

.list-block__upper-video-vi {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.list-block__upper-video-wrap-image {
  width: 142px;
  height: 142px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  pointer-events: none;
  -webkit-transition: 350ms ease;
  transition: 350ms ease;
  z-index: 5;
}

@media screen and (max-width: 991px) {
  .list-block__upper-video-wrap-image {
    width: 100px;
    height: 100px;
  }
}

@media screen and (max-width: 500px) {
  .list-block__upper-video-wrap-image {
    width: 80px;
    height: 80px;
  }
}

@media screen and (max-width: 400px) {
  .list-block__upper-video-wrap-image {
    width: 70px;
    height: 70px;
  }
}

.list-block__upper-video-wrap-img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: 350ms ease;
  transition: 350ms ease;
  width: 100%;
  height: 100%;
}

.list-block__upper-video-wrap-img--hidden {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 350ms ease;
  transition: 350ms ease;
}

/*--------------------------------------------------------------
## application-form
--------------------------------------------------------------*/
.application-form {
  background-color: #fff9eb;
  padding: 101px 0 168px;
  overflow: hidden;
}

@media screen and (max-width: 1199px) {
  .application-form {
    padding: 80px 0;
  }
}

@media screen and (max-width: 767px) {
  .application-form {
    padding: 60px 0;
  }
}

.application-form__wrap {
  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;
}

.application-form__desc {
  font-size: 20px;
  font-family: "WorkSansRegular", Georgia, serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: -0.2px;
  line-height: 28px;
  color: #1d444b;
  max-width: 590px;
}

@media screen and (max-width: 767px) {
  .application-form__desc {
    font-size: 18px;
    line-height: 1.5;
  }
}

.application-form__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;
  background-color: #fff;
  max-width: 1127px;
  width: 100%;
  -webkit-box-shadow: 0 5px 15px rgba(233, 223, 174, 0.3);
          box-shadow: 0 5px 15px rgba(233, 223, 174, 0.3);
  border: 1px solid rgba(220, 195, 70, 0.28);
  border-radius: 9px;
  /* padding: 28px 58px 62px; */
  padding: 28px 58px 37px;
  margin-top: 33px;
}

@media screen and (max-width: 1199px) {
  .application-form__form {
    padding: 40px 30px 20px;
  }
}

@media screen and (max-width: 500px) {
  .application-form__form {
    padding: 30px 15px 5px;
  }
}

.application-form__form-titles {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.application-form__form-title {
  font-size: 47px;
  font-family: "RecoletaMedium", Arial, Helvetica, sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: -0.47px;
  line-height: 1.2;
  color: #1d444b;
  margin-right: 30px;
}

@media screen and (max-width: 991px) {
  .application-form__form-title {
    font-size: 40px;
    margin-right: 20px;
  }
}

@media screen and (max-width: 575px) {
  .application-form__form-title {
    font-size: 35px;
    margin-right: 15px;
  }
}

.application-form__form-subtitle {
  font-size: 17px;
  font-family: "WorkSansRegular", Georgia, serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.2;
  color: #1d444b;
  margin-bottom: 11px;
}

@media screen and (max-width: 575px) {
  .application-form__form-subtitle {
    font-size: 16px;
  }
}

@media screen and (max-width: 500px) {
  .application-form__form-subtitle {
    margin: 10px 0;
  }
}

.application-form__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -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-top: 49px;
}

@media screen and (max-width: 991px) {
  .application-form__wrapper {
    margin-top: 30px;
  }
}

@media screen and (max-width: 500px) {
  .application-form__wrapper {
    margin-top: 20px;
  }
}

.hidden-url {
  display: none;
}

/*--------------------------------------------------------------
## split-block
--------------------------------------------------------------*/
.split-block {
  background-color: #fff;
  padding: 143px 0 165px;
}

.split-block .entry-content {
  max-width: 100%;
  margin-top: 36px;
}

@media screen and (max-width: 1199px) {
  .split-block .entry-content {
    margin-top: 30px;
  }
}

@media screen and (max-width: 991px) {
  .split-block .entry-content {
    margin-top: 20px;
  }
}

@media screen and (max-width: 1199px) {
  .split-block {
    padding: 100px 0;
  }
}

@media screen and (max-width: 991px) {
  .split-block {
    padding: 80px 0;
  }
}

@media screen and (max-width: 767px) {
  .split-block {
    padding: 70px 0;
  }
}

@media screen and (max-width: 575px) {
  .split-block {
    padding: 60px 0;
  }
}

.split-block__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -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 screen and (max-width: 991px) {
  .split-block__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.split-block__image {
  width: 100%;
}

@media screen and (max-width: 1199px) {
  .split-block__image {
    max-width: 420px;
  }
}

@media screen and (max-width: 991px) {
  .split-block__image {
    margin: 50px auto 0;
  }
}

.split-block__box {
  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: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  /* max-width: 512px; */
  max-width: 503px;
  width: 100%;
}

@media screen and (max-width: 1199px) {
  .split-block__box {
    max-width: 480px;
  }
}

@media screen and (max-width: 991px) {
  .split-block__box {
    max-width: 100%;
  }
}

.split-block__box-title {
  line-height: 65px;
  letter-spacing: normal;
  max-width: 100%;
}

@media screen and (max-width: 1199px) {
  .split-block__box-title {
    line-height: 1.2;
  }
}

.split-block__box-btn {
  min-width: 167px;
  padding: 14px 33px;
  margin-top: 69px;
}

@media screen and (max-width: 1199px) {
  .split-block__box-btn {
    margin-top: 30px;
  }
}

/*--------------------------------------------------------------
## rectangle-block
--------------------------------------------------------------*/
.rectangle-block {
  background-color: #f8f3dc;
  padding: 155px 0 200px;
}

@media screen and (max-width: 1199px) {
  .rectangle-block {
    padding: 100px 0;
  }
}

@media screen and (max-width: 991px) {
  .rectangle-block {
    padding: 80px 0;
  }
}

@media screen and (max-width: 767px) {
  .rectangle-block {
    padding: 70px 0;
  }
}

@media screen and (max-width: 575px) {
  .rectangle-block {
    padding: 60px 0;
  }
}

.rectangle-block__wrap {
  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;
}

.rectangle-block__link {
  margin: 12px 0 0;
  padding: 0;
  color: #4c948a;
}

.rectangle-block__title {
  text-align: center;
}

.rectangle-block__boxes {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 58px;
}

@media screen and (max-width: 1199px) {
  .rectangle-block__boxes {
    margin-top: 50px;
  }
}

@media screen and (max-width: 767px) {
  .rectangle-block__boxes {
    margin-top: 30px;
  }
}

.rectangle-block__box {
  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-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  max-width: 401px;
  width: 100%;
  border-radius: 9px;
  background-color: #fff;
  padding: 120px 53px 52px;
  margin: 200px 15px 0;
}

@media screen and (max-width: 1300px) {
  .rectangle-block__box {
    max-width: 350px;
    padding: 115px 20px 40px;
    margin: 170px 15px 0;
  }
}

@media screen and (max-width: 1199px) {
  .rectangle-block__box {
    max-width: 280px;
    padding: 90px 20px 30px;
    margin: 130px 10px 0;
  }
}

@media screen and (max-width: 767px) {
  .rectangle-block__box {
    max-width: 100%;
  }
}

.rectangle-block__box-image {
  position: absolute;
  top: -176px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  max-width: 355px;
  width: 100%;
}

@media screen and (max-width: 1300px) {
  .rectangle-block__box-image {
    top: -140px;
    max-width: 300px;
  }
}

@media screen and (max-width: 1199px) {
  .rectangle-block__box-image {
    top: -100px;
    max-width: 230px;
  }
}

.rectangle-block__box-title {
  font-size: 30px;
  font-family: "RecoletaSemiBold", Georgia, serif;
  font-weight: 600;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.2;
  text-align: center;
  color: #4c948a;
  max-width: 100%;
}

@media screen and (max-width: 991px) {
  .rectangle-block__box-title {
    font-size: 25px;
  }
}

.rectangle-block__box-descs {
  max-width: 100%;
  margin-top: 17px;
}

.rectangle-block__box-desc {
  font-size: 18px;
  font-family: "WorkSansRegular", Georgia, serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: -0.18px;
  line-height: 30px;
  text-align: center;
  color: #1d444b;
  max-width: 100%;
  margin-top: 30px;
}

.rectangle-block__box-desc:first-child {
  margin-top: 0;
}

@media screen and (max-width: 1199px) {
  .rectangle-block__box-desc br {
    display: none;
  }
}

@media screen and (max-width: 991px) {
  .rectangle-block__box-desc {
    font-size: 16px;
    margin-top: 15px;
  }
}

/*--------------------------------------------------------------
## expand-block
--------------------------------------------------------------*/
.expand-block {
  background-color: #fff;
  padding: 155px 0 174px;
  overflow: hidden;
}

.expand-block .entry-content {
  max-width: 100%;
  padding: 0 150px;
  margin-top: 41px;
}

.expand-block .entry-content p {
  text-align: center;
}

@media screen and (max-width: 1199px) {
  .expand-block .entry-content {
    padding: 0;
    margin-top: 30px;
  }
}

@media screen and (max-width: 1199px) {
  .expand-block {
    padding: 100px 0;
  }
}

@media screen and (max-width: 991px) {
  .expand-block {
    padding: 80px 0;
  }
}

@media screen and (max-width: 767px) {
  .expand-block {
    padding: 70px 0;
  }
}

@media screen and (max-width: 575px) {
  .expand-block {
    padding: 60px 0;
  }
}

.expand-block__wrap {
  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;
  max-width: 1240px;
  width: 100%;
  margin: 0 auto;
}

.expand-block__title {
  line-height: 60px;
  letter-spacing: normal;
  text-align: center;
  max-width: 100%;
}

@media screen and (max-width: 1199px) {
  .expand-block__title {
    line-height: 1.2;
  }
}

.expand-block__boxes {
  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%;
  margin-top: 76px;
}

@media screen and (max-width: 1199px) {
  .expand-block__boxes {
    margin-top: 50px;
  }
}

@media screen and (max-width: 767px) {
  .expand-block__boxes {
    margin-top: 30px;
  }
}

.expand-block__boxes-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -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;
}

.expand-block__boxes-top-box {
  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: 16%;
  height: 154px;
  background-color: #e4c83f;
  -webkit-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.05);
          box-shadow: 0 3px 15px rgba(0, 0, 0, 0.05);
  border-radius: 7px;
  -webkit-transition: 350ms ease;
  transition: 350ms ease;
}

.expand-block__boxes-top-box.is-active {
  background-color: #d54155;
  width: 66.4%;
}

.expand-block__boxes-top-box.is-active .expand-block__boxes-top-box-hidden {
  display: block;
}

.expand-block__boxes-top-box.is-active .expand-block__boxes-top-box-shown {
  pointer-events: none;
  width: auto;
}

.expand-block__boxes-top-box.is-active .expand-block__boxes-top-box-shown::before {
  opacity: 1;
  visibility: visible;
}

@media screen and (max-width: 991px) {
  .expand-block__boxes-top-box.is-active {
    width: 58%;
  }
}

@media screen and (max-width: 767px) {
  .expand-block__boxes-top-box.is-active {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .expand-block__boxes-top-box:nth-child(odd) {
    background-color: #d54155;
  }
}

@media only screen and (min-width: 1250px) {
  .expand-block__boxes-top-box:hover {
    background-color: #d54155;
  }
}

@media screen and (max-width: 1099px) {
  .expand-block__boxes-top-box {
    height: 150px;
  }
}

@media screen and (max-width: 991px) {
  .expand-block__boxes-top-box {
    width: 20%;
  }
}

@media screen and (max-width: 767px) {
  .expand-block__boxes-top-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    height: auto;
    width: 100%;
    margin-top: 15px;
  }
  .expand-block__boxes-top-box .expand-block__boxes-top-box-hidden {
    display: block;
  }
  .expand-block__boxes-top-box .expand-block__boxes-top-box-shown {
    pointer-events: none;
    width: auto;
  }
  .expand-block__boxes-top-box .expand-block__boxes-top-box-shown::before {
    opacity: 1;
    visibility: visible;
  }
}

.expand-block__boxes-box-title {
  display: block;
  font-size: 22px;
  font-family: "RecoletaSemiBold", Georgia, serif;
  font-weight: 600;
  font-style: normal;
  letter-spacing: normal;
  line-height: 30px;
  color: #fffcf4;
  max-width: 170px;
}

@media screen and (max-width: 1400px) {
  .expand-block__boxes-box-title {
    font-size: 20px;
    line-height: 1.2;
  }
}

@media screen and (max-width: 1199px) {
  .expand-block__boxes-box-title {
    font-size: 18px;
  }
}

@media screen and (max-width: 991px) {
  .expand-block__boxes-box-title {
    font-size: 18px;
  }
}

@media screen and (max-width: 767px) {
  .expand-block__boxes-box-title {
    max-width: 100%;
    text-align: center;
  }
}

.expand-block__boxes-top-box-shown {
  position: relative;
  padding: 20px;
  cursor: pointer;
  width: 100%;
}

.expand-block__boxes-top-box-shown::before {
  content: '';
  display: block;
  width: 2px;
  height: 95px;
  background-color: #fcf9ef;
  position: absolute;
  top: 50%;
  right: -16px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 350ms ease;
  transition: 350ms ease;
  opacity: 0;
  visibility: hidden;
}

@media screen and (max-width: 767px) {
  .expand-block__boxes-top-box-shown::before {
    width: 70%;
    height: 1px;
    right: auto;
    bottom: 0;
    left: 50%;
    top: auto;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
}

@media screen and (max-width: 1400px) {
  .expand-block__boxes-top-box-shown {
    padding: 20px 15px;
  }
}

.expand-block__boxes-top-box-hidden {
  display: none;
  padding: 25px 14px 24px 13px;
  height: 100%;
  overflow: hidden;
}

@media screen and (max-width: 1400px) {
  .expand-block__boxes-top-box-hidden {
    padding: 20px 10px;
  }
}

.expand-block__boxes-top-box-hidden-wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  overflow-y: auto;
}

.expand-block__boxes-box-desc {
  position: relative;
  font-size: 16px;
  font-family: "WorkSansRegular", Georgia, serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 21px;
  color: #fffcf4;
  padding-left: 31px;
  padding-right: 15px;
}

@media screen and (max-width: 991px) {
  .expand-block__boxes-box-desc {
    padding-left: 20px;
    padding-right: 14px;
  }
}

@media screen and (max-width: 767px) {
  .expand-block__boxes-box-desc {
    padding: 0;
  }
}

.expand-block__boxes-bottom {
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  margin-top: 7px;
}

.expand-block__boxes-bottom .expand-block__boxes-top-box {
  width: 33%;
  margin-right: 10px;
}

.expand-block__boxes-bottom .expand-block__boxes-top-box.is-active {
  width: 137%;
}

@media screen and (max-width: 991px) {
  .expand-block__boxes-bottom .expand-block__boxes-top-box.is-active {
    width: 97.9%;
  }
}

@media screen and (max-width: 767px) {
  .expand-block__boxes-bottom .expand-block__boxes-top-box.is-active {
    width: 100%;
  }
}

.expand-block__boxes-bottom .expand-block__boxes-top-box:last-child {
  margin-right: 0;
}

@media screen and (max-width: 767px) {
  .expand-block__boxes-bottom .expand-block__boxes-top-box:nth-child(even) {
    background-color: #d54155;
  }
}

@media screen and (max-width: 767px) {
  .expand-block__boxes-bottom .expand-block__boxes-top-box:nth-child(odd) {
    background-color: #e4c83f;
  }
}

@media screen and (max-width: 767px) {
  .expand-block__boxes-bottom .expand-block__boxes-top-box {
    width: 100%;
    margin-right: 0;
  }
}

@media screen and (max-width: 767px) {
  .expand-block__boxes-bottom {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-top: 0;
  }
}

/*--------------------------------------------------------------
## enrollment-block
--------------------------------------------------------------*/
.enrollment-block {
  position: relative;
  background-color: #fcf9ef;
  padding: 60px 30px;
  min-height: 100vh;
}

.enrollment-block .page-title {
  text-align: center;
}

.enrollment-block input {
  font-size: 24px;
  color: #4c948a;
  padding: 18px 30px;
}

@media screen and (max-width: 991px) {
  .enrollment-block input {
    font-size: 22px;
    padding: 15px;
  }
}

@media screen and (max-width: 500px) {
  .enrollment-block input {
    font-size: 18px;
  }
}

@media screen and (max-width: 767px) {
  .enrollment-block {
    padding: 30px 15px;
  }
}

.enrollment-block__wrap {
  position: relative;
  z-index: 10;
}

.enrollment-block__branding {
  max-width: 134px;
  margin: 0 auto;
}

.enrollment-block__tracker-question {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -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: 16px;
  font-family: "WorkSansRegular", Georgia, serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.2;
  color: #1d444b;
  padding: 110px 0 70px;
}

@media screen and (max-width: 991px) {
  .enrollment-block__tracker-question {
    padding: 100px 0 50px;
  }
}

.enrollment-block__tracker-question-tot {
  font-family: "WorkSansSemiBold", Georgia, serif;
  font-weight: 600;
  color: #d54155;
}

.enrollment-block__tracker-question-divider {
  padding: 0 5px;
}

.enrollment-block__button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -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-top: 38px;
}

@media screen and (max-width: 500px) {
  .enrollment-block__button {
    margin-top: 30px;
  }
}

.enrollment-block__btn {
  padding: 13px 33px 14px;
  min-width: 167px;
  margin: 10px 5px 0;
}

@media screen and (max-width: 400px) {
  .enrollment-block__btn {
    min-width: 100%;
  }
}

.enrollment-block__button--spec {
  position: absolute;
  top: 87px;
  left: 87px;
  margin: 0;
}

@media screen and (max-width: 767px) {
  .enrollment-block__button--spec {
    top: 60px;
    left: 20px;
  }
}

@media screen and (max-width: 400px) {
  .enrollment-block__button--spec {
    left: 10px;
  }
}

.enrollment-block__btn-spec {
  position: relative;
  font-size: 16px;
  font-family: "WorkSansSemiBold", Georgia, serif;
  font-weight: 600;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.2;
  color: #d54155;
  padding-left: 20px;
  -webkit-transition: 350ms ease;
  transition: 350ms ease;
}

@media only screen and (min-width: 1250px) {
  .enrollment-block__btn-spec:hover {
    color: #1d444b;
  }
}

@media screen and (max-width: 400px) {
  .enrollment-block__btn-spec {
    font-size: 14px;
  }
}

.enrollment-block__btn-spec-ico {
  font-size: 16px;
  height: 16px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media screen and (max-width: 400px) {
  .enrollment-block__btn-spec-ico {
    font-size: 14px;
    height: 14px;
  }
}

.enrollment-block__image {
  position: absolute;
}

.enrollment-block__image--first {
  top: 32.6%;
  right: 8.5%;
}

@media screen and (max-width: 1199px) {
  .enrollment-block__image--first {
    top: 30%;
    right: 2%;
    max-width: 170px;
  }
}

@media screen and (max-width: 500px) {
  .enrollment-block__image--first {
    top: 27%;
    right: 2%;
    max-width: 110px;
  }
}

.enrollment-block__image--second {
  top: 31.6%;
  left: 19.5%;
}

@media screen and (max-width: 1199px) {
  .enrollment-block__image--second {
    top: 50%;
    left: 2%;
  }
}

@media screen and (max-width: 767px) {
  .enrollment-block__image--second {
    display: none;
  }
}

.enrollment-block__image--third {
  top: 15.2%;
  left: 38.9%;
}

@media screen and (max-width: 1199px) {
  .enrollment-block__image--third {
    top: 17%;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

@media screen and (max-width: 500px) {
  .enrollment-block__image--third {
    top: 14%;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.enrollment-block__image--fourth {
  bottom: 33.8%;
  right: 24.25%;
}

@media screen and (max-width: 1199px) {
  .enrollment-block__image--fourth {
    bottom: 5%;
    right: 20%;
  }
}

@media screen and (max-width: 767px) {
  .enrollment-block__image--fourth {
    display: none;
  }
}

/*--------------------------------------------------------------
## team-single
--------------------------------------------------------------*/
.team-single {
  background-color: #fff;
  padding: 80px 0 157px;
}

.team-single .entry-content {
  margin-top: 35px;
}

.team-single .entry-content p {
  color: #273443;
}

@media screen and (max-width: 1199px) {
  .team-single .entry-content {
    margin-top: 20px;
  }
}

@media screen and (max-width: 1199px) {
  .team-single {
    padding: 60px 0 100px;
  }
}

@media screen and (max-width: 767px) {
  .team-single {
    padding: 40px 0 70px;
  }
}

@media screen and (max-width: 500px) {
  .team-single {
    padding: 20px 0 60px;
  }
}

.team-single__title {
  text-align: center;
}

.team-single__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -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;
  padding: 0 75px;
  margin-top: 89px;
}

@media screen and (max-width: 1199px) {
  .team-single__wrap {
    margin-top: 40px;
  }
}

@media screen and (max-width: 991px) {
  .team-single__wrap {
    padding: 0;
  }
}

@media screen and (max-width: 767px) {
  .team-single__wrap {
    margin-top: 70px;
  }
}

.team-single__left {
  position: relative;
  max-width: 273px;
  width: 100%;
  height: 396px;
  background-color: #fcf9ef;
  border-radius: 7px;
}

@media screen and (max-width: 1400px) {
  .team-single__left {
    max-width: 300px;
    height: 400px;
  }
}

@media screen and (max-width: 1100px) {
  .team-single__left {
    max-width: 230px;
    height: 350px;
  }
}

@media screen and (max-width: 991px) {
  .team-single__left {
    max-width: 200px;
    height: 320px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 767px) {
  .team-single__left {
    max-width: 200;
    height: 300px;
  }
}

@media screen and (max-width: 500px) {
  .team-single__left {
    height: 250px;
    max-width: 170px;
  }
}

.team-single__left-image {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  max-width: 100%;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .team-single__left-image {
    max-width: 200px;
  }
}

@media screen and (max-width: 500px) {
  .team-single__left-image {
    max-width: 170px;
  }
}

.team-single__right {
  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: 585px;
  width: 100%;
}

@media screen and (max-width: 1199px) {
  .team-single__right {
    max-width: 570px;
  }
}

@media screen and (max-width: 1100px) {
  .team-single__right {
    max-width: 520px;
  }
}

@media screen and (max-width: 991px) {
  .team-single__right {
    max-width: 430px;
  }
}

@media screen and (max-width: 767px) {
  .team-single__right {
    max-width: 100%;
    margin-top: 30px;
  }
}

.team-single__right-title {
  font-size: 30px;
  font-family: "WorkSansRegular", Georgia, serif;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0;
  color: #1d444b;
}

@media screen and (max-width: 991px) {
  .team-single__right-title {
    font-size: 25px;
  }
}

.team-single__right-subtitle {
  font-size: 18px;
  font-family: "WorkSansSemiBold", Georgia, serif;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0;
  color: #4c948a;
  margin-top: 12px;
}

/*--------------------------------------------------------------
## image-list
--------------------------------------------------------------*/
.image-list {
  background-color: #f8f3dc;
  padding: 100px 0 140px;
}

@media screen and (max-width: 1199px) {
  .image-list {
    padding: 100px 0;
  }
}

@media screen and (max-width: 991px) {
  .image-list {
    padding: 80px 0;
  }
}

@media screen and (max-width: 575px) {
  .image-list {
    padding: 60px 0;
  }
}

.image-list .accordion__wrapper {
  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;
  margin-top: 7px;
}

.image-list .accordion__wrapper:first-child {
  margin-top: 0;
}

.accordion__wrapper-box-shown-title-wrap {
  font-size: 25px;
  font-family: "RecoletaSemiBold", Georgia, serif;
  font-weight: 600;
  font-style: normal;
  letter-spacing: -0.6px;
  line-height: 1.2;
  color: #1d444b;
  padding-left: 37px;
  -webkit-transition: 350ms ease;
  transition: 350ms ease;
}

@media screen and (max-width: 1199px) {
  .accordion__wrapper-box-shown-title-wrap {
    font-size: 22px;
  }
}

@media screen and (max-width: 500px) {
  .accordion__wrapper-box-shown-title-wrap {
    font-size: 18px;
    padding-left: 25px;
  }
}

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

@media screen and (max-width: 1199px) {
  .image-list__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -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;
  }
}

.image-list__left-image {
  width: 100%;
  max-width: 50%;
  margin: auto;
  height: 100%;
}

@media screen and (max-width: 1199px) {
  .image-list__left-image {
    margin-top: 50px;
  }
}

.image-list__left-image img {
  width: 100%;
  height: auto;
}

.image-list__right {
  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: 520px;
  width: 100%;
  margin-top: 34px;
}

@media screen and (max-width: 1199px) {
  .image-list__right {
    max-width: 500px;
    margin-top: 0;
  }
}

.image-list__right-title {
  line-height: 65px;
  letter-spacing: 0;
  margin-bottom: 45px;
}

@media screen and (max-width: 1199px) {
  .image-list__right-title {
    line-height: 1.2;
    margin-bottom: 20px;
  }
}

.image-list-lists {
  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;
  margin-top: 28px;
}

.image-list-list {
  position: relative;
  font-size: 25px;
  font-family: "WorkSansSemiBold", Georgia, serif;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0;
  color: #4c948a;
  padding-left: 44px;
  margin-top: 5px;
}

.image-list-list:first-child {
  margin-top: 0;
}

@media screen and (max-width: 767px) {
  .image-list-list {
    font-size: 23px;
    padding-left: 30px;
  }
}

@media screen and (max-width: 400px) {
  .image-list-list {
    font-size: 20px;
  }
}

.image-list-list-img {
  position: absolute;
  top: 7px;
  left: 0;
}

@media screen and (max-width: 400px) {
  .image-list-list-img {
    top: 6px;
  }
}

/*--------------------------------------------------------------
## switch-block
--------------------------------------------------------------*/
.switch-block {
  background-color: #fff;
  padding: 129px 0 0;
}

@media screen and (max-width: 1199px) {
  .switch-block {
    padding: 80px 0 0;
  }
}

@media screen and (max-width: 991px) {
  .switch-block {
    padding: 60px 0 0;
  }
}

@media screen and (max-width: 767px) {
  .switch-block {
    padding: 40px 0 0;
  }
}

@media screen and (max-width: 575px) {
  .switch-block {
    padding: 20px 0 0;
  }
}

.switch-block__btns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -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;
  padding: 0 15px;
}

@media screen and (max-width: 767px) {
  .switch-block__btns {
    max-width: 540px;
    margin: 0 auto;
  }
}

.switch-block__btn {
  position: relative;
  border: 1px solid #d54155;
  border-radius: 7px 0 0 7px;
  border-right: none;
  padding: 22px 10px;
  max-width: 316px;
  width: 100%;
  -webkit-transition: 350ms ease;
  transition: 350ms ease;
}

.switch-block__btn::before {
  content: '';
  display: block;
  width: 0;
  height: 100%;
  border-radius: 5px;
  background-color: #d54155;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: 350ms ease;
  transition: 350ms ease;
}

.switch-block__btn:last-child {
  max-width: 365px;
  border-radius: 0 7px 7px 0;
  border-left: none;
  border-right: 1px solid #d54155;
}

@media screen and (max-width: 767px) {
  .switch-block__btn:last-child {
    max-width: 60%;
  }
}

@media screen and (max-width: 400px) {
  .switch-block__btn:last-child {
    max-width: 70%;
  }
}

.switch-block__btn.is-active .switch-block__btn-text {
  color: #fff;
}

.switch-block__btn.is-active::before {
  width: 100%;
}

@media only screen and (min-width: 1250px) {
  .switch-block__btn:hover {
    -webkit-box-shadow: 0 0 20px 3px rgba(177, 63, 63, 0.2);
            box-shadow: 0 0 20px 3px rgba(177, 63, 63, 0.2);
  }
}

@media screen and (max-width: 767px) {
  .switch-block__btn {
    max-width: 40%;
  }
}

@media screen and (max-width: 575px) {
  .switch-block__btn {
    padding: 15px 10px;
  }
}

@media screen and (max-width: 500px) {
  .switch-block__btn {
    padding: 10px 5px;
  }
}

@media screen and (max-width: 400px) {
  .switch-block__btn {
    max-width: 30%;
  }
}

.switch-block__btn-text {
  position: relative;
  display: block;
  font-size: 22px;
  font-family: "WorkSansSemiBold", Georgia, serif;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.1px;
  color: #d54155;
  text-align: center;
  margin: 0 auto;
  z-index: 5;
  -webkit-transition: 350ms ease;
  transition: 350ms ease;
}

@media screen and (max-width: 767px) {
  .switch-block__btn-text {
    font-size: 20px;
  }
}

@media screen and (max-width: 575px) {
  .switch-block__btn-text {
    font-size: 18px;
    letter-spacing: 0;
  }
}

@media screen and (max-width: 500px) {
  .switch-block__btn-text {
    font-size: 14px;
  }
}

@media screen and (max-width: 370px) {
  .switch-block__btn-text {
    font-size: 12px;
  }
}

.switch-block__box {
  margin-top: 141px;
}

.switch-block__box.is-active {
  display: block;
}

@media screen and (max-width: 1199px) {
  .switch-block__box {
    margin-top: 100px;
  }
}

@media screen and (max-width: 991px) {
  .switch-block__box {
    margin-top: 80px;
  }
}

@media screen and (max-width: 767px) {
  .switch-block__box {
    margin-top: 60px;
  }
}

@media screen and (max-width: 575px) {
  .switch-block__box {
    margin-top: 50px;
  }
}

.switch-block__box:not(.is-active) {
  display: none;
}

.switch-block__box-top {
  padding-bottom: 151px;
}

@media screen and (max-width: 1199px) {
  .switch-block__box-top {
    padding-bottom: 100px;
  }
}

@media screen and (max-width: 991px) {
  .switch-block__box-top {
    padding-bottom: 80px;
  }
}

@media screen and (max-width: 767px) {
  .switch-block__box-top {
    padding-bottom: 70px;
  }
}

@media screen and (max-width: 575px) {
  .switch-block__box-top {
    padding-bottom: 60px;
  }
}

.switch-block__box-top-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -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;
}

@media screen and (max-width: 1199px) {
  .switch-block__box-top-wrap {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.switch-block__box-top-image {
  width: 100%;
  margin-left: 92px;
}

@media screen and (max-width: 1500px) {
  .switch-block__box-top-image {
    margin-left: 0;
  }
}

@media screen and (max-width: 1300px) {
  .switch-block__box-top-image {
    max-width: 550px;
  }
}

@media screen and (max-width: 1199px) {
  .switch-block__box-top-image {
    max-width: 500px;
  }
}

@media screen and (max-width: 1100px) {
  .switch-block__box-top-image {
    max-width: 480px;
  }
}

@media screen and (max-width: 991px) {
  .switch-block__box-top-image {
    max-width: 100%;
    height: 450px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 500px) {
  .switch-block__box-top-image {
    height: 330px;
  }
}

@media screen and (max-width: 400px) {
  .switch-block__box-top-image {
    height: 250px;
  }
}

.switch-block__box-top-right {
  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;
  max-width: 630px;
  width: 100%;
  margin-top: 6px;
}

.switch-block__box-top-right .entry-content {
  padding-right: 50px;
  margin-top: 37px;
  max-width: 100%;
}

@media screen and (max-width: 1100px) {
  .switch-block__box-top-right .entry-content {
    padding-right: 0;
    margin-top: 20px;
  }
}

@media screen and (max-width: 1400px) {
  .switch-block__box-top-right {
    max-width: 600px;
  }
}

@media screen and (max-width: 1300px) {
  .switch-block__box-top-right {
    max-width: 550px;
  }
}

@media screen and (max-width: 1199px) {
  .switch-block__box-top-right {
    max-width: 520px;
  }
}

@media screen and (max-width: 1100px) {
  .switch-block__box-top-right {
    max-width: 420px;
  }
}

@media screen and (max-width: 991px) {
  .switch-block__box-top-right {
    max-width: 100%;
    margin-top: 20px;
  }
}

.switch-block__box-top-right-lists {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  width: 100%;
  padding-left: 8px;
  margin-top: 7px;
}

.switch-block__box-top-right-list {
  position: relative;
  font-size: 18px;
  font-family: "WorkSansRegular", Georgia, serif;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: 0;
  color: #1d444b;
  max-width: 263px;
  width: 100%;
  padding-left: 50px;
  margin-top: 47px;
  margin-right: 50px;
}

@media screen and (max-width: 1400px) {
  .switch-block__box-top-right-list {
    padding-left: 40px;
    margin-top: 35px;
    margin-right: 30px;
  }
}

@media screen and (max-width: 1300px) {
  .switch-block__box-top-right-list {
    font-size: 17px;
    max-width: 225px;
    padding-left: 30px;
    margin-top: 30px;
    margin-right: 15px;
  }
}

@media screen and (max-width: 1100px) {
  .switch-block__box-top-right-list {
    max-width: 205px;
  }
}

@media screen and (max-width: 500px) {
  .switch-block__box-top-right-list {
    font-size: 16px;
    max-width: 160px;
    padding-left: 20px;
    margin-top: 20px;
    margin-right: 10px;
  }
}

@media screen and (max-width: 400px) {
  .switch-block__box-top-right-list {
    max-width: 100%;
    margin-right: 0;
  }
}

.switch-block__box-top-right-list-img {
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (max-width: 500px) {
  .switch-block__box-top-right-list-img {
    top: 4px;
    max-width: 12px;
  }
}

.switch-block__box-top-right-btn {
  margin-top: 45px;
}

@media screen and (max-width: 1100px) {
  .switch-block__box-top-right-btn {
    margin-top: 30px;
  }
}

@media screen and (max-width: 400px) {
  .switch-block__box-top-right-btn {
    min-width: 100%;
  }
}

.switch-block__box-middle {
  position: relative;
  background-color: #fff9eb;
  padding: 146px 0 171px;
}

.switch-block__box-middle .container--mid {
  position: relative;
}

@media screen and (max-width: 1400px) {
  .switch-block__box-middle {
    padding: 100px 0;
  }
}

@media screen and (max-width: 1199px) {
  .switch-block__box-middle {
    padding: 90px 0;
  }
}

@media screen and (max-width: 991px) {
  .switch-block__box-middle {
    padding: 80px 0 0;
  }
}

@media screen and (max-width: 767px) {
  .switch-block__box-middle {
    padding: 70px 0 0;
  }
}

@media screen and (max-width: 575px) {
  .switch-block__box-middle {
    padding: 60px 0 0;
  }
}

.switch-block__box-middle-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -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-left: 108px;
}

@media screen and (max-width: 1500px) {
  .switch-block__box-middle-wrap {
    margin-left: 0;
  }
}

.switch-block__box-middle-left {
  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: 640px;
  width: 100%;
}

.switch-block__box-middle-left .entry-content {
  padding-right: 90px;
  margin-top: 37px;
  max-width: 100%;
}

@media screen and (max-width: 1100px) {
  .switch-block__box-middle-left .entry-content {
    padding-right: 0;
    margin-top: 15px;
  }
}

@media screen and (max-width: 1400px) {
  .switch-block__box-middle-left {
    max-width: 600px;
  }
}

@media screen and (max-width: 1300px) {
  .switch-block__box-middle-left {
    max-width: 500px;
  }
}

@media screen and (max-width: 1100px) {
  .switch-block__box-middle-left {
    max-width: 450px;
  }
}

@media screen and (max-width: 991px) {
  .switch-block__box-middle-left {
    max-width: 100%;
  }
}

.switch-block__box-middle-left-lists {
  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;
  margin-top: 51px;
}

@media screen and (max-width: 1100px) {
  .switch-block__box-middle-left-lists {
    margin-top: 30px;
  }
}

.switch-block__box-middle-left-list {
  position: relative;
  font-size: 18px;
  font-family: "WorkSansRegular", Georgia, serif;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: 0;
  color: #1d444b;
  padding-left: 19px;
  margin-top: 17px;
}

.switch-block__box-middle-left-list:first-child {
  margin-top: 0;
}

@media screen and (max-width: 1100px) {
  .switch-block__box-middle-left-list {
    font-size: 17px;
    margin-top: 15px;
  }
}

@media screen and (max-width: 500px) {
  .switch-block__box-middle-left-list {
    font-size: 16px;
  }
}

.switch-block__box-middle-left-list-ico {
  font-size: 20px;
  height: 20px;
  color: #1d444b;
  position: absolute;
  top: 2px;
  left: 0;
}

@media screen and (max-width: 1100px) {
  .switch-block__box-middle-left-list-ico {
    top: 1px;
  }
}

@media screen and (max-width: 500px) {
  .switch-block__box-middle-left-list-ico {
    top: 0;
  }
}

.switch-block__box-middle-left-image {
  width: 100%;
  position: absolute;
  bottom: -169px;
  right: -64px;
}

@media screen and (max-width: 1800px) {
  .switch-block__box-middle-left-image {
    right: 0;
  }
}

@media screen and (max-width: 1400px) {
  .switch-block__box-middle-left-image {
    max-width: 700px;
    bottom: -99px;
  }
}

@media screen and (max-width: 1300px) {
  .switch-block__box-middle-left-image {
    max-width: 550px;
  }
}

@media screen and (max-width: 1100px) {
  .switch-block__box-middle-left-image {
    max-width: 490px;
  }
}

@media screen and (max-width: 1199px) {
  .switch-block__box-middle-left-image {
    bottom: -89px;
  }
}

@media screen and (max-width: 991px) {
  .switch-block__box-middle-left-image {
    max-width: 100%;
    position: relative;
    bottom: auto;
    right: auto;
    margin-top: 40px;
  }
}

.switch-block__box-bottom {
  padding: 124px 0 55px;
}

.switch-block__box-bottom .entry-content {
  text-align: center;
  max-width: 820px;
  margin-top: 41px;
}

@media screen and (max-width: 991px) {
  .switch-block__box-bottom .entry-content {
    max-width: 100%;
    margin-top: 30px;
  }
}

@media screen and (max-width: 1199px) {
  .switch-block__box-bottom {
    padding: 100px 0 55px;
  }
}

@media screen and (max-width: 991px) {
  .switch-block__box-bottom {
    padding: 80px 0 55px;
  }
}

@media screen and (max-width: 767px) {
  .switch-block__box-bottom {
    padding: 70px 0 50px;
  }
}

@media screen and (max-width: 575px) {
  .switch-block__box-bottom {
    padding: 60px 0 40px;
  }
}

.switch-block__box-bottom-wrap {
  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;
}

.switch-block__box-bottom-wrap-title {
  text-align: center;
}

.switch-block__box-bottom-boxes {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  margin-top: 87px;
}

@media screen and (max-width: 1199px) {
  .switch-block__box-bottom-boxes {
    margin-top: 50px;
  }
}

@media screen and (max-width: 767px) {
  .switch-block__box-bottom-boxes {
    margin-top: 40px;
  }
}

.switch-block__box-bottom-box {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  background-color: #e4c83f;
  border-radius: 10px;
  max-width: 586px;
  width: 100%;
  min-height: 338px;
  padding: 65px 44px 67px 40px;
  margin: 0 28px;
}

.switch-block__box-bottom-box:nth-child(even) {
  background-color: #4c948a;
}

@media screen and (max-width: 1400px) {
  .switch-block__box-bottom-box {
    max-width: 500px;
    min-height: 338px;
    padding: 45px 25px;
  }
}

@media screen and (max-width: 1199px) {
  .switch-block__box-bottom-box {
    max-width: 400px;
  }
}

@media screen and (max-width: 991px) {
  .switch-block__box-bottom-box {
    max-width: 300px;
    padding: 30px 15px;
    margin: 0 10px;
  }
}

@media screen and (max-width: 767px) {
  .switch-block__box-bottom-box {
    max-width: 235px;
    padding: 20px 15px;
    margin: 0 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    min-height: auto;
  }
}

@media screen and (max-width: 575px) {
  .switch-block__box-bottom-box {
    max-width: 100%;
    margin: 15px 0 0;
  }
  .switch-block__box-bottom-box:first-child {
    margin: 0;
  }
}

.switch-block__box-bottom-box-title {
  font-size: 45px;
  font-family: "RecoletaSemiBold", Georgia, serif;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0;
  color: #fff;
  position: absolute;
  left: 15px;
  top: 50%;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  -webkit-transform: translateY(-50%) rotateZ(180deg);
          transform: translateY(-50%) rotateZ(180deg);
  height: 220px;
}

@media screen and (max-width: 991px) {
  .switch-block__box-bottom-box-title {
    font-size: 40px;
  }
}

@media screen and (max-width: 767px) {
  .switch-block__box-bottom-box-title {
    font-size: 30px;
    text-align: center;
    display: block;
    position: relative;
    top: auto;
    left: auto;
    -webkit-transform: translate(0) rotate(0);
            transform: translate(0) rotate(0);
    width: 100%;
    -webkit-writing-mode: initial;
        -ms-writing-mode: initial;
            writing-mode: initial;
    height: initial;
  }
}

.switch-block__box-bottom-box-lists {
  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;
  padding-left: 57px;
}

@media screen and (max-width: 767px) {
  .switch-block__box-bottom-box-lists {
    margin-top: 20px;
    padding-left: 0;
  }
}

.switch-block__box-bottom-box-list {
  position: relative;
  font-size: 18px;
  font-family: "WorkSansRegular", Georgia, serif;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0;
  color: #fffcf4;
  padding-left: 20px;
  margin-top: 9px;
}

.switch-block__box-bottom-box-list:first-child {
  margin-top: 0;
}

.switch-block__box-bottom-box-list::before {
  content: '';
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  top: 8px;
  left: 0;
}

@media screen and (max-width: 991px) {
  .switch-block__box-bottom-box-list::before {
    top: 6px;
  }
}

@media screen and (max-width: 991px) {
  .switch-block__box-bottom-box-list {
    font-size: 16px;
    padding-left: 15px;
    margin-top: 10px;
  }
}

.switch-block__box-top--reverse {
  padding-bottom: 152px;
}

.switch-block__box-top--reverse .switch-block__box-top-wrap {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.switch-block__box-top--reverse .switch-block__box-top-right {
  margin-left: 135px;
}

.switch-block__box-top--reverse .switch-block__box-top-right .entry-content {
  padding-right: 90px;
  max-width: 100%;
}

@media screen and (max-width: 1100px) {
  .switch-block__box-top--reverse .switch-block__box-top-right .entry-content {
    padding-right: 0;
  }
}

@media screen and (max-width: 1500px) {
  .switch-block__box-top--reverse .switch-block__box-top-right {
    margin-left: 0;
  }
}

.switch-block__box-top--reverse .switch-block__box-top-image {
  margin: 0;
  -webkit-transform: translateX(-87px);
          transform: translateX(-87px);
}

@media screen and (max-width: 1500px) {
  .switch-block__box-top--reverse .switch-block__box-top-image {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@media screen and (max-width: 1199px) {
  .switch-block__box-top--reverse {
    padding-bottom: 100px;
  }
}

@media screen and (max-width: 991px) {
  .switch-block__box-top--reverse {
    padding-bottom: 80px;
  }
}

@media screen and (max-width: 767px) {
  .switch-block__box-top--reverse {
    padding-bottom: 70px;
  }
}

@media screen and (max-width: 575px) {
  .switch-block__box-top--reverse {
    padding-bottom: 60px;
  }
}

.switch-block__box-middle--reverse {
  /* padding: 139px 0 159px; */
  padding: 139px 0 140px;
}

.switch-block__box-middle--reverse .switch-block__box-middle-left {
  margin-right: 51px;
}

@media screen and (max-width: 1800px) {
  .switch-block__box-middle--reverse .switch-block__box-middle-left {
    margin-right: 0;
  }
}

.switch-block__box-middle--reverse .switch-block__box-middle-wrap {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.switch-block__box-middle--reverse .switch-block__box-middle-left-image {
  /* right: auto; */
  /* left: -30px; */
  left: -85px;
  /* bottom: -159px; */
  bottom: -142px;
}

@media screen and (max-width: 1800px) {
  .switch-block__box-middle--reverse .switch-block__box-middle-left-image {
    left: 0;
  }
}

@media screen and (max-width: 1600px) {
  .switch-block__box-middle--reverse .switch-block__box-middle-left-image {
    max-width: 650px;
    left: 50px;
  }
}

@media screen and (max-width: 1400px) {
  .switch-block__box-middle--reverse .switch-block__box-middle-left-image {
    /* max-width: 650px; */
    bottom: -99px;
    max-width: 550px;
  }
}

@media screen and (max-width: 1300px) {
  .switch-block__box-middle--reverse .switch-block__box-middle-left-image {
    max-width: 550px;
  }
}

@media screen and (max-width: 1100px) {
  .switch-block__box-middle--reverse .switch-block__box-middle-left-image {
    max-width: 490px;
  }
}

@media screen and (max-width: 1199px) {
  .switch-block__box-middle--reverse .switch-block__box-middle-left-image {
    bottom: -89px;
    max-width: 450px;
    left: 20px;
  }
}

@media screen and (max-width: 991px) {
  .switch-block__box-middle--reverse .switch-block__box-middle-left-image {
    max-width: 100%;
    bottom: auto;
    left: auto;
  }
}

@media screen and (max-width: 1400px) {
  .switch-block__box-middle--reverse {
    padding: 100px 0;
  }
}

@media screen and (max-width: 1199px) {
  .switch-block__box-middle--reverse {
    padding: 90px 0;
  }
}

@media screen and (max-width: 991px) {
  .switch-block__box-middle--reverse {
    padding: 80px 0 0;
  }
}

@media screen and (max-width: 767px) {
  .switch-block__box-middle--reverse {
    padding: 70px 0 0;
  }
}

@media screen and (max-width: 575px) {
  .switch-block__box-middle--reverse {
    padding: 60px 0 0;
  }
}

.switch-block__box-bottom--sec {
  padding: 151px 0 27px;
}

@media screen and (max-width: 1199px) {
  .switch-block__box-bottom--sec {
    padding: 100px 0 25px;
  }
}

@media screen and (max-width: 991px) {
  .switch-block__box-bottom--sec {
    padding: 80px 0 25px;
  }
}

@media screen and (max-width: 767px) {
  .switch-block__box-bottom--sec {
    padding: 70px 0 25px;
  }
}

@media screen and (max-width: 575px) {
  .switch-block__box-bottom--sec {
    padding: 60px 0 25px;
  }
}

.switch-block__box-bottom-tabs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  margin: 93px 0 156px;
}

@media screen and (max-width: 1199px) {
  .switch-block__box-bottom-tabs {
    margin: 50px 0 100px;
  }
}

@media screen and (max-width: 991px) {
  .switch-block__box-bottom-tabs {
    margin: 50px 0 80px;
  }
}

@media screen and (max-width: 767px) {
  .switch-block__box-bottom-tabs {
    margin: 40px 0 70px;
  }
}

@media screen and (max-width: 575px) {
  .switch-block__box-bottom-tabs {
    margin: 30px 0 60px;
  }
}

.switch-block__box-bottom-tab {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  max-width: 413px;
  width: 100%;
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.09);
          box-shadow: 0 5px 15px rgba(0, 0, 0, 0.09);
  border-radius: 9px;
  background-color: #fcf9ef;
  padding: 42px 104px 38px 54px;
  margin: 15px 11px 0;
}

@media screen and (max-width: 1400px) {
  .switch-block__box-bottom-tab {
    max-width: 350px;
    padding: 40px;
  }
}

@media screen and (max-width: 1199px) {
  .switch-block__box-bottom-tab {
    max-width: 280px;
    padding: 30px 20px;
  }
}

@media screen and (max-width: 991px) {
  .switch-block__box-bottom-tab {
    max-width: 200px;
    padding: 30px 15px;
  }
}

@media screen and (max-width: 500px) {
  .switch-block__box-bottom-tab {
    max-width: 100%;
    padding: 20px 15px;
    margin: 15px 0 0;
  }
}

.switch-block__box-bottom-tab--red .switch-block__box-bottom-tab-title {
  color: #d54155;
}

.switch-block__box-bottom-tab--pine .switch-block__box-bottom-tab-title {
  color: #4c948a;
}

.switch-block__box-bottom-tab--yellow .switch-block__box-bottom-tab-title {
  color: #e4c83f;
}

.switch-block__box-bottom-tab-title {
  display: block;
  font-size: 30px;
  font-family: "RecoletaSemiBold", Georgia, serif;
  font-weight: 600;
  font-style: normal;
  letter-spacing: normal;
  line-height: 40px;
  color: #d54155;
}

@media screen and (max-width: 1199px) {
  .switch-block__box-bottom-tab-title {
    font-size: 25px;
    line-height: 1.5;
  }
}

@media screen and (max-width: 991px) {
  .switch-block__box-bottom-tab-title {
    font-size: 20px;
  }
}

@media screen and (max-width: 500px) {
  .switch-block__box-bottom-tab-title {
    text-align: center;
    width: 100%;
  }
}

.switch-block__box-bottom-image {
  width: 100%;
  margin-top: 113px;
}

@media screen and (max-width: 991px) {
  .switch-block__box-bottom-image {
    margin-top: 90px;
  }
}

@media screen and (max-width: 767px) {
  .switch-block__box-bottom-image {
    margin-top: 70px;
  }
}

@media screen and (max-width: 500px) {
  .switch-block__box-bottom-image {
    margin-top: 50px;
  }
}

@media screen and (max-width: 400px) {
  .switch-block__box-bottom-image {
    margin-top: 30px;
  }
}

/*--------------------------------------------------------------
## accordion-big-big
--------------------------------------------------------------*/
.accordion-big {
  background-color: #fff;
  padding: 128px 0;
}

@media screen and (max-width: 1199px) {
  .accordion-big {
    padding: 90px 0;
  }
}

@media screen and (max-width: 991px) {
  .accordion-big {
    padding: 70px 0;
  }
}

@media screen and (max-width: 767px) {
  .accordion-big {
    padding: 60px 0;
  }
}

@media screen and (max-width: 500px) {
  .accordion-big {
    padding: 50px 0;
  }
}

.accordion-big__title {
  text-align: center;
  margin-bottom: 60px;
}

.accordion-big__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;
  padding: 0 5px;
  margin-top: 87px;
}

@media screen and (max-width: 1199px) {
  .accordion-big__wrapper {
    margin-top: 50px;
  }
}

@media screen and (max-width: 767px) {
  .accordion-big__wrapper {
    margin-top: 40px;
  }
}

.accordion-big__wrapper-box {
  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;
  margin-top: 18px;
}

.accordion-big__wrapper-box:first-child {
  margin-top: 0;
}

.accordion-big__wrapper-box.is-active .accordion-big__wrapper-box-shown {
  background-color: #fffcf4;
}

.accordion-big__wrapper-box.is-active .accordion-big__wrapper-box-shown-icon {
  opacity: 0.6;
}

.accordion-big__wrapper-box.is-active .accordion-big__wrapper-ico {
  -webkit-transform: translate(-50%, -50%) rotate(180deg);
          transform: translate(-50%, -50%) rotate(180deg);
}

.accordion-big__wrapper-box-shown {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  border-radius: 10px;
  background-color: #f8f3dc;
  padding: 28px 90px 24px 49px;
  cursor: pointer;
  -webkit-transition: 350ms ease;
  transition: 350ms ease;
}

@media only screen and (min-width: 1250px) {
  .accordion-big__wrapper-box-shown:hover {
    background-color: #fffcf4;
  }
}

@media screen and (max-width: 991px) {
  .accordion-big__wrapper-box-shown {
    padding: 24px 60px 24px 20px;
  }
}

@media screen and (max-width: 500px) {
  .accordion-big__wrapper-box-shown {
    padding: 22px 45px 22px 15px;
  }
}

.accordion-big__wrapper-box-shown-title-wrap {
  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 screen and (max-width: 400px) {
  .accordion-big__wrapper-box-shown-title-wrap {
    -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;
  }
}

.accordion-big__wrapper-box-shown-title {
  font-size: 24px;
  font-family: "RecoletaSemiBold", Georgia, serif;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 0;
  line-height: 1.2;
  color: #d54155;
}

@media screen and (max-width: 1199px) {
  .accordion-big__wrapper-box-shown-title {
    font-size: 22px;
  }
}

@media screen and (max-width: 767px) {
  .accordion-big__wrapper-box-shown-title {
    font-size: 20px;
  }
}

@media screen and (max-width: 500px) {
  .accordion-big__wrapper-box-shown-title {
    font-size: 18px;
  }
}

.accordion-big__wrapper-box-shown-subtitle {
  font-size: 18px;
  font-family: "WorkSansRegular", Georgia, serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0;
  line-height: 1.2;
  color: #4c948a;
  margin-left: 8px;
}

@media screen and (max-width: 767px) {
  .accordion-big__wrapper-box-shown-subtitle {
    font-size: 16px;
    margin-left: 4px;
  }
}

@media screen and (max-width: 500px) {
  .accordion-big__wrapper-box-shown-subtitle {
    display: block;
    margin-left: 0;
  }
}

.accordion-big__wrapper-box-shown-text {
  font-size: 16px;
  font-family: "WorkSansRegular", Georgia, serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0;
  line-height: 1.2;
  color: #1d444b;
  margin-left: 22px;
}

@media screen and (max-width: 767px) {
  .accordion-big__wrapper-box-shown-text {
    margin-left: 10px;
  }
}

@media screen and (max-width: 500px) {
  .accordion-big__wrapper-box-shown-text {
    font-size: 14px;
  }
}

@media screen and (max-width: 400px) {
  .accordion-big__wrapper-box-shown-text {
    margin-left: 0;
  }
}

.accordion-big__wrapper-box-shown-icon {
  position: absolute;
  top: 17px;
  right: 33px;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background-color: #e4c83f;
  -webkit-transition: 350ms ease;
  transition: 350ms ease;
}

@media screen and (max-width: 991px) {
  .accordion-big__wrapper-box-shown-icon {
    right: 15px;
    width: 40px;
    height: 40px;
  }
}

@media screen and (max-width: 500px) {
  .accordion-big__wrapper-box-shown-icon {
    top: 28px;
    right: 10px;
    width: 30px;
    height: 30px;
  }
}

@media screen and (max-width: 400px) {
  .accordion-big__wrapper-box-shown-icon {
    top: 40px;
  }
}

.accordion-big__wrapper-ico {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 22px;
  height: 22px;
  color: #fff;
  -webkit-transition: 350ms ease;
  transition: 350ms ease;
}

@media screen and (max-width: 500px) {
  .accordion-big__wrapper-ico {
    font-size: 17px;
    height: 17px;
  }
}

.accordion-big__wrapper-box-hidden {
  display: none;
  background-color: #fffcf4;
  padding: 2px 49px 29px;
}

@media screen and (max-width: 991px) {
  .accordion-big__wrapper-box-hidden {
    padding: 2px 20px 20px;
  }
}

@media screen and (max-width: 500px) {
  .accordion-big__wrapper-box-hidden {
    padding: 2px 15px 20px;
  }
}

.accordion-big__wrapper-box-hidden-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

@media screen and (max-width: 1400px) {
  .accordion-big__wrapper-box-hidden-wrap {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.accordion-big__wrapper-box-hidden-lists-wrap {
  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: 32%;
  margin-top: 20px;
  margin-right: 21px;
}

.accordion-big__wrapper-box-hidden-lists-wrap:last-child {
  margin-right: 0;
}

@media screen and (max-width: 1400px) {
  .accordion-big__wrapper-box-hidden-lists-wrap {
    width: 100%;
    margin-right: 0;
  }
}

@media screen and (max-width: 991px) {
  .accordion-big__wrapper-box-hidden-lists-wrap {
    max-width: 48%;
  }
}

@media screen and (max-width: 500px) {
  .accordion-big__wrapper-box-hidden-lists-wrap {
    max-width: 100%;
  }
}

.accordion-big__wrapper-box-hidden-lists-wrap--sm {
  max-width: 330px;
}

@media screen and (max-width: 1400px) {
  .accordion-big__wrapper-box-hidden-lists-wrap--sm {
    max-width: 32%;
  }
}

@media screen and (max-width: 991px) {
  .accordion-big__wrapper-box-hidden-lists-wrap--sm {
    max-width: 48%;
  }
}

@media screen and (max-width: 500px) {
  .accordion-big__wrapper-box-hidden-lists-wrap--sm {
    max-width: 100%;
  }
}

.accordion-big__wrapper-box-hidden-lists-title {
  display: block;
  font-size: 15px;
  font-family: "WorkSansSemiBold", Georgia, serif;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0;
  color: #4c948a;
}

.accordion-big__wrapper-box-hidden-lists {
  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;
  margin-top: 29px;
}

@media screen and (max-width: 991px) {
  .accordion-big__wrapper-box-hidden-lists {
    margin-top: 15px;
  }
}

.accordion-big__wrapper-box-hidden-list {
  position: relative;
  font-size: 15px;
  font-family: "WorkSansRegular", Georgia, serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: -0.15px;
  line-height: 22px;
  color: #1d444b;
  padding-left: 19px;
  margin-top: 0;
}

.accordion-big__wrapper-box-hidden-list:first-child {
  margin-top: 0;
}

@media screen and (max-width: 1199px) {
  .accordion-big__wrapper-box-hidden-list br {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .accordion-big__wrapper-box-hidden-list {
    font-size: 14px;
    line-height: 1.5;
    padding-left: 15px;
  }
}

.accordion-big__wrapper-box-hidden-list-img {
  max-width: 9px;
  position: absolute;
  top: 6px;
  left: 0;
}

.accordion-big__wrapper-box-hidden-btn {
  margin-top: 28px;
  max-width: 167px;
}

@media screen and (max-width: 500px) {
  .accordion-big__wrapper-box-hidden-btn {
    margin-top: 25px;
  }
}

.accordion__nav-wrapp {
  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 screen and (max-width: 767px) {
  .accordion__nav-wrapp {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

.accordion-big__tab {
  display: none;
}

.accordion-active {
  display: block;
}

.accordion__nav-btn {
  cursor: pointer;
  font-size: 18px;
  font-family: "WorkSansRegular", Georgia, serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: -0.18px;
  line-height: 1.2;
  display: 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: 100%;
  position: relative;
  text-decoration: none;
  color: #273443;
  -webkit-transition: 350ms ease;
  transition: 350ms ease;
  text-align: center;
  padding-bottom: 25px;
}

@media screen and (max-width: 1199px) {
  .accordion__nav-btn {
    padding-bottom: 20px;
  }
}

@media screen and (max-width: 991px) {
  .accordion__nav-btn {
    padding-bottom: 15px;
  }
}

.accordion__nav-btn::after {
  position: absolute;
  content: '';
  width: 0;
  height: 7px;
  bottom: -5px;
  left: 0;
  border-radius: 40px;
  background-color: #d54155;
  -webkit-transition: 350ms ease;
  transition: 350ms ease;
}

@media screen and (max-width: 991px) {
  .accordion__nav-btn::after {
    bottom: 0;
    height: 5px;
  }
}

@media only screen and (min-width: 1250px) {
  .accordion__nav-btn:hover {
    -webkit-transition: 350ms ease;
    transition: 350ms ease;
    color: #d54155;
  }
  .accordion__nav-btn:hover::after {
    width: 100%;
    -webkit-transition: 350ms ease;
    transition: 350ms ease;
  }
}

@media screen and (max-width: 767px) {
  .accordion__nav-btn {
    width: 50%;
    margin-bottom: 20px;
  }
}

.accordion-active-btn {
  color: #d54155;
}

.accordion-active-btn::after {
  width: 100%;
}

.tab-link-shown {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

/*--------------------------------------------------------------
## wide-cards
--------------------------------------------------------------*/
.wide-cards {
  background-color: #fff;
  /* padding: 136px 0 133px; */
  padding: 136px 0 83px;
}

@media screen and (max-width: 1199px) {
  .wide-cards {
    padding: 100px 0;
  }
}

@media screen and (max-width: 991px) {
  .wide-cards {
    padding: 80px 0;
  }
}

@media screen and (max-width: 575px) {
  .wide-cards {
    padding: 60px 0;
  }
}

.wide-cards__wrap {
  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;
}

.wide-cards__title {
  text-align: center;
}

@media screen and (max-width: 991px) {
  .wide-cards__title {
    padding: 0 20px;
  }
}

@media screen and (max-width: 500px) {
  .wide-cards__title {
    padding: 0;
  }
}

.wide-cards__boxes {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 32px;
}

@media screen and (max-width: 1300px) {
  .wide-cards__boxes {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.wide-cards__box {
  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;
  border: 9px solid #fcf9ef;
  max-width: 312px;
  width: 100%;
  border-radius: 15px;
  padding: 67px 25px 39px 34px;
  margin: 30px 3px 0;
  min-height: 440px;
  max-height: 440px;
  -webkit-transition: 350ms ease;
  transition: 350ms ease;
  overflow: hidden;
}

.wide-cards__box::after {
  content: '+';
  display: block;
  color: #fff;
  font-size: 25px;
  font-weight: 400;
  position: absolute;
  top: 12px;
  right: 20px;
  -webkit-transition: 350ms ease;
  transition: 350ms ease;
}

@media screen and (max-width: 767px) {
  .wide-cards__box::after {
    display: none;
  }
}

.wide-cards__box.is-active {
  pointer-events: none;
  max-width: 560px;
  padding: 67px 67px 39px 34px;
}

.wide-cards__box.is-active::after {
  content: '-';
}

.wide-cards__box.is-active .wide-cards__box-desc {
  pointer-events: all;
  display: initial;
  overflow: auto !important;
  scrollbar-width: thin;
  scrollbar-color: #1d444b #f8f3dc;
  padding-right: 5px;
}

.wide-cards__box.is-active .wide-cards__box-desc::-webkit-scrollbar {
  width: 0.5vw;
  height: 8px;
}

.wide-cards__box.is-active .wide-cards__box-desc::-webkit-scrollbar-thumb {
  background-color: #1d444b;
  border-radius: 0;
  border: 1px solid #f8f3dc;
}

.wide-cards__box.is-active .wide-cards__box-desc::-webkit-scrollbar-track {
  background-color: #f8f3dc;
  border-radius: 0;
}

.wide-cards__box.is-active .wide-cards__box-bottom-wrap {
  padding-left: 89px;
}

.wide-cards__box.is-active .wide-cards__box-bottom-image {
  opacity: 1;
  visibility: visible;
}

.wide-cards__box.is-active .wide-cards__box-side-image {
  left: auto;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  right: 84px;
}

@media screen and (max-width: 1300px) {
  .wide-cards__box.is-active {
    max-width: 48%;
  }
}

@media screen and (max-width: 1199px) {
  .wide-cards__box.is-active {
    padding: 50px 15px 30px;
  }
}

@media screen and (max-width: 991px) {
  .wide-cards__box.is-active {
    max-width: 40%;
  }
}

@media screen and (max-width: 767px) {
  .wide-cards__box.is-active {
    max-width: 100%;
    padding: 20px 15px;
  }
}

@media screen and (max-width: 1300px) {
  .wide-cards__box {
    max-width: 25%;
  }
}

@media screen and (max-width: 1199px) {
  .wide-cards__box {
    padding: 50px 15px 30px;
  }
}

@media screen and (max-width: 991px) {
  .wide-cards__box {
    max-width: 28%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media screen and (max-width: 767px) {
  .wide-cards__box {
    max-width: 100%;
    min-height: auto;
    max-height: auto;
    pointer-events: none;
    padding: 20px 15px;
  }
}

.wide-cards__box--red {
  background-color: #d54155;
}

.wide-cards__box--pine {
  background-color: #4c948a;
}

.wide-cards__box--yellow {
  background-color: #e4c83f;
}

.wide-cards__box-desc {
  position: relative;
  font-size: 15px;
  font-family: "WorkSansRegular", Georgia, serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 28px;
  color: #fff;
  display: -webkit-box;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 200px;
  z-index: 20;
}

@media screen and (max-width: 1199px) {
  .wide-cards__box-desc {
    font-size: 18px;
    line-height: 1.4;
  }
}

@media screen and (max-width: 991px) {
  .wide-cards__box-desc {
    font-size: 16px;
    min-height: 150px;
  }
}

@media screen and (max-width: 767px) {
  .wide-cards__box-desc {
    min-height: auto;
    display: -webkit-box;
    -webkit-line-clamp: 0;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
}

.wide-cards__box-bottom {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-top: 20px;
  margin-top: 43px;
  z-index: 2;
}

.wide-cards__box-bottom::before {
  content: '';
  display: block;
  width: 51px;
  height: 1px;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
}

.wide-cards__box-bottom-image {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  max-width: 71px;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 350ms ease;
  transition: 350ms ease;
}

@media screen and (max-width: 767px) {
  .wide-cards__box-bottom-image {
    opacity: 1;
    visibility: visible;
  }
}

.wide-cards__box-bottom-wrap {
  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-transition: 350ms ease;
  transition: 350ms ease;
}

@media screen and (max-width: 767px) {
  .wide-cards__box-bottom-wrap {
    padding-left: 89px;
  }
}

.wide-cards__box-bottom-wrap-text {
  font-size: 16px;
  font-family: "WorkSansRegular", Georgia, serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.2;
  color: #fff;
  margin-top: 7px;
}

.wide-cards__box-bottom-wrap-text:first-child {
  margin-top: 0;
}

@media screen and (max-width: 500px) {
  .wide-cards__box-bottom-wrap-text {
    font-size: 15px;
  }
}

@media screen and (max-width: 400px) {
  .wide-cards__box-bottom-wrap-text {
    font-size: 14px;
  }
}

.wide-cards__box-bottom-wrap-text--dark {
  color: #1d444b;
}

.wide-cards__box-side-image {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: 700ms ease;
  transition: 700ms ease;
}

@media screen and (max-width: 991px) {
  .wide-cards__box-side-image {
    max-width: 80px;
  }
}

.wide-cards--alt {
  padding: 143px 0 35px;
}

.wide-cards--alt .wide-cards__box {
  min-height: 439px;
  max-height: 439px;
  padding: 67px 25px 156px 34px;
}

.wide-cards--alt .wide-cards__box.is-active {
  padding: 67px 67px 156px 34px;
}

@media screen and (max-width: 1199px) {
  .wide-cards--alt .wide-cards__box.is-active {
    padding: 50px 15px 30px;
  }
}

@media screen and (max-width: 767px) {
  .wide-cards--alt .wide-cards__box.is-active {
    padding: 40px 15px;
  }
}

@media screen and (max-width: 1199px) {
  .wide-cards--alt .wide-cards__box {
    min-height: 400px;
    max-height: 400px;
    padding: 50px 15px 30px;
  }
}

@media screen and (max-width: 991px) {
  .wide-cards--alt .wide-cards__box {
    min-height: 380px;
    max-height: 380px;
  }
}

@media screen and (max-width: 767px) {
  .wide-cards--alt .wide-cards__box {
    padding: 40px 15px;
    min-height: auto;
    max-height: auto;
  }
}

@media screen and (max-width: 1199px) {
  .wide-cards--alt .wide-cards__box-desc {
    min-height: auto;
  }
}

@media screen and (max-width: 1199px) {
  .wide-cards--alt {
    padding: 100px 0;
  }
}

@media screen and (max-width: 991px) {
  .wide-cards--alt {
    padding: 80px 0;
  }
}

@media screen and (max-width: 575px) {
  .wide-cards--alt {
    padding: 60px 0;
  }
}

/*--------------------------------------------------------------
## banner-simple
--------------------------------------------------------------*/
.banner-simple {
  background-color: #fcf9ef;
  /* padding: 143px 0 31px; */
  padding: 180px 0 67px;
}

@media screen and (max-width: 1199px) {
  .banner-simple {
    padding: 130px 0 60px;
  }
}

@media screen and (max-width: 500px) {
  .banner-simple {
    padding: 130px 0 40px;
  }
}

.banner-simple__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  /* flex-wrap: wrap; */
  -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;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
}

@media screen and (max-width: 991px) {
  .banner-simple__wrap {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

.banner-simple__left {
  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: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  /* max-width: 272px; */
  width: 100%;
  max-width: 251px;
  -webkit-transform: translate(10px, -6px);
          transform: translate(10px, -6px);
}

@media screen and (max-width: 767px) {
  .banner-simple__left {
    max-width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .banner-simple__left-title {
    text-align: center;
  }
}

@media screen and (max-width: 500px) {
  .banner-simple__left-title {
    font-size: 40px;
  }
}

.banner-simple__image {
  width: 100%;
  /* max-width: 914px;
    transform: translate(40px, 0); */
  -webkit-transform: translate(77px, -18px);
          transform: translate(77px, -18px);
  max-width: 951px;
}

@media screen and (max-width: 1400px) {
  .banner-simple__image {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}

@media screen and (max-width: 1199px) {
  .banner-simple__image {
    max-width: 500px;
  }
}

@media screen and (max-width: 991px) {
  .banner-simple__image {
    max-width: 380px;
  }
}

@media screen and (max-width: 767px) {
  .banner-simple__image {
    margin: 40px auto 0;
  }
}

.banner-simple__image img {
  width: 100%;
}

/*--------------------------------------------------------------
## blog-listing
--------------------------------------------------------------*/
.blog-listing {
  background-color: #fff;
  padding: 32px 0 166px;
}

@media screen and (max-width: 1199px) {
  .blog-listing {
    padding: 32px 0 100px;
  }
}

@media screen and (max-width: 991px) {
  .blog-listing {
    padding: 32px 0 80px;
  }
}

@media screen and (max-width: 767px) {
  .blog-listing {
    padding: 32px 0 70px;
  }
}

@media screen and (max-width: 500px) {
  .blog-listing {
    padding: 60px 0;
  }
}

.blog-listing__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -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;
  max-width: 1370px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}

.blog-listing__left {
  max-width: 19%;
  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;
  margin-top: 58px;
}

@media screen and (max-width: 991px) {
  .blog-listing__left {
    max-width: 30%;
  }
}

@media screen and (max-width: 500px) {
  .blog-listing__left {
    max-width: 100%;
    margin-top: 0;
    margin-bottom: 30px;
  }
}

.blog-listing__left-btn {
  max-width: 244px;
  width: 100%;
  border: 1px solid transparent;
  border-radius: 5px;
  padding: 16px 15px 17px 29px;
  font-size: 22px;
  font-family: "WorkSansSemiBold", Georgia, serif;
  font-weight: 600;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.2;
  color: #4c948a;
  -webkit-transition: 350ms ease;
  transition: 350ms ease;
  margin-top: 39px;
}

.blog-listing__left-btn:first-child {
  margin-top: 0;
}

.blog-listing__left-btn.is-active {
  border-color: #d54155;
  color: #d54155;
}

@media only screen and (min-width: 1250px) {
  .blog-listing__left-btn:hover {
    border-color: #e4c83f;
    color: #e4c83f;
  }
}

@media screen and (max-width: 991px) {
  .blog-listing__left-btn {
    font-size: 20px;
    padding: 15px;
  }
}

@media screen and (max-width: 500px) {
  .blog-listing__left-btn {
    min-width: 100%;
    margin-top: 20px;
    text-align: center;
  }
}

.blog-listing__right {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  width: 79.563%;
}

.blog-listing__right.is-active {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 991px) {
  .blog-listing__right {
    width: 67%;
  }
}

@media screen and (max-width: 500px) {
  .blog-listing__right {
    width: 100%;
  }
}

.blog-listing__right:not(.is-active) {
  display: none;
}

.blog-listing__right-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -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;
  -webkit-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.05);
          box-shadow: 0 3px 15px rgba(0, 0, 0, 0.05);
  border-radius: 7px;
  background-color: #fff;
  padding: 66px 66px 61px;
  margin-top: 24px;
}

.blog-listing__right-box:first-child {
  margin-top: 0;
}

@media screen and (max-width: 1400px) {
  .blog-listing__right-box {
    padding: 50px 30px;
  }
}

@media screen and (max-width: 991px) {
  .blog-listing__right-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media screen and (max-width: 500px) {
  .blog-listing__right-box {
    padding: 30px 20px;
  }
}

.blog-listing__right-box--reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.blog-listing__right-box-texts {
  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: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  max-width: 385px;
  width: 100%;
}

@media screen and (max-width: 1199px) {
  .blog-listing__right-box-texts {
    max-width: 300px;
  }
}

@media screen and (max-width: 991px) {
  .blog-listing__right-box-texts {
    max-width: 100%;
  }
}

.blog-listing__right-box-texts-title {
  font-size: 36px;
  font-family: "RecoletaMedium", Arial, Helvetica, sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: -0.36px;
  line-height: 54px;
  max-width: 100%;
  color: #1d444b;
}

@media screen and (max-width: 1199px) {
  .blog-listing__right-box-texts-title {
    font-size: 30px;
    line-height: 1.2;
  }
}

@media screen and (max-width: 500px) {
  .blog-listing__right-box-texts-title {
    font-size: 25px;
  }
}

.blog-listing__right-box-text {
  font-size: 16px;
  font-family: "WorkSansSemiBold", Georgia, serif;
  font-weight: 600;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.2;
  color: #4c948a;
  max-width: 100%;
  margin-top: 20px;
}

@media screen and (max-width: 500px) {
  .blog-listing__right-box-text {
    font-size: 14px;
  }
}

.blog-listing__right-box-texts-desc {
  font-size: 18px;
  font-family: "WorkSansRegular", Georgia, serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 30px;
  color: #1d444b;
  max-width: 100%;
  margin-top: 25px;
}

@media screen and (max-width: 1199px) {
  .blog-listing__right-box-texts-desc {
    font-size: 16px;
    line-height: 1.5;
  }
}

.blog-listing__right-box-texts-btn {
  font-size: 14px;
  min-width: 167px;
  padding: 15px 15px 14px;
  margin-top: 21px;
}

.blog-listing__right-box-image {
  width: 100%;
}

@media screen and (max-width: 1400px) {
  .blog-listing__right-box-image {
    max-width: 440px;
  }
}

@media screen and (max-width: 1199px) {
  .blog-listing__right-box-image {
    max-width: 350px;
  }
}

@media screen and (max-width: 991px) {
  .blog-listing__right-box-image {
    max-width: 100%;
    margin-top: 30px;
  }
}

.blog-listing__spinner {
  position: relative;
  max-width: 22px;
  height: 22px;
  width: 100%;
  margin: 30px auto 0;
  display: none;
  -webkit-transition: 350ms ease;
  transition: 350ms ease;
}

.blog-listing__spinner.is-active {
  display: block;
}

.blog-listing__right-loader {
  -webkit-transition: 350ms ease;
  transition: 350ms ease;
  width: 79.563%;
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
  display: none;
}

.blog-listing__right-loader.is-active-loader {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 991px) {
  .blog-listing__right-loader {
    width: 67%;
  }
}

@media screen and (max-width: 500px) {
  .blog-listing__right-loader {
    width: 100%;
  }
}

.blog-listing__right-loader-img {
  width: 100%;
  height: 100%;
  max-width: 207px;
  margin: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

/*--------------------------------------------------------------
## basic-text
--------------------------------------------------------------*/
.basic-text {
  background-color: #fff;
  padding: 130px 0 129px;
}

@media screen and (max-width: 1199px) {
  .basic-text {
    padding: 100px 0;
  }
}

@media screen and (max-width: 991px) {
  .basic-text {
    padding: 80px 0;
  }
}

@media screen and (max-width: 767px) {
  .basic-text {
    padding: 70px 0;
  }
}

@media screen and (max-width: 575px) {
  .basic-text {
    padding: 60px 0;
  }
}

.basic-text__wrap {
  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;
  padding: 0 37px;
}

@media screen and (max-width: 991px) {
  .basic-text__wrap {
    padding: 0;
  }
}

.basic-text__wrap-desc {
  font-size: 20px;
  font-family: "WorkSansRegular", Georgia, serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: -0.2px;
  line-height: 30px;
  color: #1d444b;
  text-align: center;
  max-width: 100%;
  margin-top: 20px;
}

.basic-text__wrap-desc:first-child {
  margin-top: 0;
}

@media screen and (max-width: 1199px) {
  .basic-text__wrap-desc {
    line-height: 1.5;
  }
}

@media screen and (max-width: 767px) {
  .basic-text__wrap-desc {
    font-size: 18px;
  }
}

@media screen and (max-width: 500px) {
  .basic-text__wrap-desc {
    font-size: 16px;
  }
}

.basic-text__wrap-desc--bold {
  font-family: "RecoletaMedium", Arial, Helvetica, sans-serif;
  font-weight: 500;
  font-size: 24px;
  letter-spacing: 0.35px;
  word-spacing: 0.5px;
  line-height: 40px;
}

@media screen and (max-width: 1199px) {
  .basic-text__wrap-desc--bold {
    font-size: 22px;
    line-height: 1.5;
  }
}

@media screen and (max-width: 767px) {
  .basic-text__wrap-desc--bold {
    font-size: 20px;
  }
}

@media screen and (max-width: 500px) {
  .basic-text__wrap-desc--bold {
    font-size: 18px;
  }
}

/*--------------------------------------------------------------
## banner-form
--------------------------------------------------------------*/
.banner-form {
  background-color: #e3f2eb;
  padding: 229px 0 68px;
  overflow: hidden;
}

.banner-form .banner-bottom {
  margin-top: 35px;
}

@media screen and (max-width: 1199px) {
  .banner-form {
    padding: 150px 0 100px;
  }
}

@media screen and (max-width: 991px) {
  .banner-form {
    padding: 140px 0 80px;
  }
}

@media screen and (max-width: 575px) {
  .banner-form {
    padding: 130px 0 60px;
  }
}

.banner-form__wrap {
  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;
}

.banner-form__wrap .contact-box__wrapper-input-submit {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.banner-form__wrap-top {
  max-width: 890px;
}

.banner-form__wrap-top-desc {
  font-size: 22px;
  font-family: "WorkSansSemiBold", Georgia, serif;
  font-weight: 600;
  font-style: normal;
  letter-spacing: normal;
  line-height: 35px;
  color: #4c948a;
  max-width: 780px;
  width: 100%;
  margin-top: 21px;
}

@media screen and (max-width: 1199px) {
  .banner-form__wrap-top-desc br {
    display: none;
  }
}

@media screen and (max-width: 1199px) {
  .banner-form__wrap-top-desc {
    font-size: 20px;
    line-height: 1.5;
  }
}

@media screen and (max-width: 991px) {
  .banner-form__wrap-top-desc {
    font-size: 19px;
  }
}

@media screen and (max-width: 767px) {
  .banner-form__wrap-top-desc {
    font-size: 18px;
  }
}

@media screen and (max-width: 400px) {
  .banner-form__wrap-top-desc {
    font-size: 16px;
  }
}

.banner-form__wrap-bottom {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -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;
  background-color: #fff;
  max-width: 1191px;
  width: 100%;
  border-radius: 6px;
  padding: 13px 56px 13px 13px;
  margin: 42px auto 0;
}

@media screen and (max-width: 1199px) {
  .banner-form__wrap-bottom {
    padding: 30px 20px;
  }
}

.banner-form__wrap-bottom-img {
  position: absolute;
  top: -57px;
  right: 21px;
}

@media screen and (max-width: 991px) {
  .banner-form__wrap-bottom-img {
    top: -35px;
    right: 15px;
    max-width: 120px;
  }
}

.banner-form__wrap-bottom-image {
  width: 100%;
  border-radius: 6px;
}

@media screen and (max-width: 1199px) {
  .banner-form__wrap-bottom-image {
    max-width: 290px;
  }
}

@media screen and (max-width: 991px) {
  .banner-form__wrap-bottom-image {
    max-width: 235px;
    height: 270px;
  }
}

@media screen and (max-width: 767px) {
  .banner-form__wrap-bottom-image {
    max-width: 100%;
    height: 200px;
  }
}

@media screen and (max-width: 400px) {
  .banner-form__wrap-bottom-image {
    height: 170px;
  }
}

.banner-form__wrap-bottom-right {
  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: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  max-width: 663px;
  width: 100%;
}

@media screen and (max-width: 1199px) {
  .banner-form__wrap-bottom-right {
    max-width: 550px;
  }
}

@media screen and (max-width: 991px) {
  .banner-form__wrap-bottom-right {
    max-width: 400px;
  }
}

@media screen and (max-width: 767px) {
  .banner-form__wrap-bottom-right {
    max-width: 100%;
    margin-top: 20px;
  }
}

.banner-form__wrap-bottom-right-title {
  letter-spacing: 0;
}

@media screen and (max-width: 991px) {
  .banner-form__wrap-bottom-right-title {
    font-size: 30px;
  }
}

.banner-form__wrap-bottom-right-desc {
  font-size: 14px;
  font-family: "WorkSansRegular", Georgia, serif;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: -0.2px;
  color: #1d444b;
  margin-top: 10px;
}

.banner-form__wrap-bottom-right-desc span {
  font-family: "WorkSansSemiBold", Georgia, serif;
}

.banner-form__wrap-bottom-right-form-wrap {
  width: 100%;
  margin-top: 16px;
}

.banner-form__wrap-bottom-right-form-wrap .wpcf7-submit {
  background-color: #4c948a;
  border-color: #4c948a;
}

@media only screen and (min-width: 1250px) {
  .banner-form__wrap-bottom-right-form-wrap .wpcf7-submit:hover {
    color: #fff;
  }
}

@media only screen and (min-width: 1250px) {
  .banner-form__wrap-bottom-right-form .wpcf7-submit:hover {
    color: #4c948a;
  }
}

#responsive-remove {
  display: block;
}

@media screen and (max-width: 991px) {
  #responsive-remove {
    display: none;
  }
}

.location-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -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;
}

.location-form .contact-box__wrapper-input {
  width: 32.3%;
  margin-top: 9px;
}

@media screen and (max-width: 991px) {
  .location-form .contact-box__wrapper-input {
    width: 48%;
  }
}

@media screen and (max-width: 400px) {
  .location-form .contact-box__wrapper-input {
    width: 100%;
  }
}

.location-form .contact-box__wrapper-label {
  font-size: 11px;
  line-height: 1.2;
  margin-bottom: 3px;
}

.location-form textarea {
  height: 46px;
  resize: none;
}

@media screen and (max-width: 767px) {
  .location-form textarea {
    height: 45px;
  }
}

.location-form .contact-box__wrapper-input-submit {
  width: 32.3%;
  margin: 0;
  margin-top: auto;
}

@media screen and (max-width: 991px) {
  .location-form .contact-box__wrapper-input-submit {
    margin-left: auto;
  }
}

.location-form .contact-box__wrapper-input-submit input {
  width: 100%;
}

@media screen and (max-width: 991px) {
  .location-form .contact-box__wrapper-input-submit input {
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
    margin-left: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (max-width: 400px) {
  .location-form .contact-box__wrapper-input-submit input {
    max-width: 100%;
  }
}

@media screen and (max-width: 991px) {
  .location-form .contact-box__wrapper-input-submit {
    width: 48%;
    margin-top: 20px;
  }
}

@media screen and (max-width: 400px) {
  .location-form .contact-box__wrapper-input-submit {
    width: 100%;
    margin-top: 20px;
  }
}

.location-form .wpcf7-not-valid-tip {
  bottom: 0;
}

@media screen and (max-width: 1400px) {
  .location-form .wpcf7-not-valid-tip {
    font-size: 9px;
  }
}

/*--------------------------------------------------------------
## cards-boxes
--------------------------------------------------------------*/
.cards-boxes {
  background-color: #fffcf4;
  padding: 109px 0 162px;
}

@media screen and (max-width: 1199px) {
  .cards-boxes {
    padding: 100px 0;
  }
}

@media screen and (max-width: 991px) {
  .cards-boxes {
    padding: 80px 0;
  }
}

@media screen and (max-width: 767px) {
  .cards-boxes {
    padding: 70px 0;
  }
}

@media screen and (max-width: 575px) {
  .cards-boxes {
    padding: 60px 0;
  }
}

.cards-boxes--white {
  background-color: #fff;
  padding: 109px 0 90px;
}

@media screen and (max-width: 1199px) {
  .cards-boxes--white {
    padding: 100px 0 90px;
  }
}

@media screen and (max-width: 991px) {
  .cards-boxes--white {
    padding: 80px 0 60px;
  }
}

@media screen and (max-width: 767px) {
  .cards-boxes--white {
    padding: 70px 0 50px;
  }
}

@media screen and (max-width: 575px) {
  .cards-boxes--white {
    padding: 60px 0 50px;
  }
}

.cards-boxes__title {
  text-align: center;
}

.cards-boxes__title br {
  display: none;
}

@media screen and (max-width: 991px) {
  .cards-boxes__title br {
    display: block;
  }
}

@media screen and (max-width: 400px) {
  .cards-boxes__title br {
    display: none;
  }
}

.cards-boxes__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 1470px;
  width: 100%;
  margin: 55px auto 0;
}

@media screen and (max-width: 991px) {
  .cards-boxes__wrap {
    margin: 40px auto 0;
  }
}

@media screen and (max-width: 767px) {
  .cards-boxes__wrap {
    margin: 30px auto 0;
  }
}

.cards-boxes__box {
  border: 9px solid #fff;
  max-width: 397px;
  width: 100%;
  border-radius: 10px;
  margin: 16px 11px 0;
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.07);
          box-shadow: 0 5px 15px rgba(0, 0, 0, 0.07);
}

@media screen and (max-width: 1400px) {
  .cards-boxes__box {
    max-width: 360px;
  }
}

@media screen and (max-width: 1199px) {
  .cards-boxes__box {
    max-width: 300px;
    margin: 10px 5px 0;
  }
}

@media screen and (max-width: 767px) {
  .cards-boxes__box {
    max-width: 100%;
    margin: 10px 0 0;
  }
}

.cards-boxes__box-wrap {
  position: relative;
  border-radius: 3px;
  background-color: #f8f3dc;
  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: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  height: 100%;
  padding: 40px 35px;
}

@media screen and (max-width: 1400px) {
  .cards-boxes__box-wrap {
    padding: 30px 20px;
  }
}

@media screen and (max-width: 1199px) {
  .cards-boxes__box-wrap {
    padding: 30px 15px;
  }
}

@media screen and (max-width: 767px) {
  .cards-boxes__box-wrap {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 15px;
  }
}

.cards-boxes__box-wrap--cornsilk {
  background-color: #f8f3dc;
}

.cards-boxes__box-wrap--cornsilk .cards-boxes__box-title,
.cards-boxes__box-wrap--cornsilk .cards-boxes__box-desc,
.cards-boxes__box-wrap--cornsilk .cards-boxes__box-hidden-desc {
  color: #1d444b;
}

.cards-boxes__box-wrap--cornsilk .click-icon {
  color: #1d444b;
}

.cards-boxes__box-wrap--cornsilk .cards-boxes__top-sign {
  color: #f8f3dc;
}

.cards-boxes__box-wrap--yellow {
  background-color: #e4c83f;
}

.cards-boxes__box-wrap--yellow .cards-boxes__box-title,
.cards-boxes__box-wrap--yellow .cards-boxes__box-desc,
.cards-boxes__box-wrap--yellow .cards-boxes__box-hidden-desc {
  color: #fffcf4;
}

.cards-boxes__box-wrap--yellow .cards-boxes__top-sign {
  color: #e4c83f;
}

.cards-boxes__box-wrap--green {
  background-color: #1d444b;
}

.cards-boxes__box-wrap--green .cards-boxes__box-title,
.cards-boxes__box-wrap--green .cards-boxes__box-desc,
.cards-boxes__box-wrap--green .cards-boxes__box-hidden-desc {
  color: #fffcf4;
}

.cards-boxes__box-wrap--green .cards-boxes__top-sign {
  color: #1d444b;
}

.cards-boxes__box-wrap--pine {
  background-color: #4c948a;
}

.cards-boxes__box-wrap--pine .cards-boxes__box-title,
.cards-boxes__box-wrap--pine .cards-boxes__box-desc,
.cards-boxes__box-wrap--pine .cards-boxes__box-hidden-desc {
  color: #fffcf4;
}

.cards-boxes__box-wrap--pine .cards-boxes__top-sign {
  color: #4c948a;
}

.cards-boxes__box-wrap--red {
  background-color: #d54155;
}

.cards-boxes__box-wrap--red .cards-boxes__box-title,
.cards-boxes__box-wrap--red .cards-boxes__box-desc,
.cards-boxes__box-wrap--red .cards-boxes__box-hidden-desc {
  color: #fffcf4;
}

.cards-boxes__box-wrap--red .cards-boxes__top-sign {
  color: #d54155;
}

.cards-boxes__box-wrap--mint {
  background-color: #e3f2eb;
}

.cards-boxes__box-wrap--mint .cards-boxes__box-title,
.cards-boxes__box-wrap--mint .cards-boxes__box-desc,
.cards-boxes__box-wrap--mint .cards-boxes__box-hidden-desc {
  color: #1d444b;
}

.cards-boxes__box-wrap--mint .click-icon {
  color: #1d444b;
}

.cards-boxes__box-wrap--mint .cards-boxes__top-sign {
  color: #e3f2eb;
}

.cards-boxes__box-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-size: 30px;
  font-family: "RecoletaSemiBold", Georgia, serif;
  font-weight: 600;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.3;
  color: #1d444b;
  text-align: center;
  max-width: 100%;
  margin-top: 17px;
}

@media screen and (max-width: 1199px) {
  .cards-boxes__box-title {
    font-size: 22px;
  }
}

@media screen and (max-width: 767px) {
  .cards-boxes__box-title {
    font-size: 20px;
    max-width: 100%;
    margin: 10px 0 0;
    height: auto !important;
    text-align: left;
  }
}

@media screen and (max-width: 500px) {
  .cards-boxes__box-title {
    /* font-size: 18px; */
    /* margin-top: 25px; */
    margin-top: 0;
    font-size: 16px;
  }
}

.cards-boxes__box-desc {
  font-size: 16px;
  font-family: "WorkSansRegular", Georgia, serif;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0;
  color: #1d444b;
  text-align: center;
  margin-top: 9px;
}

.cards-boxes__box-image-wrap {
  width: 100%;
  height: 112px;
  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;
}

@media screen and (max-width: 767px) {
  .cards-boxes__box-image-wrap {
    /* max-width: 110px; */
    max-width: 80px;
    margin-right: 20px;
    height: initial;
  }
}

.cards-boxes__box-image {
  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: 100%;
  min-height: 80px;
}

@media screen and (max-width: 767px) {
  .cards-boxes__box-image img {
    max-width: 80px;
    max-height: 80px;
  }
}

.cards-boxes__box-hidden {
  max-width: 100%;
}

.cards-boxes__box-hidden .cards-boxes__box-title {
  font-size: 24px;
  display: block;
  text-align: center;
  margin-top: 0;
}

@media screen and (max-width: 1500px) {
  .cards-boxes__box-hidden .cards-boxes__box-title br {
    display: none;
  }
}

@media screen and (max-width: 1199px) {
  .cards-boxes__box-hidden .cards-boxes__box-title {
    font-size: 22px;
  }
}

@media screen and (max-width: 767px) {
  .cards-boxes__box-hidden .cards-boxes__box-title {
    font-size: 20px;
  }
}

.cards-boxes__box-hidden-desc {
  font-size: 18px;
  font-family: "WorkSansRegular", Georgia, serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 25px;
  text-align: center;
  color: #fff;
  margin-top: 30px;
}

@media screen and (max-width: 1500px) {
  .cards-boxes__box-hidden-desc br {
    display: none;
  }
}

@media screen and (max-width: 1199px) {
  .cards-boxes__box-hidden-desc {
    font-size: 16px;
    line-height: 1.6;
    margin-top: 20px;
  }
}

@media screen and (max-width: 767px) {
  .cards-boxes__bottom {
    display: none;
  }
}

.cards-boxes__top {
  position: relative;
}

@media screen and (max-width: 767px) {
  .cards-boxes__top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding-right: 60px;
  }
}

.cards-boxes__top .cards-boxes__top-sign {
  display: none;
  position: absolute;
  right: 0;
  width: 30px;
  height: 30px;
  font-weight: bold;
  background-color: #fff;
  border-radius: 50%;
  font-size: 20px;
}

@media screen and (max-width: 767px) {
  .cards-boxes__top .cards-boxes__top-sign {
    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;
  }
}

/*--------------------------------------------------------------
## available-form
--------------------------------------------------------------*/
.available-form {
  background-color: #fff9eb;
  padding: 150px 0;
  overflow: hidden;
}

.available-form .contact-box__wrapper-input-submit {
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
}

.available-form .contact-box__wrapper-input-submit input {
  border-color: #e4c83f;
  background-color: #e4c83f;
  color: #fff;
}

@media only screen and (min-width: 1250px) {
  .available-form .contact-box__wrapper-input-submit input:hover {
    background-color: #fff;
    color: #e4c83f;
  }
}

@media screen and (max-width: 1199px) {
  .available-form {
    padding: 80px 0;
  }
}

@media screen and (max-width: 767px) {
  .available-form {
    padding: 60px 0;
  }
}

.available-form__title {
  text-align: center;
}

.available-form__wrap {
  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;
  margin-top: 50px;
}

.available-form__desc {
  font-size: 20px;
  font-family: "WorkSansRegular", Georgia, serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: -0.2px;
  line-height: 28px;
  color: #1d444b;
  text-align: center;
  max-width: 100%;
}

@media screen and (max-width: 767px) {
  .available-form__desc {
    font-size: 18px;
    line-height: 1.5;
  }
}

.available-form__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;
  background-color: #fff;
  max-width: 1127px;
  width: 100%;
  -webkit-box-shadow: 0 5px 15px rgba(233, 223, 174, 0.3);
          box-shadow: 0 5px 15px rgba(233, 223, 174, 0.3);
  border: 1px solid rgba(220, 195, 70, 0.28);
  border-radius: 9px;
  /* padding: 28px 58px 62px; */
  padding: 28px 58px 37px;
  margin-top: 33px;
}

@media screen and (max-width: 1199px) {
  .available-form__form {
    padding: 40px 30px 20px;
  }
}

@media screen and (max-width: 500px) {
  .available-form__form {
    padding: 30px 15px 5px;
  }
}

.available-form__form-titles {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.available-form__form-title {
  font-size: 47px;
  font-family: "RecoletaMedium", Arial, Helvetica, sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: -0.47px;
  line-height: 1.2;
  color: #1d444b;
  margin-right: 30px;
}

@media screen and (max-width: 991px) {
  .available-form__form-title {
    font-size: 40px;
    margin-right: 20px;
  }
}

@media screen and (max-width: 575px) {
  .available-form__form-title {
    font-size: 35px;
    margin-right: 15px;
  }
}

.available-form__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -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-top: 49px;
}

@media screen and (max-width: 991px) {
  .available-form__wrapper {
    margin-top: 30px;
  }
}

@media screen and (max-width: 500px) {
  .available-form__wrapper {
    margin-top: 20px;
  }
}

.contact-box__wrapper-input--available-msg {
  width: 100%;
}

.contact-box__wrapper-input--available-msg textarea {
  height: 100px;
  resize: none;
  overflow-y: auto;
}

.hidden-url {
  display: none;
}

/*--------------------------------------------------------------
## blog-listing
--------------------------------------------------------------*/

/*# sourceMappingURL=style.css.map */
