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,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,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}

article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section,img {
    display: block
}

body {
    line-height: 1
}

strong,b {
    font-weight: bold
}

em,i {
    font-style: italic
}

ol,ul {
    list-style: none
}

blockquote,q {
    quotes: none
}

blockquote:before,blockquote:after,q:before,q:after {
    content: "";
    content: none
}

ins {
    text-decoration: none
}

del {
    text-decoration: line-through
}

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

html {
    height: 100%;
    width: 100%;
}

body{
  background-color: #ffffff;
  margin: unset;
  width: 100%;
  height: 100%;
  top: 0;
}

.splash {
    background-color: #242424;
    height: 100%;
    width: 100%;
    z-index: 10;
    display:none;
}

.load-throbber {
    left: 50%;
    top: 44%;
    transform: translateX(-50%) translateY(-50%);
    position: fixed;
    z-index: 30000;
    font-size: 26px;
    height: 60px;
    width: 60px;
}

.throbber {
    height: calc(100% - .4em);
    width: calc(100% - .4em);
    background-color: transparent;
    border-radius: 50%;
    border: .2em solid #ffffff00;
    border-top: .2em solid #dddddd;
    transition:100ms ease-in-out;
    animation: spin .7s ease-in-out infinite;
    position: relative;
    margin-top: 0em;
}

@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); border-size:8px; }
  100% { -webkit-transform: rotate(360deg); }
}

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

.page {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: calc(100% - 115px);
    top: 115px;
    position: absolute;
    width: 100%;
    overflow: hidden;
}

header .content {
    padding-left: 40px;
    padding-right: 40px;
    align-items: center;
    display: flex;
    height: 100%;
    width: auto;
    top: 0;
}

header {
    height: 115px;
    position: absolute;
    width: 100%;
    top: 0;
    box-shadow: 1px -6px 7px 1px #00000005 inset;
}

header .left-mark {
    font-size: 35px;
    font-weight: 600;
    color: #393939;
    padding: 10px 0px;
}

html {
    font-family: sans-serif;
}


.brand-contact {
    height: 60px;
    width: 60px;
    display: flex;
    align-items: center;
    margin-left: 30px;
    user-select: none;
}

.brand-contact img {
    width: 100%;
}

header .content .contact {
    margin-left: auto;
    display: flex;
    flex-direction: row;
}

.brand-contact:hover {
    border-radius: 5px;
    cursor: pointer;
}

header .left-mark h2 {
    font-size: 35px;
}

.flex-h {
    display: flex;
    flex-direction: row;
}

section h1{
  font-size:30px;
  margin-top:20px;
  margin-bottom:40px;
}

section{
  padding:80px;
  padding-top:40px;
  margin-top:115px;
  position:relative;
  overflow-y: scroll;
}
