/*
Theme Name: Base
Author: Anonymous
Author URI:
Version: 1
Description: Base theme for Wordpress
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: base
Tags: one-column, two-columns
Theme URI:
*/

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */

html {
   font-family: sans-serif; /* 1 */
   -ms-text-size-adjust: 100%; /* 2 */
   -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
   margin: 0;
}

/* HTML5 display definitions
	 ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

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

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
   display: inline-block; /* 1 */
   vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

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

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */

[hidden],
template {
   display: none;
}

/* Links
	 ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
   background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */

a:active,
a:hover {
   outline: 0;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
   border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
   font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
   font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
   font-size: 2em;
   margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
   background: #ff0;
   color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
   font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

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

sup {
   top: -0.5em;
}

sub {
   bottom: -0.25em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
   border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

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

/* Grouping content
	 ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
   margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
   box-sizing: content-box;
   height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
   overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
   font-family: monospace, monospace;
   font-size: 1em;
}

/* Forms
	 ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
   color: inherit; /* 1 */
   font: inherit; /* 2 */
   margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
   overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
   text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type='button'],
input[type='reset'],
input[type='submit'] {
   -webkit-appearance: button; /* 2 */
   cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

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

/**
 * Remove inner padding and border in Firefox 4+.
 */

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

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
   line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type='checkbox'],
input[type='radio'] {
   box-sizing: border-box; /* 1 */
   padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
   height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */

input[type='search'] {
   -webkit-appearance: textfield; /* 1 */
   box-sizing: content-box; /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

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

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
   border: 1px solid #c0c0c0;
   margin: 0 2px;
   padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
   border: 0; /* 1 */
   padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
   overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
   font-weight: bold;
}

/* Tables
	 ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
   border-collapse: collapse;
   border-spacing: 0;
}

td,
th {
   padding: 0;
}

:root {
   --gray: #cecece;
   --base-black: #232323;
   --black: #000;
   --white: #fff;
   --light-blue: #39f;
   --gray-100: #707070;
   --gray-200: #d6d6d6;
   --primary-color: #569e95;
   --secondary-color: #21367f;
   --dark-green: #437c75;
   --dark-blue: #1c2e6c;
   --pink-red: #ec5b69;
   --white-100: #f4f5f5;
   --white-200: #f5f5f5;
}

.navigation-single:after,
.post-password-form p:after,
.search-form:after,
.widget:after,
dl:after,
.clearfix:after {
   content: '';
   display: block;
   clear: both;
}

.ellipsis {
   white-space: nowrap; /* 1 */
   text-overflow: ellipsis; /* 2 */
   overflow: hidden;
}

html {
   box-sizing: border-box;
}

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

* {
   max-height: 1000000px;
}

body {
   color: var(--base-black);
   background: var(--white);
   font: 16px/1.444444 'PT Sans', 'Times New Roman', 'Times', 'Baskerville',
      'Georgia', serif;
   min-width: 320px;
   -webkit-font-smoothing: antialiased;
   -moz-osx-font-smoothing: grayscale;
}

img {
   max-width: 100%;
   height: auto;
   vertical-align: top;
}

.gm-style img {
   max-width: none;
}

ul,
ol,
dl,
p,
h1,
h2,
h3,
h4,
h5,
h6,
address,
form,
table,
blockquote,
applet,
embed,
object,
iframe,
frameset {
   margin: 0 0 1.444444em;
}

blockquote {
   border-left: 4px solid var(--gray);
   padding-left: 0.5em;
   margin-left: 1.444444em;
}

th,
td {
   border: 1px solid var(--gray);
   padding: 0.5em;
   text-align: left;
   vertical-align: top;
}

th a,
td a {
   font-weight: bold;
}

th {
   text-align: center;
   vertical-align: middle;
}

ul,
ol {
   padding-left: 3em;
}

ul ul,
ul ol,
ol ul,
ol ol {
   padding-left: 3em;
   margin: 0;
}

ul {
   list-style-type: disc;
}

dl dt {
   float: left;
   clear: left;
   padding-right: 0.3em;
   font-weight: bold;
}

dl dd {
   overflow: hidden;
}

pre {
   max-width: 100%;
}

form,
fieldset {
   margin: 0;
   padding: 0;
   border-style: none;
}

label {
   display: block;
}

input[type='text'],
input[type='tel'],
input[type='email'],
input[type='search'],
input[type='password'],
textarea,
select {
   -webkit-appearance: none;
   -webkit-border-radius: 0;
   box-sizing: border-box;
   border: 1px solid var(--gray-100);
   padding: 0.4em 0.7em;
   width: 100%;
   min-height: 50px;
   background-color: var(--white);
   text-overflow: ellipsis;
}

input[type='text']:focus,
input[type='tel']:focus,
input[type='email']:focus,
input[type='search']:focus,
input[type='password']:focus,
textarea:focus,
select:focus {
   border-color: var(--base-black);
}

input[type='text']::-webkit-input-placeholder,
input[type='tel']::-webkit-input-placeholder,
input[type='email']::-webkit-input-placeholder,
input[type='search']::-webkit-input-placeholder,
input[type='password']::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
select::-webkit-input-placeholder {
   color: var(--base-black);
}

input[type='text']::-moz-placeholder,
input[type='tel']::-moz-placeholder,
input[type='email']::-moz-placeholder,
input[type='search']::-moz-placeholder,
input[type='password']::-moz-placeholder,
textarea::-moz-placeholder,
select::-moz-placeholder {
   opacity: 1;
   color: var(--base-black);
}

input[type='text']:-moz-placeholder,
input[type='tel']:-moz-placeholder,
input[type='email']:-moz-placeholder,
input[type='search']:-moz-placeholder,
input[type='password']:-moz-placeholder,
textarea:-moz-placeholder,
select:-moz-placeholder {
   color: var(--base-black);
}

input[type='text']:-ms-input-placeholder,
input[type='tel']:-ms-input-placeholder,
input[type='email']:-ms-input-placeholder,
input[type='search']:-ms-input-placeholder,
input[type='password']:-ms-input-placeholder,
textarea:-ms-input-placeholder,
select:-ms-input-placeholder {
   color: var(--base-black);
}

input[type='text'].placeholder,
input[type='tel'].placeholder,
input[type='email'].placeholder,
input[type='search'].placeholder,
input[type='password'].placeholder,
textarea.placeholder,
select.placeholder {
   color: var(--base-black);
}

select {
   -webkit-border-radius: 0;
   -webkit-appearance: none;
}

textarea {
   resize: none;
   height: 200px;
   vertical-align: top;
   padding: 40px 35px;
}

input[type='radio'],
input[type='checkbox'] {
   position: absolute;
   opacity: 0;
   cursor: pointer;
   height: 0;
   width: 0;
}

input[type='checkbox'] {
   height: 28px !important;
   width: 28px !important;
   z-index: 1;
}

button,
input[type='button'],
input[type='reset'],
input[type='file'],
input[type='submit'] {
   -webkit-appearance: none;
   -webkit-border-radius: 0;
   cursor: pointer;
}

button:not(.lang button),
input[type='button']:not(.lang button),
input[type='reset']:not(.lang button),
input[type='file']:not(.lang button),
input[type='submit']:not(.lang button) {
   display: -webkit-inline-box;
   display: -ms-inline-flexbox;
   display: inline-flex;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
   -webkit-box-pack: center;
   -ms-flex-pack: center;
   justify-content: center;
   text-align: center;
   font-size: 12px;
   font-weight: 600;
   font-family: 'Poppins', 'Arial', 'Helvetica Neue', 'Helvetica', sans-serif;
   border: 2px solid var(--primary-color);
   background-color: var(--primary-color);
   color: var(--white);
   line-height: 1.1667;
   padding: 15px 18px;
   -webkit-transition: opacity 0.3s ease-in-out,
      background-color 0.3s ease-in-out, box-shadow 0.3s ease-in-out,
      color 0.3s ease-in-out, border 0.3s ease-in-out,
      -webkit-transform 0.3s ease-in-out;
   transition: opacity 0.3s ease-in-out, background-color 0.3s ease-in-out,
      box-shadow 0.3s ease-in-out, color 0.3s ease-in-out,
      border 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
   transition: opacity 0.3s ease-in-out, background-color 0.3s ease-in-out,
      box-shadow 0.3s ease-in-out, transform 0.3s ease-in-out,
      color 0.3s ease-in-out, border 0.3s ease-in-out;
   transition: opacity 0.3s ease-in-out, background-color 0.3s ease-in-out,
      box-shadow 0.3s ease-in-out, transform 0.3s ease-in-out,
      color 0.3s ease-in-out, border 0.3s ease-in-out,
      -webkit-transform 0.3s ease-in-out;
}

button:not(.lang button):hover,
input[type='button']:not(.lang button):hover,
input[type='reset']:not(.lang button):hover,
input[type='file']:not(.lang button):hover,
input[type='submit']:not(.lang button):hover {
   text-decoration: underline;
   background-color: var(--dark-green);
   border-color: var(--dark-green);
}

.widget {
   margin-bottom: 1.444444em;
}

.widget ul {
   padding-left: 2em;
}

.widget select {
   min-width: 150px;
   max-width: 550px;
   min-height: 59px;
}

.comment-form label {
   display: block;
   padding-bottom: 4px;
}

.comment-form textarea {
   overflow: auto;
   margin: 0;
   height: 250px;
   min-height: 250px;
}

.comment-form textarea,
.comment-form input[type='text'] {
   margin: 0 4px 0 0;
   max-width: 550px;
   width: 100%;
}

.comment-form input[type='submit'] {
   display: block;
   float: none;
}

.post-password-form label {
   display: block;
   margin-bottom: 4px;
}

.post-password-form input[type='password'] {
   margin: 0 4px 0 0;
   max-width: 300px;
   width: 100%;
}

.search-form {
   margin-bottom: 15px;
}

.search-form input {
   float: left;
   min-height: 59px;
}

.search-form input[type='search'] {
   margin: 0 10px 10px 0;
   width: 250px;
}

.post-password-form input {
   float: left;
   min-height: 59px;
}

.post-password-form input[type='password'] {
   margin: 0 10px 10px 0;
   width: 250px;
}

.comment-form input[type='submit'],
.post-password-form input[type='submit'],
.search-form input[type='submit'] {
   -webkit-appearance: none;
   -webkit-border-radius: 0;
   cursor: pointer;
   display: -webkit-inline-box;
   display: -ms-inline-flexbox;
   display: inline-flex;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
   -webkit-box-pack: center;
   -ms-flex-pack: center;
   justify-content: center;
   text-align: center;
   font-size: 16px;
   font-weight: 600;
   font-family: 'Poppins', 'Arial', 'Helvetica Neue', 'Helvetica', sans-serif;
   border: 1px solid var(--primary-color);
   background-color: var(--primary-color);
   color: var(--white);
   line-height: 1.1667;
   padding: 18px 30px;
   -webkit-transition: opacity 0.3s ease-in-out,
      background-color 0.3s ease-in-out, box-shadow 0.3s ease-in-out,
      color 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
   transition: opacity 0.3s ease-in-out, background-color 0.3s ease-in-out,
      box-shadow 0.3s ease-in-out, color 0.3s ease-in-out,
      -webkit-transform 0.3s ease-in-out;
   transition: opacity 0.3s ease-in-out, background-color 0.3s ease-in-out,
      box-shadow 0.3s ease-in-out, transform 0.3s ease-in-out,
      color 0.3s ease-in-out;
   transition: opacity 0.3s ease-in-out, background-color 0.3s ease-in-out,
      box-shadow 0.3s ease-in-out, transform 0.3s ease-in-out,
      color 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}

.comment-form input[type='submit']:hover,
.post-password-form input[type='submit']:hover,
.search-form input[type='submit']:hover {
   text-decoration: underline;
}

.commentlist {
   margin: 0 0 1.444444em;
}

.commentlist .edit-link {
   margin: 0;
}

.commentlist .avatar-holder {
   float: left;
   margin: 0 1.444444em 4px 0;
}

.commentlist-item .commentlist-item {
   padding: 0;
}

.comment,
.commentlist-holder {
   overflow: hidden;
}

.commentlist-item .commentlist-item,
.commentlist-item + .commentlist-item {
   padding-top: 1.444444em;
}

.widget_calendar #next {
   text-align: right;
}

.gallery-item dt {
   float: none;
   padding: 0;
}

.navigation,
.navigation-comments {
   position: relative;
   font-family: 'Poppins', 'Arial', 'Helvetica Neue', 'Helvetica', sans-serif;
   vertical-align: middle;
   font-weight: 500;
   margin-bottom: 1.444444em;
   font-size: 18px;
}

.navigation .screen-reader-text,
.navigation-comments .screen-reader-text {
   position: absolute;
   left: -99999px;
}

.navigation .page-numbers,
.navigation-comments .page-numbers {
   position: relative;
   margin: 0 8px;
   padding: 0;
   line-height: 1.8;
}

.navigation .page-numbers::before,
.navigation-comments .page-numbers::before {
   position: absolute;
   content: '';
   bottom: 0;
   height: 4px;
   left: 50%;
   -webkit-transform: translateX(-50%);
   -ms-transform: translateX(-50%);
   transform: translateX(-50%);
   width: 130%;
   background-color: var(--pink-red);
   opacity: 0;
   -webkit-transition: opacity 0.3s ease-in-out;
   transition: opacity 0.3s ease-in-out;
}

.navigation .page-numbers.current,
.navigation .page-numbers:hover,
.navigation-comments .page-numbers.current,
.navigation-comments .page-numbers:hover {
   font-weight: 600;
   color: var(--secondary-color);
}

.navigation .page-numbers.current::before,
.navigation .page-numbers:hover::before,
.navigation-comments .page-numbers.current::before,
.navigation-comments .page-numbers:hover::before {
   opacity: 1;
}

.navigation .next,
.navigation .prev,
.navigation-comments .next,
.navigation-comments .prev {
   display: inline-block;
   vertical-align: middle;
   color: var(--base-black);
   text-decoration: none;
}

.navigation .next:hover,
.navigation .prev:hover,
.navigation-comments .next:hover,
.navigation-comments .prev:hover {
   color: var(--secondary-color);
   text-decoration: underline;
}

.navigation-single {
   margin-bottom: 1.444444em;
}

.navigation-single .next,
.navigation-single .prev {
   font-family: 'Poppins', 'Arial', 'Helvetica Neue', 'Helvetica', sans-serif;
   float: left;
   vertical-align: middle;
   max-width: 48%;
   color: var(--base-black);
   text-decoration: none;
   font-size: 18px;
}

.navigation-single .next a,
.navigation-single .prev a {
   color: inherit;
   text-decoration: none;
   display: block;
}

.navigation-single .next a:hover,
.navigation-single .prev a:hover {
   color: var(--secondary-color);
   text-decoration: underline;
}

.navigation-single .next {
   float: right;
}

.wp-caption {
   max-width: 100%;
   clear: both;
   border: 1px solid var(--gray);
   padding: 0.4em;
   margin-bottom: 1.444444em;
}

.wp-caption img {
   margin: 0;
   vertical-align: top;
}

.wp-caption p {
   margin: 0.4em 0 0;
}

div.aligncenter {
   margin: 0 auto 1.444444em;
}

img.aligncenter {
   display: block;
   margin: 0 auto;
}

.alignleft {
   float: left;
   margin: 0 1.444444em 4px 0;
}

.alignright {
   float: right;
   margin: 0 0 4px 1.444444em;
}

.mejs-container {
   margin-bottom: 1.444444em;
}

.wp-caption-text,
.gallery,
.alignnone,
.gallery-caption,
.sticky,
.bypostauthor {
   height: auto;
}

iframe {
   width: 100%;
   margin-top: 30px;
   margin-bottom: 40px;
   border: 0;
   height: auto;
   aspect-ratio: 16/9;
}

#wp-calendar {
   width: 100%;
   max-width: 550px;
}

#wp-calendar tbody td {
   text-align: center;
}

#wp-calendar td,
#wp-calendar th {
   border: 1px solid var(--gray-100);
   padding: 10px;
}

#wp-calendar caption {
   margin-bottom: 20px;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.h {
   font-family: 'Poppins', 'Arial', 'Helvetica Neue', 'Helvetica', sans-serif;
   font-weight: 500;
   margin: 0 0 0.5em;
   color: inherit;
}

h1 > a,
.h1 > a,
h2 > a,
.h2 > a,
h3 > a,
.h3 > a,
h4 > a,
.h4 > a,
h5 > a,
.h5 > a,
h6 > a,
.h6 > a,
.h > a {
   color: inherit;
}

h1 > a:hover,
.h1 > a:hover,
h2 > a:hover,
.h2 > a:hover,
h3 > a:hover,
.h3 > a:hover,
h4 > a:hover,
.h4 > a:hover,
h5 > a:hover,
.h5 > a:hover,
h6 > a:hover,
.h6 > a:hover,
.h > a:hover {
   text-decoration: underline;
}

h1,
.h1 {
   font-size: 40px;
   line-height: 1.1;
   margin-bottom: 35px;
}

h2,
.h2 {
   font-size: 32px;
   line-height: 1.1163;
   margin-bottom: 30px;
}

h2.lg,
.h2.lg {
   font-size: 43px;
   line-height: 1.1;
}

h3,
.h3 {
   font-size: 24px;
   line-height: 1.11111;
}

h3.sm,
.h3.sm {
   font-size: 26px;
   line-height: 1.1538;
}

h3.xsm,
.h3.xsm {
   font-size: 20px;
   line-height: 1.4;
}

h4,
.h4 {
   font-size: 21px;
}

h5,
.h5 {
   font-size: 17px;
}

h6,
.h6 {
   font-size: 15px;
}

p {
   margin: 0 0 1em;
}

p a {
   color: var(--secondary-color);
   text-decoration: underline;
   font-weight: bold;
}

p a:hover {
   text-decoration: none;
}

/*
p strong {
   font-family: 'Poppins', 'Arial', 'Helvetica Neue', 'Helvetica', sans-serif;
   display: block;
   font-size: 22px;
   line-height: 28px;
   font-weight: 500;
   margin-bottom: 40px;
}
*/

.text-large {
   font-size: 18px;
   line-height: 1.272727;
}

.text-md {
   font-size: 18px;
   line-height: 1.4;
}

.text-uppercase {
   text-transform: uppercase;
}

a {
   color: var(--secondary-color);
   display: inline-block;
   text-decoration: none;
   -webkit-transition: opacity 0.3s ease-in-out,
      background-color 0.3s ease-in-out, border 0.3s ease-in-out,
      visibility 0.3s ease-in-out, box-shadow 0.3s ease-in-out,
      color 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
   transition: opacity 0.3s ease-in-out, background-color 0.3s ease-in-out,
      border 0.3s ease-in-out, visibility 0.3s ease-in-out,
      box-shadow 0.3s ease-in-out, color 0.3s ease-in-out,
      -webkit-transform 0.3s ease-in-out;
   transition: opacity 0.3s ease-in-out, background-color 0.3s ease-in-out,
      border 0.3s ease-in-out, visibility 0.3s ease-in-out,
      transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out,
      color 0.3s ease-in-out;
   transition: opacity 0.3s ease-in-out, background-color 0.3s ease-in-out,
      border 0.3s ease-in-out, visibility 0.3s ease-in-out,
      transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out,
      color 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}

a:focus {
   text-decoration: none;
}

strong a {
   color: inherit;
}

strong a:hover {
   text-decoration: underline;
}

.wrapper {
   position: relative;
   overflow: hidden;
   min-height: 100vh;
}

.container {
   max-width: 1310px;
   padding-left: 15px;
   padding-right: 15px;
   margin-left: auto;
   margin-right: auto;
}

.container .container {
   padding: 0;
}

.list-unstyled {
   list-style-type: none;
   padding-left: 0;
   margin-bottom: 0;
}

svg path {
   -webkit-transition: all 300ms ease-in-out;
   transition: all 300ms ease-in-out;
}

svg {
   height: inherit;
   -webkit-transition: all 300ms ease-in-out;
   transition: all 300ms ease-in-out;
}

blockquote {
   position: relative;
   font-size: 18px;
   font-weight: bold;
   margin-top: 45px;
   margin-bottom: 45px;
   line-height: 24px;
   border: 0;
   padding-left: 30px;
}

blockquote::before {
   position: absolute;
   content: '';
   background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='39.864' height='31.769' viewBox='0 0 39.864 31.769'%3E%3Cpath id='Path_411' data-name='Path 411' d='M25.7-52.7a7.006,7.006,0,0,1,2.215-5.5,8.255,8.255,0,0,1,5.728-1.986,9.4,9.4,0,0,1,6.949,2.673q2.673,2.673,2.673,8.019a23.617,23.617,0,0,1-1.451,8.706A23.149,23.149,0,0,1,38.3-34.6a20.079,20.079,0,0,1-4.353,4.047,19.5,19.5,0,0,1-3.971,2.138L26.157-33.6a15.416,15.416,0,0,0,5.5-4.582,11.98,11.98,0,0,0,1.986-7.179,7.249,7.249,0,0,1-1.68.153,5.594,5.594,0,0,1-4.582-2.062A8.316,8.316,0,0,1,25.7-52.7Zm-22.3,0a7.006,7.006,0,0,1,2.215-5.5,8.255,8.255,0,0,1,5.728-1.986,9.4,9.4,0,0,1,6.949,2.673q2.673,2.673,2.673,8.019a23.617,23.617,0,0,1-1.451,8.706A23.149,23.149,0,0,1,16-34.6a20.079,20.079,0,0,1-4.353,4.047,19.5,19.5,0,0,1-3.971,2.138L3.858-33.6a15.416,15.416,0,0,0,5.5-4.582,11.98,11.98,0,0,0,1.986-7.179,7.249,7.249,0,0,1-1.68.153A5.594,5.594,0,0,1,5.08-47.274,8.316,8.316,0,0,1,3.4-52.7Z' transform='translate(-3.4 60.18)' fill='%23569e95'/%3E%3C/svg%3E%0A");
   background-size: contain;
   background-position: center;
   background-repeat: no-repeat;
   width: 35px;
   aspect-ratio: 1/1;
   left: -25px;
}

figure {
   margin: 35px 0 40px;
}

figure img {
   width: 100%;
   margin-bottom: 12px;
   border-radius: 5px;
}

main > *:last-child {
   margin-bottom: 100px;
}

.page-decor {
   position: absolute;
   left: 72%;
   -webkit-transform: translateX(-50%);
   -ms-transform: translateX(-50%);
   transform: translateX(-50%);
   top: 70px;
   z-index: -999;
   min-width: 850px;
}

.page-decor svg {
   width: 100%;
}

.bg--secondary {
   background-color: var(--secondary-color);
}

.bg--secondary * {
   color: var(--white);
}

.bg--secondary.img-card__text {
   -webkit-transition: background-color 0.3s ease-in-out;
   transition: background-color 0.3s ease-in-out;
}

.bg--primary {
   background-color: var(--primary-color);
}

.bg--primary * {
   color: var(--white);
}

.bg--primary.img-card__text {
   -webkit-transition: background-color 0.3s ease-in-out;
   transition: background-color 0.3s ease-in-out;
}

.card-block {
   margin-bottom: 40px;
}

.img-card-wrap {
   margin-bottom: 30px;
}

.img-rounded-right > img,
.img-rounded-left > img {
   width: 100%;
   height: 100%;
   object-fit: cover;
   object-position: center;
   border-bottom-right-radius: 40px;
}

.img-rounded-left > img {
   border-bottom-left-radius: 40px;
}

.section-heading {
   margin-bottom: 20px;
}

.section-heading .link {
   margin-top: 7px;
   color: var(--base-black);
}

.img-link {
   margin-bottom: 60px;
}

.img-wrap img {
   width: 100%;
   height: 100%;
   object-fit: cover;
   object-position: center;
}

.img-info {
   margin-bottom: 60px;
}

.img-info .img-rounded-right {
   margin-bottom: 30px;
}

.img-info__text {
   max-width: 500px;
}

.img-info__text h2 {
   margin-bottom: 30px;
}

.img-info__text p {
   margin-bottom: 20px;
}

.banner {
   padding-top: 35px;
   margin-bottom: 30px;
}

.banner + .breadcrumb {
   padding-top: 0;
}

.banner img {
   max-height: 470px;
   aspect-ratio: 16/9;
}

.text-wrap {
   margin-bottom: 60px;
}

.text-wrap h1 + p + p {
   margin-bottom: 40px;
}

/*
.text-wrap strong {
   display: block;
   font-family: 'Poppins', 'Arial', 'Helvetica Neue', 'Helvetica', sans-serif;
   font-size: 22px;
   font-weight: 500;
   line-height: 1.2727;
   margin-bottom: 30px;
}
*/

.text-wrap strong + p {
   margin-bottom: 40px;
}

.header {
   padding-top: 15px;
   padding-bottom: 15px;
   position: relative;
   -webkit-transition: background-color 0.3s ease-in-out;
   transition: background-color 0.3s ease-in-out;
}

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

.header[data-nav='active'] {
   background-color: var(--white);
}

.header .logo {
   width: 113px;
   -ms-flex-negative: 0;
   flex-shrink: 0;
}

.navbar {
   font-family: 'Poppins', 'Arial', 'Helvetica Neue', 'Helvetica', sans-serif;
}

.navbar ul {
   list-style: none;
   padding-left: 0;
   margin-bottom: 0;
}

.navbar__opener {
   position: relative;
   height: 28px;
   width: 28px;
}

.navbar__opener::after,
.navbar__opener::before {
   position: absolute;
   display: block;
   content: '';
   height: 2px;
   width: 28px;
   background-color: var(--base-black);
   border-radius: 10px;
   -webkit-transition: top 0.3s ease-in-out, bottom 0.3s ease-in-out,
      -webkit-transform 0.3s ease-in-out;
   transition: top 0.3s ease-in-out, bottom 0.3s ease-in-out,
      -webkit-transform 0.3s ease-in-out;
   transition: transform 0.3s ease-in-out, top 0.3s ease-in-out,
      bottom 0.3s ease-in-out;
   transition: transform 0.3s ease-in-out, top 0.3s ease-in-out,
      bottom 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}

.navbar__opener::after {
   bottom: 7px;
}

.navbar__opener::before {
   top: 7px;
}

.navbar__opener[aria-label='true'] {
   -webkit-transform: rotate(180deg);
   -ms-transform: rotate(180deg);
   transform: rotate(180deg);
}

.navbar__opener[aria-label='true']::after {
   -webkit-transform: rotate(45deg);
   -ms-transform: rotate(45deg);
   transform: rotate(45deg);
   bottom: 12px;
   -webkit-transition-delay: 300ms;
   transition-delay: 300ms;
}

.navbar__opener[aria-label='true']::before {
   -webkit-transform: rotate(-45deg);
   -ms-transform: rotate(-45deg);
   transform: rotate(-45deg);
   top: 14px;
   -webkit-transition-delay: 300ms;
   transition-delay: 300ms;
}

.navbar li.active > a {
   text-decoration: underline;
   color: var(--secondary-color);
}

.menu {
   padding-bottom: 8px;
   border-bottom: 1px solid var(--gray);
   margin-bottom: 0;
}

.menu a {
   font-weight: 500;
   color: var(--base-black);
   font-size: 18px;
}

.menu > ul > li {
   margin-bottom: 18px;
}

.menu > ul > li.has-drop.drop-active > a {
   color: var(--secondary-color);
   text-decoration: underline;
}

.menu > ul > li.has-drop.drop-active .drop-active > a {
   color: var(--secondary-color);
   text-decoration: none;
}

.menu .has-drop {
   position: relative;
}

.menu .has-drop.drop-active > .drop-opener::after {
   -webkit-transform: none;
   -ms-transform: none;
   transform: none;
}

.menu .has-drop.drop-active > .drop-opener::before,
.menu .has-drop.drop-active > .drop-opener::after {
   background-color: var(--secondary-color);
}

.menu .has-drop.drop-active > a {
   text-decoration: underline;
}

.menu .has-drop .drop-opener {
   display: block;
   width: 20px;
   height: 20px;
   position: absolute;
   right: 0;
   top: 0;
}

.menu .has-drop .drop-opener::after,
.menu .has-drop .drop-opener::before {
   position: absolute;
   content: '';
   width: 16px;
   height: 2px;
   background-color: var(--base-black);
   right: -8px;
   top: 50%;
   -webkit-transform: translateX(-50%);
   -ms-transform: translateX(-50%);
   transform: translateX(-50%);
   border-radius: 10px;
   -webkit-transition: background-color 0.3s ease-in-out,
      -webkit-transform 0.3s ease-in-out;
   transition: background-color 0.3s ease-in-out,
      -webkit-transform 0.3s ease-in-out;
   transition: transform 0.3s ease-in-out, background-color 0.3s ease-in-out;
   transition: transform 0.3s ease-in-out, background-color 0.3s ease-in-out,
      -webkit-transform 0.3s ease-in-out;
}

.menu .has-drop .drop-opener::after {
   -webkit-transform: rotate(90deg);
   -ms-transform: rotate(90deg);
   transform: rotate(90deg);
   right: 0;
}

.menu .drop-menu li:not(:last-child) {
   padding-bottom: 11px;
}

.menu .drop-menu a {
   font-size: 16px;
}

.menu .drop-menu .drop-menu li:not(:last-child) {
   padding-bottom: 5px;
}

.menu .drop-menu .drop-menu a {
   font-size: 15px;
   font-weight: 400;
}

.menu--bottom {
   padding-top: 28px;
   font-size: 16px;
}

.menu--bottom a {
   color: var(--base-black);
}

.menu--bottom a:hover:not(.lang a) {
   color: var(--secondary-color);
   text-decoration: underline;
}

.menu--bottom .nav-list {
   padding-bottom: 18px;
   border-bottom: 1px solid var(--gray);
}

.menu--bottom .nav-list li {
   margin-bottom: 8px;
}

.menu--bottom .nav-btns {
   font-size: 15px;
   padding-top: 22px;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
   -webkit-box-pack: justify;
   -ms-flex-pack: justify;
   justify-content: space-between;
}

.search-box {
   margin-left: auto;
   padding: 6px 16px 0;
}

.log-out {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
}

.log-out__icon {
   margin-right: 10px;
}

.log-out-wrap {
   margin-right: auto;
   /*padding-right: 20px;*/
}

.cart {
   width: 31px;
   height: 31px;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -ms-flex-wrap: wrap;
   flex-wrap: wrap;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
   -webkit-box-pack: center;
   -ms-flex-pack: center;
   justify-content: center;
   background-color: var(--secondary-color);
   border-radius: 50%;
   -webkit-transition: background-color 0.3s ease-in-out;
   transition: background-color 0.3s ease-in-out;
}

.cart:hover {
   background-color: var(--pink-red);
}

.lang {
   position: relative;
}

.lang .lang__default {
   font-size: 16px;
   font-weight: 500;
   position: relative;
   min-width: 40px;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   cursor: pointer;
   -webkit-box-pack: end;
   -ms-flex-pack: end;
   justify-content: flex-end;
}

.lang .lang__default a {
   padding-right: 18px;
   pointer-events: none;
}

.lang .lang__default a::before {
   position: absolute;
   content: '';
   border: 7px solid var(--base-black);
   border-bottom: 0;
   border-left-color: transparent;
   border-right-color: transparent;
   right: 0;
   top: 10px;
   cursor: pointer;
   -webkit-transition: background-color 0.3s ease-in-out,
      -webkit-transform 0.3s ease-in-out;
   transition: background-color 0.3s ease-in-out,
      -webkit-transform 0.3s ease-in-out;
   transition: transform 0.3s ease-in-out, background-color 0.3s ease-in-out;
   transition: transform 0.3s ease-in-out, background-color 0.3s ease-in-out,
      -webkit-transform 0.3s ease-in-out;
}

.lang .lang__default a:hover {
   color: var(--secondary-color);
}

.lang .selected {
   display: none;
}

.lang a {
   -webkit-transition: color 0.3s ease-in-out;
   transition: color 0.3s ease-in-out;
}

.lang a.current {
   text-decoration: none;
   color: var(--base-black);
}

.lang a:hover {
   color: var(--secondary-color);
   text-decoration: none;
}

.lang__drop {
   position: absolute;
   background-color: var(--white);
   padding: 8px 18px;
   box-shadow: 0 0 8px rgba(0, 0, 0, 0.0666666667);
   right: -5px;
   line-height: 1;
   opacity: 0;
   visibility: hidden;
   -webkit-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
   transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}

.lang__drop li {
   font-size: 13px;
   margin-bottom: 5px;
   cursor: pointer;
   -webkit-transition: color 0.3s ease-in-out;
   transition: color 0.3s ease-in-out;
}

.lang-wrap {
   padding-left: 30px;
}

.lang.active .lang__drop {
   opacity: 1;
   visibility: visible;
}

.lang.active .lang__default > a {
   color: var(--secondary-color);
}

.lang.active .lang__default > a::before {
   -webkit-transform: rotate(-180deg);
   -ms-transform: rotate(-180deg);
   transform: rotate(-180deg);
   border-top-color: var(--secondary-color);
}

.footer {
   background-color: var(--white-100);
   padding-top: 30px;
   padding-bottom: 20px;
   position: relative;
   margin-top: 6%;
   font-size: 18px;
}

.footer .decor {
   position: absolute;
   bottom: 99.7%;
   left: -10px;
   right: -10px;
   width: auto;
}

.footer .decor img {
   width: 100%;
}

.footer h2 {
   font-size: 26px;
   margin-bottom: 20px;
}

.footer a {
   color: var(--secondary-color);
   font-family: 'Poppins', 'Arial', 'Helvetica Neue', 'Helvetica', sans-serif;
   font-weight: 500;
}

.footer a:hover {
   text-decoration: underline;
}

.footer__grid a {
   font-size: 18px;
}

.footer__bottom {
   border-top: 1px solid var(--gray);
   padding-top: 40px;
   padding-bottom: 10px;
   font-size: 14px;
}

.footer__bottom a {
   font-size: 14px;
}

.footer__bottom ul {
   list-style-type: none;
   padding-left: 0;
   margin-bottom: 0;
}

.footer__bottom ul + ul {
   margin-top: 10px;
}

.footer__bottom li {
   margin-bottom: 10px;
   font-family: 'Poppins', 'Arial', 'Helvetica Neue', 'Helvetica', sans-serif;
}

.footer__bottom .list {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -ms-flex-wrap: wrap;
   flex-wrap: wrap;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
   max-width: 800px;
}

.footer__bottom .list li {
   margin-right: 25px;
}

.footer li {
   margin-bottom: 12px;
}

.footer__links > div {
   margin-bottom: 30px;
}

.footer__links strong {
   font-family: 'Poppins', 'Arial', 'Helvetica Neue', 'Helvetica', sans-serif;
   font-weight: 500;
   display: block;
   font-size: 26px;
   margin-bottom: 20px;
}

.footer__main {
   margin-bottom: 40px;
   max-width: 600px;
}

.footer address {
   font-style: normal;
}

.footer ul#menu-footer-menu {
   list-style-type: none;
   padding-left: 0;
   margin-bottom: 0;
}

.socials li {
   margin-bottom: 15px;
}

.socials a {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
}

.socials a:hover {
   text-decoration: underline;
}

.socials a:hover .social-icon path {
   fill: var(--primary-color);
}

.socials a .social-icon {
   margin-right: 10px;
   -ms-flex-negative: 0;
   flex-shrink: 0;
}

.socials a .share-icon {
   margin-left: 10px;
   -ms-flex-negative: 0;
   flex-shrink: 0;
}

.latest-article {
   margin-bottom: 60px;
}

.latest-article .btn-wrap {
   padding-top: 25px;
}

.article {
   padding-top: 5px;
   margin-bottom: 15px;
   height: 100%;
}

.article__head {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
   color: var(--black);
   font-family: 'Poppins', 'Arial', 'Helvetica Neue', 'Helvetica', sans-serif;
   font-weight: 300;
   font-size: 16px;
   margin-bottom: 8px;
}

.article__head .category {
   margin-right: 12px;
}

.article__head .category a {
   color: var(--base-black);
}

.article__head .category a:hover {
   color: var(--secondary-color);
   text-decoration: underline;
}

.article h2,
.article h3 {
   color: var(--secondary-color);
   font-size: 20px;
   line-height: 1.4;
}

.article h2 a:hover,
.article h3 a:hover {
   color: #1c2e6c;
}

.article.article--small {
   padding-top: 10px;
   padding-right: 20px;
}

.article.article--small h2,
.article.article--small h3 {
   font-size: 18px;
   margin-bottom: 10px;
}

.article.article--xsmall {
   padding-right: 0;
}

.article.article--xsmall .article__head {
   font-size: 15px;
}

.article.article--xsmall h3 {
   font-size: 16px;
}

.article.article--large {
   margin-bottom: 29px;
   padding-bottom: 25px;
}

.article.article--large h2 {
   font-size: 26px;
   margin-bottom: 5px;
   max-width: 970px;
}

.filter__article .article.article--large:not(:last-of-type) {
   border-bottom: 1px solid var(--gray);
}

.articles {
   margin-bottom: 45px;
}

.latest-article .articles {
   margin-bottom: 0;
}

.breadcrumb {
   font-size: 16px;
   padding-top: 25px;
   padding-bottom: 20px;
}

.breadcrumb ul {
   list-style-type: none;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -ms-flex-wrap: wrap;
   flex-wrap: wrap;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
   padding-left: 0;
   margin-bottom: 0;
}

.breadcrumb li {
   margin-bottom: 10px;
}

.breadcrumb a {
   position: relative;
   text-decoration: underline;
   font-weight: bold;
   color: var(--base-black);
   margin-right: 8px;
   padding-right: 8px;
}

.breadcrumb a::before {
   position: absolute;
   content: '>';
   color: currentColor;
   font-size: 16px;
   right: -5px;
}

.breadcrumb a:hover {
   color: var(--secondary-color);
}

.breadcrumb.style-b {
   font-size: 18px;
   font-family: 'Poppins', 'Arial', 'Helvetica Neue', 'Helvetica', sans-serif;
   padding-bottom: 18px;
}

.breadcrumb.style-b a {
   font-weight: 500;
   color: var(--secondary-color);
   text-decoration: underline;
   padding-right: 0;
   margin-right: 0;
}

.breadcrumb.style-b a:hover {
   text-decoration: none;
}

.breadcrumb.style-b a::before {
   display: none;
}

.breadcrumb.style-b li {
   margin-right: 20px;
}

.content .breadcrumb {
   padding-top: 0;
}

.breadcrumb .home a {
   text-transform: uppercase;
}

.btn {
   display: -webkit-inline-box;
   display: -ms-inline-flexbox;
   display: inline-flex;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
   -webkit-box-pack: center;
   -ms-flex-pack: center;
   justify-content: center;
   text-align: center;
   font-size: 12px;
   font-weight: 600;
   font-family: 'Poppins', 'Arial', 'Helvetica Neue', 'Helvetica', sans-serif;
   border: 2px solid var(--primary-color);
   background-color: var(--primary-color);
   color: var(--white);
   line-height: 1.1667;
   padding: 15px 18px;
   -webkit-transition: opacity 0.3s ease-in-out,
      background-color 0.3s ease-in-out, box-shadow 0.3s ease-in-out,
      color 0.3s ease-in-out, border 0.3s ease-in-out,
      -webkit-transform 0.3s ease-in-out;
   transition: opacity 0.3s ease-in-out, background-color 0.3s ease-in-out,
      box-shadow 0.3s ease-in-out, color 0.3s ease-in-out,
      border 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
   transition: opacity 0.3s ease-in-out, background-color 0.3s ease-in-out,
      box-shadow 0.3s ease-in-out, transform 0.3s ease-in-out,
      color 0.3s ease-in-out, border 0.3s ease-in-out;
   transition: opacity 0.3s ease-in-out, background-color 0.3s ease-in-out,
      box-shadow 0.3s ease-in-out, transform 0.3s ease-in-out,
      color 0.3s ease-in-out, border 0.3s ease-in-out,
      -webkit-transform 0.3s ease-in-out;
}

.btn:hover {
   text-decoration: underline;
   background-color: var(--dark-green);
   border-color: var(--dark-green);
}

.btn.btn--outline {
   background-color: transparent;
   border-color: var(--secondary-color);
   color: var(--secondary-color);
}

.btn.btn--outline:hover {
   background-color: var(--dark-blue);
   border-color: var(--dark-blue);
   color: var(--white);
}

.btn__row {
   margin: 0 -7px;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -ms-flex-wrap: wrap;
   flex-wrap: wrap;
}

.btn__row > div {
   padding: 0 7px;
   margin-bottom: 15px;
}

.link {
   display: -webkit-inline-box;
   display: -ms-inline-flexbox;
   display: inline-flex;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
   color: var(--secondary-color);
   font-family: 'Poppins', 'Arial', 'Helvetica Neue', 'Helvetica', sans-serif;
   font-size: 16px;
   font-weight: 500;
   white-space: nowrap;
}

.link:hover {
   text-decoration: underline;
}

.link:hover .link__icon {
   -webkit-transform: translateX(10px);
   -ms-transform: translateX(10px);
   transform: translateX(10px);
}

.link__icon {
   margin-left: 10px;
   width: 16px;
}

.link__icon path {
   fill: var(--pink-red);
}

.link--white {
   color: var(--white);
}

.link--white path {
   fill: var(--white);
}

.card {
   font-size: 16px;
   margin-bottom: 40px;
}

.card__img-wrap {
   margin-bottom: 25px;
}

.card__img-wrap img {
   width: 100%;
}

.card h2,
.card h3,
.card h4 {
   font-size: 26px;
   line-height: 1.1538;
   margin-bottom: 10px;
}

.card p {
   margin-bottom: 8px;
}

.card ul {
   list-style-type: none;
   padding-left: 0;
   margin-bottom: 0;
}

.card ul li {
   margin-bottom: 8px;
}

.card__text-wrap {
   padding-right: 10px;
}

.card.style-b {
   font-size: 16px;
   line-height: 26px;
}

.card.style-b h2 {
   font-size: 22px;
}

.card.style-b h2 + h3 {
   margin-bottom: 10px;
}

.card.style-b h2 + h3 + p {
   margin-bottom: 10px;
}

.card.style-b h3 {
   font-size: 18px;
}

.card.style-b p {
   margin-bottom: 10px;
}

.card.style-b .card__img-wrap img {
   aspect-ratio: 1/1;
}

.img-card {
   margin-bottom: 30px;
   width: 100%;
}

.img-card__img-wrap {
   position: relative;
   padding-top: 56.25%;
}

.img-card__img-wrap img {
   width: 100%;
   position: absolute;
   top: 0;
   left: 0;
   object-fit: cover;
   object-position: center;
   height: 100%;
}

.img-card__text {
   width: 100%;
   border-bottom-right-radius: 40px;
   padding: 30px;
   font-size: 16px;
}

.img-card__text h3 {
   font-size: 22px;
   margin-bottom: 18px;
}

.img-card__text p {
   margin-bottom: 1em;
}

.img-card__text.rounded {
   border-radius: 40px;
   margin-bottom: 20px;
}

.img-card__text:hover.bg--secondary {
   background-color: var(--dark-blue);
}

.img-card__text:hover.bg--primary {
   background-color: var(--dark-green);
}

.img-card__text:hover .link--white {
   text-decoration: underline;
}

.img-card__text:hover .link__icon {
   -webkit-transform: translateX(10px);
   -ms-transform: translateX(10px);
   transform: translateX(10px);
}

.img-card:hover .bg--secondary {
   background-color: var(--dark-blue);
}

.img-card:hover .bg--primary {
   background-color: var(--dark-green);
}

.img-card:hover .link--white {
   text-decoration: underline;
}

.img-card:hover .link__icon {
   -webkit-transform: translateX(10px);
   -ms-transform: translateX(10px);
   transform: translateX(10px);
}

.two-col .content .cards {
   margin-bottom: 0;
}

#content,
main .two-col:only-child {
   padding-top: 40px;
}

#content {
   min-height: 600px;
}

#content table {
   margin-top: 40px;
   margin-bottom: 40px;
}

#content ul li {
   margin-bottom: 12px;
}

#content ol li {
   margin-bottom: 12px;
}

#content .wpcf7 {
   margin-bottom: 40px;
}

#content .hero {
   padding-top: 0;
   margin-bottom: 50px;
}

#content .img-info {
   padding: 30px 0 20px;
}

main > #content {
   padding: 0;
}

.cta {
   position: relative;
   color: var(--white);
   margin-bottom: 60px;
   overflow: hidden;
}

.cta__text {
   padding: 70px 15px;
}

.cta__text h2 {
   margin-bottom: 37px;
}

.cta__text p {
   margin-bottom: 30px;
}

.cta__img {
   position: relative;
}

.cta__img img {
   display: block;
   width: 100%;
   height: 100%;
   object-fit: cover;
   object-position: center;
}

.download {
   margin-bottom: 37px;
}

.download__block {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   padding-bottom: 25px;
   margin-bottom: 25px;
}

.download__block:not(:last-child) {
   border-bottom: 1px dashed var(--primary-color);
}

.download__icon {
   -ms-flex-negative: 0;
   flex-shrink: 0;
   margin-right: 21px;
   margin-top: 7px;
}

.download__content {
   font-size: 16px;
}

.download__content h2,
.download__content h3,
.download__content h4 {
   font-size: 20px;
   line-height: 28px;
   margin-bottom: 10px;
}

.download__content p {
   margin-bottom: 13px;
}

.filter {
   padding-top: 40px;
   padding-bottom: 30px;
}

.filter__btns {
   padding-top: 13px;
   padding-bottom: 30px;
}

.filter__btns ul {
   list-style-type: none;
   padding: 0;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -ms-flex-wrap: wrap;
   flex-wrap: wrap;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
   margin: 0 -6px;
}

.filter__btns ul li {
   padding: 0 6px;
   margin-bottom: 12px;
}

.filter__btns .btn.btn--outline:hover {
   text-decoration: none;
}

.filter__btns .btn.btn--outline.active {
   background-color: var(--secondary-color);
   color: var(--white);
}

.label {
   display: block;
   font-family: 'Poppins', 'Arial', 'Helvetica Neue', 'Helvetica', sans-serif;
   font-size: 20px;
   font-weight: 500;
   line-height: 28px;
   margin-bottom: 12px;
}

.form__datas {
   margin-top: -10px;
}

.form__data {
   margin-bottom: 32px;
}

.form .checkbox-wrap {
   margin-bottom: 45px;
}

.form .custom-field {
   position: relative;
   cursor: pointer;
   -webkit-user-select: none;
   -ms-user-select: none;
   user-select: none;
   margin-top: 15px;
   margin-bottom: 15px;
}

.form .custom-field input {
   position: absolute;
   opacity: 0;
   cursor: pointer;
   height: 0;
   width: 0;
}

.form .custom-field input:hover ~ .checkmark,
.form .custom-field input:checked ~ .checkmark {
   background-color: var(--secondary-color);
   border-color: var(--secondary-color);
}

.form .custom-field.custom-field__radio .checkmark {
   border-radius: 50%;
}

.form .custom-field .checkmark {
   position: absolute;
   top: 0;
   left: 0;
   height: 28px;
   width: 28px;
   background-color: var(--white);
   border: 1px solid var(--black);
   border-radius: 5px;
   -webkit-transition: background-color 0.3s ease-in-out,
      border 0.3s ease-in-out;
   transition: background-color 0.3s ease-in-out, border 0.3s ease-in-out;
}

.form .checkbox__text {
   padding-top: 2px;
}

.form .checkbox__text a {
   font-weight: 700;
   text-decoration: underline;
}

.form .checkbox-warp .custom-field {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
}

.form .checkbox-warp .checkmark {
   display: none;
}

.form strong {
   display: block;
   font-family: 'Poppins', 'Arial', 'Helvetica Neue', 'Helvetica', sans-serif;
   font-size: 22px;
   font-weight: 500;
   line-height: 1.2727;
   margin-bottom: 30px;
}

.wpcf7-list-item {
   position: relative;
}

.wpcf7-list-item-label {
   display: block;
   position: relative;
   cursor: pointer;
   -webkit-user-select: none;
   -ms-user-select: none;
   user-select: none;
   padding-left: 40px;
   margin-top: 15px;
   margin-bottom: 15px;
}

.wpcf7-list-item-label::before {
   position: absolute;
   content: '';
   top: 0;
   left: 0;
   height: 28px;
   width: 28px;
   background-color: var(--white);
   border: 1px solid var(--black);
   border-radius: 50%;
   -webkit-transition: background-color 0.3s ease-in-out,
      border 0.3s ease-in-out;
   transition: background-color 0.3s ease-in-out, border 0.3s ease-in-out;
}

input[type='radio']:hover + .wpcf7-list-item-label::before,
input[type='radio']:checked + .wpcf7-list-item-label::before,
input[type='checkbox']:hover + .wpcf7-list-item-label::before,
input[type='checkbox']:checked + .wpcf7-list-item-label::before {
   background-color: var(--secondary-color);
   border-color: var(--secondary-color);
}

input[type='checkbox'] + .wpcf7-list-item-label {
   font-size: 0;
   margin: 0;
}

input[type='checkbox'] + .wpcf7-list-item-label::before {
   border-radius: 5px;
}

.wpcf7-list-item {
   display: block;
   margin-left: 0 !important;
}

.wpcf7-not-valid-tip {
   font-size: 14px;
   position: absolute;
   min-width: 300px;
   bottom: -10px;
}

span.wpcf7-form-control.wpcf7-checkbox.wpcf7-validates-as-required.wpcf7-not-valid {
   margin-bottom: 50px;
   display: block;
}

.wpcf7 form .wpcf7-response-output {
   margin-right: 0;
   margin-left: 0;
}

input.wpcf7-not-valid {
   margin-bottom: 20px;
}

.wpcf7-form-control-wrap {
   display: block;
}

.hero {
   padding-top: 30px;
   margin-bottom: 45px;
}

.hero__grid {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -ms-flex-wrap: wrap;
   flex-wrap: wrap;
   margin: 0 -20px;
   -webkit-box-orient: vertical;
   -webkit-box-direction: reverse;
   -ms-flex-direction: column-reverse;
   flex-direction: column-reverse;
}

.hero__txt {
   width: 50%;
   padding: 0 20px;
   width: 100%;
}

.hero__txt h1 {
   margin-bottom: 30px;
}

.hero__txt h1 + .btn__row {
   margin-top: 35px;
}

.hero__txt p {
   margin-bottom: 30px;
   max-width: 540px;
}

.hero__img {
   margin-bottom: 40px;
   border-bottom-left-radius: 40px;
   overflow: hidden;
   width: 100%;
   padding: 0 20px;
}

.hero__img img {
   border-bottom-left-radius: 40px;
   width: 100%;
   height: 100%;
   object-fit: cover;
   object-position: center;
}

.pagination {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
   padding-top: 30px;
   padding-bottom: 30px;
   margin-bottom: 0;
}

.pagination a,
.pagination span {
   font-family: 'Poppins', 'Arial', 'Helvetica Neue', 'Helvetica', sans-serif;
   font-size: 18px;
   font-weight: 500;
   color: var(--base-black);
}

.pagination .nav-links {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
}

.prev,
.next {
   background-color: transparent;
   font-weight: 500;
}

.prev::after,
.prev::before,
.next::after,
.next::before {
   display: none;
}

.prev > a,
.next > a {
   margin: 0;
}

.prev:hover,
.next:hover {
   color: var(--secondary-color);
   text-decoration: underline;
   font-weight: 500 !important;
}

.prev,
.prev.page-numbers {
   margin-right: 25px;
   margin-left: 0;
   font-weight: 500;
}

.next,
.next.page-numbers {
   font-weight: 500;
   margin-left: 25px;
   margin-right: 0;
}

.page-numbers {
   position: relative;
   margin: 0 10px;
   padding: 0;
   line-height: 1.5;
}

.page-numbers::before {
   position: absolute;
   content: '';
   bottom: 0;
   height: 4px;
   left: 50%;
   -webkit-transform: translateX(-50%);
   -ms-transform: translateX(-50%);
   transform: translateX(-50%);
   width: 130%;
   background-color: var(--pink-red);
   opacity: 0;
   -webkit-transition: opacity 0.3s ease-in-out;
   transition: opacity 0.3s ease-in-out;
}

.page-numbers.current,
.page-numbers:hover {
   font-weight: 600;
   color: var(--secondary-color);
}

.page-numbers.current::before,
.page-numbers:hover::before {
   opacity: 1;
}

.side-bar {
   display: none;
   padding-bottom: 50px;
}

.side-bar strong,
.side-bar h2 {
   display: block;
   font-size: 26px;
   line-height: 1;
   margin-bottom: 22px;
}

.side-bar h3 {
   font-size: 20px;
}

.side-bar__accordion .has-dropdown {
   position: relative;
}

.side-bar__accordion .has-dropdown > a {
   position: relative;
   display: block;
   padding-right: 30px;
}

.side-bar__accordion .has-dropdown > .opener__icon {
   position: absolute;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
   -webkit-box-pack: center;
   -ms-flex-pack: center;
   justify-content: center;
   right: 0;
   width: 22px;
   height: 22px;
   border: 1.5px solid var(--secondary-color);
   border-radius: 50%;
   top: 3px;
   padding: 5px;
   cursor: pointer;
   -webkit-transition: background-color 0.3s ease-in-out,
      -webkit-transform 0.3s ease-in-out;
   transition: background-color 0.3s ease-in-out,
      -webkit-transform 0.3s ease-in-out;
   transition: transform 0.3s ease-in-out, background-color 0.3s ease-in-out;
   transition: transform 0.3s ease-in-out, background-color 0.3s ease-in-out,
      -webkit-transform 0.3s ease-in-out;
}

.side-bar__accordion .has-dropdown .is-dropdown ul {
   padding-left: 14px;
   padding-top: 12px;
}

.side-bar__accordion .has-dropdown.active > a,
.side-bar__accordion .has-dropdown.current > a,
.side-bar__accordion .active > a {
   color: var(--secondary-color);
}

.side-bar__accordion .has-dropdown.active > .opener__icon,
.side-bar__accordion .has-dropdown.current > .opener__icon {
   background-color: var(--secondary-color);
   -webkit-transform: rotate(180deg);
   -ms-transform: rotate(180deg);
   transform: rotate(180deg);
}

.side-bar__accordion .has-dropdown.active > .opener__icon path,
.side-bar__accordion .has-dropdown.current > .opener__icon path {
   fill: var(--white);
}

.side-bar__accordion li:not(:last-child) {
   margin-bottom: 8px;
}

.side-bar__accordion > ul > li:not(:last-child) {
   margin-bottom: 15px;
}

.side-bar__accordion > ul > li a {
   font-size: 18px;
   color: var(--base-black);
}

.side-bar__accordion > ul > li > a {
   font-weight: 700;
}

.side-bar__accordion > ul > li > ul {
   padding-left: 10px;
   padding-top: 20px;
}

.side-bar__accordion > ul > li > ul > li:not(:last-child) {
   margin-bottom: 15px;
}

.side-bar__accordion > ul > li > ul > li a {
   font-weight: 400;
}

.side-bar__accordion > ul > li > ul > li > ul {
   padding-top: 10px;
   padding-left: 10px;
}

.side-bar__accordion a:hover {
   color: var(--secondary-color);
}

.side-bar__head {
   font-family: 'Poppins', 'Arial', 'Helvetica Neue', 'Helvetica', sans-serif;
   padding-bottom: 15px;
}

.side-bar__bottom {
   padding-top: 30px;
   border-top: 1px solid var(--gray);
   font-family: 'Poppins', 'Arial', 'Helvetica Neue', 'Helvetica', sans-serif;
}

.side-bar__bottom h3 {
   margin-bottom: 15px;
}

.side-bar__bottom strong {
   font-size: 20px;
   margin-bottom: 13px;
}

.accordion ul {
   list-style-type: none;
   padding-left: 0;
   margin-bottom: 0;
}

.accordion a.current-page {
   color: var(--secondary-color);
}

.accordion .is-dropdown li.active > a {
   color: var(--secondary-color);
}

.social {
   padding-top: 10px;
   padding-bottom: 40px;
}

.social ul {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
   list-style: none;
   padding-left: 0;
   margin-bottom: 0;
}

.social ul li {
   margin-bottom: 0 !important;
}

.social a {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -ms-flex-wrap: wrap;
   flex-wrap: wrap;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
   -webkit-box-pack: center;
   -ms-flex-pack: center;
   justify-content: center;
   width: 50px;
   aspect-ratio: 1/1;
   border-radius: 50%;
   background-color: var(--pink-red);
   margin: 4px;
}

.social a:hover {
   background-color: var(--secondary-color);
}

.social #st-1 {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
}

.social #st-1 .st-btn {
   height: 50px;
   width: 50px;
   display: -webkit-box !important;
   display: -ms-flexbox !important;
   display: flex !important;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
   -webkit-box-pack: center;
   -ms-flex-pack: center;
   justify-content: center;
   border-radius: 50%;
   -webkit-transition: background-color 0.3s ease-in-out;
   transition: background-color 0.3s ease-in-out;
}

.social #st-1 .st-btn > img {
   top: auto;
   display: block;
   height: 30px;
   width: 30px;
   margin-bottom: 0;
}

.social #st-1 .st-btn:hover {
   opacity: 1;
   top: 0;
   background-color: var(--secondary-color);
}

.two-col .content p {
   margin-bottom: 26px;
}

.two-col .content p img {
   margin-top: 30px;
   margin-bottom: 10px;
}

.two-col .content p + h1,
.two-col .content p + h2,
.two-col .content p + h3,
.two-col .content p + h4,
.two-col .content p + .grid {
   margin-top: 50px;
   margin-bottom: 23px;
}

.two-col .content h1 + p + p {
   margin-bottom: 40px;
}

.two-col .content h1 + p + p + figure img {
   border-radius: 0 0 40px 0;
}

.two-col .content h3 {
   margin-bottom: 23px;
}

.two-col .content h1 + strong,
.two-col .content h3 + strong {
   display: block;
   font-family: 'Poppins', 'Arial', 'Helvetica Neue', 'Helvetica', sans-serif;
   font-size: 22px;
   font-weight: 500;
   line-height: 1.2727;
   margin-bottom: 30px;
}

.two-col .content h1 + strong + p,
.two-col .content h3 + strong + p {
   margin-bottom: 40px;
}

.two-col .content .img-card-wrap {
   margin-bottom: 26px;
}

.two-col .content .img-card-wrap + .text-wrap {
   margin-bottom: 55px;
}

.two-col .content .img-card__text h3 {
   margin-bottom: 18px;
}

.two-col .content .img-card__text p {
   margin-bottom: 1em;
}

.two-col .content .download + h3 {
   margin-bottom: 35px;
}

.two-col .content .download__content p {
   margin-bottom: 13px;
}

.two-col .content .article h3 {
   margin-bottom: 8px;
}

.two-col .content .form {
   border-top: 1px solid var(--gray);
   padding-top: 55px;
}

.two-col .content .form h3 {
   margin-bottom: 36px;
}

.two-col .content .social + h3 {
   margin-bottom: 33px;
}

.two-col .content strong + figure img {
   border-radius: 0 0 40px 0;
}

.two-col .content .wp-caption {
   padding: 0;
   border: 0;
   margin: 35px 0 40px;
}

.two-col .content .wp-caption img {
   width: 100%;
   margin-bottom: 12px;
   border-radius: 5px;
}

.two-col .content .wp-caption p {
   margin-top: 0;
}

.two-col .content .wpcf7 + grid {
   margin-top: 50px;
   margin-bottom: 30px;
}

.two-col .content .wpcf7 + p,
.two-col .content .wpcf7 + h1,
.two-col .content .wpcf7 + h2,
.two-col .content .wpcf7 + h3,
.two-col .content .wpcf7 + h4,
.two-col .content .wpcf7 + strong {
   margin-top: 50px;
}

.two-col .content .img-card-wrap + .text-wrap,
.two-col .content figure + .text-wrap,
.two-col .content .breadcrumb + .text-wrap,
.two-col .content blockquote + .text-wrap {
   margin-bottom: 55px;
}

.two-col .content .section-heading {
   margin-top: 20px;
   margin-bottom: 5px;
}

.two-col .content .card-block + .text-wrap {
   margin-bottom: 0;
}

.two-col.style-b .content {
   padding-top: 6px;
}

.two-col.style-b .side-bar {
   padding-bottom: 0;
}

.two-col.style-b figure {
   margin-bottom: 45px;
}

.two-col.style-b h3 + .grid {
   margin-bottom: 30px;
}

@media (min-width: 768px) {
   button:not(.lang button),
   input[type='button']:not(.lang button),
   input[type='reset']:not(.lang button),
   input[type='file']:not(.lang button),
   input[type='submit']:not(.lang button) {
      font-size: 13px;
   }

   .commentlist-item .commentlist-item {
      padding: 0 0 0 2em;
   }

   #wp-calendar td,
   #wp-calendar th {
      padding: 5px;
   }

   figure {
      margin: 52px 0 58px;
   }

   .page-decor {
      min-width: 1400px;
   }

   .grid {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      margin: 0 -8px;
   }

   .grid > div {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      padding: 0 8px;
      width: 50%;
   }

   .grid > div.full {
      width: 100%;
   }

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

   .grid + .section-heading {
      margin-bottom: 0;
   }

   .section-heading.flex {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
   }

   .img-link {
      margin-bottom: 20px;
   }

   .img-info__text {
      padding-left: 20px;
   }

   .banner {
      margin-bottom: 16px;
   }

   .text-wrap strong {
      margin-bottom: 40px;
   }

   .header .logo {
      width: 160px;
   }

   .footer__bottom {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      padding-bottom: 20px;
   }

   .footer__bottom ul + ul {
      -ms-flex-negative: 0;
      flex-shrink: 0;
      margin-top: 0;
   }

   .footer__bottom li {
      margin-bottom: 0;
   }

   .footer__links {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      margin: 0 -15px;
   }

   .footer__links > div {
      width: 50%;
      padding: 0 15px;
   }

   .breadcrumb {
      padding-bottom: 30px;
   }

   .btn {
      font-size: 13px;
   }

   .card {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
   }

   .card__img-wrap {
      -ms-flex-negative: 0;
      flex-shrink: 0;
   }

   .card__text-wrap {
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1;
   }

   .img-card {
      height: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
   }

   .img-card__text {
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1;
   }

   .cards {
      margin-bottom: 20px;
   }

   .cta__text {
      padding-right: 30px;
      padding-left: 30px;
   }

   .cta__info {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
   }

   .cta__grid {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
   }

   .cta__grid > div {
      width: 50%;
   }

   .form strong {
      margin-bottom: 40px;
   }

   .hero {
      margin-bottom: 60px;
   }

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

   .hero__txt {
      width: 50%;
   }

   .hero__img {
      width: 50%;
      margin-bottom: 0;
   }

   .side-bar {
      display: block;
      width: 27.5%;
      padding-top: 4px;
   }

   .side-bar__bottom {
      padding-top: 40px;
   }

   .social__wrap {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
   }

   .social h3,
   .social h4 {
      font-size: 20px;
      margin-bottom: 0;
   }

   .social ul {
      margin-left: 20px;
   }

   .two-col__grid {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
   }

   .two-col .side-bar + .content {
      padding-left: 30px;
      padding-right: 0;
   }

   .two-col .content {
      padding-right: 30px;
      width: 72.5%;
   }

   .two-col .content h1 {
      font-size: 50px;
      margin-bottom: 35px;
   }

   .two-col .content h1 + strong,
   .two-col .content h3 + strong {
      margin-bottom: 40px;
   }

   .two-col .content .wp-caption {
      margin: 52px 0 58px;
   }
}

@media (min-width: 1024px) {
   body {
      font-size: 18px;
   }

   input[type='text'],
   input[type='tel'],
   input[type='email'],
   input[type='search'],
   input[type='password'],
   textarea,
   select {
      min-height: 70px;
   }

   textarea {
      height: 250px;
   }

   button:not(.lang button),
   input[type='button']:not(.lang button),
   input[type='reset']:not(.lang button),
   input[type='file']:not(.lang button),
   input[type='submit']:not(.lang button) {
      padding: 18px 29px;
      font-size: 18px;
   }

   .search-form input {
      min-height: 59px;
   }

   .post-password-form input {
      min-height: 59px;
   }

   .comment-form input[type='submit'],
   .post-password-form input[type='submit'],
   .search-form input[type='submit'] {
      font-size: 18px;
   }

   .navigation,
   .navigation-comments {
      font-size: 24px;
   }

   .navigation-single .next,
   .navigation-single .prev {
      font-size: 24px;
   }

   h1,
   .h1 {
      font-size: 60px;
      margin-bottom: 50px;
   }

   h2,
   .h2 {
      font-size: 43px;
   }

   h2.lg,
   .h2.lg {
      font-size: 60px;
   }

   h3,
   .h3 {
      font-size: 36px;
   }

   .text-base {
      font-size: 18px;
   }

   .text-large {
      font-size: 22px;
   }

   .text-md {
      font-size: 20px;
   }

   blockquote {
      padding-left: 76px;
      font-size: 22px;
      line-height: 30px;
      margin-top: 55px;
      margin-bottom: 55px;
   }

   blockquote::before {
      left: 18px;
      width: 42px;
   }

   main > *:last-child {
      margin-bottom: 120px;
   }

   .page-decor {
      min-width: 1500px;
   }

   .grid {
      margin: 0 -15px;
   }

   .grid > div {
      padding: 0 15px;
   }

   .two-col .grid {
      margin: 0 -12px;
   }

   .two-col .grid > div {
      padding: 0 12px;
   }

   .card-block {
      margin-bottom: 60px;
   }

   .two-col .card-block {
      margin-bottom: 50px;
   }

   .img-card-wrap {
      margin-bottom: 50px;
   }

   .img-link {
      margin-bottom: 40px;
   }

   .img-info {
      margin-bottom: 50px;
   }

   .img-info__text {
      padding-left: 57px;
      margin-bottom: 30px;
      max-width: none;
      font-size: 20px;
   }

   .img-info__text p {
      margin-bottom: 38px;
   }

   .text-wrap {
      margin-bottom: 80px;
   }

   .two-col .text-wrap {
      margin-bottom: 70px;
   }

   .text-wrap h1 + p + p {
      margin-bottom: 65px;
   }

   .text-wrap strong + p {
      margin-bottom: 65px;
   }

   .header {
      padding-top: 28px;
      background-color: transparent;
   }

   .header .container {
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
   }

   .header .logo {
      width: 160px;
      margin-top: 17px;
   }

   .navbar {
      padding-top: 10px;
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1;
   }

   .navbar {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
      flex-direction: column-reverse;
   }

   .navbar__opener {
      display: none;
   }

   .navbar__holder {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
      flex-direction: column-reverse;
      padding-left: 50px;
   }

   .menu {
      padding: 0;
      border: 0;
   }

   .menu a {
      font-size: 16px;
   }

   .menu a:hover {
      color: var(--secondary-color);
      text-decoration: underline;
   }

   .menu > ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end;
      margin-right: -10px;
   }

   .menu > ul > li {
      margin-bottom: 0;
      padding-left: 10px;
      padding-right: 10px;
   }

   .menu > ul > li.has-drop {
      padding-right: 17px;
      margin-right: 10px;
   }

   .menu > ul > li.has-drop.drop-active > a {
      color: var(--pink-red);
      text-decoration: none;
   }

   .menu > ul > li.has-drop.drop-active > .drop-menu {
      opacity: 1;
      visibility: visible;
   }

   .menu > ul > li.has-drop > .drop-menu {
      display: block !important;
      padding-top: 8px;
      position: absolute;
      top: 100% !important;
      left: 50% !important;
      width: 280px !important;
      height: auto !important;
      opacity: 0;
      visibility: hidden;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      z-index: 999;
   }

   .menu > ul > li.has-drop > .drop-menu > ul {
      padding: 28px 25px 28px 35px;
      background: var(--white-200);
      box-shadow: 0 0 8px rgba(0, 0, 0, 0.1098039216);
      overflow: hidden;
   }

   .menu > ul > li > a:hover {
      color: var(--pink-red);
      text-decoration: none;
   }

   .menu .has-drop.drop-active > .drop-opener {
      -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      transform: rotate(180deg);
      border-top-color: var(--secondary-color);
   }

   .menu .has-drop.drop-active > .drop-menu {
      opacity: 1;
      visibility: visible;
   }

   .menu .has-drop .has-drop > .drop-opener {
      display: none;
   }

   .menu .has-drop .drop-opener::after,
   .menu .has-drop .drop-opener::before {
      display: none;
   }

   .menu .has-drop .drop-opener {
      width: auto;
      height: auto;
      border: 5px solid var(--base-black);
      border-bottom: 0;
      border-left-color: transparent;
      border-right-color: transparent;
      right: 0;
      top: 12px;
   }

   .menu .drop-menu {
      opacity: 0;
      visibility: hidden;
      -webkit-transition: opacity 0.3s ease-in-out, visible 0.3s ease-in-out;
      transition: opacity 0.3s ease-in-out, visible 0.3s ease-in-out;
   }

   .menu .drop-menu.js-acc-hidden {
      display: block !important;
      top: 100% !important;
      left: 50% !important;
      width: 280px !important;
   }

   .menu .drop-menu li:not(:last-child) {
      padding-bottom: 8px;
   }

   .menu .drop-menu .drop-menu {
      display: none;
   }

   .menu .drop-menu .drop-menu li:not(:last-child) {
      padding-bottom: 8px;
   }

   .menu--bottom {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end;
      padding-top: 0;
      padding-bottom: 30px;
      font-size: 14px;
   }

   .menu--bottom .nav-list {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end;
      border: 0;
      padding-top: 2px;
      padding-bottom: 0;
      margin-right: 12px;
   }

   .menu--bottom .nav-list li {
      margin: 5px 10px;
   }

   .menu--bottom .nav-btns {
      padding-top: 0;
   }

   .search-box {
      display: none;
   }

   .log-out__icon {
      margin-right: 6px;
   }

   .log-out-wrap {
      /*padding-right: 26px;*/
      font-weight: 500;
   }

   .cart {
      width: 34px;
      height: 34px;
   }

   .lang-wrap {
      padding-left: 10px;
   }

   .footer__grid a {
      font-size: 16px;
   }

   .footer__bottom {
      font-size: 16px;
      padding-top: 55px;
      padding-bottom: 60px;
   }

   .footer__bottom a {
      font-size: 16px;
   }

   .footer__bottom .list li {
      margin-right: 35px;
   }

   .footer .log-out-wrap {
      font-size: 20px;
      margin-bottom: 40px;
      width: 100%;
   }

   .footer__links {
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1;
      margin-top: -5px;
      padding-left: 20px;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
   }

   .footer__links > div {
      width: 41%;
      margin-bottom: 50px;
   }

   .footer__main {
      width: 50%;
      padding-right: 50px;
   }

   .footer__grid {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
   }

   .latest-article {
      margin-bottom: 80px;
   }

   .article {
      padding-right: 30px;
   }

   .article__head {
      font-size: 18px;
   }

   .article.article--small .article__head {
      font-size: 16px;
   }

   .articles {
      margin-bottom: 65px;
   }

   .two-col .content .articles {
      margin-bottom: 50px;
   }

   .breadcrumb.style-b {
      font-size: 20px;
   }

   .btn {
      padding: 18px 29px;
      font-size: 18px;
   }

   .link {
      font-size: 18px;
   }

   .link__icon {
      width: 21px;
   }

   .card {
      font-size: 18px;
   }

   .img-card__img-wrap {
      min-height: 220px;
   }

   .img-card__text {
      padding: 40px 36px 33px;
      font-size: 18px;
   }

   .cards {
      margin-bottom: 40px;
   }

   #content .hero {
      padding-top: 30px;
      margin-bottom: 60px;
   }

   #content .latest-article {
      margin-bottom: 30px;
   }

   .cta {
      margin-bottom: 80px;
   }

   .cta__text {
      padding: 10.5% min(90px, 9.5%);
      font-size: 20px;
      max-width: 730px;
      margin-left: auto;
   }

   .filter {
      padding-top: 70px;
      padding-bottom: 55px;
   }

   .filter__btns {
      padding-bottom: 53px;
   }

   .hero {
      padding-top: 40px;
      padding-bottom: 60px;
      margin-bottom: 80px;
   }

   .hero + .latest-article {
      margin-top: -50px;
   }

   .hero__txt {
      width: 55%;
      margin-right: auto;
   }

   .hero__txt h1 + .btn__row {
      margin-top: 50px;
   }

   .hero__txt p {
      margin-bottom: 60px;
   }

   .hero__img {
      width: 42%;
      max-width: 503px;
      margin-bottom: -60px;
   }

   .pagination a,
   .pagination span {
      font-size: 24px;
   }

   .social {
      padding-bottom: 50px;
   }

   .two-col .side-bar + .content {
      padding-left: 50px;
   }

   .two-col .content {
      padding-right: 50px;
   }

   .two-col .content h1 + p + p {
      margin-bottom: 65px;
   }

   .two-col .content h1 + strong + p,
   .two-col .content h3 + strong + p {
      margin-bottom: 65px;
   }

   .two-col .content .form {
      padding-top: 85px;
   }

   .two-col.style-b .img-card-wrap {
      margin-top: 60px;
      margin-bottom: 33px;
   }
}

@media (min-width: 1280px) {
   h1,
   .h1 {
      font-size: 70px;
      margin-bottom: 70px;
   }

   main > *:last-child {
      margin-bottom: 160px;
   }

   .page-decor {
      top: 55px;
      min-width: 1920px;
   }

   .card-block {
      margin-bottom: 80px;
   }

   .img-card-wrap {
      margin-bottom: 70px;
   }

   .img-link {
      margin-bottom: 60px;
   }

   .img-info {
      margin-bottom: 70px;
   }

   .text-wrap {
      margin-bottom: 100px;
   }

   .header .logo {
      width: 240px;
   }

   .menu a {
      font-size: 18px;
   }

   .menu > ul {
      margin-right: -15px;
   }

   .menu > ul > li {
      padding-left: 15px;
      padding-right: 15px;
   }

   .menu > ul > li.has-drop {
      padding-right: 20px;
      margin-right: 15px;
   }

   .menu > ul > li.has-drop > .drop-menu {
      min-width: 358px;
   }

   .menu .has-drop .drop-opener {
      border: 7px solid var(--base-black);
      border-bottom: 0;
      border-left-color: transparent;
      border-right-color: transparent;
      top: 10px;
   }

   .menu--bottom {
      padding-bottom: 36px;
      font-size: 16px;
   }

   .menu--bottom .nav-list li {
      margin-right: 12px;
      margin-left: 12px;
   }

   .log-out-wrap {
      font-size: 17px;
   }

   .lang-wrap {
      padding-left: 19px;
   }

   .footer {
      font-size: 20px;
   }

   .footer__grid a {
      font-size: 20px;
   }

   .footer__bottom {
      padding-bottom: 90px;
   }

   .footer .log-out-wrap {
      margin-bottom: 60px;
   }

   .footer__links {
      padding-left: 80px;
   }

   .footer__links > div {
      width: 36%;
      margin-bottom: 75px;
   }

   .footer__main {
      padding-right: 100px;
      max-width: none;
   }

   .latest-article {
      margin-bottom: 100px;
   }

   .article {
      padding-right: 60px;
   }

   .articles {
      margin-bottom: 85px;
   }

   .img-card__img-wrap {
      min-height: 336px;
   }

   .cards {
      margin-bottom: 60px;
   }

   #content,
   main .two-col:only-child {
      padding-top: 70px;
   }

   .cta {
      margin-bottom: 100px;
   }

   .hero {
      padding-top: 70px;
      margin-bottom: 100px;
   }

   .hero + .latest-article {
      margin-top: -70px;
   }

   .hero__txt h1 + .btn__row {
      margin-top: 70px;
   }

   .pagination {
      padding-top: 45px;
      padding-bottom: 45px;
   }

   .side-bar {
      width: 22%;
   }

   .social {
      padding-bottom: 70px;
   }

   .two-col .side-bar + .content {
      padding-left: 95px;
   }

   .two-col .content {
      padding-right: 95px;
   }

   .two-col .content {
      width: 78%;
   }

   .two-col .content h1 {
      font-size: 60px;
      margin-bottom: 51px;
   }

   .two-col.style-b h1 {
      margin-bottom: 40px;
   }
}

@media (min-width: 1600px) {
   main > *:last-child {
      margin-bottom: 190px;
   }

   #content,
   main .two-col:only-child {
      padding-top: 102px;
   }

   .filter {
      padding-top: 100px;
   }

   .hero {
      padding-top: 100px;
   }
}

@media (max-width: 1023px) {
   .navbar {
      position: absolute;
      top: 100%;
      z-index: 999;
      padding: 10px 15px 100px;
      height: 100dvh;
      overflow: auto;
      background-color: var(--white);
      left: 0;
      width: 100%;
      opacity: 0;
      visibility: hidden;
      -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
      transform: translateX(-100%);
      -webkit-transition: opacity 500ms ease-in-out,
         visibility 500ms ease-in-out, -webkit-transform 500ms ease-in-out;
      transition: opacity 500ms ease-in-out, visibility 500ms ease-in-out,
         -webkit-transform 500ms ease-in-out;
      transition: transform 500ms ease-in-out, opacity 500ms ease-in-out,
         visibility 500ms ease-in-out;
      transition: transform 500ms ease-in-out, opacity 500ms ease-in-out,
         visibility 500ms ease-in-out, -webkit-transform 500ms ease-in-out;
   }

   .navbar[aria-label='expanded'] {
      opacity: 1;
      visibility: visible;
      -webkit-transform: none;
      -ms-transform: none;
      transform: none;
   }

   .open-active .navbar {
      padding-bottom: 145px;
   }

   .menu .drop-menu ul {
      padding-top: 18px;
      padding-left: 20px;
   }

   .menu .drop-menu .drop-menu ul {
      padding-left: 12px;
      padding-top: 6px;
      padding-right: 20px;
   }
}

@media (max-width: 767px) {
   .navigation .next,
   .navigation .prev,
   .navigation-comments .next,
   .navigation-comments .prev {
      padding: 0.2em;
   }
}

@media (max-width: 374px) {
   h1,
   .h1 {
      font-size: 36px;
   }
}

.events-page {
   margin-top: 30px;

   & .events {
      list-style: none;
      padding: 0;
   }

   & .event {
      border-bottom: 1px solid #999;
   }

   & .event:not(:first-child) {
      margin-top: 32px;
   }

   & h2 {
      margin-bottom: 24px;
   }

   & a:hover {
      text-decoration: underline;
   }

   & .pagination {
      list-style: none;
      gap: 16px;
   }

   & .pagination .active {
      text-decoration: underline;
   }
}

@media screen and (min-width: 1023px) {
   .events-page {
      margin-top: 100px;
   }
}