@font-face {
    font-family: 'UTM Aquarelle';
    font-style: normal;
    font-weight: normal;
    font-display: swap;
    src: url('/assets/fonts/UTM_Aquarelle.ttf') format('truetype');
}
@font-face {
    font-family: 'SF Pro Display';
    font-style: normal;
    font-weight: normal;
    font-display: swap;
    src: url('/assets/fonts/SF_Pro_Display_Regular.otf') format('opentype');
}
p,h1,h6,h5,h4,body {
    margin: 0;
    padding: 0;
}
#content {
    width: 428px;
    padding-top: 53px;
    text-align: center;
    color: #AA3E1C;
}
@media only screen and (min-width: 428.1px) {
    #wrapper {
        background: url('/assets/images/bg.png');
        background-size: 100% 100%;
        background-repeat: no-repeat;        
        display: flex;
        justify-content: center;
    }
}
@media only screen and (max-width: 428px) {
    #content {
        background: url('/assets/images/bg.png');
        background-size: 100% 100%;
        background-repeat: no-repeat;    
    }
}
#i1 {
    width: 335px;
    height: 77px;
}
#i2 {
    margin-bottom: -20.7px;
}
h4 {
    font-family: 'UTM Aquarelle';
    font-size: 23px;
    font-weight: normal;
    line-height: 40.87px;
    margin-bottom: 12px;
}
p {
    font-family: 'Times New Roman';
    font-style: normal;
    font-size: 18px;
    line-height: 21px;
}
.mt51 {
    margin-top: 51px;
}
h5 {
    font-family: 'Times New Roman';
    font-weight: 700;
    font-size: 18px;
    line-height: 20.7px;
}
h6 {
    font-family: 'Times New Roman';
    font-style: italic;
    font-weight: 400;
    font-size: 15px;
    line-height: 17.75px;
}
.hdsd {
    margin-top: 29px;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}
#i3 {
    margin: -10px 0 0 -60px;
}
.fz16 {
    font-size: 16px;
    line-height: 18.14px;
}
.mt36 {
    margin-top: 36px;
}
#i4 {
    margin-top: 4px;
}
#i5 {
    margin-top: 47.05px;
}
.mb52 {
    margin-bottom: 52px;
}
#i6 {
    margin-top: 58px;
    margin-bottom: 52px;
}

#footer {
    font-family: 'SF Pro Display';
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    column-gap: 5px;
    margin-top: 53px;
    padding-bottom: 60px;
}

#footer h5 {
    font-weight: 400;
    font-size: 13px;
    line-height: 16px;
}