/*! normalize-scss | MIT/GPLv2 License | bit.ly/normalize-scss */
html{
    line-height:1.15;
    -ms-text-size-adjust:100%;
    -webkit-text-size-adjust:100%
}
body{
    margin:0
}
article,aside,footer,header,nav,section{
    display:block
}
h1{
    font-size:2em;
    margin:0.67em 0
}
figcaption,figure{
    display:block
}
figure{
    margin:1em 40px
}
hr{
    -webkit-box-sizing:content-box;
    box-sizing:content-box;
    height:0;
    overflow:visible
}
main{
    display:block
}
pre{
    font-family:monospace, monospace;
    font-size:1em
}
a{
    background-color:transparent;
    -webkit-text-decoration-skip:objects
}
abbr[title]{
    border-bottom:none;
    text-decoration:underline;
    -webkit-text-decoration:underline dotted;
    text-decoration:underline dotted
}
b,strong{
    font-weight:inherit;
    font-weight:bolder
}
code,kbd,samp{
    font-family:monospace, monospace;
    font-size:1em
}
dfn{
    font-style:italic
}
mark{
    background-color:#ff0;
    color:#000
}
small{
    font-size:80%
}
sub,sup{
    font-size:75%;
    line-height:0;
    position:relative;
    vertical-align:baseline
}
sub{
    bottom:-0.25em
}
sup{
    top:-0.5em
}
audio,video{
    display:inline-block
}
audio:not([controls]){
    display:none;
    height:0
}
img{
    border-style:none
}
svg:not(:root){
    overflow:hidden
}
button,input,optgroup,select,textarea{
    font-family:sans-serif;
    font-size:100%;
    line-height:1.15;
    margin:0
}
button{
    overflow:visible
}
button,select{
    text-transform:none
}
[type='reset'],[type='submit'],button,html [type='button']{
    -webkit-appearance:button
}
[type='button']::-moz-focus-inner,[type='reset']::-moz-focus-inner,[type='submit']::-moz-focus-inner,button::-moz-focus-inner{
    border-style:none;
    padding:0
}
[type='button']:-moz-focusring,[type='reset']:-moz-focusring,[type='submit']:-moz-focusring,button:-moz-focusring{
    outline:1px dotted ButtonText
}
input{
    overflow:visible
}
[type='checkbox'],[type='radio']{
    -webkit-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-cancel-button,[type='search']::-webkit-search-decoration{
    -webkit-appearance:none
}
::-webkit-file-upload-button{
    -webkit-appearance:button;
    font:inherit
}
fieldset{
    padding:0.35em 0.75em 0.625em
}
legend{
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
    display:table;
    max-width:100%;
    padding:0;
    color:inherit;
    white-space:normal
}
progress{
    display:inline-block;
    vertical-align:baseline
}
textarea{
    overflow:auto
}
details{
    display:block
}
summary{
    display:list-item
}
menu{
    display:block
}
canvas{
    display:inline-block
}
template{
    display:none
}
[hidden]{
    display:none
}
html{
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
    font-size:16px
}
*,:after,:before{
    -webkit-box-sizing:inherit;
    box-sizing:inherit
}
audio,canvas,iframe,img,svg,video{
    display:block
}
blockquote,dd,dl,figure,h1,h2,h3,h4,h5,h6,hr,p,pre{
    margin:0
}
iframe{
    border:0
}
ol,ul{
    list-style:none
}
fieldset,ol,ul{
    margin:0;
    padding:0
}
fieldset{
    border:0
}
legend{
    display:block;
    width:100%
}
option{
    font:inherit
}
textarea{
    resize:vertical
}
button{
    background:transparent;
    border:0;
    padding:0
}
body{
    background-color:#FFFFFF;
    color:#1a1b1f;
    display:flex;
    justify-content:center;
    align-items:center;
    font-family:"Helvetica Neue", Helvetica, "Inter", Arial, sans-serif;
}
main{
    display:grid;
    grid-template-columns:50vw 1fr;
    grid-template-rows:100%;
    width:100%;
    min-height:100vh
}
@media only screen and (max-width: 1080px){
    main{
        display:flex;
        flex-direction:column;
        height:auto;
        min-height:none
    }
}
.hidden{
    display:none
}
.row0{
    display:flex;
    height:120px
}
@media only screen and (max-width: 400px){
    .row0{
        height:90px
    }
}
.row0 img{
    width:320px;
    margin:auto auto auto 0
}
@media only screen and (max-width: 400px){
    .row0 img{
        width:240px;
    }
}
.img-wrapper{
    height:100%
}
@media only screen and (max-width: 1080px){
    .img-wrapper{
        height:60vh
    }
}
.img-wrapper img{
    width:100%;
    height:100%;
    object-fit:cover
}
.row0{
    display:flex;
    justify-content:center;
    align-items:center;
    position:relative
}
.wrapper{
    padding-left:4.5rem;
    padding-right:4.5rem;
    display:flex;
    flex-direction:column;
    justify-content:center;
    padding-top:1rem;
    padding-bottom:1rem;
    max-width:50vw
}
@media only screen and (max-width: 1080px){
    .wrapper{
        padding-top:4.5rem;
        padding-bottom:4.5rem;
        max-width:none
    }
}
@media only screen and (max-width: 600px){
    .wrapper{
        padding-left:1rem;
        padding-right:1rem;
        padding-top:2rem;
        padding-bottom:2rem
    }
}
.row1,.row2{
    display:flex
}
.row2{
    border-top:2px solid #ffb81c;
    border-bottom:2px solid #ffb81c
}
.row2 a:hover{
    background-color: #ffb81c
}
.row2 a:hover .arrow{
    background-color:#ffb81c
}
.row2 a:hover .arrow:before{
    border-color:black
}
.row1{
    width:100%;
    height:330px;
    display:flex;
    justify-content:center;
    flex-direction:column;
}
.row1 h1{
    max-width:520px;
    color:#ffb81c;
    font-size:36px;
    font-weight:800;
    font-style:normal;
    line-height:40px;
    margin-top:2rem;
    margin-bottom:2rem
}
.row1 h1 strong{
    color:black
}

.row1 h2{
    max-width:520px;
    color:#ffb81c;
    font-size:24px;
    font-weight:800;
    font-style:normal;
    line-height:32px;
    margin-top:2rem;
    margin-bottom:2rem
}
.row1 h2 strong{
    color:black
}

@media only screen and (max-width: 600px){
    .row1 h1{
        font-size:24px;
        line-height:32px;
        margin-top:2rem;
        margin-bottom:1rem;
        color:black
    }
    .row1 h2{
        font-size:20px;
        line-height:24px;
        margin-top:1.4rem;
        margin-bottom:1rem;
        color:black
    }
}
.row1 .broadtext{
    max-width:480px;
    font-size:16px;
    font-weight:400;
    letter-spacing:0em;
    line-height:24px;
    margin-bottom:1rem
}
.row1 .broadtext a{
    color:black;
    text-decoration:none;
    border-bottom: solid 1px #ffb81c
}

.row1 .broadtext a:hover{
    color:#ffb81c
}

.row2{
    max-width:520px;
    border:2px solid #ffb81c;
    display:block
}
.row2 a{
    color:black;
    text-decoration:none;
    font-size:20px;
    display:grid;
    align-items:center;
    height:100px;
    transition:background-color 0.3s ease;
    position:relative
}
@media only screen and (max-width: 400px){
    .row2 a{
        font-size:15px
    }
}
@media only screen and (max-width: 500px){
    .row2 a{
        width:100%
    }
}
.row2 a .arrow{
    width:100px;
    top:0;
    display:flex;
    justify-content:center;
    align-items:center;
    height:100%;
    position:absolute;
    right:0;
    background-color:#ffb81c;
    transition:background-color 0.3s ease
}
.row2 a .arrow:before{
    content:'\A';
    display:block;
    width:16px;
    height:16px;
    transform:rotate(45deg);
    transition:border-color 0.3s ease;
    border-top:3px solid #ffffff;
    border-right:3px solid #ffffff
}
@media only screen and (max-width: 400px){
    .row2 a{
        height:80px
    }
    .row2 a .arrow{
        width:80px
    }
    .row2 a .arrow:before{
        width:13px;
        height:13px;
        border-right-width:2px;
        border-top-width:2px
    }
}
.row2 .link-text{
    text-align:center;
    max-width:calc(100% - 100px);
    width:auto;
    padding:1rem;
    display:block;
}