@font-face {
  font-family: "Allianz Neo"; 
  font-style: normal;
  font-weight: 400;
  src: url("AllianzNeoW01-Regular.ttf");    
}
@font-face {
  font-family: "Allianz Neo"; 
  font-style: normal;
  font-weight: 600;
  src: url("AllianzNeoW01-SemiBold.ttf");    
}
@font-face {
  font-family: "Allianz Neo"; 
  font-style: normal;
  font-weight: 700;
  src: url("AllianzNeoW01-Bold.ttf");    
}

    html, body {
        scroll-behavior: smooth;
    }
    body {
        font-family: "Allianz Neo", Arial, sans-serif;
        margin: 0;
        padding: 0;
        text-align: center;
        background-color: #f1f9fb;
        color: #00448d;
    }
    img {
        max-width: 100%;
    }
    .section {
        width: 100%;
        margin: 0;
        padding: 0 15px 0 15px;     
        box-sizing: border-box;
    }
    .container {
        max-width: 950px;
        margin: 0 auto;
    }
    
    .section.headertop {
        background-color: #fff;
        box-shadow: 0 4px 2px -2px #ccc;
    }       
    .section.headertop .container {
        padding: 14px 0 12px 0; 
        width: 100%;
        text-align: left;
    }
    .section.header {
        background-color: #003781;
    }    
    .section.header img {
        max-width: 50%;
    }              
    .section.header .container {
        background: url("../img/img-allianz-value-new2.webp");
        background-repeat: no-repeat;
        background-size: contain;
        background-position: right center;
        padding: 120px 0px 120px 0px;
        text-align: left;
    }    
    .section.intro {
        background-color: #fff;
    }    
  
    
    .section.intro .container {
        padding: 100px 0px 100px 0px;
    }           
    .section.content {
    }    
    .section.content .container {
        padding: 90px 0px 90px 0px;
    }        

    .logo {
        margin: 50px 0;
    }
    .intro {
        font-size: 19px;
        line-height: 30px;
        color: #003781;
        font-weight: 500;
        text-align: left;
    }
    .privacy-policy {
        font-size: 0.9em;
        margin: 30px 0;
        color: #333;
        text-align: left;
    }
    footer {
        background-color: #e6e6e6;
        padding: 10px 10px 50px 10px;
        margin-top: 50px;
        color: #003781;
        text-align: center;
    }
    h1, h2, h3 {
                color: #003781;
            }
    h1 {
        font-size: 1.6em;
        margin-bottom: 20px;
    }
    h2 {
        font-size: 1.3em;
        margin-top: 30px;
        margin-bottom: 15px;
    }
    h3 {
        font-size: 1.1em;
        margin-top: 20px;
        margin-bottom: 10px;
    }
    p {
        margin-bottom: 15px;
        line-height: 150%;
    }
    ul {
        margin-left: 20px;
        margin-bottom: 15px;
    }
    ul li {
        margin-bottom: 5px;
        line-height: 150%;
    }
    .gototop {
        --offset: 100px;
        position: fixed;
        right: 0;
        bottom: 20px;
        margin-right: 30px;
        place-self: end;
        margin-top: calc(100vh + var(--offset));
        height: 40px;
        width: 40px;
        aspect-ratio: 1;
        background: #003781;
        border-radius: 5px;
        font-size: 0;
        z-index: 99999999;
    }
    .gototop:before {
        content: "";
        position: absolute;
        inset: 30%;
        transform: translateY(20%) rotate(-45deg);
        border-top: 3px solid #fff;
        border-right: 3px solid #fff;
        z-index: 99999999;
    }
    
    @media screen and (max-width:900px) {
        .section.header .container {
            background-size: contain;
            background-position: 150px center;
        }    
        .section.header {
            padding-right: 0px;
        }    
    }
    @media screen and (max-width:600px) {
        .section.header .container {
            background-size: contain;
            background-position: 120px center;
            padding: 6% 0px 6% 0px;
            text-align: left;
        }    
        .section.header {
            padding-right: 0px;
        }    
    }