@charset "UTF-8";

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

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
    line-height: 1.15;
    /* 1 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
    margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
    display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

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

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

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
    box-sizing: content-box;
    /* 1 */
    height: 0;
    /* 1 */
    overflow: visible;
    /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

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

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

a {
    background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
    border-bottom: none;
    /* 1 */
    text-decoration: underline;
    /* 2 */
    text-decoration: underline dotted;
    /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
    font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

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

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

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

/**
 * Remove the border on images inside links in IE 10.
 */

img {
    border-style: none;
}

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

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    /* 1 */
    font-size: 100%;
    /* 1 */
    line-height: 1.15;
    /* 1 */
    margin: 0;
    /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
    /* 1 */
    overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
    /* 1 */
    text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

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

/**
 * Restore the focus styles unset by the previous rule.
 */

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

/**
 * Correct the padding in Firefox.
 */

fieldset {
    padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
    box-sizing: border-box;
    /* 1 */
    color: inherit;
    /* 2 */
    display: table;
    /* 1 */
    max-width: 100%;
    /* 1 */
    padding: 0;
    /* 3 */
    white-space: normal;
    /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
    vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
    overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

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

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

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

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    outline-offset: -2px;
    /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

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

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
    -webkit-appearance: button;
    /* 1 */
    font: inherit;
    /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
    display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
    display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
    display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
    display: none;
}

/* main container styles */

.container {
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 24px;
}

/* columns layout styles */

.columns {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.hero-container > .columns {
    width: calc(100% + 20px);
    margin-left: -10px;
}

.full-hero-section .columns {
    margin: 0 -25px;
}

.full-hero-section .columns > .col-lg-5.col-12 {
    padding: 0;
}

.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;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    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%;
}

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

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

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

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

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

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

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

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

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

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

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

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

.flex-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-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;
}

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

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

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

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

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

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

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

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

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

.align-items-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-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;
    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;
    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;
    align-self: stretch !important;
}

@font-face {
    font-family: "icomoon";
    src: url("fonts/icomoon/icomoon.ttf?4d3hom") format("truetype"), url("fonts/icomoon/icomoon.woff?4d3hom") format("woff"), url("fonts/icomoon/icomoon.svg?4d3hom#icomoon") format("svg");
    font-weight: normal;
    font-style: normal;
}

i {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: "icomoon" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-instagram:before {
    content: "";
}

.icon-arrow-back:before {
    content: "";
}

.icon-arrow-btn:before {
    content: "";
}

.icon-arrow-content:before {
    content: "";
}

.icon-chevron:before {
    content: "";
}

.icon-control-left:before {
    content: "";
}

.icon-control-right:before {
    content: "";
}

.icon-documents:before {
    content: "";
}

.icon-download:before {
    content: "";
}

.icon-external-link:before {
    content: "";
}

.icon-facebook:before {
    content: "";
}

.icon-linkedin:before {
    content: "";
}

.icon-mail:before {
    content: "";
}

.icon-quotation-marks:before {
    content: "";
}

.icon-show-more:before {
    content: "";
}

.icon-twitter:before {
    content: "";
}

.icon-search:before {
    content: "\e986";
}

.icon-cross:before {
    content: "\ea0f";
}

.listreset,
.tagcloud,
.slick-dots,
.cards-list-event,
.cards-list,
.nav-drop ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

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

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

.position-relative {
    position: relative;
}

.position-absolute {
    position: absolute;
}

.rounded {
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
    overflow: hidden;
}

.mx-auto {
    margin: 0 auto;
}

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

.mb-20 {
    margin-bottom: 20px;
}

.mb-50 {
    margin-bottom: 50px;
}

.text-white {
    color: #fff;
}

.box-shadow {
    box-shadow: 0px 12px 36px rgba(0, 0, 0, 0.06);
}

.w-100 {
    width: 100%;
}

.radial-icon > .icon {
    transform: rotate(-45deg);
    display: inline-block;
    font-size: 15px;
    color: #A84191;
    margin-left: 10px;
}

html {
    box-sizing: border-box;
}

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

* {
    max-height: 1000000px;
}

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

body {
    color: #463F47;
    background: #F7F7F7;
    font: 14px/1.6 "monotype-grotesque", "Helvetfica Neue", "Helvetica", sans-serif;
    min-width: 360px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin: 0;
}

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

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

.resize-active * {
    transition: none !important;
}

address {
    font-style: normal;
}

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

blockquote {
    border-left: 4px solid rgb(165,65,145);
    padding-left: 10px;
    margin-left: 0;
}

table {
    border-collapse: collapse;
}

th,
td {
    border: 1px solid #999;
    padding: 3px;
    text-align: left;
    vertical-align: top;
}

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

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

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

ul {
    list-style-type: disc;
}

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

dl dd {
    overflow: hidden;
}

pre {
    max-width: 100%;
    overflow: auto;
}

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

input[type='text'],
input[type='tel'],
input[type='email'],
input[type='search'],
input[type='password'],
input[type='url'],
textarea {
    -webkit-appearance: none !important;
    -webkit-border-radius: 0 !important;
    padding: 24px 26px !important;
    font-size: 15px !important;
    height: 26px !important;
    line-height: 1.2 !important;
    font-family: "monotype-grotesque", "Helvetfica Neue", "Helvetica", sans-serif !important;
    box-sizing: border-box !important;
    border: 1px solid rgba(26, 25, 25, 0.15) !important;
    border-radius: 0 !important;
}

input[type='text']:not(textarea),
input[type='tel']:not(textarea),
input[type='email']:not(textarea),
input[type='search']:not(textarea),
input[type='password']:not(textarea),
input[type='url']:not(textarea),
textarea:not(textarea) {
    height: 26px;
}

input[type='text']:focus,
input[type='tel']:focus,
input[type='email']:focus,
input[type='search']:focus,
input[type='password']:focus,
input[type='url']:focus,
textarea:focus {
    outline: none !important;
    border-color: #1f1f1f !important;
}

input[type='text']::-webkit-input-placeholder,
input[type='tel']::-webkit-input-placeholder,
input[type='email']::-webkit-input-placeholder,
input[type='search']::-webkit-input-placeholder,
input[type='password']::-webkit-input-placeholder,
input[type='url']::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #8F8F8F !important;
    font-weight: normal !important;
}

input[type='text']::-moz-placeholder,
input[type='tel']::-moz-placeholder,
input[type='email']::-moz-placeholder,
input[type='search']::-moz-placeholder,
input[type='password']::-moz-placeholder,
input[type='url']::-moz-placeholder,
textarea::-moz-placeholder {
    opacity: 1;
    color: #8F8F8F !important;
    font-weight: normal !important;
}

input[type='text']:-moz-placeholder,
input[type='tel']:-moz-placeholder,
input[type='email']:-moz-placeholder,
input[type='search']:-moz-placeholder,
input[type='password']:-moz-placeholder,
input[type='url']:-moz-placeholder,
textarea:-moz-placeholder {
    color: #8F8F8F !important;
    font-weight: normal !important;
}

input[type='text']:-ms-input-placeholder,
input[type='tel']:-ms-input-placeholder,
input[type='email']:-ms-input-placeholder,
input[type='search']:-ms-input-placeholder,
input[type='password']:-ms-input-placeholder,
input[type='url']:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #8F8F8F !important;
    font-weight: normal !important;
}

input[type='text'].placeholder,
input[type='tel'].placeholder,
input[type='email'].placeholder,
input[type='search'].placeholder,
input[type='password'].placeholder,
input[type='url'].placeholder,
textarea.placeholder {
    color: #8F8F8F !important;
    font-weight: normal !important;
}

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

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

button,
input[type='button'],
input[type='reset'],
input[type='file'],
input[type='submit'] {
    transition: background 0.3s ease-in-out;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    padding: 24px 26px;
    font-size: 15px;
    line-height: 1.2;
    color: #fff;
    outline: none;
    cursor: pointer;
    border: 1px solid #A84191;
    border-radius: 0;
    background: #A84191;
}

button:hover,
input[type='button']:hover,
input[type='reset']:hover,
input[type='file']:hover,
input[type='submit']:hover {
    background: #C742BB;
    color: #fff;
}

[id='content']:only-child {
    float: none;
    width: 100%;
}

.widget {
    margin-bottom: 20px;
}

.widget select {
    min-width: 150px;
    width: 100%;
}

.search-form,
.post-password-form {
    margin-bottom: 10px;
}

.search-form label,
.post-password-form label {
    display: block;
}

.search-form input,
.post-password-form input {
    float: left;
    margin-right: 5px;
}

.search-form input[type='submit'],
.post-password-form input[type='submit'] {
    margin: 0;
}

.nav-links,
.navigation,
.navigation-comments {
    position: relative;
    vertical-align: middle;
    margin: 0 0 18px;
}

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

.nav-links .page-numbers,
.navigation .page-numbers,
.navigation-comments .page-numbers {
    margin: 0 3px;
}

.nav-links .page-numbers:first-child,
.navigation .page-numbers:first-child,
.navigation-comments .page-numbers:first-child {
    margin-left: 0;
}

.nav-links .page-numbers:last-child,
.navigation .page-numbers:last-child,
.navigation-comments .page-numbers:last-child {
    margin-right: 0;
}

.nav-links .next,
.nav-links .prev,
.navigation .next,
.navigation .prev,
.navigation-comments .next,
.navigation-comments .prev {
    transition: background 0.3s ease-in-out;
    display: inline-block;
    vertical-align: middle;
    background: #A84191;
    color: #fff;
    border: 1px solid #A84191;
    padding: 24px 26px;
    font-size: 12px;
    line-height: 16px;
    max-width: 49%;
}

.nav-links .next:hover,
.nav-links .prev:hover,
.navigation .next:hover,
.navigation .prev:hover,
.navigation-comments .next:hover,
.navigation-comments .prev:hover {
    background: #C742BB;
    color: #fff;
}

.navigation-single {
    margin-bottom: 18px;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between;
    align-items: stretch;
}

.navigation-single .next,
.navigation-single .prev {
    max-width: 49%;
    display: flex;
    padding: 0;
    margin: 0;
    align-items: center;
    border: 0;
}

.navigation-single .next:only-child,
.navigation-single .prev:only-child {
    max-width: 100%;
}

.navigation-single .next a,
.navigation-single .prev a {
    transition: background 0.3s ease-in-out;
    display: block;
    background: #A84191;
    color: #fff;
    border: 1px solid #A84191;
    padding: 24px 26px;
    font-size: 12px;
    line-height: 16px;
}

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

.comment-form input,
.comment-form textarea {
    margin: 0 4px 0 0;
    width: 100%;
}

.comment-form input[type='submit'],
.comment-form textarea[type='submit'] {
    display: block;
    width: auto;
}

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

.commentlist {
    margin: 0 0 1.2em;
}

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

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

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

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

.commentlist-item .commentlist-item,
.commentlist-item + .commentlist-item {
    padding-top: 20px;
}

.widget_calendar th,
.widget_calendar td {
    text-align: center;
}

.widget_calendar #prev {
    text-align: left;
}

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

#wp-calendar {
    width: 100%;
}

.wp-caption {
    max-width: 100%;
    clear: both;
    border: 1px solid #A84191;
    padding: 4px;
    margin-bottom: 20px;
    text-align: center;
}

.wp-caption img {
    margin-bottom: 4px;
}

.wp-caption p {
    margin: 0;
}

.aligncenter {
    margin: 0 auto 18px;
}

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

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

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

.mejs-container {
    margin-bottom: 18px;
}

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

.gallery {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.gallery .gallery-item {
    margin: 0;
    padding: 0 10px 10px;
}

.gallery .gallery-item dt {
    float: none;
    width: 100%;
    margin: 0 0 10px;
    padding: 0;
}

.gallery-columns-2 .gallery-item {
    max-width: 50%;
    width: 50%;
}

.gallery-columns-3 .gallery-item {
    max-width: 33.33%;
    width: 33.33%;
}

.tagcloud {
    display: flex;
    flex-wrap: wrap;
}

.comment-list .comment-body {
    margin-bottom: 20px;
}

.comment-author img {
    margin-right: 10px;
}

h1 {
    font-size: 32px;
}

h2 {
    font-size: 16px;
}

h3 {
    font-size: 15px;
}

h4 {
    font-size: 14px;
}

h5 {
    font-size: 14px;
}

h6 {
    font-size: 14px;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.h {
    font-family: "monotype-grotesque", "Helvetfica Neue", "Helvetica", sans-serif;
    color: inherit;
    font-weight: normal;
    margin: 0 0 10px;
    line-height: 1.2;
}

h3 {
    font-size: 24px;
}

h4 {
    font-size: 22px;
}

p {
    margin: 0 0 20px;
    font-weight: 400;
    font-size: 16px;
}

a {
    color: #1f1f1f;
    text-decoration: none;
    font-family: "monotype-grotesque", "Helvetfica Neue", "Helvetica", sans-serif;
}

a:hover,
a:focus {
    color: #3340B6;
    text-decoration: none;
}

a[href*="mailto:"] {
    word-wrap: break-word;
}

/* Slider */

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

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

.image-slider .slick-list {
    margin: 0;
}

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

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

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

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

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

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

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

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

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

.slick-slide img {
    display: block;
}

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

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

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

.slick-initialized .slick-slide.image-holder .image {
    height: 250px;
}

.slick-initialized .slick-slide.image-holder .image {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;
}

.slick-initialized .slick-slide.image-holder .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}

.slider-home-hero {
    padding: 0 !important;
    margin-left: -15px;
    width: calc(100vw);
}

.slick-initialized .slick-slide.image-holder .image:after {
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(168, 65, 145, 0.2);
    position: absolute;
    top: 0;
    left: 0;
}

.image-overlay {
    position: relative;
}

.image-overlay:after {
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(168, 65, 145, 0.2);
    position: absolute;
    top: 0;
    left: 0;
}

.home .slick-slide[aria-hidden="true"] .comment-holder__body {
    height: 0;
}

.home .comment-holder__body {
    transition: all 0.3s linear;
    bottom: auto;
    top: -30px;
    position: relative;
    left: 5%;
    width: 90%;
}

.slider-nav {
    min-height: 256px;
}

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

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

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

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

.slide-wrapper > .mobile-wrapper {
    flex-shrink: 0;
}

.slider-wrapper {
    padding-bottom: 50px;
}

.comment-slider {
    position: relative;
}

.hero-text {
    max-height: 400px;
}

.comment-slider .mobile-wrapper img {
    margin-right: 20px;
    margin-bottom: 20px;
}

.comment-slider .comment-holder {
    font-size: 15px;
    display: flex;
    flex-direction: column;
}

.comment-slider .comment-author {
    position: relative;
    padding-top: 15px;
    margin-top: 11px;
}

.comment-slider .comment-author:before {
    content: "";
    position: absolute;
    background-image: url(img/blockquote-brackets.svg);
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    width: 19px;
    height: 11px;
    left: 0;
    bottom: 100%;
}

.comment-slider .author-title {
    text-transform: uppercase;
    margin-bottom: 0;
}

.comment-slider .author-position {
    font-size: 12px;
    color: #8D8B8E;
    line-height: normal;
}

.slick-dots {
    display: flex;
    justify-content: center;
}

.slick-dots .slick-active button {
    background-color: #BA36AE;
    box-shadow: none;
}

.slick-dots > li:not(:last-child) {
    margin-right: 10px;
}

.slick-dots button {
    background: #F1EEF1;
    border-radius: 50%;
    width: 10px;
    height: 10px;
    padding: 0;
    border: none;
    box-shadow: inset 0px 2px 2px #B3B3B3;
    text-indent: -99999px;
}

.slick-dots button:hover {
    background-color: #BA36AE;
    box-shadow: none;
}

.image-slider .slick-dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}

.image-slider img {
    width: 100%;
}

.slick-arrow {
    height: auto;
    padding: 10px;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    z-index: 10;
}

.slick-arrow.btn-prev {
    left: 0;
    transform: rotate(90deg);
}

.slick-arrow.btn-next {
    transform: rotate(-90deg);
    right: 0;
}

.slick-arrow.slick-disabled {
    background-color: #D6CDD6;
    border-color: #D6CDD6;
}

.image-slider .slick-arrow {
    display: flex !important;
}

.image-slider .slick-arrow.btn-prev {
    left: 15px;
}

.image-slider .slick-arrow.btn-next {
    right: 15px;
}

.slick-btn-holder {
    display: flex;
    align-items: center;
    justify-content: center;
}

.slick-btn-holder .slick-arrow {
    background-color: transparent;
    position: static;
    color: #1f1f1f;
    border: none;
}

.slick-btn-holder .slick-arrow.slick-next {
    margin-left: 10px;
}

.slick-btn-holder .slick-arrow.slick-disabled {
    opacity: 0.3;
    pointer-events: none;
}

.slick-btn-holder .slick-arrow .icon {
    font-size: 20px;
    color: currentColor;
    opacity: 1;
}

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

.fancybox-active {
    height: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Fix iOS */

.fancybox-iframe {
    left: 0;
    position: absolute;
    top: 0;
}

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

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

/* Buttons */

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

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

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

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

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

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

/* Fix IE11 */

.fancybox-button div {
    height: 100%;
}

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

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

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

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

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

/* Close button on the top right corner of html content */

.fancybox-close-small {
    background: transparent;
    border: 0;
    border-radius: 0;
    color: #ccc;
    cursor: pointer;
    opacity: .8;
    padding: 8px;
    position: absolute;
    right: -12px;
    top: -44px;
    z-index: 401;
}

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

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

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

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

/* Navigation arrows */

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

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

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

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

/* Caption */

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

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

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

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

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

/* Loading indicator */

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

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

/* Transition effects */

.fancybox-animated {
    transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

/* transitionEffect: slide */

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

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

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

/* transitionEffect: fade */

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

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

/* transitionEffect: zoom-in-out */

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

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

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

/* transitionEffect: rotate */

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

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

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

/* transitionEffect: circular */

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

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

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

/* transitionEffect: tube */

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

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

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

/* Styling for Small-Screen Devices */

/* Share */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Thumbs */

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Styling for Small-Screen Devices */

h1,
h2,
h3,
h4,
h5,
h6,
ul {
    margin: 0;
    padding: 0;
}

html,
body {
    height: 100%;
}

.page-title {
    padding: 20px 0;
}

.bg-gray {
    background-color: #EDEBED;
}

.bg-dark {
    background-image: linear-gradient(0deg, #461F4F, #461F4F);
}

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

.bg-light {
    background-color: #f5f5f5;
}

.bg-purple {
    background-color: #461F4F;
}

.bg-primary {
    background-color: #A84191;
    color: #fff;
}

.bg-primary .article-container__title {
    color: rgba(255, 255, 255, 0.5);
}

.wrapper {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
}

.wrapper .footer {
    flex: 0 0 auto;
}

.highlighted {
    color: #A84191;
    font-family: "monotype-grotesque", "Helvetfica Neue", "Helvetica", sans-serif;
    font-weight: 600;
    font-size: 20px;
}

.border-bottom {
    border-bottom: 1px solid rgba(25, 25, 25, 0.15);
}

.section-content {
    margin-bottom: 20px;
    transition: margin-top 0.3s;
    padding: 20px 0;
    overflow: hidden;
    position: relative;
    transition: background-color 0.3s;
}

.advocacy-home.section-content .image-holder {
    margin-bottom: 48px;
}

.section-content.image-holder img {
    margin-top: -90px;
}

.advocacy-home.section-content .image-holder img {
    max-width: none;
    width: calc(100vw - 10%);
    position: relative;
    right: -25px;
}

.advocacy-home.section-content .bg-left .image-holder img {
    right: 0;
    left: -25px;
}

.fixed-position .section-content {
    background-color: #F7F7F7;
    z-index: 15;
}

.section-content > .container {
    position: relative;
}

.section-content > .container .bg-right,
.section-content > .container .bg-left {
    position: relative;
    margin-top: 80px;
    padding: 64px 0;
}

.section-content > .container .bg-right:before,
.section-content > .container .bg-left:before {
    position: absolute;
    content: "";
    background-color: #A84191;
    top: 0;
    bottom: 0;
}

.section-content > .container .bg-right .underlined:after,
.section-content > .container .bg-left .underlined:after {
    background-color: #ce81bd;
}

.section-content > .container .bg-right:before {
    left: -10px;
    right: -999px;
}

.section-content > .container .bg-left:before {
    right: -10px;
    left: -999px;
}

.section-content > .container.border-bottom {
    padding-bottom: 19px;
    border-bottom: 1px solid rgba(25, 25, 25, 0.15);
}

.section-content + .section-content:last-of-type {
    margin-bottom: 0;
    padding-bottom: 40px;
}

.page-template-template-partners .section-content .post-content {
    padding-top: 0;
}

.section-content .article-container__title {
    display: inline-block;
    line-height: 2;
    margin-top: 10px;
}

.archive-list h3 {
    margin-bottom: 50px;
}

.post-content {
    padding: 30px 0;
}

.post-content__block.border-bottom {
    padding-bottom: 40px;
    border-bottom: 1px solid rgba(25, 25, 25, 0.15);
}

.post-content__block > img {
    margin: 30px 0;
    display: inline-block;
}

.post-content h4:not(.article-container__title) {
    color: #A84191;
}

.post-content h3 + .marked-list .article-container__title {
    display: block;
    margin-bottom: 40px;
    margin-top: 5px;
    line-height: 2;
}

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

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

.text-white {
    color: #fff;
}

.text-primary {
    color: #A84191;
}

.text-opacity {
    color: rgba(31, 31, 31, 0.7);
}

.link-list {
    line-height: 2;
    font-weight: 600;
}

.link-list .icon {
    font-size: 10px;
    display: inline-block;
    transform: rotate(-45deg);
    margin-left: 5px;
    color: #e182e1;
}

a[href^="mailto:"] {
    position: relative;
}

a[href^="mailto:"]:after {
    transition: left 0.3s, right 0.3s;
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1px;
    background-color: rgba(168, 65, 145, 0.5);
}

a[href^="mailto:"]:hover:after {
    left: 5px;
    right: 5px;
}

.icon-list .icon {
    font-size: 20px;
    margin-right: 10px;
}

.icon-list a:after {
    height: 1px;
    background-color: rgba(168, 65, 145, 0.5);
}

.container.bg-right-top {
    padding-top: 100px;
    background-repeat: no-repeat;
    background-position: left top;
}

.lead-text {
    line-height: 2;
}

.lead-text_alt {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.6;
    color: #461F4F;
    font-family: "monotype-grotesque", "Helvetfica Neue", "Helvetica", sans-serif;
}

.top-line {
    position: relative;
    padding-top: 20px;
}

.top-line:before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    right: auto;
    width: 36px;
    height: 8px;
    background-color: #A84191;
}

.hero-section {
    overflow: hidden;
}

.hero-section.hero-section-general {
    overflow: visible;
}

.hero-content.container {
    padding-top: 38px;
    padding-bottom: 38px;
}

.btn-holder-absolute {
    max-width: 1170px;
    padding: 0 15px;
    margin: 0 auto;
    position: absolute;
    bottom: -33px;
    left: 0;
    right: 0;
    z-index: 10;
}

.title-line-left {
    font-size: 13px;
    color: #8D8B8E;
    position: relative;
    text-transform: uppercase;
    display: flex;
    align-items: center;
}

.title-line-left:before {
    content: "";
    display: inline-block;
    width: 14px;
    height: 4px;
    background-color: #A84191;
    margin-right: 12px;
}

.logo-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-bottom: 50px;
}

.logo-list > li {
    margin-bottom: 30px;
}

.logo-list__title {
    font-size: 12px;
    display: block;
    padding: 10px 0;
    margin-bottom: 40px;
    width: 100%;
    text-transform: uppercase;
    color: #8F8F8F;
    border-bottom: 1px solid rgba(25, 25, 25, 0.15);
}

.logo-list__item {
    flex-direction: column;
    flex-shrink: 0;
    text-decoration: none;
    color: #463F47;
}

.logo-list__item span {
    font-size: 14px;
    line-height: 1.5;
    display: inline-block;
    margin-top: 20px;
}

.logo-list .logo-holder img {
    max-height: 150px;
    width: auto;
}

.btn-back {
    transition: color 0.3s ease-in-out;
    color: rgba(255, 255, 255, 0.75);
    text-transform: uppercase;
    font-weight: 600;
    font-size: 12px;
    line-height: 1.25;
    font-family: "monotype-grotesque", "Helvetfica Neue", "Helvetica", sans-serif;
}

.btn-back:hover {
    text-decoration: none;
    color: white;
}

.btn-download .icon {
    margin-left: 10px;
}

.btn-download--alt {
    color: currentColor;
}

.btn-download--alt .icon {
    color: currentColor;
}

.btn-download--alt:after {
    background-color: #EB9DD9 !important;
}

.double-line-height {
    line-height: 2;
}

.dots {
    color: #A84191;
    font-size: 5px;
    margin-left: 5px;
}

.hasSidebar {
    background-color: #fff;
    padding: 30px 0;
}

/**
	WPL
**/

.img-holder {
    width: 100%;
}

.img-holder img {
    width: 100%;
}

.underlined,
.btn-underlined {
    position: relative;
}

.underlined:after,
.btn-underlined:after {
    transition: left 0.3s ease, right 0.3s ease;
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 2px;
    background-color: #A84191;
}

.underlined.underlined--gray:after,
.btn-underlined.underlined--gray:after {
    height: 1px;
    background-color: rgba(143, 141, 139, 0.35);
}

.underlined[href^="mailto:"]:after,
.btn-underlined[href^="mailto:"]:after {
    height: 1px;
    background-color: rgba(168, 65, 145, 0.5);
}

.underlined:hover:after,
.btn-underlined:hover:after {
    left: 5px;
    right: 5px;
}

.hashTag {
    font-size: 22px;
    opacity: 0.5;
    color: currentColor;
    margin-bottom: 25px;
    display: inline-block;
}

.bordered-block {
    padding: 24px;
    color: #A84191;
    font-size: 18px;
    border: 1px solid #EDDAE9;
    margin-bottom: 40px;
}

.bordered-block p {
    margin-bottom: 0;
}

.list-logo {
    padding: 0;
    margin: 0;
    display: flex;
}

.list-logo__holder {
    margin-top: -70px;
    position: relative;
    /*   z-index: 9999; */
}

.list-logo__item {
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.list-logo__item:not(:last-child) {
    margin-right: 20px;
}

.list-logo__link {
    padding: 5px 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.list-logo__link img {
    max-width: 80%;
}

.pdfHolder__image {
    margin-bottom: 25px;
}

.pdfHolder__info-header {
    margin-bottom: 8px;
}

.declarations-list li {
    margin-bottom: 13px;
}

.page-link {
    margin: 50px 0;
    display: inline-block;
}

.section-content.align-top {
    margin-top: 100px;
    margin-bottom: 100px !important;
    padding-bottom: 30px !important;
}

.section-content .comment-block-holder:first-child {
    margin-top: -100px;
}

.section-content .comment-block-holder:last-child {
    margin-bottom: -100px;
}

.comment-block-holder {
    padding: 20px 15px;
    position: relative;
    z-index: 2;
    margin-bottom: 125px;
}

.comment-block-holder:after {
    position: absolute;
    background-color: #fff;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 0;
    right: 0;
}

.comment-block-holder .columns {
    z-index: 2;
    position: relative;
}

.comment-block-holder--right:after {
    content: '';
}

.comment-block-holder--left:after {
    content: '';
}

.blockquote .blockquote-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 40px;
}

.blockquote .blockquote-footer p {
    font-size: 13px;
    font-style: normal;
    font-weight: normal;
    margin-bottom: 0;
}

.blockquote {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.comment-block-holder .blockquote-holder {
    background-color: transparent;
    color: #1f1f1f !important;
    height: 100%;
}

.comment-block-holder .blockquote {
    color: #1f1f1f;
    height: 100%;
    display: flex;
    flex-direction: column;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
}

/* .blockquote-block {
	max-height: 220px;
} */

.comment-block-holder .blockquote .blockquote-footer {
    margin-top: auto;
    margin-bottom: 30px;
    color: rgba(31, 31, 31, 0.5);
}

.comment-block-holder .blockquote:before {
    color: #A84191;
    left: 0;
    font-size: 25px;
}

.comment-block-holder .img-align-top {
    width: 20%;
    margin-top: -70px;
    margin-bottom: 40px;
}

.related-posts {
    font-size: 14px;
    padding: 40px 0;
}

.related-posts p {
    font-size: inherit;
}

.related-posts h4 {
    font-size: 22px;
}

.related-posts a.underlined {
    font-size: 18px;
    display: inline-flex;
    align-items: center;
}

.related-posts a.underlined .icon {
    font-size: 10px;
    margin-left: 10px;
    color: #A84191;
}

.btn {
    transition: background 0.3s ease-in-out;
    background: #A84191;
    color: #fff;
    border: 1px solid #A84191;
    padding: 24px 26px;
    font-size: 12px;
    font-family: "monotype-grotesque", "Helvetfica Neue", "Helvetica", sans-serif;
    font-weight: 600;
    line-height: 16px;
}

.btn:hover {
    background: #C742BB;
    color: #fff;
}

.btn-outline-pink {
    background-color: transparent;
    color: #A84191;
    border: 2px solid #A84191;
    line-height: 16px;
    text-align: center;
    text-transform: uppercase;
    font-family: "monotype-grotesque", "Helvetfica Neue", "Helvetica", sans-serif;
    display: inline-block;
    height: auto;
    padding: 15px 50px;
}

.btn-outline-pink:hover {
    color: #fff;
    background-color: #C742BB;
}

.btn-outline-blue {
    background-color: transparent;
    color: #3340B6;
    border: 1px solid #3340B6;
    line-height: 16px;
    text-align: center;
    text-transform: uppercase;
    font-family: "monotype-grotesque", "Helvetfica Neue", "Helvetica", sans-serif;
    text-decoration: none;
}

.btn-outline-blue:hover {
    color: #fff;
    background-color: #3340B6;
    text-decoration: none;
}

.btn-group {
    display: flex;
}

.btn-group > .btn + .btn {
    border-left: 0;
}

.btn-programe {
    min-width: 296px;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    text-transform: uppercase;
}

.btn-programe:hover {
    text-decoration: none;
}

.event-card {
    font-size: 14px;
    line-height: 1.5;
    width: 80%;
    position: relative;
}

.event-card__header {
    max-width: calc(100vw - 130px);
    overflow: hidden;
    text-transform: uppercase;
    margin-bottom: 25px;
    background-color: black;
}

.event-card__header :hover {
    opacity: 0.4;
}

.event-card__title {
    font-weight: 600;
    margin-bottom: 10px;
}

.event-card__body {
    max-width: calc(100vw - 70px);
}

.event-card .text-holder {
    font-size: 14px;
    color: grey;
}

.persone-card {
    font-size: 14px;
    line-height: 1.5;
    width: 80%;
}

.persone-card__header {
    max-width: calc(100vw - 130px);
    overflow: hidden;
    text-transform: uppercase;
    margin-bottom: 25px;
}

.persone-card__title {
    font-weight: 600;
    margin-bottom: 10px;
}

.fancybox-container .custom-scroll {
    max-height: 60vh;
}

.persone-card__body {
    max-width: calc(100vw - 70px);
}

.persone-card .text-holder {
    font-size: 14px;
    color: grey;
}

.list-marked {
    font-size: 15px;
    line-height: 2;
    margin-bottom: 20px;
}

.list-marked li {
    position: relative;
    padding-left: 20px;
}

.list-marked li:before {
    content: "";
    position: absolute;
    top: 12px;
    left: 0;
    width: 5px;
    height: 5px;
    border: 1px solid #A84191;
}

.link-list {
    line-height: 2;
    font-weight: 600;
}

.link-list .icon {
    font-size: 10px;
    display: inline-block;
    transform: rotate(-45deg);
    margin-left: 5px;
    color: #e182e1;
}

.list-counter {
    counter-reset: section;
}

.list-counter__item {
    background-color: #fff;
    height: 100%;
    position: relative;
    padding: 75px 45px 35px;
}

.list-counter__item:before {
    counter-increment: section;
    content: counter(section);
    position: absolute;
    left: 40px;
    top: 0;
    margin-top: -32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    width: 64px;
    height: 64px;
    background-color: #e182e1;
    font-size: 18px;
    font-weight: 600;
    font-family: "monotype-grotesque", "Helvetfica Neue", "Helvetica", sans-serif;
}

.list-counter .card-title {
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin-bottom: 40px;
}

.list-counter .text-holder_left-line {
    padding-left: 40px;
}

.list-counter .text-holder_left-line:before {
    width: 20px;
    height: 4px;
}

.cards-list-event {
    display: flex;
    flex-wrap: wrap;
    height: 100%;
    margin-left: 30px;
}

.list-privacy {
    margin-bottom: 40px;
}

.cards-list-event > li {
    display: flex;
    width: 100%;
    margin-top: 30px;
}

.cards-list-event.cards-list_alt {
    margin-top: 0;
}

.cards-list-event.cards-list_alt .event-card__header {
    margin-bottom: 15px;
    max-width: 132px;
}

.cards-list-event.cards-list_alt .event-card__body {
    max-width: 95%;
}

.cards-list-event.cards-list_alt > li {
    width: 50%;
    flex-shrink: 0;
}

.cards-list-event.cards-list_alt > li:nth-child(3n+2) {
    padding-top: 0;
    justify-content: flex-start;
}

.cards-list-event.cards-list_alt .event-card__title {
    font-size: 14px;
    line-height: 1.2;
}

.cards-list-event.cards-list_alt .text-holder {
    font-size: 13px;
    padding-left: 15px;
    line-height: 1.5;
}

.cards-list-event.cards-list_alt .text-holder:before {
    width: 6px;
    height: 2px;
    top: 8px;
}

.cards-list {
    display: flex;
    flex-wrap: wrap;
    height: 100%;
    margin-left: 30px;
}

.cards-list > li {
    display: flex;
    width: 100%;
    margin-top: 30px;
}

.cards-list.cards-list_alt {
    margin-top: 0;
}

.cards-list.cards-list_alt .persone-card__header {
    margin-bottom: 15px;
    max-width: 132px;
}

.cards-list.cards-list_alt .persone-card__body {
    max-width: 95%;
}

.cards-list.cards-list_alt > li {
    width: 50%;
    flex-shrink: 0;
}

.cards-list.cards-list_alt > li:nth-child(3n+2) {
    padding-top: 0;
    justify-content: flex-start;
}

.cards-list.cards-list_alt .persone-card__title {
    font-size: 14px;
    line-height: 1.2;
}

.cards-list.cards-list_alt .text-holder {
    font-size: 13px;
    padding-left: 15px;
    line-height: 1.5;
}

.cards-list.cards-list_alt .text-holder:before {
    width: 6px;
    height: 2px;
    top: 8px;
}

.event-list-corousel {
    font-size: 14px;
    line-height: 1.7;
}

.event-list-corousel time {
    font-size: 12px;
    line-height: 1.25;
    text-transform: uppercase;
    color: #8D8B8E;
    font-family: "monotype-grotesque", "Helvetfica Neue", "Helvetica", sans-serif;
    margin-bottom: 10px;
    font-weight: 600;
}

.bold-list {
    margin-bottom: 30px;
}

.bold-list a {
    color: #463F47;
    font-weight: 600;
}

.blockquote-holder {
    background-color: #A84191;
    position: relative;
}

.comment-slider--alt .blockquote-holder {
    margin-top: 0;
}

.list-social__item {
    margin-bottom: 13px;
}

.container.container-full {
    padding: 0;
}

.blockquote-holder .image-holder {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-shrink: 0;
    width: 100%;
}

.blockquote-holder .image-holder img {
    margin-top: 0;
    width: 100%;
}

.blockquote-holder.hasImage {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
}

.blockquote {
    color: #fff;
    font-family: "monotype-grotesque", "Helvetfica Neue", "Helvetica", sans-serif;
    font-size: 20px;
    line-height: 1.6;
    font-weight: 600;
    border-left: none;
    padding: 40px;
    margin-bottom: 0;
}

.comment-slider--alt .blockquote:before {
    display: none;
}

.blockquote:before {
    content: "\e90c";
    position: absolute;
    z-index: 11;
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    left: 40px;
    top: -13px;
    font-family: "icomoon" !important;
    font-size: 30px;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
}

/* .blockquote .blockquote-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
} */

.blockquote .blockquote-footer cite {
    font-size: 13px;
    font-style: normal;
    font-weight: normal;
}

.blockquote .blockquote-footer .pagin-info {
    font-size: 13px;
    font-weight: normal;
}

.btn-primary {
    display: inline-flex;
    width: auto;
    align-items: center;
    justify-content: flex-start;
    color: currentColor;
    font-size: 18px;
    margin: 40px 0;
}

.btn-primary:hover {
    color: currentColor;
}

.btn-link .icon {
    font-size: 16px;
    transform: rotate(-90deg);
    display: inline-block;
    margin-left: 10px;
    color: currentColor;
}

.btn-primary .icon {
    font-size: 30px;
    transform: rotate(-90deg);
    display: inline-block;
    margin-left: 10px;
    color: currentColor;
}

.section-title h2 {
    margin-bottom: 0;
}

.section-title .btn-primary {
    margin-top: 0;
    padding-bottom: 5px;
    line-height: 1.2;
}

.section-title .btn-primary:after {
    height: 1px;
}

.section-title + .hero-section {
    margin-top: 48px;
}

.card-holder {
    padding-top: 15px;
    padding-bottom: 15px;
    display: block;
}

.card-holder.card-pdfHolder {
    background-color: #fff;
    padding: 35px 15px 32px;
    margin-top: 40px;
}

.card-holder:hover .card__link-img:before {
    opacity: 1;
    visibility: visible;
}

.card__link {
    position: relative;
}

.card__link:before {
    content: '';
    position: absolute;
    transition: opacity 0.3s, visibility 0.3s;
    top: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    right: 0;
    z-index: 0;
    background-color: rgba(31, 31, 31, 0.2);
}

.card__link-img {
    display: block;
    width: 100%;
    height: 100%;
}

.card__link-img > img {
    width: 100%;
    min-height: 100%;
    max-width: none;
}

.card__body-meta {
    color: #A84191;
    font-size: 13px;
    display: block;
}

.card__body-title {
    transition: color 0.3s;
    margin-top: 15px;
    font-size: 22px;
    color: #1f1f1f;
}

.card__body-title:hover {
    color: #6c6c6c;
}

.card__body {
    padding: 20px 24px;
    background-color: #fff;
    margin: -30px 15px;
    margin-bottom: 30px;
    position: relative;
    min-height: 166px;
    display: flex;
    font-size: 14px;
    flex-direction: column;
}

.card__body > p {
    font-size: 14px;
}

.card__body-descr {
    min-height: 188px;
}

.card__footer {
    margin-top: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.card__footer .card__link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.card__footer cite {
    font-size: 13px;
    font-style: normal;
    color: #8F8F8F;
}

.card__footer .icon {
    display: inline-block;
    transform: rotate(180deg);
    color: #A84191;
}

.card-data .card-persone__header {
    max-width: 100%;
}


.card-persone__header {
    position: relative;
    margin: 0 auto 15px auto;
}

.card-persone__header img {
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}


.card-persone__header > .fancybox-modal:after,
.card-persone__header > .card-persone__thumbnail:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(168, 65, 145, 0.2);
}

.card-container .card-persone__header {
    height: auto;
    position: relative;
}

.card-persone__header img {
    height: 100%;
    width: 100%;
}

.card-persone__image {
    display: inline-block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-repeat: no-repeat;
    background-size: cover;
}

.card-persone__body {
    font-size: 14px;
    color: #8F8F8F;
    line-height: 1.4;
}

.card-persone__body p {
    font-size: 14px;
}

.card-persone__title {
    font-size: 16px;
    margin-bottom: 10px;
    color: #1f1f1f;
}

.download-btn {
    padding-top: 30px;
    display: inline-block;
}

.download-btn .icon {
    margin-left: 10px;
}

.pdfHolder__image {
    border-top: 0;
    margin-top: -50px;
}

.pdfHolder__image img {
    width: 100%;
}

.pdfHolder__info-header {
    color: #A84191;
    font-size: 13px;
}

.pdfHolder__info-title {
    font-size: 24px;
}

.pdfHolder__info-descr {
    max-height: 75px;
    overflow: hidden;
}

.pdfHolder__info-descr p {
    font-size: 16px;
    line-height: 1.6;
}

.pdfHolder__info-descr-more .accordion-drop p {
    font-size: 16px;
}

.pdfHolder__info-descr-more .accordion-holder {
    color: #8F8F8F;
    font-size: 16px;
}

.pdfHolder__info-descr-more .accordion-holder:after {
    content: '\e90d';
    font-family: "icomoon" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    font-size: 15px;
    margin-left: 5px;
}

.pdfHolder__info-descr-more .accordion-holder:hover {
    color: #c2c2c2;
}

.pdfHolder__info-descr-more.active .accordion-holder:after {
    content: '\2015';
}

.hero-section {
    /*   margin-top: 20px; */
}

.hero-card__holder {
    position: relative;
    z-index: 1;
    margin: 0 25px;
}

.card-hero {
    background-color: #A84191;
    color: #fff;
    margin-top: 0;
    margin: 0;
}

.card-hero .card__body-title {
    font-size: 26px;
}

.card-hero .card__body-title,
.card-hero .card__body-meta {
    color: #fff;
}

.card-hero .card__link cite,
.card-hero .card__footer .icon,
.card-hero .card__body-meta {
    color: rgba(255, 255, 255, 0.6);
}

.hero-img__holder {
    margin-top: -20px;
}

.tab-list {
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.tab-list__link {
    color: #8F8F8F;
    font-size: 16px;
    position: relative;
}

.tab-list__link:after {
    content: '';
    transition: opacity 0.3s, visibility 0.3s, left 0.3s, right 0.3s;
    position: absolute;
    bottom: 0;
    left: 50%;
    right: 50%;
    height: 2px;
    background-color: #A84191;
    opacity: 0;
    visibility: hidden;
}

.tab-list__link:hover {
    color: #1f1f1f;
}

.tab-list__link.anchor-active,
.tab-list__link.active {
    color: #1f1f1f;
}

.tab-list__link.anchor-active,
.tab-list__link.active {
    pointer-events: none;
}

.tab-list__link.anchor-active:after,
.tab-list__link.active:after {
    opacity: 1;
    left: 0;
    right: 0;
    visibility: visible;
}

.fixed-block.section-content {
    overflow: visible;
}

.fixed-block .anchor-menu__link {
    display: inline-block !important;
}

.fixed-block .jcf-select-drop {
    width: 100%;
}

.fixed-block .jcf-select-drop-content {
    background-color: #fff;
    left: 0;
    right: 0;
    width: 100%;
    top: 100%;
    position: absolute;
    z-index: 2;
    padding: 15px;
    font-size: 16px;
}

.fixed-block .jcf-select {
    flex: 1;
    border-bottom: 1px solid #333333;
}

.fixed-block .jcf-select.jcf-drop-active {
    border-bottom: 2px solid #A84191;
}

.fixed-block .jcf-select .jcf-select-text {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.fixed-block .jcf-select .jcf-select-text:after {
    content: "\e903";
    font-family: "icomoon" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
}

.fixed-block .jcf-list-content ul {
    list-style-type: none;
}

.fixed-block .jcf-list-content li {
    line-height: 28px;
    margin-bottom: 10px;
}

.sticky-wrap-section-content .tab-list {
    flex: 1;
}

.sticky-wrap-section-content .anchor-menu__link {
    margin-left: 50px;
    display: none;
}

.js-tab-hidden {
    display: block !important;
    left: -9999px !important;
    position: absolute !important;
    top: -9999px !important;
}

.breadcrumb {
    font-family: "monotype-grotesque", "Helvetfica Neue", "Helvetica", sans-serif;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-top: 25px;
}

.breadcrumb__list {
    list-style: none;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.breadcrumb__item {
    display: flex;
    align-items: center;
    color: #fff;
}

.breadcrumb__item:not(:last-child) {
    opacity: 0.35;
}

.breadcrumb__item:not(:last-child):after {
    content: '';
    width: 0;
    height: 0;
    display: inline-block;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 5px solid #fff;
    margin: 0 10px;
}

.breadcrumb__item:not(:last-child):hover {
    opacity: 1;
    color: currentColor;
}

.breadcrumb__link {
    color: currentColor;
    text-decoration: none;
    cursor: pointer;
}

.breadcrumb__link:hover {
    color: currentColor;
}

.breadcrumb__link-current {
    opacity: 1;
}

.back-btn .icon {
    margin-right: 10px;
}

.hero-info__holder {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 15px 0 30px;
}

.hero-info__holder-footer {
    margin-top: auto;
    color: #8F8F8F;
}

.hero-info__post-category {
    color: #A84191;
    font-size: 14px;
    margin-bottom: 30px;
    display: inline-block;
}

.hero-info__post-category:hover {
    color: currentColor;
    text-decoration: underline;
}

.section-image img {
    max-width: none;
    width: 100%;
}

.hero-section--primary {
    color: #fff !important;
    padding-top: 50px;
}

.hero-section--primary .hero-info__holder {
    display: flex;
    justify-content: center;
    align-items: center;
}

.hero-section--primary:before {
    position: absolute;
    content: '';
    background-color: #A84191;
    left: 0;
    right: 0;
    top: 0;
    bottom: 19%;
}

.hero-section--sipmle {
    background: #A84191;
    color: #fff !important;
    margin: 0;
}

.hero-section--sipmle .hero-info__post-title {
    margin-bottom: 0;
}

.hero-section--sipmle .hero-info__holder {
    padding: 33px 0;
}

.has-video .fancybox-modal {
    position: relative;
    display: inline-block;
}

.has-video .fancybox-modal .btn-play {
    transition: color 0.3s;
    position: absolute;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    font-size: 12px;
    color: #fff;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
}

.has-video .fancybox-modal .btn-play span {
    margin-left: 10px;
}

.has-video .fancybox-modal .btn-play:hover {
    color: rgba(255, 255, 255, 0.7);
}

a[href*='#start-section'] {
    color: #A84191;
    display: inline-flex;
}

a[href*='#start-section'] .icon {
    font-size: 50px;
    color: currentColor;
}

.social-block {
    display: inline-block;
}

.social-block__title {
    text-align: center;
    margin-bottom: 10px;
    width: 100%;
    text-transform: uppercase;
    font-size: 12px;
    color: #8F8F8F;
    display: none;
}

.social-block__list {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: flex;
    align-items: flex-start;
    flex-direction: row;
}

.social-block__item {
    width: 48px;
    height: 48px;
}

.social-block__item:not(:first-child) {
    margin-left: 10px;
}

.social-block__link {
    transition: background-color 0.3s, color 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    height: 100%;
    background-color: #A84191;
    border: 1px solid #A84191;
}

.social-block__link:hover {
    background-color: #fff;
    color: #A84191;
}

.social-block--alt .social-block__list {
    flex-direction: row;
    flex-wrap: wrap;
}

.social-block--alt .social-block__item {
    margin: 0;
    width: auto;
    height: 55px;
    margin: 15px 0;
}

.social-block--alt .social-block__item:not(:last-child) {
    margin-right: 15px;
}

.social-block--alt .social-block__link {
    padding: 10px 15px;
    background-color: transparent;
    color: #A84191;
    min-width: 165px;
}

.social-block--alt .social-block__link:hover {
    color: #fff;
    background-color: #A84191;
}

.social-block--alt .social-block__link .icon {
    margin-right: 10px;
    font-size: 15px;
}

.section-title {
    margin-bottom: 36px;
}

.gdpr {
    font-size: 13px;
}

.gdpr a {
    padding-bottom: 3px;
    display: inline-block;
    position: relative;
}

.gdpr a:after {
    transition: left 0.3s ease, right 0.3s ease;
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: rgba(143, 141, 139, 0.35);
}

.gdpr a:hover {
    color: inherit;
}

.g-recaptcha {
    margin-bottom: 20px;
}

.subscribe-holder form#piucf_content button {
    margin-bottom: 15px;
}

.gdpr a:hover:after {
    left: 5px;
    right: 5px;
}

.article-container {
    padding-top: 50px;
}

.article-container__title {
    font-size: 12px;
    color: #8F8F8F;
    text-transform: uppercase;
    display: none;
}

.document-download {
    display: flex;
    align-items: flex-start;
    flex-direction: row;
    color: #1f1f1f;
    font-size: 16px;
    background-color: #fff;
    padding: 28px 32px;
    margin: 20px 0;
}

.document-download .icon-holder {
    margin-right: 15px;
}

.document-download .icon-holder .icon {
    color: #A84191;
    font-size: 20px;
}

.document-download .document-title {
    font-size: 16px;
    margin-bottom: 5px;
}

.document-download .document-weight {
    opacity: 0.6;
    display: block;
}

.document-download .btn-holder {
    display: flex;
    justify-content: flex-end;
}

.document-download .btn-holder a {
    color: currentColor;
    font-size: 16px;
}

.pagination {
    font-family: "monotype-grotesque", "Helvetfica Neue", "Helvetica", sans-serif;
    font-size: 11px;
    line-height: 1.2;
    margin-top: 25px;
}

.pagination .page-numbers {
    color: #8F8F8F;
    text-transform: capitalize;
    display: inline-block;
    font-weight: 600;
    padding: 5px 5px;
    margin: 0 10px;
    border: none;
    position: relative;
}

.pagination .page-numbers:hover {
    text-decoration: none;
    color: #1f1f1f;
}

.pagination .page-numbers.current {
    color: #1f1f1f;
}

.pagination .page-numbers.current:after {
    content: "";
    display: inline-block;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 2px;
    background-color: #A84191;
}

.pagination .page-numbers.prev,
.pagination .page-numbers.next {
    display: inline-flex;
    align-items: center;
    font-size: 11px;
    background-color: transparent;
}

.pagination .page-numbers.prev:after,
.pagination .page-numbers.next:after {
    display: none;
}

.pagination .page-numbers.prev {
    margin-right: 10px;
}

.pagination .page-numbers.next {
    margin-left: 10px;
}

.dropdown__opener-link {
    /*   text-transform: uppercase; */
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 24px;
    color: #333;
}

.dropdown__opener-link:hover,
.dropdown__opener-link:focus {
    color: #A84191;
}

.dropdown__opener-link:after {
    content: '\e90d';
    display: inline-block;
    color: #333;
    font-size: 20px;
    font-family: "icomoon" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.accordion__item {
    border-bottom: 1px solid rgba(25, 25, 25, 0.15);
    padding: 25px 0;
    margin-bottom: 0;
}

.accordion__item.active .dropdown__opener-link {
    color: #A84191;
}

.accordion__item.active .dropdown__opener-link:after {
    content: '\2014';
    font-weight: bold;
}

.form-holder {
    background-color: #fff;
    padding: 24px 16px;
}

.form-holder h3 {
    margin-bottom: 15px;
}

.form-holder p {
    font-size: 18px;
    line-height: 1.5;
}

.form-holder .subscribe-form {
    display: flex;
    justify-content: flex-start;
}

.form-holder button {
    display: inline-block;
    height: 100%;
    padding: 0 10px !important;
    color: #fff;
    margin: 0;
}

.form-holder button .icon {
    font-size: 35px;
    transform: rotate(180deg);
    margin-left: 0;
}

.form-holder input {
    width: 100%;
    flex: 1;
}

.header {
    position: relative;
    padding: 12px 0;
}

.header .container {
    position: relative;
    min-height: 72px;
}

.header .logo img {
    width: 100%;
}

.nav {
    font-size: 18px;
}

.nav-active .nav-drop {
    opacity: 1;
    visibility: visible;
}

.nav-drop li {
    position: relative;
    list-style: none;
}

.nav-drop a {
    color: inherit;
}

.nav-opener {
    position: relative;
    width: 30px;
    height: 30px;
    font-size: 0;
    line-height: 0;
    float: right;
    z-index: 11;
}

.nav-opener:before,
.nav-opener:after,
.nav-opener span {
    transition: transform 0.3s ease-in-out;
    background: #A84191;
    position: absolute;
    top: 16px;
    left: 15%;
    right: 15%;
    height: 2px;
    margin-top: -2px;
}

.nav-opener:before,
.nav-opener:after {
    content: '';
    top: 10px;
}

.nav-opener:after {
    top: 22px;
}

.nav-opener:hover {
    opacity: 0.9;
}

.nav-active .nav-opener span {
    opacity: 0;
}

.nav-active .nav-opener:after,
.nav-active .nav-opener:before {
    transform: rotate(45deg);
    top: 16px;
    left: 15%;
    right: 15%;
}

.nav-active .nav-opener:after {
    transform: rotate(-45deg);
}

.primary-menu > .menu-item {
    color: #1f1f1f;
    position: relative;
    padding-bottom: 6px;
}

.primary-menu > .menu-item:hover,
.primary-menu > .menu-item.active {
    color: currentColor;
    text-decoration: none;
}

.primary-menu > .menu-item:hover:after,
.primary-menu > .menu-item.active:after {
    left: 0;
    right: 0;
}

.primary-menu > .menu-item.has-drop-down > .has-drop-down-a:after {
    content: '';
    transition: transform 0.3s ease, top 0.3s ease;
    display: inline-block;
    border-right: 1px solid black;
    border-bottom: 1px solid black;
    width: 8px;
    height: 8px;
    transform: rotate(45deg);
    position: relative;
}

.primary-menu > .menu-item.has-drop-down > .has-drop-down-a:hover:after {
    content: '';
    transition: transform 0.3s ease, top 0.3s ease;
    display: inline-block;
    border-right: 1px solid black;
    border-bottom: 1px solid black;
    width: 8px;
    height: 8px;
    transform: rotate(225deg);
    position: relative;
}

.primary-menu > .menu-item > a {
    font-size: 24px;
    line-height: 1.2;
    color: currentColor;
    text-transform: capitalize;
    font-family: "monotype-grotesque", "Helvetfica Neue", "Helvetica", sans-serif;
    display: inline-block;
    padding: 24px 5px;
}

.primary-menu > .menu-item > a:hover {
    text-decoration: none;
}

.primary-menu > .menu-item.current-menu-item:after {
    left: 0;
    right: 0;
}

.resize-active .nav-drop,
.resize-active .nav-drop > ul {
    transition: none !important;
}

.sub-menu {
    right: 0;
    top: 100%;
}

.sub-menu__right {
    right: auto;
}

.sub-menu > .menu-item {
    background-color: #fff;
    color: #1f1f1f;
    font-size: 16px;
    line-height: 1.4;
}

.sub-menu > .menu-item > a {
    /*   width: 100%; */
    display: block;
    position: relative;
    padding: 15px;
}

.sub-menu > .menu-item > a:hover:after {
    left: 0;
    right: 0;
}

body.nav-active {
    overflow: hidden;
}

.anchor-menu__link {
    line-height: 1.2;
    color: currentColor;
    text-transform: capitalize;
    display: inline-block;
    padding: 5px 0;
    font-size: 18px;
}

.anchor-menu__link:hover {
    color: currentColor;
}

.anchor-menu__item {
    display: inline-block;
}

.anchor-menu__item:not(:last-of-type) {
    margin-right: 25px;
}

.footer {
    background-image: linear-gradient(0deg, #F2F2F2, #F2F2F2);
    color: #1f1f1f;
    padding: 20px 0;
}

.footer > .container > .columns {
    margin-bottom: 15px;
}

.footer .footer-title {
    margin-bottom: 30px;
}

.footer .footer-bootom {
    color: #8F8F8F;
    font-size: 13px;
}

.footer .gdpr {
    margin-top: 15px;
    font-family: Grotesque MT;
    font-size: 13px;
    line-height: 16px;
}

.address-title {
    font-size: 14px;
    margin-bottom: 15px;
    font-weight: normal;
}

.address-block {
    font-style: normal;
    font-size: 16px;
    line-height: 1.6;
}

.address-block > a {
    color: currentColor;
    font-size: 16px;
    padding-bottom: 5px;
}

.address-block a[href^="tel:"] {
    color: currentColor;
}

.address-block a[href^="mailto:"] {
    display: inline-block;
    margin-top: 30px;
}

.btn-subscribe {
    padding: 23px 10px;
    text-transform: uppercase;
    height: auto;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    letter-spacing: 1px;
    width: 100%;
}

.btn-subscribe .icon {
    margin-right: 10px;
}

.list-holder {
    color: currentColor;
}

.list-holder__title {
    font-size: 12px;
    color: #A671A1;
    text-transform: uppercase;
}

.list-holder a {
    color: currentColor;
}

.list-horizontal {
    display: flex;
    align-items: center;
}

.list-horizontal__item:not(:last-child) {
    margin-right: 25px;
}

.list-social__item > a {
    transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
    color: #1f1f1f;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.list-social__item .icon {
    min-width: 14px;
    margin-right: 10px;
}

.footer-title {
    font-size: 12px;
    text-transform: uppercase;
    color: #8F8F8F;
}

.hero-section {
    color: #1f1f1f;
    position: relative;
}

.slider-for .slick-list {
    overflow: visible !important;
}

.slider-for img {
    max-width: none;
    width: 100%;
}

.slider-nav .slick-arrow,
.comment-slider .slick-arrow {
    position: absolute;
    top: 150px;
    right: 0;
    background-color: transparent;
    border: none;
}

.slider-nav .slick-arrow:hover,
.comment-slider .slick-arrow:hover {
    opacity: 0.6;
}

.slider-nav .slick-arrow.slick-disabled {
    opacity: 0.6;
    pointer-events: none;
}

.slider-nav .slick-arrow .icon,
.comment-slider .slick-arrow .icon {
    font-size: 30px;
}

.slider-nav .slick-prev,
.comment-slider .slick-prev {
    right: 50px;
}

.slider-nav .slick-slide,
.comment-slider .slick-slide {
    width: 100%;
    flex-direction: row;
}

.menu-item.menu-item-has-children .menu-item-has-children {
    display: block !important;
}

@media screen and (min-width: 480px) {
    .col-sm {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }

    .col-sm-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }

    .col-sm-1 {
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%;
    }

    .col-sm-2 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%;
    }

    .col-sm-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-sm-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }

    .col-sm-5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%;
    }

    .col-sm-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-sm-7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%;
    }

    .col-sm-8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%;
    }

    .col-sm-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-sm-10 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%;
    }

    .col-sm-11 {
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%;
    }

    .col-sm-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .order-sm-first {
        order: -1;
    }

    .order-sm-last {
        order: 13;
    }

    .order-sm-0 {
        order: 0;
    }

    .order-sm-1 {
        order: 1;
    }

    .order-sm-2 {
        order: 2;
    }

    .order-sm-3 {
        order: 3;
    }

    .order-sm-4 {
        order: 4;
    }

    .order-sm-5 {
        order: 5;
    }

    .order-sm-6 {
        order: 6;
    }

    .order-sm-7 {
        order: 7;
    }

    .order-sm-8 {
        order: 8;
    }

    .order-sm-9 {
        order: 9;
    }

    .order-sm-10 {
        order: 10;
    }

    .order-sm-11 {
        order: 11;
    }

    .order-sm-12 {
        order: 12;
    }

    .offset-sm-0 {
        margin-left: 0;
    }

    .offset-sm-1 {
        margin-left: 8.3333333333%;
    }

    .offset-sm-2 {
        margin-left: 16.6666666667%;
    }

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

    .offset-sm-4 {
        margin-left: 33.3333333333%;
    }

    .offset-sm-5 {
        margin-left: 41.6666666667%;
    }

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

    .offset-sm-7 {
        margin-left: 58.3333333333%;
    }

    .offset-sm-8 {
        margin-left: 66.6666666667%;
    }

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

    .offset-sm-10 {
        margin-left: 83.3333333333%;
    }

    .offset-sm-11 {
        margin-left: 91.6666666667%;
    }

    .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: flex !important;
    }

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

@media (min-width: 480px) {
    .slider-nav .slick-arrow, .comment-slider .slick-arrow {
        top: 350px;
    }

    .slick-initialized .slick-slide.image-holder .image {
        height: 450px;
    }

    .event-card__header {
        max-width: calc(100vw / 3 - 40px);
    }

    .event-card__body {
        max-width: calc(100vw / 3 - 20px);
    }

    .persone-card__header {
        max-width: calc(100vw / 3 - 40px);
    }

    .persone-card__body {
        max-width: calc(100vw / 3 - 20px);
    }

    .cards-list-event {
        margin-left: 0;
        margin-top: 50px;
    }

    .cards-list-event > li {
        width: 33.3%;
    }

    .cards-list-event.cards-list_alt > li:nth-child(3n) {
        justify-content: flex-start;
    }

    .cards-list {
        margin-left: 0;
        margin-top: 50px;
    }

    .cards-list > li {
        width: 25%;
    }

    .cards-list.cards-list_alt > li:nth-child(3n) {
        justify-content: flex-start;
    }
}

@media (min-width: 560px) {
    .cards-list-event.cards-list_alt > li {
        width: 25%;
    }

    .cards-list.cards-list_alt > li {
        width: 25%;
    }
}

@media screen and (min-width: 768px) {
    .slider-nav .slick-arrow, .comment-slider .slick-arrow {
        top: 350px;
    }

    .slick-initialized .slick-slide.image-holder .image {
        height: 450px;
    }

    .back-btn {
        display: inline-block;
        margin-bottom: 36px;
    }

    .container {
        padding: 0 24px;
    }

    .list-social {
        display: flex;
        justify-content: space-between;
    }

    .list-privacy {
        margin-bottom: 0;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .order-md-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        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%;
    }

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

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

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

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

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

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

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

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

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

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

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

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

    .flex-md-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-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;
    }

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

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

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

    .justify-content-md-between {
        -webkit-box-pack: justify !important;
        -ms-flex-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 {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }

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

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

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

    .align-items-md-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-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;
        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;
        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;
        align-self: stretch !important;
    }
}

@media (min-width: 768px) {
    body {
        font-size: 16px;
    }

    [id='content'] {
        float: left;
        width: 70%;
    }

    [id='sidebar'] {
        float: right;
        width: 25%;
    }

    [id="sidebar"] .search-form input,
    [id="sidebar"]
      .post-password-form input {
        width: 100%;
        margin: 0 0 5px;
    }

    .comment-form input,
    .comment-form textarea {
        max-width: 300px;
    }

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

    h1,
    .h1 {
        font-size: 42px;
    }

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

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

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

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

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

    h1,
    .h1,
    h2,
    .h2,
    h3,
    .h3,
    h4,
    .h4,
    h5,
    .h5,
    h6,
    .h6,
    .h {
        margin-bottom: 24px;
    }

    h3 {
        font-size: 28px;
        margin-bottom: 24px;
    }

    p {
        font-size: 18px;
    }

    .slide-wrapper {
        display: flex;
    }

    .comment-slider .comment-author {
        margin-top: auto;
    }

    .slick-dots {
        position: absolute;
        left: 0;
        right: 0;
    }

    .slick-arrow {
        display: flex !important;
    }

    .page-title:not(.title-conferences) {
        padding: 96px 0 80px;
    }

    .section-content > .container.border-bottom {
        padding-bottom: 20px;
    }

    .hasSidebar {
        padding: 50px 0;
    }

    .bordered-block {
        padding: 32px;
        font-size: 22px;
    }

    .list-logo__link {
        padding: 25px 60px;
    }

    .page-link {
        margin: 80px 0;
    }

    .section-content.align-top {
        margin-top: 300px;
        margin-bottom: 100px !important;
        padding-bottom: 30px !important;
    }

    .comment-block-holder {
        padding: 40px 20px;
    }

    .comment-block-holder--right:after {
        left: 0;
        right: -9999px;
    }

    .comment-block-holder--left:after {
        right: 0;
        left: -9999px;
    }

    .comment-block-holder .img-align-top {
        width: auto;
        margin-top: -100px;
        margin-bottom: 0;
    }

    .event-card__header {
        max-width: calc(100vw / 3 - 90px);
    }

    .event-card__body {
        max-width: calc(100vw / 3 - 50px);
    }

    .persone-card__header {
        max-width: calc(100vw / 3 - 90px);
    }

    .persone-card__body {
        max-width: calc(100vw / 3 - 50px);
    }

    .list-counter {
        padding-top: 50px;
    }

    .cards-list-event.cards-list_alt .event-card__header {
        max-width: 164px;
    }

    .cards-list-event.cards-list_alt .event-card__body {
        max-width: 164px;
    }

    .cards-list.cards-list_alt .persone-card__header {
        max-width: 164px;
    }

    .cards-list.cards-list_alt .persone-card__body {
        max-width: 164px;
    }

    .blockquote-holder.hasImage {
        margin-left: 67px;
    }

    .section-title.next-title {
        margin-bottom: 48px;
    }

    .section-title {
        margin-bottom: 15px;
    }

    .blockquote-holder .image-holder {
        margin-left: -67px;
        width: auto;
    }

    .blockquote-holder.hasImage {
        flex-direction: row;
    }

    .btn-primary {
        font-size: 20px;
    }

    .card__header {
        height: 204px;
        overflow: hidden;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .card-persone,
    .card-cardPerson {
        width: 184px;
    }

    .card-persone__header {
        height: 184px;
    }

    .card-persone__body {
        font-size: 16px;
    }

    .card-persone__body p {
        font-size: 16px;
    }

    .card-persone__title {
        font-size: 18px;
    }

    .download-btn {
        padding-top: 100px;
    }

    .pdfHolder__info-title {
        font-size: 28px;
    }

    .hero-card__holder {
        position: absolute;
        margin: 0;
        top: 0;
        left: -20px;
        z-index: 10;
    }

    .card-hero .card__body-title {
        font-size: 30px;
    }

    .hero-img__holder {
        margin-top: 40px;
    }

    .tab-list__link {
        display: block;
        padding: 10px 10px;
        font-size: 18px;
    }

    .breadcrumb {
        font-size: 12px;
    }

    .hero-info__post-category {
        font-size: 16px;
    }

    .has-video .fancybox-modal .btn-play {
        top: 30px;
        left: 30px;
        transform: translate(0, 0);
    }

    .pagination {
        font-size: 14px;
    }

    .pagination .page-numbers.prev,
    .pagination .page-numbers.next {
        font-size: 14px;
    }

    .pagination .page-numbers.prev {
        margin-right: 20px;
    }

    .pagination .page-numbers.next {
        margin-left: 20px;
    }

    .dropdown__opener-link {
        font-size: 32px;
    }

    .form-holder {
        padding: 40px 40px 50px;
    }

    .form-holder button {
        margin-left: 20px;
        padding: 0 50px !important;
    }

    .form-holder input {
        min-width: 378px;
    }

    .footer {
        padding: 64px 0 40px;
    }

    .address-title {
        font-size: 16px;
    }

    .address-block {
        font-size: 18px;
    }

    .btn-subscribe {
        width: auto;
        padding: 23px 25px;
    }

    .hero-section .mx-auto {
        margin: 0;
    }
}

@media screen and (min-width: 992px) {
    .slider-home-hero {
        padding: 0 15 !important;
        margin-left: auto;
        width: auto;
    }

    .blockquote .blockquote-footer {
        margin-top: 40px;
    }

    .slider-nav .slick-arrow, .comment-slider .slick-arrow {
        top: 390px;
    }

    .slick-initialized .slick-slide.image-holder .image {
        height: 439px;
    }

    .blockquote-body {
        flex-grow: 1;
    }

    .comment-slider .slick-arrow {
        display: flex !important;
    }

    .slick-initialized .slick-slide.image-holder .image {
        height: 100%;
    }

    .slick-initialized .slick-slide.image-holder .image {
        width: 50vw;
    }

    .home .comment-holder__body {
        top: -60px;
        left: 0;
        width: 100%;
    }

    .sub-menu__right .sub-menu__right {
        top: 0;
        right: -100%;
    }

    .section-content + .section-content:last-of-type {
        padding-bottom: 101px;
    }

    .page-template-template-partners .section-content + .section-content:last-of-type {
        padding-bottom: 0;
    }

    .advocacy-home.section-content .image-holder {
        margin-top: -16%;
    }

    .container.container-full {
        padding: 0 24px;
    }

    .border-bottom.big-spaces {
        padding-bottom: 20px;
        margin-bottom: 47px;
    }

    .back-btn {
        display: inline-block;
        margin-bottom: 88px;
    }

    .hero-info__holder {
        display: flex;
        flex-direction: column;
    }

    .hero-info__holder .hero-info__holder-footer {
        margin-top: initial;
        display: flex;
        align-items: center;
        flex-grow: 2;
    }

    .advocacy-home.section-content .image-holder img {
        max-width: 100%;
        width: auto;
        position: static;
    }

    .primary-menu > .menu-item > a {
        padding: 5px;
    }

    .blockquote:before {
        top: -15px;
    }

    .related-posts {
        padding: 88px 0 149px 0;
    }

    .bordered-block {
        margin-bottom: 104px;
    }

    .columns {
        margin-right: -20px;
        margin-left: -20px;
        width: calc(100% + 40px);
    }

    .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 {
        padding-left: 20px;
        padding-right: 20px;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .order-lg-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        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%;
    }

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

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

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

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

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

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

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

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

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

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

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

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

    .flex-lg-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-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;
    }

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

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

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

    .justify-content-lg-between {
        -webkit-box-pack: justify !important;
        -ms-flex-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 {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }

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

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

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

    .align-items-lg-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-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;
        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;
        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;
        align-self: stretch !important;
    }
}

@media (min-width: 992px) {
    body {
        font-size: 18px;
        line-height: 1.6;
    }

    h1,
    .h1 {
        font-size: 46px;
    }

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

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

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

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

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

    h3 {
        font-size: 32px;
    }

    .post-content h3 + .marked-list .article-container__title {
        margin-bottom: 0;
    }

    .list-social__item {
        margin-bottom: 16px;
    }

    .list-social {
        display: block;
    }

    .hasSidebar {
        padding: 90px 0 100px;
    }

    .event-card__header {
        max-width: 303px;
        max-height: 300px;
    }

    .event-card__body {
        width: 96%;
        max-width: 100%;
        max-height: 500px;
        position: absolute;
        bottom: -35px;
        left: 2%;
        padding: 10px;
        border: 1px solid red;
        background-color: white;
    }

    .persone-card__header {
        max-width: 300px;
        max-height: 300px;
    }

    .persone-card__body {
        max-width: 300px;
        max-height: 300px;
    }

    .cards-list-event.cards-list_alt .event-card__header {
        max-width: 155px;
    }

    .cards-list-event.cards-list_alt .event-card__body {
        max-width: 155px;
    }

    .cards-list-event.cards-list_alt > li {
        width: 16.6666667%;
    }

    .cards-list.cards-list_alt .persone-card__header {
        max-width: 155px;
    }

    .cards-list.cards-list_alt .persone-card__body {
        max-width: 155px;
    }

    .cards-list.cards-list_alt > li {
        width: 16.6666667%;
    }

    .blockquote-holder {
        margin-top: 20px;
    }

    .btn-primary {
        margin: 65px 0 0;
    }

    .card-persone,
    .card-cardPerson {
        width: 195px;
    }

    .card-persone__header {
        height: 195px;
    }

    .card-hero {
        min-height: 344px;
    }

    .card-hero .card__body-title {
        font-size: 36px;
    }

    .duplicate-links {
        display: none;
    }

    .hero-info__holder {
        padding: 20px 0 40px;
    }

    .hero-info__post-category {
        font-size: 18px;
    }

    .section-image img {
        width: 50vw;
    }

    .declarations-list li {
        margin-bottom: 16px;
    }

    .hero-section--primary .hero-info__holder {
        padding-bottom: 17%;
    }

    .hero-section--primary .hero-info__post-title {
        margin-bottom: 40px;
    }

    .hero-section--sipmle + .section-content {
        padding-top: 72px;
    }

    .has-video .fancybox-modal .btn-play {
        top: 15px;
        left: 15px;
    }

    .social-block__title {
        display: inline-block;
    }

    .social-block__list {
        flex-direction: column;
    }

    .social-block__item:not(:first-child) {
        margin-left: 0;
    }

    .social-block__item {
        margin-left: 0;
        margin-bottom: 10px;
    }

    .header {
        padding: 20px 0;
    }

    .nav {
        position: relative;
    }

    .nav-drop {
        position: static;
        opacity: 1;
        visibility: visible;
        background: none;
    }

    .nav-drop > ul {
        display: flex;
        justify-content: space-between;
    }

    .nav-drop li:hover > ul {
        display: block;
    }

    .nav-drop li > ul {
        display: none;
        z-index: 2;
        position: absolute;
    }

    .nav-opener {
        display: none;
    }

    .primary-menu > .menu-item:not(:last-of-type) {
        margin-right: 20px;
    }

    .primary-menu > .menu-item:after {
        transition: left 0.3s ease, right 0.3s ease;
        content: "";
        position: absolute;
        left: 50%;
        right: 50%;
        bottom: 0;
        height: 2px;
        background-color: #A84191;
    }

    .primary-menu > .menu-item.has-drop-down > .has-drop-down-a:after {
        top: -3px;
        left: 10px;
    }

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

    .sub-menu > .menu-item > a:after {
        transition: left 0.3s ease, right 0.3s ease;
        content: "";
        position: absolute;
        left: 50%;
        right: 50%;
        bottom: 0;
        height: 2px;
        background-color: rgba(168, 65, 145, 0.5);
    }

    .sub-menu > .menu-item {
        min-width: 204px;
    }

    .btn-subscribe {
        min-width: 338px;
    }

    .slider-for img {
        width: auto;
    }

    .slider-nav {
        bottom: -30px;
        z-index: 10;
        margin-top: -110px;
        position: absolute !important;
        max-width: 500px;
        color: #fff;
        margin-top: 0;
    }
}

@media (min-width: 1024px) {
    .slick-initialized .slick-slide.image-holder .image {
        height: 350px;
    }

    .slider-nav .slick-arrow, .comment-slider .slick-arrow {
        top: 250px;
    }

    .card-persone__header {
        width: 200px;
    }

}

@media (min-width: 1211px) {
    .slick-initialized .slick-slide.image-holder .image {
        height: 400px;
    }

    .slider-nav .slick-arrow, .comment-slider .slick-arrow {
        top: 300px;
    }

    .slider-nav {
        max-width: 572px;
    }
}

@media (min-width: 1299px) {
    .slider-nav .slick-arrow, .comment-slider .slick-arrow {
        top: 400px;
    }

    .slick-initialized .slick-slide.image-holder .image {
        height: 500px;
    }

    .section-content.align-top {
        margin-bottom: 300px !important;
    }
}

@media (min-width: 1300px) {
    h1,
    .h1 {
        font-size: 54px;
    }

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

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

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

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

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

    p {
        font-size: 20px;
    }

    .section-content.section-active {
        padding-top: 150px;
    }

    .icon-list a {
        font-size: 20px;
    }

    .bordered-block {
        padding: 72px 84px;
        font-size: 24px;
    }

    .list-logo__link {
        padding: 25px 85px;
    }
    
    .card-hero .card__body-title {
        font-size: 44px;
    }

    .accordion__item {
        padding: 23px 0;
        margin-bottom: 0;
    }

    .section-image img {
        max-width: none;
        width: 50vw;
    }

    .article-container__title {
        display: inline-block;
    }

    .document-download {
        padding: 0;
        background-color: transparent;
        margin: 0;
    }

    .document-download .btn-holder {
        display: inline-block;
    }
}

@media screen and (min-width: 1300px) {
    .col-xl {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .order-xl-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        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-xl-none {
        display: none !important;
    }

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

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

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

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

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

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

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

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

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

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

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

    .flex-xl-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-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;
    }

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

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

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

    .justify-content-xl-between {
        -webkit-box-pack: justify !important;
        -ms-flex-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 {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }

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

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

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

    .align-items-xl-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-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;
        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;
        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;
        align-self: stretch !important;
    }

}

@media (min-width: 1600px) {
    .section-image img {
        max-width: none;
    }
}

@media (min-width: 1900px) {
    .slider-nav .slick-arrow, .comment-slider .slick-arrow {
        top: 600px;
    }

    .slick-initialized .slick-slide.image-holder .image {
        height: 700px;
    }
}

@media (max-width: 991px) {
    iframe {
        width: 100%;
    }

    h2 {
        font-size: 24px;
    }

    .summit-submenu {
        margin-top: 15px;
    }

    .sticky-wrap-section-content .tab-list {
        position: relative;
    }

    .sticky-wrap-section-content .tab-list li a:first-of-type {
        display: block;
    }

    .sticky-wrap-section-content .tab-list li {
        background-color: #A84191;
        border-top: 1px solid #fff;
        margin-right: 0px;
    }

    .sticky-wrap-section-content .tab-list li a {
        padding: 15px 15px;
        display: block;
        color: #fff;
    }

    .sticky-wrap-section-content .tab-list__item > ul {
        display: none;
    }

    .form-holder .subscribe-form > .form-group:first-child {
        flex: 1;
    }

    .header .logo {
        position: absolute;
        top: -13px;
        left: 50%;
        transform: translateX(-50%);
    }

    .header .btn-register {
        border: none;
        padding: 10px;
    }

    .nav-drop {
        transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
        background: #fff;
        display: flex;
        flex-direction: column;
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 999;
        opacity: 0;
        visibility: hidden;
        z-index: 10;
        padding: 80px 15px 20px;
    }

    .nav-drop .anchor-menu {
        margin-top: auto;
    }

    .primary-menu > .menu-item {
        padding-bottom: 0;
        border-bottom: 1px solid rgba(25, 25, 25, 0.15);
    }

    .primary-menu > .menu-item > a {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        height: 100%;
    }

    .footer > .container > .columns > .col-12 {
        margin-bottom: 30px;
    }

    .slider-nav {
        margin-top: -50px;
    }

    .slider-nav .slick-list {
        overflow-y: auto;
    }

    .dropdown-menu {
        display: none;
    }

    #gallery-1 .gallery-item {
        width: 50%!important;
    }
}

@media (max-width: 767px) {
    .nav-links .next,
    .nav-links .prev,
    .navigation .next,
    .navigation .prev,
    .navigation-comments .next,
    .navigation-comments .prev {
        font-size: 0;
    }

    .nav-links .next:after,
    .nav-links .prev:after,
    .navigation .next:after,
    .navigation .prev:after,
    .navigation-comments .next:after,
    .navigation-comments .prev:after {
        content: '»';
        font-size: 12px;
    }

    .nav-links .prev:after,
    .navigation .prev:after,
    .navigation-comments .prev:after {
        content: '«';
    }

    .navigation-single .next a,
    .navigation-single .prev a {
        font-size: 0;
    }

    .navigation-single .next a:after,
    .navigation-single .prev a:after {
        content: '»';
        font-size: 12px;
    }

    .navigation-single .prev a:after {
        content: '«';
    }

    .comment-slider .mobile-wrapper {
        display: flex;
    }

    .hero-content .col-auto {
        max-width: 100%;
    }

    .hero-section .hero-section__title {
        margin-bottom: 50px;
        letter-spacing: 0.05em;
    }

    h2 {
        font-size: 24px;
    }
}

@media all and (max-width: 576px) {
    .fancybox-thumbs {
        width: 110px;
    }

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

    .fancybox-thumbs__list a {
        max-width: calc(100% - 10px);
    }

    h2 {
        font-size: 24px;
    }

}

@media all and (max-height: 576px) {
    .fancybox-slide {
        padding-left: 6px;
        padding-right: 6px;
    }

    .fancybox-slide--image {
        padding: 6px 0;
    }

    .fancybox-close-small {
        right: -6px;
    }

    .fancybox-slide--image .fancybox-close-small {
        background: #4e4e4e;
        color: #f2f4f6;
        height: 36px;
        opacity: 1;
        padding: 6px;
        right: 0;
        top: 0;
        width: 36px;
    }

    .fancybox-caption {
        padding-left: 12px;
        padding-right: 12px;
    }
}

/*# sourceMappingURL=maps/main.css.map */
