html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video {
    border: 0;
    font-size: 100%;
    /*font: inherit;*/
    vertical-align: baseline;
    margin: 0;
    padding: 0;
}

article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
    display: block;
}

html {
    height: 100%;
}

body {
    line-height: 1;
    overflow-x: hidden;
    display: flex;
    flex-direction: column;
    min-height: 100%;
}

ol,ul {
    list-style: none;
}

blockquote,q {
    quotes: none;
}

blockquote:before,blockquote:after,q:before,q:after {
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

* {
    box-sizing: border-box;
}

html {
    -webkit-text-size-adjust: none;
}

body {
    background: #fff;
    min-width: 300px;
    overflow-x: hidden;
}

img {
    max-width: 100%;
    height: auto;
}

.container {
    margin: 0 auto;
    max-width: 1340px;
}

.padding {
    padding: 1em;
}

.cf:before,.cf:after {
    content: " ";
    display: table;
}

.cf:after {
    clear: both;
}

.container {
    margin: 0 auto;
    max-width: 1340px;
}

input,textarea {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
}



h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6 {
    padding: 0.313em 0;
    margin-bottom: 0;
    line-height: 1.25em;
    font-weight: 200;
}

h1,.h1 {
    font-size: 1.375em;
    font-weight: 500;
    text-align: left;
    color: #1fb6ff;
}

h2, .h2 {
    font-size: 1.2em;
    font-weight: 500;
    color: #567183;
    scroll-margin-top: clamp(2rem, 9vw, 5rem);

}

@media (min-width: 1024px) {
    h2,.h2 {
        font-size:1.875em;
    }
}

h3,.h3,.st-head-row {
    font-size: 1em;
    font-weight: bold;
}

h4,.h4 {
    font-size: 1em;
}

h5,.h5 {
    font-size: 1em;
}

h6,.h6 {
    font-size: 1em;
}

p {
    font-size: 1em;
    line-height: 1.5em;
    padding: 0.313em 0;
    color: #567183;
}

@media (min-width: 1024px) {
    p {
        font-size:1.250em;
        padding: 0.500em 0;
    }
}

ul {
    color: #4d4d4d;
}

strong {
    font-weight: bold;
}

a {
    color: #1fb6ff;
}

.content.no-bottom {
    padding-bottom: 0;
}

ol {
    font-size: 1em;
    padding-left: 3em;
}

ol li {
    line-height: 1.25em;
    padding: 0.313em 0;
    list-style: decimal;
    padding-left: 1em;
}

b,strong {
    font-weight: bold;
}

button {
    -webkit-appearance: none;
    border: none;
    box-shadow: none;
    cursor: pointer;
}