@charset "UTF-8";
/*
Theme Name: eRozwód
Author: X-ONE
Author URI: https://x-one.pl/
Version: 1.0
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

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

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

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

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  max-width: 100%;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none;
}

/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -ms-text-size-adjust: 100%; /* 2 */
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
img {
  border: 0; /* 1 */
  -ms-interpolation-mode: bicubic; /* 2 */
}

/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0;
}

/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
  margin: 0;
}

/**
 * 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 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0; /* 1 */
  padding: 0;
  white-space: normal; /* 2 */
  *margin-left: -7px; /* 3 */
}

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%; /* 1 */
  margin: 0; /* 2 */
  vertical-align: baseline; /* 3 */
  *vertical-align: middle; /* 3 */
}

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}

/**
 * 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 Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
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.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
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;
}

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
  *height: 13px; /* 3 */
  *width: 13px; /* 3 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield; /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto; /* 1 */
  vertical-align: top; /* 2 */
}

/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

html,
button,
input,
select,
textarea {
  color: #222;
}

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

img {
  vertical-align: middle;
}

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

textarea {
  resize: vertical;
}

.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

@font-face {
  font-family: "Roboto";
  src: local("Roboto Thin"), local("Roboto-Thin"), url("assets/font/Roboto-Thin.ttf") format("truetype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: local("Roboto ThinItalic"), local("Roboto-ThinItalic"), url("assets/font/Roboto-ThinItalic.ttf") format("truetype");
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: local("Roboto Light"), local("Roboto-Light"), url("assets/font/Roboto-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: local("Roboto LightItalic"), local("Roboto-LightItalic"), url("assets/font/Roboto-LightItalic.ttf") format("truetype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: local("Roboto"), local("Roboto-Regular"), url("assets/font/Roboto-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: local("Roboto Italic"), local("Roboto-Italic"), url("assets/font/Roboto-Italic.ttf") format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: local("Roboto Medium"), local("Roboto-Medium"), url("assets/font/Roboto-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: local("Roboto MediumItalic"), local("Roboto-MediumItalic"), url("assets/font/Roboto-MediumItalic.ttf") format("truetype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: local("Roboto Bold"), local("Roboto-Bold"), url("assets/font/Roboto-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: local("Roboto BoldItalic"), local("Roboto-BoldItalic"), url("assets/font/Roboto-BoldItalic.ttf") format("truetype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: local("Roboto Black"), local("Roboto-Black"), url("assets/font/Roboto-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: local("Roboto BlackItalic"), local("Roboto-BlackItalic"), url("assets/font/Roboto-BlackItalic.ttf") format("truetype");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Playfair Display";
  src: local("Playfair Display"), local("PlayfairDisplay-Regular"), url("assets/font/PlayfairDisplay-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Playfair Display";
  src: local("Playfair Display Italic"), local("PlayfairDisplay-Italic"), url("assets/font/PlayfairDisplay-Italic.ttf") format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Playfair Display";
  src: local("Playfair Display Medium"), local("PlayfairDisplay-Medium"), url("assets/font/PlayfairDisplay-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Playfair Display";
  src: local("Playfair Display MediumItalic"), local("PlayfairDisplay-MediumItalic"), url("assets/font/PlayfairDisplay-MediumItalic.ttf") format("truetype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Playfair Display";
  src: local("Playfair Display SemiBold"), local("PlayfairDisplay-SemiBold"), url("assets/font/PlayfairDisplay-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Playfair Display";
  src: local("Playfair Display SemiBoldItalic"), local("PlayfairDisplay-SemiBoldItalic"), url("assets/font/PlayfairDisplay-SemiBoldItalic.ttf") format("truetype");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Playfair Display";
  src: local("Playfair Display Bold"), local("PlayfairDisplay-Bold"), url("assets/font/PlayfairDisplay-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Playfair Display";
  src: local("Playfair Display BoldItalic"), local("PlayfairDisplay-BoldItalic"), url("assets/font/PlayfairDisplay-BoldItalic.ttf") format("truetype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Playfair Display";
  src: local("Playfair Display ExtraBold"), local("PlayfairDisplay-ExtraBold"), url("assets/font/PlayfairDisplay-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Playfair Display";
  src: local("Playfair Display ExtraBoldItalic"), local("PlayfairDisplay-ExtraBoldItalic"), url("assets/font/PlayfairDisplay-ExtraBoldItalic.ttf") format("truetype");
  font-weight: 800;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Playfair Display";
  src: local("Playfair Display Black"), local("PlayfairDisplay-Black"), url("assets/font/PlayfairDisplay-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Playfair Display";
  src: local("Playfair Display BlackItalic"), local("PlayfairDisplay-BlackItalic"), url("assets/font/PlayfairDisplay-BlackItalic.ttf") format("truetype");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
body {
  font-family: "Roboto", Arial, sans-serif;
  font-weight: 400;
  padding-top: 71px;
  font-size: 14px;
  line-height: 1.42857143;
  color: var(--wp--preset--color--dark-blue);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Playfair Display", Arial, sans-serif;
  color: var(--wp--preset--color--very-dark-blue);
}

h2,
h3 {
  margin: 20px 0 10px;
}

h4,
h5,
h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}

p {
  margin-bottom: 10px;
  text-align: justify;
}

a,
p.has-text-color:not(.has-link-color) a {
  text-decoration: none;
  color: var(--wp--preset--color--blue);
}
a:hover, a:focus,
p.has-text-color:not(.has-link-color) a:hover,
p.has-text-color:not(.has-link-color) a:focus {
  text-decoration: underline;
  color: #2a6496;
}

ol {
  display: block;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 40px;
}

ul,
ol {
  margin-bottom: 10px;
}
ul li,
ol li {
  margin-bottom: 7px;
  text-align: justify;
}

ul {
  position: relative;
  padding-left: 27px;
}
ul:not(.form__list--without-dots, .is-style-list--check) li:before {
  content: "•";
  color: #2cd3fd;
  padding-right: 0.5em;
  position: absolute;
  left: 10px;
}

strong {
  font-weight: 700;
}

.italic {
  font-style: italic;
}

.no-scroll {
  overflow: hidden;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container--md {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  .container--md {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container--md {
    width: 1170px;
  }
}
.container--one-line {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media (min-width: 992px) {
  .container--one-line {
    justify-content: space-between;
    align-items: center;
  }
}
.container--404 {
  margin-left: auto;
  margin-right: auto;
  margin-top: 80px;
  margin-bottom: 80px;
}
@media (min-width: 768px) {
  .container--404 {
    width: 680px;
  }
}
.container--slide {
  margin: 30px auto 0;
}
@media (min-width: 992px) {
  .container--slide {
    margin: 150px auto 0;
  }
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 3;
  width: 100%;
  overflow-y: auto;
  max-height: 100vh;
}
@media (min-width: 992px) {
  .header {
    overflow-y: visible;
    max-height: 100%;
  }
}
.header__container {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
}
.header__top {
  background-color: var(--wp--preset--color--white);
  padding: 0;
  text-align: center;
}
@media (min-width: 992px) {
  .header__top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 15px;
    text-align: left;
  }
}
.header__bottom {
  box-shadow: 0 10px 30px #aaa inset;
  background-color: rgba(171, 174, 179, 0.6);
  height: 50px;
}

.menu__link {
  display: inline-block;
  font-family: "Roboto", Arial, sans-serif;
  font-weight: 700;
  color: var(--wp--preset--color--dark-greyish-blue);
  text-transform: uppercase;
  outline: 0;
  border-bottom: 1px solid #d8d8d8;
  padding: 10px 15px;
  width: 100%;
  font-size: 12px;
}
@media (min-width: 992px) {
  .menu__link {
    transition: all 0.1s ease-in-out;
    padding: 23px 0 24px;
    border-top: 3px solid transparent;
    border-bottom: none;
    width: auto;
  }
}
@media (min-width: 1200px) {
  .menu__link {
    font-size: 14px;
  }
}
.menu__link:hover, .menu__link:focus {
  border-top-color: var(--wp--preset--color--cyan);
  text-decoration: none;
  background-color: #f5f5f5;
}
@media (min-width: 992px) {
  .menu__link:hover, .menu__link:focus {
    background-color: transparent;
  }
}
.menu__link::before {
  content: "";
  background-image: url('data:image/svg+xml;charset=utf8,<?xml version="1.0" ?><svg height="512px" id="Layer_1" fill="rgba(0, 204, 255, 1)" style="enable-background:new 0 0 512 512;" version="1.1" viewBox="0 0 512 512" width="512px" xml:space="preserve" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><path d="M322.7,128.4L423,233.4c6,5.8,9,13.7,9,22.4c0,8.7-3,16.5-9,22.4L322.7,383.6c-11.9,12.5-31.3,12.5-43.2,0  c-11.9-12.5-11.9-32.7,0-45.2l48.2-50.4h-217C93.7,288,80,273.7,80,256c0-17.7,13.7-32,30.6-32h217l-48.2-50.4  c-11.9-12.5-11.9-32.7,0-45.2C291.4,115.9,310.7,115.9,322.7,128.4z"/></svg>');
  background-repeat: no-repeat;
  display: inline-block;
  width: 14px;
  height: 17px;
  margin-right: 8px;
  background-size: contain;
  vertical-align: top;
}
@media (min-width: 992px) {
  .menu__link::before {
    display: none;
  }
}
.menu__link--footer {
  color: #424242;
  white-space: nowrap;
}
.menu__link--footer:hover, .menu__link--footer:focus {
  color: #424242;
}
.menu__sub {
  align-items: normal;
  color: inherit;
  display: flex;
  flex-direction: column;
  transition: opacity 0.1s linear;
  z-index: 2;
  background-color: var(--wp--preset--color--white);
  width: 100%;
  padding-left: 0;
  overflow: hidden;
  height: 0;
  opacity: 0;
  visibility: hidden;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .menu__sub {
    border-radius: 3px;
    border: 1px solid var(--wp--preset--color--very-light-grey);
    left: -16px;
    position: absolute;
    top: 100%;
    width: 0;
  }
}
.menu__sub .menu-item {
  margin-left: 0;
  text-align: left;
}
@media (min-width: 992px) {
  .menu__sub .menu-item:not(:first-of-type) .menu__link {
    border-top: 1px solid #d8d8d8;
  }
}
.menu__sub .menu__link {
  border-top: none;
  padding: 10px 15px 10px 35px;
  width: 100%;
}
@media (min-width: 992px) {
  .menu__sub .menu__link {
    border-left: 3px solid transparent;
    padding: 10px 15px;
  }
}
.menu__sub .menu__link:hover, .menu__sub .menu__link:focus {
  border-left-color: var(--wp--preset--color--cyan);
}
.menu--main {
  display: none;
  text-align: left;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .menu--main {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
}
.menu-item {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 0;
}
.menu-item::before {
  display: none;
}
@media (min-width: 992px) {
  .menu-item {
    margin-left: 12px;
    width: auto;
  }
}
@media (min-width: 1200px) {
  .menu-item {
    margin-left: 16px;
  }
}
.menu-item-has-children:focus-within .menu__sub, .menu-item-has-children--open .menu__sub {
  height: auto;
  opacity: 1;
  overflow: visible;
  visibility: visible;
}
@media (min-width: 992px) {
  .menu-item-has-children:focus-within .menu__sub, .menu-item-has-children--open .menu__sub {
    min-width: 300px;
    width: auto;
  }
}
@media (min-width: 992px) {
  .menu-item-has-children:hover .menu__sub {
    height: auto;
    opacity: 1;
    overflow: visible;
    visibility: visible;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .menu-item-has-children:hover .menu__sub {
    min-width: 300px;
    width: auto;
  }
}
.menu__trigger {
  background: var(--wp--preset--color--cyan);
  color: var(--wp--preset--color--white);
  border: 1px solid var(--wp--preset--color--cyan);
  padding: 15px 10px;
  width: 100%;
}
@media (min-width: 992px) {
  .menu__trigger {
    display: none;
  }
}
.menu__trigger .icon-bar {
  background: var(--wp--preset--color--white);
  width: 16px;
  height: 2px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.menu__trigger .icon-bar + .icon-bar {
  margin-top: 3px;
}
.menu--open {
  display: flex;
}
.menu--footer {
  text-transform: uppercase;
  padding-left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}
@media (min-width: 992px) {
  .menu--footer {
    justify-content: flex-end;
  }
}
.menu--footer .menu-item {
  width: auto;
}
@media (min-width: 992px) {
  .menu--footer .menu-item {
    width: 100%;
  }
}

.current-menu-item .menu__link,
.current-page-ancestor .menu__link {
  border-top-color: var(--wp--preset--color--cyan);
}

.custom-logo {
  margin: 12px 0 16px;
  width: 132px;
  height: 100%;
}
@media (min-width: 992px) {
  .custom-logo {
    margin: 0;
  }
}
@media (min-width: 1200px) {
  .custom-logo {
    width: inherit;
    height: inherit;
  }
}

.button__phone {
  background-color: var(--wp--preset--color--red);
  color: var(--wp--preset--color--white);
  padding: 7px 17px;
  font-weight: 700;
  border-radius: 3px;
}
.button__phone:hover, .button__phone:focus {
  text-decoration: none;
  color: var(--wp--preset--color--white);
  opacity: 0.8;
}
.button__phone::before {
  content: "";
  background-image: url('data:image/svg+xml;charset=utf8,<?xml version="1.0" ?><svg class="feather feather-phone-call" fill="none" height="24" stroke="white" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" viewBox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M15.05 5A5 5 0 0 1 19 8.95M15.05 1A9 9 0 0 1 23 8.94m-1 7.98v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6 19.79 19.79 0 0 1-3.07-8.67A2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72 12.84 12.84 0 0 0 .7 2.81 2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45 12.84 12.84 0 0 0 2.81.7A2 2 0 0 1 22 16.92z"/></svg>');
  background-repeat: no-repeat;
  display: inline-block;
  width: 24px;
  height: 20px;
  margin-right: 4px;
  background-size: contain;
  vertical-align: top;
}
.button__more-info {
  margin: 0 auto;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.button__more-info::before {
  content: "";
  background-repeat: no-repeat;
  display: block;
  width: 14px;
  height: 14px;
  background-size: cover;
  margin-right: 5px;
  background-image: url("./assets/icon/chevron-down.svg");
}

.banner {
  width: 100%;
  height: 239px;
  background: url("./assets/image/static-banner.jpg") center center no-repeat;
  margin-bottom: 18px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 94px;
}
@media (min-width: 992px) {
  .banner {
    margin-top: 0;
    justify-content: flex-end;
  }
}
.banner__title {
  font-family: "Playfair Display", Arial, sans-serif;
  font-weight: 400;
  color: var(--wp--preset--color--very-dark-blue);
  font-size: 50px;
  text-align: center;
  margin-bottom: 15px;
  min-height: 72px;
}
.banner__description {
  font-family: "Roboto", Arial, sans-serif;
  font-weight: 400;
  color: #424242;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 4px;
  font-size: 17px;
  margin: 0;
  margin-bottom: 30px;
  min-height: 19px;
}

.breadcrumb {
  padding: 8px;
  margin-bottom: 18px;
  text-transform: uppercase;
  display: flex;
  flex-wrap: wrap;
  color: var(--wp--preset--color--very-dark-blue);
}
.breadcrumb__item {
  padding: 0 5px;
  margin-bottom: 0;
  color: var(--wp--preset--color--very-dark-blue);
}
.breadcrumb__item:hover, .breadcrumb__item:focus {
  color: var(--wp--preset--color--very-dark-blue);
}
.breadcrumb__item:first-of-type {
  padding-left: 0;
}
.breadcrumb__item--highlight {
  color: var(--wp--preset--color--dark-greyish-blue);
  font-weight: 700;
  margin-right: 5px;
}

.tile__item {
  background-color: #fafafa;
  border-radius: 4px;
  box-shadow: 3px 3px 5px -2px #d8d8d8;
  padding: 27px;
  height: 237px;
  margin-bottom: 25px;
}
@media (min-width: 768px) {
  .tile__item {
    max-width: 289px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 992px) {
  .tile__item {
    margin-left: 0;
    margin-right: 0;
  }
}
.tile__text {
  line-height: 26px;
  text-align: center;
}
.tile__list .slick-slide:hover .tile__text, .tile__list .slick-slide:focus .tile__text {
  color: var(--wp--preset--color--red);
}
.tile__list .slick-slide:hover svg, .tile__list .slick-slide:focus svg {
  fill: var(--wp--preset--color--red);
}
.tile__list .slick-slide svg {
  fill: #9299a4;
}

.box__arrow {
  margin: 25px 0;
}
.box__number {
  width: 10%;
  font-family: "Playfair Display", Arial, sans-serif;
}
@media (min-width: 992px) {
  .box__number {
    padding-top: 30px;
  }
}
.box--contact {
  padding: 25px 30px 60px;
  color: #626e7c;
  margin-top: 10px;
  margin-bottom: 40px;
}

.contact {
  margin-bottom: 50px;
}
.contact .button__phone {
  padding: 17px;
  border-radius: 0;
  display: block;
}

@media (min-width: 768px) {
  .footer__top {
    padding: 75px 0;
  }
}
.footer__bottom {
  border-top: 1px solid #d7d6d6;
  padding: 30px 0 20px;
}
.footer__info {
  order: 2;
  text-align: center;
  width: 100%;
  color: #8b939c;
}
@media (min-width: 992px) {
  .footer__info {
    order: 0;
    text-align: left;
    width: auto;
  }
}
.footer__slider {
  padding-left: 0;
  margin-top: 50px;
  margin-bottom: 0;
}
.footer__slider.slick-slider {
  display: flex;
  flex-wrap: wrap;
}
.footer__slider .slick-arrow {
  position: relative;
}
.footer__slider .slick-prev {
  order: 2;
}
.footer__slider .slick-prev,
.footer__slider .slick-next {
  margin-top: 25px;
}
.footer__slider .slick-prev::before,
.footer__slider .slick-next::before {
  background-repeat: no-repeat;
  display: block;
  width: 24px;
  height: 24px;
  background-size: cover;
}
.footer__slider .slick-prev::before {
  content: "";
  background-image: url("./assets/icon/chevron-left.svg");
}
.footer__slider .slick-next::before {
  content: "";
  background-image: url("./assets/icon/chevron-right.svg");
}
.footer__column--phone .button__phone {
  margin: 11px 0 10px 0;
  display: block;
}
.footer__column--phone .wp-block-button__link {
  height: 34px;
  padding: 7px 4px;
  border-radius: 4px;
}
@media (min-width: 1200px) {
  .footer__column--phone .wp-block-button__link {
    padding: 7px;
  }
}
.footer .contact-data {
  color: #818080;
}

.slide__title {
  margin-top: 0;
  font-family: Roboto, Arial, sans-serif;
  font-weight: 700;
  color: #424242;
  margin: 0 0 15px;
  font-size: 17px;
}
.slide__content {
  border-bottom: 1px solid #dcdfe4;
  padding-bottom: 13px;
  margin-bottom: 16px;
  font-size: 13px;
  color: #333333;
}

.collapse__trigger {
  border: none;
  color: inherit;
  background-color: transparent;
  padding: 0;
  font-weight: inherit;
  cursor: pointer;
}
.collapse__trigger--one-line {
  display: flex;
  align-items: center;
  gap: 5px;
}
.collapse__trigger--open .icon-plus {
  background-size: 50% 3px, 0;
  background-color: #0cf;
}
.collapse__content {
  height: 0;
  overflow-y: hidden;
  transition: height 0.3s;
}

.number {
  color: var(--wp--preset--color--cyan);
  font-size: 70px;
  line-height: 35px;
  font-family: "Playfair Display", Arial, sans-serif;
  font-weight: 400;
  flex-shrink: 0;
  margin-left: auto !important;
  margin-right: auto !important;
  margin-bottom: 20px !important;
}
@media (min-width: 992px) {
  .number {
    flex-basis: 57px;
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-bottom: 0 !important;
  }
}

.shrink-0 {
  flex-shrink: 0;
}

.font-playfair-display {
  font-family: "Playfair Display", Arial, sans-serif;
}

.font-roboto {
  font-family: "Roboto", Arial, sans-serif;
}

.icon-plus {
  display: inline-block;
  width: 18px;
  height: 18px;
  background: linear-gradient(#fff 0 0), linear-gradient(#fff 0 0), #062a61;
  background-position: center;
  background-size: 50% 3px, 3px 50%;
  background-repeat: no-repeat;
  border-radius: 50%;
}

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

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

.w-100 {
  width: 100%;
}

.h-100 {
  height: 100%;
}

.justify-between {
  justify-content: space-between;
}

.wpcf7-form-control-wrap {
  margin-top: 7px;
  display: block;
}

input,
select {
  border: 1px solid #89929c;
  border-radius: 2px;
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-image: none;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  box-sizing: border-box;
  background-color: transparent;
}

input[type=checkbox] {
  height: 18px;
  width: 18px;
}

label {
  color: #34495e;
  width: 100%;
}

textarea {
  min-height: 250px;
  padding: 12px;
  width: 100%;
  box-sizing: border-box;
}

.wpcf7-form .wpcf7-not-valid-tip {
  font-size: 12px;
  text-align: left;
}
.wpcf7-form .wpcf7-not-valid-tip:nth-of-type(2) {
  display: none;
}
.wpcf7-form label {
  text-align: center;
  display: inline-block;
}
@media (min-width: 768px) {
  .wpcf7-form label {
    text-align: left;
  }
}

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

.wpcf7-list-item {
  margin-left: 0 !important;
}
.wpcf7-list-item label {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 4px;
}

.form--contact .wpcf7-form-control, .form--contact input[type=checkbox] {
  border-color: #d5dce2;
}
.form__button {
  padding: 10px 20px;
  margin-top: 20px;
  border-radius: 7px;
  color: var(--wp--preset--color--white);
  display: inline-block;
  text-align: center;
  word-break: break-word;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  text-transform: uppercase;
  font-weight: 700;
  border: none;
  opacity: 1;
  transition: opacity 0.1s ease-in-out;
  font-family: "Roboto", Arial, sans-serif;
  gap: 7px;
  width: 100%;
}
@media (min-width: 992px) {
  .form__button {
    padding: 10px 100px;
    width: auto;
  }
}
.form__button:not(.form__button--disabled):focus, .form__button:not(.form__button--disabled):hover {
  opacity: 0.8;
}
.form__button--red {
  background-color: var(--wp--preset--color--red);
}
.form__button--cyan {
  background-color: var(--wp--preset--color--cyan);
}
.form__button--contact {
  font-size: 16px;
  margin-left: 0;
  border-radius: 3px;
  font-weight: 400;
}

.grecaptcha-badge {
  visibility: hidden !important;
}

.hidden {
  display: none;
}

.has-blue-color {
  color: var(--wp--preset--color--blue);
}

.has-blue-background-color {
  background-color: var(--wp--preset--color--blue);
}

.has-very-dark-blue-color {
  color: var(--wp--preset--color--very-dark-blue);
}

.has-very-dark-blue-background-color {
  background-color: var(--wp--preset--color--very-dark-blue);
}

.has-dark-blue-color {
  color: var(--wp--preset--color--dark-blue);
}

.has-dark-blue-background-color {
  background-color: var(--wp--preset--color--dark-blue);
}

.has-cyan-color {
  color: var(--wp--preset--color--cyan);
}

.has-cyan-background-color {
  background-color: var(--wp--preset--color--cyan);
}

.has-red-color {
  color: var(--wp--preset--color--red);
}

.has-red-background-color {
  background-color: var(--wp--preset--color--red);
}

.has-grey-color {
  color: var(--wp--preset--color--grey);
}

.has-grey-background-color {
  background-color: var(--wp--preset--color--grey);
}

.has-very-light-grey-color {
  color: var(--wp--preset--color--very-light-grey);
}

.has-very-light-grey-background-color {
  background-color: var(--wp--preset--color--very-light-grey);
}

.has-very-dark-grey-color {
  color: var(--wp--preset--color--very-dark-grey);
}

.has-very-dark-grey-background-color {
  background-color: var(--wp--preset--color--very-dark-grey);
}

.has-dark-greyish-blue-color {
  color: var(--wp--preset--color--dark-greyish-blue);
}

.has-dark-greyish-blue-background-color {
  background-color: var(--wp--preset--color--dark-greyish-blue);
}

.has-light-greyish-pink-color {
  color: var(--wp--preset--color--light-greyish-pink);
}

.has-light-greyish-pink-background-color {
  background-color: var(--wp--preset--color--light-greyish-pink);
}

.has-light-grey-color {
  color: var(--wp--preset--color--light-grey);
}

.has-light-grey-background-color {
  background-color: var(--wp--preset--color--light-grey);
}

.has-white-color {
  color: var(--wp--preset--color--white);
}

.has-white-background-color {
  background-color: var(--wp--preset--color--white);
}

.has-light-red-color {
  color: var(--wp--preset--color--light-red);
}

.has-light-red-background-color {
  background-color: var(--wp--preset--color--light-red);
}

.slider--main {
  height: 600px;
  width: 100%;
  padding-top: 85px;
}
@media (min-width: 992px) {
  .slider--main {
    padding-top: 0px;
    height: 562px;
  }
}
@media (max-width: 991px) {
  .slider--main .slide {
    background-color: #eee;
    background-image: none !important;
  }
  .slider--main .slide .slide__content .wp-block-separator {
    margin-bottom: 20px;
  }
  .slider--main .slide .wp-block-heading {
    font-size: 35px !important;
  }
  .slider--main .slide p {
    font-size: 12px !important;
  }
  .slider--main .slide .wp-block-button__link {
    font-size: 14px !important;
  }
}
.slider .slick-list,
.slider .slick-track {
  height: 100%;
}
.slider .slide {
  background-repeat: no-repeat;
  background-position: center;
}
.slider .slide .wp-block-heading {
  margin-top: 0;
  line-height: 1.1;
}
.slider .slide .wp-block-separator {
  background: rgb(0, 204, 255);
  background: linear-gradient(90deg, rgb(0, 204, 255) 70%, rgba(0, 212, 255, 0) 100%);
  border: none;
  height: 1px;
  margin-left: 0;
  margin-top: 40px;
  margin-bottom: 40px;
}
.slider .slide__content {
  width: 100%;
  border: none;
  padding-bottom: 0;
  margin-bottom: 0;
  text-align: center;
}
@media (min-width: 768px) {
  .slider .slide__content {
    width: 60%;
    text-align: left;
  }
}
.slider .slide__content p {
  text-align: center;
}
@media (min-width: 768px) {
  .slider .slide__content p {
    text-align: left;
  }
}
.slider .slick-arrow {
  width: 58px;
  height: 58px;
  background-color: rgba(0, 0, 0, 0.3);
  border: none;
  z-index: 1;
}
.slider .slick-arrow:before {
  width: 30px;
  height: 30px;
  background-size: cover;
  display: block;
  margin: auto;
  background-repeat: no-repeat;
  background-position: center;
}
.slider .slick-arrow:hover, .slider .slick-arrow:focus {
  opacity: 0.7;
  background: rgba(0, 0, 0, 0.3);
}
.slider .slick-prev {
  left: 0;
}
.slider .slick-prev::before {
  content: "";
  background-image: url("./assets/icon/chevron-left-white.svg");
}
.slider .slick-next {
  right: 0;
}
.slider .slick-next::before {
  content: "";
  background-image: url("./assets/icon/chevron-right-white.svg");
}
.slider--boxes {
  gap: 0 !important;
}
.slider--boxes.wp-block-columns {
  flex-wrap: wrap !important;
}
.slider--boxes .wp-block-button__link {
  display: flex;
  justify-content: center;
  gap: 4px;
}
@media (max-width: 991px) {
  .slider--boxes .wp-block-button__link {
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  .slider--boxes .slick-arrow {
    top: 100%;
    transform: none;
    width: 24px;
    height: 24px;
    position: relative;
    background-color: transparent;
    margin-top: 25px;
  }
}
@media (max-width: 991px) {
  .slider--boxes .slick-prev {
    order: 2;
  }
  .slider--boxes .slick-prev::before {
    content: "";
    background-image: url("./assets/icon/chevron-left.svg");
  }
  .slider--boxes .slick-prev:hover, .slider--boxes .slick-prev:focus {
    background: transparent;
  }
}
@media (max-width: 991px) {
  .slider--boxes .slick-next {
    order: 3;
  }
  .slider--boxes .slick-next::before {
    content: "";
    background-image: url("./assets/icon/chevron-right.svg");
  }
  .slider--boxes .slick-next:hover, .slider--boxes .slick-next:focus {
    background: transparent;
  }
}

.homepage {
  padding-top: 32px;
}
.homepage .wp-block-heading {
  text-align: center;
}
.homepage .wp-block-heading {
  line-height: 1.1;
}
.homepage:nth-child(even) {
  background-image: url("./assets/image/static-section.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.homepage .wp-block-group--homepage-boxes {
  margin-top: 48px;
  margin-bottom: 64px;
}
.homepage .wp-block-group--homepage-boxes .wp-block-columns {
  margin-bottom: 48px;
  gap: 48px;
}
@media (min-width: 992px) {
  .homepage .wp-block-group--homepage-boxes .wp-block-columns {
    gap: 88px;
  }
}
.homepage .wp-block-group--homepage-boxes .wp-block-columns .wp-block-group {
  gap: 0;
}
.homepage .wp-block-group--homepage-boxes .wp-block-columns .wp-block-column {
  padding: 30px 15px;
}
@media (min-width: 992px) {
  .homepage .wp-block-group--homepage-boxes .wp-block-columns .wp-block-column {
    padding: 40px 78px;
  }
}
.homepage .wp-block-group--homepage-boxes .wp-block-columns .wp-block-buttons,
.homepage .wp-block-group--homepage-boxes .wp-block-columns .is-style-list--check {
  width: 100%;
}
@media (max-width: 991px) {
  .homepage .wp-block-group--homepage-boxes .wp-block-columns .is-style-list--check li {
    font-size: 12px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.homepage .wp-block-group--homepage-services {
  padding-top: 48px;
  padding-bottom: 48px;
}
.homepage .wp-block-group--homepage-services .wp-block-column {
  padding: 40px 10px;
  box-sizing: border-box;
  border-radius: 4px;
}
@media (min-width: 992px) {
  .homepage .wp-block-group--homepage-services .wp-block-column {
    padding: 40px 30px;
  }
}
@media (min-width: 992px) {
  .homepage .wp-block-group--homepage-services .wp-block-button.has-custom-width .wp-block-button__link {
    width: 220px;
  }
}
.homepage .wp-block-group--homepage-services .wp-block-columns {
  margin-bottom: 48px;
  gap: 16px;
}
@media (min-width: 992px) {
  .homepage .wp-block-group--homepage-services .wp-block-columns {
    gap: 32px;
  }
}
.homepage .wp-block-group--homepage-services .wp-block-columns:last-child {
  margin-bottom: 0;
}
.homepage .wp-block-group--homepage-services .wp-block-heading {
  font-size: 20px;
  margin: 0 -10px;
}
@media (min-width: 768px) {
  .homepage .wp-block-group--homepage-services .wp-block-heading {
    min-height: 76px;
  }
}
@media (min-width: 992px) {
  .homepage .wp-block-group--homepage-services .wp-block-heading {
    min-height: 50px;
    font-size: 23px;
  }
}
.homepage .wp-block-group--homepage-services .wp-block-group {
  gap: 0;
}
.homepage__info p, .homepage__info .wp-block-heading {
  color: #333;
}
.homepage__info p:not(.has-text-align-left) {
  text-align: justify;
}
.homepage__info .wp-block-heading {
  font-family: "Roboto", Arial, sans-serif;
  font-weight: 700;
  line-height: 1.42857;
  text-align: left;
}
.homepage__form {
  margin-top: 15px;
  margin-bottom: 65px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  .homepage__form {
    width: 60%;
  }
}
@media (min-width: 768px) {
  .homepage__form.wpcf7-form label {
    text-align: center;
  }
}
.homepage label input,
.homepage label select {
  margin-top: 7px;
}
.homepage .wpcf7-response-output {
  display: none;
}
@media (max-width: 991px) {
  .homepage .wp-block-heading {
    font-size: 35px !important;
  }
  .homepage p {
    font-size: 12px !important;
  }
  .homepage .wp-block-button__link {
    font-size: 14px !important;
  }
  .homepage .slider--boxes .wp-block-heading,
  .homepage .homepage__info .wp-block-heading,
  .homepage .wp-block-group--homepage-services .wp-block-heading {
    font-size: 18px !important;
  }
}

.wp-block-separator.has-alpha-channel-opacity {
  border: 1px solid var(--wp--preset--color--grey);
  border-bottom: none;
}
.wp-block-separator.is-style-default {
  border: 1px solid var(--wp--preset--color--grey);
  border-bottom: none;
  margin-top: 15px;
  margin-bottom: 30px;
}

.wp-block-columns.is-style--default {
  gap: 0;
}
@media (min-width: 768px) {
  .wp-block-columns.is-style--default .is-style-column--grey-border {
    margin-left: 2em;
  }
}
.wp-block-columns.is-style-columns--frame {
  padding: 10px;
}
@media (min-width: 1200px) {
  .wp-block-columns.is-style-columns--frame {
    padding: 32px 45px;
  }
}
.wp-block-columns.is-style-columns--divider {
  gap: 0;
}
.wp-block-columns.is-style-columns--divider .wp-block-column {
  padding: 45px 30px;
  border-bottom: 1px solid #d7d6d6;
}
@media (min-width: 768px) {
  .wp-block-columns.is-style-columns--divider .wp-block-column {
    border-bottom: none;
    border-right: 1px solid #d7d6d6;
    padding: 30px;
  }
  .wp-block-columns.is-style-columns--divider .wp-block-column:last-of-type {
    border-right: none;
  }
}
.wp-block-columns.is-style-columns--divider .wp-block-column .wp-block-heading {
  margin-top: 0;
  text-align: center;
  font-size: 26px;
}
@media (min-width: 768px) {
  .wp-block-columns.is-style-columns--divider .wp-block-column .wp-block-heading {
    text-align: left;
    font-size: 30px;
  }
}
.wp-block-columns.is-style-columns--divider .wp-block-column .wp-block-subtitle {
  text-align: center;
}
@media (min-width: 768px) {
  .wp-block-columns.is-style-columns--divider .wp-block-column .wp-block-subtitle {
    text-align: left;
  }
}
.wp-block-columns.is-style-columns--divider .wp-block-navigation__container {
  width: 100%;
}
@media (min-width: 992px) {
  .wp-block-columns.is-style-columns--2 {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.wp-block-column.is-style-column--grey-border {
  border: 1px solid var(--wp--preset--color--very-light-grey);
  border-radius: 3px;
  padding: 50px 30px;
}
@media (min-width: 992px) {
  .wp-block-column.is-style-column--grey-border {
    padding: 50px;
  }
}
.wp-block-column.is-style-column--grey-border h2, .wp-block-column.is-style-column--grey-border h3 {
  font-size: 18px;
}
.wp-block-column.is-style-column--orange-border, .wp-block-column.is-style-column--cyan-border, .wp-block-column.is-style-column--red-border {
  border-width: 1px;
  border-style: solid;
  border-radius: 4px;
  padding: 26px;
}
.wp-block-column.is-style-column--orange-border {
  border-color: var(--wp--preset--color--light-red);
}
.wp-block-column.is-style-column--cyan-border {
  border-color: var(--wp--preset--color--cyan);
}
.wp-block-column.is-style-column--cyan-border .is-style-list--check li::before {
  background-image: url("./assets/icon/check-cyan.svg");
}
.wp-block-column.is-style-column--red-border {
  border-color: var(--wp--preset--color--red);
}
.wp-block-column.is-style-column--red-border .is-style-list--check li::before {
  background-image: url("./assets/icon/check-red.svg");
}

.wp-block-group.is-style-group--box {
  margin-top: 20px;
}
.wp-block-group.is-style-group--box .wp-block-heading {
  margin-bottom: 20px;
  margin-top: 0;
  font-family: "Roboto", Arial, sans-serif;
}
.wp-block-group.is-style-group--box .wp-block-heading > a {
  color: var(--wp--preset--color--very-dark-blue);
}
.wp-block-group.is-style-group--box .wp-block-group {
  padding: 46px 38px;
}
@media (min-width: 992px) {
  .wp-block-group.is-style-group--box .wp-block-group {
    border-right: 1px solid var(--wp--preset--color--cyan);
  }
}
.wp-block-group.is-style-group--box .wp-block-image {
  flex-shrink: 0;
  padding: 0 15px;
  width: 95px;
  display: none;
}
@media (min-width: 992px) {
  .wp-block-group.is-style-group--box .wp-block-image {
    display: block;
  }
}
.wp-block-group.is-style-group--box-numbered {
  justify-content: center;
  gap: 0;
}
.wp-block-group.is-style-group--box-numbered .wp-block-heading {
  text-align: center;
}
@media (min-width: 551px) {
  .wp-block-group.is-style-group--box-numbered {
    align-items: flex-start;
    justify-content: flex-start;
  }
  .wp-block-group.is-style-group--box-numbered .wp-block-heading {
    text-align: left;
  }
}
.wp-block-group.is-style-group--box-numbered.is-layout-flex {
  flex-wrap: wrap;
}
@media (min-width: 551px) {
  .wp-block-group.is-style-group--box-numbered.is-layout-flex {
    flex-wrap: nowrap;
  }
}
.wp-block-group.is-style-group--box-numbered > .wp-block-group {
  width: 100%;
  padding: 0 5% 8%;
}
@media (min-width: 551px) {
  .wp-block-group.is-style-group--box-numbered > .wp-block-group {
    border-left: 1px solid var(--wp--preset--color--cyan);
    width: 90%;
    padding: 8% 5%;
  }
}
@media (min-width: 992px) {
  .wp-block-group.is-style-group--graph .wp-block-group__inner-container {
    display: flex;
    grid-gap: 2em;
  }
}
.wp-block-group.is-style-group--graph .wp-block-group__inner-container .wp-block-column.is-style-column--orange-border, .wp-block-group.is-style-group--graph .wp-block-group__inner-container .wp-block-column.is-style-column--cyan-border {
  padding: 15px 10px;
}
.wp-block-group.is-style-group--box-arrowed {
  margin: 10px 0;
  padding: 60px 40px 45px;
  position: relative;
}
.wp-block-group.is-style-group--box-arrowed::before {
  content: "";
  width: 0;
  height: 0;
  border-left: 29px solid transparent;
  border-right: 29px solid transparent;
  border-top: 21px solid #fff;
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.wp-block-group.is-style-group--box-numbered-row {
  border-top: 1px solid var(--wp--preset--color--cyan);
  border-bottom: 1px solid var(--wp--preset--color--cyan);
  padding: 30px 0;
  font-size: 17px;
  line-height: 19px;
  font-weight: 700;
  color: var(--wp--preset--color--very-dark-blue);
}
.wp-block-group.is-style-group--box-numbered-row.is-layout-flex {
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .wp-block-group.is-style-group--box-numbered-row.is-layout-flex {
    flex-wrap: nowrap;
  }
}
.wp-block-group.is-style-group--box-numbered-row .wp-block-group {
  width: 100%;
}
@media (min-width: 992px) {
  .wp-block-group.is-style-group--box-numbered-row .wp-block-group {
    width: auto;
  }
}
.wp-block-group.is-style-group--box-bordered {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  margin-bottom: 0;
  height: 183px;
}
@media (min-width: 992px) {
  .wp-block-group.is-style-group--box-bordered {
    border: 1px solid var(--wp--preset--color--cyan);
  }
}
@media (min-width: 1200px) {
  .wp-block-group.is-style-group--box-bordered {
    width: 207px;
  }
}
.wp-block-group.is-style-group--box-grey-and-bordered {
  background: #f6f4f4;
  margin: 15px 0 0;
  border-top: 1px solid #dcdfe4;
  padding: 5%;
}
.wp-block-group.is-style-group--frame {
  padding: 30px;
  border: 1px solid #ddd;
}

.wp-block-navigation.is-style-aside:not(.wp-block-navigation__container) {
  margin-bottom: 40px;
}
@media (min-width: 992px) {
  .wp-block-navigation.is-style-aside:not(.wp-block-navigation__container) {
    margin-bottom: 80px;
  }
}
.wp-block-navigation.is-style-aside:not(.wp-block-navigation__container) .wp-block-navigation__container {
  border-left: 3px solid var(--wp--preset--color--cyan);
  padding: 0 15px 15px 15px;
  width: 100%;
}
.wp-block-navigation.is-style-aside:not(.wp-block-navigation__container) .wp-block-navigation-submenu {
  flex-wrap: wrap;
}
.wp-block-navigation.is-style-aside:not(.wp-block-navigation__container) .wp-block-navigation-item__content {
  padding: 11px 15px;
  border-top: 1px solid var(--wp--preset--color--light-grey);
}
.wp-block-navigation.is-style-aside:not(.wp-block-navigation__container) .wp-block-navigation-item {
  margin-bottom: 0;
}
.wp-block-navigation.is-style-aside:not(.wp-block-navigation__container) .wp-block-navigation-item::before {
  display: none;
}
.wp-block-navigation.is-style-aside:not(.wp-block-navigation__container) .current-menu-item > .wp-block-navigation-item__content {
  font-weight: bold;
  pointer-events: none;
}
.wp-block-navigation.is-style-aside:not(.wp-block-navigation__container) .current-menu-item > .wp-block-navigation-item__content::before {
  content: "";
}
.wp-block-navigation.is-style-aside:not(.wp-block-navigation__container) .current-menu-item:not(.has-child) {
  font-weight: 700;
}
.wp-block-navigation.is-style-aside:not(.wp-block-navigation__container) .has-child:not(.open-on-click):hover .wp-block-navigation__submenu-container {
  width: 100%;
}
.wp-block-navigation.is-style-aside:not(.wp-block-navigation__container) .has-child > .wp-block-navigation-item__content {
  order: 2;
  font-weight: 400;
  font-family: "Playfair Display", Arial, sans-serif;
  font-size: 17px;
  margin-left: 0;
  border: none;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  align-items: center;
}
.wp-block-navigation.is-style-aside:not(.wp-block-navigation__container) .has-child .wp-block-navigation__submenu-container {
  order: 3;
  position: static;
  width: 100% !important;
  height: auto;
  visibility: visible;
  opacity: 1;
  border: none;
}
.wp-block-navigation.is-style-aside:not(.wp-block-navigation__container) .has-child > .wp-block-navigation-item__content::before {
  content: "";
  display: inline-block;
  background-image: url("./assets/icon/chevron-down.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 16px;
  height: 16px;
  margin-left: 15px;
  margin-right: 8px;
}
@media (min-width: 768px) {
  .wp-block-navigation.is-style-aside:not(.wp-block-navigation__container) .has-child > .wp-block-navigation-item__content::before {
    margin-left: 8px;
  }
}
@media (min-width: 992px) {
  .wp-block-navigation.is-style-aside:not(.wp-block-navigation__container) .has-child > .wp-block-navigation-item__content::before {
    margin-left: 15px;
  }
}
.wp-block-navigation.is-style-aside:not(.wp-block-navigation__container) .has-child > .wp-block-navigation-item__content::before {
  content: none;
}
.wp-block-navigation.is-style-aside:not(.wp-block-navigation__container) .has-child > .wp-block-navigation-item__content.current-menu-ancestor::before {
  content: "";
}
.wp-block-navigation.is-style-aside:not(.wp-block-navigation__container) .has-child.current-menu-item > .wp-block-navigation-item__content {
  font-weight: bold;
}
.wp-block-navigation.is-style-aside:not(.wp-block-navigation__container) .has-child.current-menu-item > .wp-block-navigation-item__content::before {
  content: "";
}
.wp-block-navigation.is-style-aside:not(.wp-block-navigation__container) .has-child .has-child {
  border-top: 1px solid var(--wp--preset--color--light-grey);
}
.wp-block-navigation.is-style-aside:not(.wp-block-navigation__container) .has-child .has-child .wp-block-navigation-item__content {
  font-family: "Roboto", Arial, sans-serif;
  font-size: 15px;
}
.wp-block-navigation.is-style-aside:not(.wp-block-navigation__container) .has-child .has-child:not(.has-child) .wp-block-navigation-item__content {
  padding-left: 15px;
}
.wp-block-navigation.is-style-aside:not(.wp-block-navigation__container) .has-child .has-child .wp-block-navigation-submenu:not(.has-child) .wp-block-navigation-item__content {
  padding-left: 30px;
}
.wp-block-navigation.is-style-aside:not(.wp-block-navigation__container) .has-child .has-child .wp-block-navigation-submenu.has-child .wp-block-navigation-item__content {
  padding-left: 30px;
}
.wp-block-navigation.is-style-aside:not(.wp-block-navigation__container) .has-child .has-child .wp-block-navigation-submenu.has-child .wp-block-navigation-submenu:not(.has-child) .wp-block-navigation-item__content {
  padding-left: 69px;
}
.wp-block-navigation.is-style-aside:not(.wp-block-navigation__container) .has-child .has-child .wp-block-navigation-submenu.has-child .wp-block-navigation-submenu.has-child .wp-block-navigation-item__content {
  padding-left: 45px;
}
.wp-block-navigation.is-style-navigation--faq:not(.wp-block-navigation__container) {
  margin-top: 25px;
}
.wp-block-navigation.is-style-navigation--faq:not(.wp-block-navigation__container) .wp-block-navigation__container {
  gap: 0;
}
.wp-block-navigation.is-style-navigation--faq:not(.wp-block-navigation__container) .wp-block-navigation__container--full-width {
  width: 100%;
}
.wp-block-navigation.is-style-navigation--faq:not(.wp-block-navigation__container) .wp-block-navigation-item {
  width: 100%;
  margin-bottom: 0;
}
.wp-block-navigation.is-style-navigation--faq:not(.wp-block-navigation__container) .wp-block-navigation-item::before {
  display: none;
}
.wp-block-navigation.is-style-navigation--faq:not(.wp-block-navigation__container) .wp-block-navigation-item:last-child .wp-block-navigation-item__content {
  border-bottom: none;
}
.wp-block-navigation.is-style-navigation--faq:not(.wp-block-navigation__container) .wp-block-navigation-item__content {
  display: block;
  border-bottom: 1px solid #d7d6d6;
  padding: 20px 0;
  color: #424242;
  font-size: 17px;
  width: 100%;
  display: flex;
  margin-right: 10px;
}
.wp-block-navigation.is-style-navigation--faq:not(.wp-block-navigation__container) .wp-block-navigation-item__content::before {
  content: "";
  position: relative;
  background-image: url("./assets/icon/chevron-right.svg");
  background-repeat: no-repeat;
  background-size: cover;
  transition: all 0.1s ease-in-out;
  display: block;
  width: 24px;
  height: 24px;
  padding-right: 0;
  margin-right: 10px;
  flex-shrink: 0;
}
.wp-block-navigation.is-style-navigation--faq:not(.wp-block-navigation__container) .wp-block-navigation-item__content:hover::before, .wp-block-navigation.is-style-navigation--faq:not(.wp-block-navigation__container) .wp-block-navigation-item__content:focus::before {
  margin-right: 20px;
}
.wp-block-navigation.is-style-aside .wp-block-navigation-submenu {
  min-width: 100%;
}

.wp-block-button__link:focus, .wp-block-button__link:hover {
  text-decoration: none;
  color: var(--wp--preset--color--white);
  opacity: 0.8;
}
.wp-block-button__link.has-red-background-color {
  background-color: var(--wp--preset--color--red);
}
.wp-block-button__link.has-cyan-background-color {
  background-color: var(--wp--preset--color--cyan);
}
.wp-block-button__link.has-very-dark-blue-background-color {
  background-color: var(--wp--preset--color--very-dark-blue) !important;
}

.wp-block-button.is-style-button--go-to-top:hover, .wp-block-button.is-style-button--go-to-top:focus {
  opacity: 0.8;
}
.wp-block-button.is-style-button--go-to-top.negative-spacing {
  margin-top: -2.75em;
}
@media (min-width: 768px) {
  .wp-block-button.is-style-button--go-to-top.negative-spacing {
    margin-top: 0;
  }
}
.wp-block-button.is-style-button--go-to-top .wp-block-button__link {
  background-color: var(--wp--preset--color--cyan);
  border-radius: 0 0 3px 3px;
  font-size: 14px;
  padding: 7px 12px;
  margin-bottom: 46px;
}
.wp-block-button.is-style-button--go-to-top .wp-block-button__link::before {
  content: "";
  background-image: url('data:image/svg+xml;utf8,<?xml version="1.0" ?><svg fill="white" baseProfile="tiny" height="24px" id="Layer_1" version="1.2" viewBox="0 0 24 24" width="24px" xml:space="preserve" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><path d="M12,3.172L5.586,9.586c-0.781,0.781-0.781,2.047,0,2.828s2.047,0.781,2.828,0L10,10.828v7.242c0,1.104,0.895,2,2,2  c1.104,0,2-0.896,2-2v-7.242l1.586,1.586C15.977,12.805,16.488,13,17,13s1.023-0.195,1.414-0.586c0.781-0.781,0.781-2.047,0-2.828  L12,3.172z"/></svg>');
  background-repeat: no-repeat;
  display: inline-block;
  width: 22px;
  height: 20px;
  background-size: contain;
  vertical-align: top;
}
.wp-block-button.icon--arrow-right img {
  padding-bottom: 3px;
}
.wp-block-button.icon__container .wp-block-button__link {
  display: flex;
  align-items: center;
  gap: 4px;
}
.wp-block-button.is-style-outline {
  background-color: transparent;
  transition: background-color 0.1s ease-in-out;
}
.wp-block-button.is-style-outline .wp-element-button.wp-block-button__link {
  border: 1px solid #acb2b9;
  color: var(--wp--preset--color--dark-greyish-blue);
}
.wp-block-button.is-style-outline:hover, .wp-block-button.is-style-outline:focus {
  background-color: #FFF;
}

.wp-block-buttons.is-style-buttons--slider {
  gap: 10px;
  justify-content: center;
}
@media (min-width: 768px) {
  .wp-block-buttons.is-style-buttons--slider {
    gap: 20px;
    justify-content: flex-start;
  }
}
.wp-block-buttons.is-style-buttons--slider .wp-block-button__link.wp-element-button {
  padding: 12px 50px 12px 40px;
}

.wp-block-navigation-item {
  text-align: left;
}

.wp-block-image.is-style-tile {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  margin-bottom: 0;
  height: 183px;
}
@media (min-width: 992px) {
  .wp-block-image.is-style-tile {
    border: 1px solid var(--wp--preset--color--cyan);
  }
}
@media (min-width: 1200px) {
  .wp-block-image.is-style-tile {
    width: 207px;
  }
}

.wp-block-cb-carousel .slick-list .slick-slide {
  padding-left: 0px;
  padding-right: 0px;
}
@media (min-width: 992px) {
  .wp-block-cb-carousel .slick-list .slick-slide {
    padding-left: 12px;
    padding-right: 12px;
  }
}
.wp-block-cb-carousel .slick-arrow {
  width: 56px;
  height: 56px;
  border: 1px solid #afb4bc;
  border-radius: 2px;
  z-index: 1;
  opacity: 1;
  transition: background-color 0.3s;
  top: 35%;
  background-color: transparent;
}
.wp-block-cb-carousel .slick-arrow:hover, .wp-block-cb-carousel .slick-arrow:focus {
  background-color: #fafafa !important;
}
.wp-block-cb-carousel .slick-arrow:before {
  width: 30px;
  height: 46px;
  background-size: cover;
  display: block;
  margin: auto;
  background-repeat: no-repeat;
  background-position: center;
}
.wp-block-cb-carousel .slick-prev {
  left: 0px;
}
@media (min-width: 1200px) {
  .wp-block-cb-carousel .slick-prev {
    left: -55px;
  }
}
.wp-block-cb-carousel .slick-prev::before {
  content: "";
  background-image: url("./assets/icon/chevron-left.svg");
}
.wp-block-cb-carousel .slick-next {
  right: 0px;
}
@media (min-width: 1200px) {
  .wp-block-cb-carousel .slick-next {
    right: -55px;
  }
}
.wp-block-cb-carousel .slick-next::before {
  content: "";
  background-image: url("./assets/icon/chevron-right.svg");
}

.wp-block-post-title {
  line-height: 1.1;
}

.wp-block-details {
  text-align: center;
  color: var(--wp--preset--color--very-dark-blue);
}
.wp-block-details summary, .wp-block-details p:last-of-type {
  margin-bottom: 10px;
}

.wp-block-table.is-style-table--borderless td {
  border: none;
}
.wp-block-table.is-style-table--borderless td + td {
  width: 30%;
  text-align: center;
}
.wp-block-table.is-style-table--borderless tr {
  border-top: 1px solid #ddd;
  padding: 8px;
}

.is-style-list--check {
  list-style: none;
  padding-left: 0;
  margin-top: 24px !important;
}
.is-style-list--check li {
  padding-left: 30px;
  position: relative;
  font-size: 15px;
  color: var(--wp--preset--color--dark-greyish-blue);
  padding-top: 18px;
  padding-bottom: 18px;
  border-bottom: 0.5px solid var(--wp--preset--color--grey);
  margin-bottom: 0;
  line-height: 20px;
}
.is-style-list--check li:first-of-type {
  border-top: 0.5px solid var(--wp--preset--color--grey);
}
.is-style-list--check li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  background-repeat: no-repeat;
  background-size: contain;
}

/*# sourceMappingURL=style.css.map */
