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: rgb(30, 30, 30);
    opacity: 0;
    transition-duration: inherit;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(.47, 0, .74, .71);
}

.fancybox-is-open .fancybox-bg {
    opacity: .9;
    transition-timing-function: cubic-bezier(.22, .61, .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(.5, 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, .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, .85) 0%,
        rgba(0, 0, 0, .3) 50%,
        rgba(0, 0, 0, .15) 65%,
        rgba(0, 0, 0, .075) 75.5%,
        rgba(0, 0, 0, .037) 82.85%,
        rgba(0, 0, 0, .019) 88%,
        rgba(0, 0, 0, 0) 100%);
    bottom: 0;
    color: #eee;
    font-size: 14px;
    font-weight: 400;
    left: 0;
    line-height: 1.5;
    padding: 75px 44px 25px 44px;
    pointer-events: none;
    right: 0;
    text-align: center;
    z-index: 99996;
}

@supports (padding: max(0px)) {
    .fancybox-caption {
        padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left));
    }
}

.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: 50px;
    left: 50%;
    margin: -25px 0 0 -25px;
    opacity: .7;
    padding: 0;
    position: absolute;
    top: 50%;
    width: 50px;
    z-index: 99999;
}

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

/* Transition effects */

.fancybox-animated {
    transition-timing-function: cubic-bezier(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(.19, 1, .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(.5, .5, .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(.1) skew(-10deg);
}

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

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

/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
    .fancybox-slide {
        padding-left: 6px;
        padding-right: 6px;
    }

    .fancybox-slide--image {
        padding: 6px 0;
    }

    .fancybox-close-small {
        right: -6px;
    }

    .fancybox-slide--image .fancybox-close-small {
        background: #4e4e4e;
        color: #f2f4f6;
        height: 36px;
        opacity: 1;
        padding: 6px;
        right: 0;
        top: 0;
        width: 36px;
    }

    .fancybox-caption {
        padding-left: 12px;
        padding-right: 12px;
    }

    @supports (padding: max(0px)) {
        .fancybox-caption {
            padding-left: max(12px, env(safe-area-inset-left));
            padding-right: max(12px, env(safe-area-inset-right));
        }
    }
}
/* 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, .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, .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 .2s cubic-bezier(.25, .46, .45, .94);
    z-index: 99991;
}

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

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

/* Styling for Small-Screen Devices */
@media all and (max-width: 576px) {
    .fancybox-thumbs {
        width: 110px;
    }

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

    .fancybox-thumbs__list a {
        max-width: calc(100% - 10px);
    }
}@charset "UTF-8";

/** Import Bootstrap functions */

/* Colors */

/* Transition */

/** Import everything from autoload */

:root {
  --blue: #0076b6;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #e51616;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #66b245;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #0076b6;
  --secondary: #6c757d;
  --success: #66b245;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #e51616;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 768px;
  --breakpoint-md: 992px;
  --breakpoint-lg: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

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

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

@-ms-viewport {
  width: device-width;
}

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

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: .5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

dfn {
  font-style: italic;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

a {
  color: #0076b6;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:hover {
  color: #00446a;
  text-decoration: underline;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):hover,
a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

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

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

input[type="radio"],
input[type="checkbox"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

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

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

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

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin-bottom: 0.5rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit;
}

h1,
.h1 {
  font-size: 2.5rem;
}

h2,
.h2 {
  font-size: 2rem;
}

h3,
.h3 {
  font-size: 1.75rem;
}

h4,
.h4 {
  font-size: 1.5rem;
}

h5,
.h5 {
  font-size: 1.25rem;
}

h6,
.h6 {
  font-size: 1rem;
}

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

small,
.small {
  font-size: 80%;
  font-weight: 400;
}

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

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

.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline-item {
  display: inline-block;
}

.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d;
}

.blockquote-footer::before {
  content: "\2014   \A0";
}

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

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto;
}

.figure,
.wp-caption {
  display: inline-block;
}

.figure-img,
.wp-caption img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

.figure-caption,
.wp-caption-text {
  font-size: 90%;
  color: #6c757d;
}

code {
  font-size: 87.5%;
  color: #e83e8c;
  word-break: break-word;
}

a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}

pre {
  display: block;
  font-size: 87.5%;
  color: #212529;
}

pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.container,
.intro_container,
.publicationIntro_container,
.textBlock_content,
.trustElements_content,
.buyBlock_content,
.buyBlockV2_content,
.gridContent_container,
.peopleBlock_content,
.postNavigation_content,
.postsList_container,
.postsList_pagination,
.featuredPost_container,
.subMenuBar_container,
.stickyLinks_container,
.graphicsBlock_content {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 768px) {
  .container,
  .intro_container,
  .publicationIntro_container,
  .textBlock_content,
  .trustElements_content,
  .buyBlock_content,
  .buyBlockV2_content,
  .gridContent_container,
  .peopleBlock_content,
  .postNavigation_content,
  .postsList_container,
  .postsList_pagination,
  .featuredPost_container,
  .subMenuBar_container,
  .stickyLinks_container,
  .graphicsBlock_content {
    max-width: 750px;
  }
}

@media (min-width: 992px) {
  .container,
  .intro_container,
  .publicationIntro_container,
  .textBlock_content,
  .trustElements_content,
  .buyBlock_content,
  .buyBlockV2_content,
  .gridContent_container,
  .peopleBlock_content,
  .postNavigation_content,
  .postsList_container,
  .postsList_pagination,
  .featuredPost_container,
  .subMenuBar_container,
  .stickyLinks_container,
  .graphicsBlock_content {
    max-width: 970px;
  }
}

@media (min-width: 1200px) {
  .container,
  .intro_container,
  .publicationIntro_container,
  .textBlock_content,
  .trustElements_content,
  .buyBlock_content,
  .buyBlockV2_content,
  .gridContent_container,
  .peopleBlock_content,
  .postNavigation_content,
  .postsList_container,
  .postsList_pagination,
  .featuredPost_container,
  .subMenuBar_container,
  .stickyLinks_container,
  .graphicsBlock_content {
    max-width: 1200px;
  }
}

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

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

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

.no-gutters > .col,
.no-gutters > .filters_item,
.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,
.filters_item,
.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 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col,
.filters_item {
  -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.33333%;
          flex: 0 0 8.33333%;
  max-width: 8.33333%;
}

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

.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.33333%;
          flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

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

.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.33333%;
          flex: 0 0 58.33333%;
  max-width: 58.33333%;
}

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

.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.33333%;
          flex: 0 0 83.33333%;
  max-width: 83.33333%;
}

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

.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.33333%;
}

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-sm-0 {
    margin-left: 0;
  }

  .offset-sm-1 {
    margin-left: 8.33333%;
  }

  .offset-sm-2 {
    margin-left: 16.66667%;
  }

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

  .offset-sm-4 {
    margin-left: 33.33333%;
  }

  .offset-sm-5 {
    margin-left: 41.66667%;
  }

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

  .offset-sm-7 {
    margin-left: 58.33333%;
  }

  .offset-sm-8 {
    margin-left: 66.66667%;
  }

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

  .offset-sm-10 {
    margin-left: 83.33333%;
  }

  .offset-sm-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 992px) {
  .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.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

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

  .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.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

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

  .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.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

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

  .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.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

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

  .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.33333%;
  }

  .offset-md-2 {
    margin-left: 16.66667%;
  }

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

  .offset-md-4 {
    margin-left: 33.33333%;
  }

  .offset-md-5 {
    margin-left: 41.66667%;
  }

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

  .offset-md-7 {
    margin-left: 58.33333%;
  }

  .offset-md-8 {
    margin-left: 66.66667%;
  }

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

  .offset-md-10 {
    margin-left: 83.33333%;
  }

  .offset-md-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 1200px) {
  .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.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

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

  .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.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

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

  .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.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

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

  .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.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

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

  .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.33333%;
  }

  .offset-lg-2 {
    margin-left: 16.66667%;
  }

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

  .offset-lg-4 {
    margin-left: 33.33333%;
  }

  .offset-lg-5 {
    margin-left: 41.66667%;
  }

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

  .offset-lg-7 {
    margin-left: 58.33333%;
  }

  .offset-lg-8 {
    margin-left: 66.66667%;
  }

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

  .offset-lg-10 {
    margin-left: 83.33333%;
  }

  .offset-lg-11 {
    margin-left: 91.66667%;
  }
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
  background-color: transparent;
}

.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}

.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

.table tbody + tbody {
  border-top: 2px solid #dee2e6;
}

.table .table {
  background-color: #fff;
}

.table-sm th,
.table-sm td {
  padding: 0.3rem;
}

.table-bordered {
  border: 1px solid #dee2e6;
}

.table-bordered th,
.table-bordered td {
  border: 1px solid #dee2e6;
}

.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

.table-hover tbody tr:hover {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #b8d9eb;
}

.table-hover .table-primary:hover {
  background-color: #a4cee5;
}

.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #a4cee5;
}

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #d6d8db;
}

.table-hover .table-secondary:hover {
  background-color: #c8cbcf;
}

.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: #c8cbcf;
}

.table-success,
.table-success > th,
.table-success > td {
  background-color: #d4e9cb;
}

.table-hover .table-success:hover {
  background-color: #c5e1b9;
}

.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #c5e1b9;
}

.table-info,
.table-info > th,
.table-info > td {
  background-color: #bee5eb;
}

.table-hover .table-info:hover {
  background-color: #abdde5;
}

.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #abdde5;
}

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #ffeeba;
}

.table-hover .table-warning:hover {
  background-color: #ffe8a1;
}

.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #ffe8a1;
}

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f8bebe;
}

.table-hover .table-danger:hover {
  background-color: #f6a7a7;
}

.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #f6a7a7;
}

.table-light,
.table-light > th,
.table-light > td {
  background-color: #fdfdfe;
}

.table-hover .table-light:hover {
  background-color: #ececf6;
}

.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: #ececf6;
}

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #c6c8ca;
}

.table-hover .table-dark:hover {
  background-color: #b9bbbe;
}

.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: #b9bbbe;
}

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}

.table .thead-dark th {
  color: #fff;
  background-color: #212529;
  border-color: #32383e;
}

.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.table-dark {
  color: #fff;
  background-color: #212529;
}

.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #32383e;
}

.table-dark.table-bordered {
  border: 0;
}

.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}

.table-dark.table-hover tbody tr:hover {
  background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 767.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }

  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}

@media (max-width: 991.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }

  .table-responsive-md > .table-bordered {
    border: 0;
  }
}

@media (max-width: 1199.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }

  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.table-responsive > .table-bordered {
  border: 0;
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

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

.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #37b8ff;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 118, 182, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(0, 118, 182, 0.25);
}

.form-control::-webkit-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control:disabled,
.form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

select.form-control:not([size]):not([multiple]) {
  height: calc(2.25rem + 2px);
}

select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}

.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5;
}

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5;
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  margin-bottom: 0;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}

.form-control-plaintext.form-control-sm,
.form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

select.form-control-sm:not([size]):not([multiple]) {
  height: calc(1.8125rem + 2px);
}

.form-control-lg {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

select.form-control-lg:not([size]):not([multiple]) {
  height: calc(2.875rem + 2px);
}

.form-group {
  margin-bottom: 1rem;
}

.form-text {
  display: block;
  margin-top: 0.25rem;
}

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

.form-row > .col,
.form-row > .filters_item,
.form-row > [class*="col-"] {
  padding-right: 5px;
  padding-left: 5px;
}

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}

.form-check-input:disabled ~ .form-check-label {
  color: #6c757d;
}

.form-check-label {
  margin-bottom: 0;
}

.form-check-inline {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}

.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #66b245;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: .5rem;
  margin-top: .1rem;
  font-size: .875rem;
  line-height: 1;
  color: #fff;
  background-color: rgba(102, 178, 69, 0.8);
  border-radius: .2rem;
}

.was-validated .form-control:valid,
.form-control.is-valid,
.was-validated
.custom-select:valid,
.custom-select.is-valid {
  border-color: #66b245;
}

.was-validated .form-control:valid:focus,
.form-control.is-valid:focus,
.was-validated
  .custom-select:valid:focus,
.custom-select.is-valid:focus {
  border-color: #66b245;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(102, 178, 69, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(102, 178, 69, 0.25);
}

.was-validated .form-control:valid ~ .valid-feedback,
.was-validated .form-control:valid ~ .valid-tooltip,
.form-control.is-valid ~ .valid-feedback,
.form-control.is-valid ~ .valid-tooltip,
.was-validated
  .custom-select:valid ~ .valid-feedback,
.was-validated
  .custom-select:valid ~ .valid-tooltip,
.custom-select.is-valid ~ .valid-feedback,
.custom-select.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-control-file:valid ~ .valid-feedback,
.was-validated .form-control-file:valid ~ .valid-tooltip,
.form-control-file.is-valid ~ .valid-feedback,
.form-control-file.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-check-input:valid ~ .form-check-label,
.form-check-input.is-valid ~ .form-check-label {
  color: #66b245;
}

.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip,
.form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .custom-control-input:valid ~ .custom-control-label,
.custom-control-input.is-valid ~ .custom-control-label {
  color: #66b245;
}

.was-validated .custom-control-input:valid ~ .custom-control-label::before,
.custom-control-input.is-valid ~ .custom-control-label::before {
  background-color: #afd99d;
}

.was-validated .custom-control-input:valid ~ .valid-feedback,
.was-validated .custom-control-input:valid ~ .valid-tooltip,
.custom-control-input.is-valid ~ .valid-feedback,
.custom-control-input.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before,
.custom-control-input.is-valid:checked ~ .custom-control-label::before {
  background-color: #83c466;
}

.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before,
.custom-control-input.is-valid:focus ~ .custom-control-label::before {
  -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(102, 178, 69, 0.25);
          box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(102, 178, 69, 0.25);
}

.was-validated .custom-file-input:valid ~ .custom-file-label,
.custom-file-input.is-valid ~ .custom-file-label {
  border-color: #66b245;
}

.was-validated .custom-file-input:valid ~ .custom-file-label::before,
.custom-file-input.is-valid ~ .custom-file-label::before {
  border-color: inherit;
}

.was-validated .custom-file-input:valid ~ .valid-feedback,
.was-validated .custom-file-input:valid ~ .valid-tooltip,
.custom-file-input.is-valid ~ .valid-feedback,
.custom-file-input.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .custom-file-input:valid:focus ~ .custom-file-label,
.custom-file-input.is-valid:focus ~ .custom-file-label {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(102, 178, 69, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(102, 178, 69, 0.25);
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #e51616;
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: .5rem;
  margin-top: .1rem;
  font-size: .875rem;
  line-height: 1;
  color: #fff;
  background-color: rgba(229, 22, 22, 0.8);
  border-radius: .2rem;
}

.was-validated .form-control:invalid,
.form-control.is-invalid,
.was-validated
.custom-select:invalid,
.custom-select.is-invalid {
  border-color: #e51616;
}

.was-validated .form-control:invalid:focus,
.form-control.is-invalid:focus,
.was-validated
  .custom-select:invalid:focus,
.custom-select.is-invalid:focus {
  border-color: #e51616;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(229, 22, 22, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(229, 22, 22, 0.25);
}

.was-validated .form-control:invalid ~ .invalid-feedback,
.was-validated .form-control:invalid ~ .invalid-tooltip,
.form-control.is-invalid ~ .invalid-feedback,
.form-control.is-invalid ~ .invalid-tooltip,
.was-validated
  .custom-select:invalid ~ .invalid-feedback,
.was-validated
  .custom-select:invalid ~ .invalid-tooltip,
.custom-select.is-invalid ~ .invalid-feedback,
.custom-select.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-control-file:invalid ~ .invalid-feedback,
.was-validated .form-control-file:invalid ~ .invalid-tooltip,
.form-control-file.is-invalid ~ .invalid-feedback,
.form-control-file.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-check-input:invalid ~ .form-check-label,
.form-check-input.is-invalid ~ .form-check-label {
  color: #e51616;
}

.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip,
.form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label,
.custom-control-input.is-invalid ~ .custom-control-label {
  color: #e51616;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label::before,
.custom-control-input.is-invalid ~ .custom-control-label::before {
  background-color: #f38787;
}

.was-validated .custom-control-input:invalid ~ .invalid-feedback,
.was-validated .custom-control-input:invalid ~ .invalid-tooltip,
.custom-control-input.is-invalid ~ .invalid-feedback,
.custom-control-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before,
.custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  background-color: #ed4141;
}

.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before,
.custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(229, 22, 22, 0.25);
          box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(229, 22, 22, 0.25);
}

.was-validated .custom-file-input:invalid ~ .custom-file-label,
.custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #e51616;
}

.was-validated .custom-file-input:invalid ~ .custom-file-label::before,
.custom-file-input.is-invalid ~ .custom-file-label::before {
  border-color: inherit;
}

.was-validated .custom-file-input:invalid ~ .invalid-feedback,
.was-validated .custom-file-input:invalid ~ .invalid-tooltip,
.custom-file-input.is-invalid ~ .invalid-feedback,
.custom-file-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .custom-file-input:invalid:focus ~ .custom-file-label,
.custom-file-input.is-invalid:focus ~ .custom-file-label {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(229, 22, 22, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(229, 22, 22, 0.25);
}

.form-inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.form-inline .form-check {
  width: 100%;
}

@media (min-width: 768px) {
  .form-inline label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 0;
  }

  .form-inline .form-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 0;
  }

  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }

  .form-inline .form-control-plaintext {
    display: inline-block;
  }

  .form-inline .input-group,
  .form-inline .custom-select {
    width: auto;
  }

  .form-inline .form-check {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: auto;
    padding-left: 0;
  }

  .form-inline .form-check-input {
    position: relative;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }

  .form-inline .custom-control {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}

.btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

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

.btn:hover,
.btn:focus {
  text-decoration: none;
}

.btn:focus,
.btn.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 118, 182, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(0, 118, 182, 0.25);
}

.btn.disabled,
.btn:disabled {
  opacity: 0.65;
}

.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.btn:not(:disabled):not(.disabled):active,
.btn:not(:disabled):not(.disabled).active {
  background-image: none;
}

a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}

.btn-primary {
  color: #fff;
  background-color: #0076b6;
  border-color: #0076b6;
}

.btn-primary:hover {
  color: #fff;
  background-color: #005d90;
  border-color: #005583;
}

.btn-primary:focus,
.btn-primary.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 118, 182, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(0, 118, 182, 0.5);
}

.btn-primary.disabled,
.btn-primary:disabled {
  color: #fff;
  background-color: #0076b6;
  border-color: #0076b6;
}

.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #005583;
  border-color: #004d76;
}

.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 118, 182, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(0, 118, 182, 0.5);
}

.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-secondary:hover {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
}

.btn-secondary:focus,
.btn-secondary.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-secondary:not(:disabled):not(.disabled):active,
.btn-secondary:not(:disabled):not(.disabled).active,
.show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #545b62;
  border-color: #4e555b;
}

.btn-secondary:not(:disabled):not(.disabled):active:focus,
.btn-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-success {
  color: #fff;
  background-color: #66b245;
  border-color: #66b245;
}

.btn-success:hover {
  color: #fff;
  background-color: #56963a;
  border-color: #518d37;
}

.btn-success:focus,
.btn-success.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(102, 178, 69, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(102, 178, 69, 0.5);
}

.btn-success.disabled,
.btn-success:disabled {
  color: #fff;
  background-color: #66b245;
  border-color: #66b245;
}

.btn-success:not(:disabled):not(.disabled):active,
.btn-success:not(:disabled):not(.disabled).active,
.show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #518d37;
  border-color: #4c8433;
}

.btn-success:not(:disabled):not(.disabled):active:focus,
.btn-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-success.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(102, 178, 69, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(102, 178, 69, 0.5);
}

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
}

.btn-info:focus,
.btn-info.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-info.disabled,
.btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-info:not(:disabled):not(.disabled):active,
.btn-info:not(:disabled):not(.disabled).active,
.show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f;
}

.btn-info:not(:disabled):not(.disabled):active:focus,
.btn-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-info.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-warning:hover {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
}

.btn-warning:focus,
.btn-warning.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-warning.disabled,
.btn-warning:disabled {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-warning:not(:disabled):not(.disabled):active,
.btn-warning:not(:disabled):not(.disabled).active,
.show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #d39e00;
  border-color: #c69500;
}

.btn-warning:not(:disabled):not(.disabled):active:focus,
.btn-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-warning.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-danger {
  color: #fff;
  background-color: #e51616;
  border-color: #e51616;
}

.btn-danger:hover {
  color: #fff;
  background-color: #c21313;
  border-color: #b61212;
}

.btn-danger:focus,
.btn-danger.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(229, 22, 22, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(229, 22, 22, 0.5);
}

.btn-danger.disabled,
.btn-danger:disabled {
  color: #fff;
  background-color: #e51616;
  border-color: #e51616;
}

.btn-danger:not(:disabled):not(.disabled):active,
.btn-danger:not(:disabled):not(.disabled).active,
.show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #b61212;
  border-color: #ab1010;
}

.btn-danger:not(:disabled):not(.disabled):active:focus,
.btn-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-danger.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(229, 22, 22, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(229, 22, 22, 0.5);
}

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}

.btn-light:focus,
.btn-light.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-light.disabled,
.btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-light:not(:disabled):not(.disabled):active,
.btn-light:not(:disabled):not(.disabled).active,
.show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df;
}

.btn-light:not(:disabled):not(.disabled):active:focus,
.btn-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-light.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
}

.btn-dark:focus,
.btn-dark.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-dark.disabled,
.btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-dark:not(:disabled):not(.disabled):active,
.btn-dark:not(:disabled):not(.disabled).active,
.show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d;
}

.btn-dark:not(:disabled):not(.disabled):active:focus,
.btn-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-dark.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-outline-primary {
  color: #0076b6;
  background-color: transparent;
  background-image: none;
  border-color: #0076b6;
}

.btn-outline-primary:hover {
  color: #fff;
  background-color: #0076b6;
  border-color: #0076b6;
}

.btn-outline-primary:focus,
.btn-outline-primary.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 118, 182, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(0, 118, 182, 0.5);
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
  color: #0076b6;
  background-color: transparent;
}

.btn-outline-primary:not(:disabled):not(.disabled):active,
.btn-outline-primary:not(:disabled):not(.disabled).active,
.show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #0076b6;
  border-color: #0076b6;
}

.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-primary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 118, 182, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(0, 118, 182, 0.5);
}

.btn-outline-secondary {
  color: #6c757d;
  background-color: transparent;
  background-image: none;
  border-color: #6c757d;
}

.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-outline-secondary:focus,
.btn-outline-secondary.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
  color: #6c757d;
  background-color: transparent;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active,
.btn-outline-secondary:not(:disabled):not(.disabled).active,
.show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-secondary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-success {
  color: #66b245;
  background-color: transparent;
  background-image: none;
  border-color: #66b245;
}

.btn-outline-success:hover {
  color: #fff;
  background-color: #66b245;
  border-color: #66b245;
}

.btn-outline-success:focus,
.btn-outline-success.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(102, 178, 69, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(102, 178, 69, 0.5);
}

.btn-outline-success.disabled,
.btn-outline-success:disabled {
  color: #66b245;
  background-color: transparent;
}

.btn-outline-success:not(:disabled):not(.disabled):active,
.btn-outline-success:not(:disabled):not(.disabled).active,
.show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #66b245;
  border-color: #66b245;
}

.btn-outline-success:not(:disabled):not(.disabled):active:focus,
.btn-outline-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-success.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(102, 178, 69, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(102, 178, 69, 0.5);
}

.btn-outline-info {
  color: #17a2b8;
  background-color: transparent;
  background-image: none;
  border-color: #17a2b8;
}

.btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-outline-info:focus,
.btn-outline-info.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-info.disabled,
.btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent;
}

.btn-outline-info:not(:disabled):not(.disabled):active,
.btn-outline-info:not(:disabled):not(.disabled).active,
.show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-outline-info:not(:disabled):not(.disabled):active:focus,
.btn-outline-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-info.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-warning {
  color: #ffc107;
  background-color: transparent;
  background-image: none;
  border-color: #ffc107;
}

.btn-outline-warning:hover {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-outline-warning:focus,
.btn-outline-warning.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent;
}

.btn-outline-warning:not(:disabled):not(.disabled):active,
.btn-outline-warning:not(:disabled):not(.disabled).active,
.show > .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-warning.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-danger {
  color: #e51616;
  background-color: transparent;
  background-image: none;
  border-color: #e51616;
}

.btn-outline-danger:hover {
  color: #fff;
  background-color: #e51616;
  border-color: #e51616;
}

.btn-outline-danger:focus,
.btn-outline-danger.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(229, 22, 22, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(229, 22, 22, 0.5);
}

.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
  color: #e51616;
  background-color: transparent;
}

.btn-outline-danger:not(:disabled):not(.disabled):active,
.btn-outline-danger:not(:disabled):not(.disabled).active,
.show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #e51616;
  border-color: #e51616;
}

.btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-danger.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(229, 22, 22, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(229, 22, 22, 0.5);
}

.btn-outline-light {
  color: #f8f9fa;
  background-color: transparent;
  background-image: none;
  border-color: #f8f9fa;
}

.btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-light:focus,
.btn-outline-light.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-light.disabled,
.btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}

.btn-outline-light:not(:disabled):not(.disabled):active,
.btn-outline-light:not(:disabled):not(.disabled).active,
.show > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-light:not(:disabled):not(.disabled):active:focus,
.btn-outline-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-light.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-dark {
  color: #343a40;
  background-color: transparent;
  background-image: none;
  border-color: #343a40;
}

.btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-outline-dark:focus,
.btn-outline-dark.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent;
}

.btn-outline-dark:not(:disabled):not(.disabled):active,
.btn-outline-dark:not(:disabled):not(.disabled).active,
.show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-dark.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-link {
  font-weight: 400;
  color: #0076b6;
  background-color: transparent;
}

.btn-link:hover {
  color: #00446a;
  text-decoration: underline;
  background-color: transparent;
  border-color: transparent;
}

.btn-link:focus,
.btn-link.focus {
  text-decoration: underline;
  border-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-link:disabled,
.btn-link.disabled {
  color: #6c757d;
  pointer-events: none;
}

.btn-lg {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.btn-sm {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-block + .btn-block {
  margin-top: 0.5rem;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

.fade {
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

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

.fade:not(.show) {
  opacity: 0;
}

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

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  -o-transition: height 0.35s ease;
  transition: height 0.35s ease;
}

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

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #0076b6;
  background-color: #fff;
  border: 1px solid #dee2e6;
}

.page-link:hover {
  z-index: 2;
  color: #00446a;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.page-link:focus {
  z-index: 2;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 118, 182, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(0, 118, 182, 0.25);
}

.page-link:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #0076b6;
  border-color: #0076b6;
}

.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}

.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}

.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}

.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}

.media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.media-body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.list-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
}

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}

.list-group-item-action:hover,
.list-group-item-action:focus {
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}

.list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}

.list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.list-group-item:hover,
.list-group-item:focus {
  z-index: 1;
  text-decoration: none;
}

.list-group-item.disabled,
.list-group-item:disabled {
  color: #6c757d;
  background-color: #fff;
}

.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #0076b6;
  border-color: #0076b6;
}

.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}

.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0;
}

.list-group-flush:last-child .list-group-item:last-child {
  border-bottom: 0;
}

.list-group-item-primary {
  color: #003d5f;
  background-color: #b8d9eb;
}

.list-group-item-primary.list-group-item-action:hover,
.list-group-item-primary.list-group-item-action:focus {
  color: #003d5f;
  background-color: #a4cee5;
}

.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #003d5f;
  border-color: #003d5f;
}

.list-group-item-secondary {
  color: #383d41;
  background-color: #d6d8db;
}

.list-group-item-secondary.list-group-item-action:hover,
.list-group-item-secondary.list-group-item-action:focus {
  color: #383d41;
  background-color: #c8cbcf;
}

.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #383d41;
  border-color: #383d41;
}

.list-group-item-success {
  color: #355d24;
  background-color: #d4e9cb;
}

.list-group-item-success.list-group-item-action:hover,
.list-group-item-success.list-group-item-action:focus {
  color: #355d24;
  background-color: #c5e1b9;
}

.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #355d24;
  border-color: #355d24;
}

.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb;
}

.list-group-item-info.list-group-item-action:hover,
.list-group-item-info.list-group-item-action:focus {
  color: #0c5460;
  background-color: #abdde5;
}

.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #0c5460;
  border-color: #0c5460;
}

.list-group-item-warning {
  color: #856404;
  background-color: #ffeeba;
}

.list-group-item-warning.list-group-item-action:hover,
.list-group-item-warning.list-group-item-action:focus {
  color: #856404;
  background-color: #ffe8a1;
}

.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #856404;
  border-color: #856404;
}

.list-group-item-danger {
  color: #770b0b;
  background-color: #f8bebe;
}

.list-group-item-danger.list-group-item-action:hover,
.list-group-item-danger.list-group-item-action:focus {
  color: #770b0b;
  background-color: #f6a7a7;
}

.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #770b0b;
  border-color: #770b0b;
}

.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe;
}

.list-group-item-light.list-group-item-action:hover,
.list-group-item-light.list-group-item-action:focus {
  color: #818182;
  background-color: #ececf6;
}

.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #818182;
  border-color: #818182;
}

.list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca;
}

.list-group-item-dark.list-group-item-action:hover,
.list-group-item-dark.list-group-item-action:focus {
  color: #1b1e21;
  background-color: #b9bbbe;
}

.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #1b1e21;
  border-color: #1b1e21;
}

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  opacity: .75;
}

.close:not(:disabled):not(.disabled) {
  cursor: pointer;
}

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
}

.modal-open {
  overflow: hidden;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0;
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}

.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out, -o-transform 0.3s ease-out;
  -webkit-transform: translate(0, -25%);
       -o-transform: translate(0, -25%);
          transform: translate(0, -25%);
}

@media screen and (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

.modal.show .modal-dialog {
  -webkit-transform: translate(0, 0);
       -o-transform: translate(0, 0);
          transform: translate(0, 0);
}

.modal-dialog-centered {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: calc(100% - (0.5rem * 2));
}

.modal-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1rem;
  border-bottom: 1px solid #e9ecef;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}

.modal-header .close {
  padding: 1rem;
  margin: -1rem -1rem -1rem auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #e9ecef;
}

.modal-footer > :not(:first-child) {
  margin-left: .25rem;
}

.modal-footer > :not(:last-child) {
  margin-right: .25rem;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 768px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }

  .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }

  .modal-sm {
    max-width: 300px;
  }
}

@media (min-width: 1200px) {
  .modal-lg {
    max-width: 800px;
  }
}

.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.bg-primary {
  background-color: #0076b6 !important;
}

a.bg-primary:hover,
a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #005583 !important;
}

.bg-secondary {
  background-color: #6c757d !important;
}

a.bg-secondary:hover,
a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #545b62 !important;
}

.bg-success {
  background-color: #66b245 !important;
}

a.bg-success:hover,
a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #518d37 !important;
}

.bg-info {
  background-color: #17a2b8 !important;
}

a.bg-info:hover,
a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #117a8b !important;
}

.bg-warning {
  background-color: #ffc107 !important;
}

a.bg-warning:hover,
a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #d39e00 !important;
}

.bg-danger {
  background-color: #e51616 !important;
}

a.bg-danger:hover,
a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #b61212 !important;
}

.bg-light {
  background-color: #f8f9fa !important;
}

a.bg-light:hover,
a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #dae0e5 !important;
}

.bg-dark {
  background-color: #343a40 !important;
}

a.bg-dark:hover,
a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #1d2124 !important;
}

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

.bg-transparent {
  background-color: transparent !important;
}

.border {
  border: 1px solid #dee2e6 !important;
}

.border-top {
  border-top: 1px solid #dee2e6 !important;
}

.border-right {
  border-right: 1px solid #dee2e6 !important;
}

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

.border-left {
  border-left: 1px solid #dee2e6 !important;
}

.border-0 {
  border: 0 !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-right-0 {
  border-right: 0 !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-left-0 {
  border-left: 0 !important;
}

.border-primary {
  border-color: #0076b6 !important;
}

.border-secondary {
  border-color: #6c757d !important;
}

.border-success {
  border-color: #66b245 !important;
}

.border-info {
  border-color: #17a2b8 !important;
}

.border-warning {
  border-color: #ffc107 !important;
}

.border-danger {
  border-color: #e51616 !important;
}

.border-light {
  border-color: #f8f9fa !important;
}

.border-dark {
  border-color: #343a40 !important;
}

.border-white {
  border-color: #fff !important;
}

.rounded {
  border-radius: 0.25rem !important;
}

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

.clearfix::after,
.mainHeader_bottom::after,
.mainHeader_top::after,
.footerBar::after,
.contactBlock_infoRow::after,
.listItem_dates::after,
.postNavigation::after,
.stickyLinks_container::after {
  display: block;
  clear: both;
  content: "";
}

.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;
}

@media (min-width: 768px) {
  .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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

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

@media (min-width: 992px) {
  .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;
  }
}

@media (min-width: 1200px) {
  .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;
  }
}

@media print {
  .d-print-none {
    display: none !important;
  }

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

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

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

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

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

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

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

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

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.embed-responsive::before {
  display: block;
  content: "";
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-21by9::before {
  padding-top: 42.85714%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

.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;
}

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

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

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

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

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

.justify-content-start {
  -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;
}

@media (min-width: 768px) {
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 992px) {
  .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;
  }

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

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

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

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

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

  .justify-content-md-start {
    -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: 1200px) {
  .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;
  }

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

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

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

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

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

  .justify-content-lg-start {
    -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;
  }
}

.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-none {
  float: none !important;
}

@media (min-width: 768px) {
  .float-sm-left {
    float: left !important;
  }

  .float-sm-right {
    float: right !important;
  }

  .float-sm-none {
    float: none !important;
  }
}

@media (min-width: 992px) {
  .float-md-left {
    float: left !important;
  }

  .float-md-right {
    float: right !important;
  }

  .float-md-none {
    float: none !important;
  }
}

@media (min-width: 1200px) {
  .float-lg-left {
    float: left !important;
  }

  .float-lg-right {
    float: right !important;
  }

  .float-lg-none {
    float: none !important;
  }
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

@supports ((position: -webkit-sticky) or (position: sticky)) {
  .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

.sr-only,
.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.sr-only-focusable:active,
.screen-reader-text:active,
.sr-only-focusable:focus,
.screen-reader-text:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.shadow-sm {
  -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
          box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow {
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
          box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-lg {
  -webkit-box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
          box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 768px) {
  .m-sm-0 {
    margin: 0 !important;
  }

  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }

  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }

  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }

  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }

  .m-sm-1 {
    margin: 0.25rem !important;
  }

  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }

  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }

  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }

  .m-sm-2 {
    margin: 0.5rem !important;
  }

  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }

  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }

  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }

  .m-sm-3 {
    margin: 1rem !important;
  }

  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }

  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }

  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }

  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }

  .m-sm-4 {
    margin: 1.5rem !important;
  }

  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }

  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }

  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }

  .m-sm-5 {
    margin: 3rem !important;
  }

  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }

  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }

  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }

  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }

  .p-sm-0 {
    padding: 0 !important;
  }

  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }

  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }

  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }

  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }

  .p-sm-1 {
    padding: 0.25rem !important;
  }

  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }

  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }

  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }

  .p-sm-2 {
    padding: 0.5rem !important;
  }

  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }

  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }

  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }

  .p-sm-3 {
    padding: 1rem !important;
  }

  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }

  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }

  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }

  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }

  .p-sm-4 {
    padding: 1.5rem !important;
  }

  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }

  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }

  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }

  .p-sm-5 {
    padding: 3rem !important;
  }

  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }

  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }

  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }

  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }

  .m-sm-auto {
    margin: auto !important;
  }

  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }

  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }

  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }

  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 992px) {
  .m-md-0 {
    margin: 0 !important;
  }

  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }

  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }

  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }

  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }

  .m-md-1 {
    margin: 0.25rem !important;
  }

  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }

  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }

  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }

  .m-md-2 {
    margin: 0.5rem !important;
  }

  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }

  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }

  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }

  .m-md-3 {
    margin: 1rem !important;
  }

  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }

  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }

  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }

  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }

  .m-md-4 {
    margin: 1.5rem !important;
  }

  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }

  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }

  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }

  .m-md-5 {
    margin: 3rem !important;
  }

  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }

  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }

  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }

  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }

  .p-md-0 {
    padding: 0 !important;
  }

  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }

  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }

  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }

  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }

  .p-md-1 {
    padding: 0.25rem !important;
  }

  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }

  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }

  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }

  .p-md-2 {
    padding: 0.5rem !important;
  }

  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }

  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }

  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }

  .p-md-3 {
    padding: 1rem !important;
  }

  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }

  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }

  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }

  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }

  .p-md-4 {
    padding: 1.5rem !important;
  }

  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }

  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }

  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }

  .p-md-5 {
    padding: 3rem !important;
  }

  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }

  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }

  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }

  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }

  .m-md-auto {
    margin: auto !important;
  }

  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }

  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }

  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }

  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 1200px) {
  .m-lg-0 {
    margin: 0 !important;
  }

  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }

  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }

  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }

  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }

  .m-lg-1 {
    margin: 0.25rem !important;
  }

  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }

  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }

  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }

  .m-lg-2 {
    margin: 0.5rem !important;
  }

  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }

  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }

  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }

  .m-lg-3 {
    margin: 1rem !important;
  }

  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }

  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }

  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }

  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }

  .m-lg-4 {
    margin: 1.5rem !important;
  }

  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }

  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }

  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }

  .m-lg-5 {
    margin: 3rem !important;
  }

  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }

  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }

  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }

  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }

  .p-lg-0 {
    padding: 0 !important;
  }

  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }

  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }

  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }

  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }

  .p-lg-1 {
    padding: 0.25rem !important;
  }

  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }

  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }

  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }

  .p-lg-2 {
    padding: 0.5rem !important;
  }

  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }

  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }

  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }

  .p-lg-3 {
    padding: 1rem !important;
  }

  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }

  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }

  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }

  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }

  .p-lg-4 {
    padding: 1.5rem !important;
  }

  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }

  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }

  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }

  .p-lg-5 {
    padding: 3rem !important;
  }

  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }

  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }

  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }

  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }

  .m-lg-auto {
    margin: auto !important;
  }

  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }

  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }

  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }

  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

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

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

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

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

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

@media (min-width: 768px) {
  .text-sm-left {
    text-align: left !important;
  }

  .text-sm-right {
    text-align: right !important;
  }

  .text-sm-center {
    text-align: center !important;
  }
}

@media (min-width: 992px) {
  .text-md-left {
    text-align: left !important;
  }

  .text-md-right {
    text-align: right !important;
  }

  .text-md-center {
    text-align: center !important;
  }
}

@media (min-width: 1200px) {
  .text-lg-left {
    text-align: left !important;
  }

  .text-lg-right {
    text-align: right !important;
  }

  .text-lg-center {
    text-align: center !important;
  }
}

.text-lowercase {
  text-transform: lowercase !important;
}

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

.text-capitalize {
  text-transform: capitalize !important;
}

.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.font-italic {
  font-style: italic !important;
}

.text-white {
  color: #fff !important;
}

.text-primary {
  color: #0076b6 !important;
}

a.text-primary:hover,
a.text-primary:focus {
  color: #005583 !important;
}

.text-secondary {
  color: #6c757d !important;
}

a.text-secondary:hover,
a.text-secondary:focus {
  color: #545b62 !important;
}

.text-success {
  color: #66b245 !important;
}

a.text-success:hover,
a.text-success:focus {
  color: #518d37 !important;
}

.text-info {
  color: #17a2b8 !important;
}

a.text-info:hover,
a.text-info:focus {
  color: #117a8b !important;
}

.text-warning {
  color: #ffc107 !important;
}

a.text-warning:hover,
a.text-warning:focus {
  color: #d39e00 !important;
}

.text-danger {
  color: #e51616 !important;
}

a.text-danger:hover,
a.text-danger:focus {
  color: #b61212 !important;
}

.text-light {
  color: #f8f9fa !important;
}

a.text-light:hover,
a.text-light:focus {
  color: #dae0e5 !important;
}

.text-dark {
  color: #343a40 !important;
}

a.text-dark:hover,
a.text-dark:focus {
  color: #1d2124 !important;
}

.text-body {
  color: #212529 !important;
}

.text-muted {
  color: #6c757d !important;
}

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
  }

  a:not(.btn) {
    text-decoration: underline;
  }

  abbr[title]::after {
    content: " (" attr(title) ")";
  }

  pre {
    white-space: pre-wrap !important;
  }

  pre,
  blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }

@page {
    size: a3;
}

  body {
    min-width: 1200px !important;
  }

  .container,
  .intro_container,
  .publicationIntro_container,
  .textBlock_content,
  .trustElements_content,
  .buyBlock_content,
  .buyBlockV2_content,
  .gridContent_container,
  .peopleBlock_content,
  .postNavigation_content,
  .postsList_container,
  .postsList_pagination,
  .featuredPost_container,
  .subMenuBar_container,
  .stickyLinks_container,
  .graphicsBlock_content {
    min-width: 1200px !important;
  }

  .navbar {
    display: none;
  }

  .badge {
    border: 1px solid #000;
  }

  .table {
    border-collapse: collapse !important;
  }

  .table td,
  .table th {
    background-color: #fff !important;
  }

  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6 !important;
  }

  .table-dark {
    color: inherit;
  }

  .table-dark th,
  .table-dark td,
  .table-dark thead th,
  .table-dark tbody + tbody {
    border-color: #dee2e6;
  }

  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6;
  }
}

/* Slider */

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

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

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

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

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -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.dragging img {
  pointer-events: none;
}

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

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

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

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

/**
 * Import npm dependencies
 *
 * Prefix your imports with `~` to grab from node_modules/
 * @see https://github.com/webpack-contrib/sass-loader#imports
 */

/** Import theme styles */

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
}

.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/**
 * WordPress Generated Classes
 * @see http://codex.wordpress.org/CSS#WordPress_Generated_Classes
 */

/** Media alignment */

.alignnone {
  margin-left: 0;
  margin-right: 0;
  max-width: 100%;
  height: auto;
}

.aligncenter {
  display: block;
  margin: 0.5rem auto;
  height: auto;
}

.alignleft,
.alignright {
  margin-bottom: 0.5rem;
  height: auto;
}

@media (min-width: 768px) {
  .alignleft {
    float: left;
    margin-right: 0.5rem;
  }

  .alignright {
    float: right;
    margin-left: 0.5rem;
  }
}

/** Captions */

/** Text meant only for screen readers */

/*@import "legacy-bootstrap.min";*/

/* stylelint-disable */

/*
 * Used fonts:
 * font-family: 'Open Sans Condensed', Arial, sans-serif;
*/

/* => Globals */

/* ------------------------------------------------------------------------------*/

body {
  font: 16px/1.75 'Lato', sans-serif;
  color: #1f1f1f;
}

a {
  color: #0076B6;
  text-decoration: none;
}

a:hover {
  color: #08aaff;
  text-decoration: underline;
}

a:focus {
  text-decoration: none;
}

h1 {
  font-weight: 400;
  font-size: 36px;
  margin: 20px 0 32px;
}

.home h1 {
  font-weight: 300;
  text-transform: uppercase;
  color: #434345;
}

h2 {
  font-weight: 400;
  font-size: 25px;
  margin: 0 0 13px;
  line-height: 1.2;
}

h3 {
  font-weight: 400;
  font-size: 20px;
  margin: 23px 0 5px;
}

ul,
ol {
  margin: 0 0 2em 1.47em;
}

ul {
  list-style-type: disc;
}

ol {
  list-style-type: decimal;
}

li {
  margin-bottom: .3em;
}

p {
  margin-bottom: 1.47em;
}

.by {
  position: absolute;
  right: 30px;
  bottom: -10px;
}

.by a {
  display: block;
  width: 24px;
  height: 11px;
  background: url("/images/okia.gif") no-repeat;
  text-indent: -999px;
  font-size: 0;
}

.pull-left {
  float: left;
}

.pull-right {
  float: right;
}

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

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

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

p.back {
  margin-bottom: 1em;
}

.back-url {
  font-size: 12px;
}

.alignright {
  float: right;
  margin: 0 0 1em 1em;
}

.alignleft {
  float: left;
  margin: 0 1em 1em 0;
}

img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.sep {
  position: relative;
  display: inline-block;
  top: -3px;
  padding: 0 8px;
  font-size: 14px;
  color: #aaa;
  vertical-align: middle;
}

.vertical-align {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
     transform: translateY(-50%);
}

/* => Badget, Labels, Alerts */

/* ------------------------------------------------------------------------------*/

.badget {
  display: inline-block;
  padding: 8px 0;
  width: 35px;
  background-color: #42a2e5;
  border-radius: 50%;
  text-align: center;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
}

.label {
  display: inline-block;
  padding: 8px 15px;
  background-color: #42a2e5;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
}

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
  font-size: 14px;
}

.alert h4 {
  margin-top: 0;
  color: inherit;
}

.alert .alert-link {
  font-weight: bold;
}

.alert > p,
.alert > ul {
  margin-bottom: 0;
}

.alert > p + p {
  margin-top: 5px;
}

.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}

.alert-error {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

/* => Tabs component */

/* ------------------------------------------------------------------------------*/

.nav-tabs .item,
.nav-tabs a {
  float: left;
}

.list.nav-tabs .item {
  position: relative;
  border: 1px solid #45a5e6;
}

.list.nav-tabs .item + .item {
  margin-left: -1px;
}

.nav-tabs a {
  padding: 15px 30px;
  background-color: #5ab4f4;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
}

.list.nav-tabs .active {
  padding-bottom: 1px;
  margin-bottom: -1px;
  background-color: #3497db;
  border: 1px solid;
  border-color: #3497db;
}

.nav-tabs .active a {
  position: relative;
  background-color: #3497db;
}

.tab-pane {
  display: none;
  padding: 30px;
  border: 1px solid #227cba;
  background-color: #3497db;
  color: #fff;
}

.tab-pane.active {
  display: block;
}

/* => BS DropDown component */

/* ------------------------------------------------------------------------------*/

.dropdown-menu_helper {
  display: none;
  position: absolute;
  left: 0;
  width: 100%;
  top: 49px;
  background-color: #434345;
  overflow: auto;
  z-index: 10;
}

.dropdown-toggle {
  position: relative;
  margin: 0;
  padding: 0;
  border: 1px solid #0080c4;
  background: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  font-weight: bold;
  color: #fff;
  z-index: 0;
  width: 34px;
  height: 34px;
}

.open > .dropdown-toggle {
  z-index: 2;
}

.open > .dropdown-menu_helper {
  display: block;
}

.dropdown-menu {
  position: relative;
  background-color: #fff;
  z-index: 2;
}

/* Dropdown Close btn interaction */

.dropdown-toggle:before,
.dropdown-toggle:after {
  display: block;
  position: absolute;
  left: 11px;
  width: 10px;
  height: 1px;
  background-color: #0080c4;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  content: '\AD';
  -webkit-transform-origin: 50% 50% 0;
  -o-transform-origin: 50% 50% 0;
     transform-origin: 50% 50% 0;
}

.dropdown-toggle:before {
  top: 13px;
}

.dropdown-toggle:after {
  top: 18px;
}

.open .dropdown-toggle:before,
.open .dropdown-toggle:after {
  border-radius: 2px;
}

.open .dropdown-toggle:before {
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
     transform: rotate(-45deg);
  -webkit-transform-origin: 2px 0 0;
  -o-transform-origin: 9px 0px 0;
     transform-origin: 9px 0px 0;
}

.open .dropdown-toggle:after {
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
     transform: rotate(45deg);
  -webkit-transform-origin: 2px 0 0;
  -o-transform-origin: 8px 0px 0;
     transform-origin: 8px 0px 0;
}

.dropdown-menu_helper .dropdown_content {
  background-color: #324f5f;
  padding: 30px;
}

.dropdown-menu_helper .dropdown_content.alt {
  background-color: #434345;
}

.mainnav-section_mobile li {
  line-height: 3;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
}

.dropdown-menu_helper a {
  color: #fff;
}

/* => Lists */

/* ------------------------------------------------------------------------------*/

.list,
.list .item,
.sub-menu,
.menu,
.menu-item,
.wp-paginate,
.wp-paginate li {
  margin: 0;
  padding: 0;
  background: none;
  list-style-type: none;
}

.menu {
  line-height: 1;
}

/* Posts list - Topics, Home bottom projects & testimonials */

.list-posts_item {
  margin-bottom: 33px;
}

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

.list-posts_content {
  overflow: auto;
}

.list-posts_link {
  display: block;
  color: #1f1f1f;
  -webkit-transition: all .20s ease-in-out;
  -o-transition: all .20s ease-in-out;
  transition: all .20s ease-in-out;
}

.list-posts_link:hover,
.list-posts_link:visited {
  text-decoration: none;
  color: #1f1f1f;
}

.list-posts_title {
  color: #0076B6;
  -webkit-transition: all .20s ease-in-out;
  -o-transition: all .20s ease-in-out;
  transition: all .20s ease-in-out;
}

.list-posts_link:hover .list-posts_title {
  color: #81BC5E;
}

.list-posts_link:hover .read-more {
  color: #81BC5E;
  border-color: #81BC5E;
}

/* => Table */

/* ------------------------------------------------------------------------------*/

table {
  width: 100%;
  margin-bottom: 2.2em;
}

td,
th {
  padding: 10px 10px 10px 0;
  text-align: left;
  vertical-align: top;
}

thead th,
thead td {
  background-color: #0076B6;
  color: #fff;
  font-size: 18px;
  border: 0;
}

/* => Gallery component */

/* ------------------------------------------------------------------------------*/

.gallery-article {
  min-width: 100%;
  overflow: hidden;
}

.gallery-list {
  width: 103%;
  margin: 0;
}

.gallery-list .gallery-item {
  float: left;
  width: 130px;
  height: 130px;
  margin: 0 8px 8px 0;
  border: 2px solid transparent;
  overflow: hidden;
}

.gallery-list .gallery-item:hover {
  border-color: #5b8e02;
}

.gallery-list .gallery-icon {
  position: relative;
  width: 130px;
  height: 130px;
  background-color: #f2f2f2;
  overflow: hidden;
}

/* => Animations */

/* ------------------------------------------------------------------------------*/

.form-control,
.btn,
.gallery-list .gallery-item,
.read-more,
.customSelect,
.customSelectInner:after,
.form-control {
  -webkit-transition: all .15s ease-in-out;
  -o-transition: all .15s ease-in-out;
  transition: all .15s ease-in-out;
}

.pagination a,
.pagination span,
.social-link {
  -webkit-transition: background-color .20s ease-in-out, color .20s ease-in-out;
  -o-transition: background-color .20s ease-in-out, color .20s ease-in-out;
  transition: background-color .20s ease-in-out, color .20s ease-in-out;
}

.main-header a,
.owl-buttons div {
  -webkit-transition: all .15s ease-in-out;
  -o-transition: all .15s ease-in-out;
  transition: all .15s ease-in-out;
}

/* => Buttons */

/* ------------------------------------------------------------------------------*/

.btn {
  display: inline-block;
  border: none;
  white-space: nowrap;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 1;
  -webkit-appearance: none;
  color: #fff;
  border-radius: 3px;
  background-color: #66B245;
  text-transform: uppercase;
  padding: 15px 35px 14px;
  font-size: 16px;
}

.btn:hover {
  background: #fff;
  color: #66B245;
}

.btn_filter {
  padding: 24px 30px 25px;
  width: 100%;
  background-color: #fff;
  color: #dd4b4b;
  font-weight: bold;
  letter-spacing: 0.1em;
}

.btn_filter:hover {
  color: #fff;
  background-color: #dd4b4b;
}

.read-more {
  padding-top: 21px;
  border-top: 1px solid #0076B6;
  display: block;
  font-size: 14px;
  color: #0076B6;
  text-transform: uppercase;
}

.read-more:hover {
  color: #81bc5e;
  border-color: #81bc5e;
}

.read-more:hover {
  text-decoration: none;
}

/* => Form Elements */

/* ------------------------------------------------------------------------------*/

form.visual-form-builder {
  margin: 0;
}

.visual-form-builder fieldset {
  border: 0;
  background-color: transparent;
  margin: 0;
  border-radius: 0;
}

.visual-form-builder ul,
.entry-content .visual-form-builder ul,
.comment-content .visual-form-builder ul,
.mu_register .visual-form-builder ul {
  margin: 0;
  font-size: 16px;
}

form.visual-form-builder li {
  padding: 0;
  margin-bottom: 20px;
}

form.visual-form-builder li.vfb-item-submit {
  padding-top: 7px;
  margin-bottom: 0;
}

.visual-form-builder label,
label.vfb-desc {
  color: #434345;
  font-weight: 400;
  padding: 0;
}

input.vfb-text,
input[type="text"].vfb-text,
input[type="tel"].vfb-text,
input[type="email"].vfb-text,
input[type="url"].vfb-text,
textarea.vfb-textarea,
select.vfb-select,
.form-control {
  display: block;
  width: 100%;
  padding: 2px 0;
  margin: 0;
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-bottom: 1px solid #434345;
  border-radius: 0;
  background: transparent;
}

input.vfb-text:focus {
  outline: none;
}

textarea.form-control {
  resize: vertical;
  height: auto;
}

input.form-control:hover {
  border-color: #aaa;
}

input.form-control:focus {
  border-color: #888;
}

.form-group + .form-group {
  margin-top: 15px;
}

.visual-form-builder .vfb-legend {
  padding: 0;
  margin: 0;
  border: 0;
}

.visual-form-builder .vfb-legend h3 {
  color: #434345;
  margin: 14px 0 12px;
}

.vfb-section {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.visual-form-builder-container {
  position: relative;
}

.vfb-submit,
input[type="submit"].vfb-submit {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  background: #66B245;
  padding: 10px 0 9px;
  border: 0;
  width: 100%;
  display: block;
  border-radius: 3px;
  margin: 0;
}

/* => Sidebar */

/* ------------------------------------------------------------------------------*/

.main-sidebar-section {
  font-size: 18px;
  line-height: 1.67;
  word-break: break-word;
}

@media (min-width: 992px) {
  .main-sidebar-section {
    margin: -314px 0 0;
  }
}

.main-sidebar-section.normal {
  margin-top: 0;
}

.main-sidebar-section .inner {
  padding: 37px 47px 56px;
}

.main-sidebar-section h3 {
  margin: 23px 0 5px;
  font-size: 20px;
  font-weight: 400;
  color: #0076B6;
}

.mainnav-submenu-section,
.project-side-meta {
  background-color: #F3F7F9;
}

.mainnav-submenu-section a {
  color: #434345;
  text-decoration: underline;
}

.mainnav-submenu-section a:hover {
  color: #000;
}

.team-widget {
  background-color: #434345;
  color: #fff;
  font-size: 16px;
}

.team-widget h4 {
  font-size: 20px;
  margin: 19px 0;
}

.team-widget li {
  margin-bottom: 12px;
}

.team-widget a {
  color: #f3f7f9;
}

.team-widget img {
  max-width: 48px;
  margin-right: 18px;
  height: auto;
  border-radius: 50%;
}

.main-sidebar-section .sidebar-sponsors-wrap {
  padding: 23px 47px 56px;
}

.sponsors-list {
  padding-top: 5px;
}

.sponsors-list_item {
  margin-top: 17px;
}

.sponsors-list_item a {
  text-decoration: none;
}

.sponsors-list_item img {
  width: 100%;
  height: auto;
}

.sponsors-list_name {
  display: block;
  margin-top: 3px;
}

.mainnav-submenu-section {
  font-size: 20px;
  line-height: 2.25;
}

.mainnav-submenu-section a {
  text-decoration: none;
  color: #434345;
}

.mainnav-submenu-section .current-menu-item > a {
  color: #0076B6;
}

.mainnav-submenu-section ul ul {
  margin-left: 20px;
  font-size: 90%;
}

.project-side-meta a {
  color: #434345;
  text-decoration: underline;
}

/* => Header */

/* ------------------------------------------------------------------------------*/

.main-header_helper {
  padding: 21px 0;
}

.main-logo {
  float: left;
  margin: 0 0 0 5px;
  line-height: 1;
  font-size: 16px;
}

.main-header-lang-switch {
  margin: 0 0 10px;
  line-height: 30px;
}

.main-header-lang-switch li {
  display: inline-block;
  margin-bottom: 0;
  margin-right: 10px;
}

@media (min-width: 992px) {
  .main-header-lang-switch {
    margin: 16px 10px 0 33px;
    padding-left: 26px;
    line-height: 30px;
    float: left;
    border-left: 1px solid #0080c4;
  }

  .main-header-lang-switch a {
    color: #434345;
  }

  .main-header-lang-switch .current-lang {
    color: #66B245;
  }
}

.main-header_nav {
  background-color: #434345;
  height: 60px;
}

.main-header_nav .btn {
  float: right;
  margin-top: 8px;
}

/* Header Top navigation */

.topnav-section {
  float: right;
  margin-top: 21px;
}

.topnav-section .menu-item {
  font-size: 16px;
  margin-left: 25px;
  display: inline-block;
}

.topnav-section a {
  color: #434345;
}

.topnav-section a:hover,
.mainnav-section .menu-item a:hover {
  color: #66B245;
  text-decoration: none;
}

.topnav-section .current-menu-item > a,
.topnav-section .current-menu-parent > a,
.topnav-section .current-menu-ancestor > a,
.topnav-section .current-page-ancestor > a {
  color: #66B245;
}

.topnav-logo {
  display: block;
  float: right;
}

.topnav-logo_ncsi {
  margin-right: 29px;
}

/* Header Search */

@media (min-width: 992px) {
  .main-header-searchform {
    float: right;
    margin: 16px 4px 0 26px;
  }
}

.main-header-searchform-field {
  float: left;
  padding: 0;
  border: 0;
  background-color: transparent;
  height: 26px;
  outline: none;
  color: #434345;
  line-height: 26px;
  width: 135px;
}

::-webkit-input-placeholder {
  color: #434345;
}

:-moz-placeholder {
  color: #434345;
}

::-moz-placeholder {
  color: #434345;
}

:-ms-input-placeholder {
  color: #434345;
}

.main-header-searchform-btn {
  width: 32px;
  height: 26px;
  padding: 0;
  border: 0;
  outline: none;
  float: right;
  display: block;
  background: url("/images/sprite.svg") 50% -195px no-repeat;
  background-size: 32px 497px;
}

.main-header-searchform-btn:hover {
  opacity: .5;
}

/* Header Main navigation */

.mainnav-section {
  float: left;
}

.mainnav-section .menu {
  margin-top: 16px;
}

.mainnav-section .menu-item {
  text-transform: uppercase;
  display: inline-block;
  font-weight: 600;
  border-right: 1px solid #465b66;
  letter-spacing: 0.1em;
}

.mainnav-section .menu-item:last-child {
  border-right: 0;
}

.mainnav-section .menu-item a {
  color: #fff;
  text-decoration: none;
  display: block;
  padding: 6px 6px 8px;
  font-size: 15px;
}

@media (min-width: 992px) {
  .mainnav-section .menu-item a {
    padding: 6px 6px 8px;
  }
}

@media (min-width: 1200px) {
  .mainnav-section .menu-item a {
    padding: 6px 16px 8px;
  }
}

.mainnav-section .menu-item:first-child a {
  padding-left: 0;
}

.single-oi_project .menu-item.projectslist > a,
.single-oi_event .menu-item.eventslist > a,
.single-oi_publication .menu-item.publicationslist > a,
.mainnav-section .current-menu-item > a,
.mainnav-section .current-menu-parent > a,
.mainnav-section .current_page_parent > a,
.mainnav-section .current-menu-ancestor > a,
.mainnav-section .current-page-ancestor > a {
  color: #66B245;
}

/* Header mobile */

.mobile-mainnav_section {
  float: right;
  line-height: 1;
}

/* => Main Content Section */

/* ------------------------------------------------------------------------------*/

.page-header {
  border: 0;
  margin: 0;
  padding: 64px 0 65px;
  background-color: #0076B6;
  border-bottom: 0;
  color: #fff;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.main-title {
  margin: 0;
  font-size: 36px;
  font-weight: 400;
  color: #fff;
}

.page-header_large {
  overflow: hidden;
  background-color: #e4e5e6;
  background-position: 50% 0;
  background-repeat: no-repeat;
}

.page-header_large .row > div,
.page-header_large .featuredPost_content > div,
.page-header_large .filters_content > div {
  height: 384px;
  position: relative;
}

.page-header_large .main-title {
  color: #434345;
  position: absolute;
  bottom: 0;
  left: 0;
  right: -15px;
  background-color: rgba(255, 255, 255, 0.6);
  margin: 0;
  line-height: 1.25;
  padding: 42px 15px 48px 12px;
  width: 100%;
}

.page-header_large .main-title:after,
.page-header_large .main-title:before {
  content: '';
  background-color: rgba(255, 255, 255, 0.6);
  position: absolute;
  left: -132px;
  width: 132px;
  top: 0;
  bottom: 0;
}

.page-header_large .main-title:before {
  left: auto;
  right: -132px;
}

.page-header_large .event-date {
  margin: 0;
  color: #434345;
  position: absolute;
  bottom: 10px;
  left: 15px;
}

.page-content {
  padding-top: 81px;
  padding-bottom: 82px;
}

.page-template-page-topics_list .main-content-section {
  padding: 65px 0 10px;
}

.single-post .page-content {
  font-size: 18px;
  line-height: 1.945;
}

/* => Bootstrap*/

/* ------------------------------------------------------------------------------*/

/* Panel */

.panel-group {
  margin: 0;
}

.panel-group .panel {
  border-radius: 0;
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  margin-bottom: 44px;
}

.panel .panel-heading {
  background-color: transparent;
  border-radius: 0;
  padding: 0;
}

.panel-heading .panel-title {
  font-size: 25px;
  line-height: 1.2;
  font-weight: 400;
}

.panel-heading a {
  padding: 5px 0;
  color: #0076B6;
  text-decoration: none;
  display: block;
  position: relative;
  border-bottom: 1px solid #0076B6;
}

.panel-heading a:hover {
  outline: 0;
  text-decoration: none;
}

.panel-heading a:after {
  content: '';
  right: 0;
  bottom: 0;
  position: absolute;
  width: 43px;
  height: 43px;
  background: #0076B6 url(/wp-content/themes/theme-ega/dist/images/gfx/sprite.svg) 0 -331px no-repeat;
  background-size: 32px 497px;
}

.no-svg .panel-heading a:after {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAHxCAYAAAAMb77KAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAADfxJREFUeNrsXb1y47oVBnXdX+4DZELPpEgXbZsZz9JVyuV2SbXSE9h+AtNPIN8nkFymsrbKpJI8nkkrvcAdcec2SWVtdzuHEA6sIwggARAk7d1zZmTrl+cDzv8BSDLWM0Xad/PHYfl3Uj7SQHyW5eOK5Wdr9YOB4QchmTM41kT3wUnFDzhxxDcl8rkX2/wxK/9el4+haUCDmkP4M98B2P32puorJxYHUEcVl3835SNWPtmW339nkL+RBq2reX629Z8B8wHfhcI36NsPEAACQAAIAAEgAASAAJx4/zJ/zCHjlclr3t0MiMT0Gr1z/YPpgEhMbw7qh8C14TM8+9SoMNlXR/cAPHKdgWs4gJ+e7Esz+V5iOwOLwMWpqJDys3PbGbiqK6m8ynMiotdIEZgdb6FkHfOe86ZVVDIflS+mPU3AmIfjicZm26QEHpwmHIDa6ymY6Oltg7MWrhnPdjzQjJyLZAExPyTzEQQlftztsSsWfvoWXg2DghDZ0xTN8Lk+FuRn3F+PFRBJQ+ZTFBF54/M9btkONMnGTAGxAjP1Ccf3IFJhdnzkim4NDBnPDKZpCzJbOIEQolsg3zIrj/lJp9iDirRrqQGRWjBPgPkQZcxjv5xQyOocFEeCGFUwFyLbMx/Xpev1SakAgZ3TVAtCzM4C+ZUliLJBViwUaYoUCYO4VGx8oTi1tHx/VWfKAwtFwlp8Cv93bnSn5fnjBNn4dmdmx6YcuwEQssSKJLW42P3nrwVxLb9ENn66E5mDKQ8smB9rsXg9htmQCeehjQsQ72FWEpMpRy9FCC8a9sEiRlo8a+gJh0g/thDoZpJvhKqgG+Qyt8B8HigWxEezCrwwAIaYn+uW2AKAuFcLHh0APuVfW0xILrC5nkAIvkRfGHWYkt1GyJF87jgfvGus4EREREThyvNmoTbTNqVEVl1LJ56MY8gbqnoKVgB8e8XXoRoaA8/RX4bSAR8RDCum/MG1yXESaCBrXRu2TR1gmjSO9QmgAz9wuEZUR9ZrSG3NwLZvEazfjA64mOEM7FvuNVRHfOUzA+7BaN+IUIPP+Zs0QwJAAAgAAfDJiLaalGvNiIiIiHrpD9T3C2r7BJFygMyrRS+W6ni/INV8WjCxIWoNAEWzWqy8IADiIBsmlmfGjqNWF6yYAUgCz1+Wb3EwkuhHsFJmSxML5gwxv2ViRS1TASTo+QiW3BKL0aeOAuPNjY9S1ANlitRGxGZXlJqX3XzaNLOdTmjCsUlbr3eKkz9yxHe23S8jc0W/VCvQrZLq8gGuQLwd88FRBEdl+4lSct3B1Fct1cfANA3hOlQrWNQwbzUnXHbAb1nnCTeKOYYliy2dn1iDjlcNzevT8sMdE6HpzqUuuAucahemIHdiCBoXlv7dlhw2sYg9AFdBZV/hPav2EYVQyHXV6OszIhGEsl30cg88VtsAbIrTxIP5mlnuQYhQNpQoofiDZ7idM7H7wkp82Ao+s2Z7Bwom9oc45ZSRJrm8gJEnDiP+4rsXIKpJt4YGICInaJacEBEREb3mBsVhhbTfA9hyXSCZXypBKWaGC1i0A0CfC8ZdAth2qQMDQ/2+ts1q21HCfbUsc/qiewDe9d/BBvha8JHhAOalWf0+ghsQ20STwCyZ4To0tlmxDfG0/d6QPYkBWe+s9qO6pobc0tsaAGzChbG+0MxCSACz3bVo8rPTCrPN2gKwPGi/ibix9nVEPvSgee9LlwCCumICQAAIABERlWa6BHO96/uJhCIOmSnXX4Pi8JS/e3idduUH7l6Szn03ladd825EIMQg15HkCWpi8VGIJ2UOW/l9Aah1wHsAhLPc291J0+K8NVFD4OcNXfEtKljXUGBcwOsryIIv29IBuYKy1uZ5+dktMyxGUTT8QQCINaU/HtWBDtct8D3DQrrhFZhkgWpD7q6fQgNYK4y5+eHzUqVnHIOJPijff2vRUJyD+pGFa89tmWFdSdeiuWftXZVlLndQ6a1A+P02LwmTAQ+jEspTf3VX2TLtmLlhbrtpOI/c5AeSl4aDmK6c7c+sKAyxIjf0B5ixVWNhhgtgeg7Z0HVbMnHxhFdsfwWVK3a4x0CCPUWhm/uGd7Bx5SoEALxSumaHPSC5pS9j+6szcKZTsSnuDOcUrQSjGP3/BrpRAKCh4k2DxALLYHVWm/K1DOBxoYip83xAZs4PofOBrSFa8v8/w+hlmN6Cr4ibiiBF5pYqShWz/YW0Jy9VlWjbMtX9moPRYSCS2XDC7HdTFMp3C433OwhIqgh+UUaVMrfddYnmdVLB42gzG5/itnbUbZnY4Ly0K81sLn7k5hOWjOjttWg0dPrXvw2RU1lv/vPvbesASqYp2++w0tk+r5BvfcBENYwTdnzewBqZKZ6N3dVbSxC3QQDAVMvzBgpIPufqKMvvZTA7EuSs/M64EYDyoPg2EbvteXXTW/5mxPYXx+IzkdsA+En35rs//Olf5b8/w2j+sf3t199r3dxvv67L330FPUnL5w/le7W14cCgcCmT+wMdqAQ7QzWFVSY9MBQOchp9TEwmoCkosTOAFI3GmQD0HB/LFUDCmu+0/2IIz9UAbKbMM2WzA1BOX+cdjUFNoeFLwyYAuPyHDcXxAR3LGcCdix0b4gd3RkUpUncAYH5cF0YQD1zpvqLJYa0DMpgsXECU352C/Ne2fuQng18vwK//nT/K5//jvr5q2svv4Jriv+Xrf9rEkLp8YMT2Z9MVkNOvFaf1ge3XlNbICnY77OvceWSpVNeseuM7Z/ILD8EQyhe2ICJH7dZVSktV211ARG15OFsQrQGwBdEqABsQra+YALNzYD5kLe5PtVVkojdanD4/P8vzyqta89wh8ZbcPIqiMGfrlYyz8rF6dqcF/20TxgkcpCnxYyROIgDkU6a7haDI+R/Y8QKGjIyZ4XfjUixzm5GPNKPY8PcdZm8Ev1FpZCNvlSblI/YQYQy/VSmrkvmTE2L72cD0pNUJjcKNQtm6BsSibuqDn1GhEUdmGv2mSubIJ6xcdAN0YnM0C9zDuUy98l1XEKoohvzNHCuIxUFWGqUaOoDAip6r0z+1nMqFLwjO40AMvpqvHEiCSF3FoAJIHTV76urtOI8qAEMP88pVBC4ABoEbE8500tC56K7aMXY9SO9K2LsZ9u6I+nXFmlF1G4xeRTjuPSF5FSlZ70lpX2n56ytMui7NbIvTRVvFae/l+es/y4b6A9QfoP4A9QcsZf2SprXeH6hgblOWNe8P4NigUdpV6/2BCuYLG9E17g9Adasyn/pahFN/wOAlp47W4N8f0DDPPczxdfUHXBMStfa/dhVB4/5AG0rYuxn27oj6dcWu/YHgwYj6A9QfoP4A9Qf67g8QEREREREREb1dUlL4kUOmnYUCMLXpL6ktGZ+2jm0Rc7SMbyjhs5BiGJlAGJiP2tCFXFf7aZjnbSrktKZGmHZhFdPemFf0GBZd+4bYd4sHEREREREREREREREREREREVEQ6r1F02uTqtc2Xa+Nyl5btb02q3tv17+2BYuRg6gy8phERERERERE300VlFacDGuddp14Mudp1X2IgfiedxzsBIiBx+h56p2EAuAjAl3Fy3fPn0ZRtO1KBCqtfZiHBOBNLrvrefHxGUQw1IgA76a/K2dkFloHuOKlFXqBP3voWwTLN6MDJx6j4rcRU4vRgh3eYq5oOwY8h2pG0a3lCAABIAAEgIiIiOi76heMNP2CjdorgBW1S9NBNp7XKq1bN1zB8t7KuMSDsl3Xa05OHM/InsIa81ANRikqs1bGaVKmk7nf75r/ZqM72KXrieuGSwXU0cEM4xnQnSvOZ2UD0zY0jMapj1A+3uPz0l8AlG8uK0qqEYhlAzLPfJS1pC8ln8K17ApJuTEjgg8nBlF0Uh0XzOE+RL69JGOLBvZ7yJuptUWnqg5gJdzdDqbN0VcqoINb9aVLW9eagN9+Csj8yXpLT0ummLtGt/uAzDfOG5oMl4X2JX/TNiQZLjQKken4XhJm1JRx5mmST87MYb/PPYy0yZT7X/imof0vXC+8fxQL1Oln4qI3Q6a/CZK87Tjvii+tXCwRERHRW6v1UxQbvK5N15R5sEWpOjLebNfivdYAdEqmO73avNeZEubf9ZUUIkPfR83pCrkfADKfVCOiNfSLPkISI/cUWO8lsDJD3e2DwFesatp0cZtWcFnTW+CfXfdthpe6jDkkAC7vT0zc0dNktmlVi6YJ7W4lKrfylCPlYFaaNl5rMzDD+4jguZXzCgXgm+a9r282FhAAAvBjAdB5Ql7r32jec82Y+s+siIhCpOdPuOuJOqZ5VwByZblVUtIVgAS1X7O+rjc3Ran1M3TQE3Rl9g06zzRH4spDdcuH6h0eNKA28P7LDNnOVm0sgHVeud43w8ll+dl7eM9bJ2yD0bZp7kfhuE0AP/cBQFZA3CNmSEd25ZfLye6+AOQa8zVYwBW8voX/1ic3R7a+gIlVk0KujkC9P8TvBemQ4EZF0FaM2CJiNdos8MI1Xs6rvYNH23tIjs7SV5XwogPTv6iaAeMdeQzNqeeqz0xUa4aySw7PRxDVPnfpCVPU9Urg9RIVLDhCMhQpbxVnxf3DuKogcXFEvOEoc8Er5Hw4zQHoHQrZY6ioYmheWZdmPpTBLGUyPPPbxkh5l89vy6fLNrtkJrrxKU5D0hJ51bgPAM1zwkBxIFJCttcMxMgCVJqDxvP/U+k/wBJiFE1rARQow43hIB/gtdxV+Rm+V6Ck5DPI+y8oF5iASX5TRFHYlGKdbmpUQdy3yPwoVfu/AAMAEGjBjjhldiMAAAAASUVORK5CYII=);
}

.panel-heading .collapsed:after {
  background-position: 0 -288px;
}

.panel .panel-body {
  border: 0;
  padding: 0;
  font-size: 18px;
  line-height: 1.945;
}

.panel-group .panel-heading + .panel-collapse > .panel-body {
  border-top: 0;
  padding: 35px 0 0;
}

.panel-body p {
  margin-bottom: 35px;
}

.panel-body p:last-child {
  margin-bottom: 0;
}

/* => Homepage */

/* ------------------------------------------------------------------------------*/

.section {
  padding: 66px 0 36px;
}

.hero-map-wrapper .marker p {
  margin: 0;
}

.hero-map-wrapper .markerdata {
  margin: 0;
}

.hero-map-wrapper .markerdata th,
.hero-map-wrapper .markerdata td {
  padding: 0;
}

.hero-carousel {
  height: 691px;
  margin-bottom: 63px;
}

.hero-carousel .item {
  height: 100%;
  background-color: #f4f4f4;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.hero-carousel .container,
.hero-carousel .intro_container,
.hero-carousel .publicationIntro_container,
.hero-carousel .textBlock_content,
.hero-carousel .trustElements_content,
.hero-carousel .buyBlock_content,
.hero-carousel .buyBlockV2_content,
.hero-carousel .gridContent_container,
.hero-carousel .peopleBlock_content,
.hero-carousel .postNavigation_content,
.hero-carousel .postsList_container,
.hero-carousel .postsList_pagination,
.hero-carousel .featuredPost_container,
.hero-carousel .subMenuBar_container,
.hero-carousel .stickyLinks_container,
.hero-carousel .graphicsBlock_content,
.hero-carousel .row,
.hero-carousel .featuredPost_content,
.hero-carousel .filters_content,
.hero-carousel .col-md-4 {
  height: 100%;
}

.csstransforms .hero-carousel .col-md-4 {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.csstransforms .hero-carousel .hero-map_cta {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
     transform: translateY(-50%);
}

.hero-carousel .owl-controls {
  height: 92px;
  bottom: -92px;
}

.hero-carousel .owl-pagination {
  max-width: 1200px;
  text-align: center;
  margin: 0 auto;
}

.hero-carousel .owl-page {
  height: 92px;
  position: relative;
  display: inline-block;
  vertical-align: top;
  color: #343434;
  font-size: 16px;
  padding: 42px 16px 0;
  background: url("/images/hero-carousel-btn.svg") 50% -20px no-repeat;
  background-size: 7px 53px;
  -webkit-transition: padding .20s ease-in-out, background-position .20s ease-in-out;
  -o-transition: padding .20s ease-in-out, background-position .20s ease-in-out;
  transition: padding .20s ease-in-out, background-position .20s ease-in-out;
}

.no-svg .hero-carousel .owl-page {
  background-image: url("/images/hero-carousel-btn.png");
}

.hero-carousel .owl-page.active {
  background-image: url("/images/hero-carousel-btn_active.svg");
  background-position: 50% 0;
  padding-top: 64px;
}

.no-svg .hero-carousel .owl-page.active {
  background-image: url("/images/hero-carousel-btn_active.png");
}

.hero-carousel .owl-page span {
  display: block;
}

/* Homepage map */

.hero-map-wrapper {
  height: 100%;
  width: 100%;
  background-color: #0080c4;
  position: relative;
}

#hero-map {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.hero-map_cta {
  background-color: #434345;
  background-color: rgba(67, 67, 69, 0.8);
  color: #fff;
  font-size: 24px;
  line-height: 1.58;
  font-weight: 300;
  padding: 50px;
}

.hero-map_cta strong {
  font-weight: 400;
}

.hero-map_cta .btn,
.carousel-section .btn {
  background-color: #fff;
  border: 2px solid #fff;
  width: 100%;
  text-align: center;
  padding: 24px 5px 25px;
  /*color: #dd4b4b;*/
  color: #66b245;
}

.hero-map_cta .btn:hover,
.carousel-section .btn:hover {
  color: #fff;
  background-color: transparent;
}

.infobox {
  background: #434345;
  color: #fff;
  font-size: 16px;
  line-height: 1.1;
  position: absolute;
}

.infobox:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 11px 11px 0 0;
  border-color: #12232c transparent transparent transparent;
  position: absolute;
  bottom: -11px;
  right: 9px;
}

.infobox .close {
  background: #434345;
  color: #fff;
  cursor: pointer;
  float: right;
  font-size: 17px;
  height: 25px;
  line-height: 22px;
  position: relative;
  right: -25px;
  text-align: center;
  top: 0;
  width: 25px;
}

.infobox .infobox_nr {
  float: right;
}

.infobox .content {
  padding: 10px 20px;
}

.infobox .content p {
  margin-bottom: 0;
}

.infobox .content p:first-child {
  margin-bottom: 5px;
}

/* Homepage news */

.latest-posts-section {
  margin-bottom: 84px;
}

.post-list {
  margin-top: 93px;
}

.panel-body .post-list {
  margin-top: 0;
  width: 100%;
}

@media (min-width: 992px) {
  .post-list_item:nth-child(3n+4) {
    clear: both;
  }
}

@media (max-width: 992px) {
  .post-list_item:nth-child(2n+3) {
    clear: both;
  }
}

.post-list_item a {
  color: #272727;
  text-decoration: none;
}

.post-list_item a:hover,
.post-list_item a:visited {
  color: #000;
  text-decoration: none;
}

.post-list_thumb img {
  width: 100%;
  height: auto;
}

.post-list_content {
  margin: 38px 0 33px;
}

.post-list_title {
  font-size: 21px;
  line-height: 1.43;
  font-weight: 400;
  margin: 0;
}

/* Homepage Topics list */

.topics-section {
  background: #f2f2f2 url("/images/bg-topics-section.jpg") 50% 0 no-repeat fixed;
}

/* Homepage Carousel */

.carousel-section {
  background-color: #81bc5e;
  color: #fff;
  font-size: 25px;
  line-height: 1.44;
  overflow: hidden;
}

.post-date {
  margin-top: 15px;
  margin-bottom: 0;
}

/* => Topic */

/* ------------------------------------------------------------------------------*/

.icon-item {
  text-align: center;
  font-size: 15px;
  line-height: 1.87;
  margin-bottom: 45px;
}

.icon-item a {
  color: #1f1f1f;
  text-decoration: none !important;
  border-bottom: 1px solid transparent;
  display: block;
  height: 100%;
  -webkit-transition: all .15s ease-in-out;
  -o-transition: all .15s ease-in-out;
  transition: all .15s ease-in-out;
}

.icon-item a:hover {
  border-bottom-color: #0076B6;
}

.icon-item img {
  margin-bottom: 17px;
}

.icon-item p {
  margin: 0;
}

.icon-item .icon-item_title {
  color: #0076B6;
  font-size: 20px;
  line-height: 1.4;
  padding-bottom: 9px;
  -webkit-transition: all .15s ease-in-out;
  -o-transition: all .15s ease-in-out;
  transition: all .15s ease-in-out;
}

.icon-item a:hover .icon-item_title {
  color: #000;
}

/* => Single Event */

/* ------------------------------------------------------------------------------*/

.main-sidebar_form {
  background-color: #F3F7F9;
  padding: 37px 47px 56px;
}

.main-sidebar_form #form_success {
  color: #434345;
  margin: 14px 0 12px;
}

.single-oi_event .page-content {
  padding: 81px 0 32px;
}

.item-person {
  display: table;
  color: #647c88;
  font-size: 16px;
  line-height: 1.25;
}

.page-template-page-testimonial_list .item-person {
  line-height: 1.75;
}

.item-person > * {
  display: table-cell;
  vertical-align: top;
}

.page-template-page-testimonial_list .item-person > * {
  vertical-align: top;
}

.item-person_thumb {
  width: 121px;
}

.item-person_image {
  margin-right: 28px;
  border-radius: 3px;
}

.page-template-page-testimonial_list .item-person_image {
  margin-top: 6px;
}

.item-person .item-person_name {
  color: #434345;
  font-size: 20px;
  line-height: 1;
  display: inline-block;
  margin: 0;
}

.item-person_name a {
  color: #434345;
}

.item-person_name a:hover {
  color: #0076B6;
  text-decoration: none;
}

.item-person_proffession {
  display: inline-block;
}

.related-events-wrap h4 {
  font-size: 36px;
  font-weight: 400;
  color: #434345;
}

.related-events-wrap .projects-list {
  margin: 43px 0 62px;
}

/* => Project list page - .page-template-page-projects_list */

/* ------------------------------------------------------------------------------*/

.page-header_filter {
  padding: 64px 0 0;
}

.list-filter {
  margin: 32px 0;
  position: relative;
}

.projects-list {
  margin: 78px 0 0;
}

.panel-body .projects-list {
  margin: 0;
}

.projects-list_item {
  margin-bottom: 30px;
}

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

.projects-list_item a {
  text-decoration: none;
  color: #434345;
  -webkit-transition: all .15s ease-in-out;
  -o-transition: all .15s ease-in-out;
  transition: all .15s ease-in-out;
}

.projects-list_item a:hover {
  color: #434345;
  text-decoration: none;
}

.projects-list_thumb img {
  display: block;
  width: 100%;
  height: auto;
}

.projects-list_content {
  padding: 35px 37px 38px;
  color: #434345;
  background-color: #f4f6f7;
  font-size: 18px;
  line-height: 1.67;
}

.projects-list_content span {
  display: block;
}

.projects-list_title {
  font-size: 25px;
  line-height: 1.2;
  margin: 5px 0 8px;
  font-weight: 300;
}

.projects-list_title a,
.projects-list_title {
  color: #0076B6;
  -webkit-transition: all .15s ease-in-out;
  -o-transition: all .15s ease-in-out;
  transition: all .15s ease-in-out;
}

.projects-list_item a:hover .projects-list_title {
  text-decoration: none;
  color: #81BC5E;
}

/* => Testimonials */

/* ------------------------------------------------------------------------------*/

.testimonial-item {
  margin-bottom: 40px;
}

.testimonial-item_title {
  color: #0076B6;
}

/* => Staff */

/* ------------------------------------------------------------------------------*/

.page-template-page-testimonial_list .item-person,
.page-template-page-staff_list .item-person {
  margin: 20px 0;
}

.page-template-page-staff_list h2 {
  margin: 20px 0 7px;
}

/* => Footer */

/* ------------------------------------------------------------------------------*/

.main-footer {
  background-color: #f4f4f4;
}

.main-footer_nav {
  padding-bottom: 65px;
}

.main-footer_nav h4 {
  color: #0076B6;
  font-size: 25px;
  margin: 76px 0 22px;
}

.main-footer_nav li {
  margin-bottom: 8px;
}

.main-footer_nav ul ul {
  display: none;
}

.main-footer_nav a {
  color: #1f1f1f;
  text-decoration: none;
}

.main-footer_contact {
  background-color: #e4e5e6;
  padding: 54px 0 44px;
}

.footer-contact {
  position: relative;
  color: #1f1f1f;
  display: inline-block;
  margin-top: 21px;
  margin-left: 41px;
}

.footer-contact:after {
  content: '';
  position: absolute;
  left: -46px;
  top: 0px;
  width: 32px;
  height: 32px;
  background-image: url("/images/sprite.svg");
  background-size: 32px 497px;
}

.no-svg .footer-contact:after {
  background-image: url("/images/sprite.png");
}

.footer-contact_phone:after {
  background-position: 0 0;
}

.footer-contact_email:after {
  background-position: 0 -34px;
}

.social-link-section {
  float: right;
}

.social-link {
  float: left;
  width: 70px;
  height: 70px;
  background-color: #fff;
  position: relative;
  display: block;
  margin-left: 30px;
  margin-bottom: 10px;
}

.social-link:hover {
  background-color: #0076B6;
}

.social-link:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -16px;
  margin-left: -16px;
  width: 30px;
  height: 30px;
  background-image: url("/images/sprite-social.svg");
}

.no-svg .social-link:after {
  background-image: url("/images/sprite-social.png");
}

.social-link_fb:after {
  background-position: 0 0;
}

.social-link_fb:hover:after {
  background-position: 0 -30px;
}

.social-link_tw:after {
  background-position: -30px 0;
}

.social-link_tw:hover:after {
  background-position: -30px -30px;
}

.social-link_in:after {
  background-position: -60px 0;
}

.social-link_in:hover:after {
  background-position: -60px -30px;
}

.social-link_yt:after {
  background-position: -90px 0;
}

.social-link_yt:hover:after {
  background-position: -90px -30px;
}

.social-link_vimeo:after {
  background-position: -120px 0;
}

.social-link_vimeo:hover:after {
  background-position: -120px -30px;
}

.social-link_issuu:after {
  background-position: -150px 0;
}

.social-link_issuu:hover:after {
  background-position: -150px -30px;
}

/* => Pagination section */

/* ------------------------------------------------------------------------------*/

.pagination {
  margin-bottom: 58px;
}

.wp-paginate {
  display: inline-block;
  border: 1px solid #0076B6;
}

.pagination .list,
.wp-paginate {
  margin: 0;
}

.pagination {
  position: relative;
  text-align: center;
  width: 100%;
  border-radius: 0;
  margin: 29px 0 78px;
}

.pagination .page,
.pagination .prev,
.pagination .next,
.pagination a,
.pagination span,
.wp-paginate li {
  display: inline-block;
}

.pagination a,
.pagination span {
  font-size: 18px;
  padding: 13px 44px 13px 43px;
  border: 1px solid #0076B6;
  /*max-width: 100px;*/
  color: #434345;
}

.pagination a:hover,
.pagination span:hover {
  text-decoration: none;
  background-color: #0076B6;
  color: #fff;
}

.pagination a:focus {
  outline: none;
}

.pagination span {
  background-color: #0076B6;
  color: #fff;
}

.wp-paginate .title {
  display: none;
}

/* => Custom select */

/* ------------------------------------------------------------------------------*/

.filter-select {
  cursor: pointer;
  z-index: 10;
  background-color: #f4f6f7;
  color: #0076B6;
  padding-left: 21px;
  border-radius: 0 0 3px 3px;
}

.customSelect {
  border: 2px solid #fff;
  border-radius: 3px;
  background-color: #0076B6;
  font-size: 18px;
  color: #fff;
  width: 100%;
  padding: 15px 24px;
}

.customSelect.customSelectHover {
  cursor: pointer;
  background-color: #fff;
  color: #0076B6;
}

.customSelect.customSelectOpen {
  background-color: #f4f6f7;
  color: #0076B6;
}

.customSelectInner {
  width: 100% !important;
  display: block !important;
}

.customSelectInner:after {
  content: '';
  position: absolute;
  right: 0;
  width: 65px;
  background: #fff url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxOC4xLjEsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiDQoJIHdpZHRoPSIxNHB4IiBoZWlnaHQ9IjlweCIgdmlld0JveD0iMCAwIDE0IDkiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDE0IDkiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGZpbGw9IiNBOEE4QTgiIGQ9Ik03LjA3MSw4LjgyMUwwLDEuNzVMNi45MzgsMGw3LjIwNSwxLjc1TDcuMDcxLDguODIxeiIvPg0KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGZpbGw9IiNGRkZGRkYiIGQ9Ik03LjA3MSw1Ljk5M0wxLjQxNCwwLjMzNkw3LjA5NCwwbDUuNjM0LDAuMzM2TDcuMDcxLDUuOTkzeiIvPg0KPC9zdmc+DQo=) 50% 50% no-repeat;
  height: 100%;
  top: 0;
  display: block;
  color: red;
  border-radius: 0 3px 3px 0;
}

.no-svg .customSelectInner:after {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAJBAMAAADwYwBaAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAAtUExURQAAABgtNxgtNxgtN////////xgtN////////yo9Rv///xgtN6iwtNTY2iY6RHX+HPMAAAAKdFJOUwCfYI/PYM/fgM8pFr88AAAAPklEQVQI12Ng9Vq1atXyBgazU0B67WQG7T1A+t5GBqbdp1atfS3AABIAchmAAmdBXKDAbhAXJADmMjAYAjEAVJcYOqowztwAAAAASUVORK5CYII=);
}

.customSelect.customSelectOpen .customSelectInner:after {
  background-color: #f4f6f7;
}

/* => Owl Carousel */

/* ------------------------------------------------------------------------------*/

.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel {
  display: none;
  position: relative;
  width: 100%;
  -ms-touch-action: pan-y;
}

.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100%;
}

.owl-carousel .owl-wrapper-outer.autoHeight {
  -webkit-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

.owl-carousel .owl-item {
  float: left;
  overflow: hidden;
}

.owl-controls .owl-page,
.owl-controls .owl-buttons div {
  cursor: pointer;
}

.owl-controls {
  position: absolute;
  left: 0;
  bottom: 30px;
  width: 100%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.owl-buttons {
  margin: 0 auto;
  height: 32px;
}

@media (min-width: 768px) {
  .owl-buttons {
    width: 750px;
  }
}

@media (min-width: 992px) {
  .owl-buttons {
    width: 970px;
  }
}

@media (min-width: 1200px) {
  .owl-buttons {
    width: 1170px;
  }
}

.owl-buttons div {
  float: left;
  width: 32px;
  height: 32px;
  margin-right: 21px;
  background: url("/images/carousel-buttons.svg");
}

.owl-buttons div:hover {
  opacity: .5;
}

.owl-buttons .owl-next {
  background-position: 32px 0;
}

.no-svg .owl-buttons div {
  background-image: url("/images/carousel-buttons.png");
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  height: 100%;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

.owl-origin {
  -webkit-perspective: 1200px;
  -webkit-perspective-origin-x: 50%;
  -webkit-perspective-origin-y: 50%;
  -moz-perspective: 1200px;
  -moz-perspective-origin-x: 50%;
  -moz-perspective-origin-y: 50%;
  perspective: 1200px;
}

/* fade */

.owl-fade-out {
  z-index: 10;
  -webkit-animation: fadeOut .7s both ease;
  -o-animation: fadeOut .7s both ease;
     animation: fadeOut .7s both ease;
}

.owl-fade-in {
  -webkit-animation: fadeIn .7s both ease;
  -o-animation: fadeIn .7s both ease;
     animation: fadeIn .7s both ease;
}

/* backSlide */

.owl-backSlide-out {
  -webkit-animation: backSlideOut 1s both ease;
  -o-animation: backSlideOut 1s both ease;
     animation: backSlideOut 1s both ease;
}

.owl-backSlide-in {
  -webkit-animation: backSlideIn 1s both ease;
  -o-animation: backSlideIn 1s both ease;
     animation: backSlideIn 1s both ease;
}

/* goDown */

.owl-goDown-out {
  -webkit-animation: scaleToFade .7s ease both;
  -o-animation: scaleToFade .7s ease both;
     animation: scaleToFade .7s ease both;
}

.owl-goDown-in {
  -webkit-animation: goDown .6s ease both;
  -o-animation: goDown .6s ease both;
     animation: goDown .6s ease both;
}

/* scaleUp */

.owl-fadeUp-in {
  -webkit-animation: scaleUpFrom .5s ease both;
  -o-animation: scaleUpFrom .5s ease both;
     animation: scaleUpFrom .5s ease both;
}

.owl-fadeUp-out {
  -webkit-animation: scaleUpTo .5s ease both;
  -o-animation: scaleUpTo .5s ease both;
     animation: scaleUpTo .5s ease both;
}

/* Keyframes */

/*empty*/

@-webkit-keyframes empty {
  0% {
    opacity: 1;
  }
}

@-o-keyframes empty {
  0% {
    opacity: 1;
  }
}

@keyframes empty {
  0% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-o-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@-o-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@-webkit-keyframes backSlideOut {
  25% {
    opacity: .5;
    -webkit-transform: translateZ(-500px);
  }

  75% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(-200%);
  }

  100% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(-200%);
  }
}

@-o-keyframes backSlideOut {
  25% {
    opacity: .5;
    transform: translateZ(-500px);
  }

  75% {
    opacity: .5;
    transform: translateZ(-500px) translateX(-200%);
  }

  100% {
    opacity: .5;
    transform: translateZ(-500px) translateX(-200%);
  }
}

@keyframes backSlideOut {
  25% {
    opacity: .5;
    -webkit-transform: translateZ(-500px);
            transform: translateZ(-500px);
  }

  75% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(-200%);
            transform: translateZ(-500px) translateX(-200%);
  }

  100% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(-200%);
            transform: translateZ(-500px) translateX(-200%);
  }
}

@-webkit-keyframes backSlideIn {
  0%, 25% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(200%);
  }

  75% {
    opacity: .5;
    -webkit-transform: translateZ(-500px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateZ(0) translateX(0);
  }
}

@-o-keyframes backSlideIn {
  0%, 25% {
    opacity: .5;
    transform: translateZ(-500px) translateX(200%);
  }

  75% {
    opacity: .5;
    transform: translateZ(-500px);
  }

  100% {
    opacity: 1;
    transform: translateZ(0) translateX(0);
  }
}

@keyframes backSlideIn {
  0%, 25% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(200%);
            transform: translateZ(-500px) translateX(200%);
  }

  75% {
    opacity: .5;
    -webkit-transform: translateZ(-500px);
            transform: translateZ(-500px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateZ(0) translateX(0);
            transform: translateZ(0) translateX(0);
  }
}

@-webkit-keyframes scaleToFade {
  to {
    opacity: 0;
    -webkit-transform: scale(0.8);
  }
}

@-o-keyframes scaleToFade {
  to {
    opacity: 0;
    -o-transform: scale(0.8);
       transform: scale(0.8);
  }
}

@keyframes scaleToFade {
  to {
    opacity: 0;
    -webkit-transform: scale(0.8);
         -o-transform: scale(0.8);
            transform: scale(0.8);
  }
}

@-webkit-keyframes goDown {
  from {
    -webkit-transform: translateY(-100%);
  }
}

@-o-keyframes goDown {
  from {
    -o-transform: translateY(-100%);
       transform: translateY(-100%);
  }
}

@keyframes goDown {
  from {
    -webkit-transform: translateY(-100%);
         -o-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}

@-webkit-keyframes scaleUpFrom {
  from {
    opacity: 0;
    -webkit-transform: scale(1.5);
  }
}

@-o-keyframes scaleUpFrom {
  from {
    opacity: 0;
    -o-transform: scale(1.5);
       transform: scale(1.5);
  }
}

@keyframes scaleUpFrom {
  from {
    opacity: 0;
    -webkit-transform: scale(1.5);
         -o-transform: scale(1.5);
            transform: scale(1.5);
  }
}

@-webkit-keyframes scaleUpTo {
  to {
    opacity: 0;
    -webkit-transform: scale(1.5);
  }
}

@-o-keyframes scaleUpTo {
  to {
    opacity: 0;
    -o-transform: scale(1.5);
       transform: scale(1.5);
  }
}

@keyframes scaleUpTo {
  to {
    opacity: 0;
    -webkit-transform: scale(1.5);
         -o-transform: scale(1.5);
            transform: scale(1.5);
  }
}

/* => Other */

/* ------------------------------------------------------------------------------*/

@media (max-width: 992px) {
  .main-header_nav .btn {
    display: none;
  }
}

@media (max-width: 991px) {
  .main-header_helper {
    padding: 13px 0;
  }

  .main-logo img {
    margin: -4px 0 0 0;
    height: 42px;
    width: auto;
  }

  .topnav-section_mobile {
    margin-bottom: 10px;
  }

  .social-link {
    width: 50px;
    height: 50px;
    margin-left: 10px;
  }

  .footer-contact {
    margin-top: 9px;
  }
}

/* => Bootstrap pagination */

/* ------------------------------------------------------------------------------*/

.bootstrap-pagination-wrap {
  text-align: center;
}

.pagination {
  margin-left: auto;
  margin-right: auto;
  width: auto;
}

.pagination > li > a,
.pagination > li > span {
  color: #434345;
  border: 2px solid #0076B6;
  font-size: 14px;
}

@media (min-width: 768px) {
  .pagination > li > a,
  .pagination > li > span {
    font-size: 18px;
    padding: 13px 44px 13px 43px;
  }
}

.pagination > li:first-child > a,
.pagination > li:first-child > span {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #fff;
  background-color: #0076B6;
  border-color: #0076B6;
}

.pagination > li > span.page-numbers.dots {
  text-decoration: none;
  background-color: #0076B6;
  color: #fff;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  background-color: #0076B6;
  border-color: #0076B6;
}

.ega_nlform label {
  font-weight: normal;
}

.ega_nlform .form-control:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-bottom: 1px solid #0076B6;
}

/* => Blog Posts */

/* ------------------------------------------------------------------------------*/

.blog-posts {
  margin: 60px 0;
  font-size: 16px;
}

.page-header-blog {
  padding: 105px 0 24px 0;
}

.main-title-blog {
  margin: 0;
}

.blogPreview {
  font-size: 16px;
  overflow: hidden;
  margin-bottom: 30px;
}

.blogPreview + .blogPreview {
  margin-top: 60px;
}

.blogPreview_meta {
  width: 100%;
  float: left;
}

.blogPreview_date {
  font-size: 24px;
  line-height: 1.3;
  text-transform: uppercase;
}

.blogPreview_author {
  color: #66b245;
  /* green */
}

.blogPreview_main {
  width: 100%;
  float: left;
}

.blogPreview_title {
  font-size: 24px;
  color: #66b245;
  /* green */
  line-height: 1.3;
}

@media (min-width: 480px) {
  .blogPreview_title {
    font-size: 36px;
  }

  .blogPreview_meta {
    width: 20%;
  }

  .blogPreview_main {
    width: 80%;
  }

  .blogPreview_date {
    font-size: 36px;
  }
}

.blogPreview_title:hover,
.blogPreview_title:focus {
  text-decoration: none;
  outline: none;
}

.blogPreview_excerpt {
  font-size: 18px;
}

.blogPreview_categories a {
  color: #66b245;
  /* green */
}

.blogPreview_categories a:hover,
.blogPreview_categories a:focus {
  text-decoration: none;
  outline: none;
  color: #08aaff;
  /* bright blue */
}

.blogPreview_categories br {
  display: none;
}

.blogSidebar {
  background-color: #f3f7fa;
  padding: 32px;
}

.blogSidebar-single {
  margin-top: 0;
  padding-top: 14px;
}

.blogSidebar_unit {
  position: relative;
}

.blogSidebar_unit ul,
.blogSidebar_unit li {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.blogSidebar_unit + .blogSidebar_unit {
  margin-top: 32px;
}

.blogSidebar_title {
  font-size: 24px;
  margin-bottom: 10px;
}

.blogSidebar_rss {
  font-size: 14px;
  display: block;
  position: absolute;
  right: 0;
  top: 16px;
  color: #1f1f1f;
  /* text color */
}

.blogSidebar_rss:hover,
.blogSidebar_rss:focus {
  color: #1f1f1f;
  /* text color */
  text-decoration: none;
  outline: none;
}

.blogSidebar_rss img {
  width: 27px;
  height: 27px;
  margin-left: 5px;
}

.blogSidebar_list-margin li + li {
  margin-top: 12px;
}

.blogSidebar_list-margin a {
  line-height: 1.1;
}

.blogSidebar_list a {
  display: inline-block;
  color: #1f1f1f;
  /* text color */
}

.blogSidebar_list a:hover,
.blogSidebar_list a:focus {
  color: #08aaff;
  text-decoration: none;
  outline: none;
}

.blogSidebar_subtitle {
  color: #0376b6;
  /* blue */
  font-size: 18px;
  font-weight: 700;
}

.blogSidebar_item + .blogSidebar_item {
  margin-top: 16px;
}

.blogSidebar_item a:hover,
.blogSidebar_item a:focus {
  color: #08aaff;
  text-decoration: none;
  outline: none;
}

.blogPost_title {
  font-size: 24px;
  color: #66b245;
  /* green */
  line-height: 1.3;
  margin-bottom: 32px;
}

@media (min-width: 992px) {
  .blogSidebar-single {
    margin-top: -140px;
  }

  .blogSidebar_title {
    font-size: 30px;
  }

  .blogPost_title {
    font-size: 36px;
  }
}

.blogSidebar_unit a {
  color: #1f1f1f;
  /* text color */
}

.authorBlock {
  margin-top: 60px;
  overflow: hidden;
}

.authorBlock_title {
  font-size: 24px;
  color: #0376b6;
  /* blue */
  border-bottom: 1px solid #0376b6;
  /* blue */
}

.authorBlock_author {
  margin-top: 16px;
}

.authorBlock_image,
.authorBlock_info {
  float: left;
}

.authorBlock_info {
  max-width: 256px;
  margin-left: 32px;
}

.authorBlock_name {
  font-size: 24px;
}

.authorBlock_position {
  font-size: 16px;
}

.panel-comments {
  margin-top: 60px;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.comment-reply-title {
  font-size: 24px;
}

.comment-form label {
  display: block;
  font-size: 16px;
  font-weight: 400;
}

.comment-form input[type=text],
.comment-form textarea {
  border: 0;
  border-bottom: 1px solid #0376b6;
  /* blue */
  width: 100%;
  outline: none;
}

.comment-form .submit {
  font-size: 16px;
  font-weight: 700;
  border: 0;
  background-color: #66b245;
  /* green */
  color: #fff;
  border-radius: 4px;
  padding: 6px 22px;
  text-transform: uppercase;
  outline: none;
  border: 1px solid #66b245;
  /* green */
  -webkit-transition: .15s ease-in-out;
  -o-transition: .15s ease-in-out;
  transition: .15s ease-in-out;
}

.comment-form .submit:hover,
.comment-form .submit:focus {
  color: #66b245;
  /* green */
  background-color: #fff;
}

.comment-list {
  list-style-type: none;
  padding: 0;
  margin: 0;
  font-size: 16px;
}

.comment + .comment {
  margin-top: 40px;
}

.comment-author {
  display: inline-block;
}

.comment-author .fn {
  color: #0376b6;
  /* blue */
  font-weight: 700;
}

.comment-author .fn:after {
  content: '\2022';
  font-size: 12px;
  margin: 0 6px;
  color: #1f1f1f;
  /* text color */
}

.comment-author span {
  display: none;
}

.comment-meta {
  display: inline-block;
}

.comment-meta a {
  color: #979797;
}

.comment-body p {
  margin-bottom: 0;
  line-height: 1.5;
}

@media (min-width: 480px) {
  .comment-form input[type=text],
  .comment-form textarea {
    width: 450px;
  }
}

.page-header-image {
  padding: 287px 0 24px 0;
}

.panel-heading a {
  padding-bottom: 0;
}

/*
* adding password protected field styles
* robert@codelight 09.11.17
*/

.post-password-form input {
  display: inline-block;
  white-space: nowrap;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 1;
  -webkit-appearance: none;
  border-radius: 3px;
  text-transform: uppercase;
  font-size: 16px;
  height: 50px;
}

.post-password-form input[type="submit"] {
  background-color: #66B245;
  color: #fff;
  border: none;
  padding: 15px 35px 14px;
}

.post-password-form input[type="password"] {
  border-style: solid;
  border-width: 1px;
  padding: 15px 10px 14px;
  margin-right: 10px;
}

/*
* front page changes
* robert@codelight 05.02.18
*/

.wsp-pages-list li {
  list-style-type: none;
}

.footer-no-icon:after {
  background-image: none;
}

.floatyPointy {
  position: fixed;
  right: -72px;
  top: 50%;
  -webkit-transform: rotate(270deg) translateZ(0);
          transform: rotate(270deg) translateZ(0);
}

@media (max-width: 480px) {
  .floatyPointy {
    display: none;
  }
}

/* stylelint-enable */

.u-wysiwyg h1,
.u-wysiwyg h2,
.u-wysiwyg h3,
.u-wysiwyg h4,
.u-wysiwyg h5,
.u-wysiwyg h6 {
  font-weight: 400;
  text-transform: none;
}

.u-wysiwyg h1 {
  font-size: 2.25em;
}

.u-wysiwyg h2 {
  font-size: 1.875em;
}

.u-wysiwyg h3 {
  font-size: 1.5em;
}

.u-wysiwyg p {
  margin-bottom: 0.625rem;
}

.u-wysiwyg a:not(.button):not(.btn) {
  color: #66b245;
  text-decoration: none;
}

.u-wysiwyg a:not(.button):not(.btn):hover {
  text-decoration: underline;
}

.u-wysiwyg ul {
  display: block;
  padding: 0 0 0 2.1875rem;
  margin: 1.125rem 0 1.875rem;
}

.u-wysiwyg ul:first-child {
  margin-top: 0;
}

.u-wysiwyg ul > li {
  display: block;
  position: relative;
}

.u-wysiwyg ul > li::before {
  content: "";
  position: absolute;
  left: -2rem;
  top: 0.375rem;
  width: 1rem;
  height: 1rem;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCjxwYXRoIGQ9Ik0xNSA4QzE1IDExLjg2NiAxMS44NjYgMTUgOCAxNUM0LjEzNDAxIDE1IDEgMTEuODY2IDEgOEMxIDQuMTM0MDEgNC4xMzQwMSAxIDggMUMxMS44NjYgMSAxNSA0LjEzNDAxIDE1IDhaIiBzdHJva2U9IiM2NkIyNDUiIHN0cm9rZS13aWR0aD0iMiIvPg0KPHBhdGggZD0iTTExIDhDMTEgOS42NTY4NSA5LjY1Njg1IDExIDggMTFDNi4zNDMxNSAxMSA1IDkuNjU2ODUgNSA4QzUgNi4zNDMxNSA2LjM0MzE1IDUgOCA1QzkuNjU2ODUgNSAxMSA2LjM0MzE1IDExIDhaIiBzdHJva2U9IiM2NkIyNDUiIHN0cm9rZS13aWR0aD0iMiIvPg0KPC9zdmc+DQo=);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.u-wysiwyg ol {
  display: block;
  padding: 0 0 0 2.1875rem;
  margin: 0.625rem 0 1.5rem;
  counter-reset: item;
}

.u-wysiwyg ol:first-child {
  margin-top: 0;
}

.u-wysiwyg ol li {
  display: block;
  position: relative;
}

.u-wysiwyg ol > li::before {
  content: counters(item, ".") " ";
  counter-increment: item;
  position: absolute;
  left: -2rem;
}

.u-wysiwyg ol ol {
  padding-left: 3.125rem;
}

.u-wysiwyg ol ol > li::before {
  left: -2.375rem;
}

.u-wysiwyg hr {
  border-top: 2px solid #0076b6;
}

.u-wysiwyg > *:last-child {
  margin-bottom: 0;
}

@media (min-width: 992px) {
  .u-wysiwyg ul {
    padding-left: 2rem;
  }

  .u-wysiwyg ul > li::before {
    top: 0.5625rem;
  }
}

.s-schemeWhite.s-scheme-enableContent,
.s-schemeWhite .s-scheme-enableContent {
  color: #434346;
  fill: currentColor;
}

.s-schemeWhite.s-scheme-enableContent .u-wysiwyg a:not(.button):not(.btn),
.s-schemeWhite.s-scheme-enableContent a:not(.button):not(.btn),
.s-schemeWhite .s-scheme-enableContent .u-wysiwyg a:not(.button):not(.btn),
.s-schemeWhite .s-scheme-enableContent a:not(.button):not(.btn) {
  color: #66b245;
  text-decoration: none;
}

.s-schemeWhite.s-scheme-enableContent .u-wysiwyg a:not(.button):not(.btn):hover,
.s-schemeWhite.s-scheme-enableContent a:not(.button):not(.btn):hover,
.s-schemeWhite .s-scheme-enableContent .u-wysiwyg a:not(.button):not(.btn):hover,
.s-schemeWhite .s-scheme-enableContent a:not(.button):not(.btn):hover {
  text-decoration: underline;
}

.s-schemeWhite.s-scheme-enableContent a.sharing_link:not(.button):not(.btn),
.s-schemeWhite .s-scheme-enableContent a.sharing_link:not(.button):not(.btn) {
  color: #434346;
}

.s-schemeWhite.s-scheme-enableContent a.sharing_link:not(.button):not(.btn):hover,
.s-schemeWhite .s-scheme-enableContent a.sharing_link:not(.button):not(.btn):hover {
  color: #66b245;
}

.s-schemeWhite.s-scheme-enableBackground,
.s-schemeWhite .s-scheme-enableBackground {
  background-color: #fff;
}

.s-schemeWhite.s-scheme-enableBackground .customSelectInner:after,
.s-schemeWhite .s-scheme-enableBackground .customSelectInner:after {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxOC4xLjEsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiDQoJIHdpZHRoPSIxNHB4IiBoZWlnaHQ9IjlweCIgdmlld0JveD0iMCAwIDE0IDkiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDE0IDkiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGZpbGw9IiNBOEE4QTgiIGQ9Ik03LjA3MSw4LjgyMUwwLDEuNzVMNi45MzgsMGw3LjIwNSwxLjc1TDcuMDcxLDguODIxeiIvPg0KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGZpbGw9IiNGRkZGRkYiIGQ9Ik03LjA3MSw1Ljk5M0wxLjQxNCwwLjMzNkw3LjA5NCwwbDUuNjM0LDAuMzM2TDcuMDcxLDUuOTkzeiIvPg0KPC9zdmc+DQo=);
}

.s-schemeWhite.s-scheme-enableBackground .subMenuBar_menuItem:after,
.s-schemeWhite .s-scheme-enableBackground .subMenuBar_menuItem:after {
  background-color: #a8a8a8;
}

.s-schemeWhite.s-scheme-enableButtons .btn,
.s-schemeWhite .s-scheme-enableButtons .btn {
  border: 2px solid transparent;
  background-color: #66b245;
  color: #fff;
}

.s-schemeWhite.s-scheme-enableButtons .btn:hover,
.s-schemeWhite .s-scheme-enableButtons .btn:hover {
  background-color: transparent;
  color: #66b245;
  border-color: currentColor;
}

.s-schemeWhite .trustElements_item {
  border-color: #a8a8a8;
}

.s-schemeGray.s-scheme-enableContent,
.s-schemeGray .s-scheme-enableContent {
  color: #434346;
  fill: currentColor;
}

.s-schemeGray.s-scheme-enableContent .u-wysiwyg a:not(.button):not(.btn),
.s-schemeGray.s-scheme-enableContent a:not(.button):not(.btn),
.s-schemeGray .s-scheme-enableContent .u-wysiwyg a:not(.button):not(.btn),
.s-schemeGray .s-scheme-enableContent a:not(.button):not(.btn) {
  color: #66b245;
  text-decoration: none;
}

.s-schemeGray.s-scheme-enableContent .u-wysiwyg a:not(.button):not(.btn):hover,
.s-schemeGray.s-scheme-enableContent a:not(.button):not(.btn):hover,
.s-schemeGray .s-scheme-enableContent .u-wysiwyg a:not(.button):not(.btn):hover,
.s-schemeGray .s-scheme-enableContent a:not(.button):not(.btn):hover {
  text-decoration: underline;
}

.s-schemeGray.s-scheme-enableContent a.sharing_link:not(.button):not(.btn),
.s-schemeGray .s-scheme-enableContent a.sharing_link:not(.button):not(.btn) {
  color: #434346;
}

.s-schemeGray.s-scheme-enableContent a.sharing_link:not(.button):not(.btn):hover,
.s-schemeGray .s-scheme-enableContent a.sharing_link:not(.button):not(.btn):hover {
  color: #66b245;
}

.s-schemeGray.s-scheme-enableBackground,
.s-schemeGray .s-scheme-enableBackground {
  background-color: #f4f4f4;
}

.s-schemeGray.s-scheme-enableBackground .customSelectInner:after,
.s-schemeGray .s-scheme-enableBackground .customSelectInner:after {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxOC4xLjEsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiDQoJIHdpZHRoPSIxNHB4IiBoZWlnaHQ9IjlweCIgdmlld0JveD0iMCAwIDE0IDkiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDE0IDkiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGZpbGw9IiNBOEE4QTgiIGQ9Ik03LjA3MSw4LjgyMUwwLDEuNzVMNi45MzgsMGw3LjIwNSwxLjc1TDcuMDcxLDguODIxeiIvPg0KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGZpbGw9IiNGRkZGRkYiIGQ9Ik03LjA3MSw1Ljk5M0wxLjQxNCwwLjMzNkw3LjA5NCwwbDUuNjM0LDAuMzM2TDcuMDcxLDUuOTkzeiIvPg0KPC9zdmc+DQo=);
}

.s-schemeGray.s-scheme-enableBackground .subMenuBar_menuItem:after,
.s-schemeGray .s-scheme-enableBackground .subMenuBar_menuItem:after {
  background-color: #a8a8a8;
}

.s-schemeGray.s-scheme-enableButtons .btn,
.s-schemeGray .s-scheme-enableButtons .btn {
  border: 2px solid transparent;
  background-color: #66b245;
  color: #fff;
}

.s-schemeGray.s-scheme-enableButtons .btn:hover,
.s-schemeGray .s-scheme-enableButtons .btn:hover {
  background-color: #fff;
  color: #66b245;
  border-color: transparent;
}

.s-schemeGray .trustElements_item {
  border-color: #a8a8a8;
}

.s-schemeGrayDark.s-scheme-enableContent,
.s-schemeGrayDark .s-scheme-enableContent {
  color: #fff;
  fill: currentColor;
}

.s-schemeGrayDark.s-scheme-enableContent .u-wysiwyg a:not(.button):not(.btn),
.s-schemeGrayDark.s-scheme-enableContent a:not(.button):not(.btn),
.s-schemeGrayDark .s-scheme-enableContent .u-wysiwyg a:not(.button):not(.btn),
.s-schemeGrayDark .s-scheme-enableContent a:not(.button):not(.btn) {
  color: #66b245;
  text-decoration: none;
}

.s-schemeGrayDark.s-scheme-enableContent .u-wysiwyg a:not(.button):not(.btn):hover,
.s-schemeGrayDark.s-scheme-enableContent a:not(.button):not(.btn):hover,
.s-schemeGrayDark .s-scheme-enableContent .u-wysiwyg a:not(.button):not(.btn):hover,
.s-schemeGrayDark .s-scheme-enableContent a:not(.button):not(.btn):hover {
  text-decoration: underline;
}

.s-schemeGrayDark.s-scheme-enableContent a.sharing_link:not(.button):not(.btn),
.s-schemeGrayDark .s-scheme-enableContent a.sharing_link:not(.button):not(.btn) {
  color: #fff;
}

.s-schemeGrayDark.s-scheme-enableContent a.sharing_link:not(.button):not(.btn):hover,
.s-schemeGrayDark .s-scheme-enableContent a.sharing_link:not(.button):not(.btn):hover {
  color: #66b245;
}

.s-schemeGrayDark.s-scheme-enableBackground,
.s-schemeGrayDark .s-scheme-enableBackground {
  background-color: #4e4e51;
}

.s-schemeGrayDark.s-scheme-enableBackground .customSelectInner:after,
.s-schemeGrayDark .s-scheme-enableBackground .customSelectInner:after {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxOC4xLjEsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiDQoJIHdpZHRoPSIxNHB4IiBoZWlnaHQ9IjlweCIgdmlld0JveD0iMCAwIDE0IDkiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDE0IDkiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGZpbGw9IiNBOEE4QTgiIGQ9Ik03LjA3MSw4LjgyMUwwLDEuNzVMNi45MzgsMGw3LjIwNSwxLjc1TDcuMDcxLDguODIxeiIvPg0KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGZpbGw9IiNGRkZGRkYiIGQ9Ik03LjA3MSw1Ljk5M0wxLjQxNCwwLjMzNkw3LjA5NCwwbDUuNjM0LDAuMzM2TDcuMDcxLDUuOTkzeiIvPg0KPC9zdmc+DQo=);
}

.s-schemeGrayDark.s-scheme-enableBackground .subMenuBar_menuItem:after,
.s-schemeGrayDark .s-scheme-enableBackground .subMenuBar_menuItem:after {
  background-color: #a8a8a8;
}

.s-schemeGrayDark.s-scheme-enableButtons .btn,
.s-schemeGrayDark .s-scheme-enableButtons .btn {
  border: 2px solid transparent;
  background-color: #66b245;
  color: #fff;
}

.s-schemeGrayDark.s-scheme-enableButtons .btn:hover,
.s-schemeGrayDark .s-scheme-enableButtons .btn:hover {
  background-color: #fff;
  color: #66b245;
  border-color: transparent;
}

.s-schemeGrayDark .trustElements_item {
  border-color: #a8a8a8;
}

.s-schemeGreen.s-scheme-enableContent,
.s-schemeGreen .s-scheme-enableContent {
  color: #fff;
  fill: currentColor;
}

.s-schemeGreen.s-scheme-enableContent .u-wysiwyg a:not(.button):not(.btn),
.s-schemeGreen.s-scheme-enableContent a:not(.button):not(.btn),
.s-schemeGreen .s-scheme-enableContent .u-wysiwyg a:not(.button):not(.btn),
.s-schemeGreen .s-scheme-enableContent a:not(.button):not(.btn) {
  color: #fff;
  text-decoration: underline;
}

.s-schemeGreen.s-scheme-enableContent .u-wysiwyg a:not(.button):not(.btn):hover,
.s-schemeGreen.s-scheme-enableContent a:not(.button):not(.btn):hover,
.s-schemeGreen .s-scheme-enableContent .u-wysiwyg a:not(.button):not(.btn):hover,
.s-schemeGreen .s-scheme-enableContent a:not(.button):not(.btn):hover {
  text-decoration: none;
}

.s-schemeGreen.s-scheme-enableContent ul > li::before,
.s-schemeGreen .s-scheme-enableContent ul > li::before {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCjxwYXRoIGQ9Ik0xNSA4QzE1IDExLjg2NiAxMS44NjYgMTUgOCAxNUM0LjEzNDAxIDE1IDEgMTEuODY2IDEgOEMxIDQuMTM0MDEgNC4xMzQwMSAxIDggMUMxMS44NjYgMSAxNSA0LjEzNDAxIDE1IDhaIiBzdHJva2U9IiNGRkZGRkYiIHN0cm9rZS13aWR0aD0iMiIvPg0KPHBhdGggZD0iTTExIDhDMTEgOS42NTY4NSA5LjY1Njg1IDExIDggMTFDNi4zNDMxNSAxMSA1IDkuNjU2ODUgNSA4QzUgNi4zNDMxNSA2LjM0MzE1IDUgOCA1QzkuNjU2ODUgNSAxMSA2LjM0MzE1IDExIDhaIiBzdHJva2U9IiNGRkZGRkYiIHN0cm9rZS13aWR0aD0iMiIvPg0KPC9zdmc+DQo=);
}

.s-schemeGreen.s-scheme-enableContent a.sharing_link:not(.button):not(.btn),
.s-schemeGreen .s-scheme-enableContent a.sharing_link:not(.button):not(.btn) {
  color: #fff;
}

.s-schemeGreen.s-scheme-enableContent a.sharing_link:not(.button):not(.btn):hover,
.s-schemeGreen .s-scheme-enableContent a.sharing_link:not(.button):not(.btn):hover {
  color: #fff;
}

.s-schemeGreen.s-scheme-enableBackground,
.s-schemeGreen .s-scheme-enableBackground {
  background-color: #66b245;
}

.s-schemeGreen.s-scheme-enableBackground .customSelectInner:after,
.s-schemeGreen .s-scheme-enableBackground .customSelectInner:after {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxOC4xLjEsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiDQoJIHdpZHRoPSIxNHB4IiBoZWlnaHQ9IjlweCIgdmlld0JveD0iMCAwIDE0IDkiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDE0IDkiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGZpbGw9IiNGRkZGRkYiIGQ9Ik03LjA3MSw4LjgyMUwwLDEuNzVMNi45MzgsMGw3LjIwNSwxLjc1TDcuMDcxLDguODIxeiIvPg0KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGZpbGw9IiM2NkIyNDUiIGQ9Ik03LjA3MSw1Ljk5M0wxLjQxNCwwLjMzNkw3LjA5NCwwbDUuNjM0LDAuMzM2TDcuMDcxLDUuOTkzeiIvPg0KPC9zdmc+DQo=);
}

.s-schemeGreen.s-scheme-enableBackground .subMenuBar_menuItem:after,
.s-schemeGreen .s-scheme-enableBackground .subMenuBar_menuItem:after {
  background-color: #e8e8e8;
}

.s-schemeGreen.s-scheme-enableButtons .btn,
.s-schemeGreen .s-scheme-enableButtons .btn {
  border: 2px solid transparent;
  background-color: #fff;
  color: #66b245;
}

.s-schemeGreen.s-scheme-enableButtons .btn:hover,
.s-schemeGreen .s-scheme-enableButtons .btn:hover {
  background-color: transparent;
  color: #fff;
  border-color: currentColor;
}

.s-schemeGreen .trustElements_item {
  border-color: #e8e8e8;
}

.s-schemeBlue.s-scheme-enableContent,
.s-schemeBlue .s-scheme-enableContent {
  color: #fff;
  fill: currentColor;
}

.s-schemeBlue.s-scheme-enableContent .u-wysiwyg a:not(.button):not(.btn),
.s-schemeBlue.s-scheme-enableContent a:not(.button):not(.btn),
.s-schemeBlue .s-scheme-enableContent .u-wysiwyg a:not(.button):not(.btn),
.s-schemeBlue .s-scheme-enableContent a:not(.button):not(.btn) {
  color: #fff;
  text-decoration: underline;
}

.s-schemeBlue.s-scheme-enableContent .u-wysiwyg a:not(.button):not(.btn):hover,
.s-schemeBlue.s-scheme-enableContent a:not(.button):not(.btn):hover,
.s-schemeBlue .s-scheme-enableContent .u-wysiwyg a:not(.button):not(.btn):hover,
.s-schemeBlue .s-scheme-enableContent a:not(.button):not(.btn):hover {
  text-decoration: none;
}

.s-schemeBlue.s-scheme-enableContent ul > li::before,
.s-schemeBlue .s-scheme-enableContent ul > li::before {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCjxwYXRoIGQ9Ik0xNSA4QzE1IDExLjg2NiAxMS44NjYgMTUgOCAxNUM0LjEzNDAxIDE1IDEgMTEuODY2IDEgOEMxIDQuMTM0MDEgNC4xMzQwMSAxIDggMUMxMS44NjYgMSAxNSA0LjEzNDAxIDE1IDhaIiBzdHJva2U9IiNGRkZGRkYiIHN0cm9rZS13aWR0aD0iMiIvPg0KPHBhdGggZD0iTTExIDhDMTEgOS42NTY4NSA5LjY1Njg1IDExIDggMTFDNi4zNDMxNSAxMSA1IDkuNjU2ODUgNSA4QzUgNi4zNDMxNSA2LjM0MzE1IDUgOCA1QzkuNjU2ODUgNSAxMSA2LjM0MzE1IDExIDhaIiBzdHJva2U9IiNGRkZGRkYiIHN0cm9rZS13aWR0aD0iMiIvPg0KPC9zdmc+DQo=);
}

.s-schemeBlue.s-scheme-enableContent a.sharing_link:not(.button):not(.btn),
.s-schemeBlue .s-scheme-enableContent a.sharing_link:not(.button):not(.btn) {
  color: #fff;
}

.s-schemeBlue.s-scheme-enableContent a.sharing_link:not(.button):not(.btn):hover,
.s-schemeBlue .s-scheme-enableContent a.sharing_link:not(.button):not(.btn):hover {
  color: #fff;
}

.s-schemeBlue.s-scheme-enableBackground,
.s-schemeBlue .s-scheme-enableBackground {
  background-color: #0076b6;
}

.s-schemeBlue.s-scheme-enableBackground .customSelectInner:after,
.s-schemeBlue .s-scheme-enableBackground .customSelectInner:after {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxOC4xLjEsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiDQoJIHdpZHRoPSIxNHB4IiBoZWlnaHQ9IjlweCIgdmlld0JveD0iMCAwIDE0IDkiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDE0IDkiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGZpbGw9IiNGRkZGRkYiIGQ9Ik03LjA3MSw4LjgyMUwwLDEuNzVMNi45MzgsMGw3LjIwNSwxLjc1TDcuMDcxLDguODIxeiIvPg0KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGZpbGw9IiMwMDc2QjYiIGQ9Ik03LjA3MSw1Ljk5M0wxLjQxNCwwLjMzNkw3LjA5NCwwbDUuNjM0LDAuMzM2TDcuMDcxLDUuOTkzeiIvPg0KPC9zdmc+DQo=);
}

.s-schemeBlue.s-scheme-enableBackground .subMenuBar_menuItem:after,
.s-schemeBlue .s-scheme-enableBackground .subMenuBar_menuItem:after {
  background-color: #e8e8e8;
}

.s-schemeBlue.s-scheme-enableButtons .btn,
.s-schemeBlue .s-scheme-enableButtons .btn {
  border: 2px solid transparent;
  background-color: #fff;
  color: #66b245;
}

.s-schemeBlue.s-scheme-enableButtons .btn:hover,
.s-schemeBlue .s-scheme-enableButtons .btn:hover {
  background-color: transparent;
  color: #fff;
  border-color: currentColor;
}

.s-schemeBlue .trustElements_item {
  border-color: #e8e8e8;
}

.innerContainer,
.buyBlock_description,
.peopleBlock_innerContainer {
  max-width: 49.375rem;
  display: block;
  margin: auto;
}

.blockSection {
  padding: 0;
  color: #434346;
}

.blockSection.blockSection-topPadding {
  padding-top: 5.9375rem;
}

.blockSection.blockSection-bottomPadding {
  padding-bottom: 5.9375rem;
}

.blockSection-smallerMobilePadding.blockSection-topPadding {
  padding-top: 3.125rem;
}

.blockSection-smallerMobilePadding.blockSection-bottomPadding {
  padding-bottom: 3.125rem;
}

.blockSection-gridContent.blockSection-topPadding {
  padding-top: 0;
}

.blockSection_title,
.textBlock_title,
.buyBlock_title,
.buyBlockV2_title,
.relatedContent_title,
.postsList_title {
  position: relative;
  display: block;
  padding-bottom: 1.25rem;
  text-align: center;
  font-size: 1.625rem;
  font-weight: bold;
  margin-bottom: 1.875rem;
}

.blockSection_title::after,
.textBlock_title::after,
.buyBlock_title::after,
.buyBlockV2_title::after,
.relatedContent_title::after,
.postsList_title::after {
  content: '';
  display: block;
  height: .125rem;
  width: 10.625rem;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #0076b6;
}

.blockSection_subTitle {
  text-align: center;
  font-size: 1rem;
  font-weight: 400;
  margin-bottom: 2.5rem;
  line-height: 1.32;
}

@media (min-width: 768px) {
  .blockSection-gridContent.blockSection-topPadding,
  .blockSection-smallerMobilePadding.blockSection-topPadding {
    padding-top: 5.9375rem;
  }

  .blockSection-gridContent.blockSection-bottomPadding,
  .blockSection-smallerMobilePadding.blockSection-bottomPadding {
    padding-bottom: 5.9375rem;
  }

  .blockSection.trust_elements.blockSection-topPadding {
    padding-top: 2.5rem;
  }

  .blockSection.trust_elements.blockSection-bottomPadding {
    padding-bottom: 2.5rem;
  }
}

@media (min-width: 992px) {
  .blockSection_subTitle {
    font-size: 1.3125rem;
  }

  .blockSection_title,
  .textBlock_title,
  .buyBlock_title,
  .buyBlockV2_title,
  .relatedContent_title,
  .postsList_title {
    font-size: 2.25rem;
    padding-bottom: 1.125rem;
    margin-bottom: 3.125rem;
  }

  .blockSection_title + .blockSection_subTitle,
  .textBlock_title + .blockSection_subTitle,
  .buyBlock_title + .blockSection_subTitle,
  .buyBlockV2_title + .blockSection_subTitle,
  .relatedContent_title + .blockSection_subTitle,
  .postsList_title + .blockSection_subTitle {
    margin-top: -1.5625rem;
  }
}

.hero {
  color: #fff;
  text-align: center;
}

.hero_item {
  display: none;
  width: 100%;
  height: 33.9375rem;
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  vertical-align: top;
}

.hero_item:first-child {
  display: block;
}

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

.hero_itemCont {
  width: 100%;
  /* padding: 0 1.875rem; */
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
}

.hero_title {
  font-size: 1.625rem;
  font-weight: bold;
  margin-bottom: 1.0625rem;
  position: relative;
}

.hero_titleInner {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
}

.hero_titleDefaultText {
  display: none;
}

.hero_description {
  line-height: 1.45;
}

.hero_link {
  display: inline-block;
  vertical-align: top;
  padding: 1.125rem .625rem 1rem;
  min-width: 9.5rem;
  margin: 0 .5rem .625rem .5rem;
  font-size: .9375rem;
}

.hero_link-alt {
  background-color: transparent;
  border: 0.125rem solid #fff;
  border-radius: 0.1875rem;
  padding: 1rem .625rem .875rem;
}

.hero_titlePlaceholderText {
  opacity: 0;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

@media (min-width: 992px) {
  .hero_item {
    height: 36.5625rem;
  }

  .hero_itemCont {
    margin-top: 1.25rem;
  }

  .hero_title {
    font-size: 2.25rem;
    margin-bottom: 4.1875rem;
  }

  .hero_description {
    font-size: 1.3125rem;
  }

  .hero_link {
    margin: 0 .75rem 1.125rem .75rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    min-width: 10.9375rem;
    font-size: 1rem;
  }
}

.sliderTabs_slides-alt {
  padding-bottom: 2.1875rem;
}

.sliderTabs_pagination {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 0;
  padding: 0;
  margin: 0 0 1.5rem;
}

.sliderTabs_pagination li {
  display: inline-block;
  float: left;
  margin: 0 .625rem;
  width: .875rem;
  height: .875rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 0.125rem solid #fff;
  border-radius: 50%;
  cursor: pointer;
}

.sliderTabs_pagination li.slick-active {
  background-color: #66b245;
}

.sliderTabs_pagination button {
  display: none;
}

.sliderTabs_pagination-alt li {
  border-color: #d9d9d9;
}

.sliderTabs_pagination-inverse li.slick-active {
  background-color: #fff;
}

.siteLinks_item {
  color: #434346;
  -webkit-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  display: block;
  margin-bottom: 1.25rem;
}

.siteLinks_item::after {
  display: block;
  clear: both;
  content: "";
}

.siteLinks_item:hover {
  text-decoration: none;
  color: #66b245;
}

.siteLinks_item:last-child {
  margin-bottom: 0;
}

.siteLinks_icon {
  float: left;
  margin-right: .875rem;
  width: 3.75rem;
  height: 3.75rem;
}

.siteLinks_icon img {
  width: 100%;
  height: auto;
}

.siteLinks_content {
  overflow: hidden;
}

.siteLinks_itemTitle {
  margin: 0 0 .375rem;
  font-weight: bold;
  font-size: 1.3125rem;
  line-height: 1.6;
}

.siteLinks_column-last {
  margin-top: 1.25rem;
}

.siteLinks_description {
  line-height: 1.35;
}

.siteLinks_description p {
  margin-bottom: 0;
}

.siteLinks_column-last .siteLinks_item:hover {
  color: #0076b6;
}

@media (min-width: 992px) {
  .siteLinks_item {
    margin-bottom: 3.75rem;
  }

  .siteLinks_column {
    text-align: right;
  }

  .siteLinks_icon {
    float: right;
    margin: 0 0 0 1.875rem;
    width: 7.6875rem;
    height: 7.6875rem;
  }

  .siteLinks_itemTitle {
    font-size: 1.75rem;
  }

  .siteLinks_description {
    font-size: 1.3125rem;
  }

  .siteLinks_column-last {
    text-align: left;
    margin-top: 5.9375rem;
  }

  .siteLinks_column-last .siteLinks_icon {
    float: left;
    margin: 0 1.875rem 0 0;
  }
}

.partners_column {
  text-align: center;
}

.partners_item {
  display: block;
  height: 4rem;
  width: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-bottom: 1.5625rem;
}

.partners .sliderTabs_pagination {
  display: none !important;
}

@media (min-width: 992px) {
  .partners_item {
    margin-bottom: 3.75rem;
    height: 5rem;
  }

  .partners .sliderTabs_pagination {
    display: block !important;
  }
}

.blockSection .newsletter {
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto;
  padding: 3.125rem 0;
}

.blockSection .newsletter_title {
  position: relative;
  color: #fff;
  font-weight: bold;
  font-size: 1.3125rem;
  margin-bottom: 1.5625rem;
  text-align: center;
}

.blockSection .newsletter_text {
  max-width: 24em;
  margin: 0 auto;
}

.blockSection .newsletter_formCont {
  background-color: #e7e7e7;
  width: 100%;
  max-width: 24rem;
  display: block;
  margin: 1.875em auto 0;
  padding: 3.125rem 1.875rem;
  font-size: 1rem;
}

@media (min-width: 992px) {
  .blockSection .newsletter {
    background-position: left center;
    min-height: 13.75rem;
    position: relative;
    padding: 5.625rem 0;
  }

  .blockSection .newsletter_title {
    font-size: 2.25rem;
    max-width: calc(100% - 31.875rem);
    width: 100%;
  }

  .blockSection .newsletter_content {
    position: relative;
  }

  .blockSection .newsletter_text {
    max-width: calc(100% - 24.9375rem);
    margin: 0;
  }

  .blockSection .newsletter_formCont {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
         -o-transform: translateY(-50%);
            transform: translateY(-50%);
    margin-top: 0;
  }
}

.formWrapper a {
  color: #66b245;
}

.formWrapper .gform_wrapper {
  margin: 0;
}

.formWrapper .gform_wrapper ul li.gfield {
  margin: 0 0 1.875rem;
}

.formWrapper .gform_wrapper .top_label .gfield_label {
  display: none;
}

.formWrapper .gform_wrapper .top_label div.ginput_container {
  margin-top: 0;
}

.formWrapper .gform_wrapper .gfield_checkbox li,
.formWrapper .gform_wrapper .gfield_radio li {
  margin: 0;
}

.formWrapper .gform_wrapper .gfield_checkbox li label,
.formWrapper .gform_wrapper .gfield_radio li label {
  font-size: inherit;
}

.formWrapper .gform_wrapper ul.gform_fields li.gfield {
  padding: 0;
}

.formWrapper .gform_wrapper ul.gfield_checkbox,
.formWrapper .gform_wrapper ul.gfield_radio {
  margin: 0;
}

.formWrapper .gform_wrapper .gfield_checkbox li input[type="checkbox"] {
  display: none;
}

.formWrapper .gform_wrapper .gfield_checkbox li input[type="checkbox"] + label {
  position: relative;
  margin: 0;
  max-width: none;
  width: 100%;
  display: block;
  padding-left: 1.875rem;
}

.formWrapper .gform_wrapper .gfield_checkbox li input[type="checkbox"] + label::before {
  content: '';
  display: block;
  position: absolute;
  top: .1875rem;
  left: 0;
  width: 1.125rem;
  height: 1.125rem;
  border-radius: .1875rem;
  background-color: #fff;
}

.formWrapper .gform_wrapper .gfield_checkbox li input[type="checkbox"] + label::after {
  content: '';
  position: absolute;
  left: 0;
  top: .1875rem;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4NCjxzdmcgd2lkdGg9IjEycHgiIGhlaWdodD0iMTBweCIgdmlld0JveD0iMCAwIDEyIDEwIiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPg0KICAgIDwhLS0gR2VuZXJhdG9yOiBTa2V0Y2ggMzkgKDMxNjY3KSAtIGh0dHA6Ly93d3cuYm9oZW1pYW5jb2RpbmcuY29tL3NrZXRjaCAtLT4NCiAgICA8dGl0bGU+aWNvbl9jaGVja2VkPC90aXRsZT4NCiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4NCiAgICA8ZGVmcz48L2RlZnM+DQogICAgPGcgaWQ9IlN5bWJvbHMiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPg0KICAgICAgICA8ZyBpZD0iaWNvbl9jaGVja2VkIiBmaWxsPSIjNjZCMjQ1Ij4NCiAgICAgICAgICAgIDxwYXRoIGQ9Ik0zLjc2MDQ2NTg3LDguNTM1NDY5IEw0LjQ2NzU3MjY1LDkuMjQyNTc1NzggTDUuMTc0Njc5NDMsOC41MzU0NjkgTDExLjU4MDIzNSwyLjEyOTkxMzQ1IEMxMS45NzA3NTkzLDEuNzM5Mzg5MTYgMTEuOTcwNzU5MywxLjEwNjIyNDE4IDExLjU4MDIzNSwwLjcxNTY5OTg5MSBDMTEuMTg5NzEwNywwLjMyNTE3NTYgMTAuNTU2NTQ1NywwLjMyNTE3NTYgMTAuMTY2MDIxNCwwLjcxNTY5OTg5MSBMNC40NzQzOTEzNyw2LjQyMDk2NzUxIEMzLjc2NTAxMTc1LDUuNzExNTg3NzYgMi4zNDYyNTIzLDQuMjkyODI4MzEgMi4zNDYyNTIzLDQuMjkyODI4MzEgQzEuOTU1NzI4MDEsMy45MDIzMDQwMiAxLjMyMjU2MzAzLDMuOTAyMzA0MDIgMC45MzIwMzg3NDIsNC4yOTI4MjgzMSBDMC41NDE1MTQ0NTEsNC42ODMzNTI2MSAwLjU0MTUxNDQ1MSw1LjMxNjUxNzU4IDAuOTMyMDM4NzQyLDUuNzA3MDQxODggTDMuNzYwNDY1ODcsOC41MzU0NjkgWiI+PC9wYXRoPg0KICAgICAgICA8L2c+DQogICAgPC9nPg0KPC9zdmc+);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 80%;
  display: none;
  width: 1.125rem;
  height: 1.125rem;
}

.formWrapper .gform_wrapper .gfield_checkbox li input[type="checkbox"]:checked + label {
  font-weight: 400;
}

.formWrapper .gform_wrapper .gfield_checkbox li input[type="checkbox"]:checked + label::after {
  display: block;
}

.formWrapper .gform_wrapper input[type="text"],
.formWrapper .gform_wrapper textarea,
.formWrapper .gform_wrapper select {
  border: none;
  background-color: #fff;
  border-radius: .1875rem;
  padding: .9375rem !important;
  display: block;
  color: currentColor;
}

.formWrapper .gform_wrapper li.gfield_error {
  border: none !important;
  padding: 0;
  margin: 0;
  background-color: transparent !important;
}

.formWrapper .gform_wrapper li.gfield_error.gfield.gfield_contains_required label.gfield_label,
.formWrapper .gform_wrapper li.gfield_error.gfield.gfield_contains_required div.ginput_container {
  margin: 0;
}

.formWrapper .gform_wrapper li.gfield_error div.ginput_complex.ginput_container label,
.formWrapper .gform_wrapper li.gfield_error ul.gfield_radio,
.formWrapper .gform_wrapper li.gfield_error ul.gfield_checkbox {
  color: currentColor;
}

.formWrapper .gform_wrapper li.gfield_error input:not([type='radio']):not([type='checkbox']):not([type='submit']):not([type='button']):not([type='image']):not([type='file']),
.formWrapper .gform_wrapper li.gfield_error textarea {
  border-color: #e51616;
}

.formWrapper .gform_wrapper li.gfield_error input[type="checkbox"] + label::before {
  border: 0.0625rem solid #e51616;
}

.formWrapper .gform_wrapper .gfield.language .gfield_radio {
  height: 1.25rem;
}

.formWrapper .gform_wrapper .gfield.language .gfield_radio li {
  float: left;
  margin-right: 3.125rem;
  overflow: visible;
  width: 3.4375rem;
  height: 1.25rem;
}

.formWrapper .gform_wrapper .gfield.language .gfield_radio li:last-child {
  margin-right: 0;
}

.formWrapper .gform_wrapper .gfield.language .gfield_radio li input[type="radio"] {
  display: none;
}

.formWrapper .gform_wrapper .gfield.language .gfield_radio li input[type="radio"] + label {
  position: relative;
  text-indent: -999rem;
  margin: 0;
  max-width: none;
  width: 100%;
  display: block;
}

.formWrapper .gform_wrapper .gfield.language .gfield_radio li input[type="radio"] + label::before {
  content: '';
  position: absolute;
  display: block;
  vertical-align: top;
  left: 0;
  top: .125rem;
  width: .875rem;
  height: .875rem;
  border: 0.125rem solid #fff;
  border-radius: 50%;
}

.formWrapper .gform_wrapper .gfield.language .gfield_radio li input[type="radio"] + label::after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  vertical-align: top;
  width: 1.6875rem;
  height: 1.1875rem;
}

.formWrapper .gform_wrapper .gfield.language .gfield_radio li input[type="radio"]:checked + label::before {
  background-color: #66b245;
  border-width: .1875rem;
}

.formWrapper .gform_wrapper .gfield.language .gfield_radio li input[value="et"] + label::after {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjciIGhlaWdodD0iMTkiIHZpZXdCb3g9IjAgMCAyNyAxOSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMCAwSDI3VjE4LjY2OEgwVjBaIiBmaWxsPSJibGFjayIvPg0KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0wIDBIMjdWNi4yMjI2NkgwVjBaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwIDEyLjUyNzMpIiBmaWxsPSJ3aGl0ZSIvPg0KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0wIDBIMjdWNi4yMjI2NkgwVjBaIiBmaWxsPSIjMTI5MUZGIi8+DQo8L3N2Zz4NCg==);
}

.formWrapper .gform_wrapper .gfield.language .gfield_radio li input[value="ru"] + label::after {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjciIGhlaWdodD0iMTkiIHZpZXdCb3g9IjAgMCAyNyAxOSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMCAwSDI3VjE4Ljc1SDBWMFoiIGZpbGw9IndoaXRlIi8+DQo8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTAgMEgyN1YxMi40OTk5SDBWMFoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAgNi4yNSkiIGZpbGw9IiMwMDM5QTYiLz4NCjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMCAwSDI3VjYuMjUwMTJIMFYwWiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMCAxMi41KSIgZmlsbD0iI0Q1MkIxRSIvPg0KPC9zdmc+DQo=);
}

.formWrapper .gform_wrapper .gfield.language .gfield_radio li input[value="en"] + label::after {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjciIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyNyAyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCjxtYXNrIGlkPSJtYXNrMCIgbWFzay10eXBlPSJhbHBoYSIgbWFza1VuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeD0iMCIgeT0iMCIgd2lkdGg9IjI3IiBoZWlnaHQ9IjIwIj4NCjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMCAwSDI2Ljk0NzVWMjBIMEwwIDBaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwLjAyNTM5MDYpIiBmaWxsPSJ3aGl0ZSIvPg0KPC9tYXNrPg0KPGcgbWFzaz0idXJsKCNtYXNrMCkiPg0KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0wIDBIMzcuOTk2NVYxOC44MDA0SDBWMFoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC01Ljk0NzI3KSIgZmlsbD0iIzAwMDA2NiIvPg0KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0wIDBWMi4xMDE5M0wzMy43NDg1IDE4LjgwMDRIMzcuOTk2NVYxNi42OTg2TDQuMjQ4IDBIMFpNMzcuOTk2NSAwVjIuMTAxODlMNC4yNDggMTguODAwNEgwVjE2LjY5ODVMMzMuNzQ4NSAwSDM3Ljk5NjVaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtNS45NDcyNykiIGZpbGw9IndoaXRlIi8+DQo8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTE1LjgzMiAwVjE4LjgwMDRIMjIuMTY0OFYwSDE1LjgzMlpNMCA2LjI2NzU4VjEyLjUzNDRIMzcuOTk2NVY2LjI2NzU4SDBaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtNS45NDcyNykiIGZpbGw9IndoaXRlIi8+DQo8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTAgNy41MTk1M1YxMS4yNzk2SDM3Ljk5NjVWNy41MTk1M0gwWk0xNy4wOTc3IDBWMTguODAwNEgyMC44OTcyVjBIMTcuMDk3N1pNMCAxOC44TDEyLjY2NTUgMTIuNTMzMkgxNS40OTc1TDIuODMyMDIgMTguOEgwWk0wIDBMMTIuNjY1NSA2LjI2Njc5SDkuODMzNDlMMCAxLjQwMTMzVjBaTTIyLjQ5OCA2LjI2Njc5TDM1LjE2MzYgMEgzNy45OTU2TDI1LjMzMDEgNi4yNjY3OUgyMi40OThaTTM3Ljk5NTYgMTguOEwyNS4zMzAxIDEyLjUzMzJIMjguMTYyMUwzNy45OTU2IDE3LjM5ODdWMTguOFoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC01Ljk0NzI3KSIgZmlsbD0iI0NDMDAwMCIvPg0KPC9nPg0KPC9zdmc+DQo=);
}

.formWrapper .gform_wrapper textarea.small {
  height: 6.25rem;
}

.formWrapper .gform_wrapper .gform_footer {
  padding: 0;
  margin: 0;
}

.formWrapper .gform_wrapper .gform_footer input[type=submit] {
  margin: 0;
  border: none;
  border-radius: .1875rem;
  background-color: #66b245;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  font-size: .9375rem;
  padding: 1rem .9375rem;
  width: 100%;
}

.formWrapper .gform_wrapper .validation_error {
  display: none;
}

.formWrapper .gform_wrapper .validation_message {
  color: #e51616;
}

.formWrapper .gform_wrapper .field_description_below .gfield_description {
  padding-top: .375rem;
  margin-bottom: 0;
}

.floatingForm {
  display: none;
  z-index: 1040;
  background-color: #d9d9d9;
  overflow: hidden;
  max-width: 23.625rem;
  width: 100%;
  color: #434346;
}

.floatingForm_header {
  color: #fff;
  background-color: #66b245;
  padding: .9375rem 3.125rem .9375rem 1.5rem;
  position: relative;
  cursor: pointer;
  font-size: 1.1875rem;
  line-height: 1.4;
  font-weight: bold;
}

.floatingForm_header.collapsed .floatingForm_icon {
  -webkit-transform: rotate(90deg);
       -o-transform: rotate(90deg);
          transform: rotate(90deg);
}

.floatingForm_icon {
  position: absolute;
  right: 1.625rem;
  bottom: 1.1875rem;
  -webkit-transform: rotate(270deg);
       -o-transform: rotate(270deg);
          transform: rotate(270deg);
  height: 1rem;
  width: auto;
}

.floatingForm_formCont {
  padding: 1.875rem 1.5rem;
  font-size: 1rem;
}

.floatingForm-mobVisible {
  display: block;
  margin: 0 auto 1.875rem;
}

.floatingForm-mobVisible .floatingForm_header {
  padding-right: 1.5rem;
  text-align: center;
}

.floatingForm-mobVisible .floatingForm_icon {
  display: none;
}

@media (min-width: 992px) {
  .floatingForm {
    display: block;
    position: fixed;
    right: 0;
    bottom: 0;
    border-radius: .625rem .625rem 0 0;
  }

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

  .floatingForm-mobVisible {
    margin-bottom: 0;
  }
}

.floatingFormCol {
  background-color: #434346;
}

.mainHeader {
  font-size: 1rem;
}

.mainHeader .desktop {
  display: none;
}

.mainHeader .mobile {
  display: initial;
  background-color: transparent;
}

.error404 .mainHeader {
  display: none;
}

.mainHeader_top {
  padding: .625em 0;
}

.mainHeader_bottom {
  background-color: #434346;
  color: #fff;
  padding: 1em 0;
  text-align: center;
}

.mainHeader_left {
  float: left;
}

.mainHeader_right {
  float: right;
}

.mainHeader_right.mobile {
  padding-top: .5em;
}

.mainHeader_left.mobile,
.mainHeader_right.mobile {
  float: none;
}

.mainHeader_unit {
  display: block;
  text-align: center;
  margin: 1.5em 0;
}

.mainHeader_menu {
  margin: .5em 0;
}

.mainHeader_searchToggle {
  display: inline-block;
  vertical-align: middle;
}

.mainHeader_searchToggleButton {
  display: block;
  width: 1.125em;
  height: 1.125em;
  margin-right: 1.25em;
}

.mainHeader_searchToggleButton img {
  vertical-align: top;
  width: 1.125em;
  height: 1.125em;
}

.mainHeader_searchToggleButton:hover,
.mainHeader_searchToggleButton:focus {
  text-decoration: none;
}

.mainHeader_searchToggleForm {
  position: absolute;
  background-color: #fff;
  padding: .5em;
  width: 100%;
  left: 0;
  top: 50px;
  display: none;
  z-index: 100;
  text-align: center;
}

.admin-bar .mainHeader_searchToggleForm {
  top: 82px;
}

@media screen and (max-width: 782px) {
  .admin-bar .mainHeader_searchToggleForm {
    top: 96px;
  }
}

.mainHeader_searchToggle.desktop .mainHeader_searchToggleForm {
  position: static;
  background: none;
  padding: 0;
  float: left;
  width: auto;
}

.mainHeader_searchToggle.desktop .mainHeader_searchToggleButton {
  float: left;
  width: 25px;
  height: 30px;
}

.mainHeader_searchToggle.desktop .mainHeader_searchToggleButton img {
  width: 25px;
  height: 25px;
  vertical-align: middle;
}

.mainHeader_searchToggle.desktop .searchForm_submit {
  display: none;
}

.mainHeader_logo {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  text-decoration: none;
}

.mainHeader_logo img {
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
  vertical-align: top;
  height: 1.875rem;
}

.mainHeader_logo .hover {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
}

.mainHeader_logo:hover,
.mainHeader_logo:focus {
  text-decoration: none;
}

.mainHeader_logo:hover .hover,
.mainHeader_logo:focus .hover {
  opacity: 1;
  visibility: visible;
}

.mainHeader_logo:hover .default:not(.no-hover),
.mainHeader_logo:focus .default:not(.no-hover) {
  opacity: 0;
  visibility: hidden;
}

.mainHeader_logo + .mainHeader_logo {
  margin-left: 1.3076em;
}

.mainHeader_logo-small img {
  height: 1.75rem;
}

.mainHeader_logo-secondary {
  display: none;
}

.mainHeader_toggle {
  border: 0;
  padding: 0;
  width: 18px;
  height: 18px;
  vertical-align: middle;
}

.mainHeader_toggle .icon-bar {
  display: block;
  height: 2px;
  background-color: #66b245;
  -webkit-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

.mainHeader_toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}

.mainHeader_toggle[aria-expanded="true"] .icon-bar:nth-child(1) {
  -webkit-transform: translate(0, 6px) rotate(45deg);
       -o-transform: translate(0, 6px) rotate(45deg);
          transform: translate(0, 6px) rotate(45deg);
}

.mainHeader_toggle[aria-expanded="true"] .icon-bar:nth-child(2) {
  -webkit-transform: translate(-6px, 0);
       -o-transform: translate(-6px, 0);
          transform: translate(-6px, 0);
  opacity: 0;
}

.mainHeader_toggle[aria-expanded="true"] .icon-bar:nth-child(3) {
  -webkit-transform: translate(0, -6px) rotate(-45deg);
       -o-transform: translate(0, -6px) rotate(-45deg);
          transform: translate(0, -6px) rotate(-45deg);
}

.mainHeader_toggle:focus {
  outline: none;
}

@media (min-width: 992px) {
  .mainHeader .desktop {
    display: block;
  }

  .mainHeader .mobile {
    display: none;
  }

  .mainHeader_top {
    padding: 1.75em 0;
  }

  .mainHeader_collapse {
    display: none !important;
  }

  .mainHeader_bottom {
    text-align: left;
    padding: .5em 0;
  }

  .mainHeader_bottom .mainHeader_right {
    float: none;
    text-align: center;
  }

  .mainHeader_unit {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    margin: 0 0 0 1.25em;
    padding-left: 1.25em;
  }

  .mainHeader_unit + .mainHeader_unit:before {
    content: '';
    position: absolute;
    background-color: #979797;
    width: 2px;
    height: 26px;
    left: -1px;
    top: calc(50% - 13px);
  }

  .mainHeader_searchToggle {
    display: none;
  }

  .mainHeader_logo-secondary {
    display: inline-block;
  }
}

@media (min-width: 1200px) {
  .mainHeader_top .mainHeader_right {
    margin: .5625em 0;
  }

  .mainHeader_logo img {
    height: 3.125rem;
  }

  .mainHeader_logo + .mainHeader_logo {
    margin-left: 2.3125em;
  }

  .mainHeader_logo-small img {
    height: 2.5rem;
  }

  .mainHeader_bottom .mainHeader_right {
    float: right;
    text-align: left;
  }
}

.mainMenu {
  font-size: 1em;
  padding: 0;
  margin: 0;
  text-align: center;
}

.mainMenu li {
  display: block;
}

.mainMenu li a {
  display: inline-block;
  color: currentColor;
  text-transform: uppercase;
  -webkit-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  padding: .375em 0;
}

.mainMenu li a:hover,
.mainMenu li a:focus {
  color: #66b245;
  text-decoration: none;
}

@media (min-width: 992px) {
  .mainMenu {
    text-align: left;
  }

  .mainMenu li {
    display: inline-block;
  }

  .mainMenu li + li {
    margin-left: 1.125em;
    padding-left: 1.125em;
    position: relative;
  }

  .mainMenu li + li:before {
    content: '';
    position: absolute;
    background-color: #9b9b9b;
    width: 2px;
    height: 100%;
    left: 0;
  }

  .mainMenu li a {
    padding: 0;
  }
}

.socialIcons {
  font-size: .9375rem;
}

.socialIcons_icon {
  display: inline-block;
  vertical-align: text-bottom;
  width: 1em;
  height: 1em;
  position: relative;
  text-decoration: none;
}

.socialIcons_icon img {
  vertical-align: top;
  max-height: 100%;
  max-width: 100%;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
  width: auto;
  height: 100%;
}

.socialIcons_icon .hover {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  width: 100%;
}

.socialIcons_icon:hover,
.socialIcons_icon:focus {
  text-decoration: none;
}

.socialIcons_icon:hover .hover,
.socialIcons_icon:focus .hover {
  opacity: 1;
  visibility: visible;
}

.socialIcons_icon:hover .default,
.socialIcons_icon:focus .default {
  opacity: 0;
  visibility: hidden;
}

.socialIcons_icon + .socialIcons_icon {
  margin-left: .7333em;
}

.langMenu {
  font-size: .9375rem;
  font-weight: 500;
  line-height: normal;
}

.langMenu .lang-item:not(:first-child) {
  margin-left: .9333em;
}

.langMenu .lang-item {
  display: inline-block;
}

.langMenu .lang-item a {
  color: #434346;
  -webkit-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  padding: 0;
}

.langMenu .lang-item a:hover,
.langMenu .lang-item a:focus {
  color: #66b245;
  background: none;
  text-decoration: none;
}

.langMenu .current-lang a {
  color: #66b245;
}

.searchForm {
  font-size: 1rem;
}

.searchForm label {
  margin: 0;
}

.searchForm_submit {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4NCjxzdmcgd2lkdGg9IjI1cHgiIGhlaWdodD0iMjVweCIgdmlld0JveD0iMCAwIDI1IDI1IiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPg0KICAgIDwhLS0gR2VuZXJhdG9yOiBTa2V0Y2ggMzkgKDMxNjY3KSAtIGh0dHA6Ly93d3cuYm9oZW1pYW5jb2RpbmcuY29tL3NrZXRjaCAtLT4NCiAgICA8dGl0bGU+aWNvbl9zZWFyY2g8L3RpdGxlPg0KICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPg0KICAgIDxkZWZzPjwvZGVmcz4NCiAgICA8ZyBpZD0iU3ltYm9scyIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+DQogICAgICAgIDxnIGlkPSJpY29uX3NlYXJjaCIgZmlsbD0iIzQzNDM0NiI+DQogICAgICAgICAgICA8cGF0aCBkPSJNOS43MDAyLDE4LjEwMDIgQzUuMTAwMiwxOC4xMDAyIDEuNTAwMiwxNC40MDAyIDEuNTAwMiw5LjkwMDIgQzEuNTAwMiw1LjMwMDIgNS4yMDAyLDEuNzAwMiA5LjcwMDIsMS43MDAyIEMxNC4yMDAyLDEuNzAwMiAxNy45MDAyLDUuNDAwMiAxNy45MDAyLDkuOTAwMiBDMTcuOTAwMiwxNC40MDAyIDE0LjMwMDIsMTguMTAwMiA5LjcwMDIsMTguMTAwMiBNMjMuODAwMiwyMi43MDAyIEwxNy4yMDAyLDE2LjEwMDIgQzE4LjU5OTIsMTQuNDAwMiAxOS41MDAyLDEyLjIwMDIgMTkuNTAwMiw5LjgwMDIgQzE5LjUwMDIsNC40MDAyIDE1LjA5OTIsMC4wMDAxOTk5OTk5OTkgOS43MDAyLDAuMDAwMTk5OTk5OTk5IEM0LjMwMDIsMC4wMDAxOTk5OTk5OTkgMC4wMDAyMDAwMDAwMDIsNC41MDAyIDAuMDAwMjAwMDAwMDAyLDkuODAwMiBDMC4wMDAyMDAwMDAwMDIsMTUuMTAwMiA0LjQwMDIsMTkuNjAwMiA5LjgwMDIsMTkuNjAwMiBDMTIuMjAwMiwxOS42MDAyIDE0LjQwMDIsMTguNzAwMiAxNi4wOTkyLDE3LjMwMDIgTDIyLjcwMDIsMjMuOTAwMiBDMjMuMDAwMiwyNC4yMDAyIDIzLjUwMDIsMjQuMjAwMiAyMy44MDAyLDIzLjkwMDIgQzI0LjA5OTIsMjMuNjAwMiAyNC4wOTkyLDIzLjAwMDIgMjMuODAwMiwyMi43MDAyIj48L3BhdGg+DQogICAgICAgIDwvZz4NCiAgICA8L2c+DQo8L3N2Zz4=);
  background-repeat: no-repeat;
  background-position: center;
  width: 25px;
  height: 30px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  background-color: transparent;
  color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  cursor: pointer;
  margin-right: .5em;
}

.searchForm_field {
  border: 1px solid #d9d9d9;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 3px;
  padding: 0 .5em;
}

.searchForm-content {
  position: relative;
}

.searchForm-content .searchForm_submit {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  margin-right: 1.125em;
}

.searchForm-content label {
  display: block;
}

.searchForm-content .searchForm_field {
  padding: 0.8125rem 1.25rem;
  width: 100%;
  border-color: #9b9b9b;
}

@media (min-width: 768px) {
  .searchForm_field {
    font-size: 1.1875em;
    line-height: 1.2;
  }
}

.btn_icon {
  -webkit-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
  width: 1em;
  height: 0.625em;
  display: inline-block;
}

.btn_textSecondary .btn_icon {
  -webkit-transform: translateY(-0.0625em);
       -o-transform: translateY(-0.0625em);
          transform: translateY(-0.0625em);
}

.btn-white,
.fadeSlider-inverse .fadeSlider_bottom .btn {
  background-color: #fff;
  color: #66b245;
}

.btn-white:hover,
.fadeSlider-inverse .fadeSlider_bottom .btn:hover,
.btn-white:focus,
.fadeSlider-inverse .fadeSlider_bottom .btn:focus {
  background-color: #66b245;
  color: #fff;
}

.footerBar {
  background-color: #434346;
  color: #fff;
  font-size: .875em;
  padding: 1.7142em 0;
  text-align: center;
}

.footerBar .socialIcons {
  display: inline-block;
  line-height: 1;
}

.error404 .footerBar {
  display: none;
}

.footerBar_left {
  width: 100%;
  overflow: hidden;
}

.footerBar_right {
  width: 100%;
  margin-top: 1.4285em;
}

.footerBar_item {
  float: left;
  width: 100%;
}

.footerBar_item a {
  color: currentColor;
  -webkit-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  text-decoration: none;
}

.footerBar_item a:hover {
  color: #66b245;
}

.footerBar_menu {
  float: left;
  width: 100%;
  margin-bottom: 1.0714em;
}

.footerBar_top {
  margin-left: .7857em;
  padding-left: .7857em;
  position: relative;
}

.footerBar_top img {
  vertical-align: baseline;
}

.footerBar_top:before {
  content: '';
  position: absolute;
  background-color: #9b9b9b;
  width: 2px;
  height: 24px;
  left: -1px;
  top: calc(50% - 12px);
}

@media (min-width: 992px) {
  .footerBar {
    text-align: left;
    padding: 1.1428em 0;
  }

  .footerBar_left {
    width: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .footerBar_right {
    width: auto;
    text-align: center;
  }

  .footerBar_menu {
    float: right;
    width: auto;
    margin-bottom: 0;
  }

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

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

  .footerBar_item {
    width: auto;
    margin-right: 1.125em;
    padding-right: 1.125em;
    position: relative;
  }

  .footerBar_item:after {
    content: '';
    position: absolute;
    background-color: #9b9b9b;
    width: 2px;
    height: 100%;
    right: 0;
    top: 0;
  }
}

@media (min-width: 1200px) {
  .footerBar_itemCont {
    display: block;
  }

  .footerBar_left {
    float: left;
  }

  .footerBar_right {
    float: right;
    margin-top: 0;
  }
}

.testimonials_navList {
  margin-bottom: 1.125rem;
  overflow: hidden;
}

.testimonials_navContainer {
  max-width: 56.25rem;
  margin: 0 auto;
}

.testimonials_navContainer .slick-list {
  overflow: visible;
}

.testimonials_navItem {
  padding: 2.2917rem 1.5625rem 2.2917rem  .75rem;
  -webkit-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

.testimonials_navItem.t-active {
  padding-right: 2.3125rem;
  padding-left: 0;
}

.testimonials_navItem.t-active .testimonials_navImage {
  -webkit-transform: scale(1.3);
       -o-transform: scale(1.3);
          transform: scale(1.3);
  border: 0.25rem solid #66b245;
  opacity: 1;
}

.testimonials_navImage {
  width: 6.875rem;
  height: 6.875rem;
  overflow: hidden;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  -webkit-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  -webkit-transform-origin: left;
       -o-transform-origin: left;
          transform-origin: left;
  opacity: .5;
}

.testimonials_contentContainer {
  max-width: 56.25rem;
  margin: 0 auto;
}

.testimonials_description {
  margin-bottom: 1rem;
}

.testimonials_footer {
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.testimonials_name {
  text-transform: uppercase;
}

.testimonials_position {
  margin-bottom: .9375rem;
  line-height: 1.35;
}

.testimonials_logo {
  margin-bottom: 1.25rem;
  width: 12.5rem;
  text-align: center;
}

.testimonials_logo img {
  width: 100%;
  height: auto;
}

.testimonials_link {
  width: 100%;
  padding: 1rem;
  font-size: .9375rem;
}

.testimonials_readMore {
  display: none;
}

@media (min-width: 768px) {
  .testimonials {
    font-size: 1.3125rem;
  }

  .testimonials_description {
    margin-bottom: 1.875rem;
    line-height: 30px;
  }

  .testimonials_description img {
    display: inline;
    -webkit-transform: rotate(180deg);
         -o-transform: rotate(180deg);
            transform: rotate(180deg);
    margin-left: 4px;
  }

  .testimonials_readMore {
    color: #66b245;
  }

  .testimonials_readMore:hover,
  .testimonials_readMore:focus {
    color: #81bc5e;
    outline: none;
  }

  .testimonials_readMore.opened img {
    -webkit-transform: rotate(0deg);
         -o-transform: rotate(0deg);
            transform: rotate(0deg);
  }

  .testimonials_description.closed .testimonials_descriptionText {
    height: 8.7em;
    overflow: hidden;
  }

  .testimonials_description.closed .testimonials_readMore {
    display: inline;
  }

  .testimonials_footer {
    position: relative;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }

  .testimonials_layoutUnit-right {
    margin-left: auto;
  }

  .testimonials_name {
    margin-bottom: .25rem;
  }

  .testimonials_position {
    margin-bottom: 1.875rem;
  }

  .testimonials_logo {
    margin-left: .9375rem;
  }

  .testimonials_logo img {
    margin: 0 auto;
  }

  .testimonials_link {
    width: auto;
    padding: 1rem 1.25rem;
  }
}

.mapBlock {
  font-size: 1rem;
  position: relative;
  min-height: 16.25em;
}

.mapBlock_map {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.mapBlock_map * {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

#mapBlock {
  height: 100%;
}

.mapBlock_overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  background-color: rgba(2, 128, 195, 0.6);
  mix-blend-mode: multiply;
}

.mapBlock_content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 20;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.mapBlock_center {
  position: relative;
  z-index: 1;
  text-align: center;
}

.mapBlock_title {
  font-size: 1.3125em;
  color: #fff;
  font-weight: 700;
  line-height: normal;
  max-width: 21.3888em;
  padding: 0 15px;
}

.mapBlock_button {
  margin-top: 2.25em;
}

@media (min-width: 992px) {
  .mapBlock {
    position: relative;
    min-height: 33.75em;
  }

  .mapBlock_title {
    font-size: 2.25em;
  }
}

.fadeSlider {
  position: relative;
  font-size: 1rem;
  overflow: hidden;
}

.fadeSlider .sliderTabs_pagination {
  -webkit-transform: none;
       -o-transform: none;
          transform: none;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 5.9375em;
  margin: 0;
  text-align: center;
}

.fadeSlider .sliderTabs_pagination li {
  float: none;
  margin: 0 .375em;
}

.fadeSlider_image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 64.5%;
  position: relative;
}

.fadeSlider_text {
  background-color: #f4f4f4;
}

.fadeSlider_bottom {
  padding-top: 4.375em;
  text-align: center;
}

.fadeSlider_content {
  padding: 1.875em 1.25em;
}

.fadeSlider_title {
  font-size: 1.3125em;
  font-weight: 700;
  line-height: 26px;
  margin: 0;
}

.fadeSlider_subTitle {
  font-size: 1em;
  font-weight: 700;
  text-transform: uppercase;
  color: #9b9b9b;
  margin-top: .6em;
}

.fadeSlider_excerpt {
  font-size: 1em;
  line-height: 1.35;
  padding-top: .5em;
  overflow: hidden;
}

.fadeSlider_excerpt p:last-child {
  margin-bottom: 0;
}

.fadeSlider_moreLink {
  display: inline-block;
  vertical-align: top;
  color: #66b245;
}

.fadeSlider_moreLink:hover {
  color: #66b245;
}

.fadeSlider_icon {
  -webkit-transform: rotate(90deg);
       -o-transform: rotate(90deg);
          transform: rotate(90deg);
  width: .75em;
  height: auto;
  float: right;
  margin: .5625em 0 0 .375em;
}

.fadeSlider_breaker {
  display: none;
}

.fadeSlider_modalLink {
  position: absolute;
  top: calc(50% - 66px);
  left: calc(50% - 66px);
}

.fadeSlider_modalLink:focus {
  outline: none;
}

.fadeSlider-inverse {
  background-color: #66b245;
}

.fadeSlider-inverse .fadeSlider_text {
  background-color: transparent;
  color: #fff;
}

.fadeSlider-inverse .fadeSlider_bottom .btn {
  border: 1px solid #fff;
}

.fadeSlider-inverse .sliderTabs_pagination {
  left: 0;
}

@media (min-width: 992px) {
  .fadeSlider .sliderTabs_pagination {
    left: calc(50% + 50px);
    bottom: 125px;
  }

  .fadeSlider .sliderTabs_pagination li {
    float: left;
    margin: 0 .625em;
  }

  .fadeSlider .sliderTabs_pagination li:first-child {
    margin-left: 0;
  }

  .fadeSlider .slick-slide,
  .fadeSlider_slide,
  .fadeSlider_image,
  .fadeSlider_text {
    height: 35rem;
  }

  .fadeSlider_image {
    padding-bottom: 0;
  }

  .fadeSlider_bottom {
    position: absolute;
    bottom: 50px;
    left: 50px;
    padding: 0;
    text-align: left;
  }

  .fadeSlider_title {
    font-size: 2.25em;
    font-weight: 700;
    line-height: 42px;
  }

  .fadeSlider_subTitle {
    font-size: 1.1875em;
  }

  .fadeSlider_excerpt {
    font-size: 1.1875em;
    line-height: 1.3;
    padding-top: 1.25rem;
  }

  /*.fadeSlider_breaker {
    display: block;
  }*/

  .fadeSlider_content {
    padding: 5em 3.125em 0 2.1875em;
    max-width: 505px;
  }

  .fadeSlider-inverse .fadeSlider_content {
    padding: 5em 2.1875em 0 3.125em;
    float: right;
    position: relative;
    height: 100%;
  }

  .fadeSlider-inverse .fadeSlider_bottom {
    position: absolute;
    left: 3.125em;
    bottom: 3.125rem;
  }

  .fadeSlider-inverse .sliderTabs_pagination {
    left: 0;
    right: 0;
    max-width: 1040px;
    margin: auto;
    padding: 0 50px;
  }
}

@media (min-width: 1200px) {
  .fadeSlider_content {
    max-width: 620px;
  }

  .fadeSlider-inverse .sliderTabs_pagination {
    max-width: 1270px;
  }
}

.team {
  margin-bottom: -1.25rem;
}

.team_navWrap {
  overflow: hidden;
  width: 100%;
}

.team_nav {
  background-color: #f4f4f4;
  height: 3.125rem;
  position: relative;
  color: #9b9b9b;
  margin-bottom: 1.875rem;
  width: 100%;
  max-width: 100%;
}

.team_nav::after {
  display: block;
  clear: both;
  content: "";
}

.team_nav.fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  height: auto;
  z-index: 1000;
  -webkit-transform: translateZ(0);
}

.team_navFade {
  position: absolute;
  width: 3.75rem;
  height: 100%;
  top: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, right top, from(#f4f4f4), to(transparent));
  background: -webkit-linear-gradient(left, #f4f4f4, transparent);
  background: -o-linear-gradient(left, #f4f4f4, transparent);
  background: linear-gradient(to right, #f4f4f4, transparent);
  z-index: 1;
  pointer-events: none;
}

.team_navFade-right {
  left: auto;
  right: 0;
  background: -webkit-gradient(linear, right top, left top, from(#f4f4f4), to(transparent));
  background: -webkit-linear-gradient(right, #f4f4f4, transparent);
  background: -o-linear-gradient(right, #f4f4f4, transparent);
  background: linear-gradient(to left, #f4f4f4, transparent);
}

.team_navLinks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  padding: .8125rem .9375rem;
  width: 100%;
  height: 100%;
}

.team_navLinks::-webkit-scrollbar {
  display: none;
}

.team_navLink {
  color: currentColor;
  display: block;
  float: left;
  text-transform: uppercase;
  font-size: .9375rem;
  font-weight: bold;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.team_navLink:hover {
  text-decoration: none;
  color: currentColor;
}

.team_navLink::after {
  content: '';
  display: inline-block;
  vertical-align: top;
  height: 0.9375rem;
  border-right: 0.0625rem solid #9b9b9b;
  margin: 0.375rem .5625rem 0;
  float: right;
}

.team_navLink:first-child {
  margin-left: 25vw;
}

.team_navLink:last-child {
  padding-right: 25vw;
}

.team_navLink:last-child:after {
  display: none;
}

.team_navLink.active {
  color: #66b245;
}

.team_category {
  margin-bottom: 1.5625rem;
  text-align: center;
  font-size: 1.625rem;
  font-weight: bold;
}

.team_card {
  background-color: #f4f4f4;
  position: relative;
  padding: 5.3125rem 1.25rem 0 1.875rem;
  margin-top: 4.0625rem;
  margin-bottom: 1.25rem;
  width: 100%;
}

.team_card a {
  color: #66b245;
}

.team_image {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 8.125rem;
  height: 8.125rem;
}

.team_title {
  font-size: 1.3125rem;
  font-weight: bold;
}

.team_position {
  line-height: 1.35;
}

.team_footer {
  margin-top: 2.5rem;
  border-top: 0.0625rem solid #d9d9d9;
  padding-top: 1.25rem;
  margin-bottom: 1.25rem;
}

.team_footer-noContent {
  margin-bottom: 2.5rem;
}

.team_prefix {
  font-weight: bold;
  display: inline-block;
  vertical-align: top;
}

.team_info {
  display: inline;
  vertical-align: top;
}

.team_bioOpen {
  position: absolute;
  right: 2.1875rem;
  bottom: 1.25rem;
  text-transform: uppercase;
  font-weight: bold;
  font-size: .875rem;
}

@media (min-width: 768px) {
  .team {
    margin-bottom: -5.9375rem;
  }

  .team_card {
    width: 50%;
    border-left: 0.9375rem solid #fff;
    border-right: 0.9375rem solid #fff;
  }

  .team_category {
    font-size: 2.25rem;
    margin-bottom: 2.5rem;
    text-align: left;
  }

  .team_nav {
    background-color: #fff;
    height: auto;
    margin-bottom: 5.3125rem;
  }

  .team_navFade {
    display: none;
  }

  .team_navLinks {
    display: block;
    text-align: center;
    padding-top: 0;
    background-color: #fff;
  }

  .team_navLink {
    float: none;
    display: inline-block;
    vertical-align: top;
    margin: .625rem .3125rem;
    border: 0.125rem solid #d9d9d9;
    border-radius: .1875rem;
    padding: 1rem;
    line-height: 1;
  }

  .team_navLink:hover {
    color: #66b245;
    border-color: #66b245;
  }

  .team_navLink.active {
    color: #66b245;
    border-color: #66b245;
  }

  .team_navLink:first-child {
    margin: .625rem .3125rem;
  }

  .team_navLink:last-child {
    padding: 1rem;
  }

  .team_navLink::after {
    display: none;
  }

  .team_cards {
    margin-bottom: 4.6875rem;
  }
}

@media (min-width: 992px) {
  .team_card {
    width: 33.3333%;
  }
}

.modal {
  padding-right: 0 !important;
  font-size: 1rem;
  width: 100%;
  height: 100%;
  overflow-x: auto;
  overflow-y: scroll;
}

.modal-open .modal {
  overflow-x: auto;
  overflow-y: scroll;
}

.modal_dialog {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: none;
  width: 100%;
  height: 100%;
  margin: 0;
  position: static;
}

.modal_content {
  position: absolute;
  border: 0;
  border-radius: 0;
  width: 100%;
  max-height: 100%;
}

.modal_header {
  position: absolute;
  width: 100%;
  z-index: 10;
  padding-top: 1em;
  padding-right: 1em;
}

.modal_header .close {
  color: #434346;
  text-shadow: none;
  font-size: 20px;
  opacity: 1;
  -webkit-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

.modal_header .close:hover,
.modal_header .close:focus {
  outline: none;
  opacity: .5;
}

.modal_body {
  padding: 1em;
  text-align: center;
  background-color: #fff;
  -webkit-box-shadow: 0 4px 16px rgba(0, 0, 0, 0.3);
          box-shadow: 0 4px 16px rgba(0, 0, 0, 0.3);
}

.modal-backdrop {
  background-color: #fff;
  opacity: .8;
}

.modal-bio .modal_content {
  margin-top: 75px;
}

.modal-big .modal_body {
  padding: 56px 1em 1em;
}

.modal-greetingPopup .modal_content {
  max-width: 585px;
  background-color: transparent;
  padding: 0 2.625em;
}

.modal-greetingPopup .modal_header {
  left: 0;
  padding-top: 0;
}

.modal-greetingPopup .modal_body {
  padding: 0;
}

@media (min-width: 845px) {
  .modal_content {
    width: 844px;
  }

  .modal-greetingPopup .modal_content {
    width: 100%;
    max-width: 41.875em;
  }
}

@media (min-width: 992px) {
  .modal_body {
    padding: 0 38px 66px;
  }
}

.contactBlock {
  font-size: 1rem;
  overflow: hidden;
}

.contactBlock + .contactBlock {
  margin-top: 1em;
}

.contactBlock_left,
.contactBlock_right {
  padding-bottom: 60%;
  background-color: #66b245;
  position: relative;
}

.contactBlock_left {
  position: relative;
  padding: 0;
}

.contactBlock_image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  padding-bottom: 60%;
}

.contactBlock_info {
  font-size: 1.1875em;
  line-height: 1.3157em;
  background-color: #fff;
}

.contactBlock_infoRow {
  padding: 1em 0;
}

.contactBlock_infoRow + .contactBlock_infoRow {
  padding-top: 0;
}

.contactBlock_infoTitle {
  font-weight: bold;
}

.contactBlock_infoText p {
  margin-bottom: 0;
}

.contactBlock_infoText a {
  color: #66b245;
}

.contactBlock_infoText a:hover,
.contactBlock_infoText a:focus {
  color: #83c466;
}

.contactBlock_moreButton {
  display: inline-block;
  color: #66b245;
}

.contactBlock_moreButton:hover,
.contactBlock_moreButton:focus {
  color: #83c466;
}

.contactBlock_moreButton.collapsed img {
  -webkit-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
}

.contactBlock_more {
  padding: .8421em;
  border-top: 1px solid #d9d9d9;
}

.contactBlock_more p:last-child {
  margin-bottom: 0;
}

.contactBlock_more + .contactBlock_infoRow {
  padding-top: 0;
}

@media (min-width: 992px) {
  .contactBlock {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .contactBlock_left,
  .contactBlock_right {
    height: 26.25em;
    padding: 0;
    width: 50%;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 50%;
            flex: 1 0 50%;
  }

  .contactBlock_right {
    position: relative;
  }

  .contactBlock_image {
    height: 26.25em;
    padding: 0;
  }

  .contactBlock_info {
    position: absolute;
    bottom: 0.9375em;
    left: 0.9375em;
    right: 0.9375em;
  }

  .contactBlock_infoRow {
    padding: .9375em;
  }
}

.contactBlock iframe {
  width: 100%;
  height: 100%;
  border: none !important;
}

.contactBlock small {
  display: none;
}

.bio {
  font-size: 1rem;
  text-align: center;
  position: relative;
  padding-top: 90px;
}

.bio_image {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 50%;
  width: 9.375em;
  height: 9.375em;
}

.bio_title {
  font-size: 21px;
  font-weight: 700;
}

.bio_position {
  font-size: 19px;
  margin-top: 10px;
}

.bio_content {
  font-size: 19px;
  line-height: normal;
  margin-top: 32px;
  text-align: left;
}

.locationMap,
.locationMap_map {
  position: absolute;
  width: 100%;
  height: 100%;
}

.locationMap_map * {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.panel .panel-body {
  width: 100%;
}

.main-content-section {
  width: 100%;
}

.pagination {
  display: inline-block;
}

.pagination > li {
  display: inline;
}

.pagination > li.active > span {
  color: #fff;
}

.listPagination {
  display: block;
  margin: 0 auto;
  text-align: center;
}

.listPagination_item {
  display: inline-block;
  vertical-align: top;
}

.listPagination_item + .listPagination_item .page-numbers {
  margin-left: 0.625em;
}

.listPagination_item:first-child .page-numbers,
.listPagination_item:last-child .page-numbers {
  background-color: transparent;
  border-radius: 50%;
  display: block;
}

.listPagination_item:first-child .page-numbers:hover,
.listPagination_item:last-child .page-numbers:hover {
  background-color: transparent;
  color: #66b245;
}

.listPagination_item .page-numbers {
  background-color: #f4f4f4;
  display: none;
  width: 3rem;
  height: 3rem;
  padding: 0;
  border-radius: 50%;
  overflow: hidden;
  border: none;
  padding-top: 0.3125rem;
  font-size: 1.3125em;
  font-weight: 700;
  color: #66b245;
}

.listPagination_item .page-numbers:hover {
  color: #fff;
  background-color: #66b245;
  text-decoration: none;
}

.listPagination_item .page-numbers.current {
  display: block;
  color: #fff !important;
  background-color: #66b245 !important;
}

.listPagination_item span.page-numbers.dots {
  background-color: transparent;
  color: #66b245;
}

@media (min-width: 768px) {
  .listPagination_item .page-numbers {
    display: block;
  }
}

.CTA {
  position: relative;
  font-size: 1rem;
  min-height: 26em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.CTA_image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.CTA_bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.CTA_bg img {
  width: auto;
  height: auto;
  max-height: none;
  max-width: none;
  min-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  -webkit-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.CTA_content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px 0;
}

.CTA_contentCol {
  text-align: center;
}

.CTA_text {
  line-height: 1.45;
  color: #fff;
}

.CTA_btn {
  z-index: 1;
  display: inline-block;
  vertical-align: top;
  min-width: 9.5rem;
  margin: 0 .5rem .625rem .5rem;
  font-size: .9375rem;
  background-color: transparent;
  color: #fff;
  border: 0.125rem solid #fff;
  border-radius: 0.1875rem;
  padding: 1rem .625rem .875rem;
}

.CTA_btn-style-not_filled {
  border-color: currentColor;
}

.CTA_btn-style-not_filled:hover {
  background-color: transparent;
}

.CTA_btn-style-filled {
  background-color: #66b245;
  border-color: #66b245;
}

.CTA_btn-style-filled:hover {
  background-color: #fff;
  border-color: #fff;
  color: #66b245;
}

.CTA_btn-style-filled.CTA_btn-bgSet:not(.CTA_btn-colorSet) {
  color: #fff;
}

@media (min-width: 992px) {
  .CTA_text {
    font-size: 1.3125rem;
  }
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, right top, from(#66b245), to(transparent));
  background-image: -webkit-linear-gradient(left, #66b245, transparent);
  background-image: -o-linear-gradient(left, #66b245, transparent);
  background-image: linear-gradient(to right, #66b245, transparent);
}

.overlay-lighter {
  background-image: -webkit-gradient(linear, left top, right top, from(#66b245), to(transparent));
  background-image: -webkit-linear-gradient(left, #66b245, transparent);
  background-image: -o-linear-gradient(left, #66b245, transparent);
  background-image: linear-gradient(to right, #66b245, transparent);
}

.greetingPopup {
  position: relative;
  width: 100%;
  padding-bottom: 100%;
}

.greetingPopup_image {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.greetingPopup_textCont {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 2.1875em;
  margin: auto;
  max-width: 25em;
  font-size: 2.5vw;
}

.greetingPopup_text {
  font-size: 1.5em;
  line-height: 1.3;
  color: #fff;
  text-align: center;
  padding: 0 .8333em;
  margin-bottom: 1.75em;
}

.greetingPopup_btn {
  font-size: 1em;
  padding: .9375em 2.1875em .875em;
}

@media (min-width: 585px) {
  .greetingPopup_textCont {
    font-size: 1rem;
  }
}

.intro {
  position: relative;
}

.intro_imageCont {
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.intro_image {
  bottom: auto;
  height: auto;
  left: 50%;
  min-height: 100%;
  min-width: 100%;
  position: relative;
  right: auto;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: auto;
}

.intro_overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}

.intro_container {
  position: relative;
  padding-top: 15px;
  padding-bottom: 15px;
  min-height: 13.75em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.intro_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  position: relative;
}

.intro_title {
  color: #fff;
  width: 100%;
  font-size: 1.625em;
  margin: 0;
}

.intro_title-shadow {
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.5);
}

.intro_info {
  color: #fff;
  margin-top: 0.9474em;
}

.intro_sharing {
  color: #fff;
  margin-top: 0.9474em;
}

.intro_categories {
  color: #fff;
  margin-top: 0.9474em;
}

.intro-postType .intro_info,
.intro-postType .intro_categories {
  display: none;
}

@media (min-width: 768px) {
  .intro_container {
    min-height: 25em;
  }

  .intro_title {
    font-size: 3em;
  }

  .intro_info {
    font-size: 1.3125rem;
  }

  .intro_categories {
    font-size: 1.3125rem;
  }

  .intro_sharing {
    font-size: 1.3125rem;
  }

  .intro-postType .intro_info,
  .intro-postType .intro_categories {
    margin-top: 1rem;
    display: block;
  }
}

.publicationIntro {
  background-color: #e7e7e7;
  background-image: url(/wp-content/themes/theme-ega/dist/images/background.svg);
  background-position: calc(50% + 15.78125em) center;
  background-size: auto 31.5625em;
  background-repeat: no-repeat;
}

.publicationIntro_container {
  position: relative;
  padding-top: 3.125em;
  padding-bottom: 3.125em;
  min-height: 13.75em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.publicationIntro_imageCont {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  z-index: 10;
  display: none;
  max-width: 18em;
}

.publicationIntro_image {
  height: auto;
  width: auto;
  position: relative;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-width: 100%;
  max-height: 100%;
}

.publicationIntro_imageCont-mobile {
  display: block;
  position: static;
  max-width: 14.125em;
  margin: 0 auto 1em;
}

.publicationIntro_imageCont-mobile .publicationIntro_image {
  width: 100%;
  height: auto;
  top: auto;
  left: auto;
  -webkit-transform: none;
       -o-transform: none;
          transform: none;
}

.publicationIntro_wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  min-height: 15.625em;
}

.publicationIntro_content {
  position: relative;
  z-index: 15;
}

.publicationIntro_title {
  width: 100%;
  font-size: 1.625em;
  font-weight: 700;
  margin: 0 0 0.7692em;
}

.publicationIntro_info,
.publicationIntro_categories {
  display: none;
}

@media (min-width: 992px) {
  .publicationIntro_wrapper {
    text-align: left;
    min-height: 29.125em;
  }

  .publicationIntro_imageCont {
    display: block;
  }

  .publicationIntro_imageCont-mobile {
    display: none;
  }

  .publicationIntro_container {
    min-height: 25em;
    padding-top: 3.75em;
    padding-bottom: 3.75em;
  }

  .publicationIntro_content {
    max-width: calc(50% + 11.875em);
  }

  .publicationIntro_title {
    font-size: 3em;
    margin: 0 0 0.3125em;
  }

  .publicationIntro_info {
    margin-bottom: 0.6667em;
  }

  .publicationIntro_categories {
    margin-bottom: 1.7619em;
  }

  .publicationIntro_info,
  .publicationIntro_categories {
    font-size: 1.3125rem;
    font-weight: 700;
    display: block;
  }
}

@media (min-width: 1200px) {
  .publicationIntro_imageCont {
    max-width: 25em;
  }
}

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

.gallery_item {
  display: block;
  width: 100%;
  height: 35em;
  overflow: hidden;
  position: relative;
}

.gallery_list-cols2 .gallery_item {
  max-width: 50%;
}

.gallery_list-cols3 .gallery_item {
  max-width: 33.3333%;
}

.gallery_list .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.gallery_list .slick-slide {
  height: auto;
}

.gallery_list .slick-slide > div {
  height: 100%;
  padding: 0 0.25em;
}

.gallery_list .slick-slide .gallery_item {
  max-width: 100%;
  height: 100%;
}

.gallery_image {
  bottom: auto;
  height: auto;
  left: 50%;
  min-height: 100%;
  min-width: 100%;
  position: relative;
  right: auto;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: auto;
}

.gallery_hoverCont {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  -webkit-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

.gallery_icon-hide,
.gallery_item-hide,
.gallery_hoverCont-hide {
  display: none;
}

.slick-slide .gallery_item-hide {
  display: block;
}

.gallery_overlay {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}

.gallery_readMore {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  display: none;
}

.gallery_readMore .gallery_overlay {
  background-color: rgba(10, 10, 10, 0.75);
}

.gallery_button,
.gallery_icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.gallery_icon-zoom {
  width: 3.75em;
  height: auto;
}

.gallery_icon-icon_play {
  width: 5em;
  height: auto;
}

.gallery_item:hover .gallery_hoverCont {
  opacity: 1;
}

@media (min-width: 768px) {
  .gallery_readMore {
    display: block;
  }

  .slick-slide .gallery_item-hide {
    display: none;
  }
}

.textBlock_title {
  text-align: left;
  margin-bottom: 0;
  padding-bottom: 1.125rem;
  line-height: 1.2;
}

.textBlock_title::after {
  display: none;
}

.textBlock_collapsible > *:first-child {
  margin-top: 0;
}

.textBlock_button {
  margin-top: 0.9375rem;
  width: 100%;
}

.textBlock_button .btn_text {
  display: none;
}

.textBlock_button .btn_textSecondary {
  display: inline;
}

.textBlock_button.collapsed .btn_text {
  display: inline;
}

.textBlock_button.collapsed .btn_textSecondary {
  display: none;
}

.textBlock_sharing {
  font-weight: 700;
  margin-top: 2.5em;
}

.textBlock_sharing .sharing_link {
  width: 1.9048em;
  height: 1.9048em;
}

@media (min-width: 480px) {
  .textBlock_button {
    margin-top: 1.3125rem;
    width: auto;
  }
}

@media (min-width: 768px) {
  .textBlock_title {
    padding-bottom: 0.625rem;
    line-height: 1.75;
  }
}

@media (min-width: 992px) {
  .textBlock_excerpt {
    font-size: 1.1875em;
  }

  .textBlock_collapsible {
    font-size: 1.1875em;
  }

  .textBlock_sharing {
    font-size: 1.3125em;
    margin-top: 1.9048em;
  }
}

.content404 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 100vh;
  text-align: center;
  margin: 0 auto;
  padding: 0 15px;
  position: relative;
}

.content404_deco {
  display: none;
  position: absolute;
  width: 22.5em;
  height: auto;
}

.content404_deco-left {
  bottom: 0;
  left: 0;
}

.content404_deco-right {
  top: 0;
  right: 0;
}

.content404_image {
  max-width: 21.25em;
  width: 100%;
  height: auto;
  margin: 0 auto 1.875em;
}

.content404_message {
  font-size: 1.625em;
  font-weight: 700;
  margin: 0;
}

.content404_text {
  display: inline-block;
}

.content404_link {
  margin: 2em auto 0;
  width: 100%;
}

@media (min-width: 420px) {
  .content404_link {
    max-width: 18.75em;
  }
}

@media (min-width: 1200px) {
  .content404_image {
    max-width: 42.5em;
    margin-bottom: 2.5em;
  }

  .content404_deco {
    display: block;
  }

  .content404_message {
    font-size: 3em;
  }

  .content404_link {
    margin-top: 2.5em;
  }
}

.trustElements_list {
  text-align: center;
}

.trustElements_item {
  margin-bottom: 1.25em;
  border-color: #a8a8a8;
}

.trustElements_value {
  font-size: 1.625em;
  line-height: 1.3;
  margin-bottom: 0.1923em;
  font-weight: 700;
}

.trustElements_explanation {
  line-height: 1.4;
}

@media (min-width: 768px) {
  .trustElements_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 -0.625em;
  }

  .trustElements_item {
    margin-bottom: 0;
    max-width: 25%;
    width: 100%;
    border-width: 0 1px 0 0;
    border-style: solid;
    padding: 0.875em 0.625em;
  }

  .trustElements_item:last-child {
    border: none;
  }

  .trustElements_value {
    font-size: 2.25em;
    line-height: 1.2;
    margin-bottom: 0.2778em;
  }

  .trustElements_explanation {
    font-size: 1.1875em;
    line-height: 1.7;
  }
}

.buyBlock_title {
  margin-bottom: 1.25rem;
  line-height: 1.3;
  padding: 0;
}

.buyBlock_title::after {
  display: none;
}

.buyBlock_description {
  margin-bottom: 1.875rem;
  line-height: 1.5;
  text-align: center;
}

.buyBlock_list [class*="col-"] {
  margin-bottom: 0.625em;
}

.buyBlock_item {
  background-color: #fff;
  border-radius: 0.4375em;
  padding: 1.25em;
  text-align: center;
  color: #434346;
  height: 100%;
}

.buyBlock_icon {
  height: 2.5em;
  margin-bottom: 0.625em;
}

.buyBlock_icon img {
  height: 100%;
  width: auto;
}

.buyBlock_type,
.buyBlock_itemTitle {
  font-size: 1.3125em;
  line-height: 1.45;
  font-weight: 700;
  margin-bottom: 0.625rem;
}

.buyBlock_link {
  width: 100%;
  border: 2px solid transparent;
}

.buyBlock_link:hover {
  border-color: #66b245;
}

.buyBlock_footer {
  text-align: center;
  margin-top: 1.25em;
  line-height: 1.5;
}

html[lang="ru-RU"] .buyBlock_link {
  font-size: 0.875rem;
}

@media (min-width: 768px) {
  .buyBlock_title {
    line-height: 1.2;
  }

  .buyBlock_description {
    line-height: 1.6;
    margin-bottom: 2.5rem;
  }

  .buyBlock_description,
  .buyBlock_footer {
    font-size: 1.1875em;
  }

  .buyBlock_item {
    padding: 2.5em 1.875em;
  }

  .buyBlock_icon {
    height: 3.75em;
    margin-bottom: 1.25em;
  }

  .buyBlock_itemTitle {
    font-size: 1.75em;
    line-height: 1.35;
    margin-bottom: 1.25rem;
  }

  .buyBlock_footer {
    margin-top: 1.875em;
    line-height: 1.6;
  }
}

#buyBlockV2 {
  padding-top: 69px;
  padding-bottom: 85px;
}

.buyBlockV2_content {
  color: #fff;
}

.buyBlockV2_content img {
  max-height: 46px;
  width: auto;
  margin: 0 0 1.75em 0;
}

.buyBlockV2_content .added_to_cart.wc-forward {
  color: #fff;
  display: inline-block;
  text-align: center;
  padding-top: 1rem;
  text-transform: uppercase;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

.buyBlockV2_content #loader {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 2px solid #eee;
  border-top-color: #666;
  -webkit-animation: spinner 0.8s linear infinite;
       -o-animation: spinner 0.8s linear infinite;
          animation: spinner 0.8s linear infinite;
  display: none;
  margin: 0.5rem auto;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

@-o-keyframes spinner {
  0% {
    -o-transform: rotate(0deg);
       transform: rotate(0deg);
  }

  100% {
    -o-transform: rotate(1turn);
       transform: rotate(1turn);
  }
}

@keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
         -o-transform: rotate(0deg);
            transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(1turn);
         -o-transform: rotate(1turn);
            transform: rotate(1turn);
  }
}

@-webkit-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(1turn);
  }
}

.buyBlockV2_title {
  margin-bottom: 1.25rem;
  line-height: 1.3;
  padding: 0;
}

.buyBlockV2_title::after {
  display: none;
}

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

@media (min-width: 768px) {
  .buyBlockV2_products {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.buyBlockV2_product {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 23px 35px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  max-width: 100%;
}

.buyBlockV2_product > svg {
  margin: 0 0 1.75em 0;
}

.buyBlockV2_product:first-of-type {
  border-radius: 4px 4px 0 0;
  background: #0076b6;
}

@media (min-width: 768px) {
  .buyBlockV2_product:first-of-type {
    border-radius: 4px 0px 0px 4px;
  }
}

.buyBlockV2_product:last-of-type {
  border-radius: 0 0 4px 4px;
  background: #027FC3;
}

@media (min-width: 768px) {
  .buyBlockV2_product:last-of-type {
    border-radius: 0px 4px 4px 0px;
  }
}

.sbuyBlockV2_title-scheme-enableContent {
  color: #fff;
  font-size: 32px;
  font-weight: 600;
  margin: 0 0 40px 0;
}

.buyBlockV2_productfields {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 0 25px 0;
  width: 100%;
}

.buyBlockV2_product-price {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: normal;
}

.buyBlockV2_productaddcart-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.buyBlockV2_productaddcart {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  width: 307px;
  max-width: 100%;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 12px;
  text-align: center;
  background-color: #66b245;
  border-radius: 4px;
  line-height: normal;
}

.buyBlockV2_productaddcart:hover {
  color: #fff;
  text-decoration: none;
}

.buyBlockV2_productaddcart.loading {
  pointer-events: none;
}

.buyBlockV2_product-title {
  margin: 0 0 1.75em 0;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.buyBlockV2_productqty {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100px;
  position: relative;
  border-radius: 4px;
  overflow: hidden;
  height: 36px;
}

.buyBlockV2_productqty button:focus {
  outline: 0;
  -webkit-box-shadow: 0;
          box-shadow: 0;
}

.buyBlockV2_input {
  max-width: 100%;
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  text-align: center;
  -webkit-appearance: textfield;
          appearance: textfield;
  -moz-appearance: textfield;
  pointer-events: none;
  color: #212121;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  height: 36px;
  border: 0;
}

/* Chrome, Safari, Edge, Opera */

.buyBlockV2_input::-webkit-outer-spin-button,
.buyBlockV2_input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.buyBlockV2_plus {
  background: transparent;
  border: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  font-size: 26px;
  cursor: pointer;
  padding: 0 8px;
  height: 36px;
}

.buyBlockV2_plus svg {
  position: absolute;
  right: 5px;
  top: 8px;
  z-index: 3;
}

.buyBlockV2_minus {
  background: transparent;
  border: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  font-size: 26px;
  cursor: pointer;
  padding: 0 8px;
  height: 36px;
}

.buyBlockV2_minus svg {
  position: absolute;
  left: 5px;
  top: 8px;
  z-index: 3;
}

.buyBlockV2_productnotice {
  width: 100%;
  padding-top: 0.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.buyBlockV2_productnotice span,
.buyBlockV2_productnotice a {
  font-size: 14px;
}

.buyBlockV2_productnotice a {
  color: #fff;
  text-decoration: underline;
}

.buyBlockV2_productnotice a:hover {
  color: #fff;
  text-decoration: none;
}

.woocommerce-checkout .ppc-button-wrapper {
  width: 600px !important;
  margin: 0 auto !important;
  max-width: 100% !important;
}

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

.woocommerce-checkout .showcoupon {
  color: #0076b6;
}

.woocommerce-checkout .paypal-button-container {
  margin: 0 auto !important;
}

.woocommerce-checkout .woocommerce .col2-set::after,
.woocommerce-checkout .woocommerce .col2-set::before,
.woocommerce-checkout .woocommerce-page .col2-set::after,
.woocommerce-checkout .woocommerce-page .col2-set::before {
  display: none;
}

.woocommerce-checkout .page-content .col-md-8 {
  -webkit-box-flex: unset;
  -ms-flex: unset;
  flex: 100%;
  max-width: 100%;
}

.woocommerce-checkout .page-content .col-md-4 {
  display: none;
}

.woocommerce-checkout .page-content .col2-set {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.woocommerce-checkout .page-content .col2-set .col-1,
.woocommerce-checkout .page-content .col2-set .col-2 {
  width: 50%;
  max-width: 50%;
  float: none;
  -ms-flex: 50%;
      flex: 50%;
  -webkit-box-flex: unset;
}

.woocommerce-checkout .page-content #customer_details {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.woocommerce-checkout .page-content #customer_details .col-1 {
  width: 100%;
  max-width: 100%;
  -webkit-box-flex: 100%;
      -ms-flex: 100%;
          flex: 100%;
  padding: 0;
}

@media (min-width: 768px) {
  .woocommerce-checkout .page-content #customer_details .col-1 {
    width: calc(60% - 40px);
    max-width: calc(60% - 40px);
    -webkit-box-flex: calc(60% - 40px);
        -ms-flex: calc(60% - 40px);
            flex: calc(60% - 40px);
  }
}

.woocommerce-checkout .page-content #customer_details .col-2 {
  padding: 0;
  width: 100%;
  max-width: 100%;
  -webkit-box-flex: 100%;
      -ms-flex: 100%;
          flex: 100%;
}

@media (min-width: 768px) {
  .woocommerce-checkout .page-content #customer_details .col-2 {
    width: calc(40% - 40px);
    max-width: calc(40% - 40px);
    -webkit-box-flex: calc(40% - 40px);
        -ms-flex: calc(40% - 40px);
            flex: calc(40% - 40px);
  }
}

.woocommerce-checkout .woocommerce-form-coupon-toggle {
  width: 100%;
}

.woocommerce-checkout table thead th,
.woocommerce-checkout table thead td {
  background-color: transparent;
  font-weight: 500;
  font-size: 15px;
}

.woocommerce-checkout table td,
.woocommerce-checkout table th {
  padding: 5px 0;
}

.woocommerce-checkout #order_review_heading {
  border-bottom: 1px solid #a8a8a8;
  margin: 3rem 0 0 0;
  width: 100%;
  padding-bottom: 8px;
}

.woocommerce-checkout .woocommerce-billing-fields > h3,
.woocommerce-checkout .woocommerce-additional-fields > h3 {
  border-bottom: 1px solid #a8a8a8;
  margin-bottom: 1rem;
  padding-bottom: 8px;
}

.woocommerce-checkout .woocommerce-checkout #payment #place_order,
.woocommerce-checkout form.checkout_coupon.woocommerce-form-coupon button {
  margin-bottom: 20px;
  white-space: nowrap;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-appearance: none;
  color: #fff;
  border-radius: 3px;
  background-color: #66b245;
  border: 1px solid #66b245;
  text-transform: uppercase;
  font-size: 16px;
}

.woocommerce-checkout .woocommerce-checkout #payment #place_order:hover,
.woocommerce-checkout form.checkout_coupon.woocommerce-form-coupon button:hover {
  background: #fff;
  color: #66b245;
}

.woocommerce-checkout a.button.wc-forward {
  display: none;
  white-space: nowrap;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-appearance: none;
  color: #fff;
  border-radius: 3px;
  background-color: #66b245;
  border: 1px solid #66b245;
  text-transform: uppercase;
  font-size: 16px;
}

.woocommerce-checkout a.button.wc-forward:hover {
  background: #fff;
  color: #66b245;
}

.woocommerce-checkout .woocommerce-checkout #payment #place_order {
  padding: 1rem 0;
}

.woocommerce-checkout form.checkout_coupon.woocommerce-form-coupon {
  width: 100%;
  margin: 0.5rem 0 3rem 0;
}

.woocommerce-checkout form .form-row {
  display: block;
}

.woocommerce-checkout form label {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 0;
}

.woocommerce-checkout form input,
.woocommerce-checkout form textarea,
.woocommerce-checkout form select {
  padding: 6px 5px;
  border: 1px solid #e8e8e8;
  font-size: 14px;
  font-weight: 400;
  height: 35px;
  border-radius: 3px;
}

.woocommerce-checkout form .select2-container--default .select2-selection--single {
  border: 1px solid #e8e8e8;
}

.woocommerce-checkout form .select2-container,
.woocommerce-checkout form .select2-container--default .select2-selection--single .select2-selection__rendered,
.woocommerce-checkout form .select2-container .select2-selection--single,
.woocommerce-checkout form .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 35px;
}

.woocommerce-checkout form .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 35px;
  font-size: 14px;
}

.woocommerce-checkout form #order_comments_field textarea {
  min-height: 200px;
}

.woocommerce-checkout form.woocommerce-checkout {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (min-width: 768px) {
  .woocommerce-checkout form.woocommerce-checkout {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.woocommerce-checkout form.woocommerce-checkout .checkout-form-customer {
  width: 100%;
}

@media (min-width: 768px) {
  .woocommerce-checkout form.woocommerce-checkout .checkout-form-customer {
    width: calc(60% - 20px);
  }
}

@media (min-width: 992px) {
  .woocommerce-checkout form.woocommerce-checkout .checkout-form-customer {
    width: calc(60% - 40px);
  }
}

.woocommerce-checkout .woocommerce-info {
  display: block;
}

.woocommerce-checkout input {
  max-width: 100%;
}

.woocommerce-checkout .o-page__title {
  color: #434346;
  font-size: 28px;
  line-height: 35px;
  font-weight: 400;
  margin-bottom: 9px;
}

@media (min-width: 1200px) {
  .woocommerce-checkout .o-page__title {
    font-size: 56px;
    line-height: 60px;
    margin-bottom: 40px;
  }
}

.woocommerce-checkout .checkout-overview-customer {
  width: 100%;
  margin-bottom: 40px;
  border-radius: 5px;
  background: #fff;
  -webkit-box-shadow: 0px 0px 36.20571px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 36.20571px 0px rgba(0, 0, 0, 0.1);
}

@media (min-width: 768px) {
  .woocommerce-checkout .checkout-overview-customer {
    width: calc(40% - 20px);
    margin-left: auto;
    margin-top: 0;
    -webkit-box-shadow: 0px 0px 44px 0px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 0px 44px 0px rgba(0, 0, 0, 0.1);
  }
}

@media (min-width: 992px) {
  .woocommerce-checkout .checkout-overview-customer {
    width: calc(40% - 40px);
  }
}

.woocommerce-checkout .page__contain .title {
  margin-bottom: 32px;
}

@media (min-width: 768px) {
  .woocommerce-checkout .page__contain .title {
    margin-bottom: 48px;
  }
}

.woocommerce-checkout .checkout-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (min-width: 768px) {
  .woocommerce-checkout .checkout-row {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}

.woocommerce-checkout .checkout-row .col,
.woocommerce-checkout .checkout-row .filters_item {
  text-align: center;
}

.woocommerce-checkout .checkout-row .col img,
.woocommerce-checkout .checkout-row .filters_item img {
  margin-bottom: 8px;
}

.woocommerce-checkout .checkout-row .col h4,
.woocommerce-checkout .checkout-row .filters_item h4 {
  color: #434346;
  text-align: center;
  font-size: 12px;
  font-weight: 300;
  line-height: 21px;
  margin: 0;
}

@media (min-width: 768px) {
  .woocommerce-checkout .checkout-row .col h4,
  .woocommerce-checkout .checkout-row .filters_item h4 {
    font-size: 14px;
  }
}

.woocommerce-checkout .checkout-order-overview {
  padding: 33px 24px 20px 24px;
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .woocommerce-checkout .checkout-order-overview {
    padding: 50px 30px 30px 30px;
  }
}

.woocommerce-checkout .checkout-order-overview h3 {
  color: #434346;
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
  margin: 0 0 30px 0;
}

@media (min-width: 768px) {
  .woocommerce-checkout .checkout-order-overview h3 {
    margin: 0 0 50px 0;
    font-size: 22px;
  }
}

.woocommerce-checkout .checkout-guarantee {
  padding: 24px;
  border: 0;
  background: #d9d9d9;
}

@media (min-width: 768px) {
  .woocommerce-checkout .checkout-guarantee {
    padding: 24px 32px 32px 32px;
  }
}

.woocommerce-checkout .checkout-guarantee__title {
  color: #434346;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  margin: 0 0 8px 0;
}

@media (min-width: 768px) {
  .woocommerce-checkout .checkout-guarantee__title {
    font-size: 14px;
  }
}

.woocommerce-checkout .checkout-guarantee__desc {
  color: #434346;
  font-size: 12px;
  font-weight: 300;
  line-height: 21px;
  margin: 0 0 24px 0;
}

@media (min-width: 768px) {
  .woocommerce-checkout .checkout-guarantee__desc {
    margin: 0 0 30px 0;
    font-size: 14px;
  }
}

.woocommerce-checkout .woocommerce-checkout-review-order__refund {
  color: #434346;
  font-size: 12px;
  font-weight: 300;
  line-height: 21px;
  margin: 0;
}

@media (min-width: 768px) {
  .woocommerce-checkout .woocommerce-checkout-review-order__refund {
    font-size: 14px;
  }
}

.woocommerce-checkout .woocommerce-checkout-review-order__refund a {
  font-weight: normal;
  font-size: 14px;
  color: #e51616;
}

.woocommerce-checkout .wc_payment_method label {
  font-weight: 400;
  font-size: 12px;
  line-height: 22px;
}

@media (min-width: 768px) {
  .woocommerce-checkout .wc_payment_method label {
    font-size: 14px;
    font-weight: 500;
  }
}

.woocommerce-checkout #payment .wc_payment_methods.payment_methods .payment_box {
  background-color: transparent;
  margin: 0;
  padding: 10px 0;
}

.woocommerce-checkout #payment .wc_payment_methods.payment_methods .payment_box::before {
  content: unset;
}

.woocommerce-checkout #payment .wc_payment_methods.payment_methods .payment_box p {
  margin: 0;
  color: #434346;
  font-size: 12px;
  font-weight: 300;
  line-height: 1.375rem;
}

@media (min-width: 768px) {
  .woocommerce-checkout #payment .wc_payment_methods.payment_methods .payment_box p {
    font-size: 14px;
  }
}

.woocommerce-checkout #payment .wc_payment_methods.payment_methods .payment_box .wc-credit-card-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.woocommerce-checkout #payment .wc_payment_methods.payment_methods .payment_box .wc-credit-card-form .form-row-wide {
  width: 100%;
  padding: 5px 0;
  margin-bottom: 5px;
}

.woocommerce-checkout #payment .wc_payment_methods.payment_methods .payment_box .wc-credit-card-form .form-row-first {
  width: calc(50% - 10px);
  padding: 5px 10px 5px 0;
}

.woocommerce-checkout #payment .wc_payment_methods.payment_methods .payment_box .wc-credit-card-form .form-row-last {
  width: calc(50% - 10px);
  padding: 5px 0 5px 10px;
}

.woocommerce-checkout #order_review {
  width: 100%;
}

.woocommerce-checkout .woocommerce-shipping-fields #ship-to-different-address label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
}

.woocommerce-checkout .shop_table.woocommerce-checkout-review-order-table {
  margin-bottom: 3rem;
  border: 0;
  border-bottom: 1px solid #a8a8a8;
  border-radius: 0;
  padding-bottom: 1rem;
}

.woocommerce-checkout .shop_table.woocommerce-checkout-review-order-table #shipping_method {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.woocommerce-checkout .shop_table.woocommerce-checkout-review-order-table #shipping_method li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  gap: 5px;
}

.woocommerce-checkout .shop_table.woocommerce-checkout-review-order-table #shipping_method li input {
  height: auto;
  margin: 3px 0 0 0;
}

.woocommerce-checkout .shop_table.woocommerce-checkout-review-order-table #shipping_method li label {
  display: inline;
}

.woocommerce-checkout .shop_table.woocommerce-checkout-review-order-table #shipping_method li * {
  font-size: 12px;
}

@media (min-width: 768px) {
  .woocommerce-checkout .shop_table.woocommerce-checkout-review-order-table #shipping_method li * {
    font-size: 14px;
  }
}

.woocommerce-checkout .shop_table.woocommerce-checkout-review-order-table td > span.woocommerce-Price-amount.amount {
  width: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.woocommerce-checkout .shop_table.woocommerce-checkout-review-order-table .product-total,
.woocommerce-checkout .shop_table.woocommerce-checkout-review-order-table .product-total,
.woocommerce-checkout .shop_table.woocommerce-checkout-review-order-table .cart-subtotal td,
.woocommerce-checkout .shop_table.woocommerce-checkout-review-order-table .order-total td,
.woocommerce-checkout .shop_table.woocommerce-checkout-review-order-table .tax-total td {
  text-align: right;
}

.woocommerce-checkout .shop_table.woocommerce-checkout-review-order-table tr th {
  text-transform: uppercase;
}

.woocommerce-checkout .shop_table.woocommerce-checkout-review-order-table tr th,
.woocommerce-checkout .shop_table.woocommerce-checkout-review-order-table tr td {
  color: #434346;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  padding: 0;
  border: 0;
}

@media (min-width: 768px) {
  .woocommerce-checkout .shop_table.woocommerce-checkout-review-order-table tr th,
  .woocommerce-checkout .shop_table.woocommerce-checkout-review-order-table tr td {
    font-size: 14px;
  }
}

.woocommerce-checkout .shop_table.woocommerce-checkout-review-order-table tr span {
  font-weight: 400;
}

.woocommerce-checkout .shop_table.woocommerce-checkout-review-order-table tbody td {
  padding: 5px 0;
}

.woocommerce-checkout .shop_table.woocommerce-checkout-review-order-table tbody tr:last-child {
  border-bottom: 1px solid #dee2e6;
}

.woocommerce-checkout .shop_table.woocommerce-checkout-review-order-table tbody tr:last-child td {
  padding-bottom: 23px;
  padding-bottom: 30px;
}

@media (min-width: 768px) {
  .woocommerce-checkout .shop_table.woocommerce-checkout-review-order-table tbody tr:last-child td {
    padding-bottom: 30px;
  }
}

.woocommerce-checkout .shop_table.woocommerce-checkout-review-order-table tr.tax-total td,
.woocommerce-checkout .shop_table.woocommerce-checkout-review-order-table tr.tax-total th {
  padding: 15px 0 20px 0;
}

@media (min-width: 768px) {
  .woocommerce-checkout .shop_table.woocommerce-checkout-review-order-table tr.tax-total td,
  .woocommerce-checkout .shop_table.woocommerce-checkout-review-order-table tr.tax-total th {
    padding-bottom: 12px 0 24px 0;
  }
}

.woocommerce-checkout .shop_table.woocommerce-checkout-review-order-table thead th {
  padding: 16px 0;
}

.woocommerce-checkout .shop_table.woocommerce-checkout-review-order-table tfoot td {
  padding: 8px 0;
}

.woocommerce-checkout .shop_table.woocommerce-checkout-review-order-table .product-name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
}

.woocommerce-checkout .checkout-form-customer__box .woocommerce-form-coupon-toggle {
  display: none;
}

.woocommerce-checkout .checkout-form-customer .woocommerce-account-fields {
  margin-bottom: 25px;
}

@media (min-width: 768px) {
  .woocommerce-checkout .checkout-form-customer .woocommerce-account-fields {
    margin-bottom: 50px;
  }
}

.woocommerce-checkout .checkout-form-customer .woocommerce-billing-fields__field-wrapper,
.woocommerce-checkout .checkout-form-customer .woocommerce-account-fields .create-account {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.woocommerce-checkout .checkout-form-customer .woocommerce-billing-fields__field-wrapper p,
.woocommerce-checkout .checkout-form-customer .woocommerce-account-fields .create-account p {
  padding: 0;
  width: 100%;
}

@media (min-width: 768px) {
  .woocommerce-checkout .checkout-form-customer .woocommerce-billing-fields__field-wrapper p,
  .woocommerce-checkout .checkout-form-customer .woocommerce-account-fields .create-account p {
    width: calc(50% - 12px);
  }
}

@media (min-width: 768px) {
  .woocommerce-checkout .checkout-form-customer .woocommerce-billing-fields__field-wrapper p.vat_number,
  .woocommerce-checkout .checkout-form-customer .woocommerce-account-fields .create-account p.vat_number {
    width: 100%;
  }
}

.woocommerce-checkout .woocommerce-coupon-box {
  width: 100%;
}

.woocommerce-checkout #payment .wc_payment_methods {
  background-color: #fff;
  padding: 0;
  border: 0;
}

.woocommerce-checkout #payment .wc_payment_methods .wc_payment_method {
  margin-bottom: 24px;
}

.woocommerce-checkout .wc_payment_method {
  display: block;
  position: relative;
  padding-left: 28px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.woocommerce-checkout .wc_payment_method > input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.woocommerce-checkout .wc_payment_method > label {
  cursor: pointer;
}

.woocommerce-checkout .wc_payment_method > label::before {
  content: "";
  position: absolute;
  top: 14px;
  left: 0;
  height: 18px;
  width: 18px;
  background-color: #fff;
  border-radius: 50%;
  border: 1px solid #000;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.woocommerce-checkout .wc_payment_method > input:checked ~ label::before {
  background-color: #434346;
  border-color: #434346;
}

.woocommerce-checkout .wc_payment_method > label::after {
  content: "";
  position: absolute;
  display: none;
}

.woocommerce-checkout .wc_payment_method > input:checked ~ label::after {
  display: block;
}

.woocommerce-checkout .wc_payment_method > label::after {
  top: 20px;
  left: 6px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #fff;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.woocommerce-checkout .wc_payment_method .form-row label::before {
  content: unset;
}

.woocommerce-checkout .wc_payment_method .form-row.woocommerce-SavedPaymentMethods-saveNew label::before {
  content: "";
}

.woocommerce-checkout #payment ul.payment_methods .woocommerce-notice {
  font-size: 14px !important;
  background: transparent !important;
  padding: 0 0 2rem 0 !important;
}

.woocommerce-checkout .woocommerce .woocommerce-terms-and-conditions-wrapper .form-row label.checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.woocommerce-checkout .woocommerce-terms-and-conditions-wrapper {
  margin-bottom: 30px;
  /* The container */
  /* Hide the browser's default checkbox */
  /* Create a custom checkbox */
  /* When the checkbox is checked, add a blue background */
  /* Create the checkmark/indicator (hidden when not checked) */
  /* Show the checkmark when checked */
  /* Style the checkmark/indicator */
}

@media (min-width: 768px) {
  .woocommerce-checkout .woocommerce-terms-and-conditions-wrapper {
    margin-bottom: 40px;
  }
}

.woocommerce-checkout .woocommerce-terms-and-conditions-wrapper .checkbox {
  display: block;
  position: relative;
  padding-left: 28px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.woocommerce-checkout .woocommerce-terms-and-conditions-wrapper .checkbox input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.woocommerce-checkout .woocommerce-terms-and-conditions-wrapper span::before,
.woocommerce-checkout .woocommerce-terms-and-conditions-wrapper label::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 15px;
  width: 15px;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 2px;
}

@media (min-width: 768px) {
  .woocommerce-checkout .woocommerce-terms-and-conditions-wrapper span::before,
  .woocommerce-checkout .woocommerce-terms-and-conditions-wrapper label::before {
    height: 18px;
    width: 18px;
  }
}

.woocommerce-checkout .woocommerce-terms-and-conditions-wrapper input[type="checkbox"]:checked ~ span::before {
  background-color: #434346;
  border-color: #434346;
}

.woocommerce-checkout .woocommerce-terms-and-conditions-wrapper span:after,
.woocommerce-checkout .woocommerce-terms-and-conditions-wrapper label:after {
  content: "";
  position: absolute;
  display: none;
}

.woocommerce-checkout .woocommerce-terms-and-conditions-wrapper .checkbox input[type="checkbox"]:checked ~ span:after {
  display: block;
}

.woocommerce-checkout .woocommerce-terms-and-conditions-wrapper .checkbox span:after {
  left: 0;
  top: 0;
  width: 15px;
  height: 15px;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="10" height="8" fill="none"><path fill="%23fff" d="M9.253.777a1 1 0 0 0-1.363 0L4.11 4.296a1 1 0 0 1-1.363 0l-.636-.592a1 1 0 0 0-1.363 0L.644 3.8a1 1 0 0 0 0 1.464l2.103 1.958a1 1 0 0 0 1.363 0l5.247-4.885a1 1 0 0 0 0-1.464L9.253.777Z"/></svg>') no-repeat;
  background-size: 11px 9px;
  background-position: 3px 3px;
}

@media (min-width: 768px) {
  .woocommerce-checkout .woocommerce-terms-and-conditions-wrapper .checkbox span:after {
    background-position: 4px 5px;
    width: 18px;
    height: 18px;
  }
}

.woocommerce-checkout .woocommerce-terms-and-conditions-wrapper p {
  color: #434346;
  font-size: 12px;
  font-weight: 300;
  line-height: 22px;
}

@media (min-width: 768px) {
  .woocommerce-checkout .woocommerce-terms-and-conditions-wrapper p {
    font-size: 16px;
  }
}

.woocommerce-checkout .woocommerce-terms-and-conditions-wrapper p:first-child {
  margin-top: 7px;
}

@media (min-width: 768px) {
  .woocommerce-checkout .woocommerce-terms-and-conditions-wrapper p:first-child {
    margin-top: 15px;
  }
}

.woocommerce-checkout .woocommerce-terms-and-conditions-wrapper p:first-child a {
  color: #e51616;
  font-weight: 400;
  line-height: 26px;
}

.woocommerce-checkout .woocommerce-terms-and-conditions-wrapper p .woocommerce-terms-and-conditions-checkbox-text {
  color: #434346;
  font-size: 12px;
  font-weight: 300;
  line-height: 20px;
}

@media (min-width: 768px) {
  .woocommerce-checkout .woocommerce-terms-and-conditions-wrapper p .woocommerce-terms-and-conditions-checkbox-text {
    font-size: 16px;
    line-height: 22px;
  }
}

.woocommerce-checkout .woocommerce-terms-and-conditions-wrapper p .woocommerce-terms-and-conditions-checkbox-text a {
  color: #434346;
}

.woocommerce-checkout .woocommerce-terms-and-conditions-wrapper p .woocommerce-terms-and-conditions-checkbox-text a:hover {
  color: #e51616;
}

.woocommerce-checkout .woocommerce-terms-and-conditions-wrapper p .required {
  display: none;
}

.woocommerce-checkout .woocommerce-checkout #payment ul.payment_methods,
.woocommerce-checkout .woocommerce-checkout #payment div.form-row.place-order {
  padding: 0;
}

.woocommerce-checkout .woocommerce-checkout #payment ul.payment_methods {
  margin-bottom: 24px;
  border: 0;
  display: none;
}

.woocommerce-checkout .woocommerce .woocommerce-form-login .form-row {
  margin: 0 0 1.25rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.woocommerce-checkout .woocommerce .woocommerce-form-login .form-row .password-input {
  width: 100%;
}

.woocommerce-checkout .woocommerce .woocommerce-form-login .form-row .woocommerce-form-login__rememberme {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.woocommerce-checkout .woocommerce .woocommerce-form-login .form-row .woocommerce-form-login__rememberme span {
  min-width: 200px;
}

.woocommerce-checkout .woocommerce .woocommerce-form-login .form-row .woocommerce-form-login__submit {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  margin-bottom: 1rem;
}

.woocommerce-checkout .lost_password {
  margin-top: -1.5rem;
  font-size: 12px;
}

@media (min-width: 768px) {
  .woocommerce-checkout .lost_password {
    font-size: 14px;
  }
}

.woocommerce-checkout #payment {
  background-color: transparent;
}

.woocommerce-checkout .woocommerce-form-coupon-toggle .woocommerce-info {
  margin-bottom: 35px;
}

@media (min-width: 768px) {
  .woocommerce-checkout .woocommerce-form-coupon-toggle .woocommerce-info {
    margin-bottom: 40px;
  }
}

.woocommerce-checkout #payment #place_order {
  width: 100%;
  display: block;
  margin-bottom: 35px;
}

@media (min-width: 768px) {
  .woocommerce-checkout #payment #place_order {
    margin-bottom: 20px;
  }
}

.woocommerce-checkout ul.order_details {
  padding-left: 0;
}

.woocommerce-checkout ul.order_details li {
  margin-bottom: 1rem;
  float: none;
  border: 0;
}

@media (min-width: 992px) {
  .woocommerce-checkout ul.order_details li {
    float: left;
    border-right: 1px dashed #cfc8d8;
  }
}

.woocommerce-checkout ul.wc-item-meta {
  padding-left: 0;
  margin-left: 0;
  font-size: 14px;
  padding: 10px 0;
}

.woocommerce-checkout table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details,
.woocommerce-checkout table.woocommerce-table.woocommerce-table--order-downloads.shop_table.shop_table_responsive.order_details {
  border: 0;
}

.woocommerce-checkout table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details thead th,
.woocommerce-checkout table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details thead td,
.woocommerce-checkout table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details tfoot th,
.woocommerce-checkout table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details tfoot td,
.woocommerce-checkout table.woocommerce-table.woocommerce-table--order-downloads.shop_table.shop_table_responsive.order_details thead th,
.woocommerce-checkout table.woocommerce-table.woocommerce-table--order-downloads.shop_table.shop_table_responsive.order_details thead td,
.woocommerce-checkout table.woocommerce-table.woocommerce-table--order-downloads.shop_table.shop_table_responsive.order_details tfoot th,
.woocommerce-checkout table.woocommerce-table.woocommerce-table--order-downloads.shop_table.shop_table_responsive.order_details tfoot td {
  color: #434346;
  font-size: 16px;
  font-weight: 400;
}

.woocommerce-checkout table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details tr,
.woocommerce-checkout table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details th,
.woocommerce-checkout table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details td,
.woocommerce-checkout table.woocommerce-table.woocommerce-table--order-downloads.shop_table.shop_table_responsive.order_details tr,
.woocommerce-checkout table.woocommerce-table.woocommerce-table--order-downloads.shop_table.shop_table_responsive.order_details th,
.woocommerce-checkout table.woocommerce-table.woocommerce-table--order-downloads.shop_table.shop_table_responsive.order_details td {
  font-size: 14px;
  font-weight: 400;
  border: 0;
  padding-right: 0;
  padding-left: 0;
}

.woocommerce-checkout table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details tr strong,
.woocommerce-checkout table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details th strong,
.woocommerce-checkout table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details td strong,
.woocommerce-checkout table.woocommerce-table.woocommerce-table--order-downloads.shop_table.shop_table_responsive.order_details tr strong,
.woocommerce-checkout table.woocommerce-table.woocommerce-table--order-downloads.shop_table.shop_table_responsive.order_details th strong,
.woocommerce-checkout table.woocommerce-table.woocommerce-table--order-downloads.shop_table.shop_table_responsive.order_details td strong {
  font-size: 14px;
  font-weight: 400;
}

.woocommerce-checkout .order-again {
  display: none;
}

.woocommerce-checkout .woocommerce-order {
  width: 100%;
}

.woocommerce-checkout .woocommerce-order address {
  border: 0 !important;
  padding: 0 !important;
}

.woocommerce-checkout .woocommerce-order .woocommerce-order-details__title,
.woocommerce-checkout .woocommerce-order .woocommerce-column__title {
  font-size: 20px;
  border-bottom: 1px solid #a8a8a8;
  padding-bottom: 8px;
}

.woocommerce-checkout .woocommerce-order-downloads {
  padding-top: 2rem;
}

.woocommerce-checkout .woocommerce-MyAccount-downloads-file.button.alt {
  background-color: transparent;
  color: #0076b6;
  font-size: 14px;
  font-weight: 400;
}

.woocommerce-checkout .woocommerce-MyAccount-downloads-file.button.alt:hover {
  background-color: transparent;
  color: #66b245;
}

.woocommerce-checkout table.shop_table_responsive tr td::before,
.woocommerce-checkout .woocommerce-page table.shop_table_responsive tr td::before {
  font-weight: 400;
  font-size: 16px;
}

.woocommerce-checkout .woocommerce-customer-details section.woocommerce-columns.woocommerce-columns--2.woocommerce-columns--addresses.col2-set.addresses {
  row-gap: 40px;
  -webkit-column-gap: 0;
          column-gap: 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (min-width: 768px) {
  .woocommerce-checkout .woocommerce-customer-details section.woocommerce-columns.woocommerce-columns--2.woocommerce-columns--addresses.col2-set.addresses {
    -webkit-column-gap: 1rem;
            column-gap: 1rem;
    row-gap: 0;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}

.woocommerce-checkout .woocommerce-customer-details section.woocommerce-columns.woocommerce-columns--2.woocommerce-columns--addresses.col2-set.addresses .col-1,
.woocommerce-checkout .woocommerce-customer-details section.woocommerce-columns.woocommerce-columns--2.woocommerce-columns--addresses.col2-set.addresses .col-2 {
  padding: 0;
  width: 100%;
  max-width: 100%;
  -webkit-box-flex: 100%;
      -ms-flex: 100%;
          flex: 100%;
}

@media (min-width: 768px) {
  .woocommerce-checkout .woocommerce-customer-details section.woocommerce-columns.woocommerce-columns--2.woocommerce-columns--addresses.col2-set.addresses .col-1,
  .woocommerce-checkout .woocommerce-customer-details section.woocommerce-columns.woocommerce-columns--2.woocommerce-columns--addresses.col2-set.addresses .col-2 {
    width: 50%;
    max-width: 50%;
    -webkit-box-flex: 50%;
        -ms-flex: 50%;
            flex: 50%;
  }
}

.woocommerce-checkout #shipping_method label[for="shipping_method_0_free_shipping-2"] {
  width: 140px;
  text-align: right;
}

.woocommerce-checkout .shop_table.woocommerce-checkout-review-order-table #shipping_method li {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.woocommerce-cart .page-content button.button,
.woocommerce-cart .page-content .button:disabled[disabled],
.woocommerce-cart .page-content a.checkout-button.button.alt.wc-forward,
.woocommerce-cart .page-content .button.wc-backward {
  background: #66b245;
  color: #fff;
  font-weight: 400;
  font-size: 16px;
}

.woocommerce-cart .page-content .col-md-8 {
  -webkit-box-flex: 100%;
      -ms-flex: 100%;
          flex: 100%;
  max-width: 100%;
}

.woocommerce-cart .page-content .col-md-8 .woocommerce {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.woocommerce-cart .page-content .col-md-8 .woocommerce .woocommerce-message a.button.wc-forward {
  display: none;
}

.woocommerce-cart .page-content .col-md-8 .woocommerce .wc-empty-cart-message {
  width: 100%;
}

.woocommerce-cart .page-content .col-md-8 .woocommerce table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents thead th,
.woocommerce-cart .page-content .col-md-8 .woocommerce table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents thead td {
  background-color: #0076b6;
}

.woocommerce-cart .page-content .col-md-8 .woocommerce table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents td.product-thumbnail,
.woocommerce-cart .page-content .col-md-8 .woocommerce table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents th.product-thumbnail {
  display: none;
}

.woocommerce-cart .page-content .col-md-8 .woocommerce table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents input#coupon_code {
  min-width: 120px;
}

.woocommerce-cart .page-content .col-md-8 .woocommerce form.woocommerce-cart-form {
  width: 100%;
}

@media (min-width: 992px) {
  .woocommerce-cart .page-content .col-md-8 .woocommerce form.woocommerce-cart-form {
    width: calc(70% - 2rem);
  }
}

.woocommerce-cart .page-content .col-md-8 .woocommerce .cart-collaterals {
  width: 100%;
}

@media (min-width: 992px) {
  .woocommerce-cart .page-content .col-md-8 .woocommerce .cart-collaterals {
    width: 30%;
  }
}

.woocommerce-cart .page-content .col-md-8 .woocommerce .cart-collaterals .cart_totals {
  width: 100%;
}

.woocommerce-cart .page-content .col-md-8 .woocommerce .cart-collaterals .cart_totals.calculated_shipping {
  width: 100%;
}

.woocommerce-cart .page-content .col-md-8 .woocommerce .cart-collaterals table.shop_table.shop_table_responsive {
  border: 0;
}

.woocommerce-cart .page-content .col-md-8 .woocommerce .cart-collaterals table.shop_table.shop_table_responsive span.woocommerce-Price-amount.amount {
  text-align: right;
  display: block;
}

.woocommerce-cart .page-content .col-md-8 ul#shipping_method {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.woocommerce-cart .page-content .col-md-8 ul#shipping_method li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  width: 100%;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 146px;
}

@media (min-width: 768px) {
  .woocommerce-cart .page-content .col-md-8 ul#shipping_method li {
    width: 168px;
  }
}

.woocommerce-cart .page-content .col-md-8 ul#shipping_method li label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-bottom: 0;
  font-size: 14px;
  text-align: left;
}

.woocommerce-cart .page-content .col-md-8 .woocommerce-shipping-destination {
  text-align: right;
  font-size: 14px;
}

@media (min-width: 992px) {
  .woocommerce-cart .page-content .col-md-8 .woocommerce-shipping-destination {
    text-align: left;
  }
}

.woocommerce-cart .page-content .col-md-8 .woocommerce-shipping-destination strong {
  font-weight: 400;
}

.woocommerce-cart .page-content .col-md-8 form.woocommerce-shipping-calculator {
  text-align: right;
}

.woocommerce-cart .page-content .col-md-8 section.shipping-calculator-form * {
  text-align: right;
}

.woocommerce-cart .page-content .col-md-8 section.shipping-calculator-form input {
  border-color: #a8a8a8;
  border-radius: 3px;
  padding: 3px;
}

.woocommerce-cart .page-content .col-md-4 {
  display: none;
}

.woocommerce-cart table.shop_table_responsive tr td::before {
  padding-bottom: 1rem;
}

.woocommerce .woocommerce-notices-wrapper {
  width: 100%;
}

.woocommerce .woocommerce-info {
  border-top-color: #0076b6;
  padding-left: 32px;
}

.woocommerce .woocommerce-info::before {
  display: none;
}

.woocommerce .woocommerce-error,
.woocommerce .woocommerce-NoticeGroup.woocommerce-NoticeGroup-checkout {
  width: 100%;
}

.relatedContent_content {
  max-width: 1230px;
  margin: auto;
}

.relatedContent_title {
  line-height: 1.3;
  padding: 0;
}

.relatedContent_title::after {
  display: none;
}

.relatedContent_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.relatedContent_item {
  width: 100%;
  max-width: 33.3333%;
  padding: 0 0.75em;
}

.relatedContent_item-single {
  max-width: 100%;
  padding: 0 1.125em;
}

.relatedContent_link {
  display: block;
  background-color: #fff;
  height: 100%;
  color: #434346;
}

.relatedContent_link:hover {
  color: #434346;
  text-decoration: none;
}

.relatedContent_imageCont {
  min-height: 13.75em;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.relatedContent_info {
  padding: 1.25em 1.125em;
}

.relatedContent_heading {
  font-size: 1.3125em;
  font-weight: 700;
  line-height: 1.45;
  margin-bottom: 0.625rem;
}

.relatedContent_description,
.relatedContent_category {
  color: #9b9b9b;
  line-height: 1.2;
}

.relatedContent_list .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.relatedContent_list .slick-slide {
  height: auto;
}

.relatedContent_list .slick-slide > div {
  height: 100%;
}

.relatedContent_list .slick-slide .relatedContent_item {
  max-width: 100%;
  height: 100%;
  padding: 0 0.25em;
}

.relatedContent_list .slick-arrow {
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  text-indent: -9999em;
  padding: 0;
  width: 48px;
  height: 48px;
  background-color: #fff;
  border: none;
  border-radius: 50%;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTciIGhlaWdodD0iMTAiIHZpZXdCb3g9IjAgMCAxNyAxMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCiAgPHBhdGggZD0iTTAgN0w3LjE1OTY3IDBMMTQgNi42ODc3NyIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMS4wNzIyNyAxLjgxMDU1KSIgc3Ryb2tlPSIjNjNBOTQ1IiBzdHJva2Utd2lkdGg9IjIiDQogICAgICAgIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIvPg0KPC9zdmc+DQo=);
  background-position: center;
  background-size: 18px 11px;
  background-repeat: no-repeat;
  cursor: pointer;
}

.relatedContent_list .slick-prev {
  -webkit-transform: rotate(-90deg) translateX(50%);
       -o-transform: rotate(-90deg) translateX(50%);
          transform: rotate(-90deg) translateX(50%);
  -webkit-box-shadow: -2px 0 5px rgba(0, 0, 0, 0.149503);
          box-shadow: -2px 0 5px rgba(0, 0, 0, 0.149503);
  left: 30px;
}

.relatedContent_list .slick-next {
  -webkit-transform: rotate(90deg) translateX(-50%);
       -o-transform: rotate(90deg) translateX(-50%);
          transform: rotate(90deg) translateX(-50%);
  -webkit-box-shadow: 2px 0 5px rgba(0, 0, 0, 0.149503);
          box-shadow: 2px 0 5px rgba(0, 0, 0, 0.149503);
  right: 30px;
}

@media (min-width: 768px) {
  .relatedContent_title {
    line-height: 1.2;
    margin-bottom: 2.5rem;
  }

  .relatedContent_item {
    max-width: 33.3333%;
    padding: 0 0.75em;
  }

  .relatedContent_list .slick-slide .relatedContent_item {
    padding: 0 15px;
  }

  .relatedContent_imageCont {
    min-height: 16.25em;
  }

  .relatedContent_info {
    padding-left: 1.875em;
    padding-right: 1.875em;
  }

  .relatedContent_heading {
    line-height: 1.75;
  }
}

@media (min-width: 1296px) {
  .relatedContent_list .slick-prev {
    left: -9px;
  }

  .relatedContent_list .slick-next {
    right: -9px;
  }
}

.listItem {
  display: block;
  background-color: #fff;
  height: 100%;
  color: #434346;
}

.listItem:hover {
  color: #434346;
  text-decoration: none;
}

.listItem_imageCont {
  min-height: 18.75em;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.listItem_image {
  display: none !important;
  width: 100%;
  height: auto;
}

.listItem_info {
  padding: 1.25em 1.125em;
}

.listItem_heading {
  font-size: 1.3125em;
  font-weight: 700;
  line-height: 1.45;
  margin-bottom: 0.625rem;
}

.listItem_description,
.listItem_category,
.listItem_dates {
  color: #9b9b9b;
  line-height: 1.2;
}

.listItem_iconCont {
  float: left;
  margin-right: 0.625em;
  width: 0.9375em;
  height: 0.9375em;
}

.listItem_icon {
  width: 100%;
  height: auto;
  vertical-align: top;
  margin-top: 0.125em;
}

@media (min-width: 768px) {
  .listItem_info {
    padding-left: 1.875em;
    padding-right: 1.875em;
  }

  /*.listItem_heading { // commented out because Projects listing page does not have that high line height
    line-height: 1.75;
  }*/
}

.sharing_title {
  color: currentColor;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.5263em;
}

.sharing_link {
  color: currentColor;
  display: inline-block;
  vertical-align: middle;
  width: 2.1053em;
  height: 2.1053em;
  margin-right: 0.4211em;
}

.sharing_link svg {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  height: 100%;
}

.gridContent_sidebar {
  background-color: #f4f4f4;
  margin-bottom: 3.125em;
  min-height: 0;
}

.gridContent_sidebar-blog {
  padding-top: 30px;
  padding-bottom: 30px;
}

.gridContent_sidebarItem + .gridContent_sidebarItem {
  margin-top: 1.25em;
}

.gridContent_footer {
  padding: 0 15px;
  margin-top: 3.125em;
}

.gridContent_sidebar-empty {
  margin: 0;
  visibility: hidden;
}

@media (min-width: 992px) {
  .gridContent_sidebar {
    max-width: 25.875em;
    margin-left: auto;
    margin-bottom: 0;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    background-color: transparent;
  }

  .gridContent_sidebarItem {
    padding-left: 30px;
  }

  .gridContent_sidebar-blog {
    padding-top: 0;
    padding-bottom: 0;
  }

  .gridContent_sidebar-blog .gridContent_sidebarItem {
    padding: 30px;
  }

  .gridContent_sidebar-blog .gridContent_sidebarItem + .gridContent_sidebarItem {
    padding-top: 0;
    margin-top: 0;
  }

  .gridContent_content {
    width: auto;
    font-size: 1.1875em;
  }
}

.sidebarBlock {
  margin: 0 -15px;
}

.sidebarBlock_content {
  padding: 1.875em 0 1.875em 3em;
}

.sidebarBlock_item {
  position: relative;
  line-height: 1.2;
  margin-bottom: 1.25em;
}

.sidebarBlock_item:last-child {
  margin-bottom: 0;
}

.sidebarBlock_icon {
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transform: translateX(-1.875em);
       -o-transform: translateX(-1.875em);
          transform: translateX(-1.875em);
  width: 1.25em;
  height: 1.25em;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.sidebarBlock_icon-world {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMCAyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMTguMjQxNiA0LjQyMDMzTDE3Ljk0MzQgNC41MTQ4NUwxNi4zNTU2IDQuNjU2MzJMMTUuOTA3MSA1LjM3MjUzTDE1LjU4MTYgNS4yNjkxMkwxNC4zMTc5IDQuMTI5NzlMMTQuMTM0NiAzLjUzNzI4TDEzLjg4OTEgMi45MDU0NEwxMy4wOTQ5IDIuMTkzMDRMMTIuMTU3OSAyLjAwOTdMMTIuMTM2MyAyLjQzODU0TDEzLjA1NDMgMy4zMzQyOEwxMy41MDM0IDMuODYzMzVMMTIuOTk4NCA0LjEyNzI1TDEyLjU4NzQgNC4wMDYwOEwxMS45NzE0IDMuNzQ5MTZMMTEuOTkyMyAzLjI1MjQ1TDExLjE4NDEgMi45MjAwM0wxMC45MTU4IDQuMDg3OTJMMTAuMTAxMyA0LjI3MjUyTDEwLjE4MTggNC45MjQwMkwxMS4yNDMxIDUuMTI4MjlMMTEuNDI2NSA0LjA4NzI4TDEyLjMwMjUgNC4yMTY3TDEyLjcwOTggNC40NTUyMkgxMy4zNjMyTDEzLjgxMDQgNS4zNTA5NkwxNC45OTYxIDYuNTUzNzNMMTQuOTA5MiA3LjAyMTI3TDEzLjk1MzIgNi44OTk0N0wxMi4zMDEzIDcuNzMzNjdMMTEuMTExOCA5LjE2MDM4TDEwLjk1NyA5Ljc5MjIySDEwLjUzMDFMOS43MzQ1OCA5LjQyNTU1TDguOTYxOTEgOS43OTIyMkw5LjE1NDEzIDEwLjYwNzRMOS40OTAzNSAxMC4yMTk4TDEwLjA4MTYgMTAuMjAxNEwxMC4wNDA0IDEwLjkzMzVMMTAuNTMwMSAxMS4wNzY4TDExLjAxOTIgMTEuNjI2MkwxMS44MTc5IDExLjQwMTZMMTIuNzMwMSAxMS41NDU2TDEzLjc4OTUgMTEuODMwNUwxNC4zMTg2IDExLjg5MjZMMTUuMjE1NiAxMi45MTA4TDE2Ljk0NjggMTMuOTI5TDE1LjgyNzEgMTYuMDY4MUwxNC42NDUzIDE2LjYxNzVMMTQuMTk2OCAxNy44Mzk5TDEyLjQ4NjUgMTguOTgxOEwxMi4zMDQ0IDE5LjY0MDNDMTYuNjc2NSAxOC41ODcyIDE5LjkyOSAxNC42NTk4IDE5LjkyOSA5Ljk2NDEzQzE5LjkyNzcgNy45MTMyIDE5LjMwNiA2LjAwNDM2IDE4LjI0MTYgNC40MjAzM1oiIGZpbGw9IiNBOEE4QTgiLz4NCjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMTEuMTExIDE1LjE3MjNMMTAuMzg1MyAxMy44MjY4TDExLjA1MTQgMTIuNDM4OEwxMC4zODUzIDEyLjIzOTZMOS42MzczMyAxMS40ODg1TDcuOTgwMzQgMTEuMTE2OEw3LjQzMDM0IDkuOTY2MDNWMTAuNjQ5Mkg3LjE4ODAxTDUuNzYwMDMgOC43MTMxM1Y3LjEyMjc2TDQuNzEzMzEgNS40MjA3M0wzLjA1MTI1IDUuNzE2OThIMS45MzE1OEwxLjM2ODI1IDUuMzQ3NzhMMi4wODcgNC43NzgxMUwxLjM3MDE1IDQuOTQzNjhDMC41MDYxMzUgNi40MTkyMyAwLjAwMjQ0MTQxIDguMTMxNDEgMC4wMDI0NDE0MSA5Ljk2NTM5QzAuMDAyNDQxNDEgMTUuNDY3MyA0LjQ2MjczIDE5LjkyOTUgOS45NjUzIDE5LjkyOTVDMTAuMzg5MSAxOS45Mjk1IDEwLjgwNDYgMTkuODkyMSAxMS4yMTU3IDE5Ljg0MjZMMTEuMTExNiAxOC42MzU0QzExLjExMTYgMTguNjM1NCAxMS41NjkgMTYuODQyNyAxMS41NjkgMTYuNzgxOEMxMS41Njg0IDE2LjcyMDIgMTEuMTExIDE1LjE3MjMgMTEuMTExIDE1LjE3MjNaIiBmaWxsPSIjQThBOEE4Ii8+DQo8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTMuNzA0NzkgMy4yMTMxMUw1LjQ3NDY5IDIuOTY2MzRMNi4yOTA1IDIuNTE5MUw3LjIwODQ0IDIuNzgzNjRMOC42NzUxMiAyLjcwMjQ0TDkuMTc3NTQgMS45MTI2NEw5LjkxMDI0IDIuMDMzMTdMMTEuNjg5NyAxLjg2NjMzTDEyLjE4IDEuMzI1ODRMMTIuODcxNSAwLjg2NDAxOUwxMy44NDk3IDEuMDExMTlMMTQuMjA2MiAwLjk1NzI3MkMxMi45MTc4IDAuMzUwODA5IDExLjQ4NDEgMCA5Ljk2NDggMEM2Ljg3MjIyIDAgNC4xMDY5OCAxLjQwOTU4IDIuMjgxMjUgMy42MjI5MkgyLjI4NjMzTDMuNzA0NzkgMy4yMTMxMVpNMTAuMzg2IDAuOTkwODk0TDExLjQwMzYgMC40MzA3NDFMMTIuMDU3IDAuODA4MTk0TDExLjExMTEgMS41MjgyMUwxMC4yMDc4IDEuNjE4OTJMOS44MDExMyAxLjM1NTAzTDEwLjM4NiAwLjk5MDg5NFpNNy44MjEyNSAxLjI1OTg3TDcuMzcyMTEgMS4wNzI3M0M3LjM1ODM3IDEuMTg0NDcgNi43OTA4IDEuNTU1NjcgNi43MjU0NSAxLjU5ODQxQzYuNzIxNDIgMS42MDEwNCA2LjcxOTMgMS42MDI0MyA2LjcxOTM0IDEuNjAyNDNMNy4zNzIxMSAxLjk4NDMzTDguNzI5NjcgMS42Mjc4MUw4LjQwOTMxIDEuMDcyNzNMNy44MjEyNSAxLjI1OTg3WiIgZmlsbD0iI0E4QThBOCIvPg0KPC9zdmc+DQo=);
}

.sidebarBlock_icon-label {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMCAyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMTAuMDcyNyAxLjIwMTMxTDE5LjUxMTcgMTAuNjI3QzE5LjgzNzIgMTAuOTcwNCAxOS45OTk4IDExLjM3MDggMTkuOTk5OCAxMS44Mjg1QzE5Ljk5OTggMTIuMjk1IDE5LjgzNzIgMTIuNjkwNyAxOS41MTE1IDEzLjAxNjVMMTMuMDI5NiAxOS41MTE1QzEyLjY4NjQgMTkuODM3MiAxMi4yODU2IDIwIDExLjgyODMgMjBDMTEuMzYxNSAyMCAxMC45NjU4IDE5LjgzNzIgMTAuNjQwMSAxOS41MTE1TDEuMjAxMzEgMTAuMDU5NEMwLjg2Njc3OSA5LjczMzY3IDAuNTgzMDE2IDkuMjg5NDYgMC4zNDk3NDUgOC43MjYwNUMwLjExNjQ3NCA4LjE2MjY0IDAgNy42NDc5NiAwIDcuMTgxNTFWMS42ODk3N0MwIDEuMjMyMDYgMC4xNjcxNTEgMC44MzYwMzEgMC41MDE1OTEgMC41MDE1OTFDMC44MzYwMzEgMC4xNjczMzYgMS4yMzIwNiAwIDEuNjg5NzcgMEg3LjE4MTUxQzcuNjQ4MDEgMCA4LjE2MjgyIDAuMTE2NjEyIDguNzI2MjMgMC4zNDk3OTFDOS4yODk0NiAwLjU4MjkyMyA5LjczODIgMC44NjY2NCAxMC4wNzI3IDEuMjAxMzFaTTQuMjI0MjYgNS45MTQzMUM0LjY5MDc2IDUuOTE0MzEgNS4wODg4NyA1Ljc0OTIgNS40MTkxIDUuNDE5MTVDNS43NDkyIDUuMDg5MDUgNS45MTQxMyA0LjY5MDk0IDUuOTE0MTMgNC4yMjQ0OUM1LjkxNDEzIDMuNzU4MDUgNS43NDkwMSAzLjM1OTc1IDUuNDE5MSAzLjAyOTg0QzUuMDg5MDEgMi42OTk3NSA0LjY5MDc2IDIuNTM0NjMgNC4yMjQyNiAyLjUzNDYzQzMuNzU3OTUgMi41MzQ2MyAzLjM1OTcgMi42OTk3NSAzLjAyOTYxIDMuMDI5ODRDMi42OTk1NiAzLjM1OTc1IDIuNTM0NTkgMy43NTggMi41MzQ1OSA0LjIyNDQ5QzIuNTM0NTkgNC42OTA5NCAyLjY5OTU2IDUuMDg5MDUgMy4wMjk2MSA1LjQxOTE1QzMuMzU5NjYgNS43NDkyIDMuNzU3OTUgNS45MTQzMSA0LjIyNDI2IDUuOTE0MzFaIiBmaWxsPSIjQThBOEE4Ii8+DQo8L3N2Zz4NCg==);
}

.sidebarBlock_icon-time {
  background-image: url(/wp-content/themes/theme-ega/dist/images/duration.svg);
}

.sidebarBlock_icon-currency {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMCAyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCiAgPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiDQogICAgICAgIGQ9Ik0wIDEwQzAgNC40Nzc1NCA0LjQ3NzU0IDAgMTAgMEMxNS41MjM3IDAgMjAgNC40Nzc1NCAyMCAxMEMyMCAxNS41MjI1IDE1LjUyMzcgMjAgMTAgMjBDNC40Nzc1NCAyMCAwIDE1LjUyMjUgMCAxMFpNNi44ODM1NCA4LjUzNDE1SDZWOS40NTA5MUg2Ljc3MDYxQzYuNzY2MTggOS41MjYyIDYuNzYzOTYgOS42MDAzOCA2Ljc2Mzk2IDkuNjczNDVWMTAuMDU1NEM2Ljc2Mzk2IDEwLjEwODYgNi43NjYxOCAxMC4xNTk1IDYuNzcwNjEgMTAuMjA4Mkg2VjExLjExODNINi44NDM2OEM2LjkyMzQgMTEuNjc2NCA3LjA1OTU4IDEyLjE4MTIgNy4yNTIyMyAxMi42MzNDNy40NDQ4OSAxMy4wODQ3IDcuNjk0IDEzLjQ3IDcuOTk5NTkgMTMuNzg4OUM4LjMwNTE3IDE0LjEwNzggOC42NjUwMSAxNC4zNTQ3IDkuMDc5MSAxNC41Mjk2QzkuNDkzMTkgMTQuNzA0NSA5Ljk2MTUzIDE0Ljc5MiAxMC40ODQxIDE0Ljc5MkMxMS4xMTc0IDE0Ljc5MiAxMS42NzMyIDE0LjY2NDcgMTIuMTUxNiAxNC40MUMxMi42Mjk5IDE0LjE1NTQgMTMuMDI0IDEzLjc4ODkgMTMuMzM0IDEzLjMxMDZMMTIuNjIzMiAxMi42NTk1QzEyLjU4MzQgMTIuNjE1MyAxMi41NDU3IDEyLjU4NTQgMTIuNTEwMyAxMi41Njk5QzEyLjQ3NDkgMTIuNTU0NCAxMi40MzI4IDEyLjU0NjYgMTIuMzg0MSAxMi41NDY2QzEyLjI4NjYgMTIuNTQ2NiAxMi4xOTY5IDEyLjU4OTggMTIuMTE1IDEyLjY3NjJDMTIuMDMzMSAxMi43NjI1IDExLjkzMTIgMTIuODU4OCAxMS44MDk0IDEyLjk2NTFDMTEuNjg3NiAxMy4wNzE0IDExLjUzMDQgMTMuMTY3OCAxMS4zMzc4IDEzLjI1NDFDMTEuMTQ1MSAxMy4zNDA1IDEwLjg4OTQgMTMuMzgzNyAxMC41NzA1IDEzLjM4MzdDMTAuMDQ3OSAxMy4zODM3IDkuNjEwNTUgMTMuMTk2NSA5LjI1ODQ2IDEyLjgyMjNDOC45MDYzOCAxMi40NDgxIDguNjY4MzMgMTEuODgwMSA4LjU0NDMzIDExLjExODNIMTAuODIyOUMxMC45NjAyIDExLjExODMgMTEuMDcwOSAxMS4wNzUyIDExLjE1NTEgMTAuOTg4OEMxMS4yMzkyIDEwLjkwMjQgMTEuMjgxMyAxMC44MDgzIDExLjI4MTMgMTAuNzA2NVYxMC4yMDgySDguNDY0NjFDOC40NjAxOCAxMC4xNTk1IDguNDU3OTYgMTAuMTA4NiA4LjQ1Nzk2IDEwLjA1NTRWOS42NzM0NUM4LjQ1Nzk2IDkuNjAwMzggOC40NjAxOCA5LjUyNjIgOC40NjQ2MSA5LjQ1MDkxSDExLjQ1NEMxMS41OTU3IDkuNDUwOTEgMTEuNzA3NiA5LjQwNzczIDExLjc4OTUgOS4zMjEzN0MxMS44NzE0IDkuMjM1MDEgMTEuOTEyNCA5LjE0MDkgMTEuOTEyNCA5LjAzOTAzVjguNTM0MTVIOC41Nzc1NEM4LjcxOTI2IDcuODM0NDEgOC45Njk0OSA3LjMwNTE3IDkuMzI4MjIgNi45NDY0NEM5LjY4Njk1IDYuNTg3NzEgMTAuMTI3NiA2LjQwODM1IDEwLjY1MDIgNi40MDgzNUMxMC44NDUxIDYuNDA4MzUgMTEuMDEzNCA2LjQyNjA2IDExLjE1NTEgNi40NjE0OUMxMS4yOTY4IDYuNDk2OTIgMTEuNDE5NyA2LjU0MTIxIDExLjUyMzggNi41OTQzNkMxMS42Mjc5IDYuNjQ3NSAxMS43MTc1IDYuNzA1MDcgMTEuNzkyOCA2Ljc2NzA4QzExLjg2ODEgNi44MjkwOCAxMS45MzY4IDYuODg2NjUgMTEuOTk4OCA2LjkzOThDMTIuMDYwOCA2Ljk5Mjk0IDEyLjExNzIgNy4wMzcyMyAxMi4xNjgyIDcuMDcyNjZDMTIuMjE5MSA3LjEwODA5IDEyLjI3NTYgNy4xMjU4MSAxMi4zMzc2IDcuMTI1ODFDMTIuNDI2MSA3LjEyNTgxIDEyLjQ5NDggNy4xMDY5OSAxMi41NDM1IDcuMDY5MzRDMTIuNTkyMiA3LjAzMTcgMTIuNjM4NyA2Ljk4ODUyIDEyLjY4MyA2LjkzOThMMTMuMjYxIDYuMzE1MzRDMTIuOTY0MiA1LjkxMjMyIDEyLjU5NjYgNS41OTIzNSAxMi4xNTgyIDUuMzU1NDFDMTEuNzE5NyA1LjExODQ3IDExLjE5MjcgNSAxMC41NzcxIDVDMTAuMTAzMiA1IDkuNjY0ODEgNS4wODMwNCA5LjI2MTc5IDUuMjQ5MTJDOC44NTg3NyA1LjQxNTIgOC40OTc4MyA1LjY1MTAzIDguMTc4OTUgNS45NTY2MUM3Ljg2MDA4IDYuMjYyMiA3LjU4OTkzIDYuNjMzMSA3LjM2ODQ5IDcuMDY5MzRDNy4xNDcwNSA3LjUwNTU4IDYuOTg1NCA3Ljk5Mzg0IDYuODgzNTQgOC41MzQxNVoiDQogICAgICAgIGZpbGw9IiNBOEE4QTgiLz4NCjwvc3ZnPg0K);
}

.sidebarBlock_icon-person {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMCAyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMTIuODc3NyAxMS4wODA1QzEyLjc0ODMgMTIuNTAwNiAxMS40NzE5IDEzLjYxNTUgOS45MTY0MSAxMy42MTU1QzguMzYwOTEgMTMuNjE1NSA3LjA4NDUxIDEyLjUwMDYgNi45NTUwOCAxMS4wODA1QzMuNjYyMDUgMTEuMTA0NiAxIDEzLjc4MTkgMSAxNy4wODA2VjE4LjI3ODhDMTAuMjU2OSAyMS43MjEyIDE4LjgzMjggMTguMjc4OCAxOC44MzI4IDE4LjI3ODhWMTcuMDgwM0MxOC44MzI4IDEzLjc4MTYgMTYuMTcwOCAxMS4xMDQ2IDEyLjg3NzcgMTEuMDgwNVoiIGZpbGw9IiNBOEE4QTgiLz4NCjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNNS40NTgyNSA0LjQ1ODIxQzUuNDU4MjUgMS45OTYwMSA3LjQ1NDI2IDAgOS45MTY0NiAwQzEyLjM3ODcgMCAxNC4zNzQ3IDEuOTk2MDEgMTQuMzc0NyA0LjQ1ODIxVjYuMjg3OTZDMTQuMzc0NyA3LjQ2MzkxIDEzLjkwMTIgOC41OTAzMyAxMy4wNjEgOS40MTMwOUMxMS4zNjA1IDExLjA3ODMgOC42NDA3NSAxMS4wNzgzIDYuOTQwMyA5LjQxMzA5TDYuODIyNTEgOS4yOTc3NUM1Ljk0OTk4IDguNDQzMzEgNS40NTgyNSA3LjI3MzU0IDUuNDU4MjUgNi4wNTIzM1Y0LjQ1ODIxWiIgZmlsbD0iI0E4QThBOCIvPg0KPC9zdmc+DQo=);
}

.sidebarBlock_icon-handshake {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMCAyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMTkuNDc0NCAxMS41MDA2QzE5LjUzNTkgMTEuNDkyOCAyMCAxMS40MTQ4IDIwIDExLjQxNDhWNS4xMjg2MUMyMCA1LjEyODYxIDE4LjI2NjYgNS40OTgyOCAxNy44MjM5IDUuNTkxNjNDMTcuMzAyNyA1LjcwMTI1IDE2Ljk3NTggNS40MjkxNyAxNi45NzU4IDUuNDI5MTdDMTYuOTc1OCA1LjQyOTE3IDE1Ljk3MzggNC41NjgyNCAxNC44NDc5IDMuNjIzNjRDMTMuOTMzNiAyLjg1NTQ2IDEzLjQ1MzcgMi44ODU2OCAxMi43ODc4IDMuMjM4OTVDMTEuNjkyMyAzLjgxOTU1IDkuMDYxOSA1LjI5MjI2IDcuODEzOTYgNi4wNDY4QzcuMzUzNDcgNi4zMDM4MSA3LjAzMTMxIDYuNjUzMjYgNy4wMzEzMSA3LjE2ODE5QzcuMDMxMzEgNy44MzIwOCA3Ljg4ODg2IDguNzAzNSA4LjkyMzUgOC4xNTQyNEM5LjQ3MDgxIDcuODg5MDYgMTAuNzgxMSA3LjIwODA3IDExLjY2NTEgNi43NDMzMUMxMi42MjggNi4yMzYwMyAxMy4yMjc4IDYuODIzMDEgMTMuMjI3OCA2LjgyMzAxQzEzLjIyNzggNi44MjMwMSAxNi43MDYgMTAuMjczMiAxNy42ODUgMTEuMjA5MUMxOC4yMzMzIDExLjczNDYgMTguOTYxMyAxMS41OTU5IDE5LjMyOTIgMTEuNTI1OEMxOS4zODczIDExLjUxNDcgMTkuNDM2NCAxMS41MDUzIDE5LjQ3NDQgMTEuNTAwNlpNNy4yNzY4MiA4LjkxMTczQzYuNjQwNjcgOC41MjkxMyA2LjIyOTUxIDcuODQ1MDcgNi4yMjk2NiA3LjE2OTAzQzYuMjI5NTEgNi42MjIwMiA2LjQ0NDIzIDUuODUwNTQgNy40NjI2IDUuMjc2NDdDOC4wNDk1IDQuOTIxOTEgOC45MDg1NSA0LjQyNjc5IDkuNzgzOTUgMy45MzE1MUw5LjkzNTAyIDMuODIxM0M5LjA5NDQ5IDIuOTgwNzcgNy41NjE5NCAyLjc3NDc0IDYuNTI5MjUgMy4zNjM0M0w0LjI1MTI1IDQuNjYyMTNDMy40Njc0NyA1LjEwODk3IDIuNTI3ODIgNS4xOTE3NSAxLjY3ODA3IDQuODg4ODVMMCA0LjI2ODk5VjExLjk1MjNMMC42OTk4MDggMTIuMjk5QzAuODY1NzI1IDEyLjM4MTEgMS4wNjU2MSAxMi4zNDgzIDEuMTk2NTEgMTIuMjE3NEwxLjk2MjY3IDExLjQ1MTJDMi43OTk2IDEwLjYxNDMgNC4xNjI1NSAxMC41NjMgNS4wMjMxIDExLjM3NTVDNS4yODQwOSAxMS42MjE5IDUuNDcwMSAxMS45MTcxIDUuNTgxMjEgMTIuMjMyOUM1Ljg3ODMzIDEyLjMzNzQgNi4xNTcwMSAxMi41MDgyIDYuMzk0MjMgMTIuNzQ1M0M2LjYzMTI5IDEyLjk4MjQgNi44MDIwOCAxMy4yNjEyIDYuOTA2NiAxMy41NTgzQzcuMjAzNjQgMTMuNjYyNyA3LjQ4MjQgMTMuODMzNSA3LjcxOTU0IDE0LjA3MDdDNy45NTY2MSAxNC4zMDc4IDguMTI3NDcgMTQuNTg2NSA4LjIzMTkxIDE0Ljg4MzZDOC41MjkwMyAxNC45ODgxIDguODA3NzkgMTUuMTU4OSA5LjA0NDkzIDE1LjM5NkM5LjQ5NSAxNS44NDYxIDkuNzA2MDUgMTYuNDQ2IDkuNjc4MjMgMTcuMDM2NkwxMC41MzM4IDE3Ljg5MjJDMTAuODk4NyAxOC4yNTcxIDExLjQ5NzEgMTguMjg0NyAxMS44Njg2IDE3LjkyNjVDMTIuMjQ3MSAxNy41NjE2IDEyLjI1MTMgMTYuOTU5IDExLjg4MTEgMTYuNTg4OEwxMC41OTg4IDE1LjExMDdMMTIuNDExMyAxNi42OTQ5QzEyLjc3NzMgMTcuMDYwOSAxMy4zNzA2IDE3LjA2MDkgMTMuNzM2NiAxNi42OTQ5QzE0LjEwMjcgMTYuMzI4OSAxNC4xMDI3IDE1LjczNTYgMTMuNzM2NiAxNS4zNjk1TDEyLjE1MjggMTMuNzAyNUwxNC4yNjY4IDE1LjQ3NTVDMTQuNjMyNyAxNS44NDE2IDE1LjIyNjIgMTUuODQxNiAxNS41OTIyIDE1LjQ3NTVDMTUuOTU4MSAxNS4xMDk1IDE1Ljk1ODEgMTQuNTE2MiAxNS41OTIyIDE0LjE1MDJMMTQuMTYwNyAxMi41MDMxTDE2LjEyMjIgMTQuMjU2MkMxNi40OTI1IDE0LjYyNjQgMTcuMDk1MSAxNC42MjIxIDE3LjQ1OTkgMTQuMjQzNkMxNy44MTgxIDEzLjg3MjEgMTcuNzkwNiAxMy4yNzM4IDE3LjQyNTcgMTIuOTA4OEwxMi41MTgxIDguMDAxMjRDMTIuMjYyMSA3Ljc0NTI4IDExLjg2OTggNy42ODQ5MyAxMS41NDg4IDcuODUyMzRDMTAuNzMxMSA4LjI3ODg3IDkuODYxMzkgOC43MjY5OSA5LjQxNzI1IDguOTQyNjJDOC43MDY4IDkuMzE0MDQgNy45Mjc2NyA5LjMwMzAxIDcuMjc2ODIgOC45MTE3M1pNNS44Mzc0NSAxMy4zMDE5QzUuNDcxNTEgMTIuOTM1OSA0Ljg3ODA5IDEyLjkzNTkgNC41MTIxNCAxMy4zMDE5QzQuODc4MDkgMTIuOTM1OSA0Ljg3ODA5IDEyLjM0MjYgNC41MTIxNCAxMS45NzY2QzQuMTQ2MTIgMTEuNjEwNSAzLjU1MjcgMTEuNjEwNSAzLjE4Njc1IDExLjk3NjZMMi4zOTE1IDEyLjc3MThDMi4wMjU1NiAxMy4xMzc4IDIuMDI1NTYgMTMuNzMxMiAyLjM5MTUgMTQuMDk3MUMyLjc1NzUzIDE0LjQ2MzEgMy4zNTA5NSAxNC40NjMxIDMuNzE2ODkgMTQuMDk3MUMzLjM1MDk1IDE0LjQ2MzEgMy4zNTA5NSAxNS4wNTY1IDMuNzE2ODkgMTUuNDIyNUM0LjA4MjkyIDE1Ljc4ODUgNC42NzYzMyAxNS43ODg1IDUuMDQyMjggMTUuNDIyNUM0LjY3NjMzIDE1Ljc4ODUgNC42NzYzMyAxNi4zODE5IDUuMDQyMjggMTYuNzQ3OUM1LjQwODIzIDE3LjExMzkgNi4wMDE2NSAxNy4xMTM5IDYuMzY3NiAxNi43NDc5QzYuMDAxNjUgMTcuMTEzOSA2LjAwMTU3IDE3LjcwNzMgNi4zNjc2IDE4LjA3MzNDNi43MzM2MiAxOC40MzkyIDcuMzI2OTYgMTguNDM5MiA3LjY5Mjk4IDE4LjA3MzNMOC40ODgxNiAxNy4yNzhDOC44NTQxOCAxNi45MTIgOC44NTQxOCAxNi4zMTg3IDguNDg4MTYgMTUuOTUyNkM4LjEyMjI4IDE1LjU4NjcgNy41Mjg4NyAxNS41ODY3IDcuMTYyODQgMTUuOTUyNkM3LjUyODg3IDE1LjU4NjcgNy41Mjg4NyAxNC45OTM0IDcuMTYyODQgMTQuNjI3M0M2Ljc5NjkgMTQuMjYxMyA2LjIwMzQ4IDE0LjI2MTMgNS44Mzc0NSAxNC42MjczQzYuMjAzNDggMTQuMjYxMyA2LjIwMzQ4IDEzLjY2OCA1LjgzNzQ1IDEzLjMwMTlaIiBmaWxsPSIjQThBOEE4Ii8+DQo8L3N2Zz4NCg==);
}

.sidebarBlock_icon-link {
  background-image: url(data:image/svg+xml;base64,PHN2ZyBpZD0iQ2FwYV8xIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA1MTUuNTU2IDUxNS41NTYiIGhlaWdodD0iNTEyIiB2aWV3Qm94PSIwIDAgNTE1LjU1NiA1MTUuNTU2IiB3aWR0aD0iNTEyIg0KICAgICB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9IiNBOEE4QTgiPg0KICA8cGF0aA0KICAgIGQ9Im0zOTIuMTg5IDBjLTMyLjk0NiAwLTYzLjkyNiAxMi44MzktODcuMjI3IDM2LjE0bC05Ni4wNjcgOTYuMDY3YzcuMzQyLTEuMDI1IDE0LjY3Ny0yLjEzOCAyMi4xODItMi4xMzggMjAuNjkzIDAgNDAuOTcgNC4wMiA1OS42MTEgMTEuNDc0bDU5LjgzOS01OS44MzljMTEuMTM5LTExLjEyNCAyNS45MjktMTcuMjYgNDEuNjYyLTE3LjI2IDMyLjQ5IDAgNTguOTIyIDI2LjQzMiA1OC45MjIgNTguOTIyIDAgMTUuNzM0LTYuMTM2IDMwLjUyMy0xNy4yNiA0MS42NjJsLTEwNy43MSAxMDcuNzEyYy0yMi4yNzkgMjIuMjQ3LTYxLjA0NiAyMi4yNjMtODMuMzI1LjAxNmwtNDUuNTMzIDQ1LjU5NmMyMy4yODYgMjMuMjcgNTQuMjY1IDM2LjA5MyA4Ny4xOTUgMzYuMDkzIDMyLjk0NiAwIDYzLjkyNS0xMi44MzkgODcuMjI3LTM2LjE0bDEwNy43MTItMTA3LjcxMmMyMy4zMDEtMjMuMzAxIDM2LjE0LTU0LjI4MSAzNi4xNC04Ny4yMjctLjAwMS02OC4wMzEtNTUuMzM2LTEyMy4zNjYtMTIzLjM2OC0xMjMuMzY2eiIvPg0KICA8cGF0aA0KICAgIGQ9Im0yMjQuMzAzIDM3NC41NzgtNTkuMjc0IDU5LjI3NGMtMTEuMTM5IDExLjEyNC0yNS45MjkgMTcuMjYtNDEuNjYyIDE3LjI2LTMyLjQ5IDAtNTguOTIyLTI2LjQzMi01OC45MjItNTguOTIyIDAtMTUuNzMzIDYuMTM2LTMwLjUyMyAxNy4yNi00MS42NjJsMTA3LjcxMi0xMDcuNzEyYzIyLjI3OS0yMi4yNDcgNjEuMDQ2LTIyLjI2MyA4My4zMjUtLjAxNmw0NS41MzMtNDUuNTk2Yy00Ni41ODctNDYuNTQtMTI3LjgxOS00Ni41NTUtMTc0LjQyMi4wNDdsLTEwNy43MTMgMTA3LjcxMmMtMjMuMzAyIDIzLjMwMS0zNi4xNCA1NC4yOC0zNi4xNCA4Ny4yMjYgMCA2OC4wMzIgNTUuMzM1IDEyMy4zNjYgMTIzLjM2NiAxMjMuMzY2IDMyLjk0NiAwIDYzLjkyNS0xMi44MzkgODcuMjI3LTM2LjE0bDk0Ljc5Mi05NC43OTJjLTYuOTIxLjkzLTEzLjgwNiAyLjA0My0yMC45MDggMi4wNDMtMjEuMDEyLjAwMS00MS4zNjMtNC4yLTYwLjE3NC0xMi4wODh6Ii8+DQo8L3N2Zz4NCg==);
}

.sidebarBlock_heading,
.sidebarSection_title {
  font-weight: 700;
  margin-bottom: 0.625em;
}

@media (min-width: 992px) {
  .sidebarBlock_content {
    padding-left: 3.75em;
  }

  .sidebarBlock_item-hideOnDesktop {
    display: none;
  }
}

.sidebarSection {
  line-height: 1.9;
}

.sidebarSection a {
  color: #434346;
}

.sidebarSection a:hover {
  color: #66b245;
  text-decoration: none;
}

@media (min-width: 992px) {
  .sidebarSection_title {
    font-size: 1.3125em;
    line-height: 1.45;
    margin-bottom: 0.3125rem;
  }
}

.sponsorsBlock {
  line-height: 1.2;
}

.sponsorsBlock_title {
  font-weight: 700;
  font-size: 1.625em;
  margin-bottom: 0.7692em;
}

.sponsorsBlock_item {
  margin-bottom: 1.25em;
}

.sponsorsBlock_item:last-child {
  margin-bottom: 0;
}

.sponsorsBlock_link {
  display: block;
}

.sponsorsBlock_imageCont {
  max-width: 11.25em;
  margin-bottom: 0.625em;
}

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

@media (min-width: 992px) {
  .sponsorsBlock {
    margin: 0 -15px;
    padding: 1.875em 15px 1.875em 3.875em;
    border: 1px solid #e7e7e7;
  }

  .sponsorsBlock_title {
    font-weight: 700;
    font-size: 1em;
    margin-bottom: 1.25em;
  }
}

.peopleBlock_innerContainer {
  padding: 1.875em 0;
  min-height: 7.5em;
}

.peopleBlock_title {
  font-size: 1.625em;
  line-height: 1.2;
  margin-bottom: 0.8846em;
  font-weight: 700;
}

.peopleBlock_item {
  margin-bottom: 1.25em;
  position: relative;
}

.peopleBlock_imageCont {
  width: 3.75em;
  height: 3.75em;
  float: left;
  overflow: hidden;
  border-radius: 50%;
  position: relative;
  margin-right: 0.875em;
}

.peopleBlock_info {
  overflow: hidden;
}

.peopleBlock_image {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  position: relative;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.peopleBlock_name {
  font-size: 1.1875em;
  font-weight: 700;
  line-height: 1.6;
}

.peopleBlock_occupation,
.peopleBlock_email,
.peopleBlock_phone {
  line-height: 1.5;
}

.peopleBlock_opener {
  width: 100%;
}

.peopleBlock_opener .btn_text {
  display: none;
}

.peopleBlock_opener .btn_textSecondary {
  display: inline;
}

.peopleBlock_opener.collapsed .btn_textSecondary {
  display: none;
}

.peopleBlock_opener.collapsed .btn_text {
  display: inline;
}

.peopleBlock_opener-desktop {
  display: none;
  position: absolute;
  max-width: 13.75em;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media (min-width: 768px) {
  .peopleBlock_content {
    background: transparent !important;
  }

  .peopleBlock_innerContainer {
    padding-left: 15px;
    padding-right: 15px;
  }

  .peopleBlock_info {
    max-width: 22.1875em;
  }

  .peopleBlock_opener {
    display: none;
  }

  .peopleBlock_opener.peopleBlock_opener-desktop {
    display: block;
  }

  .peopleBlock_item {
    margin: 1.25em 0 0;
  }

  .peopleBlock_featured .peopleBlock_item {
    margin: 0;
  }
}

@media (min-width: 992px) {
  .peopleBlock_innerContainer {
    padding: 3.125em 2.5em;
    min-height: 12.5em;
  }

  .peopleBlock_imageCont {
    width: 6.25em;
    height: 6.25em;
    margin-right: 1.125em;
  }

  .peopleBlock_info {
    max-width: 20.625em;
  }

  .peopleBlock_name {
    font-size: 1.3125em;
    line-height: 1.45;
  }

  .peopleBlock_occupation,
  .peopleBlock_email,
  .peopleBlock_phone {
    font-size: 1.1875em;
    line-height: 1.6;
  }
}

.postNavigation {
  line-height: 1.4;
}

.postNavigation_item {
  width: calc(50% - 15px);
  max-width: 21.75em;
}

.postNavigation_link {
  display: block;
  color: #434346;
}

.postNavigation_link:hover {
  color: #66b245;
  text-decoration: none;
}

.postNavigation_icon {
  display: inline-block;
  width: 3em;
  height: 3em;
  vertical-align: top;
  margin-bottom: 0.625em;
  position: relative;
  border-radius: 50%;
  overflow: hidden;
  background-color: #66b245;
  color: #fff;
}

.postNavigation_icon svg {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.postNavigation_title {
  display: block;
  overflow: hidden;
}

.postNavigation_item-left {
  float: left;
}

.postNavigation_item-left .postNavigation_icon {
  -webkit-transform: rotate(-90deg);
       -o-transform: rotate(-90deg);
          transform: rotate(-90deg);
  margin-right: 1.25em;
}

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

.postNavigation_item-right .postNavigation_icon {
  -webkit-transform: rotate(90deg);
       -o-transform: rotate(90deg);
          transform: rotate(90deg);
  margin-left: 1.25em;
}

@media (min-width: 580px) {
  .postNavigation_item-left .postNavigation_icon {
    float: left;
  }

  .postNavigation_item-right .postNavigation_icon {
    float: right;
  }
}

.postsList_list {
  margin-bottom: -30px;
}

.postsList_item {
  margin-bottom: 30px;
}

.postsList_item .listItem {
  background-color: #f4f4f4;
}

.postsList_item .listItem:hover .listItem_heading {
  color: #66b245;
}

.postsList_item .listItem_imageCont {
  min-height: auto;
}

.postsList_item .listItem_image {
  display: block !important;
}

.postsList_pagination {
  padding-top: 5.625em;
}

.postsList_noPosts {
  width: 100%;
  text-align: center;
  font-size: 1.3125em;
}

@media (min-width: 768px) {
  .postsList_item .listItem_imageCont {
    min-height: 18.75em;
  }

  .postsList_item .listItem_image {
    display: none !important;
  }
}

.featuredPost {
  margin-bottom: 30px;
}

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

.featuredPost_imageCont {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.featuredPost_imageLink {
  display: block;
  width: 100%;
  height: 100%;
}

.featuredPost_image {
  width: 100%;
  height: auto;
}

.featuredPost_info {
  background-color: #f4f4f4;
  padding: 1.875em 1.125em;
  width: 100%;
}

.featuredPost_title {
  font-weight: 700;
  font-size: 1.3125em;
  margin-bottom: 0.7143em;
  line-height: 1.3;
}

.featuredPost_titleLink {
  color: #434346;
}

.featuredPost_titleLink:hover {
  color: #66b245;
  text-decoration: none;
}

.featuredPost_dates {
  color: #9b9b9b;
  margin-bottom: 1.0526em;
  line-height: 1.25;
}

.featuredPost_iconCont {
  float: left;
  margin-right: 0.625rem;
  width: 1.1875rem;
  height: 1.1875rem;
}

.featuredPost_icon {
  vertical-align: top;
  margin-top: 0.125em;
}

.featuredPost_excerpt {
  line-height: 1.6;
}

.featuredPost_link {
  color: #66b245;
  line-height: 1.6;
  margin-top: 0.3125rem;
  display: inline-block;
  vertical-align: top;
}

.featuredPost_link:hover {
  color: #66b245;
}

@media (min-width: 992px) {
  .featuredPost_title {
    font-size: 1.75em;
  }

  .featuredPost_imageCont,
  .featuredPost_info {
    width: 50%;
  }

  .featuredPost_imageCont {
    min-height: 28.125em;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }

  .featuredPost_image {
    display: none;
  }

  .featuredPost_info {
    padding: 3.125em;
  }

  .featuredPost_excerpt,
  .featuredPost_dates {
    font-size: 1.1875em;
  }

  .featuredPost_icon {
    margin-top: 0.25em;
  }

  .featuredPost_link {
    font-size: 1.1875em;
  }
}

.newsList {
  font-size: 1rem;
}

.newsList_item + .newsList_item {
  margin-top: 1.25em;
}

.newsList_pagination {
  margin-top: 2.5rem;
}

.newsItem_imageLink {
  display: block;
  height: 100%;
  width: 100%;
}

.newsItem_image {
  width: 100%;
  height: auto;
}

.newsItem_info {
  padding: 1.875em 1.125em;
}

.newsItem_heading {
  font-size: 1.3125em;
  font-weight: 700;
  line-height: 1.45;
  margin-bottom: 1.25rem;
}

.newsItem_headingLink {
  color: #434346;
}

.newsItem_headingLink:hover {
  color: #66b245;
  text-decoration: none;
}

.newsItem_excerpt {
  line-height: 1.9;
}

.newsItem_link {
  display: inline;
}

.newsItem_meta,
.newsItem_keywords {
  line-height: 1.2;
  font-size: 1rem;
  margin-top: 1.25em;
}

.newsItem_author,
.newsItem_separator,
.newsItem_date {
  display: inline;
}

@media (min-width: 768px) {
  .newsItem_imageCont {
    height: 18.75rem;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }

  .newsItem_image {
    display: none;
  }

  .newsItem_info {
    padding: 2.5rem;
  }

  .newsItem_excerpt {
    font-size: 1.1875em;
    line-height: 1.6;
  }

  .newsItem_heading {
    font-size: 1.75em;
    line-height: 1.3;
  }
}

.filters {
  margin: 0 auto 2.5em;
}

.filters_item {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  width: 100%;
}

.filters_item + .filters_item {
  margin-top: 15px;
}

.filters_select {
  background-color: #fff;
  color: #434346;
  cursor: pointer;
  padding-left: 21px;
}

@media (min-width: 768px) {
  .filters_content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .filters_item {
    max-width: 15em;
  }

  .filters_item + .filters_item {
    margin-top: 0;
  }
}

.customSelect {
  background-color: transparent;
  color: #9b9b9b;
  border: 2px solid #e7e7e7;
  border-radius: 3px;
  text-transform: uppercase;
  font-size: 0.9375em;
  padding: 1rem 1.5rem;
  font-weight: 700;
  line-height: 1;
}

.customSelect.customSelectHover,
.customSelect.customSelectOpen {
  color: #66b245;
  background-color: transparent;
}

.customSelect.customSelectOpen .customSelectInner:after {
  background-color: transparent;
}

.customSelectInner:after {
  background-color: transparent;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxOC4xLjEsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiDQoJIHdpZHRoPSIxNHB4IiBoZWlnaHQ9IjlweCIgdmlld0JveD0iMCAwIDE0IDkiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDE0IDkiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGZpbGw9IiNBOEE4QTgiIGQ9Ik03LjA3MSw4LjgyMUwwLDEuNzVMNi45MzgsMGw3LjIwNSwxLjc1TDcuMDcxLDguODIxeiIvPg0KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGZpbGw9IiNGRkZGRkYiIGQ9Ik03LjA3MSw1Ljk5M0wxLjQxNCwwLjMzNkw3LjA5NCwwbDUuNjM0LDAuMzM2TDcuMDcxLDUuOTkzeiIvPg0KPC9zdmc+DQo=);
  pointer-events: none;
}

.searchResults_item + .searchResults_item {
  margin-top: 2.5em;
}

.searchResults_title {
  font-size: 1.1875em;
  line-height: 1.5;
  margin-top: 1.25rem;
}

.searchResults_list {
  margin-top: 2.5em;
  min-height: 18.75em;
}

.searchResults_heading {
  font-size: 1.1875em;
  line-height: 1.5;
  font-weight: 700;
  margin-bottom: 0.625rem;
}

.searchResults_excerpt {
  line-height: 1.6;
}

.searchResults_pagination {
  margin-top: 3.125em;
}

.searchResults_highlight {
  font-weight: 700;
  background-color: rgba(102, 178, 69, 0.11);
}

.searchResults_noPosts {
  font-size: 1.1875em;
}

@media (min-width: 768px) {
  .searchResults_title,
  .searchResults_heading,
  .searchResults_noPosts {
    font-size: 1.3125em;
  }

  .searchResults_excerpt {
    font-size: 1.1875em;
  }

  .searchResults_pagination {
    margin-top: 5em;
  }
}

.subMenuBar {
  min-height: 5em;
  position: relative;
  display: none;
}

.subMenuBar_fixedWrapper {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 1000;
}

.subMenuBar_container {
  padding: 0;
  margin: 0 auto;
}

.subMenuBar_container:after {
  content: "";
  display: table;
  clear: both;
}

.subMenuBar_menu,
.subMenuBar_menuItem {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
}

.subMenuBar_menu {
  text-align: center;
  padding: 1.25em 0;
}

.subMenuBar_menuItem {
  display: inline-block;
  vertical-align: top;
  position: relative;
}

.subMenuBar_menuItem::after {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: currentColor;
  width: 1px;
  height: 1.25rem;
}

.subMenuBar_menuItem:last-child::after {
  display: none;
}

.subMenuBar_menuLink {
  display: block;
  color: currentColor;
  font-weight: 700;
  padding: 0.375rem 15px 0.25rem;
  -webkit-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  opacity: 1;
  font-size: 1.1875rem;
  text-decoration: none !important;
  line-height: 1.6;
}

.subMenuBar_menuLink:hover,
.subMenuBar_menuLink:focus {
  text-decoration: underline !important;
  outline: none;
  color: currentColor;
}

.subMenuBar_button {
  padding-top: .75rem;
}

@media (min-width: 992px) {
  .subMenuBar {
    display: block;
  }
}

body.admin-bar .subMenuBar_fixedWrapper.is_stuck,
body.admin-bar .subMenuBar_fixedWrapper.is_stuck {
  top: 32px !important;
}

.topBarSelect {
  z-index: 1000;
  position: relative;
}

.topBarSelect .customSelect {
  width: 100%;
  border: none;
  background-color: inherit;
  color: currentColor;
  border-radius: 0;
  padding: 15px;
}

.topBarSelect select {
  -webkit-appearance: none;
  -moz-appearance: none;
  border: none;
  background-color: inherit;
  color: currentColor;
  padding: 15px;
}

.topBarSelect .customSelectInner:after {
  width: 2.8125em;
}

body.admin-bar .topBarSelect.is_stuck,
body.admin-bar .topBarSelect.is_stuck {
  top: 46px !important;
}

@media (min-width: 992px) {
  .topBarSelect {
    display: none;
  }
}

@media (min-width: 783px) {
  body.admin-bar .topBarSelect.is_stuck,
  body.admin-bar .topBarSelect.is_stuck {
    top: 32px !important;
  }
}

.stickyLinks,
.stickyLinks_wrapper {
  min-height: 3.75rem;
  background-color: #f4f4f4;
}

.stickyLinks_wrapper {
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 20;
}

.stickyLinks_left,
.stickyLinks_right {
  width: 50%;
  float: left;
}

.stickyLinks_left .stickyLinks_arrow {
  margin-left: 0;
  -webkit-transform: rotate(-90deg);
       -o-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

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

.stickyLinks_right .stickyLinks_arrow {
  margin-right: 0;
  -webkit-transform: rotate(90deg);
       -o-transform: rotate(90deg);
          transform: rotate(90deg);
}

.stickyLinks_link {
  display: block;
  padding: 0.625rem 0;
  color: #434346;
  text-decoration: none;
  font-weight: 700;
}

.stickyLinks_link:hover {
  color: #66b245;
  text-decoration: none;
}

.stickyLinks_arrow,
.stickyLinks_iconCont,
.stickyLinks_title {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0.5rem;
}

.stickyLinks_iconCont {
  width: 2.5rem;
  height: 2.5rem;
}

.stickyLinks_icon {
  width: 100%;
  height: auto;
}

.stickyLinks_title {
  display: none;
}

@media (min-width: 768px) {
  .stickyLinks_title {
    display: inline-block;
  }
}

@media (min-width: 992px) {
  .stickyLinks,
  .stickyLinks_wrapper {
    min-height: 6rem;
  }

  .stickyLinks_link {
    font-size: 1.1875rem;
  }

  .stickyLinks_link {
    padding: 1.5rem 0;
  }

  .stickyLinks_iconCont {
    width: 3rem;
    height: 3rem;
  }
}

.post-password-form {
  text-align: center;
}

.post-password-form_explanation {
  margin-bottom: 1.875rem !important;
}

.graphicsBlock_imageDesktop {
  display: none;
}

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

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

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

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

@media (min-width: 768px) {
  .graphicsBlock_imageMobile {
    display: none;
  }

  .graphicsBlock_imageDesktop {
    display: block;
  }
}

.logoList {
  text-align: center;
  padding: 0 1rem;
}

.logoList_item {
  display: inline-block;
  vertical-align: middle;
}

.logoList_item + .logoList_item {
  margin-left: 0.6875rem;
}

.logoList_link {
  display: block;
  position: relative;
  text-decoration: none;
}

.logoList_image {
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
  vertical-align: top;
  height: 1.875rem;
}

.logoList_image-hover {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
}

.logoList_link:hover,
.logoList_link:focus {
  text-decoration: none;
}

.logoList_link:hover .logoList_image-hover,
.logoList_link:focus .logoList_image-hover {
  opacity: 1;
  visibility: visible;
}

.logoList_link:hover .logoList_image-default:not(.no-hover),
.logoList_link:focus .logoList_image-default:not(.no-hover) {
  opacity: 0;
  visibility: hidden;
}

.js-cl-typed-showWhenComplete {
  opacity: 0;
  -webkit-transition: opacity ease-in-out 300ms 1000ms;
  -o-transition: opacity ease-in-out 300ms 1000ms;
  transition: opacity ease-in-out 300ms 1000ms;
}

.js-cl-typed-complete .js-cl-typed-showWhenComplete {
  opacity: 1;
}


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