@charset "UTF-8";
article, aside, footer, header, hgroup, main, nav, section {
    display:block
}

li {
    list-style:none
}

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

.btn.freeset-green {
    background: #66DFB7;
    color: #333452;
    border: none;
}

button, input, select, textarea {
    font:inherit
}

.facebook {
    background:#3b5998
}

.twitter {
    background:#55acee
}

.mix {
    background:#fd8235
}

.instagram {
    background:#405de6
}

.vimeo {
    background:#1ab7ea
}

.pinterest {
    background:#bd081c
}

.youtube {
    background:#cd201f
}

.linkedin {
    background:#007bb6
}

.stumbleupon {
    background:#eb4823
}

.buffer {
    background:#333
}

.whatsapp {
    background:#25d366
}

::-moz-selection {
    background: #333452;
    color:#fff
}

::selection {
    background: #333452;
    color:#fff
}

html {
    font-smooth: always;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    scroll-behavior:smooth
}

html {
    font-size:1.1rem
}

body {
    background: #fff;
    color: #17181e;
    font-weight: 400;
    line-height: 1.7;
    -ms-scroll-chaining: none;
    overscroll-behavior:none
}

a {
    color: #d73a42;
    text-decoration: none;
    -webkit-transition: all .24s ease-out;
    -o-transition: all .24s ease-out;
    transition:all .24s ease-out
}

.menu:hover,
.menu:active,
.search-mobile > a:hover,
.search-mobile-close > a:hover,
.search-mobile > a:active,
.search-mobile-close > a:active
{
    color: #E0FFF4;
}

a:hover {
    color: #66DFB7;
}

a:active {
    color:#66DFB7;
}

a:focus {
    outline:0
}

.invert {
    color: #17181e;
    text-decoration: none;
    -webkit-transition: all .24s ease-out;
    -o-transition: all .24s ease-out;
    transition:all .24s ease-out
}

.invert:hover {
    color:#d73a42
}

.invert:active {
    color:#d73a42
}

.invert:focus {
    outline:0
}

h1, h2, h3, h4, h5, h6 {
    color: #333452;
    font-weight: 300;
    -webkit-hyphens: manual;
    -ms-hyphens: manual;
    hyphens: manual;
    line-height: 1;
    text-transform:none
}

.h1, h1 {
    font-size:1.57109rem
}



.h2, h2 {
    font-size:1.38084rem
}

.h3, h3 {
    font-size:1.21363rem
}

.h4, h4 {
    font-size:1.13778rem
}

.h5, h5 {
    font-size:1.06667rem
}

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

b, strong {
    font-weight:700
}

blockquote {
    padding: 3.68333rem 0 0;
    position: relative;
    text-align:center
}

blockquote {
    font-size:1.13778rem
}

blockquote::before {
    color: #17181e;
    content: "“";
    font: normal 320%/.9 Georgia, Times, Times New Roman, serif;
    top: .56667rem;
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform:translate(-50%, 0)
}

blockquote > :nth-child(1) {
    margin-top:0
}

ol, ul {
    margin-left:2rem
}

ol > li, ul > li {
    list-style: inherit;
    padding:0 0 .28333rem .85rem
}

dl dt {
    font-weight:700
}

pre {
    background-color: #f7f8fb;
    font-size: 1rem;
    padding: 1.7rem;
    white-space: pre-wrap;
    word-wrap:break-word
}

pre > code {
    color: #17181e;
    display:inline-block
}

code {
    background-color: #f7f8fb;
    color: #d73a42;
    font-size: .87891rem;
    font-family: Monaco, "Courier New", monospace
}

table {
    border: 1px solid #d1d1d2;
    border-collapse: collapse;
    border-spacing: 0;
    vertical-align: top;
    text-align: left;
    width:100%
}

table th {
    font-weight: 700;
    padding:.70833rem 1.13333rem
}

table td {
    border-top: 1px solid #d1d1d2;
    padding:.70833rem 1.13333rem
}

.table-striped tr:nth-child(2n) {
    background:#f7f8fb
}

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

.table-title th {
    background:#f7f8fb
}

figcaption {
    clear: both;
    color: gray-2;
    font-style: italic;
    font-size: .7242rem;
    margin: .85rem 0 0;
    text-align:center
}

kbd {
    background: #17181e;
    border-radius: 2px;
    color: #fff;
    font-size: .87891rem;
    padding:.14167rem .425rem
}

sub, sup {
    font-size:65%
}

small {
    font-size:.87891rem
}

hr {
    background: 0 0;
    border: none;
    height: auto;
    line-height: 1;
    max-width: none;
    text-align:center
}

hr::before {
    content: "\00b7 \00b7 \00b7";
    color: #17181e;
    font-size: 1.21363rem;
    font-weight: 700;
    letter-spacing: 1.13778rem;
    padding-left:1.13778rem
}

.btn, [type=button], [type=submit], button {
    background: #333452;
    border: 1px solid #17181e;
    border-radius: 2px;
    -webkit-box-shadow: 0 4px 6px rgba(0, 0, 0, .1), 0 1px 1px rgba(0, 0, 0, .08);
    box-shadow: 0 4px 6px rgba(0, 0, 0, .1), 0 1px 1px rgba(0, 0, 0, .08);
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: .67893rem;
    font-weight: 500;
    overflow: hidden;
    padding: .56667rem 1.41667rem;
    text-align: center;
    -webkit-transition: all .24s ease-out;
    -o-transition: all .24s ease-out;
    transition: all .24s ease-out;
    text-transform: uppercase;
    vertical-align: middle;
    will-change:transform
}

@media all and (max-width: 19.9375em) {
    .btn, [type=button], [type=submit], button {
        width:100%
    }
}

@media all and (max-width: 37.4375em) {
    .btn, [type=button], [type=submit], button {
        margin-bottom:.56667rem
    }
}

.btn:active, .btn:focus, .btn:hover, :active[type=button], :active[type=submit], :focus[type=button], :focus[type=submit], :hover[type=button], :hover[type=submit], button:active, button:focus, button:hover {
    -webkit-box-shadow: 0 7px 14px rgba(0, 0, 0, .1), 0 3px 6px rgba(0, 0, 0, .08);
    box-shadow: 0 7px 14px rgba(0, 0, 0, .1), 0 3px 6px rgba(0, 0, 0, .08);
    color: #fff;
    -webkit-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    transform:translateY(-2px)
}

@media all and (min-width: 20em) {
    .btn + .btn, .btn + [type=button], .btn + [type=submit], .btn + button, [type=button] + .btn, [type=button] + [type=button], [type=button] + [type=submit], [type=button] + button, [type=submit] + .btn, [type=submit] + [type=button], [type=submit] + [type=submit], [type=submit] + button, button + .btn, button + [type=button], button + [type=submit], button + button {
        margin-left:.56667rem
    }
}

.btn:disabled, :disabled[type=button], :disabled[type=submit], button:disabled {
    background-color: #f3f3f4;
    border-color: #c5c5c7;
    color: #8b8c8f;
    cursor:not-allowed
}

[type=button], [type=submit], button {
    -webkit-appearance: none;
    -moz-appearance:none
}

::-webkit-search-cancel-button {
    -webkit-appearance:none
}

fieldset {
    border: 1px solid #d1d1d2;
    padding:1.7rem
}

fieldset > legend {
    margin-left: -1rem;
    padding:0 1rem
}

legend {
    font-weight: 500;
    padding:0
}

label {
    font-weight: 500;
    margin:0 1.13333rem .85rem 0
}

[type=email], [type=number], [type=search], [type=tel], [type=text], [type=url], select, textarea {
    background-color: #fff;
    border: none;
    border: 1px solid #d1d1d2;
    font-size: 1rem;
    outline: 0;
    padding: .34rem .85rem;
    vertical-align: middle;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance:none
}

@media all and (min-width: 37.5em) {
    [type=email], [type=number], [type=search], [type=tel], [type=text], [type=url], select, textarea {
        width:100%
    }
}

[type=email]:focus, [type=number]:focus, [type=search]:focus, [type=tel]:focus, [type=text]:focus, [type=url]:focus, select:focus, textarea:focus {
    border-color:#d73a42
}

input[type=checkbox], input[type=radio] {
    opacity: 0;
    position:absolute
}

input[type=checkbox] + label, input[type=radio] + label {
    position: relative;
    margin-left: -1px;
    cursor: pointer;
    padding:0
}

input[type=checkbox] + label:before, input[type=radio] + label:before {
    background-color: #fff;
    border: 1px solid #d1d1d2;
    border-radius: 2px;
    content: '';
    display: inline-block;
    height: 1.41667rem;
    line-height: 1.41667rem;
    margin-right: 1.13333rem;
    vertical-align: middle;
    text-align: center;
    width:1.41667rem
}

input[type=checkbox]:checked + label:before, input[type=radio]:checked + label:before {
    content: "";
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 11 8'%3e%3cpolygon points='9.53 0 4.4 5.09 1.47 2.18 0 3.64 2.93 6.54 4.4 8 5.87 6.54 11 1.46 9.53 0' fill='%23d73a42'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-size: 11px 8px;
    background-position:50% 50%
}

input[type=radio] + label:before {
    border-radius:50%
}

input[type=radio]:checked + label:before {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3ccircle cx='4' cy='4' r='4' fill='%23d73a42'/%3e%3c/svg%3e")
}

[type=file] {
    margin-bottom: 1.7rem;
    width:100%
}

select {
    max-width: 100%;
    width: auto;
    position:relative
}

select:not([multiple]) {
    background-size: 8px;
    padding-right:3.4rem
}

select[multiple] {
    border: 1px solid #d1d1d2;
    padding: 1.7rem;
    width:100%
}

select[multiple]:hover {
    border-color:#d1d1d2
}

select[multiple]:focus {
    border-color:#d73a42
}

select[multiple]:disabled {
    background-color: #f3f3f4;
    cursor:not-allowed
}

select[multiple]:disabled:hover {
    border-color:#d1d1d2
}

textarea {
    display: block;
    overflow: auto;
    resize: vertical;
    max-width:100%
}

.top {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 4.4rem;
    position: absolute;
    padding: 0 6vw;
    -webkit-transition: background .5s ease;
    -o-transition: background .5s ease;
    transition: background .5s ease;
    width: 100%;
    z-index:2
}

@media all and (min-width: 56.25em) {
    .top {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

.top.is-visible {
    background: #17181e;
    -webkit-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, .06);
    box-shadow: 0 3px 10px 0 rgba(0, 0, 0, .06);
    opacity: 1;
    position: fixed;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transition: height .3s, background .3s, opacity .24s, -webkit-transform .24s;
    transition: height .3s, background .3s, opacity .24s, -webkit-transform .24s;
    -o-transition: transform .24s, height .3s, background .3s, opacity .24s;
    transition: transform .24s, height .3s, background .3s, opacity .24s;
    transition: transform .24s, height .3s, background .3s, opacity .24s, -webkit-transform .24s;
    width:100%
}

@media all and (min-width: 56.25em) {
    .top.is-hidden {
        opacity: 0;
        -webkit-transform: translate(0, -86px);
        -ms-transform: translate(0, -86px);
        transform: translate(0, -86px);
        -webkit-transition: background .3s, color .3s, opacity .24s, -webkit-transform .24s;
        transition: background .3s, color .3s, opacity .24s, -webkit-transform .24s;
        -o-transition: transform .24s, background .3s, color .3s, opacity .24s;
        transition: transform .24s, background .3s, color .3s, opacity .24s;
        transition:transform .24s, background .3s, color .3s, opacity .24s, -webkit-transform .24s
    }
}

.logo {
    color: #fff !important;
    font-size: 1.21363rem;
    font-weight: 400;
    margin-right:auto
}

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

@media all and (min-width: 56.25em) {
    .search {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order:3
    }
}

.search__btn {
    border: none !important;
    background: 0 0 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    margin: 0;
    padding: .56667rem;
    width:auto
}

@media all and (min-width: 56.25em) {
    .search__btn {
        margin-left: 1rem;
        padding-right:0
    }
}

.search__btn:focus, .search__btn:hover {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform:translateY(0)
}

.search__btn:focus > svg, .search__btn:hover > svg {
    fill:rgba(255, 255, 255, .7)
}

.search__btn > svg {
    display: block;
    fill: #fff;
    height: 15px;
    -webkit-transition: all .24s ease;
    -o-transition: all .24s ease;
    transition: all .24s ease;
    width:15px
}

.search__form {
    -ms-flex-preferred-size: 90%;
    flex-basis:90%
}

.search__input {
    background: 0 0;
    border: none !important;
    color: #fff;
    display: none;
    margin: 0 !important;
    opacity: 0;
    padding: 0;
    width:100%
}

.search__input {
    font-size:1.21363rem
}

.search__close {
    background: 0 0 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: none;
    color: transparent;
    cursor: pointer;
    margin: 0 !important;
    opacity: 0;
    padding: 0;
    height: 1.6rem;
    width: 1.6rem;
    position: relative;
    text-indent:-999rem
}

.search__close:after, .search__close:before {
    background-color: #fff;
    content: '';
    left: 1rem;
    height: 1.6rem;
    opacity: 1;
    position: absolute;
    width: 1px;
    top: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all .14s ease-out;
    -o-transition: all .14s ease-out;
    transition:all .14s ease-out
}

.search__close:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform:rotate(-45deg)
}

.search__close:hover {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform:translateY(0)
}

.search__close:hover:after, .search__close:hover:before {
    background-color:rgba(255, 255, 255, .7)
}

.search__overlay {
    background-color: #17181e;
    -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, .05);
    box-shadow: 0 3px 3px rgba(0, 0, 0, .05);
    left: 0;
    opacity: 0;
    position: fixed;
    -webkit-transition: all .24s ease-out;
    -o-transition: all .24s ease-out;
    transition: all .24s ease-out;
    top: 0;
    visibility: hidden;
    width: 100%;
    z-index:2005
}

.search__overlay-inner {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 4.4rem;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding:0 6vw
}

@media all and (min-width: 56.25em) {
    .search__overlay-inner {
        height:6rem
    }
}

.search__overlay.expanded {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
    display: block;
    visibility:visible
}

.search__overlay.expanded .search__input {
    -webkit-animation: slideininput .24s .12s forwards;
    animation: slideininput .24s .12s forwards;
    display:block
}

@-webkit-keyframes slideininput {
    60% {
        opacity:0
    }

    100% {
        opacity:1
    }
}

@keyframes slideininput {
    60% {
        opacity:0
    }

    100% {
        opacity:1
    }
}

.search__overlay.expanded .search__close {
    -webkit-animation: slideinclose .24s .12s forwards;
    animation:slideinclose .24s .12s forwards
}

@-webkit-keyframes slideinclose {
    60% {
        opacity:0
    }

    100% {
        opacity:1
    }
}

@keyframes slideinclose {
    60% {
        opacity:0
    }

    100% {
        opacity:1
    }
}

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

.navbar .navbar__menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    padding:0
}

@media all and (max-width: 56.1875em) {
    .navbar .navbar__menu {
        display:none
    }
}

.navbar .navbar__menu li {
    display: block;
    font-size: .77248rem;
    line-height: 1.7;
    font-weight: 500;
    padding: 0;
    position: relative;
    text-transform: uppercase;
    width:auto
}

.navbar .navbar__menu li a, .navbar .navbar__menu li span[aria-haspopup=true] {
    color: #fff;
    display: block;
    padding: 0 .56667rem;
    -webkit-transition: all .24s ease-out;
    -o-transition: all .24s ease-out;
    transition:all .24s ease-out
}

.navbar .navbar__menu li a:active, .navbar .navbar__menu li a:focus, .navbar .navbar__menu li a:hover, .navbar .navbar__menu li span[aria-haspopup=true]:active, .navbar .navbar__menu li span[aria-haspopup=true]:focus, .navbar .navbar__menu li span[aria-haspopup=true]:hover {
    color:rgba(255, 255, 255, .7);
}

.navbar .navbar__menu li span {
    color: #fff;
    cursor: default;
    display: block;
    padding:0 .56667rem
}

.navbar .navbar__menu > li:hover > a, .navbar .navbar__menu > li:hover > span[aria-haspopup=true] {
    color:rgba(255, 255, 255, .7)
}

.navbar .has-submenu:active > .navbar__submenu, .navbar .has-submenu:focus > .navbar__submenu, .navbar .has-submenu:hover > .navbar__submenu {
    left: 0;
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    visibility: visible;
    margin-top:.85rem
}

.navbar .has-submenu:active > .navbar__submenu:before, .navbar .has-submenu:focus > .navbar__submenu:before, .navbar .has-submenu:hover > .navbar__submenu:before {
    content: "";
    height: .85rem;
    position: absolute;
    width: 100%;
    top:-.85rem
}

.navbar .has-submenu:active > .navbar__submenu.is-right-submenu, .navbar .has-submenu:focus > .navbar__submenu.is-right-submenu, .navbar .has-submenu:hover > .navbar__submenu.is-right-submenu {
    left: auto;
    right: 0;
    -webkit-transform-origin: right top;
    -ms-transform-origin: right top;
    transform-origin:right top
}

.navbar .has-submenu .has-submenu:active > .navbar__submenu, .navbar .has-submenu .has-submenu:focus > .navbar__submenu, .navbar .has-submenu .has-submenu:hover > .navbar__submenu {
    top: 0;
    margin-top:0
}

.navbar .has-submenu .has-submenu:active > .navbar__submenu.is-right-submenu, .navbar .has-submenu .has-submenu:focus > .navbar__submenu.is-right-submenu, .navbar .has-submenu .has-submenu:hover > .navbar__submenu.is-right-submenu {
    top: 0;
    margin-top:0
}

.navbar .navbar__submenu {
    background: #17181e;
    -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, .25);
    box-shadow: 0 5px 5px rgba(0, 0, 0, .25);
    left: -9999px;
    list-style-type: none;
    margin: 0;
    padding: 10px 0;
    position: absolute;
    white-space: nowrap;
    z-index: 1;
    opacity: 0;
    -webkit-transform: scale(.8);
    -ms-transform: scale(.8);
    transform: scale(.8);
    -webkit-transform-origin: 0 top;
    -ms-transform-origin: 0 top;
    transform-origin: 0 top;
    -webkit-transition: opacity .15s, -webkit-transform .3s cubic-bezier(.275, 1.375, .8, 1);
    transition: opacity .15s, -webkit-transform .3s cubic-bezier(.275, 1.375, .8, 1);
    -o-transition: opacity .15s, transform .3s cubic-bezier(.275, 1.375, .8, 1);
    transition: opacity .15s, transform .3s cubic-bezier(.275, 1.375, .8, 1);
    transition:opacity .15s, transform .3s cubic-bezier(.275, 1.375, .8, 1), -webkit-transform .3s cubic-bezier(.275, 1.375, .8, 1)
}

.navbar .navbar__submenu__submenu {
    z-index:2
}

.navbar .navbar__submenu li {
    line-height: 1.5;
    font-size:.7242rem
}

.navbar .navbar__submenu li a, .navbar .navbar__submenu li span[aria-haspopup=true] {
    color: rgba(255, 255, 255, .7) !important;
    padding: .56667rem 1.41667rem;
    -webkit-transition: all .24s ease;
    -o-transition: all .24s ease;
    transition:all .24s ease
}

.navbar .navbar__submenu li a:active, .navbar .navbar__submenu li a:focus, .navbar .navbar__submenu li a:hover, .navbar .navbar__submenu li span[aria-haspopup=true]:active, .navbar .navbar__submenu li span[aria-haspopup=true]:focus, .navbar .navbar__submenu li span[aria-haspopup=true]:hover {
    background: rgba(255, 255, 255, .05);
    color:#fff !important
}

.navbar .navbar__submenu li span {
    color: rgba(255, 255, 255, .7) !important;
    padding:.56667rem 1.41667rem
}

.navbar .navbar__submenu li:hover > a, .navbar .navbar__submenu li:hover > span[aria-haspopup=true] {
    color:#fff !important
}

.navbar .navbar__toggle {
    background: #17181e;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    border-radius: 3px;
    cursor: pointer;
    display: block;
    line-height: 1;
    margin: 0;
    overflow: visible;
    padding: 1rem;
    position: relative;
    right: -1rem;
    text-transform: none;
    z-index:2004
}

@media all and (min-width: 56.25em) {
    .navbar .navbar__toggle {
        display:none
    }
}

.navbar .navbar__toggle:focus, .navbar .navbar__toggle:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform:none
}

.navbar .navbar__toggle-box {
    width: 24px;
    height: 14px;
    display: inline-block;
    position:relative
}

.navbar .navbar__toggle-inner {
    display: block;
    top: 50%;
    text-indent:-9999999em
}

.navbar .navbar__toggle-inner::before {
    content: "";
    display: block;
    top:-6px
}

.navbar .navbar__toggle-inner::after {
    content: "";
    display: block;
    bottom:-6px
}

.navbar .navbar__toggle-inner, .navbar .navbar__toggle-inner::after, .navbar .navbar__toggle-inner::before {
    width: 22px;
    height: 2px;
    background-color: #fff;
    position: absolute;
    -webkit-transition: opacity .14s ease-out, -webkit-transform;
    transition: opacity .14s ease-out, -webkit-transform;
    -o-transition: transform, opacity .14s ease-out;
    transition: transform, opacity .14s ease-out;
    transition:transform, opacity .14s ease-out, -webkit-transform
}

.navbar .navbar__toggle-inner {
    -webkit-transition-duration: 75ms;
    -o-transition-duration: 75ms;
    transition-duration: 75ms;
    -webkit-transition-timing-function: cubic-bezier(.55, .055, .675, .19);
    -o-transition-timing-function: cubic-bezier(.55, .055, .675, .19);
    transition-timing-function:cubic-bezier(.55, .055, .675, .19)
}

.navbar .navbar__toggle-inner::before {
    -webkit-transition: top 75ms ease .12s, opacity 75ms ease;
    -o-transition: top 75ms ease .12s, opacity 75ms ease;
    transition:top 75ms ease .12s, opacity 75ms ease
}

.navbar .navbar__toggle-inner::after {
    -webkit-transition: bottom 75ms ease .12s, -webkit-transform 75ms cubic-bezier(.55, .055, .675, .19);
    transition: bottom 75ms ease .12s, -webkit-transform 75ms cubic-bezier(.55, .055, .675, .19);
    -o-transition: bottom 75ms ease .12s, transform 75ms cubic-bezier(.55, .055, .675, .19);
    transition: bottom 75ms ease .12s, transform 75ms cubic-bezier(.55, .055, .675, .19);
    transition:bottom 75ms ease .12s, transform 75ms cubic-bezier(.55, .055, .675, .19), -webkit-transform 75ms cubic-bezier(.55, .055, .675, .19)
}

.navbar .navbar__toggle.is-active .navbar__toggle-inner {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition-delay: .12s;
    -o-transition-delay: .12s;
    transition-delay: .12s;
    -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
    -o-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
    transition-timing-function:cubic-bezier(.215, .61, .355, 1)
}

.navbar .navbar__toggle.is-active .navbar__toggle-inner::before {
    top: 0;
    opacity: 0;
    -webkit-transition: top 75ms ease, opacity 75ms ease .12s;
    -o-transition: top 75ms ease, opacity 75ms ease .12s;
    transition:top 75ms ease, opacity 75ms ease .12s
}

.navbar .navbar__toggle.is-active .navbar__toggle-inner::after {
    bottom: 0;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transition: bottom 75ms ease, -webkit-transform 75ms cubic-bezier(.215, .61, .355, 1) .12s;
    transition: bottom 75ms ease, -webkit-transform 75ms cubic-bezier(.215, .61, .355, 1) .12s;
    -o-transition: bottom 75ms ease, transform 75ms cubic-bezier(.215, .61, .355, 1) .12s;
    transition: bottom 75ms ease, transform 75ms cubic-bezier(.215, .61, .355, 1) .12s;
    transition:bottom 75ms ease, transform 75ms cubic-bezier(.215, .61, .355, 1) .12s, -webkit-transform 75ms cubic-bezier(.215, .61, .355, 1) .12s
}

.navbar_mobile_overlay {
    background: #fff;
    left: 0;
    opacity: 1;
    overflow: auto;
    pointer-events: auto;
    position: fixed;
    top: 4.4rem;
    -webkit-transition: all .3s cubic-bezier(0, 0, .3, 1);
    -o-transition: all .3s cubic-bezier(0, 0, .3, 1);
    transition: all .3s cubic-bezier(0, 0, .3, 1);
    width: 100%;
    z-index:1001
}

.navbar_mobile_overlay.is-hidden {
    opacity: 0;
    pointer-events:none
}

.navbar_mobile_overlay .navbar__menu {
    margin:24px
}

.navbar_mobile_overlay .navbar__menu li {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align:center
}

.navbar_mobile_overlay .navbar__menu li a, .navbar_mobile_overlay .navbar__menu li span {
    color: #17181e;
    display: block;
    padding: .56667rem;
    position:relative
}

.navbar_mobile_overlay .navbar__menu li a:active, .navbar_mobile_overlay .navbar__menu li a:focus, .navbar_mobile_overlay .navbar__menu li a:hover, .navbar_mobile_overlay .navbar__menu li span:active, .navbar_mobile_overlay .navbar__menu li span:focus, .navbar_mobile_overlay .navbar__menu li span:hover {
    color:#E0FFF4;
}

.navbar_mobile_overlay .navbar__menu li a[aria-haspopup=true]::after, .navbar_mobile_overlay .navbar__menu li span[aria-haspopup=true]::after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 5px 0 5px;
    border-color: #61666c transparent transparent transparent;
    left: .56667rem;
    top: 15px;
    position:relative
}

.navbar_mobile_overlay .navbar__submenu {
    margin: 0;
    padding:0
}

.navbar_mobile_overlay .navbar__submenu_wrapper {
    height: 0;
    opacity: 0;
    overflow: hidden;
    -webkit-transition: all .3s cubic-bezier(.275, 1.375, .8, 1);
    -o-transition: all .3s cubic-bezier(.275, 1.375, .8, 1);
    transition:all .3s cubic-bezier(.275, 1.375, .8, 1)
}

.navbar_mobile_overlay .navbar__submenu_wrapper.is-active {
    height: auto;
    opacity:1
}

.navbar_mobile_sidebar {
    background: #fff;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .25);
    box-shadow: 0 0 5px rgba(0, 0, 0, .25);
    height: 100vh;
    left: 0;
    max-width: 400px;
    overflow: auto;
    position: fixed;
    top: 0;
    -webkit-transition: all .3s cubic-bezier(0, 0, .3, 1);
    -o-transition: all .3s cubic-bezier(0, 0, .3, 1);
    transition: all .3s cubic-bezier(0, 0, .3, 1);
    width: 80%;
    z-index:1001
}

.navbar_mobile_sidebar.is-hidden {
    left:-400px
}

.navbar_mobile_sidebar .navbar__menu {
    margin:24px
}

.navbar_mobile_sidebar .navbar__menu li {
    font-size: 16px;
    list-style: none;
    line-height: 1.3;
    margin: 0;
    padding:0
}

.navbar_mobile_sidebar .navbar__menu li .is-separator, .navbar_mobile_sidebar .navbar__menu li a {
    color: #17181e;
    display: block;
    padding: 10px 20px 10px 0;
    position:relative
}

.navbar_mobile_sidebar .navbar__menu li .is-separator:active, .navbar_mobile_sidebar .navbar__menu li .is-separator:focus, .navbar_mobile_sidebar .navbar__menu li .is-separator:hover, .navbar_mobile_sidebar .navbar__menu li a:active, .navbar_mobile_sidebar .navbar__menu li a:focus, .navbar_mobile_sidebar .navbar__menu li a:hover {
    color:#17181e
}

.navbar_mobile_sidebar .navbar__menu li .is-separator[aria-haspopup=true]::after, .navbar_mobile_sidebar .navbar__menu li a[aria-haspopup=true]::after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 5px 0 5px;
    border-color: #61666c transparent transparent transparent;
    right: 0;
    top: 18px;
    position:absolute
}

.navbar_mobile_sidebar .navbar__submenu {
    margin: 0 0 0 24px;
    padding:0
}

.navbar_mobile_sidebar .navbar__submenu_wrapper {
    height: 0;
    opacity: 0;
    overflow: hidden;
    -webkit-transition: all .3s cubic-bezier(.275, 1.375, .8, 1);
    -o-transition: all .3s cubic-bezier(.275, 1.375, .8, 1);
    transition:all .3s cubic-bezier(.275, 1.375, .8, 1)
}

.navbar_mobile_sidebar .navbar__submenu_wrapper.is-active {
    height: auto;
    opacity:1
}

.navbar_mobile_sidebar__overlay {
    background: rgba(0, 0, 0, .5);
    height: 100%;
    opacity: 1;
    pointer-events: auto;
    position: fixed;
    top: 0;
    -webkit-transition: all .3s cubic-bezier(0, 0, .3, 1);
    -o-transition: all .3s cubic-bezier(0, 0, .3, 1);
    transition: all .3s cubic-bezier(0, 0, .3, 1);
    width: 100%;
    z-index:10
}

.navbar_mobile_sidebar__overlay.is-hidden {
    opacity: 0;
    pointer-events:none
}

.site-container {
    background: #fff;
    max-width: 100%;
    overflow:hidden
}

.wrapper {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    max-width: 42rem;
    margin: 0 auto;
    padding:0 6vw
}
.flex-container {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    flex-direction: row;
}
.flex-container > div {
    width:30%;
    padding-bottom: 20px;
}

@media only screen and (max-width: 800px) {
    .flex-container {
        flex-direction: column;
    }
    .flex-container > div {
        width: 90%;
    }
}

.readmore {
    display: inline-block;
    color: #747577;
    font-size: .82397rem;
    font-style: italic;
    text-decoration: underline;
    text-decoration-skip-ink:auto
}

.hero {
    background: #17181e;
    height: 80vh;
    position: relative;
    top: 0;
    z-index:1
}

.hero__content {
    bottom: 0;
    color: #333452;
    left: 50%;
    position: absolute;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    width: 100%;
    z-index:2
}

.hero__content h1 {
    color:#333452;
    font-size: 3.5rem;
    font-weight: 500;
    margin-bottom: 2rem;
}

.hero__content h1 > sup {
    font-size: 1.06667rem;
    vertical-align:top
}

.hero__content a {
    font-weight:700
}

.hero__content a {
    color: #fff;
    text-decoration: none;
    -webkit-transition: all .24s ease-out;
    -o-transition: all .24s ease-out;
    transition:all .24s ease-out
}

.hero__content a:hover {
    color:rgba(255, 255, 255, .75)
}

.hero__content a:active {
    color:#fff
}

.hero__content a:focus {
    outline:0
}

.hero__image {
    height: 100%;
    margin: 0;
    position: absolute;
    width:100%
}

.hero__image--overlay::after {
    content: '';
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width:100%
}

.hero__image > img {
    display: block;
    height: inherit;
    -o-object-fit: cover;
    object-fit: cover;
    width:inherit
}

.hero__image > figcaption {
    background: #17181e;
    border-radius: 2px;
    bottom: 1rem;
    color: #e6e7eb;
    display: block;
    padding: 0 .34rem;
    position: absolute;
    text-align: right;
    right: 6vw;
    z-index:3
}

.feed__image {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    padding:0 6vw
}

.feed__image > img {
    display: inline-block;
    height: auto;
    width:100%
}

.feed__meta {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: gray-2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: .82397rem;
}

.feed__author {
    font-weight:700
}

.feed__date {
    color: #747577;
    font-style:italic
}

.feed__author + .feed__date {
    margin-left:.85rem
}

.feed__author + .feed__date::before {
    content: "";
    background: #d1d1d2;
    display: inline-block;
    height: 1px;
    margin-right: 4px;
    width: 1rem;
    vertical-align:middle
}

.post__image {
    display:inline-block
}

.post__image > img {
    display:inline-block
}

.post__image--left {
    float: left;
    margin-bottom: 1.7rem;
    margin-right: 1.7rem;
    max-width:50%
}

.post__image--right {
    float: right;
    margin-bottom: 1.7rem;
    margin-left: 1.7rem;
    max-width:50%
}

.post__image--center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align:center
}

.post__image--wide {
    display:block
}

.post__image--full {
    display: block;
    text-align:center
}

.post__image--full > img {
    display: block;
    height: auto;
    width:100%
}

.post__meta {
    color: gray-2;
    font-size: .82397rem;
    font-style: italic;
}

.post__meta--author {
    border-top: 1px solid rgba(255, 255, 255, .3);
    font-style: normal;
    display: inline-block;
    margin-top: 1.7rem;
    padding-top:1.41667rem
}

@media only screen and (max-width: 330px) {
    .post__meta--author {
        padding-top: 0;
        margin-top: 0;
    }
}

@media all and (min-width: 37.5em) {
    .post__meta--author {
        margin-top: 2.83333rem;
        padding-top:1.7rem
    }
}

.post__author-thumb {
    border-radius: 50%;
    height: 1.7rem;
    margin-right: .56667rem;
    width:1.7rem
}

.post__entry > :nth-child(1) {
    margin-top:0
}

.post__avatar-thumbs {
    border-radius: 50%;
    height: 4.53333rem;
    width:4.53333rem
}

.post__last-updated {
    color: #747577;
    font-size: .77248rem;
    font-style: italic;
    margin-top:2.26667rem
}

.post__last-updated + .post__tag {
    margin:1.13333rem 0 0
}

.post__tag {
    margin: 2.26667rem 0 0;
    font-size:.82397rem
}

.post__tag > li {
    display: inline-block;
    margin-right: .28333rem;
    padding:0
}

.post__tag > li > a {
    background: #f7f8fb;
    border-radius: 1px;
    color: #17181e;
    font-size: .7242rem;
    padding:.28333rem .85rem
}

.post__tag > li > a:hover {
    background:#e6e7eb
}

.post__share {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.post__share > a {
    border-radius: 2px;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    margin: .28333rem;
    line-height: 1;
    padding: .70833rem 1.13333rem;
    -webkit-transition: all .24s ease-out;
    -o-transition: all .24s ease-out;
    transition: all .24s ease-out;
    text-align:center
}

.post__share > a:hover {
    -webkit-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    transform:translateY(-2px)
}

.post__share > a span {
    color: #fff;
    font-size: .59672rem;
    font-weight: 700;
    margin-left: .28333rem;
    text-transform:uppercase
}

.post__share > a svg {
    fill: #fff;
    height: 18px;
    pointer-events: none;
    width: 18px;
    vertical-align:middle
}

.post__bio {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media all and (min-width: 37.5em) {
    .post__bio::before {
        content: "";
        border-top: 1px solid #d1d1d2;
        height: 1px;
        margin-right: 2rem;
        width:20%
    }
}

.bio__avatar {
    border-radius: 50%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    height: 3rem;
    margin-right: 1.2rem;
    width:3rem
}

@media all and (min-width: 37.5em) {
    .bio__avatar {
        height: 4rem;
        margin-right: 2rem;
        width:4rem
    }
}

.bio__name {
    font-size: 1rem;
    font-weight: 700;
    margin:0
}

.bio__info > p {
    font-size: .82397rem;
    line-height: 1.5;
    margin:.56667rem 0 0
}

@media all and (min-width: 37.5em) {
    .bio__info > p {
        width:80%
    }
}

.post__nav {
    border-top: 1px solid #e6e7eb;
    padding: 2.55rem 6vw 2.83333rem;
    position:relative
}

@media all and (min-width: 37.5em) {
    .post__nav-inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content:space-between
    }
}

@media all and (min-width: 37.5em) {
    .post__nav-next, .post__nav-prev {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display:flex
    }
}

.post__nav-next svg, .post__nav-prev svg {
    fill:#747577
}

@media all and (max-width: 37.4375em) {
    .post__nav-next svg, .post__nav-prev svg {
        display:none
    }
}

@media all and (min-width: 37.5em) {
    .post__nav-next {
        margin-left: auto;
        text-align:right
    }
}

@media all and (max-width: 37.4375em) {
    .post__nav-prev + .post__nav-next {
        margin-top:1.13333rem
    }
}

@media all and (min-width: 37.5em) {
    .post__nav-prev + .post__nav-next {
        margin-left:1.7rem
    }
}

.post__nav-link {
    font-size: .82397rem;
    font-style: italic;
    line-height:1.5
}

@media all and (min-width: 37.5em) {
    .post__nav-link[rel=prev] {
        padding-left:.85rem
    }
}

@media all and (min-width: 37.5em) {
    .post__nav-link[rel=next] {
        padding-right:.85rem
    }
}

.post__nav-link > span {
    color: #747577;
    display: block;
    font-size: .77248rem;
    font-style:normal
}

.post__nav + .post__related {
    margin-top:0
}

.post__nav + .post__comments {
    border-top: 1px solid #e6e7eb;
    margin-top:0
}

.post__related {
    background: #f7f8fb;
}

.related__item::before {
    content: "";
    border-top: 1px solid #d1d1d2;
    display: block;
    height: 1px;
    margin-bottom: 2rem;
    width:20%
}

.post__related + .post__comments {
    border-top:none
}

.post + .post__comments {
    margin-top:0
}

.post + .post__comments .h5 {
    margin-top:0
}

.post__comments {
    overflow:hidden
}

.post__iframe, .post__video {
    position: relative;
    display: block;
    overflow: hidden;
    padding: 0;
    width:100%
}

.post__iframe::before, .post__video::before {
    display: block;
    content: "";
    padding-top:56.25%
}

.post__iframe--21by9::before, .post__video--21by9::before {
    padding-top:42.857143%
}

.post__iframe--4by3::before, .post__video--4by3::before {
    padding-top:75%
}

.post__iframe--1by1::before, .post__video--1by1::before {
    padding-top:100%
}

.post__iframe > iframe, .post__video > iframe {
    border: none;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    width:100%
}

.post__toc h3 {
    font-size: 1rem;
    margin:0
}

.post__toc ul {
    counter-reset: item;
    list-style: decimal;
}

.post__toc ul li {
    counter-increment: item;
    padding:0
}

.post__toc ul ul {
    margin-top:0
}

.post__toc ul ul li {
    display:block
}

.post__toc ul ul li:before {
    content: counters(item, ".") ". ";
    margin-left:-20px
}

.banner {
    text-align:center
}

.author__avatar {
    border-radius: 50%;
    height: 3rem;
    width:3rem
}

@media all and (min-width: 37.5em) {
    .author__avatar {
        height: 4rem;
        width:4rem
    }
}

.search-page__form {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media all and (max-width: 37.4375em) {
    .search-page__input {
        margin-bottom:.56667rem
    }
}

@media all and (min-width: 20em) {
    .search-page__input {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto;
        margin-right:.56667rem
    }
}

#disqus_thread {
    margin-top:1.7rem
}

.align-left {
    text-align:left
}

.align-right {
    text-align:right
}

.align-center {
    text-align:center
}

.align-justify {
    text-align:justify
}

.msg {
    padding:1.13333rem 2.26667rem
}

.msg--highlight {
    background-color:#fffcf1
}

.msg--info {
    background:#f2f9ff
}

.msg--success {
    background:#f7fbf6
}

.msg--warning {
    background: #fff3f3;
    color:#a94442
}

.ordered-list {
    counter-reset:listCounter;
    margin: 0 25px;
}

.ordered-list li {
    counter-increment: listCounter;
    list-style: none;
    padding-left: .28333rem;
    position:relative
}

.ordered-list li::before {
    color: #d73a42;
    content: counter(listCounter, decimal-leading-zero) ".";
    font-weight: 700;
    left: -2rem;
    position:absolute
}

.dropcap:first-letter {
    color: #17181e;
    float: left;
    font-size: 3.63559rem;
    line-height: .7;
    margin-right: .56667rem;
    padding:.56667rem .56667rem .56667rem 0
}

.pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.pagination__item + .pagination__item {
    margin-left:1.13333rem
}

.pagination svg {
    fill:#747577
}

.footer {
    background: #17181e;
    overflow: hidden;
    text-align:center
}

.footer__social svg {
    fill: #fff;
    height: .9375rem;
    margin: 0 .85rem;
    opacity: .6;
    -webkit-transition: all .12s linear 0s;
    -o-transition: all .12s linear 0s;
    transition: all .12s linear 0s;
    width:.9375rem
}

.footer__social svg:hover {
    opacity:1
}

.footer__copyright {
    color: #747577;
    font-size: .67893rem;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding:1.7rem 0
}

.footer a {
    color:#fff
}

.footer a:hover {
    color:rgba(255, 255, 255, .7)
}

.footer__bttop {
    bottom: 1.41667rem;
    border-radius: 50%;
    line-height: 1;
    opacity: 0;
    padding: .51rem;
    position: fixed;
    right: 2rem;
    text-align: center;
    width: auto !important;
    visibility: hidden;
    z-index:999
}

@media all and (min-width: 56.25em) {
    .footer__bttop {
        bottom:2.83333rem
    }
}

.footer__bttop:hover {
    opacity:1
}

.footer__bttop > svg {
    fill: #fff;
    height: 23px;
    margin: 0;
    width:23px
}

.footer__bttop--show {
    visibility: visible;
    opacity:1
}

.footer__bttop--fade-out {
    opacity:.6
}

@media all and (min-width: 20em) {
    .gallery {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap:wrap
    }
}

@media all and (min-width: 20em) {
    .gallery[data-columns="1"] .gallery__item {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
        flex:1 0 100%
    }
}

@media all and (min-width: 30em) {
    .gallery[data-columns="2"] .gallery__item {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 50%;
        flex:1 0 50%
    }
}

@media all and (min-width: 37.5em) {
    .gallery[data-columns="3"] .gallery__item {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 33.333%;
        flex:1 0 33.333%
    }
}

@media all and (min-width: 56.25em) {
    .gallery[data-columns="4"] .gallery__item {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 25%;
        flex:0 1 25%
    }
}

@media all and (min-width: 56.25em) {
    .gallery[data-columns="5"] .gallery__item {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 20%;
        flex:0 1 20%
    }
}

@media all and (min-width: 56.25em) {
    .gallery[data-columns="6"] .gallery__item {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 16.666%;
        flex:0 1 16.666%
    }
}

@media all and (min-width: 56.25em) {
    .gallery[data-columns="7"] .gallery__item {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 14.285%;
        flex:1 0 14.285%
    }
}

@media all and (min-width: 56.25em) {
    .gallery[data-columns="8"] .gallery__item {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 12.5%;
        flex:1 0 12.5%
    }
}

.gallery__item {
    margin: 0;
    padding: .28333rem;
    position:relative
}

@media all and (min-width: 20em) {
    .gallery__item {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 50%;
        flex:1 0 50%
    }
}

@media all and (min-width: 30em) {
    .gallery__item {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 33.333%;
        flex:1 0 33.333%
    }
}

@media all and (min-width: 37.5em) {
    .gallery__item {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 25%;
        flex:1 0 25%
    }
}

.gallery__item a {
    display: block;
    height: 100%;
    width:100%
}

.gallery__item a::after {
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .4)), to(rgba(0, 0, 0, 0)));
    background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .4) 0, rgba(0, 0, 0, 0) 100%);
    background: -o-linear-gradient(bottom, rgba(0, 0, 0, .4) 0, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(bottom, rgba(0, 0, 0, .4) 0, rgba(0, 0, 0, 0) 100%);
    bottom: .28333rem;
    content: "";
    display: block;
    opacity: 0;
    left: .28333rem;
    position: absolute;
    right: .28333rem;
    top: .28333rem;
    -webkit-transition: all .24s ease-out;
    -o-transition: all .24s ease-out;
    transition: all .24s ease-out;
}

.gallery__item a:hover::after {
    opacity:1
}

.gallery__item img {
    display: block;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width:100%
}

.gallery__item figcaption {
    bottom: 1.2rem;
    color: #fff;
    left: 50%;
    opacity: 0;
    position: absolute;
    text-align: center;
    -webkit-transform: translate(-50%, 1.2rem);
    -ms-transform: translate(-50%, 1.2rem);
    transform: translate(-50%, 1.2rem);
    -webkit-transition: all .24s ease-out;
    -o-transition: all .24s ease-out;
    transition:all .24s ease-out
}

.gallery__item:hover figcaption {
    opacity: 1;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform:translate(-50%, 0)
}

.pswp--dark .pswp__bg {
    background:#000
}

.pswp--light .pswp__bg {
    background:#fff
}

.pswp--light .pswp__counter {
    color:#17181e
}

.pswp--light .pswp__caption__center {
    color:#17181e
}

.cookie-popup, .cookie-popup__save {
    background:#d73a42
}

.hero__image--overlay::after {
    background:linear-gradient(to bottom, transparent 0, rgba(0, 0, 0, .64) 100%)
}

.search-page table {
    border: none;
    margin:0
}

.search-page table td {
    border: none;
    padding:0
}

.gsc-above-wrapper-area-container, .gsc-table-result {
    display: inline-table;
    margin-top: 0;
    white-space:normal
}

.cse .gsc-control-cse, .gsc-control-cse {
    padding:0 !important
}

.gsc-thumbnail-inside, .gsc-url-top {
    padding:0 !important
}

.gsc-control-cse, .gsc-control-cse .gsc-table-result {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif !important;
    font-size:.8888rem !important
}

.gs-title {
    font-weight: 700;
    height: auto !important;
    margin-bottom: .53333rem;
    text-decoration:none !important
}

.gsc-result {
    border-bottom: 1px solid #e9e9e9 !important;
}

.lazyload, .lazyloading {
    opacity:0
}

.lazyloaded {
    opacity: 1;
    transition: opacity 1s cubic-bezier(.215, .61, .355, 1)
}


@font-face {
    font-family: 'Cabinet Grotesk';
    src: url('/assets/fonts/CabinetGrotesk/CabinetGrotesk-Bold.otf') format("opentype");
}
@font-face {
    font-family: 'Satoshi';
    src: url('/assets/fonts/Satoshi/Satoshi-Regular.otf') format("opentype");
}
h1, h2, h3, h4, h5, h6, .btn, [type=button], [type=submit], button, .navbar .navbar__menu li, .navbar_mobile_sidebar .navbar__menu li, .feed__author, .post__tag, .post__share > a span, .post__nav-link > span, .footer {
    font-family: "Cabinet Grotesk", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"
}

body, .h1, blockquote, .search__input, .author__name, .author__info > p, .feed__item h2, .post__nav-link {
    font-family: satoshi, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    color: #333452;
}
body {
    background: #66DFB7;
}
.hero {
    background: #66DFB7;
    height: 55vh;
    z-index: 3;
}
.hero-small {
    height: 35vh;
}
.hero-small > .hero__content:after {
    display: none;
}
.hero:after{
    content:"";
    position:absolute;
    border-bottom:5rem solid #66DFB7;
    width:120%;
    transform: rotate(3deg);
    bottom: 0;
    transform-origin: 0 0;
}
.hero__content:after {
    content:"^";
    position:absolute;
    background: #333452;
    border-radius: 100%;
    width: 5vh;
    height: 5vh;
    text-align: center;
    margin: auto;
    left: calc(50% - 21px);
    bottom:0;
    color: #FFF;
    line-height: 2.3em;
    font-weight: bold;
    transform:rotate(180deg);
    -webkit-transform:rotate(180deg);
    -o-transform:rotate(180deg);
    -ms-transform:rotate(180deg);
}
.menu {
    margin: 0 10px;
    color: #333452;
    text-transform: uppercase;
    font-size: 0.8rem;
}
.wrapper {
    padding: 1px 20px 40px 20px;
    margin-bottom: 10px;
}

.wrapper-first {
    padding-top: 10vh;
}

main:first-of-type:after{
    content:"";
    display:block;
    position:relative;
    border-bottom:5rem solid #FFF;
    width:120%;
    left:0;
    transform: rotate(3deg);
    bottom: -2.5rem;
    transform-origin: 0 0;
}
main:last-of-type:after {
    display: none;
}
.hero .wrapper {
    padding: 0;
}
.center {
    text-align: center;
}
.wrapper:nth-of-type(2n) {
    color: #333452;
}
.wrapper:nth-of-type(2n) h2,
.wrapper:nth-of-type(2n) h3,
.wrapper:nth-of-type(2n) h4 {
    color: #333452;
}
.team-foto {
    width:100px;
    height: 100px;
    border-radius: 50px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.team-person {
    display: inline-block;
    margin: 20px;
    text-align: center;
}
.version {
    text-align: right;
    font-size: 10pt;
    margin: 10px;
    color: grey;
}
.header-background {
    background: #66DFB7;
    height: 3.5rem;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    position: fixed;
}
.top {
    z-index: 4;
    position: fixed;
    background: transparent;
}
main {
    background: #FFF;
    padding-top: 3vh;
}
main:first-of-type {
    background: #E0FFF4;
    padding-top: 0;
}
main h1 {
    font-weight: 500;
}


.highlight-feature-carousel {
    display: block;
    width: 100%;
}
.highlight-feature {
    margin: 20px;
    width: 100%;
    white-space: normal;
    align-self: stretch;
}

.search {
    display:none;
}

.menu {
    display:block;
}

.search {
    background:#66DFB7;
}

.mobile-menu-open > .search-mobile {
    display:none;
}

.mobile-menu-open > .search {
    display: block;
    position: fixed;
    left: 0;
    width: 100%;
    height: 100%;
    top: 0;
    padding-top: 20px;
    transition: all;
    transition-duration: 0.2s;
}

.search-mobile-close {
    display: none;
}

.mobile-menu-open > .search-mobile-close {
    display:block;
    top: 0;
    right: 0;
    z-index: 90;
}

.mobile-menu-open > .search > .menu,
.mobile-menu-open > .search > .submenu-container
{
    padding: 20px;
}

.mobile-menu-open > .search > .menu-login
{
    padding: 20px 30px;

}

.d-flex {
    display: flex;
}

@media
only screen and (min-width: 700px) {
    .highlight-feature-carousel {
        width: 100%;
        display: flex;
    }
    .highlight-feature {
        width: 100%;
    }
    .hero__content {
        bottom: -10%;
    }
    .search-mobile {
        display:none;
    }
    .search {
        display:block;
    }
    .menu {
        display:inline;
    }
    .search {
        background:inherit;
    }
}

@media
only screen and (min-width: 446px) and (max-width: 546px) {
    .hero__content h1 {
        font-size: 2.5rem;
    }
    .hero__content {
        padding: 0 20px;
    }
    .hero__content p {
        font-size: 0.9rem;
    }
    .hero:after {
        bottom: -1rem;
    }
    .hero__content:after {
        bottom: 2.5rem;
    }
    .highlight-feature-carousel {
        padding: 0 20px;
    }
    .highlight-feature {
        margin: 20px 0;
    }
}
@media
only screen and (min-width: 547px) and (max-width: 699px) {
    .hero__content:after {
        bottom: -2.5rem;
    }
}
@media
only screen and (max-width: 445px) {
    .wrapper {
        margin-bottom: 0;
    }
    .hero__content h1 {
        font-size: 2.4rem;
    }
    .hero__content {
        padding: 0 20px;
    }
    .hero__content p {
        font-size: 0.7rem;
    }
    .hero:after {
        bottom: -1rem;
    }
    .hero__content:after {
        bottom: -2.5rem;
    }
    .highlight-feature-carousel {
        padding: 0 20px;
    }
    .highlight-feature {
        margin: 20px 0;
    }
}

/** frontpage styling */
.li-arrow {
    font-weight: bold;
}
.li-arrow:before {
    content:"\00BB"
}