/*
Theme Name: pledziewicz
Theme URI: https://wpcoder.pl
Author: WPCODER.PL
Author URI: https://wpcoder.pl
Version: 1.0
Requires at least: 5.3
Tested up to: 5.5
Requires PHP: 7.3
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: pledziewicz
*/
/**
 * Functions
 */
/*! normalize-scss | MIT/GPLv2 License | bit.ly/normalize-scss */
/* Document
       ========================================================================== */
/**
     * 1. Correct the line height in all browsers.
     * 2. Prevent adjustments of font size after orientation changes in
     *    IE on Windows Phone and in iOS.
     */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

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

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

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

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

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

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

/**
     * Add the correct display in IE.
     */
main {
  display: block;
}

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

/* Forms
       ========================================================================== */
/**
     * 1. Change the font styles in all browsers (opinionated).
     * 2. Remove the margin in Firefox and Safari.
     */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
     * Show the overflow in IE.
     */
button {
  overflow: visible;
}

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

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

button,
[type="button"],
[type="reset"],
[type="submit"] {
  /**
       * Remove the inner border and padding in Firefox.
       */
  /**
       * Restore the focus styles unset by the previous rule.
       */
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
     * Show the overflow in Edge.
     */
input {
  overflow: visible;
}

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

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

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

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

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

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

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

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

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

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

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

/*
     * Add the correct display in IE 9-.
     */
menu {
  display: block;
}

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

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

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

/**
 * Variables
 */
a {
  color: #8b0b30;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

a::before, a::after {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

a:hover {
  color: #b2103f;
}

.link-call {
  display: inline-block;
  height: 1.25rem;
  padding: 0 0 0 1.5625rem;
  font-size: 0.9375rem;
  line-height: 1.25rem;
  background: transparent url(images/icon-phone.svg) no-repeat left center/contain;
  color: #ea6718;
}

.link-call:hover, .link-call:active, .link-call:focus {
  color: #f5a613;
}

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

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

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

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

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

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

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

input,
textarea {
  display: block;
  width: 100%;
  font-family: "Noto Sans", "sans-serif";
  font-weight: 700;
  color: #000;
  border: solid 2px #e2e5f7;
  border-radius: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

input[type="text"], input[type="number"], input[type="email"], input[type="password"], input[type="tel"], input[type="search"] {
  padding: 0.9375rem 1.5rem;
}

input[type="text"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="password"]:focus, input[type="tel"]:focus, input[type="search"]:focus {
  border-color: #8b0b30;
}

input[type="submit"] {
  border: none;
}

input[type="submit"]:focus {
  outline: 0;
  border: none;
}

input:focus {
  outline: 0;
}

input[type="radio"],
input[type="checkbox"] {
  width: auto;
}

textarea {
  padding: 0.9375rem 1.3125rem;
}

textarea:focus {
  outline: 0;
  border-color: #f5a613;
}

button {
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

button {
  border: none;
  font-family: "Noto Sans", "sans-serif";
  background-color: transparent;
}

.button {
  display: inline-block;
  height: 3.125rem;
  padding: 0 1.6875rem;
  font-family: "Noto Sans", "sans-serif";
  font-weight: 700;
  line-height: 2.875rem;
  color: #fff;
  border: none;
  background-color: #8b0b30;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.button:hover, .button:active, .button:focus {
  outline: 0;
  color: #fff;
  background-color: #b2103f;
  cursor: pointer;
}

.button.alt {
  background-color: #b2103f;
}

.button.alt:hover, .button.alt:active, .button.alt:focus {
  background-color: #8b0b30;
}

.button.white {
  background-color: #fff;
  color: #8b0b30;
}

.button.white:hover, .button.white:active, .button.white:focus {
  background-color: #b2103f;
  color: #fff;
}

.button.outline-white {
  background-color: transparent;
  color: #fff;
  border: solid 1px #fff;
}

.button.outline-white:hover, .button.outline-white:active, .button.outline-white:focus {
  background-color: #b2103f;
  color: #fff;
}

.button.arrow {
  padding-left: 1.5625rem;
  background-color: transparent;
  background-image: url("images/icon-arrow.svg");
  background-repeat: no-repeat;
  background-position: 0rem 50%;
  background-size: 1rem;
  line-height: 2.0625rem;
  color: #8b0b30;
}

.button.arrow:hover {
  color: #b2103f;
}

.button.wide {
  height: 2.5rem;
  padding-right: 2.8125rem;
  padding-left: 2.8125rem;
  line-height: 2.5rem;
}

.button.outline {
  background-color: transparent;
  color: #b2103f;
  border: solid 1px #b2103f;
}

.button.outline:hover, .button.outline:active, .button.outline:focus {
  background-color: #8b0b30;
  color: #fff;
  border-color: #8b0b30;
}

.rank-math-breadcrumb {
  margin: 2rem 0;
  padding: 1rem 2rem;
  background-color: #f4f4f4;
}

.rank-math-breadcrumb p {
  margin: 0;
}

.rank-math-breadcrumb a {
  color: #8b0b30;
}

.rank-math-breadcrumb .separator {
  display: inline-block;
  margin: 0 0.5rem;
  opacity: 0.5;
  color: #5e6171;
}

.rank-math-breadcrumb .last {
  color: #8b0b30;
  font-weight: 700;
}

.pagination {
  margin: 1.875rem 0;
  width: 100%;
  text-align: center;
}

.pagination:empty {
  margin: 0;
}

.pagination .page-numbers {
  display: inline-block;
  min-width: 1.5rem;
  height: 2.5rem;
  padding: 0 0.9375rem;
  line-height: 2.5rem;
  background-color: #40526f;
  color: white;
}

.pagination .page-numbers:hover, .pagination .page-numbers.current {
  background-color: #8b0b30;
}

/**
 * Global Styles
 */
html {
  scroll-behavior: smooth;
}

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

@media (max-width: 48.8125rem) {
  .main-html {
    margin-top: 0 !important;
  }
  .main-html #wpadminbar {
    display: none !important;
  }
}

::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  background-color: #fff;
}

::-webkit-scrollbar-thumb {
  background-color: #8b0b30;
}

body {
  margin: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Noto Sans", "sans-serif";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  background-color: #f7f7f9;
  color: #5e6171;
  overflow-x: hidden;
}

.kontakt-lewy {
  display: inline;
  float: left;
  margin-right: 15px;
}

.kontakt-prawy {
  display: inline;
  float: left;
}

.label-kontakt {
  font-size: 10px;
  color: #BBB;
}

.object-fit img,
.object-fit .cover {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  background-size: cover;
  background-position: center;
  -o-object-position: center;
     object-position: center;
}

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

.container-fluid {
  max-width: 110rem;
}

@media (min-width: 36rem) {
  .container,
  .container-sm {
    max-width: 33.75rem;
  }
}

@media (min-width: 48rem) {
  .container,
  .container-sm,
  .container-md {
    max-width: 45rem;
  }
}

@media (min-width: 62rem) {
  .container,
  .container-sm,
  .container-md,
  .container-lg {
    max-width: 60rem;
  }
}

@media (min-width: 85.375rem) {
  .container,
  .container-sm,
  .container-md,
  .container-lg,
  .container-xl {
    max-width: 85rem;
  }
}

.columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -1rem;
  margin-left: -1rem;
}

.column {
  width: 50%;
  padding-right: 1rem;
  padding-left: 1rem;
}

@media (max-width: 61.9375rem) {
  .column {
    width: 100%;
  }
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.color-white {
  color: #fff;
}

.color-black {
  color: #000;
}

.color-orange {
  color: #f5a613;
}

.background-image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
}

.background-image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.background-image.overlay::after {
  content: "";
  z-index: 1;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
}

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

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

.bold {
  font-weight: 700;
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.block-title {
  margin: 0 0 3.125rem 0;
}

.block-title h2,
.block-title h3,
.block-title h4,
.block-title h5 {
  margin: 0;
}

.block-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 1.875rem 0;
}

.no-margin {
  margin: 0;
}

.no-margin-top {
  margin-top: 0;
}

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

.no-margin-bottom {
  margin-bottom: 0;
}

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

.mt-30 {
  margin-top: 1.875rem;
}

.mr-30 {
  margin-right: 1.875rem;
}

.mb-30 {
  margin-bottom: 1.875rem;
}

.ml-30 {
  margin-left: 1.875rem;
}

.mt-auto {
  margin-top: auto;
}

.mr-auto {
  margin-right: auto;
}

.mb-auto {
  margin-bottom: auto;
}

.ml-auto {
  margin-left: auto;
}

.block-static {
  min-height: 28.125rem;
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  padding: 2.8125rem 0;
}

.block-header {
  text-align: center;
  margin: 6.25rem 0;
}

@media (max-width: 85.3125rem) {
  .block-header {
    margin: 3.125rem 0;
  }
}

@media (max-width: 61.9375rem) {
  .block-header {
    margin: 1.875rem 0;
  }
}

.block-header .block-title {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0 3rem;
}

.block-header .block-title::before, .block-header .block-title::after {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  width: 2.0625rem;
  height: 1.0625rem;
  margin-top: -0.53125rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  z-index: 2;
}

.block-header .block-title::before {
  left: 0;
  background-image: url(images/icon-diamond-red.svg);
}

.block-header .block-title::after {
  right: 0;
  background-image: url(images/icon-diamond-dark.svg);
}

.default-block {
  margin: 0 auto;
  line-height: 1.88;
}

.default-block > ul,
.default-block > ol,
.default-block > p {
  margin: 1.875rem 0;
}

.default-block > ul,
.default-block > ol {
  padding: 0 0 0 1.875rem;
}

.default-block .wp-block-columns .container {
  padding: 0;
}

@media (min-width: 48rem) {
  .default-block .wp-block-columns .wp-block-column {
    max-width: 33.125rem;
  }
}

.default-block .wp-block-columns .wp-block-column .container {
  padding: 0;
}

.default-block .container .container {
  padding: 0;
}

.position-relative {
  position: relative;
}

.fancy-title {
  position: relative;
  display: inline-block;
  margin: 2.25rem 0;
  padding: 0 2.25rem;
}

@media (max-width: 35.9375rem) {
  .fancy-title {
    margin: 1rem 0;
  }
}

.fancy-title::before, .fancy-title::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 1.375rem;
  height: 0.6875rem;
  margin-top: -0.34375rem;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.fancy-title::before {
  left: 0;
  background-image: url(images/fancy-title-before.svg);
}

.fancy-title::after {
  right: 0;
  background-image: url(images/fancy-title-after.svg);
}

.fancy-title.dark::before {
  background-image: url(images/icon-diamond-red.svg);
}

.fancy-title.dark::after {
  background-image: url(images/icon-diamond-dark.svg);
}

.collapse-content {
  display: block;
  max-height: 0px;
  overflow: hidden;
  -webkit-transition: max-height 0.5s cubic-bezier(0, 1, 0, 1);
  transition: max-height 0.5s cubic-bezier(0, 1, 0, 1);
}

.collapse-content.show {
  max-height: 99em;
  -webkit-transition: max-height 0.5s ease-in-out;
  transition: max-height 0.5s ease-in-out;
}

/*
 * Typography
 */
/* cyrillic-ext */
@font-face {
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local("Noto Sans"), local("NotoSans"), url(https://fonts.gstatic.com/s/notosans/v11/o-0IIpQlx3QUlC5A4PNr6DRAW_0.woff2) format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

/* cyrillic */
@font-face {
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local("Noto Sans"), local("NotoSans"), url(https://fonts.gstatic.com/s/notosans/v11/o-0IIpQlx3QUlC5A4PNr4TRAW_0.woff2) format("woff2");
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

/* devanagari */
@font-face {
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local("Noto Sans"), local("NotoSans"), url(https://fonts.gstatic.com/s/notosans/v11/o-0IIpQlx3QUlC5A4PNr5DRAW_0.woff2) format("woff2");
  unicode-range: U+0900-097F, U+1CD0-1CF6, U+1CF8-1CF9, U+200C-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FB;
}

/* greek-ext */
@font-face {
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local("Noto Sans"), local("NotoSans"), url(https://fonts.gstatic.com/s/notosans/v11/o-0IIpQlx3QUlC5A4PNr6TRAW_0.woff2) format("woff2");
  unicode-range: U+1F00-1FFF;
}

/* greek */
@font-face {
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local("Noto Sans"), local("NotoSans"), url(https://fonts.gstatic.com/s/notosans/v11/o-0IIpQlx3QUlC5A4PNr5jRAW_0.woff2) format("woff2");
  unicode-range: U+0370-03FF;
}

/* vietnamese */
@font-face {
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local("Noto Sans"), local("NotoSans"), url(https://fonts.gstatic.com/s/notosans/v11/o-0IIpQlx3QUlC5A4PNr6jRAW_0.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}

/* latin-ext */
@font-face {
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local("Noto Sans"), local("NotoSans"), url(https://fonts.gstatic.com/s/notosans/v11/o-0IIpQlx3QUlC5A4PNr6zRAW_0.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local("Noto Sans"), local("NotoSans"), url(https://fonts.gstatic.com/s/notosans/v11/o-0IIpQlx3QUlC5A4PNr5TRA.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* cyrillic-ext */
@font-face {
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local("Noto Sans Bold"), local("NotoSans-Bold"), url(https://fonts.gstatic.com/s/notosans/v11/o-0NIpQlx3QUlC5A4PNjXhFVadyB1Wk.woff2) format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

/* cyrillic */
@font-face {
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local("Noto Sans Bold"), local("NotoSans-Bold"), url(https://fonts.gstatic.com/s/notosans/v11/o-0NIpQlx3QUlC5A4PNjXhFVYNyB1Wk.woff2) format("woff2");
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

/* devanagari */
@font-face {
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local("Noto Sans Bold"), local("NotoSans-Bold"), url(https://fonts.gstatic.com/s/notosans/v11/o-0NIpQlx3QUlC5A4PNjXhFVZdyB1Wk.woff2) format("woff2");
  unicode-range: U+0900-097F, U+1CD0-1CF6, U+1CF8-1CF9, U+200C-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FB;
}

/* greek-ext */
@font-face {
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local("Noto Sans Bold"), local("NotoSans-Bold"), url(https://fonts.gstatic.com/s/notosans/v11/o-0NIpQlx3QUlC5A4PNjXhFVaNyB1Wk.woff2) format("woff2");
  unicode-range: U+1F00-1FFF;
}

/* greek */
@font-face {
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local("Noto Sans Bold"), local("NotoSans-Bold"), url(https://fonts.gstatic.com/s/notosans/v11/o-0NIpQlx3QUlC5A4PNjXhFVZ9yB1Wk.woff2) format("woff2");
  unicode-range: U+0370-03FF;
}

/* vietnamese */
@font-face {
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local("Noto Sans Bold"), local("NotoSans-Bold"), url(https://fonts.gstatic.com/s/notosans/v11/o-0NIpQlx3QUlC5A4PNjXhFVa9yB1Wk.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}

/* latin-ext */
@font-face {
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local("Noto Sans Bold"), local("NotoSans-Bold"), url(https://fonts.gstatic.com/s/notosans/v11/o-0NIpQlx3QUlC5A4PNjXhFVatyB1Wk.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local("Noto Sans Bold"), local("NotoSans-Bold"), url(https://fonts.gstatic.com/s/notosans/v11/o-0NIpQlx3QUlC5A4PNjXhFVZNyB.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* cyrillic */
@font-face {
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/playfairdisplay/v21/nuFiD-vYSZviVYUb_rj3ij__anPXDTjYgFE_.woff2) format("woff2");
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

/* vietnamese */
@font-face {
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/playfairdisplay/v21/nuFiD-vYSZviVYUb_rj3ij__anPXDTPYgFE_.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}

/* latin-ext */
@font-face {
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/playfairdisplay/v21/nuFiD-vYSZviVYUb_rj3ij__anPXDTLYgFE_.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/playfairdisplay/v21/nuFiD-vYSZviVYUb_rj3ij__anPXDTzYgA.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* cyrillic */
@font-face {
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/playfairdisplay/v21/nuFiD-vYSZviVYUb_rj3ij__anPXDTjYgFE_.woff2) format("woff2");
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

/* vietnamese */
@font-face {
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/playfairdisplay/v21/nuFiD-vYSZviVYUb_rj3ij__anPXDTPYgFE_.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}

/* latin-ext */
@font-face {
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/playfairdisplay/v21/nuFiD-vYSZviVYUb_rj3ij__anPXDTLYgFE_.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/playfairdisplay/v21/nuFiD-vYSZviVYUb_rj3ij__anPXDTzYgA.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* cyrillic */
@font-face {
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/playfairdisplay/v21/nuFiD-vYSZviVYUb_rj3ij__anPXDTjYgFE_.woff2) format("woff2");
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

/* vietnamese */
@font-face {
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/playfairdisplay/v21/nuFiD-vYSZviVYUb_rj3ij__anPXDTPYgFE_.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}

/* latin-ext */
@font-face {
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/playfairdisplay/v21/nuFiD-vYSZviVYUb_rj3ij__anPXDTLYgFE_.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/playfairdisplay/v21/nuFiD-vYSZviVYUb_rj3ij__anPXDTzYgA.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* cyrillic */
@font-face {
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/playfairdisplay/v21/nuFiD-vYSZviVYUb_rj3ij__anPXDTjYgFE_.woff2) format("woff2");
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

/* vietnamese */
@font-face {
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/playfairdisplay/v21/nuFiD-vYSZviVYUb_rj3ij__anPXDTPYgFE_.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}

/* latin-ext */
@font-face {
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/playfairdisplay/v21/nuFiD-vYSZviVYUb_rj3ij__anPXDTLYgFE_.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/playfairdisplay/v21/nuFiD-vYSZviVYUb_rj3ij__anPXDTzYgA.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* cyrillic */
@font-face {
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/playfairdisplay/v21/nuFiD-vYSZviVYUb_rj3ij__anPXDTjYgFE_.woff2) format("woff2");
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

/* vietnamese */
@font-face {
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/playfairdisplay/v21/nuFiD-vYSZviVYUb_rj3ij__anPXDTPYgFE_.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}

/* latin-ext */
@font-face {
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/playfairdisplay/v21/nuFiD-vYSZviVYUb_rj3ij__anPXDTLYgFE_.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/playfairdisplay/v21/nuFiD-vYSZviVYUb_rj3ij__anPXDTzYgA.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Playfair Display", "sans-serif";
  font-weight: 700;
  margin: 0 0 1.875rem 0;
  color: #272b41;
}

h1,
.h1 {
  font-size: 48px;
  font-size: 3rem;
  /* stylelint-disable-next-line */
  line-height: calc(64em / 48);
}

@media (max-width: 85.3125rem) {
  h1,
  .h1 {
    font-size: 36px;
    font-size: 2.25rem;
    /* stylelint-disable-next-line */
    line-height: calc(48em / 36);
  }
}

@media (max-width: 35.9375rem) {
  h1,
  .h1 {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.5;
  }
}

h2,
.h2 {
  font-size: 36px;
  font-size: 2.25rem;
  /* stylelint-disable-next-line */
  line-height: calc(48em / 36);
}

h2.block-title,
.h2.block-title {
  font-size: 64px;
  font-size: 4rem;
  line-height: 1;
  color: #272b41;
}

@media (max-width: 85.3125rem) {
  h2.block-title,
  .h2.block-title {
    font-size: 36px;
    font-size: 2.25rem;
    /* stylelint-disable-next-line */
    line-height: calc(48em / 36);
  }
}

h2.block-title em,
.h2.block-title em {
  font-style: normal;
  color: #8b0b30;
}

@media (max-width: 85.3125rem) {
  h2,
  .h2 {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.5;
  }
}

h3,
.h3 {
  font-size: 30px;
  font-size: 1.875rem;
  /* stylelint-disable-next-line */
  line-height: calc(40em / 30);
}

@media (max-width: 85.3125rem) {
  h3,
  .h3 {
    font-size: 22px;
    font-size: 1.375rem;
    /* stylelint-disable-next-line */
    line-height: calc(34em / 22);
  }
}

h4,
.h4 {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.5;
}

@media (max-width: 85.3125rem) {
  h4,
  .h4 {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.5;
  }
}

h5,
.h5 {
  font-size: 18px;
  font-size: 1.125rem;
  /* stylelint-disable-next-line */
  line-height: calc(24em / 18);
}

h6,
.h6 {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}

.uc {
  text-transform: uppercase;
}

.strong {
  font-weight: 700;
}

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

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

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

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

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

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

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

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

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

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

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

.slick-slide img {
  display: block;
}

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

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

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

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

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

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

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./images/ajax-loader.svg") center center no-repeat;
}

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 2.875rem;
  width: 2.875rem;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
  background-repeat: no-repeat;
  background-size: 1.4375rem;
  background-color: #fff;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0.375rem 0 rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 0.375rem 0 rgba(0, 0, 0, 0.05);
}

.slick-prev:hover, .slick-prev:active, .slick-prev:focus,
.slick-next:hover,
.slick-next:active,
.slick-next:focus {
  outline: none;
  -webkit-box-shadow: 0 0 0.375rem 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 0.375rem 0 rgba(0, 0, 0, 0.1);
}

.slick-prev.slick-disabled,
.slick-next.slick-disabled {
  opacity: 0.1;
}

.slick-prev {
  left: 0;
  background-image: url(images/arrow-left.svg);
  background-position: 40% 50%;
}

.slick-next {
  right: 0;
  background-image: url(images/arrow-right.svg);
  background-position: 60% 50%;
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-slider {
  padding: 0 3.875rem;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}

.validation_error {
  padding: 0.75rem 1.4375rem;
  margin: 0 0 1rem 0;
  background: #8b0b30;
  color: #fff;
}

.gform_fields {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -1rem;
  padding: 0;
}

.gform_fields .gfield {
  display: block;
  width: 100%;
  margin: 0 0 1.4375rem 0;
  padding: 0 1rem;
}

.gform_fields .gfield.half {
  width: 50%;
}

@media (max-width: 61.9375rem) {
  .gform_fields .gfield.half {
    width: 100%;
  }
}

.gform_fields .gfield.hidden_label label {
  display: none;
}

.gform_fields .gfield .validation_message {
  margin: 0.5rem 0;
  padding: 0.5rem 1.125rem;
  background-color: #8b0b30;
  font-size: 0.83625rem;
  color: #fff;
}

.gform_fields .gfield .custom-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.gform_fields .gfield .custom-checkbox > .gfield_label {
  display: none;
}

.gform_fields .gfield.custom-checkbox .ginput_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-top: 0.1875rem;
}

.gform_fields .gfield.custom-checkbox .ginput_container label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 0.8125rem;
  color: #5e6171;
  cursor: pointer;
}

.gform_fields .gfield.custom-checkbox .ginput_container label::before {
  content: "";
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  display: inline-block;
  margin: 0 0.625rem 0 0;
  width: 1.25rem;
  height: 1.25rem;
  border: solid 1px #5e6171;
  opacity: 0.4;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  background-position: center center;
}

.gform_fields .gfield.custom-checkbox .ginput_container input {
  display: none;
}

.gform_fields .gfield.custom-checkbox .ginput_container input:checked + label::before {
  opacity: 1;
  border-color: #65b55c;
  background: #fff url(images/icon-checked.svg) no-repeat center/10px;
}

.ginput_container_fileupload .screen-reader-text,
.ginput_container_fileupload .gform_drop_instructions {
  display: none;
}

.ginput_container_fileupload .validation_message {
  display: none;
}

.ginput_container_fileupload .button.gform_button_select_files {
  background: transparent;
  border: none;
  text-decoration: underline;
  padding: 0;
  color: #8b0b30;
  text-align: left;
}

.ginput_container_fileupload .button.gform_button_select_files:hover, .ginput_container_fileupload .button.gform_button_select_files:focus, .ginput_container_fileupload .button.gform_button_select_files:active {
  color: #b2103f;
}

.gform_footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.gform_footer .gform_button {
  height: 3.75rem;
  font-size: 1.5rem;
  font-weight: 700;
  width: auto;
  cursor: pointer;
  background-color: #b2103f;
}

@media (max-width: 85.3125rem) {
  .gform_footer .gform_button {
    font-size: 1.125rem;
  }
}

.gform_footer .gform_button:hover, .gform_footer .gform_button:focus, .gform_footer .gform_button:active {
  background-color: #8b0b30;
}

.ginput_recaptcha {
  overflow: hidden;
  width: 13.125rem;
  border-right: solid 1px #d7d7d7;
  border-radius: 0 0.1875rem 0.1875rem 0;
}

img.gform_ajax_spinner {
  width: 5rem;
  position: fixed;
  bottom: 5rem;
  right: 5rem;
  z-index: 9999;
}

.gform_confirmation_message {
  background: #65b55c;
  color: #fff;
  padding: 1rem 2rem;
}

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

.fancybox-active {
  height: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@supports (padding: 0px) {
  .fancybox-caption {
    padding: 75px;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.main-header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 9998;
  background-color: #fff;
  -webkit-box-shadow: 0 0 1rem 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 1rem 0 rgba(0, 0, 0, 0.1);
}

.main-header .main-nav {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.5rem 0;
}

.main-header .main-nav .logo-link {
  display: block;
  width: 14.375rem;
  margin-right: 2rem;
}

@media (max-width: 89.9375rem) {
  .main-header .main-nav .logo-link {
    width: 12.5rem;
    margin-right: 1.5rem;
  }
}

@media (max-width: 85.3125rem) {
  .main-header .main-nav .logo-link {
    width: 10rem;
    margin-right: 0.5rem;
  }
}

@media (max-width: 61.9375rem) {
  .main-header .main-nav .logo-link {
    width: 8.75rem;
    margin-right: auto;
  }
}

.main-header .main-nav .logo-link img {
  display: block;
  width: 100%;
  height: auto;
}

.main-header .main-nav .contact-data {
  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 2rem;
}

.main-header .main-nav .contact-data .links-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 47.9375rem) {
  .main-header .main-nav .contact-data .links-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.main-header .main-nav .contact-data .links-row a {
  margin-right: 0.75rem;
}

@media (max-width: 89.9375rem) {
  .main-header .main-nav .contact-data {
    padding: 0 1rem;
  }
}

@media (max-width: 85.3125rem) {
  .main-header .main-nav .contact-data {
    padding: 0 0.75rem;
  }
}

@media (max-width: 47.9375rem) {
  .main-header .main-nav .contact-data {
    display: none;
  }
}

.main-header .main-nav .contact-data.is-active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #fff;
  padding: 1rem 1.5rem;
}

.main-header .main-nav .contact-data-link {
  display: block;
  padding: 0.25rem 0.25rem 0.25rem 1.9375rem;
  font-size: 1rem;
  font-weight: 700;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center left;
  background-size: auto 1.1875rem;
}

@media (max-width: 89.9375rem) {
  .main-header .main-nav .contact-data-link {
    padding: 0.25rem 0.25rem 0.25rem 1.5rem;
    font-size: 0.9375rem;
    background-size: auto 1rem;
  }
}

@media (max-width: 35.9375rem) {
  .main-header .main-nav .contact-data-link {
    font-size: 1.125rem;
  }
}

.main-header .main-nav .contact-data-link.link-email {
  background-image: url(images/icon-email.svg);
}

.main-header .main-nav .contact-data-link.link-phone {
  background-image: url(images/icon-phone.svg);
}

@media (max-width: 61.9375rem) {
  .main-header .main-nav .main-menu-wrapper {
    display: none;
  }
}

.main-header .main-nav .main-menu-wrapper .main-menu {
  margin: 0;
  padding: 0;
}

@media (max-width: 61.9375rem) {
  .main-header .main-nav .main-menu-wrapper .main-menu {
    max-height: 85vh;
    overflow: auto;
  }
}

.main-header .main-nav .main-menu-wrapper .main-menu > li {
  display: inline-block;
  margin: 0 1rem;
}

@media (max-width: 89.9375rem) {
  .main-header .main-nav .main-menu-wrapper .main-menu > li {
    margin: 0 0.5rem;
  }
}

@media (max-width: 85.3125rem) {
  .main-header .main-nav .main-menu-wrapper .main-menu > li {
    margin: 0 0.25rem;
  }
}

@media (max-width: 61.9375rem) {
  .main-header .main-nav .main-menu-wrapper .main-menu > li {
    display: block;
    margin: 0;
  }
}

.main-header .main-nav .main-menu-wrapper .main-menu > li > a {
  display: block;
  padding: 0.5rem 0;
  font-size: 1rem;
  font-weight: 700;
  color: #272b41;
}

@media (max-width: 89.9375rem) {
  .main-header .main-nav .main-menu-wrapper .main-menu > li > a {
    font-size: 0.9375rem;
  }
}

@media (max-width: 61.9375rem) {
  .main-header .main-nav .main-menu-wrapper .main-menu > li > a {
    padding: 0.625rem 1.5rem;
    color: #fff;
    border-bottom: solid 1px #3a3c50;
    font-size: 1rem;
  }
}

.main-header .main-nav .main-menu-wrapper .main-menu > li > a:hover, .main-header .main-nav .main-menu-wrapper .main-menu > li > a:focus, .main-header .main-nav .main-menu-wrapper .main-menu > li > a:active {
  color: #8b0b30;
}

@media (max-width: 61.9375rem) {
  .main-header .main-nav .main-menu-wrapper .main-menu > li > a:hover, .main-header .main-nav .main-menu-wrapper .main-menu > li > a:focus, .main-header .main-nav .main-menu-wrapper .main-menu > li > a:active {
    background-color: #8b0b30;
    border-color: #8b0b30;
    color: #fff;
    outline: 0;
  }
}

.main-header .main-nav .main-menu-wrapper .main-menu > li.current-menu-parent > a, .main-header .main-nav .main-menu-wrapper .main-menu > li.current-menu-item > a {
  color: #8b0b30;
}

@media (max-width: 61.9375rem) {
  .main-header .main-nav .main-menu-wrapper .main-menu > li.current-menu-parent > a, .main-header .main-nav .main-menu-wrapper .main-menu > li.current-menu-item > a {
    background-color: #8b0b30;
    color: #fff;
  }
}

.main-header .main-nav .main-menu-wrapper .main-menu > li.menu-item-has-children {
  position: relative;
}

.main-header .main-nav .main-menu-wrapper .main-menu > li.menu-item-has-children .sub-menu {
  position: fixed;
  top: -200%;
  width: 20.625rem;
  margin: 0 0 0 -1.5rem;
  right: auto;
  padding: 0.5rem 0;
  background-color: #272b41;
  opacity: 0;
}

.main-header .main-nav .main-menu-wrapper .main-menu > li.menu-item-has-children .sub-menu > li {
  display: block;
}

.main-header .main-nav .main-menu-wrapper .main-menu > li.menu-item-has-children .sub-menu > li > a {
  display: block;
  padding: 0.625rem 1.5rem;
  color: #fff;
}

.main-header .main-nav .main-menu-wrapper .main-menu > li.menu-item-has-children .sub-menu > li > a:hover, .main-header .main-nav .main-menu-wrapper .main-menu > li.menu-item-has-children .sub-menu > li > a:focus, .main-header .main-nav .main-menu-wrapper .main-menu > li.menu-item-has-children .sub-menu > li > a:active {
  color: #fff;
  background-color: #8b0b30;
  border-color: #8b0b30;
  color: #fff;
  outline: 0;
}

.main-header .main-nav .main-menu-wrapper .main-menu > li.menu-item-has-children .sub-menu > li.current-menu-item a {
  color: #fff;
  background-color: #8b0b30;
  border-color: #8b0b30;
  color: #fff;
  outline: 0;
}

@media (max-width: 61.9375rem) {
  .main-header .main-nav .main-menu-wrapper .main-menu > li.menu-item-has-children .sub-menu {
    position: relative;
    top: 0;
    width: 100%;
    margin: 0;
    padding: 0;
    opacity: 1;
    background-color: #272b41;
  }
}

.main-header .main-nav .main-menu-wrapper .main-menu > li.menu-item-has-children:hover .sub-menu {
  position: absolute;
  display: block;
  top: auto;
  opacity: 1;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

@media (max-width: 61.9375rem) {
  .main-header .main-nav .main-menu-wrapper .main-menu > li.menu-item-has-children:hover .sub-menu {
    position: relative;
    top: 0;
  }
}

.main-header .main-nav .main-menu-wrapper .main-menu > li.featured > a {
  padding-right: 1.75rem;
  padding-left: 1.75rem;
  color: #fff;
  background-color: #8b0b30;
}

@media (max-width: 85.3125rem) {
  .main-header .main-nav .main-menu-wrapper .main-menu > li.featured > a {
    padding-right: 1rem;
    padding-left: 1rem;
  }
}

.main-header .main-nav .main-menu-wrapper .main-menu > li.featured > a:hover, .main-header .main-nav .main-menu-wrapper .main-menu > li.featured > a:focus, .main-header .main-nav .main-menu-wrapper .main-menu > li.featured > a:active {
  background-color: #b2103f;
  outline: 0;
}

.main-header .main-nav .main-menu-wrapper.is-active {
  max-width: 20rem;
  display: block;
  position: absolute;
  top: 100%;
  right: 0;
  padding: 1rem 0;
  background-color: #272b41;
  -webkit-box-shadow: 0 0 1.25rem 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 1.25rem 0 rgba(0, 0, 0, 0.1);
}

.main-header .main-nav .hamburger {
  display: none;
  -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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0.375rem;
  width: 3.125rem;
  height: 1.875rem;
  background-color: transparent;
  border: none;
  cursor: pointer;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-property: opacity, -webkit-filter;
  transition-property: opacity, -webkit-filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
}

@media (max-width: 61.9375rem) {
  .main-header .main-nav .hamburger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.main-header .main-nav .hamburger:hover, .main-header .main-nav .hamburger:focus, .main-header .main-nav .hamburger:active {
  opacity: 0.8;
  outline: 0;
}

.main-header .main-nav .hamburger .hamburger-box {
  position: relative;
  width: 2.5rem;
  height: 1.875rem;
}

.main-header .main-nav .hamburger .hamburger-box .hamburger-inner,
.main-header .main-nav .hamburger .hamburger-box .hamburger-inner:before,
.main-header .main-nav .hamburger .hamburger-box .hamburger-inner::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 2.5rem;
  height: 0.25rem;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  background-color: #8b0b30;
  border-radius: 0.1875rem;
}

.main-header .main-nav .hamburger .hamburger-box .hamburger-inner:before,
.main-header .main-nav .hamburger .hamburger-box .hamburger-inner::after {
  content: "";
  display: block;
}

.main-header .main-nav .hamburger .hamburger-box .hamburger-inner::before {
  top: 0.8125rem;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
}

.main-header .main-nav .hamburger .hamburger-box .hamburger-inner::after {
  top: 1.625rem;
  bottom: -0.625rem;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
}

.main-header .main-nav .hamburger.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, 12px, 0) rotate(45deg);
          transform: translate3d(0, 12px, 0) rotate(45deg);
}

.main-header .main-nav .hamburger.is-active .hamburger-inner::before {
  -webkit-transform: rotate(-45deg) translate3d(-6px, -6px, 0);
          transform: rotate(-45deg) translate3d(-6px, -6px, 0);
  opacity: 0;
}

.main-header .main-nav .hamburger.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(0, -26px, 0) rotate(-90deg);
          transform: translate3d(0, -26px, 0) rotate(-90deg);
}

.main-header .main-nav .mobile-contact {
  display: none;
  margin: 0 0.375rem;
  width: 3.125rem;
  height: 2.125rem;
  background: url(images/icon-contact.svg) no-repeat center/contain;
}

.main-header .main-nav .mobile-contact:focus {
  outline: 0;
}

@media (max-width: 47.9375rem) {
  .main-header .main-nav .mobile-contact {
    display: block;
  }
}

.admin-bar .main-header {
  top: 2rem;
}

@media (max-width: 48.8125rem) {
  .admin-bar .main-header {
    top: 0;
  }
}

.admin-bar .main-header .center-nav .main-nav .search-wrapper.is-active {
  top: 2rem;
}

@media (max-width: 48.8125rem) {
  .admin-bar .main-header .center-nav .main-nav .search-wrapper.is-active {
    top: 0;
  }
}

.main-footer .footer-columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

@media (max-width: 61.9375rem) {
  .main-footer .footer-columns {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.main-footer .footer-columns .footer-column {
  width: calc( 25% - 16px);
  padding: 1rem;
  color: #272b41;
}

@media (max-width: 61.9375rem) {
  .main-footer .footer-columns .footer-column {
    width: calc( 50% - 16px);
  }
}

@media (max-width: 35.9375rem) {
  .main-footer .footer-columns .footer-column {
    width: 100%;
    margin: 1rem 0;
    padding: 0;
  }
}

.main-footer .footer-columns .footer-column .logo-img {
  max-width: 14.375rem;
  display: block;
  margin: 0 0 1.125rem 0;
}

.main-footer .footer-columns .footer-column p {
  margin: 0;
  font-size: 1.125rem;
  color: #272b41;
}

@media (max-width: 35.9375rem) {
  .main-footer .footer-columns .footer-column p {
    font-size: 1rem;
  }
}

.main-footer .footer-columns .footer-column a {
  color: #272b41;
}

.main-footer .footer-columns .footer-column a:hover, .main-footer .footer-columns .footer-column a:active, .main-footer .footer-columns .footer-column a:focus {
  color: #8b0b30;
  opacity: 1;
}

.main-footer .footer-columns .footer-column .footer-column-title {
  margin: 0 0 2rem 0;
  font-size: 1.125rem;
  font-weight: 700;
}

@media (max-width: 35.9375rem) {
  .main-footer .footer-columns .footer-column .footer-column-title {
    font-size: 1rem;
    margin: 0 0 1rem 0;
  }
}

.main-footer .footer-columns .footer-column:nth-child(3) {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  min-width: 20.625rem;
}

@media (max-width: 35.9375rem) {
  .main-footer .footer-columns .footer-column:nth-child(3) {
    min-width: initial;
  }
}

.main-footer .footer-columns .footer-column:nth-child(3) p {
  margin-bottom: 1rem;
}

.main-footer .footer-columns .footer-column:nth-child(3) p:nth-child(2), .main-footer .footer-columns .footer-column:nth-child(3) p:nth-last-child(2) {
  margin: 0;
}

.main-footer .footer-columns .footer-column:nth-child(4) {
  /* max-width: 9.375rem; */
  margin-left: auto;
}

@media (max-width: 61.9375rem) {
  .main-footer .footer-columns .footer-column:nth-child(4) {
    max-width: initial;
    margin-left: 0;
  }
}

@media (max-width: 35.9375rem) {
  .main-footer .footer-columns .footer-column:first-child {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
}

.main-footer .footer-columns .footer-column:last-child {
  margin-bottom: 0;
}

@media (max-width: 35.9375rem) {
  .main-footer .footer-columns .footer-column:last-child {
    margin-top: 0;
    margin-bottom: 1rem;
  }
}

.main-footer .footer-columns .social-media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.main-footer .footer-columns .social-media > a {
  display: block;
  margin-right: 1rem;
  opacity: 1;
}

.main-footer .footer-columns .social-media > a:hover, .main-footer .footer-columns .social-media > a:focus, .main-footer .footer-columns .social-media > a:active {
  opacity: 0.8;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.main-footer .footer-columns .social-media > a img {
  display: block;
  width: 2.25rem;
  height: auto;
}

.page-header {
  position: relative;
  margin: 0 0 2rem 0;
  background: #272b41;
  overflow: hidden;
}

.page-header .page-header-content {
  position: relative;
  z-index: 2;
  padding: 3.375rem 0;
}

.page-header .page-header-content .hentry {
  max-width: 60rem;
  margin: 0 auto;
  text-align: center;
  font-size: 54px;
  font-size: 3.375rem;
  /* stylelint-disable-next-line */
  line-height: calc(70em / 54);
}

@media (max-width: 85.3125rem) {
  .page-header .page-header-content .hentry {
    font-size: 36px;
    font-size: 2.25rem;
    /* stylelint-disable-next-line */
    line-height: calc(48em / 36);
  }
}

@media (max-width: 35.9375rem) {
  .page-header .page-header-content .hentry {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.5;
  }
}

.page-header .page-header-content .label-text {
  max-width: 18.75rem;
  display: block;
  margin: 1.875rem auto auto auto;
  text-align: center;
  color: #fff;
}

.page-header::after {
  content: "";
  position: absolute;
  bottom: -0.6875rem;
  left: 50%;
  width: 19.9375rem;
  height: 16.4375rem;
  background: url(images/page-header.svg) no-repeat center/contain;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1;
}

.page-header > .container {
  position: relative;
  z-index: 2;
}

.page-header > .container .hentry {
  margin: 0;
  padding: 4.375rem 0 5rem 0;
  text-align: center;
  color: #fff;
}

@media (max-width: 85.3125rem) {
  .page-header > .container .hentry {
    padding: 3.125rem 0 2.5rem 0;
  }
}

.wp-block-image img {
  height: auto;
}

.wp-block-media-text__media img,
.wp-block-media-text__media video {
  height: auto;
}

.blog-article blockquote {
  margin: 0;
  padding: 0;
}

.post-wrapper.post-wrapper-publications {
  margin-bottom: 4rem;
}

.post-wrapper .article-links {
  margin-top: 2rem;
}

.blog-wrapper {
  margin: 0 0 2rem 0;
}

@media (max-width: 61.9375rem) {
  .blog-wrapper {
    margin: 0 0 1rem 0;
  }
}

.blog-wrapper .posts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.blog-wrapper .posts .post-block {
  width: 33.33%;
  margin: 0 0 1rem;
  padding: 0 1rem;
}

@media (max-width: 61.9375rem) {
  .blog-wrapper .posts .post-block {
    width: 50%;
  }
}

@media (max-width: 35.9375rem) {
  .blog-wrapper .posts .post-block {
    width: 100%;
  }
}

.blog-wrapper .posts .post-block:last-child {
  margin-bottom: 0;
}

.blog-wrapper .posts .post-block-thumb {
  position: relative;
  overflow: hidden;
}

.blog-wrapper .posts .post-block-thumb img {
  display: block;
  width: 100%;
  height: auto;
}

.blog-wrapper .posts .post-block-thumb .post-block-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  background-color: #8b0b30;
  opacity: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.blog-wrapper .posts .post-block-thumb .post-block-overlay::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2rem;
  height: 2rem;
  background: transparent url(images/icon-read.svg) no-repeat center/contain;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.blog-wrapper .posts .post-block-data {
  padding: 1rem;
}

.blog-wrapper .posts .post-block-data .post-block-title {
  font-size: 1.3125rem;
  margin: 0 0 1rem 0;
}

.blog-wrapper .posts .post-block:hover .post-block-overlay, .blog-wrapper .posts .post-block:active .post-block-overlay, .blog-wrapper .posts .post-block:focus .post-block-overlay {
  opacity: 0.9;
}

.blog-wrapper .posts .post-block:hover .post-block-overlay::after, .blog-wrapper .posts .post-block:active .post-block-overlay::after, .blog-wrapper .posts .post-block:focus .post-block-overlay::after {
  opacity: 1;
}

.blog-wrapper .posts.posts-full-width .post-block {
  width: 100%;
  margin: 0 0 1.875rem 0;
  padding: 2.625rem 2rem;
  background-color: #fff;
  border-bottom: solid 0.0625rem #e9ecfc;
}

@media (max-width: 35.9375rem) {
  .blog-wrapper .posts.posts-full-width .post-block {
    padding: 1.5rem;
  }
}

.blog-wrapper .posts.posts-full-width .post-block .post-block-data {
  padding: 0;
}

.blog-wrapper .posts.posts-full-width .post-block .post-block-data .post-block-title {
  font-size: 1.75rem;
}

@media (max-width: 35.9375rem) {
  .blog-wrapper .posts.posts-full-width .post-block .post-block-data .post-block-title {
    font-size: 1.3125rem;
  }
}

.blog-wrapper .posts.posts-full-width .post-block blockquote {
  padding: 0;
  margin: 0 0 0.75rem;
}

.blog-wrapper .posts.posts-full-width .post-block blockquote p {
  margin: 0.75rem 0;
}

.blog-wrapper .posts.posts-full-width .post-block .article-links {
  margin: 1.5rem 0 0 0;
}

.post-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

@media (max-width: 61.9375rem) {
  .post-wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 1rem;
  }
}

.post-wrapper > article {
  width: 100%;
}

.post-wrapper > article .default-block {
  padding: 0;
}

.post-wrapper > article .post-author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 1.875rem 0;
  padding: 1.5rem 2rem;
  border-top: solid 1px #cacdd4;
}

.post-wrapper > article .post-author .post-author-avatar {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 6rem;
  height: 6rem;
  margin: 0 2rem 0 0;
}

.post-wrapper > article .post-author .post-author-avatar img {
  display: block;
  border-radius: 6rem;
}

.post-wrapper > article .post-author .post-author-name {
  margin: 0 0 1rem 0;
  font-weight: 700;
  color: #8b0b30;
}

.post-wrapper > article .post-author .post-author-name:only-child {
  margin: 0;
}

.post-wrapper .main-sidebar {
  width: 25rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin: 0 0 0 2rem;
}

@media (max-width: 85.3125rem) {
  .post-wrapper .main-sidebar {
    width: 20rem;
  }
}

@media (max-width: 61.9375rem) {
  .post-wrapper .main-sidebar {
    width: 100%;
    margin: 1rem 0;
  }
}

.post-wrapper .main-sidebar .widget-title {
  margin: -1.5rem -1.5rem 1rem -1.5rem;
  padding: 0.75rem 1.5rem;
  color: #272b41;
}

.post-wrapper .main-sidebar .widget-content {
  padding: 1.5rem;
  margin: 0;
}

.post-wrapper .main-sidebar .widget-content > ul {
  margin: 0;
  padding: 0;
}

.post-wrapper .main-sidebar .widget-content > ul > li {
  display: block;
  margin: 0 0 0.75rem 0;
  padding: 0 0 0.75rem 0;
  list-style-type: none;
}

.post-wrapper .main-sidebar .widget-content > ul > li:last-child {
  margin: 0;
  padding: 0;
  border-bottom: none;
}

.post-wrapper .main-sidebar .widget-content > ul > li > a {
  display: block;
  margin: 0 0.375rem 0 0;
  font-weight: 700;
}

.post-wrapper .main-sidebar .widget-content > ul > li .post-date {
  display: block;
  font-size: 0.78125rem;
}

.post-wrapper .main-sidebar .widget-content > ul > li.cat-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.post-wrapper .main-sidebar .widget-content > ul > li.cat-item > a {
  display: inline-block;
}

.post-wrapper .main-sidebar .widget-content .tagcloud > a {
  display: inline-block;
  margin: 0.1875rem;
  padding: 0.25rem 1rem;
  border-radius: 2rem;
  font-weight: 700;
  background-color: #8b0b30;
  color: #fff;
}

.post-wrapper .main-sidebar .widget-content .tagcloud > a:hover, .post-wrapper .main-sidebar .widget-content .tagcloud > a:active, .post-wrapper .main-sidebar .widget-content .tagcloud > a:focus {
  background-color: #b2103f;
  color: #fff;
}

.share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin: 1.875rem 0;
  padding: 1.875rem 1.875rem 0 1.875rem;
  border-top: solid 1px #cacdd4;
}

.share .share-title {
  display: block;
  height: 2.1875rem;
  line-height: 2.1875rem;
  margin: 0 1rem 0 0;
  font-weight: 700;
}

.share .share-link {
  width: 2.1875rem;
  height: 2.1875rem;
  background-repeat: no-repeat;
  background-size: 2.1875rem;
  background-position: center;
  margin: 0 1rem 0 0;
  border-radius: 0.375rem;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.share .share-link.share-facebook {
  background-image: url(images/share-facebook.svg);
}

.share .share-link.share-twitter {
  background-image: url(images/share-twitter.svg);
}

.share .share-link.share-linkedin {
  background-image: url(images/share-linkedin.svg);
}

.share .share-link:hover, .share .share-link:active, .share .share-link:focus {
  cursor: pointer;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.single-post {
  background-color: #fff;
}

.search-form .screen-reader-text {
  display: none;
}

.search-form .search-submit {
  display: none;
  width: auto;
}

.wp-block-image.alignleft, .wp-block-image.alignright {
  float: none;
  margin: 0;
}

.archive-header-wrapper {
  background-color: #fff;
}

.archive-header-wrapper .archive-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 3.125rem;
  padding: 2rem 0;
}

@media (max-width: 61.9375rem) {
  .archive-header-wrapper .archive-header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 0;
  }
}

.archive-header-wrapper .archive-header .archive-header-images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 61.9375rem) {
  .archive-header-wrapper .archive-header .archive-header-images {
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0 0 2rem 0;
  }
}

@media (max-width: 35.9375rem) {
  .archive-header-wrapper .archive-header .archive-header-images {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.archive-header-wrapper .archive-header .archive-header-images .archive-photo {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  display: block;
  width: 9.375rem;
  height: 9.375rem;
  border-radius: 50%;
  margin: 0 0.75rem;
}

.archive-header-wrapper .archive-header .archive-header-images .archive-logo {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  display: block;
  max-width: 12.5rem;
  height: auto;
  margin: 0 0.75rem;
}

.archive-header-wrapper .archive-header .archive-header-images .plus {
  display: block;
  width: 6.25rem;
  height: 6.25rem;
  line-height: 6.25rem;
  margin: 0 0.75rem;
  font-size: 4.5rem;
  font-weight: 700;
  text-align: center;
  opacity: 0.3;
}

.archive-header-wrapper .archive-header .archive-header-text {
  margin: 0 1.5rem;
  padding: 0 0 0 2rem;
  border-left: solid 0.0625rem #e9ecfc;
}

@media (max-width: 61.9375rem) {
  .archive-header-wrapper .archive-header .archive-header-text {
    margin: 0;
    padding: 1.5rem 0 0 0;
    border-left: none;
    border-top: solid 0.0625rem #e9ecfc;
  }
}

.archive-header-wrapper .archive-header .archive-header-text h3 {
  margin: 0 0 0.75rem 0;
}

.archive-header-wrapper .archive-header .archive-header-text p {
  margin: 0;
}

.modal {
  display: none;
  background-color: #fff;
  text-align: center;
}

.modal-title {
  font-size: 1.5rem;
  font-weight: 700;
  margin: 0 0 0.625rem 0;
  text-align: center;
}

.block.block-hero {
  position: relative;
  overflow: hidden;
}

@media (max-width: 35.9375rem) {
  .block.block-hero .background-image {
    left: -50%;
  }
}

@media (max-width: 29.9375rem) {
  .block.block-hero .background-image {
    left: -160%;
  }
}

@media (max-width: 35.9375rem) {
  .block.block-hero > .container {
    background: rgba(19, 37, 64, 0.7);
  }
}

.block.block-hero .hero {
  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;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
  z-index: 2;
  padding: 11.4375rem 0 0 0;
}

@media (max-width: 85.3125rem) {
  .block.block-hero .hero {
    padding: 6.25rem 0 0 0;
  }
}

@media (max-width: 61.9375rem) {
  .block.block-hero .hero {
    padding: 2rem 0 0 0;
  }
}

@media (max-width: 35.9375rem) {
  .block.block-hero .hero {
    background: rgba(19, 37, 64, 0.7);
  }
}

.block.block-hero .hero .hero-content {
  max-width: 43.75rem;
  margin-bottom: auto;
}

.block.block-hero .hero .hero-content .hero-title {
  margin: 0 0 3.1875rem 0;
  color: #f0f4fa;
}

@media (max-width: 61.9375rem) {
  .block.block-hero .hero .hero-content {
    max-width: 28.125rem;
    margin: 0 0 2rem 0;
  }
}

@media (max-width: 35.9375rem) {
  .block.block-hero .hero .hero-content {
    max-width: 25rem;
  }
}

@media (max-width: 29.9375rem) {
  .block.block-hero .hero .hero-content {
    max-width: 21.875rem;
  }
}

.block.block-hero .hero .hero-content .hero-subtitle {
  margin: 0;
  font-family: "Noto Sans", "sans-serif";
  color: #f0f4fa;
}

.block.block-hero .hero .hero-content .hero-subtitle p {
  margin: 0 0 0.25rem 0;
}

.block.block-hero .hero .hero-content .hero-text {
  max-width: 40rem;
  font-size: 1.25rem;
  color: #f0f4fa;
}

@media (max-width: 85.3125rem) {
  .block.block-hero .hero .hero-content .hero-text {
    font-size: 1.125rem;
  }
}

.block.block-hero .hero .hero-content .hero-text p {
  margin: 0 0 0.25rem 0;
}

.block.block-hero .tiles {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin-top: 12.5rem;
}

.block.block-hero .tiles.slick-slider {
  padding: 0;
  overflow: hidden;
}

@media (max-width: 85.3125rem) {
  .block.block-hero .tiles {
    margin-top: 4.6875rem;
  }
}

@media (max-width: 61.9375rem) {
  .block.block-hero .tiles {
    margin-top: 0rem;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.block.block-hero .tiles .tile {
  width: 100%;
  max-width: 27.0625rem;
  padding: 0.625rem;
  background-color: #132540;
}

@media (max-width: 85.3125rem) {
  .block.block-hero .tiles .tile {
    width: auto;
  }
}

@media (max-width: 61.9375rem) {
  .block.block-hero .tiles .tile {
    width: 100%;
    max-width: 100%;
  }
}

.block.block-hero .tiles .tile .tile-content {
  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;
  position: relative;
  height: 100%;
  padding: 1.3125rem;
  border: solid 1px #cacdd4;
  text-align: center;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

@media (max-width: 85.3125rem) {
  .block.block-hero .tiles .tile .tile-content {
    padding: 1rem;
  }
}

.block.block-hero .tiles .tile .tile-content::before {
  content: "";
  position: absolute;
  top: -0.1875rem;
  left: 50%;
  width: 2.5rem;
  height: 0.375rem;
  margin-left: -1.25rem;
  background-color: #cacdd4;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.block.block-hero .tiles .tile .tile-content:hover {
  border: solid 1px #8b0b30;
}

.block.block-hero .tiles .tile .tile-content:hover::before {
  background-color: #8b0b30;
}

.block.block-hero .tiles .tile .tile-title {
  color: #cacdd4;
  font-size: 1.875rem;
  font-weight: 700;
}

@media (max-width: 85.3125rem) {
  .block.block-hero .tiles .tile .tile-title {
    font-size: 1.5rem;
  }
}

.block.block-hero .tiles .tile .tile-text {
  color: #cacdd4;
  font-size: 1.125rem;
}

@media (max-width: 85.3125rem) {
  .block.block-hero .tiles .tile .tile-text {
    font-size: 1rem;
  }
}

.block.block-services {
  margin: 6.25rem 0;
}

@media (max-width: 85.3125rem) {
  .block.block-services {
    margin: 3.125rem 0;
  }
}

@media (max-width: 61.9375rem) {
  .block.block-services {
    margin: 1.875rem 0;
  }
}

.block.block-services .services {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin: -1rem 0;
}

.block.block-services .services .service {
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: calc(50% - 16px);
  margin: 1rem 0;
}

@media (max-width: 61.9375rem) {
  .block.block-services .services .service {
    width: 100%;
  }
}

.block.block-services .services .service .service-header {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin: 0 0 0.5rem 0;
  padding: 2.125rem 3.375rem;
  background-color: #fff;
}

@media (max-width: 61.9375rem) {
  .block.block-services .services .service .service-header {
    padding: 1.625rem;
    height: auto;
  }
}

.block.block-services .services .service .service-header .service-title {
  margin: 0 0 0.5rem 0;
  padding: 0 0 0.4375rem 3.75rem;
  font-family: "Noto Sans", "sans-serif";
  color: #8b0b30;
  line-height: 1;
  background: url(images/icon.svg) no-repeat left center;
  background-size: 2.1875rem;
}

.block.block-services .services .service .service-header .service-description {
  padding: 0 0 0 3.75rem;
  font-weight: 700;
  line-height: 1.625rem;
  color: #272b41;
}

.block.block-services .services .service .service-header .service-description p {
  margin: 0;
}

.block.block-services .services .service .service-content {
  height: 100%;
  padding: 2.125rem 3.375rem 2.5rem 3.375rem;
  background: #fff url(images/icon-diamond-outline.svg) no-repeat 126% 116%/240px;
}

@media (max-width: 61.9375rem) {
  .block.block-services .services .service .service-content {
    padding: 1.625rem;
  }
}

@media (max-width: 47.9375rem) {
  .block.block-services .services .service .service-content {
    padding: 1.25rem 0.75rem;
  }
}

.block.block-services .services .service .service-content .service-text {
  margin: 0 0 1.625rem 0;
  overflow: hidden;
}

.block.block-services .services .service .service-content .service-text .foto{
  width: 43%; float: left; margin-top: 20px; margin-right: 2%;
}

@media (max-width: 85.3125rem) {
  .block.block-services .services .service .service-content .service-text .foto{
    width: 100%;
    text-align: center;
  }

  .block.block-services .services .service .service-content .service-text .text{
    width: 100% !important;
  }
}

.block.block-services .services .service .service-content .service-text .text{
  width: 55%; float: left;
}

.block.block-services .services .service .service-content .service-text ul {
  margin: 0 0 2rem 0;
  padding: 0;
}

.block.block-services .services .service .service-content .service-text ul li {
  position: relative;
  display: block;
  margin: 0 0 1.25rem 0;
  padding: 0 0 0 2rem;
  background: url(images/icon-check.svg) no-repeat 0 6px/15px;
}

.block.block-services .services .service .service-content .service-text ul li:last-child {
  margin: 0;
}

.block.block-cta {
  margin: 6.25rem 0;
  padding: 2.25rem 0;
  background-color: #8b0b30;
  overflow: hidden;
  background: #8b0b30 url(images/cta.svg) no-repeat 50% 50%;
}

@media (max-width: 85.3125rem) {
  .block.block-cta {
    margin: 3.125rem 0;
  }
}

@media (max-width: 61.9375rem) {
  .block.block-cta {
    margin: 1.875rem 0;
    background-position: bottom center;
  }
}

.block.block-cta .cta {
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 62.5rem;
  margin: 0 auto;
  padding: 0 1rem;
}

@media (max-width: 47.9375rem) {
  .block.block-cta .cta {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.block.block-cta .cta .cta-person {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  margin: 0 0 1.625rem 0;
}

.block.block-cta .cta .cta-person img {
  display: block;
}

.block.block-cta .cta .cta-person-name {
  position: relative;
  bottom: 0;
  right: 0;
  left: 0;
  display: block;
  padding: 0.9375rem;
  font-size: 1.125rem;
  font-weight: 700;
  text-align: center;
}

.block.block-cta .cta .cta-content {
  text-align: center;
}

.block.block-cta .cta .cta-content .cta-title {
  margin: 0;
  color: #fff;
  font-family: "Noto Sans", "sans-serif";
}

.block.block-cta .cta .cta-content .cta-subtitle {
  margin: 0 0 3.125rem 0;
  font-size: 1.3125rem;
}

@media (max-width: 61.9375rem) {
  .block.block-cta .cta .cta-content .cta-subtitle {
    margin: 0 0 2rem 0;
  }
}

.block.block-cta .cta .cta-content .cta-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 1rem;
}

.block.block-cta .cta .cta-content .cta-buttons > a {
  margin: 1rem;
}

@media (max-width: 47.9375rem) {
  .block.block-cta .cta .cta-content .cta-buttons > a {
    margin: 0.75rem auto;
  }
}

@media (max-width: 35.9375rem) {
  .block.block-cta .cta .cta-content .cta-buttons > a {
    width: 90%;
  }
}

.block.block-cta-columns {
  padding: 0;
}

.block.block-cta-columns .cta-columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: -0.9375rem;
  margin-left: -0.9375rem;
  padding: 0 0.9375rem;
}

.block.block-cta-columns .cta-columns .cta-column {
  width: 50%;
  padding: 1.875rem;
  color: #fff;
}

@media (max-width: 61.9375rem) {
  .block.block-cta-columns .cta-columns .cta-column {
    width: 100%;
  }
}

@media (max-width: 47.9375rem) {
  .block.block-cta-columns .cta-columns .cta-column {
    padding: 0.9375rem;
  }
}

.block.block-cta-columns .cta-columns .cta-column:nth-child(odd) {
  background-color: #8b0b30;
}

.block.block-cta-columns .cta-columns .cta-column:nth-child(odd) .cta-column-inner {
  background-color: #8b0b30;
}

.block.block-cta-columns .cta-columns .cta-column:nth-child(even) {
  background-color: #272b41;
}

.block.block-cta-columns .cta-columns .cta-column:nth-child(even) .cta-column-inner {
  background-color: #272b41;
}

.block.block-cta-columns .cta-columns .cta-column-inner {
  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;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  height: 100%;
  padding: 2.8125rem;
  border: solid 0.0625rem rgba(255, 255, 255, 0.3);
}

@media (max-width: 47.9375rem) {
  .block.block-cta-columns .cta-columns .cta-column-inner {
    padding: 0.9375rem;
  }
}

.block.block-cta-columns .cta-columns .cta-column-title {
  font-family: "Playfair Display", "sans-serif";
  font-size: 1.5rem;
  font-weight: 700;
  margin: 0 0 1.5rem 0;
}

.block.block-cta-columns .cta-columns .cta-column-text {
  margin: 0 0 1.5rem 0;
}

.block.block-cta-columns .cta-columns .cta-column-text p {
  margin: 0;
}

.block.block-cta-columns .cta-columns .cta-column-buttons {
  margin: 0 -0.75rem;
}

.block.block-cta-columns .cta-columns .cta-column-buttons .button {
  margin: 0.75rem;
}

.block.block-posts-slider {
  margin: 6.25rem 0;
}

@media (max-width: 85.3125rem) {
  .block.block-posts-slider {
    margin: 3.125rem 0;
  }
}

@media (max-width: 61.9375rem) {
  .block.block-posts-slider {
    margin: 1.875rem 0;
  }
}

.block.block-posts-slider .posts-slider .post-item {
  display: block;
  position: relative;
  padding: 0 1rem;
}

@media (max-width: 47.9375rem) {
  .block.block-posts-slider .posts-slider .post-item {
    padding: 0;
  }
}

.block.block-posts-slider .posts-slider .post-item .post-image {
  position: relative;
}

.block.block-posts-slider .posts-slider .post-item .post-image .wp-post-image {
  display: block;
  width: 100%;
  height: auto;
}

.block.block-posts-slider .posts-slider .post-item .post-image .post-author {
  position: absolute;
  bottom: 0;
  left: 1.5rem;
  z-index: 1;
  padding: 0.1875rem 1rem 0.0625rem 1rem;
  font-size: 1.125rem;
  background-color: #272b41;
  color: #fff;
  white-space: nowrap;
}

.block.block-posts-slider .posts-slider .post-item .post-title {
  display: block;
  font-size: 1.25rem;
  font-weight: 700;
  color: #272b41;
  padding: 1.5rem;
}

@media (max-width: 61.9375rem) {
  .block.block-posts-slider .posts-slider .post-item .post-title {
    font-size: 1.125rem;
  }
}

@media (max-width: 47.9375rem) {
  .block.block-posts-slider .posts-slider .post-item .post-title {
    padding: 1rem;
    font-size: 1rem;
  }
}

.block.block-posts-slider .posts-slider .post-item:hover, .block.block-posts-slider .posts-slider .post-item:active, .block.block-posts-slider .posts-slider .post-item:focus {
  opacity: 0.9;
  outline: 0;
}

.block.block-testimonials {
  margin: 6.25rem 0;
  overflow: hidden;
}

@media (max-width: 85.3125rem) {
  .block.block-testimonials {
    margin: 3.125rem 0;
  }
}

@media (max-width: 61.9375rem) {
  .block.block-testimonials {
    margin: 1.875rem 0;
  }
}

@media (max-width: 85.3125rem) {
  .block.block-testimonials .columns.testimonials .column {
    width: 100%;
  }
}

.block.block-testimonials .testimonials-content {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  background-color: #2b2e3c;
  color: #fff;
  padding: 2.25rem;
  text-align: center;
}

.block.block-testimonials .testimonials-content .testimonials-content-text {
  position: relative;
  z-index: 2;
  width: 100%;
  padding: 2.25rem;
  border: solid 1px #6d6e77;
}

@media (max-width: 47.9375rem) {
  .block.block-testimonials .testimonials-content .testimonials-content-text {
    padding: 0.75rem;
  }
}

.block.block-testimonials .testimonials-content .testimonials-content-text p,
.block.block-testimonials .testimonials-content .testimonials-content-text .button {
  max-width: 35.9375rem;
  margin: 2.25rem auto;
}

@media (max-width: 47.9375rem) {
  .block.block-testimonials .testimonials-content .testimonials-content-text p,
  .block.block-testimonials .testimonials-content .testimonials-content-text .button {
    margin: 0.75rem auto;
  }
}

.block.block-testimonials .column-testimonials {
  padding: 2rem;
  background-color: #fff;
}

.block.block-testimonials .column-testimonials .testimonials-wrapper {
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  border: solid 1px #cacdd4;
  text-align: center;
}

.block.block-testimonials .column-testimonials .testimonials-inner {
  width: 100%;
}

.block.block-testimonials .column-testimonials .testimonials-slider {
  max-width: 37.5rem;
  margin: 0 auto 2rem auto;
  -webkit-transition: opacity 2000s ease-in-out;
  transition: opacity 2000s ease-in-out;
  opacity: 1;
}

.block.block-testimonials .column-testimonials .testimonials-slider .testimonial-text {
  text-align: left;
}

.block.block-testimonials .column-testimonials .testimonials-slider .testimonial-text p {
  margin: 1rem 0;
}

.block.block-testimonials .column-testimonials .testimonials-slider .testimonial-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 35.9375rem) {
  .block.block-testimonials .column-testimonials .testimonials-slider .testimonial-meta {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.block.block-testimonials .column-testimonials .testimonials-slider .testimonial-meta .testimonial-author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.block.block-testimonials .column-testimonials .testimonials-slider .testimonial-meta .testimonial-author img {
  display: block;
  width: 3.75rem;
  height: 3.75rem;
  margin: 0 1rem 0 0;
  border-radius: 3.75rem;
}

.block.block-testimonials .column-testimonials .testimonials-slider .testimonial-meta .testimonial-stars {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.75rem;
}

@media (max-width: 35.9375rem) {
  .block.block-testimonials .column-testimonials .testimonials-slider .testimonial-meta .testimonial-stars {
    margin: 0 0 1rem 0;
  }
}

.block.block-testimonials .column-testimonials .testimonials-slider .testimonial-meta .testimonial-stars .stars-icon {
  display: block;
  width: 0.875rem;
  height: 0.875rem;
  margin: 0 0.1875rem 0 0;
  background: url(images/icon-star.svg) no-repeat center/contain;
}

.block.block-testimonials .column-testimonials .testimonials-slider .testimonial-meta .testimonial-stars .stars-icon:last-child {
  margin: 0;
}

.block.block-grid {
  margin: 6.25rem 0 4.25rem 0;
}

@media (max-width: 85.3125rem) {
  .block.block-grid {
    margin: 3.125rem 0 1.125rem 0;
  }
}

@media (max-width: 61.9375rem) {
  .block.block-grid {
    margin: 2rem 0 0 0;
  }
}

.block.block-grid .grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.block.block-grid .grid-item {
  position: relative;
  width: calc(33% - 16px);
  margin: 0 0 2rem;
  padding: 3.375rem 3.375rem 3.375rem 3.75rem;
  background-color: #fff;
}

@media (max-width: 61.9375rem) {
  .block.block-grid .grid-item {
    width: calc(50% - 16px);
  }
}

@media (max-width: 47.9375rem) {
  .block.block-grid .grid-item {
    width: calc(100% - 16px);
  }
}

@media (max-width: 35.9375rem) {
  .block.block-grid .grid-item {
    padding: 2rem 2rem 2rem 3.75rem;
  }
}

.block.block-grid .grid-item .number {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 3.125rem;
  height: 3.125rem;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 3.125rem;
  text-align: center;
  color: #8b0b30;
  -webkit-box-shadow: 0 0 0 1px #f7f7f9;
          box-shadow: 0 0 0 1px #f7f7f9;
}

.block.block-grid .grid-item h6 {
  font-family: "Noto Sans", "sans-serif";
  font-size: 1.25rem;
}

.block.block-grid .grid-item-text p {
  margin: 0;
  font-size: 1rem;
  line-height: 1.9375rem;
}

.block.block-faq {
  position: relative;
  margin: 4.6875rem 0;
  padding: 4.6875rem 0;
  background-color: #1c2d47;
  color: #fff;
  overflow: hidden;
}

@media (max-width: 85.3125rem) {
  .block.block-faq {
    margin: 2rem 0;
  }
}

@media (max-width: 61.9375rem) {
  .block.block-faq .fancy-title {
    margin: 1rem auto;
  }
}

.block.block-faq .block-header {
  margin: 0 0 4.6875rem 0;
  z-index: 2;
}

@media (max-width: 85.3125rem) {
  .block.block-faq .block-header {
    margin: 0 0 2rem 0;
  }
}

@media (max-width: 61.9375rem) {
  .block.block-faq .block-header {
    padding: 0 0 1rem 0;
  }
}

.block.block-faq > .container {
  position: relative;
  z-index: 3;
}

@media (max-width: 85.3125rem) {
  .block.block-faq {
    padding: 3.125rem 0;
  }
}

@media (max-width: 61.9375rem) {
  .block.block-faq {
    padding: 2.1875rem 0;
  }
}

.block.block-faq .faqs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.block.block-faq .faqs .faq-item {
  width: 100%;
  margin: 0 0 1rem 0;
}

@media (max-width: 61.9375rem) {
  .block.block-faq .faqs .faq-item {
    width: 100%;
  }
}

.block.block-faq .faqs .faq-item > .collapse-title {
  position: relative;
  display: block;
  width: 100%;
  background: transparent;
  color: #fff;
  max-width: 62.5rem;
  margin: 0 auto;
  padding: 1rem 5.125rem 1rem 1.5rem;
  font-size: 1.125rem;
  line-height: 1.625rem;
  text-align: left;
  border-bottom: solid 1px #40526f;
}

.block.block-faq .faqs .faq-item > .collapse-title:hover, .block.block-faq .faqs .faq-item > .collapse-title:active, .block.block-faq .faqs .faq-item > .collapse-title:focus {
  border-color: #8b0b30;
  outline: 0;
}

.block.block-faq .faqs .faq-item > .collapse-title::after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0.5rem;
  right: 1rem;
  width: 1.875rem;
  height: 1.875rem;
  background: #8b0b30 url(images/arrow-down-white.svg) no-repeat center/15px;
  border-radius: 50%;
}

.block.block-faq .faqs .faq-item > .collapse-title.show::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.block.block-faq .faqs .faq-item .faq-content {
  max-width: 62.5rem;
  margin: 0 auto;
  padding: 1rem 2rem;
  background-color: #132540;
}

.block.block-faq .faqs .faq-item .faq-content p {
  margin: 1rem 0;
  color: #fff;
}

.block.block-faq .faqs .faq-item .faq-content p:last-child {
  margin: 0;
}

.block.block-contact {
  margin: 6.25rem 0 4.25rem 0;
}

@media (max-width: 85.3125rem) {
  .block.block-contact {
    margin: 3.125rem 0 1.125rem 0;
  }
}

@media (max-width: 61.9375rem) {
  .block.block-contact {
    margin: 2rem 0 0 0;
  }
}

.block.block-contact > .container {
  position: relative;
  z-index: 1;
}

.block.block-contact .contact-column .column.column-with-data {
  width: 45%;
}

@media (max-width: 61.9375rem) {
  .block.block-contact .contact-column .column.column-with-data {
    max-width: 35.3125rem;
    margin: 0 auto 2rem auto;
    width: 100%;
  }
}

@media (max-width: 47.9375rem) {
  .block.block-contact .contact-column .column.column-with-data {
    margin: 0 auto 1rem auto;
  }
}

.block.block-contact .contact-column .column.column-with-form {
  width: 55%;
  overflow: hidden;
}

@media (max-width: 61.9375rem) {
  .block.block-contact .contact-column .column.column-with-form {
    max-width: 35.3125rem;
    margin: 2rem auto;
    width: 100%;
  }
}

@media (max-width: 61.9375rem) and (max-width: 47.9375rem) {
  .block.block-contact .contact-column .column.column-with-form {
    margin: 1rem auto;
  }
}

.block.block-contact .contact-data {
  max-width: 35.3125rem;
  background-color: #8b0b30;
  color: #fff;
  margin: 0 0 2rem 0;
  padding: 0.625rem;
}

@media (max-width: 47.9375rem) {
  .block.block-contact .contact-data {
    margin: 0 0 1rem 0;
  }
}

.block.block-contact .contact-data .contact-data-inner {
  padding: 2.25rem;
  border: solid 1px #da7c97;
}

@media (max-width: 47.9375rem) {
  .block.block-contact .contact-data .contact-data-inner {
    padding: 1.25rem;
  }
}

.block.block-contact .contact-data .contact-data-inner .contact-link {
  font-size: 1.875rem;
  font-weight: 700;
  color: #fff;
}

@media (max-width: 47.9375rem) {
  .block.block-contact .contact-data .contact-data-inner .contact-link {
    font-size: 1.125rem;
  }
}

@media (max-width: 35.9375rem) {
  .block.block-contact .contact-data .contact-data-inner .contact-link {
    font-size: 1rem;
  }
}

.block.block-contact .company-data {
  max-width: 35.3125rem;
  background-color: #272b41;
  color: #fff;
  padding: 0.625rem;
}

.block.block-contact .company-data .company-data-inner {
  padding: 2.25rem;
  border: solid 1px #8d8f9a;
  color: #e9ecfc;
}

@media (max-width: 47.9375rem) {
  .block.block-contact .company-data .company-data-inner {
    padding: 1.25rem;
  }
}

.block.block-contact .company-data .company-data-inner p {
  margin: 0 0 0.625rem;
  font-size: 1.25rem;
}

.block.block-contact .company-data .company-data-inner p:last-child {
  margin: 0;
}

.block.block-contact .form-wrapper {
  height: 100%;
  padding: 1.875rem 1.5rem 3.125rem 1.5rem;
  background-color: #fff;
  -webkit-box-shadow: 0 0 0.4375rem 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 0.4375rem 0 rgba(0, 0, 0, 0.1);
}

@media (max-width: 47.9375rem) {
  .block.block-contact .form-wrapper {
    padding: 1.25rem;
  }
}

.block.block-contact .form-wrapper > h4 {
  max-width: 37.75rem;
  margin: 0 auto 1.875rem auto;
  color: #8b0b30;
  font-family: "Noto Sans", "sans-serif";
}

.block.block-contact .form-wrapper > h5 {
  max-width: 37.75rem;
  margin: 0 auto 1.875rem auto;
  font-family: "Noto Sans", "sans-serif";
  font-weight: 400;
}

.block.block-contact .form-wrapper form {
  max-width: 37.75rem;
  margin: 0 auto;
}

.block.block-podcasts {
  margin: 2rem 0 4.25rem 0;
}

.block.block-podcasts .podcasts {
  max-width: 62.5rem;
  margin: 0 auto;
}

.block.block-podcasts .podcasts .podcast {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1rem 2rem;
  border-bottom: solid 1px #cacdd4;
  background-color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media (max-width: 35.9375rem) {
  .block.block-podcasts .podcasts .podcast {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .block.block-podcasts .podcasts .podcast .podcast-data {
    width: 100%;
    margin: 0 0 1rem;
  }
  .block.block-podcasts .podcasts .podcast .podcast-actions {
    text-align: center;
  }
}

.block.block-podcasts .podcasts .podcast .link-play {
  display: block;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  background: url(images/icon-play.svg) no-repeat center/contain;
}

.block.block-podcasts .podcasts .podcast h4 {
  margin: 0 0 0.3125rem 0;
}

.block.block-podcasts .podcasts .podcast time {
  opacity: 0.8;
}

.block.block-podcasts .podcasts .podcast:hover {
  border-color: #8b0b30;
}