
@font-face {
    font-family: "IBM Plex Sans Condensed Optimized";
    font-weight: 400;
    src: url(../fonts/ibm-plex-sans-condensed-300.woff2) format("woff2"),url(../fonts/ibm-plex-sans-condensed-300.woff) format("woff");
    unicode-range: u+20-u+23,u+25-u+29,u+2b-u+3b,u+3d,u+3f-u+5a,u+61-u+7a,u+c4,u+d6,u+dc,u+df,u+e4,u+f6,u+fc,u+20ac,u+201e,u+201c
}

@font-face {
    font-family: "IBM Plex Sans Condensed";
    font-style: normal;
    font-weight: 300;
    src: url(../fonts/ibm-plex-sans-condensed-300.woff2) format("woff2"),url(../fonts/ibm-plex-sans-condensed-300.woff) format("woff")
}

@font-face {
    font-family: "IBM Plex Sans Condensed";
    font-style: italic;
    font-weight: 300;
    src: url(../fonts/ibm-plex-sans-condensed-300italic.woff2) format("woff2"),url(../fonts/ibm-plex-sans-condensed-300italic.woff) format("woff")
}

@font-face {
    font-family: "IBM Plex Sans Condensed";
    font-style: normal;
    font-weight: 500;
    src: url(../fonts/ibm-plex-sans-condensed-500.woff2) format("woff2"),url(../fonts/ibm-plex-sans-condensed-500.woff) format("woff")
}

@font-face {
    font-family: "IBM Plex Sans Condensed";
    font-style: italic;
    font-weight: 500;
    src: url(../fonts/ibm-plex-sans-condensed-500italic.woff2) format("woff2"),url(../fonts/ibm-plex-sans-condensed-500italic.woff) format("woff")
}

@font-face {
    font-family: "IBM Plex Sans";
    font-style: normal;
    font-weight: 300;
    src: url(../fonts/ibm-plex-sans-300.woff2) format("woff2"),url(../fonts/ibm-plex-sans-300.woff) format("woff")
}

@font-face {
    font-family: "IBM Plex Sans";
    font-style: normal;
    font-weight: 500;
    src: url(../fonts/ibm-plex-sans-500.woff2) format("woff2"),url(../fonts/ibm-plex-sans-500.woff) format("woff")
}

@font-face {
    font-family: "IBM Plex Serif";
    font-style: italic;
    font-weight: 400;
    src: url(../fonts/ibm-plex-serif-italic.woff2) format("woff2"),url(../fonts/ibm-plex-serif-italic.woff) format("woff")
}
* {
    box-sizing: border-box;
}

html, body, td, th, tr, table, ul, ol, li, p, div, h1, h2, h3, h4, h5, h6 {
    margin: 0; padding: 0; position: relative; box-sizing: border-box;
}
html {
    font-family: "IBM Plex Sans Condensed", "Helvetica Neue", Arial, sans-serif;
    font-weight: 300;
}
body {
    text-align: center;
    font-size: 18px;
    line-height: 28px;
    background-color: #f7f7f7;
    /* -webkit-font-smoothing:antialiased; */
    padding-bottom: 10px;
    /* color: #333; */
}
#wrapper {
    padding: 40px 0 10px;
    max-width: 760px;
    margin: auto;
    text-align: left;
    position: relative;
    border-top: solid 1px #81eea9;
    border-left: solid 1px #81eea9;
    overflow: hidden;
    /* position: relative; */
}
#wrapper > svg {
    position: absolute;
    bottom: 0;
    right: -1px;
    width: 762px;
    z-index: -1;
}
main a {
    color: #333;
    padding-left: 2px;
    padding-right: 2px;
    text-decoration: underline;
    transition: box-shadow 0.12s;
}
main a:hover {
    box-shadow: inset 0 -1.5em 0 #81eea9;
    text-decoration: none;
}
p {

    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}

h1, h2, h3 {
    font-family: "IBM Plex Sans", "Helvetica Neue", "Arial", "sans-serif";
    font-weight: 500;
}
h1 {
    font-size: 28px;
    line-height: 35px;

}
h2 {
    font-size: 21px;
    line-height: 28px;
    letter-spacing: -0.4px;
    padding: 18px 0px 18px 0px;
}
h2 + p {
    margin-top: 0;
}
h1 span {
    display: block;
    font-size: 18px;
}
header {
  /*  border-bottom: solid 1px #000; */
    padding-bottom: 11px;

}
header img {
    width: 224px;
}

.avhContainer {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.avhLogo {
    width: 100%;
    margin-top: 23px;
    padding-bottom: 19px;
    margin-left: -2px;
}

header, main, footer, .avhText {
    padding-left: 5%;
    padding-right: 5%;
}

section:last-of-type {
    position: relative;
    bottom: -23px;


}
section:first-of-type > a {
    top: -33px;
    position: relative;
    background-color: #81eea9;
    border-radius: 2.5rem;
    cursor: pointer;
    padding: 15px 20px;
    font-size: 18px;
    font-weight: bold;
    margin-left: 0px;
    box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px;
    transition-delay: 0s;
    transition-duration: 0.12s;
    transition-property: box-shadow;
    transition-timing-function: ease;
    -webkit-font-smoothing: antialiased;
}
p:last-of-type {
    margin-bottom: 50px;
}

section:first-of-type > a::before {
    backface-visibility: hidden;
    background-color: #81eea9;
    content: "";
    cursor: pointer;
    position: absolute;
    height: 1px;
    left: 0;
    top: 3px;
    transform: rotate(45deg) translateY(0.3rem);
    transform-origin: 10px 1px;
    transition-property: transform;
    width: 10px;
}
section:first-of-type > a::after {
    backface-visibility: hidden;
    background-color: #81eea9;
    content: "";
    cursor: pointer;
    position: absolute;
    height: 1px;
    bottom: 3px;
    right: 0;
    transform: rotate(45deg) translateY(-0.3rem);
    transform-origin: top left;
    transition-property: transform;
    width: 10px;
}
section:first-of-type > a:hover:before {
   transform: rotate(45deg) scaleX(1.6) translateY(.3rem)
}
section:first-of-type > a:hover:after {
    transform: rotate(45deg) scaleX(1.6) translateY(-.3rem)
 }
main > a {
    position: absolute;
    color: #333;
    cursor: pointer;
    white-space: nowrap;
    text-decoration: none;
    transition: none;
    float: right;
    font-size: 18px;
    font-weight: bold;
}
main > a:hover {
    box-shadow: none;
    color: #81eea9;
}
section:first-of-type {
    padding: 30px 0 80px 0;
}


main > section img {
    height: 80px;
    margin-right: 25px;
    margin-bottom: 20px;
    display: block;
}
main > section > img:nth-child(4) {
    margin-bottom: 48px;
}
main > a {
    bottom: 438px;
    right: 53px;
    /* font-size: 16px; */

    bottom: 438px;
    right: 53px;
    font-size: 16px;
}

.avhText {
    text-align: center;
    position:absolute;
    font-size:11px;
    margin-top:10px;
    line-height: 12px;
    top: 20px;
    font-weight: bold;
    margin-bottom: auto !important;
}

@media screen and ( min-width: 350px ) {
    main > section img {
        display: inline;
    }
    section > img:nth-child(3) {
        margin-bottom: 48px;
    }
    header, main, footer, .avhText {
        padding-left: 6.5%;
        padding-right: 6.5%;
    }
    main > a {
        bottom: 263px;
        right: 70px;
    }
    .avhText {
        font-size:12px;
        margin-top:12px;
        line-height: 13px;
    }
}
@media screen and (min-width: 375px) {
    .avhText {
        text-align: left;
    }
}
@media screen and (min-width: 460px) {
    .avhText {
        line-height: 18px;
        font-size: 15px;
        margin-top: 10px;
    }
}

@media screen and (min-width: 580px) {
    main > section img {
        margin-bottom: 50px;
    }
    header, main, footer, .avhText {
        padding-left: 8%;
        padding-right: 8%;
    }
    main > a {
        bottom: 176px;
        right: 130px;
    }
    .avhText {
        margin-top:13px;
        line-height: 23px;
        font-size: 19px;
    }
}


ul, ol {
    padding: 2px 0;
    margin: 0 0 0 24px;
    list-style: disc;
}

@media screen and (max-width: 580px) {
    section:last-of-type {
        width: 50%;
    }
}


@media screen and (max-width: 500px) {
    body {
        margin: 0;
        padding: 0;
        font-size: 16px;
        line-height: 26px;
    }
    #wrapper {
        border-top: none;
        border-left: none;
    }
    p:last-of-type {
        margin-bottom: 0;
    }
    section:last-of-type {
        width: 70%;
    }
    section:first-of-type > a {
        font-size: 16px;
        padding: 15px 20px;
        top: 0;
    }
    h1 span {
        display: block;
        font-size: 16px;
        line-height: 26px;
    }

    ul {
        margin-left: 18px;
    }
}
@media screen and (max-width: 346px) {
    section:last-of-type {
        width: 50%;
    }
    section > img:nth-child(3) {
        margin-bottom: 20px;
    }
}


.noWrap {
    white-space: pre;
    word-break: keep-all;
  }