/* /Pages/Index.razor.rz.scp.css */
.page[b-70xeny82j5]{
    width: 100vw;
    font-family:Arial, Helvetica, sans-serif;
}

.section1[b-70xeny82j5]{
    background-image: url("Images/Background1_1920.png");
    background-position: 0% 50%;
    background-size: cover;
    display: flex;
    flex-wrap: wrap;
    padding-top: 8rem;
    padding-bottom: 8rem;
}
.container-left[b-70xeny82j5], .container-right[b-70xeny82j5]{
    width: 40%;
    /* background-color: rgba(255, 255, 255, 0.1); */
    display: flex;
}
.container-left[b-70xeny82j5]{
    flex-direction: column;
    justify-content: center;
    padding-left: 4rem;
    padding-right: 4rem;
}
.container-right[b-70xeny82j5]{
    justify-content: left;
}
.container-left .logo[b-70xeny82j5]{
    background-color: rgba(255, 255, 255, 0.2);
    padding: 2rem;
    border-radius: 20px;
    width: 200px;
    margin-left: 5rem;
}
.header[b-70xeny82j5]{
    color: white;
    font-size: 4rem;
    font-weight: 900;
    margin-top: 2rem;
}
.title[b-70xeny82j5]{
    color: white;
    font-size: 1.5rem;
    font-weight: normal;
}
.btn-demo[b-70xeny82j5]{
    background-color: #00b4d8;
    color: white;
    outline: 2px solid white;
    font-size: 1.2rem;
    border: none;
    border-radius: 10px;
    padding: 0.5rem 2rem 0.75rem 2rem;
    width: fit-content;
}
.btn-demo:hover[b-70xeny82j5]{
    outline: 4px solid white;
    /* box-shadow: 0 0 6px 6px; */
}
.btn-demo:active[b-70xeny82j5]{
    outline: 2px solid white;
    outline-offset: -1px;
}

/* Responsive medium */
@media (min-width:2400px){
    .section1[b-70xeny82j5]{
        background-position: 40% 50%;
        padding-top: 20rem;
        padding-bottom: 20rem;
        justify-content: center;
    }
    .container-left[b-70xeny82j5]{
        width: 80%;
    }
  }

/* Responsive medium */
@media (max-width:1024px){
    .section1[b-70xeny82j5]{
        background-position: 40% 50%;
    }
    .container-left[b-70xeny82j5]{
        width: 50%;
    }
  }


  /* Responsive layout - small */
@media (max-width: 800px) {
    .section1[b-70xeny82j5]{
        background-position: 60% 50%;
    }
    .section1 .container-left[b-70xeny82j5], .section1 .container-right[b-70xeny82j5] {
      flex: 100%;
    }
    .section1 .container-left[b-70xeny82j5]{
        justify-content: center;
    }
    .section1 .container-right[b-70xeny82j5]{
        justify-content: center;
    }
  }
/* /Pages/Section2/Section2.razor.rz.scp.css */
.section2[b-6qdndhue8v]{
    padding-top: 4rem;
    padding-bottom: 4rem;
    display: flex;
    flex-wrap: wrap;
    justify-content:space-around;
    align-items: center;
}
.section2 .container-left[b-6qdndhue8v]{
    flex: 50%;
    max-width: 50%;

    display: flex;
    justify-content: center;
}
.section2 .container-right[b-6qdndhue8v]{
    flex: 50%;
    max-width: 35%;
}

.header[b-6qdndhue8v]{
    color: #0077b6;
    font-weight: 800;
    font-size: 2.2rem;
}
.title[b-6qdndhue8v]{
    margin-top: 1rem;
    font-size: 1.25rem;
    padding-right: 1.5rem;
}

@media (min-width: 2000px){
    .section2[b-6qdndhue8v] {
       justify-content: center;
    }
    .section2 .container-right[b-6qdndhue8v]{
        padding-left: 0;
        padding-right: 0;
    }
}

@media (max-width: 1024px) {
    .section2 .container-left[b-6qdndhue8v]{
        flex: 40%;
        max-width: 40%;
    }
    .section2 .container-left img[b-6qdndhue8v]{
        max-width: 100%;
    }
    .section2 .container-right[b-6qdndhue8v]{
        flex: 50%;
        max-width: 50%;
    }
    
}

@media (max-width: 800px) {
    .section2 .container-left[b-6qdndhue8v],
    .section2 .container-right[b-6qdndhue8v]{
        flex: 100%;
        max-width: 100%;
        justify-self: center;
        padding-left: 2rem;
        padding-right: 2rem;
        margin-top: 1rem;
        margin-bottom: 1rem;
    }
    .section2 .title[b-6qdndhue8v]{
        padding-bottom: 1rem;
    }
    
}
/* /Pages/Section3/Section3.razor.rz.scp.css */
.section3[b-6j938v8cut]{
    background-color: rgb(240, 240, 240);
    padding-top: 2rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-bottom: 2rem;
}
.section3 .header[b-6j938v8cut]{
    color: rgb(73, 73, 73);
    font-size: 1.5rem;
    font-weight: 900;
    flex:100%;
    padding-top: 1.5rem;

    display: flex;
    justify-content: center;
}
.section3 .header2[b-6j938v8cut]{
    color: #0077b6;
    font-size: 3rem;
    font-weight: 900;
    flex: 100%;
    padding-top: 1.5rem;

    display: flex;
    justify-content: center;
}

.section3 .row-container[b-6j938v8cut]{
    background-color: inherit;
    flex: 100%;

    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}
.section3 .row-container .column-container[b-6j938v8cut]{
    padding-top: 2rem;
    padding-bottom: 2rem;
    background-color: inherit;
    flex: 30%;
}

.section3 .column-container .card-container[b-6j938v8cut]{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.section3 .column-container .card-container img[b-6j938v8cut]{
    max-width: 80%;
    border-radius: 10px;
}
.section3 .column-container .card-container .header[b-6j938v8cut]{
    color: #0077b6;
}
.section3 .column-container .card-container .title[b-6j938v8cut]{
    margin-top: 1rem;
}

@media (max-width: 1024px) {
    .section3 .row-container .column-container[b-6j938v8cut]{
        flex: 50%;
    }
}

@media (max-width: 800px) {
    .section3 .row-container .column-container[b-6j938v8cut]{
        flex: 100%;
    }
}

/* /Pages/Section4/Section4.razor.rz.scp.css */
.section4[b-nthcmkc25b]{
    flex:100%;
    background-color: #03045e;

    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 4rem;
}
.section4 .header[b-nthcmkc25b]{
    margin-top: 4rem;
    font-size: 1.5rem;
    color: white;
}
.section4 .title[b-nthcmkc25b]{
    margin-top: 2rem;
    color: white;
    font-size: 3rem;
}

.section4 .row-container[b-nthcmkc25b]{
    flex: 100%;
    width: 100%;
    background-color: inherit;
    margin-top: 3rem;

    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    justify-content: space-evenly;
}
.section4 .row-container .column-container[b-nthcmkc25b]{
    flex: 30%;
    max-width: 30%;
    background-color: white;
    border-radius: 10px;
    padding-bottom: 1.5rem;

    display: flex;
    flex-direction: column;
    align-items: center;
}
.section4 .row-container .column-container .circle-icon[b-nthcmkc25b]{
    border-radius: 50%;
    border: 20px solid #caf0f8;
    background-color: #caf0f8;
    width: 120px;
    margin-top: 2rem;
}
.section4 .row-container .column-container .header-text[b-nthcmkc25b]{
    color: #0077b6;
    font-size: 2rem;
    margin-top: 1rem;
    margin-bottom: 1rem;
    text-align: center;  
}
.section4 .row-container .column-container .title-text[b-nthcmkc25b]{
    color: black;
    font-size: 1.25rem;
    margin: 0 1rem;
    text-align: center;  
}
.section4 .row-container .column-container .list-container[b-nthcmkc25b]{
    margin: 1rem 2rem;
}

@media (max-width:1024px){
    .section4 .row-container .column-container[b-nthcmkc25b]{
        flex: 50%;
        max-width: 400px;
    }
}

@media (max-width:800px){
    .section4 .row-container .column-container[b-nthcmkc25b]{
        flex: 100%;
        max-width: 100%;
        margin: 0 3rem;
    }
}

/* /Pages/Section5/Section5.razor.rz.scp.css */
.section5[b-md3d8b1qb2]{
    background-color: white;
    padding-top: 3rem;
    padding-bottom: 4rem;

    display: flex;
    flex-direction: column;
    align-items: center;
}
.section5 .logo[b-md3d8b1qb2]{
    max-width: 300px;
}
.section5 .header[b-md3d8b1qb2]{
    color: #00b4d8;
    line-height: 3rem;
    font-size: 1.5rem;
}
.section5 .title[b-md3d8b1qb2]{
    color: #0077b6;
    font-size: 3rem;
    font-weight: 900;
    margin-top: 1.5rem;
}
.section5 .row-container[b-md3d8b1qb2]{
    width: 100%;

    background-color: white;

    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
}
.section5 .row-container .column-container[b-md3d8b1qb2]{
    flex: 30%;
    max-width: 30%;
    padding-bottom: 1rem;
    background-color: white;
    border-radius: 10px;
    outline: 2px solid #03045e;
    outline-offset: -2px;
    margin-top: 2rem;

    display: flex;
    flex-direction: column;
    align-items: center;
}
.section5 .row-container .column-container .card-header[b-md3d8b1qb2]{
    width: 100%;

    display: flex;
    justify-content: center;
    background-color: #03045e;
    color: white;
    border-top-right-radius: inherit;
    border-top-left-radius: inherit;
    line-height: 3.5rem;
    font-size: 1.5rem;
}
.card-row-price[b-md3d8b1qb2]{
    display: flex;
    justify-content: center;
    line-height: 3rem;
    font-size: 2rem;
    font-weight: 900;
    padding-top: 1rem;
    color: #0077b6;
}
.card-row-unit[b-md3d8b1qb2]{
    width: 80%;
    text-align: center;
    padding-bottom: 0.5rem;
    display: flex;
    justify-content: center;
    line-height: 1.5rem;
    font-size: 1.1rem;
    font-weight: 400;
}
.card-row-unit.bottom-line[b-md3d8b1qb2]{
    border-bottom-color: #0077b6;
    border-bottom-style: solid;
    border-bottom-width: 2px;
}

.card-row-value[b-md3d8b1qb2]{
    padding-top: 0.5rem;
    line-height: 3rem;
    font-size: 1.5rem;
    font-weight: 500;
}

@media (max-width:1024px){
    .row-container .column-container[b-md3d8b1qb2]{
        flex:50%;
        min-width: 40%;
    }
}
@media (max-width:800px){
    .row-container .column-container[b-md3d8b1qb2]{
        flex:100%;
        min-width: 80%;
    }
}
/* /Pages/Section6/Section6.razor.rz.scp.css */
.section6[b-z55rkzu572]{
    background-color: #00b4d8;
    width: 100%;
    padding: 4rem 0;

    display: flex;
    flex-direction: column;
    align-items: center;
}
.section6 .header[b-z55rkzu572]{
    font-size: 4rem;
    color: white;
}

.section6 .row-container[b-z55rkzu572]{
    width: 100%;
    margin-top: 2rem;
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    justify-content: space-evenly;

}
.section6 .row-container .column-container[b-z55rkzu572]{
    background-color: white;
    flex: 1;
    max-width: 600px;
    margin: 0 2rem;
    padding: 2rem 2rem;
    border-radius: 10px;

    display: flex;
    flex-direction: column;
    align-items: center;
}
.section6 .row-container .column-container .logo[b-z55rkzu572]{
    max-width: 300px; 
    margin-top: 1rem;  
}
.section6 .row-container .column-container .header[b-z55rkzu572]{
    font-size: 2rem;
    color: #0077b6;
    text-align: center;
}
.section6 .row-container .column-container .title[b-z55rkzu572]{
    font-size: 1.25rem;
    text-align: center;
    margin-top: 1rem;
}
.section6 .row-container .column-container .pill[b-z55rkzu572]{
    font-size: 2rem;
    text-align: center;
    margin-top: 1rem;
    background-color: #03045e;
    color: white;
    padding: 1rem 2rem;
    border-radius: 2rem;
}
.section6 .row-container .column-container .mail[b-z55rkzu572]{
    font-size: 1.5rem;
}
