/*

Theme Name: FASTSITE blank theme
Author: FASTSITE
Author URI: https://fastsite.pl/
Description: Theme for our beloved client. Developed by FASTSITE.
Version: 1.0
Text Domain: fastsite-blank-theme

*/
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0-modified | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* make sure to set some focus styles for accessibility */
:focus {
  outline: 0;
}

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

body {
  line-height: 1;
  background-color: #F9F9F9 !important;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */
}

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

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

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

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

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

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

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

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

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

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

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

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

img {
  vertical-align: middle;
}

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

textarea {
  resize: vertical;
}

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

/*!
 * Bootstrap Grid v4.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
@-ms-viewport {
  width: device-width;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

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

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

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

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

@media (min-width: 992px) {
  .container {
    width: 90%;
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 90%;
    max-width: 1140px;
  }
}

@media (min-width: 1440px) {
  .container {
    width: 90%;
    max-width: 1440px;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 1200px) {
  .flex-xl-row {
    -ms-flex-direction: row !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
            flex-direction: row !important;
  }
  .flex-xl-column {
    -ms-flex-direction: column !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
            flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -ms-flex-direction: row-reverse !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -ms-flex-direction: column-reverse !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    -ms-flex: 1 1 auto !important;
    -webkit-box-flex: 1 !important;
            flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    -ms-flex-positive: 0 !important;
    -webkit-box-flex: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    -ms-flex-positive: 1 !important;
    -webkit-box-flex: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    -ms-flex-pack: start !important;
    -webkit-box-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -ms-flex-pack: end !important;
    -webkit-box-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -ms-flex-pack: center !important;
    -webkit-box-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-xl-between {
    -ms-flex-pack: justify !important;
    -webkit-box-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    -ms-flex-align: start !important;
    -webkit-box-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-xl-end {
    -ms-flex-align: end !important;
    -webkit-box-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-xl-center {
    -ms-flex-align: center !important;
    -webkit-box-align: center !important;
            align-items: center !important;
  }
  .align-items-xl-baseline {
    -ms-flex-align: baseline !important;
    -webkit-box-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -ms-flex-align: stretch !important;
    -webkit-box-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
        align-self: auto !important;
  }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
        align-self: center !important;
  }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
}
/*
COLORS
*/
/*
FONTS
*/
@font-face {
  font-family: 'Nexa Light';
  src: url("fonts/Nexa-Light.otf") format("opentype");
}

@font-face {
  font-family: 'Nexa Regular';
  src: url("fonts/Nexa-Regular.otf") format("opentype");
}

@font-face {
  font-family: 'Nexa Bold';
  font-weight: 700;
  src: url("fonts/Nexa-Bold.otf") format("opentype");
}

@font-face {
  font-family: 'Bimbo';
  font-weight: 300;
  src: url("fonts/Bimbo.ttf") format("truetype");
}

/*
ADDITIONAL
*/

h1 strong,
h2 strong,
h3 strong,
h4 strong,
h5 strong,
h6 strong {
  font-family: 'Nexa Bold' !important;
}

h1 em,
h2 em,
h3 em,
h4 em,
h5 em,
h6 em {
  font-style: italic !important;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height .35s ease;
  transition: height .35s ease;
  -webkit-transition-property: height;
  transition-property: height;
  -webkit-transition-duration: .35s;
  transition-duration: .35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}

@media screen and (prefers-reduced-motion: reduce) {
  .collapsing {
    -webkit-transition: none;
    transition: none;
  }
}

a.green {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: 'Nexa Regular';
  font-size: 18px;
  line-height: 122.6%;
  height: 43px;
  text-decoration: none;
  padding: 0 22px;
  background-color: #6BCCAC;
  color: #fff;
}

.articles {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.articles .article-inner {
  text-decoration: none;
  -ms-flex-preferred-size: 24%;
      flex-basis: 24%;
}

.articles .article-inner .article-image {
  height: 339px;
  margin-bottom: 19px;
}

@media all and (max-width: 1440px) {
  .articles .article-inner .article-image {
    height: 280px;
  }
}

@media all and (max-width: 1200px) {
  .articles .article-inner .article-image {
    height: 223px;
  }
}

@media all and (max-width: 992px) {
  .articles .article-inner .article-image {
    height: 332px;
  }
}

@media all and (max-width: 768px) {
  .articles .article-inner .article-image {
    height: 254px;
  }
}

.articles .article-inner .article-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.articles .article-inner .article-title {
  margin-bottom: 10px;
}

.articles .article-inner .article-title h3,
.articles .article-inner .article-title a {
  font-family: 'Nexa Regular';
  font-size: 17px;
  line-height: 111.1%;
  color: #fff;
  text-decoration: none;
}

.articles .article-inner .article-date {
  display: none;
}

.articles .article-inner .article-date p {
  font-family: 'Nexa Regular';
  font-size: 14px;
  line-height: 111.1%;
  color: #6BCCAC;
}

#breadcrumbs {
  padding-top: 30px;
}

#breadcrumbs .breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: 'Nexa Bold';
  font-size: 12px;
  line-height: 122.6%;
  color: #000000;
  text-decoration: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  align-items: center;
}

#breadcrumbs .breadcrumb a {
  font-family: 'Nexa Bold';
  font-size: 12px;
  line-height: 122.6%;
  color: #000000;
  text-decoration: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#breadcrumbs .breadcrumb a svg {
  margin-right: 8px;
}

#breadcrumbs .breadcrumb span {
  margin: 0 5px;
}

h1 {
  font-family: 'Nexa Regular';
  font-size: 48px;
  line-height: 111.1%;
  color: #876E26;
}

@media all and (max-width: 1280px) {
  h1 {
    font-size: 30px;
  }
}

h2 {
  font-family: 'Bimbo';
  font-size: 40px;
  line-height: 134.1%;
  color: #876E26;
}

@media all and (max-width: 1280px) {
  h2 {
    font-size: 26px;
  }
}

h3 {
  font-family: 'Bimbo';
  font-size: 36px;
  line-height: 134.1%;
  color: #876E26;
}

@media all and (max-width: 1280px) {
  h3 {
    font-size: 22px;
  }
}

h4 {
  font-family: 'Bimbo';
  font-size: 32px;
  line-height: 134.1%;
  color: #876E26;
}

@media all and (max-width: 1280px) {
  h4 {
    font-size: 18px;
  }
}

h5 {
  font-family: 'Bimbo';
  font-size: 28px;
  line-height: 134.1%;
  color: #876E26;
}

@media all and (max-width: 1280px) {
  h5 {
    font-size: 16px;
  }
}

h6 {
  font-family: 'Bimbo';
  font-size: 24px;
  line-height: 134.1%;
  color: #876E26;
}

@media all and (max-width: 1280px) {
  h6 {
    font-size: 14px;
  }
}

p {
  font-family: 'Nexa Regular';
  font-size: 18px;
  line-height: 134.1%;
  color: #000000;
  margin-bottom: 37px;
}

@media all and (max-width: 1280px) {
  p {
    font-size: 16px;
    margin-bottom: 25px;
  }
}

ul {
  list-style: circle;
}

ol {
  list-style: decimal;
}

ul,
ol {
  padding-left: 20px;
  margin: 10px 0;
}

#main-header {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  padding-top: 40px;
  z-index: 100;
}

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

@media all and (max-width: 1100px) {
  #main-header .container .menu-wrapper {
    display: none;
  }
}

#main-header .container .menu-wrapper ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  list-style: none;
}

#main-header .container .menu-wrapper ul li {
  margin-right: 35px;
}

#main-header .container .menu-wrapper ul li:last-of-type {
  margin-right: 0;
}

#main-header .container .menu-wrapper ul li.contact {
  height: 44px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #6BCCAC;
}

#main-header .container .menu-wrapper ul li.contact a {
  font-family: 'Nexa Regular';
  font-size: 18px;
  line-height: 122.6%;
  text-align: center;
  color: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 18px;
  height: 100%;
}

#main-header .container .menu-wrapper ul li.contact a::before {
  content: '';
  width: 24px;
  height: 24px;
  margin-right: 10px;
  background-image: url("assets/img/tel.png");
  -o-object-fit: contain;
     object-fit: contain;
}

#main-header .container .menu-wrapper ul li a {
  font-family: 'Nexa Bold';
  font-size: 18px;
  line-height: 122.6%;
  color: #213845;
  text-decoration: none;
}

#main-header .container .mobile-button-wrapper {
  display: none;
}

@media all and (max-width: 1100px) {
  #main-header .container .mobile-button-wrapper {
    display: block;
    position: absolute;
    right: 0;
    top: 45px;
  }
}

#main-header .container .mobile-button-wrapper button {
  position: relative;
  height: 47px;
  width: 92px;
  border: 0;
  border-radius: 0;
  background: #EFD5BB;
}

#main-header .container .mobile-button-wrapper button span {
  position: absolute;
  width: 16px;
  height: 2px;
  border-radius: 5px;
  background: #876E26;
  left: 16px;
  -webkit-transition: .4s;
  transition: .4s;
}

#main-header .container .mobile-button-wrapper button span:first-of-type {
  top: 19px;
}

#main-header .container .mobile-button-wrapper button span:nth-of-type(2) {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

#main-header .container .mobile-button-wrapper button span:last-of-type {
  bottom: 18px;
}

#main-header .container .mobile-menu {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  background: #fff;
  width: 100%;
}

#main-header .container .mobile-menu .button-wrapper {
  position: absolute;
  right: 0;
  top: 45px;
  height: 47px;
  width: 92px;
  border: 0;
  background: #EFD5BB;
}

#main-header .container .mobile-menu .button-wrapper span {
  position: absolute;
  width: 16px;
  height: 2px;
  border-radius: 5px;
  background: #876E26;
  top: 50%;
  left: 16px;
}

#main-header .container .mobile-menu .button-wrapper span:first-of-type {
  -webkit-transform: translateY(-50%) rotate(135deg);
          transform: translateY(-50%) rotate(135deg);
}

#main-header .container .mobile-menu .button-wrapper span:last-of-type {
  -webkit-transform: translateY(-50%) rotate(-135deg);
          transform: translateY(-50%) rotate(-135deg);
}

#main-header .container .mobile-menu .container {
  padding-top: 52px;
  padding-bottom: 52px;
}

#main-header .container .mobile-menu ul li {
  margin-bottom: 30px;
}

#main-header .container .mobile-menu ul li:last-of-type {
  margin-bottom: 0;
}

#main-header .container .mobile-menu ul li:last-of-type a {
  color: #6BCCAC;
}

#main-header .container .mobile-menu ul li a {
  font-family: 'Nexa Bold';
  font-size: 20px;
  line-height: 122.6%;
  color: #213845;
  text-decoration: none;
}

#hero {
  position: relative;
  padding-top: 136px;
  background-color: #F6ECE6;
  overflow: hidden;
}

#hero .right-photo {
  float: right;
  width: 53%;
}

#hero .right-photo img {
  width: 100%;
  height: auto;
}

#hero .description {
  position: absolute;
  top: 136px;
  left: 0;
  width: 100%;
}

#hero .description .container .half {
  width: 50%;
  padding-top: 114px;
}

@media all and (max-width: 1440px) {
  #hero .description .container .half {
    width: 60%;
  }
}

#hero .description .container .half h1 {
  font-family: 'Nexa Regular';
  font-size: 55px;
  line-height: 111.1%;
  color: #8B6B6A;
}

@media all and (max-width: 1280px) {
  #hero .description .container .half h1 {
    font-size: 35px;
  }
}

#hero .description .container .half h2 {
  font-family: 'Bimbo';
  font-size: 40px;
  line-height: 134.1%;
  color: #6BCCAC;
  margin-top: -16px;
}

@media all and (max-width: 1280px) {
  #hero .description .container .half h2 {
    font-size: 30px;
  }
}

#hero .description .container .half .hero-links {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#hero .description .container .half .hero-links a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: 'Nexa Regular';
  font-size: 18px;
  line-height: 122.6%;
  height: 43px;
  margin-right: 10px;
  text-decoration: none;
  padding: 0 22px;
  -webkit-transition: .4s;
  transition: .4s;
}

#hero .description .container .half .hero-links a.green {
  background-color: #6BCCAC;
  color: #fff;
}

#hero .description .container .half .hero-links a.gold {
  border: 1px solid #FFF;
  color: #213845;
}

#hero .description .container .half .hero-links a.gold svg {
  margin-right: 10px;
}

#hero .description .container .half .hero-links a.gold:hover {
  background-color: #fff;
}

.home #hero {
  min-height: 827px;
  background-image: url("assets/img/new-header.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.home #hero .description {
  width: 100%;
  height: calc(100% - 136px);
}

.home #hero .description .container {
  height: 100%;
}

.home #hero .description .container .half {
  padding-top: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#social {
  margin-top: -80px;
  position: relative;
}

#social .container {
  background: #ECDADD;
  padding: 31px 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#social .container .arrow-down {
  margin-right: 90px;
}

@media all and (max-width: 768px) {
  #social .container .arrow-down {
    margin-right: 0;
  }
  #social .container .arrow-down svg {
    width: 76px;
    height: auto;
  }
}

#social .container .social-inner {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}

@media all and (max-width: 768px) {
  #social .container .social-inner {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}

#social .container .social-inner .description {
  margin-bottom: 15px;
}

#social .container .social-inner .description p {
  font-family: 'Nexa Regular';
  font-size: 14px;
  line-height: 129.1%;
  color: #213845;
  margin-bottom: 0;
}

#social .container .social-inner .social-media a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 42px;
  height: 42px;
  margin-right: 14px;
  border: 1.5px solid #E1CBCE;
  border-radius: 50%;
  -webkit-transition: .4s;
  transition: .4s;
}

#social .container .social-inner .social-media a:last-of-type {
  margin-right: 0;
}

#social .container .social-inner .social-media a:hover {
  background: #E1CBCE;
}

#for-parents {
  padding-top: 170px;
  position: relative;
  z-index: 2;
}

#for-parents .container.first {
  position: relative;
}

#for-parents .container.first .for-parents-img {
  position: absolute;
  right: 15px;
  top: 0;
  width: 45%;
  max-height: 456px;
  overflow: hidden;
}

@media all and (max-width: 980px) {
  #for-parents .container.first .for-parents-img {
    display: none;
  }
}

#for-parents .container.first .for-parents-img img {
  width: 100%;
  height: auto;
}

#for-parents .container.first header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 100px;
}

#for-parents .container.first header .icon {
  -ms-flex-preferred-size: 100px;
      flex-basis: 100px;
  height: 100px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -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;
  background: url("assets/img/for-parents.png");
  background-size: cover;
  margin-right: 32px;
}

@media all and (max-width: 768px) {
  #for-parents .container.first header .icon {
    -ms-flex-preferred-size: 78px;
        flex-basis: 78px;
    height: 78px;
    margin-right: 22px;
  }
}

#for-parents .container.first header .icon p {
  margin-bottom: 0;
  line-height: 1;
}

#for-parents .container.first header .description {
  -ms-flex-preferred-size: 40%;
      flex-basis: 40%;
  padding-top: 20px;
}

@media all and (max-width: 768px) {
  #for-parents .container.first header .description {
    -ms-flex-preferred-size: calc(100% - 100px);
        flex-basis: calc(100% - 100px);
  }
}

#for-parents .container.first header .description h2 {
  font-family: 'Bimbo';
  font-size: 42px;
  line-height: 134.1%;
  color: #8B6B6A;
}

@media all and (max-width: 1280px) {
  #for-parents .container.first header .description h2 {
    font-size: 30px;
  }
}

#for-parents .container.first header .description p {
  font-family: 'Nexa Regular';
  font-size: 14px;
  line-height: 129.1%;
  color: #213845;
}

#for-parents .container .second {
  background-color: #E4CBCF;
  background-image: url("assets/img/lines.png");
  padding: 16px;
}

#for-parents .container .second .related-article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 584px;
  position: relative;
}

#for-parents .container .second .related-article .related-article-sign {
  position: absolute;
  height: 27px;
  background: #6BCCAC;
  padding: 0 9px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  top: -27px;
  right: 16px;
}

#for-parents .container .second .related-article .related-article-sign svg {
  margin-right: 9px;
}

#for-parents .container .second .related-article .related-article-sign p {
  font-family: 'Nexa Bold';
  font-style: normal;
  font-weight: 700;
  font-size: 9px;
  line-height: 111.1%;
  letter-spacing: 1px;
  color: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  margin-bottom: 0;
}

#for-parents .container .second .related-article .article-image {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}

@media all and (max-width: 768px) {
  #for-parents .container .second .related-article .article-image {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}

#for-parents .container .second .related-article .article-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

#for-parents .container .second .related-article .article-description {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  background-color: #fff;
  padding: 23px 25px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media all and (max-width: 768px) {
  #for-parents .container .second .related-article .article-description {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}

#for-parents .container .second .related-article .article-description .title {
  margin-bottom: 8px;
}

#for-parents .container .second .related-article .article-description .title h3 {
  font-family: 'Nexa Bold';
  font-weight: 700;
  font-size: 18px;
  line-height: 111.1%;
  color: #213845;
}

#for-parents .container .second .related-article .article-description .date {
  margin-bottom: 13px;
  display: none;
}

#for-parents .container .second .related-article .article-description .date p {
  font-family: 'Nexa Regular';
  font-size: 10px;
  line-height: 111.1%;
  color: #6BCCAC;
  margin-bottom: 0;
}

#download .container .container-inner .column-inner form label.acceptance span {
  margin: 0;
}

#download .container .container-inner .column-inner form label.acceptance input[type="checkbox"] {
  appearance: none;
  width: 18px;
  height: 18px;
  position: relative;
  border: 2px solid #E1CBCE;
  margin-right: 8px;
  margin-bottom: 0;
  padding: 0;
  background: transparent;
}

#download .container .container-inner .column-inner form label.acceptance input[type="checkbox"]:hover::before,
#download .container .container-inner .column-inner form label.acceptance input[type="checkbox"]:checked::before {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: #213845;
}

#download .container .container-inner .column-inner form label.acceptance a {
  font-family: 'Nexa Bold';
  font-size: 14px;
  line-height: 122.6%;
  color: #213845;
  text-decoration: none;
  margin-left: 3px;
}

@media all and (max-width: 768px) {
  #for-parents .container .second .related-article .article-description .excerpt {
    margin-bottom: 12px;
  }
}

#for-parents .container .second .related-article .article-description .excerpt p {
  font-family: 'Nexa Regular';
  font-size: 12px;
  line-height: 111.1%;
  color: #808A8F;
  margin-bottom: 16px;
}

#for-parents .container .second .related-article .article-description a {
  margin-top: auto;
}

#for-parents-articles {
  padding-top: 129px;
  position: relative;
  margin-top: -85px;
  min-height: 840px;
}

@media all and (max-width: 1440px) {
  #for-parents-articles {
    min-height: 764px;
  }
}

@media all and (max-width: 992px) {
  #for-parents-articles {
    min-height: 640px;
  }
}

@media all and (max-width: 480px) {
  #for-parents-articles {
    min-height: 520px;
  }
}

#for-parents-articles .blue {
  width: 100%;
  max-width: 95%;
  background: #213845;
  min-height: 840px;
  position: absolute;
  left: 0;
  top: 0;
}

@media all and (max-width: 1440px) {
  #for-parents-articles .blue {
    min-height: 764px;
  }
}

@media all and (max-width: 992px) {
  #for-parents-articles .blue {
    max-width: 100%;
  }
}

@media all and (max-width: 992px) {
  #for-parents-articles .blue {
    min-height: 640px;
  }
}

@media all and (max-width: 480px) {
  #for-parents-articles .blue {
    min-height: 520px;
  }
}

#for-parents-articles .container-mobile {
  display: none;
  margin-right: 0;
  margin-left: auto;
}

@media all and (max-width: 992px) {
  #for-parents-articles .container-mobile {
    display: block;
  }
}

@media all and (max-width: 576px) {
  #for-parents-articles .container-mobile {
    padding-left: 20px;
  }
}

#for-parents-articles .container-mobile .articles {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

#for-parents-articles .container-mobile .articles .article-inner {
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
}

#for-parents-articles .container-outer {
  position: absolute;
  width: 100%;
  min-height: calc(100% - 129px);
  left: 0;
  top: 129px;
  z-index: 1;
}

@media all and (max-width: 992px) {
  #for-parents-articles .container-outer.desktop {
    display: none;
  }
}

#for-parents-articles .container-outer .all-articles {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 90px;
}

#for-parents-articles .container-outer .all-articles h2 {
  font-family: 'Nexa Regular';
  font-size: 42px;
  line-height: 111.1%;
  color: #FFFFFF;
  -ms-flex-preferred-size: 27%;
      flex-basis: 27%;
}

@media all and (max-width: 1280px) {
  #for-parents-articles .container-outer .all-articles h2 {
    font-size: 30px;
  }
}

#for-parents-articles .container-outer .all-articles hr {
  height: 2px;
  background: #375465;
  -ms-flex-preferred-size: 47%;
      flex-basis: 47%;
  border: 0;
}

#about-project {
  padding-top: 74px;
}

#about-project .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#about-project .container .half {
  -ms-flex-preferred-size: 48%;
      flex-basis: 48%;
  position: relative;
}

@media all and (max-width: 1200px) {
  #about-project .container .half {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}

@media all and (max-width: 1200px) {
  #about-project .container .half:last-of-type {
    min-height: 410px;
    -ms-flex-preferred-size: 536px;
        flex-basis: 536px;
    margin: 0 auto;
  }
}

@media all and (max-width: 600px) {
  #about-project .container .half:last-of-type {
    -ms-flex-preferred-size: 357px;
        flex-basis: 357px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media all and (max-width: 360px) {
  #about-project .container .half:last-of-type {
    display: none;
  }
}

#about-project .container .half header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 100px;
}

@media all and (max-width: 1200px) {
  #about-project .container .half header {
    margin-bottom: 30px;
  }
}

#about-project .container .half header .icon {
  -ms-flex-preferred-size: 100px;
      flex-basis: 100px;
  height: 100px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -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;
  background: url("assets/img/about-project.png");
  background-size: cover;
  margin-right: 32px;
}

#about-project .container .half header p {
  margin-bottom: 0;
  line-height: 1;
}

#about-project .container .half header .description {
  -ms-flex-preferred-size: 40%;
      flex-basis: 40%;
  padding-top: 20px;
}

#about-project .container .half header .description h2 {
  font-family: 'Bimbo';
  font-size: 42px;
  line-height: 111.1%;
  color: #8B6B6A;
}

@media all and (max-width: 1280px) {
  #about-project .container .half header .description h2 {
    font-size: 30px;
  }
}

@media all and (max-width: 1200px) {
  #about-project .container .half > .description {
    margin-bottom: 45px;
  }
}

#about-project .container .half > .description p.under-title {
  font-family: 'Nexa Regular';
  font-size: 22px;
  line-height: 129.1%;
  color: #213845;
  margin-bottom: 23px;
}

@media all and (max-width: 1280px) {
  #about-project .container .half > .description p.under-title {
    font-size: 18px;
  }
}

#about-project .container .half > .description p.description {
  font-family: 'Nexa Regular';
  font-size: 18px;
  line-height: 129.1%;
  color: #8C979C;
}

@media all and (max-width: 1280px) {
  #about-project .container .half > .description p.description {
    font-size: 14px;
  }
}

#about-project .container .half .first-photo {
  position: absolute;
  width: 178px;
  height: 343px;
  left: 0;
  top: 0;
  z-index: 5;
}

@media all and (max-width: 600px) {
  #about-project .container .half .first-photo {
    width: 126px;
    height: 244px;
  }
}

#about-project .container .half .second-photo {
  position: absolute;
  width: 149px;
  height: 277px;
  left: 209px;
  top: 204px;
  z-index: 4;
}

@media all and (max-width: 600px) {
  #about-project .container .half .second-photo {
    width: 105px;
    height: 197px;
    left: 137px;
  }
}

#about-project .container .half .green {
  position: absolute;
  width: 129px;
  height: 129px;
  left: 178px;
  top: 47px;
  background-color: #6BCCAC;
  z-index: 3;
}

@media all and (max-width: 600px) {
  #about-project .container .half .green {
    width: 92px;
    height: 92px;
    left: 126px;
  }
}

#about-project .container .half .brown {
  width: 375px;
  height: 266px;
  position: absolute;
  left: 58px;
  top: 176px;
  background: #ECDADD;
}

@media all and (max-width: 600px) {
  #about-project .container .half .brown {
    width: 266px;
    height: 189px;
    top: 139px;
  }
}

#about-project .container .half .third-photo {
  position: absolute;
  width: 149px;
  height: 277px;
  top: 30px;
  left: 387px;
}

@media all and (max-width: 600px) {
  #about-project .container .half .third-photo {
    width: 106px;
    height: 197px;
    left: 250px;
  }
}

#about-project .container .half div img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

#download {
  padding-top: 118px;
}

@media all and (max-width: 768px) {
  #download {
    padding-top: 30px;
  }
}

#download .container .container-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 53px 50px;
  background-color: #ECDADD;
  background-image: url("assets/img/mask.png");
}

#download .container .container-inner .column-inner {
  -ms-flex-preferred-size: 45%;
      flex-basis: 45%;
}

@media all and (max-width: 992px) {
  #download .container .container-inner .column-inner {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}

#download .container .container-inner .column-inner header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 33px;
}

#download .container .container-inner .column-inner header .icon {
  -ms-flex-preferred-size: 100px;
      flex-basis: 100px;
  height: 100px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -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;
  background: url("assets/img/download-ebook.png");
  background-size: cover;
  margin-right: 32px;
}

#download .container .container-inner .column-inner header .icon p {
  margin-bottom: 0;
  line-height: 1;
}

#download .container .container-inner .column-inner header .description {
  padding-top: 20px;
}

#download .container .container-inner .column-inner header .description h2 {
  font-family: 'Bimbo';
  font-size: 42px;
  line-height: 111.1%;
  color: #213845;
}

@media all and (max-width: 1280px) {
  #download .container .container-inner .column-inner header .description h2 {
    font-size: 30px;
  }
}

@media all and (max-width: 992px) {
  #download .container .container-inner .column-inner form {
    margin-bottom: 30px;
  }
}

#download .container .container-inner .column-inner form label {
  position: relative;
}

#download .container .container-inner .column-inner form label::before {
  content: '';
  width: 24px;
  height: 24px;
  position: absolute;
  left: 18px;
  top: 18px;
  background-size: contain;
  display: inline-block;
  z-index: 10;
}

#download .container .container-inner .column-inner form label.name::before {
  background-image: url("assets/img/smile.png");
}

#download .container .container-inner .column-inner form label.email::before {
  background-image: url("assets/img/mail.png");
}

#download .container .container-inner .column-inner form label input {
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 60px;
  background: #E1CBCE;
  border: 0;
  border-radius: 0;
  font-family: 'Nexa Regular';
  font-size: 14px;
  line-height: 111.1%;
  color: #CFB69D;
  margin-bottom: 10px;
  width: 100%;
}

#download .container .container-inner .column-inner form label input::-webkit-input-placeholder {
  font-family: 'Nexa Regular';
  font-size: 16px;
  line-height: 111.1%;
  color: #8B6B6A;
}

#download .container .container-inner .column-inner form label input:-ms-input-placeholder {
  font-family: 'Nexa Regular';
  font-size: 16px;
  line-height: 111.1%;
  color: #8B6B6A;
}

#download .container .container-inner .column-inner form label input::-ms-input-placeholder {
  font-family: 'Nexa Regular';
  font-size: 16px;
  line-height: 111.1%;
  color: #8B6B6A;
}

#download .container .container-inner .column-inner form label input::placeholder {
  font-family: 'Nexa Regular';
  font-size: 16px;
  line-height: 111.1%;
  color: #8B6B6A;
}

#download .container .container-inner .column-inner form input[type="submit"] {
  height: 43px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: 'Nexa Regular';
  font-size: 18px;
  line-height: 122.6%;
  color: #FFFFFF;
  width: 100%;
  border: 0;
  background-color: #6BCCAC;
  border-radius: 0;
}

#download .container .container-inner .column-inner img {
  width: 100%;
  height: auto;
}

#actuals {
  padding-top: 94px;
}

#actuals header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 56px;
}

#actuals header .icon {
  -ms-flex-preferred-size: 100px;
      flex-basis: 100px;
  height: 100px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -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;
  background: url("assets/img/actuals.png");
  background-size: cover;
  margin-right: 32px;
}

#actuals header p {
  margin-bottom: 0;
  line-height: 1;
}

#actuals header .description {
  -ms-flex-preferred-size: calc(100% - 132px);
      flex-basis: calc(100% - 132px);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#actuals header .description h2 {
  font-family: 'Bimbo';
  font-size: 42px;
  line-height: 111.1%;
  color: #8B6B6A;
}

@media all and (max-width: 1280px) {
  #actuals header .description h2 {
    font-size: 30px;
  }
}

@media all and (max-width: 992px) {
  #actuals .articles {
    display: none;
  }
}

#actuals .articles .article-inner .article-title h3,
#actuals .articles .article-inner .article-title a {
  text-decoration: none;
  color: #213845;
}

#actuals .container-mobile {
  display: none;
}

@media all and (max-width: 992px) {
  #actuals .container-mobile {
    display: block;
    margin-left: auto;
    margin-right: 0;
  }
}

@media all and (max-width: 576px) {
  #actuals .container-mobile {
    padding-left: 20px;
  }
}

@media all and (max-width: 992px) {
  #actuals .container-mobile .articles {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}

@media all and (max-width: 992px) {
  #actuals .container-mobile .articles .article-inner {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
}

#about-author {
  padding-top: 102px;
}

#about-author .container-right {
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media all and (max-width: 768px) {
  #about-author .container-right {
    width: calc(100% - 30px) !important;
    margin: 0 auto;
  }
}

#about-author .container-right .container-image {
  padding: 28px;
  background-color: #E4CBCF;
  background-image: url("assets/img/lines.png");
  text-align: center;
}

@media all and (max-width: 768px) {
  #about-author .container-right .container-image {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
  #about-author .container-right .container-image img {
    width: 100%;
    height: auto;
  }
}

#about-author .container-right .container-description {
  -ms-flex-preferred-size: calc(100% - 400px);
      flex-basis: calc(100% - 400px);
  background: #213845;
  padding: 43px 66px;
}

@media all and (max-width: 768px) {
  #about-author .container-right .container-description {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}

@media all and (max-width: 576px) {
  #about-author .container-right .container-description {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}

#about-author .container-right .container-description header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 28px;
}

#about-author .container-right .container-description header .icon {
  -ms-flex-preferred-size: 100px;
      flex-basis: 100px;
  height: 100px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -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;
  background: url("assets/img/about-author.png");
  background-size: cover;
  margin-right: 32px;
}

@media all and (max-width: 768px) {
  #about-author .container-right .container-description header .icon {
    -ms-flex-preferred-size: 78px;
        flex-basis: 78px;
    height: 78px;
    margin-right: 22px;
  }
}

#about-author .container-right .container-description header .icon p {
  margin-bottom: 0;
  line-height: 1;
}

#about-author .container-right .container-description header .description {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#about-author .container-right .container-description header .description h2 {
  font-family: 'Bimbo';
  font-size: 42px;
  line-height: 111.1%;
  color: #fff;
}

@media all and (max-width: 1280px) {
  #about-author .container-right .container-description header .description h2 {
    font-size: 30px;
  }
}

#about-author .container-right .container-description .description {
  margin-bottom: 28px;
}

#about-author .container-right .container-description .description p {
  font-family: 'Nexa Regular';
  font-size: 18px;
  line-height: 129.1%;
  color: #8C979C;
  margin-bottom: 20px;
}

@media all and (max-width: 1280px) {
  #about-author .container-right .container-description .description p {
    font-size: 14px;
  }
}

#about-author .container-right .container-description .description p:last-of-type {
  margin-bottom: 0;
}

#about-author .container-right .container-description .sign {
  font-family: 'Bimbo';
  font-size: 28px;
  line-height: 111.1%;
  color: #FFFFFF;
}

#contact {
  position: relative;
}

#contact .contact-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#contact .contact-inner .half {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  min-height: 733px;
}

@media all and (max-width: 768px) {
  #contact .contact-inner .half {
    min-height: 0;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}

#contact .contact-inner .half.first {
  background-color: #F7E9EB;
  background-image: url("assets/img/contact-mask.png");
}

@media all and (max-width: 768px) {
  #contact .contact-inner .half.first {
    height: 357px;
  }
}

#contact .contact-inner .half.second {
  background-color: #ECDADD;
  background-image: url("assets/img/contact-mask-lines.png");
  background-size: cover;
}

@media all and (max-width: 768px) {
  #contact .contact-inner .half.second {
    height: 733px;
  }
}

#contact .contact-description-inner {
  position: absolute;
  left: 0;
  top: 35px;
  width: 100%;
}

#contact .contact-description-inner .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#contact .contact-description-inner .container .half {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}

@media all and (max-width: 768px) {
  #contact .contact-description-inner .container .half {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}

#contact .contact-description-inner .container .half header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 36px;
}

#contact .contact-description-inner .container .half header .icon {
  -ms-flex-preferred-size: 100px;
      flex-basis: 100px;
  height: 100px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -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;
  background: url("assets/img/contact.png");
  background-size: cover;
  margin-right: 32px;
}

#contact .contact-description-inner .container .half header p {
  margin-bottom: 0;
  line-height: 1;
}

#contact .contact-description-inner .container .half header .description {
  -ms-flex-preferred-size: 40%;
      flex-basis: 40%;
  padding-top: 20px;
}

#contact .contact-description-inner .container .half header .description h2 {
  font-family: 'Bimbo';
  font-size: 42px;
  line-height: 111.1%;
  color: #8B6B6A;
}

@media all and (max-width: 1280px) {
  #contact .contact-description-inner .container .half header .description h2 {
    font-size: 30px;
  }
}

#contact .contact-description-inner .container .half .contact-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

#contact .contact-description-inner .container .half .contact-info .tel {
  font-family: 'Nexa Regular';
  font-size: 45px;
  line-height: 122.6%;
  color: #213845;
  text-decoration: none;
  margin-bottom: 6px;
}

@media all and (max-width: 1280px) {
  #contact .contact-description-inner .container .half .contact-info .tel {
    font-size: 35px;
  }
}

#contact .contact-description-inner .container .half .contact-info .mail {
  font-family: 'Nexa Regular';
  font-size: 25px;
  line-height: 122.6%;
  color: #213845;
  text-decoration: none;
  margin-bottom: 28px;
}

#contact .contact-description-inner .container .half .social-media a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 42px;
  height: 42px;
  margin-right: 14px;
  border: 1.5px solid #E1CBCE;
  border-radius: 50%;
  -webkit-transition: .4s;
  transition: .4s;
}

#contact .contact-description-inner .container .half .social-media a:last-of-type {
  margin-right: 0;
}

#contact .contact-description-inner .container .half .social-media a:hover {
  background: #E1CBCE;
}

#contact .contact-description-inner .container .half.second {
  padding-left: 65px;
}

@media all and (max-width: 768px) {
  #contact .contact-description-inner .container .half.second {
    padding-left: 0;
  }
}

#contact .contact-description-inner .container .half.second .form-outer {
  background-color: #ECDADD;
  padding: 25px 35px 25px 35px;
  position: relative;
}

@media all and (max-width: 768px) {
  #contact .contact-description-inner .container .half.second .form-outer {
    margin-top: 65px;
  }
}

#contact .contact-description-inner .container .half.second .form-outer h3 {
  font-family: 'Nexa Regular';
  font-size: 28px;
  line-height: 111.1%;
  color: #213845;
  margin-bottom: 22px;
}

#contact .contact-description-inner .container .half.second .form-outer form .wpcf7-not-valid-tip {
  font-family: 'Nexa Regular';
  font-size: 14px;
  line-height: 111.1%;
  position: absolute;
  left: 0;
  top: 63px;
  width: 100%;
  white-space: nowrap;
  z-index: 100;
}

body .wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.sent .wpcf7-response-output {
  position: absolute;
  margin: 0;
  bottom: 40px;
  left: 0;
}

.wpcf7 form.sent .wpcf7-response-output {
  font-family: 'Nexa Regular';
  font-size: 14px;
  line-height: 111.1%;
}

#contact .contact-description-inner .container .half.second .form-outer form input,
#contact .contact-description-inner .container .half.second .form-outer form textarea {
  background: #E1CBCE;
  font-family: 'Nexa Regular';
  font-size: 14px;
  line-height: 111.1%;
  color: #CFB69D;
  margin-bottom: 20px;
  width: 100%;
  border: 0;
}

#contact .contact-description-inner .container .half.second .form-outer form input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 60px;
  padding: 0 28px;
  color: #8B6B6A;
}

#contact .contact-description-inner .container .half.second .form-outer form input::-webkit-input-placeholder {
  font-family: 'Nexa Regular';
  font-size: 16px;
  line-height: 111.1%;
  color: #8B6B6A;
}

#contact .contact-description-inner .container .half.second .form-outer form input:-ms-input-placeholder {
  font-family: 'Nexa Regular';
  font-size: 16px;
  line-height: 111.1%;
  color: #8B6B6A;
}

#contact .contact-description-inner .container .half.second .form-outer form input::-ms-input-placeholder {
  font-family: 'Nexa Regular';
  font-size: 16px;
  line-height: 111.1%;
  color: #8B6B6A;
}

#contact .contact-description-inner .container .half.second .form-outer form input::placeholder {
  font-family: 'Nexa Regular';
  font-size: 16px;
  line-height: 111.1%;
  color: #8B6B6A;
}

#contact .contact-description-inner .container .half.second .form-outer form input[type="submit"] {
  height: 41px;
  background-color: #6BCCAC;
  font-family: 'Nexa Regular';
  font-size: 16px;
  line-height: 122.6%;
  text-align: center;
  color: #FFFFFF;
  margin-bottom: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#contact .contact-description-inner .container .half.second .form-outer form label.acceptance {
  font-family: 'Nexa Regular';
  font-size: 14px;
  line-height: 122.6%;
  color: #213845;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#contact .contact-description-inner .container .half.second .form-outer form label.acceptance a {
  font-family: 'Nexa Bold';
  font-size: 14px;
  line-height: 122.6%;
  color: #213845;
  text-decoration: none;
  margin-left: 3px;
}

#contact .contact-description-inner .container .half.second .form-outer form label.acceptance span {
  margin: 0;
}

#contact .contact-description-inner .container .half.second .form-outer form label.acceptance input[type="checkbox"] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 18px;
  height: 18px;
  position: relative;
  border: 2px solid #E1CBCE;
  margin-right: 8px;
  margin-bottom: 0;
  padding: 0;
  background: transparent;
}

#contact .contact-description-inner .container .half.second .form-outer form label.acceptance input[type="checkbox"]:hover::before, #contact .contact-description-inner .container .half.second .form-outer form label.acceptance input[type="checkbox"]:checked::before {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: #213845;
}

#contact .contact-description-inner .container .half.second .form-outer form textarea {
  padding: 22px 28px;
  height: 141px;
  resize: none;
  color: #8B6B6A;
}

#contact .contact-description-inner .container .half.second .form-outer form textarea::-webkit-input-placeholder {
  font-family: 'Nexa Regular';
  font-size: 14px;
  line-height: 111.1%;
  color: #8B6B6A;
}

#contact .contact-description-inner .container .half.second .form-outer form textarea:-ms-input-placeholder {
  font-family: 'Nexa Regular';
  font-size: 14px;
  line-height: 111.1%;
  color: #8B6B6A;
}

#contact .contact-description-inner .container .half.second .form-outer form textarea::-ms-input-placeholder {
  font-family: 'Nexa Regular';
  font-size: 14px;
  line-height: 111.1%;
  color: #8B6B6A;
}

#contact .contact-description-inner .container .half.second .form-outer form textarea::placeholder {
  font-family: 'Nexa Regular';
  font-size: 14px;
  line-height: 111.1%;
  color: #8B6B6A;
}

@media all and (max-width: 360px) {
  #before-footer {
    display: none;
  }
}

#before-footer .container {
  position: relative;
  min-height: 300px;
}

@media all and (max-width: 768px) {
  #before-footer .container {
    min-height: 170px;
  }
}

#before-footer .container.small {
  max-width: 980px;
}

@media all and (max-width: 1100px) {
  #before-footer .container.small {
    max-width: 384px;
  }
}

#before-footer .container > div {
  position: absolute;
}

#before-footer .container > div img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

#before-footer .container .green-small {
  width: 144px;
  height: 144px;
  background-color: #6BCCAC;
  background-image: url("assets/img/mask-circles.png");
  top: -77px;
  left: 0;
}

@media all and (max-width: 1100px) {
  #before-footer .container .green-small {
    width: 55px;
    height: 55px;
    top: -27px;
  }
}

#before-footer .container .first-photo {
  left: 144px;
  top: 0;
  width: 256px;
  height: 200px;
}

@media all and (max-width: 1100px) {
  #before-footer .container .first-photo {
    width: 98px;
    height: 77px;
    left: 55px;
  }
}

#before-footer .container .second-photo {
  width: 200px;
  height: 200px;
  left: 400px;
  top: -77px;
}

@media all and (max-width: 1100px) {
  #before-footer .container .second-photo {
    width: 77px;
    height: 67px;
    top: -27px;
    left: 153px;
  }
}

#before-footer .container .blue {
  width: 111px;
  height: 111px;
  background: #213845;
  top: 123px;
  left: 489px;
}

@media all and (max-width: 1100px) {
  #before-footer .container .blue {
    width: 43px;
    height: 43px;
    left: 188px;
    top: 40px;
  }
}

#before-footer .container .green-wider {
  width: 280px;
  height: 111px;
  background: #6BCCAC;
  top: -77px;
  left: 600px;
}

@media all and (max-width: 1100px) {
  #before-footer .container .green-wider {
    width: 107px;
    height: 43px;
    left: 230px;
    top: -27px;
  }
}

#before-footer .container .third-photo {
  top: 34px;
  width: 278px;
  height: 161px;
  left: 702px;
}

@media all and (max-width: 1100px) {
  #before-footer .container .third-photo {
    width: 107px;
    height: 62px;
    left: 277px;
    top: 16px;
  }
}

@media all and (max-width: 980px) {
  .home #hero {
    padding-top: 0;
  }
}

@media all and (max-width: 768px) {
  .home #hero {
    height: 603px;
  }
}

@media all and (max-width: 980px) {
  .home #hero .right-photo {
    float: none;
    width: 100%;
    height: 100%;
  }
  .home #hero .right-photo img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

@media all and (max-width: 768px) {
  .home #hero .description .container .half {
    width: 100%;
  }
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
  font-family: 'Nexa Regular';
  font-size: 16px;
  line-height: 129.1%;
  color: #8C979C;
  position: relative;
  z-index: 5;
}

.wpcf7-spinner {
  margin-top: 10px;
}

.archive #hero {
  background-image: url("assets/img/heart.png");
  background-repeat: no-repeat;
  background-position: right;
  min-height: 554px;
}

.archive #hero .description {
  position: static;
}

.archive #hero .description .container .half .hero-links a.gold {
  color: #8B6B6A;
}

.archive #for-parents-articles {
  margin-top: 102px;
  min-height: 620px;
}

.right .articles > p {
  color: #fff;
}

@media all and (max-width: 1440px) {
  .archive #for-parents-articles {
    min-height: 561px;
  }
}

@media all and (max-width: 992px) {
  .archive #for-parents-articles {
    margin-top: 0;
  }

  #contact .contact-description-inner .container .half .contact-info .mail {
    font-size: 19px;
  }

  #contact .contact-description-inner .container .half.second .form-outer {
    padding: 20px;
  }

  body .wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.sent .wpcf7-response-output {
    bottom: 14px;
    font-size: 14px;
    padding: 5px 10px;
  }
}

@media all and (max-width: 992px) {
  .archive #for-parents-articles .container-outer {
    position: static;
    background: #213845;
    padding-top: 37px;
    padding-bottom: 37px;
  }
}

@media all and (max-width: 992px) {
  .archive #for-parents-articles .container-outer .articles .article-inner {
    -ms-flex-preferred-size: 48%;
        flex-basis: 48%;
    margin-bottom: 20px;
  }
}

@media all and (max-width: 768px) {
  .archive #for-parents-articles .container-outer .articles .article-inner {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}

.archive #for-parents-articles .blue {
  min-height: 620px;
}

@media all and (max-width: 1440px) {
  .archive #for-parents-articles .blue {
    min-height: 561px;
  }
}

@media all and (max-width: 992px) {
  .archive #for-parents-articles .blue {
    display: none;
  }
}

.archive #all-articles {
  padding-top: 65px;
}

.archive #all-articles .articles .article-inner {
  margin-bottom: 37px;
}

@media all and (max-width: 992px) {
  .archive #all-articles .articles .article-inner {
    -ms-flex-preferred-size: 48%;
        flex-basis: 48%;
    margin-bottom: 20px;
  }
}

@media all and (max-width: 768px) {
  .archive #all-articles .articles .article-inner {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}

.archive #all-articles .articles .article-inner .article-title h3,
.archive #all-articles .articles .article-inner .article-title a {
  text-decoration: none;
  color: #213845;
}

.archive #all-articles .articles .pagination {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  margin-top: 37px;
}

.archive #all-articles .articles .pagination span,
.archive #all-articles .articles .pagination a {
  text-decoration: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -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;
  width: 40px;
  height: 40px;
  font-family: 'Nexa Bold';
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 111.1%;
  color: #FFFFFF;
  margin-right: 10px;
  background: #6BCCAC;
}

.archive #all-articles .articles .pagination span.next, .archive #all-articles .articles .pagination span.prev,
.archive #all-articles .articles .pagination a.next,
.archive #all-articles .articles .pagination a.prev {
  background: #213845;
}

.single #hero,
.page-template-default #hero {
  background-image: url("assets/img/heart.png");
  background-repeat: no-repeat;
  background-position: right;
  min-height: 264px;
}

.single #single-content,
.page-template-default #single-content {
  margin-top: 106px;
}

.single #single-content p,
.page-template-default #single-content p,
.single #single-content ul li,
.page-template-default #single-content ul li {
  font-family: 'Nexa Regular';
  font-size: 20px;
  line-height: 134.1%;
  color: #000000;
  margin-bottom: 37px;
}

.single #single-content ul li,
.page-template-default #single-content ul li {
  margin-bottom: 5px;
}

.single #single-content p strong,
.page-template-default #single-content strong {
  font-family: 'Nexa Bold';
}

.single #single-content p em,
.page-template-default #single-content em {
  font-style: italic;
}

@media all and (max-width: 1280px) {
  .single #single-content p,
  .page-template-default #single-content p {
    font-size: 16px;
    margin-bottom: 25px;
  }
}

.single #single-content .socials h3,
.page-template-default #single-content .socials h3 {
  font-family: 'Nexa Regular';
  font-size: 20px;
  line-height: 134.1%;
  color: #000000;
  margin-bottom: 14px;
}

.single #single-content .socials .social a,
.page-template-default #single-content .socials .social a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 42px;
  height: 42px;
  margin-right: 14px;
  border: 1.5px solid #D6BA9E;
  border-radius: 50%;
  -webkit-transition: .4s;
  transition: .4s;
}

.single #single-content .socials .social a:last-of-type,
.page-template-default #single-content .socials .social a:last-of-type {
  margin-right: 0;
}

.single #single-content .socials .social a:hover,
.page-template-default #single-content .socials .social a:hover {
  background: #D6BA9E;
}

#post-info {
  margin-top: 40px;
}

#post-info .container-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media all and (max-width: 768px) {
  #post-info .container-left {
    width: 100% !important;
  }
}

#post-info .post-info-inner {
  background: #213845;
  padding-top: 105px;
  padding-bottom: 105px;
  -ms-flex-preferred-size: calc(100% - 480px);
      flex-basis: calc(100% - 480px);
}

@media all and (max-width: 1000px) {
  #post-info .post-info-inner {
    -ms-flex-preferred-size: calc(100% - 240px);
        flex-basis: calc(100% - 240px);
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

@media all and (max-width: 768px) {
  #post-info .post-info-inner {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}

@media all and (max-width: 576px) {
  #post-info .post-info-inner {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}

#post-info .post-info-inner h1 {
  font-family: 'Nexa Regular';
  font-size: 35px;
  line-height: 111.1%;
  color: #FFFFFF;
  margin-bottom: 16px;
}

@media all and (max-width: 1280px) {
  #post-info .post-info-inner h1 {
    font-size: 30px;
  }
}

#post-info .post-info-inner .post-date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: none;
}
.wpcf7-not-valid-tip {
  font-family: 'Nexa Regular';
  font-size: 14px;
  line-height: 111.1%;
}


#download form {
  position: relative;
}

#download .wpcf7 form.invalid .wpcf7-response-output,
#download .wpcf7 form.sent .wpcf7-response-output {
  bottom: -30px;
}

#post-info .post-info-inner .post-date p {
  font-family: 'Nexa Regular';
  font-size: 20px;
  line-height: 134.1%;
  color: #ECDADD;
}

@media all and (max-width: 1280px) {
  #post-info .post-info-inner .post-date p {
    font-size: 16px;
  }
}

#post-info .post-info-inner .post-date p.date {
  color: #6BCCAC;
  margin-right: 37px;
}

@media all and (max-width: 1280px) {
  #post-info .post-info-inner .post-date p.date {
    margin-right: 25px;
  }
}

#post-info .post-image {
  -ms-flex-preferred-size: 480px;
      flex-basis: 480px;
  min-height: 480px;
}

@media all and (max-width: 1000px) {
  #post-info .post-image {
    -ms-flex-preferred-size: 240px;
        flex-basis: 240px;
    height: 240px;
    min-height: 240px;
  }
}

@media all and (max-width: 768px) {
  #post-info .post-image {
    height: auto;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}

#post-info .post-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

#main-footer {
  padding-bottom: 40px;
}

#main-footer .container.small {
  max-width: 980px;
}

#main-footer .container.small .logo-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 65px;
}

#main-footer .container.small .info-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 25px;
}

@media all and (max-width: 768px) {
  #main-footer .container.small .info-container {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media all and (max-width: 768px) {
  #main-footer .container.small .info-container .menu-wrapper {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}

#main-footer .container.small .info-container .menu-wrapper ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  list-style: none;
}

@media all and (max-width: 768px) {
  #main-footer .container.small .info-container .menu-wrapper ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 20px;
  }
}

#main-footer .container.small .info-container .menu-wrapper ul li {
  margin-right: 32px;
}

@media all and (max-width: 768px) {
  #main-footer .container.small .info-container .menu-wrapper ul li {
    margin-right: 0;
    margin: 0 16px;
  }
}

#main-footer .container.small .info-container .menu-wrapper ul li:last-of-type {
  margin-right: 0;
}

#main-footer .container.small .info-container .menu-wrapper ul li a {
  font-family: 'Nexa Bold';
  font-size: 16px;
  line-height: 122.6%;
  color: #213845;
  text-decoration: none;
}

#main-footer .container.small .info-container .implement p {
  font-family: 'Nexa Bold';
  font-size: 16px;
  line-height: 122.6%;
  color: #213845;
  text-decoration: none;
}

#main-footer .container.small .info-container .implement p a {
  font-family: 'Nexa Bold';
  font-size: 16px;
  line-height: 122.6%;
  color: #213845;
  text-decoration: none;
  text-decoration: none;
}

#main-footer .container.small .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media all and (max-width: 768px) {
  #main-footer .container.small .info {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

#main-footer .container.small .info p {
  font-family: 'Nexa Regular';
  font-size: 12px;
  line-height: 122.6%;
  text-align: center;
  color: #8C979C;
}

#main-footer .container.small .info p:first-of-type {
  margin-right: 28px;
}
/*# sourceMappingURL=style.css.map */