html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

main {
    display: block
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

hr {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace,monospace;
    font-size: 1em
}

a {
    background-color: transparent
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    -moz-text-decoration: underline dotted;
    text-decoration: underline dotted
}

b,strong {
    font-weight: bolder
}

code,kbd,samp {
    font-family: monospace,monospace;
    font-size: 1em
}

small {
    font-size: 80%
}

sub,sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

img {
    border-style: none
}

button,input,optgroup,select,textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button,input {
    overflow: visible
}

button,select {
    text-transform: none
}

button,[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 {
    padding: .35em .75em .625em
}

legend {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type="checkbox"],[type="radio"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    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-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details {
    display: block
}

summary {
    display: list-item
}

template {
    display: none
}

[hidden] {
    display: none
}

:root {
    --white: #fff;
    --white-dark: #f3f3f3;
    --white-mode: var(--white);
    --dark: #133e59;
    --dark-mode: var(--dark);
    --main: #1a936f;
    --main-mode: var(--main);
    --main-dark: #147c5d
}

body * {
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none
}

blockquote,pre,code,input,textarea,main article * {
    -webkit-touch-callout: text;
    -khtml-user-select: text;
    -webkit-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text
}

::-webkit-scrollbar {
    width: 8px;
    height: 8px
}

::-webkit-scrollbar-track,::-webkit-scrollbar-corner {
    background-color: var(--white-dark)
}

::-webkit-scrollbar-thumb {
    background: var(--main);
    -webkit-border-radius: 10px;
    border-radius: 10px
}

::-webkit-scrollbar-thumb:hover {
    background: var(--main)
}

@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    src: local('Poppins Regular'),local(Poppins-Regular),url(https://fonts.gstatic.com/s/poppins/v9/pxiEyp8kv8JHgFVrJJbecmNE.woff2) format("woff2");
    unicode-range: U+0900-097F,U+1CD0-1CF6,U+1CF8-1CF9,U+200C-200D,U+20A8,U+20B9,U+25CC,U+A830-A839,U+A8E0-A8FB
}

@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    src: local('Poppins Regular'),local(Poppins-Regular),url(https://fonts.gstatic.com/s/poppins/v9/pxiEyp8kv8JHgFVrJJnecmNE.woff2) format("woff2");
    unicode-range: U+0100-024F,U+0259,U+1E00-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF
}

@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    src: local('Poppins Regular'),local(Poppins-Regular),url(https://fonts.gstatic.com/s/poppins/v9/pxiEyp8kv8JHgFVrJJfecg.woff2) format("woff2");
    unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD
}

html,body {
    font-family: 'Poppins',sans-serif;
    background-color: var(--white-dark)
}

body.noscroll {
    overflow-y: hidden
}

body.darkmode {
    --white: #222;
    --white-dark: #111;
    --dark: #ddd;
    --white-mode: #ddd;
    --dark-mode: #ddd;
    --main-mode: #ddd;
    --main: #066347;
    --main-dark: ##1a936f
}

:focus {
    outline: 0;
    outline: none
}

a {
    color: var(--dark);
    text-decoration: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

a i {
    margin-right: 5px
}

a i.reverse {
    margin-right: 0;
    margin-left: 5px
}

nav a i,.sublabel i,.footercontent i {
    margin-right: 10px
}

nav a i.reverse,.sublabel i.reverse,.footercontent i.reverse {
    margin-right: 0;
    margin-left: 10px
}

a.social-button i {
    margin: 0
}

i.fa-heart {
    color: red
}

h1,h2,h3,h4,h5,h6 {
    color: var(--dark-mode)
}

.wrapper {
    display: block;
    position: relative;
    max-width: 1050px;
    margin: auto
}

.alert {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 10px 24px;
    color: var(--white-mode);
    text-align: center;
    display: inline-block
}

.alert i {
    margin-right: 5px
}

.alert-danger {
    border: 1px solid #cc0001;
    background-color: #ff909b
}

.btn {
    background-color: var(--white);
    color: var(--main-mode);
    padding: 4px 20px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    text-decoration: none;
    cursor: pointer;
    font-weight: 600;
    letter-spacing: 1.2px;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    outline: none
}

.btn-color {
    background: var(--main);
    color: var(--white-mode)
}

.btn-ln {
    border: solid 2px var(--main)
}

.btn-anim:link,.btn-anim:visited,.btn-anim {
    -webkit-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    transition: all .2s ease-in
}

.btn-anim:hover {
    -webkit-transform: translateY(-3px);
    -moz-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    -o-transform: translateY(-3px);
    transform: translateY(-3px);
    -webkit-box-shadow: 0 10px 20px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 10px 20px rgba(0,0,0,0.2);
    box-shadow: 0 10px 20px rgba(0,0,0,0.2)
}

.btn-anim:active {
    -webkit-transform: translateY(-1px);
    -moz-transform: translateY(-1px);
    -ms-transform: translateY(-1px);
    -o-transform: translateY(-1px);
    transform: translateY(-1px);
    -webkit-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
    box-shadow: 0 5px 10px rgba(0,0,0,0.2)
}

.btn-anim {
    -webkit-box-shadow: 0 10px 20px -10px rgba(0,0,0,.25);
    -moz-box-shadow: 0 10px 20px -10px rgba(0,0,0,.25);
    box-shadow: 0 10px 20px -10px rgba(0,0,0,.25)
}

.hero .navtop,.hero .mainav {
    z-index: 20;
    top: 0;
    width: 100%;
    position: fixed
}

.hero .mainav {
    top: 35px;
    -webkit-transition: top .5s cubic-bezier(0.19,1,0.22,1);
    -o-transition: top .5s cubic-bezier(0.19,1,0.22,1);
    -moz-transition: top .5s cubic-bezier(0.19,1,0.22,1);
    transition: top .5s cubic-bezier(0.19,1,0.22,1)
}

.hero .mainav.sticky {
    top: 0;
    -webkit-transition: top .5s cubic-bezier(0.175,0.885,0.32,1.275);
    -o-transition: top .5s cubic-bezier(0.175,0.885,0.32,1.275);
    -moz-transition: top .5s cubic-bezier(0.175,0.885,0.32,1.275);
    transition: top .5s cubic-bezier(0.175,0.885,0.32,1.275)
}

.hero .navtop {
    background: var(--main);
    overflow: hidden;
    height: 35px
}

.navtop ul {
    margin: 0;
    padding: 0;
    display: block;
    float: right
}

.navtop ul li {
    list-style: none;
    display: inline-block
}

.navtop ul li a {
    display: block;
    padding: 6px 14px;
    margin: 4px 0 0;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    color: var(--white-mode);
    font-size: 15px;
    overflow: hidden
}

.navtop ul li a:hover {
    background: var(--main-dark);
    -webkit-transition: background .3s ease;
    -o-transition: background .3s ease;
    -moz-transition: background .3s ease;
    transition: background .3s ease
}

.mainav {
    background: var(--white);
    -webkit-box-shadow: 4px 4px 20px rgba(0,0,0,0.2);
    -moz-box-shadow: 4px 4px 20px rgba(0,0,0,0.2);
    box-shadow: 4px 4px 20px rgba(0,0,0,0.2)
}

.mainav nav,.mainav .logo,.mainav .menu,footer .logo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex
}

.mainav nav {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    min-height: 70px
}

.mainav .logo,footer .logo {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin: 4px;
    padding: 6px
}

.mainav .logo {
    margin: auto 0
}

body.darkmode .mainav .logo {
    color: var(--white-mode)
}


.mainav .menu {
    margin: auto 0;
    max-width: -webkit-calc(100% - 200px);
    max-width: -moz-calc(100% - 200px);
    max-width: calc(100% - 200px)
}

.mainav ul {
    margin: 0;
    padding: 0;
    display: inline-block!important;
    text-align: right
}

.mainav ul li {
    list-style: none;
    display: inline-block
}

.mainav ul li a {
    display: block;
    padding: 10px 16px;
    margin: 4px 0 0;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    overflow: hidden;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px
}

.mainav ul li a.btn {
    margin-left: 10px;
    font-weight: 500
}

.mainav ul li a.search {
    padding: 10px
}

.mainav ul li a.search i {
    margin: 0
}

.mainav .drop {
    list-style: none;
    position: relative;
    cursor: pointer;
    padding: 0;
    margin: 0 auto 0 10px;
    width: 44px;
    height: 44px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px
}

.mainav .mobile-nav .drop {
    margin: 10px auto!important
}

.mainav .drop img {
    width: 46px;
    height: 46px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top;
    object-position: top;
    display: block
}

.mainav .drop .drop-menu {
    position: absolute;
    right: 0;
    top: 54px;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s;
    -webkit-transform: scale(0)!important;
    -moz-transform: scale(0)!important;
    -ms-transform: scale(0)!important;
    -o-transform: scale(0)!important;
    transform: scale(0)!important;
    -webkit-transform-origin: top right;
    -moz-transform-origin: top right;
    -ms-transform-origin: top right;
    -o-transform-origin: top right;
    transform-origin: top right;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0,0,0,0.16),0 2px 8px 0 rgba(0,0,0,0.12);
    -moz-box-shadow: 0 2px 4px 0 rgba(0,0,0,0.16),0 2px 8px 0 rgba(0,0,0,0.12);
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.16),0 2px 8px 0 rgba(0,0,0,0.12);
    padding: 0;
    background: var(--white);
    z-index: 8
}

.mainav .mobile-nav .drop .drop-menu {
    right: 50%;
    -webkit-transform: scale(0) translateX(50%)!important;
    -moz-transform: scale(0) translateX(50%)!important;
    -ms-transform: scale(0) translateX(50%)!important;
    -o-transform: scale(0) translateX(50%)!important;
    transform: scale(0) translateX(50%)!important;
    -webkit-transform-origin: center right;
    -moz-transform-origin: center right;
    -ms-transform-origin: center right;
    -o-transform-origin: center right;
    transform-origin: center right
}

.mainav .drop.open .drop-menu {
    -webkit-transform: scale(1)!important;
    -moz-transform: scale(1)!important;
    -ms-transform: scale(1)!important;
    -o-transform: scale(1)!important;
    transform: scale(1)!important;
    -webkit-transition-timing-function: cubic-bezier(0.680,0,0.265,1);
    -moz-transition-timing-function: cubic-bezier(0.680,0,0.265,1);
    -o-transition-timing-function: cubic-bezier(0.680,0,0.265,1);
    transition-timing-function: cubic-bezier(0.680,0,0.265,1)
}

.mainav .mobile-nav .drop.open .drop-menu {
    -webkit-transform: scale(1) translateX(50%)!important;
    -moz-transform: scale(1) translateX(50%)!important;
    -ms-transform: scale(1) translateX(50%)!important;
    -o-transform: scale(1) translateX(50%)!important;
    transform: scale(1) translateX(50%)!important;
    margin-bottom: 20px
}

.mainav .drop-menu li {
    display: block;
    min-width: 110px;
    width: 100%;
    opacity: 0;
    -webkit-transform: translate(20px,0px);
    -moz-transform: translate(20px,0px);
    -ms-transform: translate(20px,0px);
    -o-transform: translate(20px,0px);
    transform: translate(20px,0px);
    margin: 0!important
}

.mainav .drop.open li {
    display: block;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s;
    opacity: 1;
    -webkit-transform: translate(0px,0);
    -moz-transform: translate(0px,0);
    -ms-transform: translate(0px,0);
    -o-transform: translate(0px,0);
    transform: translate(0px,0)
}

.mainav .drop-menu a {
    padding: 10px 14px;
    display: block;
    text-align: right;
    text-decoration: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    margin: 0
}

.mainav .drop-menu a:hover {
    background: var(--white-dark)
}

form.search {
    margin: 0 0 12px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

#search_popup h2 {
    text-align: center;
    letter-spacing: .5px
}

form.search input {
    padding: 8px 20px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    border: 1px solid var(--dark-mode);
    margin: 6px auto;
    width: -webkit-calc(100% - 130px);
    width: -moz-calc(100% - 130px);
    width: calc(100% - 130px)
}

form.search .btn {
    outline: none;
    border: none;
    padding: 12px 24px;
    margin: 6px 6px 6px 12px
}

body.darkmode .overlay {
    background: rgba(255,255,255,.2)
}

.overlay {
    opacity: 0;
    cursor: pointer;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: rgba(0,0,0,0.3);
    -webkit-transition: opacity .5s cubic-bezier(0.39,0.575,0.565,1);
    -o-transition: opacity .5s cubic-bezier(0.39,0.575,0.565,1);
    -moz-transition: opacity .5s cubic-bezier(0.39,0.575,0.565,1);
    transition: opacity .5s cubic-bezier(0.39,0.575,0.565,1)
}

.overlay.is-active {
    opacity: 1;
    z-index: 19
}

@media only screen and (max-width: 1080px) {
    .wrapper {
        max-width:96%
    }
}

@media only screen and (max-width: 375px) {
    form.search {
        margin:0
    }

    form.search input {
        width: 100%
    }

    form.search .btn {
        margin: 6px auto
    }
}

.waves-effect {
    cursor: pointer
}

.has-ripple {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0)
}

.ripple {
    display: block;
    position: absolute;
    pointer-events: none;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transform: scale(0);
    -o-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    background: #fff;
    opacity: 1
}

.ripple-animate {
    -webkit-animation: ripple;
    -o-animation: ripple;
    -moz-animation: ripple;
    animation: ripple
}

@-webkit-keyframes ripple {
    100% {
        opacity: 0;
        -webkit-transform: scale(2);
        transform: scale(2)
    }
}

@-o-keyframes ripple {
    100% {
        opacity: 0;
        -o-transform: scale(2);
        transform: scale(2)
    }
}

@-moz-keyframes ripple {
    100% {
        opacity: 0;
        -moz-transform: scale(2);
        transform: scale(2)
    }
}

@keyframes ripple {
    100% {
        opacity: 0;
        -webkit-transform: scale(2);
        -moz-transform: scale(2);
        -o-transform: scale(2);
        transform: scale(2)
    }
}

h1 {
    font-size: 30px;
    text-align: center;
    letter-spacing: 1.4px;
    margin: 30px 0 35px;
    color: var(--dark-mode)
}

.navtop .version {
    display: block;
    margin: auto;
    text-align: center;
    padding: 10px;
    color: var(--white-mode);
    font-weight: 700;
    letter-spacing: 1px;
    height: 8px;
    overflow: hidden
}

.navtop .version a {
    color: var(--white-mode)
}

.mainav ul li a {
    position: relative
}

body.darkmode .mainav ul li a::before {
    background-color: var(--white-mode)
}

.mainav ul li a::before {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 3px;
    width: 100%;
    background-color: var(--main);
    -webkit-transform-origin: right top;
    -moz-transform-origin: right top;
    -ms-transform-origin: right top;
    -o-transform-origin: right top;
    transform-origin: right top;
    -webkit-transform: scale(0,1);
    -moz-transform: scale(0,1);
    -ms-transform: scale(0,1);
    -o-transform: scale(0,1);
    transform: scale(0,1);
    -webkit-transition: color 0.1s,-webkit-transform .2s ease-out;
    transition: color 0.1s,-webkit-transform .2s ease-out;
    -o-transition: color 0.1s,-o-transform .2s ease-out;
    -moz-transition: color 0.1s,transform .2s ease-out,-moz-transform .2s ease-out;
    transition: color 0.1s,transform .2s ease-out;
    transition: color 0.1s,transform .2s ease-out,-webkit-transform .2s ease-out,-moz-transform .2s ease-out,-o-transform .2s ease-out
}

.mainav ul li.active a::before {
    -webkit-transform-origin: left top;
    -moz-transform-origin: left top;
    -ms-transform-origin: left top;
    -o-transform-origin: left top;
    transform-origin: left top;
    -webkit-transform: scale(1,1);
    -moz-transform: scale(1,1);
    -ms-transform: scale(1,1);
    -o-transform: scale(1,1);
    transform: scale(1,1)
}

.mainhero {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: -webkit-calc(100vh - 100px);
    height: -moz-calc(100vh - 100px);
    height: calc(100vh - 100px);
    background: #2b2b2b;
    overflow: hidden;
    padding-top: 100px;
    position: relative
}

.mainhero::before {
    background-image: url(../../img/about/hero-web.jpg);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center 70%;
    content: '';
    opacity: .5;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute
}

.mainhero .circle_container {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 10px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -ms-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center
}

.mainhero .circle_container .circle {
    position: absolute;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    background: rgba(255,255,255,0.3);
    left: 0;
    opacity: 0;
    -webkit-animation-name: animation_move;
    -moz-animation-name: animation_move;
    -o-animation-name: animation_move;
    animation-name: animation_move;
    -webkit-animation-duration: 20s;
    -moz-animation-duration: 20s;
    -o-animation-duration: 20s;
    animation-duration: 20s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

.mainhero .heroku {
    width: 60vh;
    height: 60vh;
    background: rgba(255,255,255,0.1);
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    -webkit-box-shadow: inset 0 0 30px 30px rgba(200,200,200,0.1);
    -moz-box-shadow: inset 0 0 30px 30px rgba(200,200,200,0.1);
    box-shadow: inset 0 0 30px 30px rgba(200,200,200,0.1);
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: auto;
    position: relative;
    z-index: 1
}

.mainhero .heroku * {
    color: rgba(255,255,255,0.7)
}

.mainhero .heroku img {
    margin: 0 auto 10px;
    width: 12vh;
    height: auto
}

.mainhero .heroku img:nth-child(2) {
    margin-left: 10px
}

.mainhero .heroku .name {
    font-size: 6vh;
    margin: 10px 0 0
}

.mainhero .heroku h3 {
    margin: 0 0 10px
}

.mainhero .heroku .desc {
    text-align: center;
    margin: 0 auto;
    max-width: 80%;
    margin-top: 10px;
    font-size: 2.3vh
}

.scrolled {
    position: absolute;
    bottom: 70px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%)
}

.scrolled a span {
    position: absolute;
    top: 0;
    left: 50%;
    width: 30px;
    height: 50px;
    margin-left: -15px;
    border: 2px solid var(--white-mode);
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.scrolled a span::before {
    position: absolute;
    top: 10px;
    left: 50%;
    content: '';
    width: 6px;
    height: 6px;
    margin-left: -3px;
    background-color: var(--white-mode);
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    -webkit-animation: scrolled 2s infinite;
    -moz-animation: scrolled 2s infinite;
    -o-animation: scrolled 2s infinite;
    animation: scrolled 2s infinite;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

section.about {
    background: var(--white-dark)
}

section.smitc_cms {
    z-index: 18;
    position: relative;
    background: var(--white);
    border-top: solid 8px var(--main);
    border-bottom: solid 8px var(--main);
    width: 100%
}

.utama .wrapper {
    margin: 65px auto
}

.smitc_cms .aboutsmitc,.smitc_cms .smitccontent {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.smitc_cms .aboutsmitc {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin: 50px auto
}

.aboutsmitc .image {
    border: 8px solid var(--white-mode);
    -webkit-box-shadow: 0 10px 20px -10px rgba(0,0,0,0.25);
    -moz-box-shadow: 0 10px 20px -10px rgba(0,0,0,0.25);
    box-shadow: 0 10px 20px -10px rgba(0,0,0,0.25);
    display: block;
    margin: auto;
    overflow: hidden;
    min-width: 280px
}

.aboutsmitc .image.large {
    min-width: 380px
}

.aboutsmitc .image img {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top;
    object-position: top;
    display: block;
    width: 100%;
    height: auto;
    margin: auto
}

.smitc_cms .smitccontent {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-left: 50px;
    text-align: left;
    color: var(--dark-mode)
}

.smitc_cms .aboutsmitc h2 {
    margin: 0 0 20px;
    letter-spacing: 1.25px;
    font-size: 26px
}

.smitc_cms .aboutsmitc span.desc {
    line-height: 1.35
}

.smitc_cms .aboutsmitc.reserve {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -moz-box-orient: horizontal;
    -moz-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.smitc_cms .aboutsmitc.reserve .smitccontent {
    margin-left: 0;
    margin-right: 50px;
    text-align: right
}

section.author_section {
    padding: 120px 0 10px;
    margin-bottom: 30px;
}

.authorwrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.author {
    width: 500px;
    height: 220px;
    background-color: var(--white);
    background: var(--white);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    overflow: hidden;
    position: relative;
    margin: 10px auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-shadow: 0 20px 40px -10px rgba(0,0,0,0.25);
    -moz-box-shadow: 0 20px 40px -10px rgba(0,0,0,0.25);
    box-shadow: 0 20px 40px -10px rgba(0,0,0,0.25)
}

.author .sekolah {
    position: absolute;
    width: 180px;
    height: 100%;
    background: var(--main);
    -webkit-transition: width .4s;
    -o-transition: width .4s;
    -moz-transition: width .4s;
    transition: width .4s;
    overflow: hidden;
    z-index: 2
}

.author:hover .sekolah {
    width: 100%
}

.author:hover .sekolah .datasekolah {
    background: var(--white)
}

.author .sekolah .image {
    width: 180px;
    height: 100%;
    position: relative;
    float: left;
    padding-top: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden
}

.author svg {
    position: absolute;
    bottom: 20px;
    padding: 6px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 180px
}

.author svg.atas {
    fill: #f08080;
    top: 30px;
    height: 50px;
    left: 10px
}

.author svg.tigaatas {
    fill: #f08080;
    width: 50px;
    top: 20px;
    right: 10px
}

.author svg.bawah {
    fill: #fff;
    z-index: 3
}

.author svg.lingkaran {
    z-index: 1;
    fill: #fff;
    opacity: .35;
    bottom: 25px
}

.author svg.mask_lingkaran {
    bottom: -20px;
    fill: var(--main);
    z-index: 2
}

.author .sekolah img {
    max-width: 180px;
    height: auto;
    margin: auto;
    z-index: 1;
    position: relative
}

.author .sekolah .datasekolah {
    position: absolute;
    left: 180px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 320px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    float: left;
    height: 100%;
    padding: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 0 10px 10px 0;
    -moz-border-radius: 0 10px 10px 0;
    border-radius: 0 10px 10px 0;
    border-right: 8px solid var(--main);
    -webkit-transition: background .5s cubic-bezier(0.55,0.055,0.675,0.19);
    -o-transition: background .5s cubic-bezier(0.55,0.055,0.675,0.19);
    -moz-transition: background .5s cubic-bezier(0.55,0.055,0.675,0.19);
    transition: background .5s cubic-bezier(0.55,0.055,0.675,0.19)
}

.author .caption {
    width: 320px;
    margin: auto auto auto 180px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px;
    color: var(--dark)
}

.author .caption h2 {
    font-size: 22px;
    letter-spacing: .75px;
    margin: 0 0 10px;
    position: relative;
    font-weight: 700;
    display: inline-block;
    color: var(--dark)
}

.author .caption h2::after {
    content: '';
    position: absolute;
    bottom: -4px;
    height: 2px;
    width: 45%;
    left: 0;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background-color: var(--main)
}

.author .caption h4 {
    font-size: 16px;
    margin: 0 auto 20px;
    color: var(--dark)
}

.author .datasekolah span {
    color: var(--dark)
}

.author .caption .quotes,.author .datasekolah .quotes {
    display: block
}

.author .caption .btn,.author .datasekolah .btn {
    margin: 12px auto auto;
    text-transform: uppercase;
    padding: 6px 20px;
    border: 2px solid var(--main)
}

.author .caption .btn {
    display: none
}

.social-icons {
    padding: 0;
    list-style: none;
    margin: 0 0 0 14px
}

.author .social-icons li {
    display: inline-block;
    position: relative;
    font-size: 20px;
    margin: 0 2px
}

.author .social-icons a,.author .social-icons i,.author .social-icons a:hover i,.author .social-icons a:hover:before {
    -webkit-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out
}

.author .social-icons a {
    display: inline-block;
    padding: 20px;
    background: var(--main);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px
}

.author .social-icons i {
    color: #fff;
    position: absolute;
    top: 10px;
    left: 11px;
    margin: 0
}

.author .social-icons a:before {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    content: ''
}

.author .social-icons a:hover:before {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0)
}

.author .social-icons a:hover i {
    -webkit-transform: scale(1.4);
    -moz-transform: scale(1.4);
    -ms-transform: scale(1.4);
    -o-transform: scale(1.4);
    transform: scale(1.4);
    color: var(--main)
}

.author .social-icons a:hover {
    background: rgba(0,0,0,0.05)
}

body.darkmode .author .social-icons a:hover {
    background: var(--white-mode)
}

section.cms {
    background: var(--white-dark);
    padding: 30px 0 50px
}

.wrapoperasi {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

body.darkmode .wrapoperasi .text,body.darkmode .wrapoperasi h3 {
    color: var(--white)
}

.wrapoperasi .operasi,.wrapoperasi .vendor {
    position: relative;
    margin: 8px;
    max-width: 240px;
    padding: 10px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background: var(--white-mode);
    color: var(--white);
    -webkit-box-shadow: 0 20px 40px -10px rgba(0,0,0,0.25);
    -moz-box-shadow: 0 20px 40px -10px rgba(0,0,0,0.25);
    box-shadow: 0 20px 40px -10px rgba(0,0,0,0.25)
}

.wrapoperasi .vendor {
    max-width: 150px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.wrapoperasi .image {
    max-width: 150px;
    max-height: 100px;
    margin-bottom: 4px
}

.wrapoperasi .vendor .image {
    max-height: 150px
}

.wrapoperasi .image img {
    width: 100%;
    height: auto;
    margin: auto
}

.wrapoperasi .text {
    text-align: center;
    color: var(--dark);
    margin: auto
}

.wrapoperasi h3 {
    margin: 0;
    padding: 0;
    letter-spacing: 1px;
    margin-bottom: 4px
}

.wrapoperasi p {
    margin: 0 0 10px;
    padding: 0
}

.wrapoperasi .vendor p {
    margin: 0
}

.wrapoperasi .vendor span {
    font-size: 14px;
    margin: 0 0 10px;
    display: block
}

footer {
    padding: 0!important
}

footer .copyright {
    border: none!important
}

@-webkit-keyframes scrolled {
    0% {
        -webkit-transform: translate(0,0);
        transform: translate(0,0);
        opacity: 0
    }

    40% {
        opacity: 1
    }

    80% {
        -webkit-transform: translate(0,20px);
        transform: translate(0,20px);
        opacity: 0
    }

    100% {
        opacity: 0
    }
}

@-moz-keyframes scrolled {
    0% {
        -moz-transform: translate(0,0);
        transform: translate(0,0);
        opacity: 0
    }

    40% {
        opacity: 1
    }

    80% {
        -moz-transform: translate(0,20px);
        transform: translate(0,20px);
        opacity: 0
    }

    100% {
        opacity: 0
    }
}

@-o-keyframes scrolled {
    0% {
        -o-transform: translate(0,0);
        transform: translate(0,0);
        opacity: 0
    }

    40% {
        opacity: 1
    }

    80% {
        -o-transform: translate(0,20px);
        transform: translate(0,20px);
        opacity: 0
    }

    100% {
        opacity: 0
    }
}

@keyframes scrolled {
    0% {
        -webkit-transform: translate(0,0);
        -moz-transform: translate(0,0);
        -o-transform: translate(0,0);
        transform: translate(0,0);
        opacity: 0
    }

    40% {
        opacity: 1
    }

    80% {
        -webkit-transform: translate(0,20px);
        -moz-transform: translate(0,20px);
        -o-transform: translate(0,20px);
        transform: translate(0,20px);
        opacity: 0
    }

    100% {
        opacity: 0
    }
}

@-webkit-keyframes animation_move {
    0% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
        opacity: 0
    }

    1% {
        opacity: 1
    }

    50% {
        opacity: .5
    }

    100% {
        -webkit-transform: translateX(70vh);
        transform: translateX(70vh);
        opacity: 0
    }
}

@-moz-keyframes animation_move {
    0% {
        -moz-transform: translateX(0px);
        transform: translateX(0px);
        opacity: 0
    }

    1% {
        opacity: 1
    }

    50% {
        opacity: .5
    }

    100% {
        -moz-transform: translateX(70vh);
        transform: translateX(70vh);
        opacity: 0
    }
}

@-o-keyframes animation_move {
    0% {
        -o-transform: translateX(0px);
        transform: translateX(0px);
        opacity: 0
    }

    1% {
        opacity: 1
    }

    50% {
        opacity: .5
    }

    100% {
        -o-transform: translateX(70vh);
        transform: translateX(70vh);
        opacity: 0
    }
}

@keyframes animation_move {
    0% {
        -webkit-transform: translateX(0px);
        -moz-transform: translateX(0px);
        -o-transform: translateX(0px);
        transform: translateX(0px);
        opacity: 0
    }

    1% {
        opacity: 1
    }

    50% {
        opacity: .5
    }

    100% {
        -webkit-transform: translateX(70vh);
        -moz-transform: translateX(70vh);
        -o-transform: translateX(70vh);
        transform: translateX(70vh);
        opacity: 0
    }
}

@media only screen and (max-width: 790px) {
    .smitc_cms .aboutsmitc {
        -webkit-box-orient:vertical!important;
        -webkit-box-direction: normal!important;
        -webkit-flex-direction: column!important;
        -moz-box-orient: vertical!important;
        -moz-box-direction: normal!important;
        -ms-flex-direction: column!important;
        flex-direction: column!important
    }

    .smitc_cms .smitccontent {
        text-align: center!important;
        margin: 10px 4% 0!important
    }

    .smitc_cms .aboutsmitc h2 {
        margin: 20px 0
    }
}

@media only screen and (max-width: 580px) {
    .author {
        -webkit-box-orient:vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100%;
        height: 100%
    }

    .author .sekolah {
        margin: auto;
        width: 100%;
        height: 320px;
        position: relative;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .author .sekolah .image {
        margin: auto
    }

    .author .sekolah .datasekolah {
        position: relative;
        margin: auto;
        left: 0;
        width: auto;
        height: 60px;
        padding: 10px;
        bottom: 10px;
        background: var(--main)!important;
        z-index: 4
    }

    .author .datasekolah span {
        display: none
    }

    .social-icons {
        margin: 0
    }

    .author .social-icons a {
        color: var(--white-mode);
        background: var(--white-mode)
    }

    .author .social-icons i {
        color: var(--main)
    }

    .author .social-icons a:hover i {
        color: var(--white-mode)
    }

    .author .caption {
        width: 100%;
        margin: auto
    }

    .author .datasekolah .btn {
        display: none
    }

    .author .caption .btn {
        display: inline-block
    }
}

@media only screen and (max-width: 500px) {
    .navtop .version .linknya {
        display:none
    }

    .aboutsmitc .image {
        max-width: -webkit-calc(100% - 20px);
        max-width: -moz-calc(100% - 20px);
        max-width: calc(100% - 20px)
    }

    .aboutsmitc .image.large {
        min-width: 260px
    }
}

body.darkmode .blocker {
    background: rgba(255,255,255,.25)
}

body.darkmode #search_popup {
    background: var(--white)
}

.menu-toggle .bar {
    width: 25px;
    height: 3px;
    background-color: var(--dark);
    margin: 5px auto;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.menu-toggle {
    -ms-grid-column-align: end;
    justify-self: end;
    margin-right: 25px;
    display: none
}

.menu-toggle:hover {
    cursor: pointer
}

#mobile-menu.is-active .bar:nth-child(2) {
    opacity: 0
}

#mobile-menu.is-active .bar:nth-child(1) {
    -webkit-transform: translateY(8px) rotate(45deg);
    -ms-transform: translateY(8px) rotate(45deg);
    -o-transform: translateY(8px) rotate(45deg);
    -moz-transform: translateY(8px) rotate(45deg);
    transform: translateY(8px) rotate(45deg)
}

#mobile-menu.is-active .bar:nth-child(3) {
    -webkit-transform: translateY(-8px) rotate(-45deg);
    -ms-transform: translateY(-8px) rotate(-45deg);
    -o-transform: translateY(-8px) rotate(-45deg);
    -moz-transform: translateY(-8px) rotate(-45deg);
    transform: translateY(-8px) rotate(-45deg)
}

@media only screen and (max-width: 720px) {
    .mainav .menu>ul {
        display:-webkit-box!important;
        display: -webkit-flex!important;
        display: -moz-box!important;
        display: -ms-flexbox!important;
        display: flex!important;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        position: fixed;
        -webkit-box-pack: start;
        -webkit-justify-content: start;
        -moz-box-pack: start;
        -ms-flex-pack: start;
        justify-content: start;
        top: 105px;
        width: 100%;
        max-width: 200px;
        height: -webkit-calc(100vh - 105px);
        height: -moz-calc(100vh - 105px);
        height: calc(100vh - 105px);
        -webkit-transform: translate(30%);
        -moz-transform: translate(30%);
        -ms-transform: translate(30%);
        -o-transform: translate(30%);
        transform: translate(30%);
        text-align: center;
        overflow: hidden;
        background: var(--white);
        overflow-y: auto;
        -webkit-transition: top .5s cubic-bezier(0.175,0.885,0.32,1.275),-webkit-transform .5s cubic-bezier(0.075,0.82,0.165,1);
        transition: top .5s cubic-bezier(0.175,0.885,0.32,1.275),-webkit-transform .5s cubic-bezier(0.075,0.82,0.165,1);
        -o-transition: top .5s cubic-bezier(0.175,0.885,0.32,1.275),-o-transform .5s cubic-bezier(0.075,0.82,0.165,1);
        -moz-transition: transform .5s cubic-bezier(0.075,0.82,0.165,1),top .5s cubic-bezier(0.175,0.885,0.32,1.275),-moz-transform .5s cubic-bezier(0.075,0.82,0.165,1);
        transition: transform .5s cubic-bezier(0.075,0.82,0.165,1),top .5s cubic-bezier(0.175,0.885,0.32,1.275);
        transition: transform .5s cubic-bezier(0.075,0.82,0.165,1),top .5s cubic-bezier(0.175,0.885,0.32,1.275),-webkit-transform .5s cubic-bezier(0.075,0.82,0.165,1),-moz-transform .5s cubic-bezier(0.075,0.82,0.165,1),-o-transform .5s cubic-bezier(0.075,0.82,0.165,1)
    }

    .mainav.sticky ul {
        top: 70px;
        height: -webkit-calc(100vh - 70px);
        height: -moz-calc(100vh - 70px);
        height: calc(100vh - 70px)
    }

    .mainav ul li a {
        margin: 0
    }

    .mainav li {
        margin: 5px 18px 5px 10px
    }

    .mainav li:first-child {
        margin-top: 10px
    }

    .mainav li a {
        font-size: 1rem
    }

    .mainav ul li a.btn {
        margin: 0
    }

    .mainav .menu-toggle,.mainav .bar {
        display: block;
        cursor: pointer
    }

    .mainav .mobile-nav {
        -webkit-transform: translate(-68%)!important;
        -moz-transform: translate(-68%)!important;
        -ms-transform: translate(-68%)!important;
        -o-transform: translate(-68%)!important;
        transform: translate(-68%)!important
    }

    section.content aside {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
        -webkit-column-gap: 0;
        -moz-column-gap: 0;
        column-gap: 0
    }
}

footer {
    padding: 35px 0 0;
    position: relative;
    z-index: 15;
    background: var(--white);
    -webkit-box-shadow: 0 -4px 20px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 -4px 20px rgba(0,0,0,0.2);
    box-shadow: 0 -4px 20px rgba(0,0,0,0.2);
    border-top: 5px solid var(--main)
}

footer .footerwrap,.footer .footerwrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

footer .post,.footer .post {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 35px
}

footer .grid,.footer .grid {
    display: block;
    padding: 10px;
    position: relative;
    max-width: 316px;
    width: 100%;
    border: solid 2px var(--main);
    margin: 5px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px
}

footer .titlefooter {
    text-align: center;
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 1.1px;
    margin: 10px auto 30px;
    color: var(--dark-mode);
    border-bottom: 2px solid var(--main-mode);
    padding-bottom: 20px
}

footer .titlefooter i {
    margin-right: 5px
}

footer .footercontent ul {
    margin: 0 0 20px;
    padding: 0
}

footer .footercontent ul li {
    list-style: none;
    text-align: center
}

footer .footercontent a.btn {
    background: var(--main);
    color: var(--white-mode);
    padding: 10px 18px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin: 5px
}

footer .logosmanda {
    margin: 20px auto
}

footer .groupdesc {
    text-align: center
}

footer .groupdesc a {
    display: block;
    margin: 8px 5px
}

footer hr.line {
    margin: 15px auto
}

footer .logo {
    max-width: 200px;
    margin: auto
}

footer .copyright {
    text-align: center;
    font-weight: 600;
    line-height: 1.4;
    padding: 20px 0 16px;
    border-top: 3px solid var(--main)
}

footer .copyright span,footer .copyright a {
    color: var(--dark-mode)
}

footer .copyright a {
    text-decoration: underline
}

footer .copyright span:not(#year) {
    display: block
}

footer .grid.card {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

footer .cardsmanda {
    margin: auto
}

.wrapfab {
    position: fixed;
    z-index: 19
}

.fabcheckbox {
    display: none
}

.wrapfab.is-active .fabutton,.wrapfab.is-active .fab_target {
    left: -130px;
    -webkit-transition: left .5s cubic-bezier(0.215,0.610,0.355,1);
    -o-transition: left .5s cubic-bezier(0.215,0.610,0.355,1);
    -moz-transition: left .5s cubic-bezier(0.215,0.610,0.355,1);
    transition: left .5s cubic-bezier(0.215,0.610,0.355,1)
}

.fabutton {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: fixed;
    left: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    background: var(--main);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    cursor: pointer;
    padding: 25px;
    -webkit-transition: left .5s cubic-bezier(0.68,-0.55,0.265,1.55);
    -o-transition: left .5s cubic-bezier(0.68,-0.55,0.265,1.55);
    -moz-transition: left .5s cubic-bezier(0.68,-0.55,0.265,1.55);
    transition: left .5s cubic-bezier(0.68,-0.55,0.265,1.55)
}

.fab_dots {
    position: absolute;
    height: 6px;
    width: 6px;
    background-color: var(--white-mode);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    top: 50%;
    -webkit-transform: translateX(0%) translateY(-50%) rotate(0deg);
    -moz-transform: translateX(0%) translateY(-50%) rotate(0deg);
    -ms-transform: translateX(0%) translateY(-50%) rotate(0deg);
    -o-transform: translateX(0%) translateY(-50%) rotate(0deg);
    transform: translateX(0%) translateY(-50%) rotate(0deg);
    opacity: 1;
    -webkit-animation: blink 3s ease infinite;
    -moz-animation: blink 3s ease infinite;
    -o-animation: blink 3s ease infinite;
    animation: blink 3s ease infinite;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease
}

.dots_1 {
    left: 12px;
    -webkit-animation-delay: 0;
    -moz-animation-delay: 0;
    -o-animation-delay: 0;
    animation-delay: 0
}

.dots_2 {
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    -webkit-animation-delay: .4s;
    -moz-animation-delay: .4s;
    -o-animation-delay: .4s;
    animation-delay: .4s
}

.dots_3 {
    right: 12px;
    -webkit-animation-delay: .8s;
    -moz-animation-delay: .8s;
    -o-animation-delay: .8s;
    animation-delay: .8s
}

.fabcheckbox:checked~.fabutton .fab_dots {
    height: 4px;
    -webkit-animation: none;
    -moz-animation: none;
    -o-animation: none;
    animation: none
}

.fab .fab-dots-2 {
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(0deg);
    -moz-transform: translateX(-50%) translateY(-50%) rotate(0deg);
    -ms-transform: translateX(-50%) translateY(-50%) rotate(0deg);
    -o-transform: translateX(-50%) translateY(-50%) rotate(0deg);
    transform: translateX(-50%) translateY(-50%) rotate(0deg)
}

.fabcheckbox:checked~.fabutton .dots_1 {
    width: 28px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    -moz-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    -o-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    transform: translateX(-50%) translateY(-50%) rotate(45deg)
}

.fabcheckbox:checked~.fabutton .dots_3 {
    width: 28px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    right: 50%;
    -webkit-transform: translateX(50%) translateY(-50%) rotate(-45deg);
    -moz-transform: translateX(50%) translateY(-50%) rotate(-45deg);
    -ms-transform: translateX(50%) translateY(-50%) rotate(-45deg);
    -o-transform: translateX(50%) translateY(-50%) rotate(-45deg);
    transform: translateX(50%) translateY(-50%) rotate(-45deg)
}

.fab_target {
    position: fixed;
    left: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%) scale(0);
    -moz-transform: translateY(-50%) scale(0);
    -ms-transform: translateY(-50%) scale(0);
    -o-transform: translateY(-50%) scale(0);
    transform: translateY(-50%) scale(0);
    width: 7rem;
    height: 9rem;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-transform-origin: center left;
    -moz-transform-origin: center left;
    -ms-transform-origin: center left;
    -o-transform-origin: center left;
    transform-origin: center left;
    z-index: -1
}

.fabcheckbox:checked~.fab_target {
    -webkit-transform: translateY(-50%) scale(1);
    -moz-transform: translateY(-50%) scale(1);
    -ms-transform: translateY(-50%) scale(1);
    -o-transform: translateY(-50%) scale(1);
    transform: translateY(-50%) scale(1)
}

.fab_action {
    position: absolute;
    background: var(--main);
    width: 3rem;
    height: 3rem;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: var(--white-mode);
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    -moz-transition: all 1s ease;
    transition: all 1s ease;
    opacity: 0
}

.fab_action i {
    margin: 0;
    font-size: 20px
}

.fabcheckbox:checked~.fab_target .fab_action {
    opacity: 1
}

.fab_target .action_1 {
    left: 0;
    top: -1rem
}

.fab_target .action_2 {
    right: .6rem;
    top: -.2rem
}

.fab_target .action_3 {
    right: -.5rem;
    top: 3rem
}

.fab_target .action_4 {
    right: .6rem;
    bottom: -.2rem
}

.fab_target .action_5 {
    left: 0;
    bottom: -1rem
}

.social-button {
    display: inline-block;
    background: var(--white);
    width: 40px;
    height: 40px;
    line-height: 38px;
    margin: auto 2px;
    text-align: center;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    border: 0;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: 0 3px 6px rgba(0,0,0,0.16),0 3px 6px rgba(0,0,0,0.23);
    -moz-box-shadow: 0 3px 6px rgba(0,0,0,0.16),0 3px 6px rgba(0,0,0,0.23);
    box-shadow: 0 3px 6px rgba(0,0,0,0.16),0 3px 6px rgba(0,0,0,0.23)
}

.social-buttons.center {
    float: none;
    display: block;
    text-align: center;
    margin-bottom: 10px;
    line-height: 30px
}

.social-button:before {
    content: '';
    background-color: var(--dark);
    width: 120%;
    height: 120%;
    position: absolute;
    top: 90%;
    left: -110%;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all .35s cubic-bezier(0.31,-0.105,0.43,1.59);
    -o-transition: all .35s cubic-bezier(0.31,-0.105,0.43,1.59);
    -moz-transition: all .35s cubic-bezier(0.31,-0.105,0.43,1.59);
    transition: all .35s cubic-bezier(0.31,-0.105,0.43,1.59)
}

.social-buttons:not(.share) .social-button .fa {
    font-size: 24px;
    vertical-align: middle;
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
    -webkit-transition: all .35s cubic-bezier(0.31,-0.105,0.43,1.59);
    -o-transition: all .35s cubic-bezier(0.31,-0.105,0.43,1.59);
    -moz-transition: all .35s cubic-bezier(0.31,-0.105,0.43,1.59);
    transition: all .35s cubic-bezier(0.31,-0.105,0.43,1.59)
}

body.darkmode .social-button .fa,body.darkmode .social-button .sharetext {
    color: var(--white-mode)
}

.social-button.facebook:before {
    background-color: #3b5998
}

.social-button.facebook .fa,.social-button.facebook .sharetext {
    color: #3b5998
}

.social-button.twitter:before {
    background-color: #00aced
}

.social-button.twitter .fa,.social-button.twitter .sharetext {
    color: #00aced
}

.social-button.telegram:before {
    background-color: #08c
}

.social-button.telegram .fa,.social-button.telegram .sharetext {
    color: #08c
}

.social-button.linkedin:before {
    background-color: #2867b2
}

.social-button.linkedin .fa,.social-button.linkedin .sharetext {
    color: #2867b2
}

.social-button.email:before {
    background-color: #5ca08e
}

.social-button.email .fa,.social-button.email .sharetext {
    color: #5ca08e
}

.social-button.whatsapp:before {
    background-color: #4caf50
}

.social-button.whatsapp .fa,.social-button.whatsapp .sharetext {
    color: #4caf50
}

.social-button.google_bookmark:before {
    background-color: #059142
}

.social-button.google_bookmark .fa,.social-button.google_bookmark .sharetext {
    color: #059142
}

.social-button.instagram:before {
    background: -webkit-linear-gradient(75deg,#ffb13d,#dd277b,#4d5ed4);
    background: -moz-linear-gradient(75deg,#ffb13d,#dd277b,#4d5ed4);
    background: -o-linear-gradient(75deg,#ffb13d,#dd277b,#4d5ed4);
    background: linear-gradient(15deg,#ffb13d,#dd277b,#4d5ed4)
}

.social-button.instagram .fa {
    color: #e95950
}

.social-button.website:before {
    background-color: #767676
}

.social-button.website .fa {
    color: #767676
}

.social-button:focus:before,.social-button:hover:before {
    top: -10%;
    left: -10%
}

.social-buttons:not(.share) .social-button:focus .fa,.social-buttons:not(.share) .social-button:hover .fa {
    color: var(--white-mode);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1)
}

.social-buttons.share .social-button {
    min-width: 150px;
    margin: 6px 4px
}

.social-buttons.share .social-button .fa {
    font-size: 20px;
    margin-right: 5px;
    vertical-align: middle
}

.social-buttons.share .fa,.social-buttons.share span.sharetext {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
    -webkit-transition: all .35s cubic-bezier(0.31,-0.105,0.43,1.59);
    -o-transition: all .35s cubic-bezier(0.31,-0.105,0.43,1.59);
    -moz-transition: all .35s cubic-bezier(0.31,-0.105,0.43,1.59);
    transition: all .35s cubic-bezier(0.31,-0.105,0.43,1.59)
}

.social-buttons .social-button:focus .fa,.social-buttons .social-button:hover .fa {
    color: var(--white-mode);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1)
}

.social-buttons .social-button:focus span.sharetext,.social-buttons .social-button:hover span.sharetext {
    color: var(--white-mode);
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9)
}

.social-buttons.share .social-button:before {
    width: 180%;
    height: 330%
}

.social-buttons.share .social-button span.sharetext {
    font-size: 18px;
    vertical-align: middle;
    font-weight: 700;
    letter-spacing: 1.2px;
    display: inline-block
}

.backtotop {
    display: block;
    position: fixed!important;
    bottom: 60px;
    right: 35px;
    cursor: pointer;
    font-weight: 700;
    z-index: 19;
    padding: 12px 10px;
    background-color: var(--main);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-transition: -webkit-transform .5s cubic-bezier(0.68,-0.55,0.265,1.55);
    transition: -webkit-transform .5s cubic-bezier(0.68,-0.55,0.265,1.55);
    -o-transition: -o-transform .5s cubic-bezier(0.68,-0.55,0.265,1.55);
    -moz-transition: transform .5s cubic-bezier(0.68,-0.55,0.265,1.55),-moz-transform .5s cubic-bezier(0.68,-0.55,0.265,1.55);
    transition: transform .5s cubic-bezier(0.68,-0.55,0.265,1.55);
    transition: transform .5s cubic-bezier(0.68,-0.55,0.265,1.55),-webkit-transform .5s cubic-bezier(0.68,-0.55,0.265,1.55),-moz-transform .5s cubic-bezier(0.68,-0.55,0.265,1.55),-o-transform .5s cubic-bezier(0.68,-0.55,0.265,1.55);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0)
}

.backtotop span {
    height: 25px;
    width: 30px;
    display: inline-block;
    text-align: center;
    color: var(--white-mode)
}

.backtotop span:before {
    font-family: FontAwesome;
    font-size: 25px;
    content: "\f106"
}

.backtotop.is-active {
    -webkit-transform: translateY(120px);
    -moz-transform: translateY(120px);
    -ms-transform: translateY(120px);
    -o-transform: translateY(120px);
    transform: translateY(120px);
    -webkit-transition: -webkit-transform .5s cubic-bezier(0.075,0.82,0.165,1);
    transition: -webkit-transform .5s cubic-bezier(0.075,0.82,0.165,1);
    -o-transition: -o-transform .5s cubic-bezier(0.075,0.82,0.165,1);
    -moz-transition: transform .5s cubic-bezier(0.075,0.82,0.165,1),-moz-transform .5s cubic-bezier(0.075,0.82,0.165,1);
    transition: transform .5s cubic-bezier(0.075,0.82,0.165,1);
    transition: transform .5s cubic-bezier(0.075,0.82,0.165,1),-webkit-transform .5s cubic-bezier(0.075,0.82,0.165,1),-moz-transform .5s cubic-bezier(0.075,0.82,0.165,1),-o-transform .5s cubic-bezier(0.075,0.82,0.165,1)
}

@media only screen and (max-width: 790px) {
    .backtotop {
        bottom:20px;
        right: 20px
    }
}

@media only screen and (max-width: 375px) {
    .wrapper {
        max-width:94%
    }

    .navtop ul li a {
        height: 26px
    }
}

.blocker {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    z-index: 28;
    padding: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #000;
    background-color: rgba(0,0,0,0.75);
    text-align: center
}

.blocker:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -.05em
}

.blocker.behind {
    background-color: transparent
}

.modal {
    display: none;
    vertical-align: middle;
    position: relative;
    z-index: 29;
    max-width: 500px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 90%;
    background: #fff;
    padding: 15px 30px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: 0 0 10px #000;
    -moz-box-shadow: 0 0 10px #000;
    -o-box-shadow: 0 0 10px #000;
    -ms-box-shadow: 0 0 10px #000;
    box-shadow: 0 0 10px #000;
    text-align: left
}

.modal a.close-modal {
    position: absolute;
    top: -12.5px;
    right: -12.5px;
    display: block;
    width: 30px;
    height: 30px;
    text-indent: -9999px;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAAAXNSR0IArs4c6QAAA3hJREFUaAXlm8+K00Acx7MiCIJH/yw+gA9g25O49SL4AO3Bp1jw5NvktC+wF88qevK4BU97EmzxUBCEolK/n5gp3W6TTJPfpNPNF37MNsl85/vN/DaTmU6PknC4K+pniqeKJ3k8UnkvDxXJzzy+q/yaxxeVHxW/FNHjgRSeKt4rFoplzaAuHHDBGR2eS9G54reirsmienDCTRt7xwsp+KAoEmt9nLaGitZxrBbPFNaGfPloGw2t4JVamSt8xYW6Dg1oCYo3Yv+rCGViV160oMkcd8SYKnYV1Nb1aEOjCe6L5ZOiLfF120EjWhuBu3YIZt1NQmujnk5F4MgOpURzLfAwOBSTmzp3fpDxuI/pabxpqOoz2r2HLAb0GMbZKlNV5/Hg9XJypguryA7lPF5KMdTZQzHjqxNPhWhzIuAruOl1eNqKEx1tSh5rfbxdw7mOxCq4qS68ZTjKS1YVvilu559vWvFHhh4rZrdyZ69Vmpgdj8fJbDZLJpNJ0uv1cnr/gjrUhQMuI+ANjyuwftQ0bbL6Erp0mM/ny8Fg4M3LtdRxgMtKl3jwmIHVxYXChFy94/Rmpa/pTbNUhstKV+4Rr8lLQ9KlUvJKLyG8yvQ2s9SBy1Jb7jV5a0yapfF6apaZLjLLcWtd4sNrmJUMHyM+1xibTjH82Zh01TNlhsrOhdKTe00uAzZQmN6+KW+sDa/JD2PSVQ873m29yf+1Q9VDzfEYlHi1G5LKBBWZbtEsHbFwb1oYDwr1ZiF/2bnCSg1OBE/pfr9/bWx26UxJL3ONPISOLKUvQza0LZUxSKyjpdTGa/vDEr25rddbMM0Q3O6Lx3rqFvU+x6UrRKQY7tyrZecmD9FODy8uLizTmilwNj0kraNcAJhOp5aGVwsAGD5VmJBrWWbJSgWT9zrzWepQF47RaGSiKfeGx6Szi3gzmX/HHbihwBser4B9UJYpFBNX4R6vTn3VQnez0SymnrHQMsRYGTr1dSk34ljRqS/EMd2pLQ8YBp3a1PLfcqCpo8gtHkZFHKkTX6fs3MY0blKnth66rKCnU0VRGu37ONrQaA4eZDFtWAu2fXj9zjFkxTBOo8F7t926gTp/83Kyzzcy2kZD6xiqxTYnHLRFm3vHiRSwNSjkz3hoIzo8lCKWUlg/YtGs7tObunDAZfpDLbfEI15zsEIY3U/x/gHHc/G1zltnAgAAAABJRU5ErkJggg==)
}

.modal-spinner {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    -moz-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    -o-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    padding: 12px 16px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #111;
    height: 20px
}

.modal-spinner>div {
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    background-color: #fff;
    height: 20px;
    width: 2px;
    margin: 0 1px;
    display: inline-block;
    -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
    -moz-animation: sk-stretchdelay 1.2s infinite ease-in-out;
    -o-animation: sk-stretchdelay 1.2s infinite ease-in-out;
    animation: sk-stretchdelay 1.2s infinite ease-in-out
}

.modal-spinner .rect2 {
    -webkit-animation-delay: -1.1s;
    -moz-animation-delay: -1.1s;
    -o-animation-delay: -1.1s;
    animation-delay: -1.1s
}

.modal-spinner .rect3 {
    -webkit-animation-delay: -1s;
    -moz-animation-delay: -1s;
    -o-animation-delay: -1s;
    animation-delay: -1s
}

.modal-spinner .rect4 {
    -webkit-animation-delay: -.9s;
    -moz-animation-delay: -.9s;
    -o-animation-delay: -.9s;
    animation-delay: -.9s
}

@-webkit-keyframes sk-stretchdelay {
    0%,40%,100% {
        -webkit-transform: scaleY(0.5)
    }

    20% {
        -webkit-transform: scaleY(1.0)
    }
}

@-moz-keyframes sk-stretchdelay {
    0%,40%,100% {
        -moz-transform: scaleY(0.5);
        transform: scaleY(0.5);
        -webkit-transform: scaleY(0.5)
    }

    20% {
        -moz-transform: scaleY(1.0);
        transform: scaleY(1.0);
        -webkit-transform: scaleY(1.0)
    }
}

@-o-keyframes sk-stretchdelay {
    0%,40%,100% {
        -o-transform: scaleY(0.5);
        transform: scaleY(0.5);
        -webkit-transform: scaleY(0.5)
    }

    20% {
        -o-transform: scaleY(1.0);
        transform: scaleY(1.0);
        -webkit-transform: scaleY(1.0)
    }
}

@keyframes sk-stretchdelay {
    0%,40%,100% {
        -moz-transform: scaleY(0.5);
        -o-transform: scaleY(0.5);
        transform: scaleY(0.5);
        -webkit-transform: scaleY(0.5)
    }

    20% {
        -moz-transform: scaleY(1.0);
        -o-transform: scaleY(1.0);
        transform: scaleY(1.0);
        -webkit-transform: scaleY(1.0)
    }
}
