
body {
    margin: 0
}

article,
aside,
header,
nav,
section {
    display: block
}

figcaption,
figure {
    display: block
}

figure {
    margin: 1em 40px
}

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

main {
    display: block
}


a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}

a:active,
a:hover {
    outline-width: 0
}

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

b,
strong {
    font-weight: inherit
}

b,
strong {
    font-weight: bolder
}


dfn {
    font-style: italic
}

mark {
    background-color: #ff0;
    color: #000
}

small {
    font-size: 80%
}

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

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

audio,
video {
    display: inline-block
}

audio:not([controls]) {
    display: none;
    height: 0
}

img {
    border-style: none
}

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


button {
    overflow: visible
}

button,
select {
    text-transform: none
}

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

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

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

input {
    overflow: visible
}

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

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

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

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

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

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

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

progress {
    display: inline-block;
    vertical-align: baseline
}

textarea {
    overflow: auto
}

details {
    display: block
}

summary {
    display: list-item
}

menu {
    display: block
}

canvas {
    display: inline-block
}

template {
    display: none
}

[hidden] {
    display: none
}

html {
    box-sizing: border-box;
    /* font-size: 100% */
}

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

body {
    margin: 0;
    padding: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

img {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    height: auto;
    -ms-interpolation-mode: bicubic
}



textarea {
    height: auto;
    min-height: 50px;
    border-radius: 0
}

select {
    box-sizing: border-box;
    width: 100%;
    border-radius: 0
}

.map_canvas embed,
.map_canvas img,
.map_canvas object,
.mqa-display embed,
.mqa-display img,
.mqa-display object {
    max-width: none !important
}

button {
    padding: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0;
    border-radius: 0;
    background: 0 0;
    line-height: 1;
    cursor: auto
}

[data-whatinput=mouse] button {
    outline: 0
}

pre {
    overflow: auto
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit
}

.is-visible {
    display: block !important
}

.is-hidden {
    display: none !important
}

.hide {
    display: none !important
}

.invisible {
    visibility: hidden
}

.show-for-sr,
.show-on-focus {
    position: absolute !important;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    border: 0
}

.show-on-focus:active,
.show-on-focus:focus {
    position: static !important;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: normal;
    -webkit-clip-path: none;
    clip-path: none
}

.hide-for-portrait,
.show-for-landscape {
    display: block !important
}

@media screen and (orientation:landscape) {

    .hide-for-portrait,
    .show-for-landscape {
        display: block !important
    }
}

@media screen and (orientation:portrait) {

    .hide-for-portrait,
    .show-for-landscape {
        display: none !important
    }
}

.hide-for-landscape,
.show-for-portrait {
    display: none !important
}

@media screen and (orientation:landscape) {

    .hide-for-landscape,
    .show-for-portrait {
        display: none !important
    }
}

@media screen and (orientation:portrait) {

    .hide-for-landscape,
    .show-for-portrait {
        display: block !important
    }
}

.align-right {
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.align-center {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.align-justify {
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.align-spaced {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around
}

.align-right.vertical.menu>li>a {
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.align-center.vertical.menu>li>a {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.align-top {
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start
}

.align-self-top {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start
}

.align-bottom {
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end
}

.align-self-bottom {
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end
}

.align-middle {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.align-self-middle {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center
}

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

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

.align-center-middle {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center
}

@media print,
screen and (min-width:28.6875em) {
    .small-order-1 {
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1
    }

    .small-order-2 {
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2
    }

    .small-order-3 {
        -webkit-order: 3;
        -ms-flex-order: 3;
        order: 3
    }

    .small-order-4 {
        -webkit-order: 4;
        -ms-flex-order: 4;
        order: 4
    }

    .small-order-5 {
        -webkit-order: 5;
        -ms-flex-order: 5;
        order: 5
    }

    .small-order-6 {
        -webkit-order: 6;
        -ms-flex-order: 6;
        order: 6
    }
}

@media print,
screen and (min-width:48.0625em) {
    .medium-order-1 {
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1
    }

    .medium-order-2 {
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2
    }

    .medium-order-3 {
        -webkit-order: 3;
        -ms-flex-order: 3;
        order: 3
    }

    .medium-order-4 {
        -webkit-order: 4;
        -ms-flex-order: 4;
        order: 4
    }

    .medium-order-5 {
        -webkit-order: 5;
        -ms-flex-order: 5;
        order: 5
    }

    .medium-order-6 {
        -webkit-order: 6;
        -ms-flex-order: 6;
        order: 6
    }
}

@media print,
screen and (min-width:64em) {
    .large-order-1 {
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1
    }

    .large-order-2 {
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2
    }

    .large-order-3 {
        -webkit-order: 3;
        -ms-flex-order: 3;
        order: 3
    }

    .large-order-4 {
        -webkit-order: 4;
        -ms-flex-order: 4;
        order: 4
    }

    .large-order-5 {
        -webkit-order: 5;
        -ms-flex-order: 5;
        order: 5
    }

    .large-order-6 {
        -webkit-order: 6;
        -ms-flex-order: 6;
        order: 6
    }
}

.flex-container {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.flex-child-auto {
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

.flex-child-grow {
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto
}

.flex-child-shrink {
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto
}

.flex-dir-row {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row
}

.flex-dir-row-reverse {
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.flex-dir-column {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.flex-dir-column-reverse {
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse
}

@media print,
screen and (min-width:28.6875em) {
    .small-flex-container {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex
    }

    .small-flex-child-auto {
        -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto
    }

    .small-flex-child-grow {
        -webkit-flex: 1 0 auto;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto
    }

    .small-flex-child-shrink {
        -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto
    }

    .small-flex-dir-row {
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .small-flex-dir-row-reverse {
        -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse
    }

    .small-flex-dir-column {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .small-flex-dir-column-reverse {
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }
}

@media print,
screen and (min-width:48.0625em) {
    .medium-flex-container {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex
    }

    .medium-flex-child-auto {
        -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto
    }

    .medium-flex-child-grow {
        -webkit-flex: 1 0 auto;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto
    }

    .medium-flex-child-shrink {
        -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto
    }

    .medium-flex-dir-row {
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .medium-flex-dir-row-reverse {
        -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse
    }

    .medium-flex-dir-column {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .medium-flex-dir-column-reverse {
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }
}

@media print,
screen and (min-width:64em) {
    .large-flex-container {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex
    }

    .large-flex-child-auto {
        -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto
    }

    .large-flex-child-grow {
        -webkit-flex: 1 0 auto;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto
    }

    .large-flex-child-shrink {
        -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto
    }

    .large-flex-dir-row {
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .large-flex-dir-row-reverse {
        -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse
    }

    .large-flex-dir-column {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .large-flex-dir-column-reverse {
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }
}

html {
    overflow-y: hidden
}

body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-tap-highlight-color: transparent;
    overflow-x: hidden;
    background: #FAFAF5
}

.hide-mobile {
    display: none
}

@media print,
screen and (min-width:48.0625em) {
    .hide-mobile {
        display: block
    }
}

.hide-scrollbar ::-webkit-scrollbar {
    width: 0
}

.hide-scrollbar ::-webkit-scrollbar-track-piece {
    background-color: transparent;
    -webkit-border-radius: 6px
}


ul {
    font-size: 0;
    margin: 0;
    padding: 0
}

ul li {
    display: inline-block
}

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, .6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: .875rem;
    font-weight: 700;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000
}

#wpadminbar {
    position: fixed !important
}

body.admin-bar.f-topbar-fixed .sticky.fixed {
    margin-top: 2rem
}

body.admin-bar.offcanvas .off-canvas.is-open {
    top: 2.875rem
}

@media screen and (min-width:48.9375em) {
    body.admin-bar.offcanvas .off-canvas.is-open {
        top: 2rem
    }
}

.wp-caption>figcaption {
    max-width: 100%;
    font-size: .8rem;
    color: #999;
    padding: .25rem 0
}

p.wp-caption-text {
    font-size: 90%;
    color: #666;
    padding: .625rem 0
}

.alignleft {
    float: left;
    padding-right: 1rem;
    margin: 0
}

.alignright {
    float: right;
    padding-left: 1rem;
    margin: 0
}

.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.js-scroll {
    position: fixed !important;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.scrollbar-track-y {
    background-color: transparent !important
}

.scrollbar-track-y .scrollbar-thumb {
    left: 2px;
    width: 4px;
    border-radius: 0
}

@-webkit-keyframes plyr-progress {
    to {
        background-position: 25px 0
    }
}

@keyframes plyr-progress {
    to {
        background-position: 25px 0
    }
}

.preload {
    position: fixed;
    z-index: 10000;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #FAFAF5;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    animation-delay: 0.3s;
}

.preload--disabled {
    pointer-events: none;
    -ms-touch-action: none;
    touch-action: none
}

.preload__counter {
    color: #000;
    font-size: 20px
}

@media print,
screen and (min-width:48.0625em) {
    .preload__counter {
        font-size: 40px
    }
}

@media print,
screen and (min-width:64em) {
    .preload__counter {
        font-size: 60px
    }
}


/* will use preloader later */
/*.footer,
.header,
.info,
.logo,
.albums {
    opacity: 0
} */

.info {
    will-change: transform;
    -webkit-transform: translate3d(0, 500px, 0);
    transform: translate3d(0, 500px, 0)
}

.loader {
    max-width: 200px;
}


.fit-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 10
}

.fit-wrapper img,
.fit-wrapper video {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 10
}

[data-whatinput=mouse] a:focus,
button:focus,
button:focus [data-whatinput=touch] a:focus {
    outline: 0
}


.albums {
    position: relative;
    padding: 40px 140px;
    margin: 0 auto;
    max-width: 1440px;
    padding-right: 1.25rem;
    padding-left: 1.25rem;
    max-width: 100%;
    margin: 0 auto
}

@media print,
screen and (min-width:48.0625em) {
    .albums {
        padding: 0 140px;
        padding-right: 4.375rem;
        padding-left: 4.375rem;
        max-width: 100%;
        margin: 0 auto
    }
}

.album__icon-globe,
.album__icon-sun {
    display: none
}

@media print,
screen and (min-width:48.0625em) {

    .album__icon-globe,
    .album__icon-sun {
        display: block
    }
}

.album__icon-sun {
    background: transparent url(../images/smile.svg) no-repeat top center;
    width: 100px;
    height: 100px
}

.album__icon-globe {
    background: transparent url(../images/globe.svg) no-repeat top center;
    width: 80px;
    height: 49px
}

.album__divider-bottom,
.album__divider-top {
    display: none;
    width: 100%;
    margin: 15vh 0
}

@media print,
screen and (min-width:48.0625em) {

    .album__divider-bottom,
    .album__divider-top {
        display: block
    }
}

.album__text {
    position: relative;
    background: #000 url(../images/noise-bg.png) 0 0 repeat;
    background-size: 50px 50px;
    padding: 20px;
    pointer-events: none
}

@media print,
screen and (min-width:64em) {
    .album__text {
        max-width: 630px;
        padding: 60px;
        margin: 0 auto
    }
}

.album__text,
.album__text p {
    width: 100%;
    text-align: left;
    font-size: 16px;
    line-height: 27px;
    color: #fefefe
}

.album__text br,
.album__text p br {
    display: none
}

@media print,
screen and (min-width:64em) {

    .album__text br,
    .album__text p br {
        display: block
    }
}

.album__single {
    position: relative;
    padding: 20px 0;
}

@media print,
screen and (min-width:48.0625em) {
    .album__single {
        padding: 5vh 0
    }
}

.album__single:after,
.album__single:before {
    content: " ";
    display: table
}

.album__single:after {
    clear: both
}

.album__single-icon {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.album__single-image {
    position: relative;
    display: inline-block;
    cursor: pointer
}

.album__single-image:hover .album__single-title {
    opacity: 1
}

.album__single-image img {
    width: 100%;
    height: auto
}

.album__single-image .image-desktop {
    display: none
}

@media print,
screen and (min-width:48.0625em) {
    .album__single-image .image-desktop {
        display: block
    }
}

.album__single-image .image-mobile {
    display: block
}

@media print,
screen and (min-width:48.0625em) {
    .album__single-image .image-mobile {
        display: none
    }
}

.album__single-title {
    margin: 20px 0 0
}

.album__single-title h3 {
    color: #000
}

@media print,
screen and (min-width:48.0625em) {
    .album__single-title {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 0;
        margin: 0;
        pointer-events: none;
        opacity: 0;
        transition: opacity .2s cubic-bezier(.17, .67, .83, .67)
    }

    .album__single-title h3 {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 100%;
        color: #fefefe;
        text-align: center;
        -webkit-transform: translate3d(-50%, -50%, 0);
        transform: translate3d(-50%, -50%, 0)
    }
}

@media print,
screen and (min-width:48.0625em) {
    .album__single.odd {
        text-align: right
    }
}

.album__single.odd .album__single-icon {
    left: 10%
}

@media print,
screen and (min-width:48.0625em) {
    .album__single.even {
        text-align: left
    }
}

.album__single.even .album__single-icon {
    right: 10%
}

@media print,
screen and (min-width:48.0625em) {
    .album__single.small .album__single-image {
        width: 25%
    }
}

@media print,
screen and (min-width:48.0625em) {
    .album__single.medium .album__single-image {
        width: 35%
    }
}

@media print,
screen and (min-width:48.0625em) {
    .album__single.large .album__single-image {
        width: 35%
    }
}

@media print,
screen and (min-width:48.0625em) {
    .album__single.full {
        text-align: center
    }

    .album__single.full .album__single-image {
        width: 45%;
        margin: 0 auto
    }
}

.album__single.full .album__single-icon {
    display: none
}


#video-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000;
    visibility: hidden;
    -webkit-transform: translate3d(0, 110%, 0);
    transform: translate3d(0, 110%, 0);
    z-index: 1000
}

#video-overlay .video-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

#video-overlay .plyr {
    width: 100%;
    height: 100%
}

#video-overlay .plyr * {
    color: #fefefe
}

#video-overlay .close-video {
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 50px;
    background: transparent url(../images/close-video.svg) no-repeat 50% 50%;
    background-size: 14px;
    cursor: pointer;
    z-index: 100;
    transition: -webkit-transform .2s cubic-bezier(.17, .67, .83, .67);
    transition: transform .2s cubic-bezier(.17, .67, .83, .67);
    transition: transform .2s cubic-bezier(.17, .67, .83, .67), -webkit-transform .2s cubic-bezier(.17, .67, .83, .67)
}

#video-overlay .close-video:hover {
    -webkit-transform: scale(1.3, 1.3);
    -ms-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3)
}

.info {
    padding-bottom: 42.5px;
    padding-right: 1.25rem;
    padding-left: 1.25rem;
    max-width: 100%;
    margin: 0 auto
}

@media print,
screen and (min-width:28.6875em) {
    .info {
        padding-bottom: 85px
    }
}

@media print,
screen and (min-width:64em) {
    .info {
        padding-bottom: 170px
    }
}

@media screen and (min-width:75em) {
    .info {
        padding-right: 3.125rem;
        padding-left: 3.125rem;
        max-width: 100%;
        margin: 0 auto
    }
}

.info__desc {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    width: 100%;
    height: 100vh;
    text-align: center
}

.info__desc,
.info__desc p {
    width: 100%;
    font-size: 20px;
    line-height: 34px
}

@media print,
screen and (min-width:48.0625em) {

    .info__desc,
    .info__desc p {
        font-size: 24px;
        line-height: 38px
    }
}

@media print,
screen and (min-width:64em) {

    .info__desc,
    .info__desc p {
        font-size: 30px;
        line-height: 54px
    }
}

.info__desc br,
.info__desc p br {
    display: none
}

@media print,
screen and (min-width:64em) {

    .info__desc br,
    .info__desc p br {
        display: block
    }
}

.info__services {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    width: 100%;
    height: 100vh;
    text-align: center
}

.info__services--wrapper {
    width: 100%
}

.info__services--left,
.info__services--right {
    display: inline-block;
    text-align: left;
    width: 100%;
    margin-bottom: 10px
}

@media print,
screen and (min-width:28.6875em) {

    .info__services--left,
    .info__services--right {
        margin-bottom: 40px
    }
}

@media print,
screen and (min-width:28.6875em) {

    .info__services--left,
    .info__services--right {
        width: 41.66667%;
        margin-left: 4.16667%
    }
}

@media print,
screen and (min-width:48.0625em) {

    .info__services--left,
    .info__services--right {
        width: 33.33333%;
        max-width: 350px
    }
}

@media screen and (min-width:75em) {

    .info__services--left,
    .info__services--right {
        width: 25%
    }
}

.info__services--right {
    margin: 0
}

@media print,
screen and (min-width:48.0625em) {
    .info__services--right {
        margin-left: 4.16667%
    }
}

@media screen and (min-width:75em) {
    .info__services--right {
        margin-left: 8.33333%
    }
}

.info__list li {
    display: block;
    font-size: 20px;
    line-height: 24px;
    text-align: center
}

@media print,
screen and (min-width:48.0625em) {
    .info__list li {
        font-size: 24px;
        line-height: 30px
    }
}

@media print,
screen and (min-width:28.6875em) {
    .info__list li {
        text-align: left
    }
}

.info__list li:not(:last-child) {
    margin-bottom: 10px
}

@media print,
screen and (min-width:28.6875em) {
    .info__list li:not(:last-child) {
        margin-bottom: 30px
    }
}

.info__logos-wrapper {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap
}

.info__logos-single {
    width: 50%;
    margin-right: 0;
    margin-left: 0;
    text-align: center;
    margin-bottom: 65px
}


.info__logos-single img {
    display: inline-block;
    transition: opacity .4s ease-out;
    max-width: 70%
}

.info__logos-single img:hover {
    opacity: .25
}

@media print,
screen and (min-width:28.6875em) {
    .info__logos-single {
        width: 33.33333%;
        margin-right: 0;
        margin-left: 0
    }
}


@media print,
screen and (min-width:48.0625em) {
    .info__logos-single {
        margin-bottom: 130px
    }
}

@media screen and (min-width:75em) {
    .info__logos-single {
        margin-bottom: 260px
    }
}


@media print,
screen and (min-width:28.6875em) {
    .info__logos-single img {
        max-width: initial
    }
}

@media print,
screen and (min-width:28.6875em) {
    .hide-for-small {
        display: none !important
    }
}

@media screen and (max-width:28.625em) {
    .show-for-small {
        display: none !important
    }
}

@media screen and (min-width:28.6875em) and (max-width:48em) {
    .hide-for-small-only {
        display: none !important
    }
}

@media screen and (max-width:28.625em),
screen and (min-width:48.0625em) {
    .show-for-small-only {
        display: none !important
    }
}

@media print,
screen and (min-width:48.0625em) {
    .hide-for-medium {
        display: none !important
    }
}

@media screen and (max-width:48em) {
    .show-for-medium {
        display: none !important
    }
}

@media screen and (min-width:48.0625em) and (max-width:63.9375em) {
    .hide-for-medium-only {
        display: none !important
    }
}

@media screen and (max-width:48em),
screen and (min-width:64em) {
    .show-for-medium-only {
        display: none !important
    }
}

@media print,
screen and (min-width:64em) {
    .hide-for-large {
        display: none !important
    }
}

@media screen and (max-width:63.9375em) {
    .show-for-large {
        display: none !important
    }
}

@media screen and (min-width:64em) and (max-width:74.9375em) {
    .hide-for-large-only {
        display: none !important
    }
}

@media screen and (max-width:63.9375em),
screen and (min-width:75em) {
    .show-for-large-only {
        display: none !important
    }
}
