html {
    box-sizing: border-box
}

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


/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */

html {
    font-family: sans-serif;
    line-height: 1.15;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

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

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

figcaption,
figure,
main {
    display: block
}

figure {
    margin: 1em 40px
}

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

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

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
}

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

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: -0.25em
}

sup {
    top: -0.5em
}

audio,
video {
    display: inline-block
}

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

img {
    border-style: none
}

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

button,
input,
optgroup,
select,
textarea {
    font-family: sans-serif;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

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 {
    border-style: none;
    padding: 0
}

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

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em
}

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

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

textarea {
    overflow: auto
}

[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
}

details,
menu {
    display: block
}

summary {
    display: list-item
}

canvas {
    display: inline-block
}

template {
    display: none
}

[hidden] {
    display: none
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
blockquote,
p,
pre,
dl,
dd,
ol,
ul,
figure,
hr,
fieldset,
legend {
    margin: 0;
    padding: 0
}

li>ol,
li>ul {
    margin-bottom: 0
}

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

address,
h1,
h2,
h3,
h4,
h5,
h6,
blockquote,
p,
pre,
dl,
ol,
ul,
figure,
hr,
table,
fieldset {
    margin-bottom: 16px
}

dd,
ol,
ul {
    margin-left: 16px
}

img[data-action="zoom"] {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in
}

.zoom-img,
.zoom-img-wrap {
    position: relative;
    z-index: 666;
    -webkit-transition: all 300ms;
    -o-transition: all 300ms;
    transition: all 300ms
}

img.zoom-img {
    cursor: pointer;
    cursor: -webkit-zoom-out;
    cursor: -moz-zoom-out
}

.zoom-overlay {
    z-index: 420;
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
    filter: "alpha(opacity=0)";
    opacity: 0;
    -webkit-transition: opacity 300ms;
    -o-transition: opacity 300ms;
    transition: opacity 300ms
}

.zoom-overlay-open .zoom-overlay {
    filter: "alpha(opacity=100)";
    opacity: 1
}

.zoom-overlay-open,
.zoom-overlay-transitioning {
    cursor: default
}

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

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

.icon {
    position: relative;
    display: inline-block;
    width: 25px;
    height: 25px;
    overflow: hidden;
    fill: currentColor
}

.icon__cnt {
    width: 100%;
    height: 100%;
    background: inherit;
    fill: inherit;
    pointer-events: none;
    transform: translateX(0);
    -ms-transform: translate(0.5px, -0.3px)
}

.icon--m {
    width: 50px;
    height: 50px
}

.icon--l {
    width: 100px;
    height: 100px
}

.icon--xl {
    width: 150px;
    height: 150px
}

.icon--xxl {
    width: 200px;
    height: 200px
}

.icon__spinner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.icon--ei-spinner .icon__spinner,
.icon--ei-spinner-2 .icon__spinner {
    -webkit-animation: spin 1s steps(12) infinite;
    animation: spin 1s steps(12) infinite
}

.icon--ei-spinner-3 .icon__spinner {
    -webkit-animation: spin 1.5s linear infinite;
    animation: spin 1.5s linear infinite
}

.icon--ei-sc-facebook {
    fill: #3b5998
}

.icon--ei-sc-github {
    fill: #333
}

.icon--ei-sc-google-plus {
    fill: #dd4b39
}

.icon--ei-sc-instagram {
    fill: #3f729b
}

.icon--ei-sc-linkedin {
    fill: #0976b4
}

.icon--ei-sc-odnoklassniki {
    fill: #ed812b
}

.icon--ei-sc-skype {
    fill: #00aff0
}

.icon--ei-sc-soundcloud {
    fill: #f80
}

.icon--ei-sc-tumblr {
    fill: #35465c
}

.icon--ei-sc-twitter {
    fill: #55acee
}

.icon--ei-sc-vimeo {
    fill: #1ab7ea
}

.icon--ei-sc-vk {
    fill: #45668e
}

.icon--ei-sc-youtube {
    fill: #e52d27
}

.icon--ei-sc-pinterest {
    fill: #bd081c
}

.icon--ei-sc-telegram {
    fill: #0088cc
}

.highlight {
    margin: 0;
    background: #fff
}

.highlighter-rouge .highlight {
    background: #FAFAFA
}

.highlight .c {
    color: #998;
    font-style: italic
}

.highlight .err {
    color: #a61717;
    background-color: #e3d2d2
}

.highlight .k {
    font-weight: bold
}

.highlight .o {
    font-weight: bold
}

.highlight .cm {
    color: #998;
    font-style: italic
}

.highlight .cp {
    color: #999;
    font-weight: bold
}

.highlight .c1 {
    color: #998;
    font-style: italic
}

.highlight .cs {
    color: #999;
    font-weight: bold;
    font-style: italic
}

.highlight .gd {
    color: #000;
    background-color: #fdd
}

.highlight .gd .x {
    color: #000;
    background-color: #faa
}

.highlight .ge {
    font-style: italic
}

.highlight .gr {
    color: #a00
}

.highlight .gh {
    color: #999
}

.highlight .gi {
    color: #000;
    background-color: #dfd
}

.highlight .gi .x {
    color: #000;
    background-color: #afa
}

.highlight .go {
    color: #888
}

.highlight .gp {
    color: #555
}

.highlight .gs {
    font-weight: bold
}

.highlight .gu {
    color: #aaa
}

.highlight .gt {
    color: #a00
}

.highlight .kc {
    font-weight: bold
}

.highlight .kd {
    font-weight: bold
}

.highlight .kp {
    font-weight: bold
}

.highlight .kr {
    font-weight: bold
}

.highlight .kt {
    color: #458;
    font-weight: bold
}

.highlight .m {
    color: #099
}

.highlight .s {
    color: #d14
}

.highlight .na {
    color: teal
}

.highlight .nb {
    color: #0086B3
}

.highlight .nc {
    color: #458;
    font-weight: bold
}

.highlight .no {
    color: teal
}

.highlight .ni {
    color: purple
}

.highlight .ne {
    color: #900;
    font-weight: bold
}

.highlight .nf {
    color: #900;
    font-weight: bold
}

.highlight .nn {
    color: #555
}

.highlight .nt {
    color: navy
}

.highlight .nv {
    color: teal
}

.highlight .ow {
    font-weight: bold
}

.highlight .w {
    color: #bbb
}

.highlight .mf {
    color: #099
}

.highlight .mh {
    color: #099
}

.highlight .mi {
    color: #099
}

.highlight .mo {
    color: #099
}

.highlight .sb {
    color: #d14
}

.highlight .sc {
    color: #d14
}

.highlight .sd {
    color: #d14
}

.highlight .s2 {
    color: #d14
}

.highlight .se {
    color: #d14
}

.highlight .sh {
    color: #d14
}

.highlight .si {
    color: #d14
}

.highlight .sx {
    color: #d14
}

.highlight .sr {
    color: #009926
}

.highlight .s1 {
    color: #d14
}

.highlight .ss {
    color: #990073
}

.highlight .bp {
    color: #999
}

.highlight .vc {
    color: teal
}

.highlight .vg {
    color: teal
}

.highlight .vi {
    color: teal
}

.highlight .il {
    color: #099
}

body {
    color: #222;
    font-size: 16px;
    font-family: Rubik, Helvetica, Arial, sans-serif;
    line-height: 32px;
    background-color: #fff;
    /*border: 4px solid #F4F6F8;*/
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

@media (min-width: 40em) {
    body {
        /*border: 8px solid #F4F6F8*/
    }
}

*::selection {
    color: #fff;
    background-color: #007bff
}

@font-face {
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 400;
    src: local("Rubik"), local("Rubik-Regular"), url(https://fonts.gstatic.com/s/rubik/v7/H-PGIsE3CA76bgvfUI8sM4DGDUGfDkXyfkzVDelzfFk.woff2) format("woff2");
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116
}

@font-face {
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 400;
    src: local("Rubik"), local("Rubik-Regular"), url(https://fonts.gstatic.com/s/rubik/v7/yliIEUJv6vLJBV8IXYupkIDGDUGfDkXyfkzVDelzfFk.woff2) format("woff2");
    unicode-range: U+0590-05FF, U+20AA, U+25CC, U+FB1D-FB4F
}

@font-face {
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 400;
    src: local("Rubik"), local("Rubik-Regular"), url(https://fonts.gstatic.com/s/rubik/v7/Vi2gYeiEKThJHNpaE3cq54DGDUGfDkXyfkzVDelzfFk.woff2) format("woff2");
    unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF
}

@font-face {
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 400;
    src: local("Rubik"), local("Rubik-Regular"), url(https://fonts.gstatic.com/s/rubik/v7/p_PvaTv0YzIEJlEVv30xK6CWcynf_cDxXwCLxiixG1c.woff2) format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215
}

@font-face {
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 500;
    src: local("Rubik Medium"), local("Rubik-Medium"), url(https://fonts.gstatic.com/s/rubik/v7/WdwM2J7q9PjwEDtfaHmmmxkAz4rYn47Zy2rvigWQf6w.woff2) format("woff2");
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116
}

@font-face {
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 500;
    src: local("Rubik Medium"), local("Rubik-Medium"), url(https://fonts.gstatic.com/s/rubik/v7/UVNnZWb9UilkxwgKrV-6TBkAz4rYn47Zy2rvigWQf6w.woff2) format("woff2");
    unicode-range: U+0590-05FF, U+20AA, U+25CC, U+FB1D-FB4F
}

@font-face {
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 500;
    src: local("Rubik Medium"), local("Rubik-Medium"), url(https://fonts.gstatic.com/s/rubik/v7/XwD9N0jIpRr71ymtU2S41BkAz4rYn47Zy2rvigWQf6w.woff2) format("woff2");
    unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF
}

@font-face {
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 500;
    src: local("Rubik Medium"), local("Rubik-Medium"), url(https://fonts.gstatic.com/s/rubik/v7/IUSlgBbgyuDQpy87mBOAc3YhjbSpvc47ee6xR_80Hnw.woff2) format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215
}

@font-face {
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 700;
    src: local("Rubik Bold"), local("Rubik-Bold"), url(https://fonts.gstatic.com/s/rubik/v7/YPNAXz8Lvdc_aVM_nwpD7RkAz4rYn47Zy2rvigWQf6w.woff2) format("woff2");
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116
}

@font-face {
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 700;
    src: local("Rubik Bold"), local("Rubik-Bold"), url(https://fonts.gstatic.com/s/rubik/v7/qM4Xdpgnd4UROLJsnasqaBkAz4rYn47Zy2rvigWQf6w.woff2) format("woff2");
    unicode-range: U+0590-05FF, U+20AA, U+25CC, U+FB1D-FB4F
}

@font-face {
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 700;
    src: local("Rubik Bold"), local("Rubik-Bold"), url(https://fonts.gstatic.com/s/rubik/v7/u7X1qIRpQ-sYqacI4EpdYxkAz4rYn47Zy2rvigWQf6w.woff2) format("woff2");
    unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF
}

@font-face {
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 700;
    src: local("Rubik Bold"), local("Rubik-Bold"), url(https://fonts.gstatic.com/s/rubik/v7/0hS39AKxpJlEXQF3mVPgrnYhjbSpvc47ee6xR_80Hnw.woff2) format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215
}

@font-face {
    font-family: 'Playfair Display';
    font-style: normal;
    font-weight: 400;
    src: local("Playfair Display Regular"), local("PlayfairDisplay-Regular"), url(https://fonts.gstatic.com/s/playfairdisplay/v13/2NBgzUtEeyB-Xtpr9bm1CRw5vVFbIG7DatP53f3SWfE.woff2) format("woff2");
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116
}

@font-face {
    font-family: 'Playfair Display';
    font-style: normal;
    font-weight: 400;
    src: local("Playfair Display Regular"), local("PlayfairDisplay-Regular"), url(https://fonts.gstatic.com/s/playfairdisplay/v13/2NBgzUtEeyB-Xtpr9bm1CaH_fTF-WHdxjXJZkfhNjc4.woff2) format("woff2");
    unicode-range: U+0102-0103, U+1EA0-1EF9, U+20AB
}

@font-face {
    font-family: 'Playfair Display';
    font-style: normal;
    font-weight: 400;
    src: local("Playfair Display Regular"), local("PlayfairDisplay-Regular"), url(https://fonts.gstatic.com/s/playfairdisplay/v13/2NBgzUtEeyB-Xtpr9bm1CSVudZg2I_9CBJalMPResNk.woff2) format("woff2");
    unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF
}

@font-face {
    font-family: 'Playfair Display';
    font-style: normal;
    font-weight: 400;
    src: local("Playfair Display Regular"), local("PlayfairDisplay-Regular"), url(https://fonts.gstatic.com/s/playfairdisplay/v13/2NBgzUtEeyB-Xtpr9bm1CRD8Ne_KjP89kA3_zOrHj8E.woff2) format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215
}

a {
    text-decoration: none;
    color: #222;
    transition: 500ms
}

a:hover,
a:active,
a:focus {
    color: #40166b;
    text-decoration: none
}

img {
    display: block;
    max-width: 100%;
    font-style: italic
}

hr {
    height: 1px;
    margin: 32px 0;
    border: 0;
    background-color: #ECF0F1
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: inherit;
    line-height: initial
}

h1 {
    font-size: 32px
}

h2 {
    font-size: 28px
}

h3 {
    font-size: 24px
}

h4 {
    font-size: 20px
}

h5 {
    font-size: 18px
}

h6 {
    font-size: 16px
}

b,
strong {
    font-weight: 700
}

blockquote {
    padding-left: 16px;
    margin: 24px 0;
    border-left: 4px solid #B70038;
    font-family: "Playfair Display", serif;
    font-size: 20px
}

pre {
    padding: 32px
}

pre,
code {
    overflow: auto;
    white-space: pre-wrap;
    word-wrap: break-word;
    word-break: break-all;
    font-family: Courier, monospace;
    font-size: 16px;
    
}

p code,
li code {
    padding: 3px 6px
}

pre[class*='language-'] {
    padding: 32px;
    margin: 16px 0
}

code[class*='language-'],
pre[class*='language-'] {
    white-space: pre-wrap;
    word-break: break-all;
    line-height: inherit
}

input[type='text'],
input[type='password'],
input[type='date'],
input[type='month'],
input[type='week'],
input[type='email'],
input[type='number'],
input[type='search'],
input[type='tel'],
input[type='time'],
input[type='url'],
input[type='color'],
input[type='datetime'],
input[type='datetime-local'],
select,
textarea {
    width: 100%;
    display: block;
    padding: 16px;
    margin-bottom: 16px;
    border: 1px solid #DFE3E9;
    border-radius: 0;
    outline: none;
    line-height: initial;
    background-color: #fff;
    font-size: 16px;
    font-family: Rubik, Helvetica, Arial, sans-serif;
    transition: 500ms
}

input[type='text']:focus,
input[type='password']:focus,
input[type='date']:focus,
input[type='month']:focus,
input[type='week']:focus,
input[type='email']:focus,
input[type='number']:focus,
input[type='search']:focus,
input[type='tel']:focus,
input[type='time']:focus,
input[type='url']:focus,
input[type='color']:focus,
input[type='datetime']:focus,
input[type='datetime-local']:focus,
select:focus,
textarea:focus {
    border-color: #B70038
}

table {
    width: 100%;
    max-width: 100%
}

table th,
table td {
    padding: 16px;
    text-align: left;
    vertical-align: top;
    border-top: 1px solid #ECF0F1;
    font-weight: 400
}

table thead th {
    font-weight: 500;
    text-transform: uppercase;
    font-size: 14px;
    vertical-align: bottom;
    border-bottom: 2px solid #ECF0F1
}

table tbody+tbody {
    border-top: 2px solid #ECF0F1
}

.responsive-table {
    display: block;
    width: 100%;
    overflow-x: auto
}

.o-grid {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    max-width: 1200px
}

.o-grid:after {
    content: '';
    display: table;
    clear: both
}

.o-grid .o-grid {
    margin-right: -16px;
    margin-left: -16px;
    padding: 0
}

.o-grid--full {
    max-width: 100vw
}

.o-grid__col {
    padding-right: 16px;
    padding-left: 16px
}

@media (min-width: 40em) {
    .o-grid__col {
        flex-grow: 1
    }
}

.o-grid__col--1-3-s {
    width: 33.33333%
}

.o-grid__col--2-3-s {
    width: 66.66667%
}

.o-grid__col--1-4-s {
    width: 25%
}

.o-grid__col--2-4-s {
    width: 50%
}

.o-grid__col--3-4-s {
    width: 75%
}

.o-grid__col--4-4-s {
    width: 100%
}

@media (min-width: 40em) {
    .o-grid__col--1-3-m {
        width: 33.33333%
    }
    .o-grid__col--2-3-m {
        width: 66.66667%
    }
    .o-grid__col--1-4-m {
        width: 25%
    }
    .o-grid__col--2-4-m {
        width: 50%
    }
    .o-grid__col--3-4-m {
        width: 75%
    }
    .o-grid__col--4-4-m {
        width: 100%
    }
}

@media (min-width: 64em) {
    .o-grid__col--1-3-l {
        width: 33.33333%
    }
    .o-grid__col--2-3-l {
        width: 66.66667%
    }
    .o-grid__col--1-4-l {
        width: 25%
    }
    .o-grid__col--2-4-l {
        width: 50%
    }
    .o-grid__col--3-4-l {
        width: 75%
    }
    .o-grid__col--4-4-l {
        width: 100%
    }
}

.o-grid__col--full {
    width: 100%
}

.o-grid__col--center {
    margin: 0 auto;
    flex-grow: initial
}

.o-grid__col--end {
    margin-left: auto
}

.c-off-canvas-container {
    display: flex;
    /*min-height: 100vh;*/
    flex-direction: column
}

.c-off-canvas-container .o-wrapper {
    flex: 1 0 auto
}

.o-plain-list {
    margin: 0;
    padding: 0;
    list-style: none
}

.c-header {
    padding: 32px 0
}

@media (min-width: 40em) {
    .c-header {
        padding: 48px 0
    }
}

@media (min-width: 64em) {
    .c-header {
        padding: 64px 0
    }
}

@media (min-width: 40em) {
    .c-logo {
        margin: 0 auto;
        text-align: center;
        margin-bottom: 32px
    }
}

.c-logo__link {
    display: block;
    color: #B70038;
    font-family: "Playfair Display", serif;
    font-size: 24px;
    transition: color 500ms ease-in-out
}

@media (min-width: 40em) {
    .c-logo__link {
        font-size: 38px
    }
}

.c-logo__link:hover,
.c-logo__link:active,
.c-logo__link:focus {
    color: #000
}

.c-logo__img {
    max-height: 32px
}

@media (min-width: 40em) {
    .c-logo__img {
        margin: 0 auto;
        max-height: 48px
    }
}

@media (min-width: 64em) {
    .c-logo__img {
        max-height: 64px
    }
}

@media (min-width: 40em) {
    .c-nav {
        position: relative;
        z-index: 1;
        display: inline-block;
        line-height: 1;
        background-color: #fff;
        padding: 0px 32px
    }
    .c-nav-wrap {
        text-align: center
    }
    .c-nav-wrap:after {
        content: '';
        position: absolute;
        height: 1px;
        background-color: #ECF0F1;
        width: 100%;
        top: 50%;
        left: 0px
    }
}

.c-nav__item {
    font-size: 14px;
    letter-spacing: 2px;
    text-transform: uppercase
}

@media (min-width: 40em) {
    .c-nav__item {
        display: inline-block
    }
    .c-nav__item:not(:last-child) {
        margin-right: 16px
    }
}

@media (max-width: 39.99em) {
    .c-nav__item {
        display: block
    }
}

.c-nav__link {
    display: block;
    transition: 500ms
}

@media (max-width: 39.99em) {
    .c-nav__link {
        padding: 4px 0
    }
}

.c-nav__link--current {
    color: #007f32
}

.home-template .c-nav__link--current:not(:hover) {
    color: #222
}

.c-nav__link:hover,
.c-nav__link:active,
.c-nav__link:focus {
    color: #007F32
}

.c-nav__icon {
    vertical-align: middle
}

.c-search {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding-top: 80px;
    background: #fff;
    z-index: -1;
    opacity: 0;
    transform: scale(0.96);
    transition: transform 250ms cubic-bezier(0.694, 0, 0.335, 1), opacity 250ms cubic-bezier(0.8, 0, 0.55, 0.94), z-index 250ms step-end
}

@media (min-width: 40em) {
    .c-search {
        padding-top: 64px
    }
}

.c-search.is-active {
    z-index: 10;
    opacity: 1;
    transform: scale(1);
    transition: transform 250ms cubic-bezier(0.8, 0, 0.55, 0.94), opacity 250ms cubic-bezier(0.8, 0, 0.55, 0.94), z-index 250ms step-start
}

.c-search__form {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    margin-left: 16px;
    padding-right: 16px
}

.c-search__icon {
    position: absolute;
    left: 16px;
    fill: #5D738D;
    width: 32px;
    height: 32px
}

.c-search__input[type='search'] {
    width: 100%;
    outline: none;
    margin-bottom: 0;
    padding-left: 56px;
    font-weight: 300;
    font-size: 19px;
    border: 0;
    border-radius: 4px;
    background-color: #F4F6F8
}

.c-search__input[type='search']::placeholder {
    opacity: 1;
    color: #5D738D
}

@media (min-width: 40em) {
    .c-search__input[type='search'] {
        font-size: 24px
    }
}

.c-search__close {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 16px;
    right: 32px;
    width: 48px;
    height: 48px;
    cursor: pointer;
    border-radius: 100%;
    background-color: #F4F6F8
}

@media (min-width: 40em) {
    .c-search__close {
        top: 32px
    }
}

.c-search__close .icon {
    fill: #5D738D;
    transition: 500ms
}

.c-search__close:hover .icon {
    fill: #222;
    transform: rotate(90deg)
}

.c-search-results {
    display: none;
    height: calc(100vh - 168px);
    overflow: auto;
    white-space: normal;
    margin-top: 16px;
    margin-left: 16px;
    padding-right: 16px;
    counter-reset: search
}

@media (min-width: 40em) {
    .c-search-results {
        height: calc(100vh - 160px)
    }
}

.c-search-result {
    display: flex;
    align-items: center;
    line-height: 1;
    padding: 16px 16px 16px 32px;
    background-color: #F4F6F8;
    border-radius: 4px
}

.c-search-result:not(:last-child) {
    margin-bottom: 16px
}

.c-search-result:before {
    counter-increment: search;
    content: counter(search) ". ";
    position: relative;
    left: -16px;
    font-size: 19px;
    font-style: italic;
    font-family: "Playfair Display", serif;
    color: #B70038
}

.c-search-result__content {
    flex: 1
}

.c-search-result__title {
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 500
}

.c-search-result__date {
    display: block;
    margin-top: 8px;
    line-height: 1;
    font-size: 12px;
    color: #5D738D;
    text-transform: uppercase;
    letter-spacing: 1px
}

.c-search-result__date:empty {
    display: none
}

.c-off-canvas-toggle {
    position: absolute;
    top: 40px;
    right: 20px;
    z-index: 10;
    height: 24px;
    width: 24px;
    cursor: pointer
}

@media (min-width: 40em) {
    .c-off-canvas-toggle {
        display: none
    }
}

.c-off-canvas-toggle__icon {
    position: absolute;
    left: 0;
    height: 1px;
    width: 25px;
    background: #000;
    cursor: pointer
}

.c-off-canvas-toggle__icon:before,
.c-off-canvas-toggle__icon:after {
    content: '';
    display: block;
    height: 100%;
    background-color: inherit;
    transition: 500ms
}

.c-off-canvas-toggle__icon:before {
    transform: translateY(16px)
}

.c-off-canvas-toggle__icon:after {
    transform: translateY(7px)
}

.c-off-canvas-toggle--close .c-off-canvas-toggle__icon {
    height: 2px;
    background-color: transparent
}

.c-off-canvas-toggle--close .c-off-canvas-toggle__icon:before,
.c-off-canvas-toggle--close .c-off-canvas-toggle__icon:after {
    position: relative;
    visibility: visible;
    background: #000
}

.c-off-canvas-toggle--close .c-off-canvas-toggle__icon:before {
    top: 11px;
    transform: rotate(-45deg)
}

.c-off-canvas-toggle--close .c-off-canvas-toggle__icon:after {
    top: 9px;
    transform: rotate(45deg)
}

@media (max-width: 39.99em) {
    .c-off-canvas-toggle--close {
        top: 32px
    }
}

html,
body {
    overflow-x: hidden
}

@media (min-width: 40em) {
    .c-off-canvas-content {
        position: relative
    }
}

@media (max-width: 39.99em) {
    .c-off-canvas-content {
        position: fixed;
        top: 0;
        right: 0;
        z-index: 1;
        width: 300px;
        height: 100vh;
        overflow-y: auto;
        padding: 32px 40px;
        background-color: #fff;
        transform: translate3d(300px, 0, 0)
    }
}

@media screen and (max-width: 39.99em) and (-ms-high-contrast: active),
(max-width: 39.99em) and (-ms-high-contrast: none) {
    .c-off-canvas-content.is-active {
        right: 308px
    }
}

@media (max-width: 39.99em) {
    .c-off-canvas-container {
        -webkit-perspective: 1000;
        transition: transform 500ms cubic-bezier(0.565, 1.65, 0.765, 0.88)
    }
    .c-off-canvas-container.is-active {
        transform: translate3d(-304px, 0, 0)
    }
    .c-off-canvas-container.is-active:after {
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        content: '';
        background-color: rgba(0, 0, 0, 0.2)
    }
}

.c-archive {
    padding: 32px;
    margin-bottom: 32px;
    background-color: #F4F6F8;
    border: 1px solid #ECF0F1
}

.c-archive__title {
    margin-bottom: 0;
    font-size: 19px
}

.c-post-card {
    position: relative;
    display: flex;
    width: 100%;
    flex-direction: column;
    margin-bottom: 32px
}

.c-post-card-wrap {
    display: flex
}

.c-post-card__media {
    overflow: hidden;
    background-color: #F4F6F8
}

.c-post-card__image {
    display: block;
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    transition: all 500ms ease-in-out
}

.c-post-card__image.js-fadein {
    opacity: 0
}

.c-post-card__image.is-inview {
    opacity: 1
}

.c-post-card__image:before {
    transition: 500ms;
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    content: '';
    background-color: #000;
    opacity: 0
}

.c-post-card__image:after {
    display: block;
    content: '';
    width: 100%;
    padding-bottom: 75%
}

.c-post-card__content {
    flex-grow: 1
}

.c-post-card__tags {
    float: left;
    padding-left: 8px;
    margin-top: 20px;
    margin-bottom: 14px;
    border-left: 2px solid #074da0;
    line-height: 1;
    font-size: 12px;
    color: #5D738D;
    text-transform: uppercase;
    letter-spacing: 1px
}

.c-post-card__tags a {
    text-transform: uppercase;
    color: #5D738D;
    margin-right: 4px;
    margin-left: 4px
}

.c-post-card__tags a:first-child {
    margin-left: 0
}

.c-post-card__tags a:hover,
.c-post-card__tags a:active,
.c-post-card__tags a:focus {
    color: #222
}

.c-post-card__share {
    float: right;
    position: relative;
    top: 14px;
    right: -4px;
    opacity: 0;
    transition: all 500ms ease-in-out
}

.c-post-card__share-icon {
    width: 20px;
    height: 20px;
    vertical-align: top
}

.c-post-card__title-link {
    border-bottom: 1px solid transparent;
    transition: border-bottom 500ms ease-in-out
}

.c-post-card__title {
    clear: both;
    margin-bottom: 14px;
    font-size: 19px;
    font-weight: 500;
    transition: 500ms
}

.c-post-card__excerpt {
    display: none;
    margin-bottom: 0;
    color: #5D738D;
    font-size: 14px;
    line-height: 22px
}

.c-post-card__meta {
    line-height: 1;
    font-size: 12px;
    color: #5D738D;
    text-transform: uppercase;
    letter-spacing: 1px
}

.c-post-card__author {
    display: inline-block
}

.c-post-card__author a {
    color: #5D738D
}

.c-post-card__author a:hover,
.c-post-card__author a:active,
.c-post-card__author a:focus {
    color: #222
}

.c-post-card__author:before {
    content: '/';
    display: inline-block;
    padding-left: 4px;
    margin-right: 8px
}

.c-post-card--featured__icon {
    position: absolute;
    bottom: 16px;
    left: 16px;
    fill: #fff;
    background-color: rgba(0, 0, 0, 0.05)
}

.c-post-card:hover .c-post-card__image,
.c-post-card:active .c-post-card__image,
.c-post-card:focus .c-post-card__image {
    transform: scale(1.01)
}

.c-post-card:hover .c-post-card__image:before,
.c-post-card:active .c-post-card__image:before,
.c-post-card:focus .c-post-card__image:before {
    opacity: .1
}

.c-post-card:hover .c-post-card__share,
.c-post-card:active .c-post-card__share,
.c-post-card:focus .c-post-card__share {
    opacity: 1
}

.c-post-card:hover .c-post-card__title-link,
.c-post-card:active .c-post-card__title-link,
.c-post-card:focus .c-post-card__title-link {
    color: #222;
    border-bottom: 1px solid #074da0
}

@media (min-width: 64em) {
    .c-post-card--half .c-post-card__image:after {
        padding-bottom: 118%
    }
}

@media (min-width: 64em) {
    .c-post-card--first .c-post-card__image:after {
        padding-bottom: 56.25%
    }
}

.c-teaser {
    display: flex;
    align-items: center;
    line-height: 1;
    padding-left: 16px;
    padding-top: 16px
}

.c-teaser:first-of-type {
    padding-top: 0
}

@media (min-width: 40em) and (max-width: 63.99em) {
    .c-teaser {
        display: block;
        padding-left: 0;
        line-height: inherit
    }
}

.c-teaser:not(:last-child) {
    padding-bottom: 16px;
    border-bottom: 1px solid #ECF0F1
}

@media (min-width: 40em) and (max-width: 63.99em) {
    .c-teaser:not(: last-child) {
        padding-top: 8px;
        padding-bottom: 24px
    }
}

.c-teaser:before {
    counter-increment: widget;
    content: counter(widget) ". ";
    position: relative;
    left: -16px;
    font-size: 19px;
    font-style: italic;
    font-family: "Playfair Display", serif;
    color: #B70038
}

@media (min-width: 40em) and (max-width: 63.99em) {
    .c-teaser:before {
        left: 0
    }
}

.c-teaser__media {
    margin-left: 16px;
    background-color: #F4F6F8
}

@media (min-width: 40em) and (max-width: 63.99em) {
    .c-teaser__media {
        margin-left: 0
    }
}

.c-teaser__content {
    flex: 1
}

.c-teaser__image {
    display: block;
    width: 64px;
    height: 48px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-color: #F4F6F8;
    transition: all 500ms ease-in-out
}

.c-teaser__image.js-fadein {
    opacity: 0
}

.c-teaser__image.is-inview {
    opacity: 1
}

@media (min-width: 40em) and (max-width: 63.99em) {
    .c-teaser__image {
        width: 100%;
        height: 100%
    }
    .c-teaser__image:after {
        display: block;
        content: '';
        width: 100%;
        padding-bottom: 75%
    }
}

.c-teaser__title {
    margin-bottom: 8px;
    font-size: 14px;
    font-weight: 500
}

@media (min-width: 40em) and (max-width: 63.99em) {
    .c-teaser__title {
        margin-bottom: 0
    }
}

.c-teaser__date {
    line-height: 1;
    font-size: 12px;
    color: #5D738D;
    text-transform: uppercase;
    letter-spacing: 1px
}

.c-pagination {
    margin-top: 32px;
    margin-bottom: 32px
}

.c-post-hero__media {
    background-color: #F4F6F8
}

@media (min-width: 64em) {
    .c-post-hero__media {
        margin-right: -32px
    }
}

.c-post-hero__image {
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #F4F6F8;
    transition: all 500ms ease-in-out
}

.c-post-hero__image.js-fadein {
    opacity: 0
}

.c-post-hero__image.is-inview {
    opacity: 1
}

.c-post-hero__image:before {
    content: '';
    display: block;
    padding-bottom: 56.25%
}

.c-post-hero__content {
    background-color: #F4F6F8;
    border-style: solid;
    border-width: 0 1px 1px 1px;
    border-color: #ECF0F1;
    padding: 24px
}

@media (min-width: 64em) {
    .c-post-hero__content {
        padding: 32px;
        display: flex;
        flex-direction: column;
        justify-content: end;
        height: 100%;
        border-width: 1px;
        border-color: #ECF0F1 #ECF0F1 #ECF0F1 #fff
    }
}

.c-post-hero__date {
    font-size: 12px;
    color: #5D738D;
    text-transform: uppercase;
    letter-spacing: 1px
}

.c-post-hero__title {
    margin-bottom: 0;
    font-family: "Playfair Display", serif;
    font-size: 24px
}

@media (min-width: 40em) {
    .c-post-hero__title {
        font-size: 28px
    }
}

@media (min-width: 64em) {
    .c-post-hero__title {
        font-size: 32px;
        margin-top: auto
    }
}

.c-post {
    padding-top: 32px;
    margin-bottom: 32px
}

.c-post.page {
    max-width: 700px;
    margin: 0 auto
}

.c-content {
    margin-bottom: 32px;
    text-align: justify;
}

@media (max-width: 39.99em) {
    .c-content img {
        position: relative;
        left: 50%;
        max-width: 115%;
        transform: translate(-50%)
    }
}

.c-content a:not(.c-btn) {
    text-decoration: underline;
    text-decoration-skip: ink
}

.c-content a:not(.c-btn):hover,
.c-content a:not(.c-btn):active,
.c-content a:not(.c-btn):focus {
    color: #2c005b
}

.c-content h1,
.c-content h2,
.c-content h3,
.c-content h4,
.c-content h5,
.c-content h6 {
    font-weight: 500
}

.c-content dd:not(:root:root),
.c-content ol:not(:root:root),
.c-content ul:not(:root:root) {
    -webkit-padding-start: 8px
}

/*.c-content>p:first-child::first-letter {
    float: left;
    height: 42px;
    margin-top: 12px;
    margin-right: 8px;
    color: #B70038;
    font-size: 62px;
    line-height: 42px;
    font-style: normal;
    font-weight: 400
}*/

.c-content>p:first-child::after {
    content: '';
    display: table;
    clear: both
}

.c-share {
    display: flex
}

.c-share__item {
    flex: 1;
    text-align: center
}

.c-share__item:not(:last-child) {
    border-right: 4px solid #fff
}

.c-share__link {
    display: block;
    padding: 4px;
    background-color: #fff;
    transition: 500ms
}

.c-share__link:hover,
.c-share__link:active,
.c-share__link:focus {
    opacity: .8
}

.c-share__link--twitter {
    background-color: #1DA1F2
}

.c-share__link--facebook {
    background-color: #3B5998
}

.c-share__link--pinterest {
    background-color: #BD081C
}

.c-share__icon {
    vertical-align: middle;
    fill: #fff
}

.twitter-tweet,
.fluid-width-video-wrapper {
    margin-bottom: 16px !important
}

.c-tags {
    overflow: hidden
}

.c-tags a {
    float: left;
    padding: 8px 20px;
    margin: 0 8px 8px 0;
    font-size: 14px;
    font-weight: 400;
    font-family: Rubik, Helvetica, Arial, sans-serif;
    line-height: 22px;
    color: #5D738D;
    background-color: #F4F6F8;
    transition: 500ms
}

@media (max-width: 39.99em) {
    .c-tags a {
        margin-bottom: 14px
    }
}

.c-tags a:hover,
.c-tags a:active,
.c-tags a:focus {
    color: #000;
    text-decoration: none
}

.c-tag-card {
    position: relative;
    margin-bottom: 32px;
    background-color: #F4F6F8
}

.c-tag-card__image {
    display: block;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    transition: all 500ms ease-in-out
}

.c-tag-card__image.js-fadein {
    opacity: 0
}

.c-tag-card__image.is-inview {
    opacity: 1
}

.c-tag-card__image:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    content: '';
    transition: 500ms;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.4) 0, transparent 32%)
}

.c-tag-card__image:after {
    display: block;
    content: '';
    width: 100%;
    padding-bottom: 75%
}

.c-tag-card__title {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin-bottom: 0;
    padding: 16px;
    font-size: 19px;
    font-weight: 400;
    color: #fff
}

.c-tag-card:hover .c-tag-card__image:before,
.c-tag-card:active .c-tag-card__image:before,
.c-tag-card:focus .c-tag-card__image:before {
    background-color: rgba(0, 0, 0, 0.1)
}

.c-btn {
    display: inline-block;
    padding: 16px 32px;
    border-radius: 0;
    cursor: pointer;
    transition: 250ms;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    outline: none;
    line-height: initial;
    border: none;
    background-color: #fff;
    font-size: 16px;
    font-family: Rubik, Helvetica, Arial, sans-serif;
    border: 1px solid #000;
    font-size: 14px;
    letter-spacing: 1px
}

.c-btn:hover,
.c-btn:active,
.c-btn:focus {
    color: #fff;
    border-color: #B70038;
    text-decoration: none;
    background-color: #B70038;
    border-color: #B70038
}

.c-btn--active {
    color: #fff;
    border-color: #B70038;
    text-decoration: none;
    background-color: #B70038;
    border-color: #B70038
}

.c-btn--active:hover,
.c-btn--active:active,
.c-btn--active:focus {
    opacity: .9
}

.c-btn--disabled {
    opacity: .5;
    cursor: not-allowed;
    border-color: #5D738D
}

.c-btn--full {
    width: 100%
}

.c-btn--small {
    padding: 12px 24px
}

.c-btn--loading {
    position: relative;
    padding-right: 48px
}

.c-btn--loading:after {
    position: absolute;
    top: 16px;
    right: 16px;
    content: '';
    display: block;
    height: 16px;
    width: 16px;
    border: 2px solid #fff;
    border-radius: 100%;
    border-right-color: transparent;
    border-top-color: transparent;
    animation: spinAround 500ms infinite linear
}

.c-subscribe-form {
    padding: 32px;
    background-color: #fff;
    border: 1px solid #ECF0F1
}

@media (min-width: 64em) {
    .c-subscribe-form {
        display: flex;
        flex-wrap: wrap
    }
    .c-subscribe-form .form-group {
        flex: 8;
        margin-right: 16px
    }
    .c-subscribe-form__btn {
        flex: 2
    }
}

.c-subscribe-form__input[type='email'] {
    padding-left: 0;
    border: 0;
    border-bottom: 1px solid #ECF0F1
}

@media (min-width: 64em) {
    .c-subscribe-form__input[type='email'] {
        margin: 0
    }
}

.c-sidebar {
    margin-bottom: 32px
}

.c-widget {
    padding: 32px;
    border-left: 1px solid #ECF0F1;
    border-right: 1px solid #ECF0F1;
    border-bottom: 1px solid #ECF0F1;
    counter-reset: widget
}

@media (max-width: 39.99em) {
    .c-widget {
        padding: 32px;
        border-right: 1px solid #ECF0F1
    }
}

@media (max-width: 39.99em) {
    .c-widget:first-child {
        border-top: 1px solid #ECF0F1
    }
}

.c-widget__title {
    padding-left: 8px;
    margin-bottom: 28px;
    line-height: 1;
    letter-spacing: 2px;
    border-left: 2px solid #1d4294;
    font-size: 14px;
    text-transform: uppercase
}

.c-widget-author {
    text-align: center
}

.c-widget-author__media {
    margin-bottom: 16px
}

.c-widget-author__image {
    margin: 0 auto;
    display: block;
    width: 96px;
    height: 96px;
    border-radius: 100%;
    border: 4px solid #F4F6F8
}

.c-widget-author__title {
    margin-bottom: 8px;
    font-size: 19px
}

.c-widget-author__bio {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 22px
}

.c-author__links-item {
    display: inline-block;
    font-size: 14px;
    line-height: 22px
}

.c-author__links-icon {
    vertical-align: middle;
    transition: 500ms
}

.c-author__links-icon:hover,
.c-author__links-icon:active,
.c-author__links-icon:focus {
    fill: #B70038
}

.c-widget-instagram {
    display: flex;
    flex-wrap: wrap
}

.c-widget-instagram__item {
    flex: 1 33%;
    border: 1px solid #fff
}

.c-related {
    padding: 32px 0 0;
    background-color: #F4F6F8;
    margin-bottom: -32px
}

@media (min-width: 64em) {
    .c-related {
        padding: 48px 0 32px 0
    }
}

.c-related__title {
    padding-bottom: 0;
    margin-bottom: 32px;
    text-align: center;
    font-size: 19px;
    font-family: "Playfair Display", serif
}

@media (min-width: 64em) {
    .c-related__title {
        margin-bottom: 48px;
        font-size: 24px
    }
}

.c-related .c-post-card {
    padding: 16px;
    background-color: #fff;
    border: 1px solid #ECF0F1
}

.c-social-icons {
    text-align: center
}

@media (min-width: 40em) {
    .c-social-icons {
        text-align: right
    }
}

.c-social-icons li {
    display: inline-block
}

.c-social-icons a {
    display: flex
}

.c-footer {
    margin-top: 32px;
    padding: 32px 0 32px 0;
    border-top: 2px solid #fff;
    background-color: #F4F6F8
}

@media (min-width: 64em) {
    .c-footer {
        padding: 80px 0 16px 0
    }
}

.c-footer__bottom {
    margin-top: 32px;
    padding-top: 32px;
    border-top: 1px solid #ECF0F1
}

.c-footer__copyright {
    color: #5D738D
}

.c-footer__copyright a {
    color: #5D738D
}

.c-footer__copyright a:hover,
.c-footer__copyright a:active,
.c-footer__copyright a:focus {
    color: #B70038
}

@media (max-width: 39.99em) {
    .c-footer__copyright {
        text-align: center;
        margin-bottom: 8px
    }
}

.c-footer-list {
    margin-bottom: 16px
}

.c-footer-list li {
    display: block;
    margin: 0;
    letter-spacing: 0;
    text-transform: capitalize
}

.c-footer-list a {
    display: block;
    padding: 0;
    font-size: 14px
}

.c-footer-list a:hover,
.c-footer-list a:active,
.c-footer-list a:focus {
    color: #B70038
}

.c-footer-list a:hover .icon,
.c-footer-list a:active .icon,
.c-footer-list a:focus .icon {
    fill: #B70038
}

.c-footer-list .icon {
    fill: #5D738D;
    vertical-align: middle;
    transition: 500ms
}

.u-hidden {
    display: none
}

.u-hidden-visually {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.u-font-serif {
    font-family: "Playfair Display", serif
}

.u-font-sans-serif {
    font-family: Rubik, Helvetica, Arial, sans-serif
}

.u-font-medium {
    font-size: 16px;
    line-height: 25px
}

.u-font-small {
    font-size: 14px;
    line-height: 22px
}

.u-font-tiny {
    font-size: 12px;
    line-height: 19px
}

.u-font-light {
    font-weight: 300
}

.u-font-regular {
    font-weight: 400
}

.u-font-medium {
    font-weight: 500
}

.u-font-bold {
    font-weight: 700
}

.u-text-left {
    text-align: left
}

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

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

.u-text-justify {
    text-align: justify
}

.u-inline {
    display: inline
}

.u-block {
    display: block
}

.u-inline-block {
    display: inline-block
}

.u-left {
    float: left
}

.u-right {
    float: right
}

.u-clearfix:after {
    content: '';
    display: table;
    clear: both
}
.column {
float: left;
width: 33.33%;
display: none; /* Hide all elements by default */
padding: 20px;
}
.show {
display: block;
}
.margin10{
    margin-top: 7%;
}
.logo{margin-left: 30%;}
.mainline{margin-bottom: 50px; font-weight: 500;}
@media (max-width: 767px)
{.logo{margin-left: 12%;}
.mainline{margin-bottom: 25px; font-weight: 500;margin-left: 0px;}
.margin10{
    margin-top: 4%;
}
}

@media (max-width: 769px)
{
 .margin10{
    margin-top: 4%;
}
.offset-5{
         margin-left:31.5%!important;
        }
}
.pagination {
          display: inline-block;
          margin-bottom: 2%;
          }
          .pagination a {
          color: black;
          float: left;
          padding: 8px 16px;
          text-decoration: none;
          }
          .pagination a.active {
          background-color: #2c005b;
          color: white;
          }
          .pagination a:hover:not(.active) {background-color: #ddd;}