body,
html {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 19px;
    overflow-x: hidden;
}

body {
    background-image: url("../img/home-blue-backimage.png");
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
}

h1 {
    font-family: 'Commissioner', sans-serif;
    font-weight: 800;
}

h2 {
    font-family: 'Commissioner', sans-serif;
    font-weight: 600;
    margin-top: 50px;
    margin-bottom: 30px;
}

.home-banner {
    position: relative;
    overflow: hidden;
    padding: 0;
    margin: 0;
    z-index: 1;
}

.home-banner h1 {
    font-size: 70px;
    color: #fff;
    line-height: 1;
}

.home-banner h2 {
    font-size: 25px;
    color: #fff;
    line-height: 1;
    margin-top: 40px;
}

.home-banner-container p {
    padding: 50px 70px 50px 70px;
    font-weight: 600;
    background-color: #fff;
    margin: 0;
}

.banner-title-margin {
    height: 170px;
    width: 100%;
}

.banner-image-margin {
    height: 100px;
    width: 100%;
}

.banner-contents {
    padding: 0 0 0 20px;
    margin: 0;
    z-index: 10;
    background-color: rgb(0, 0, 0, 0.3);
}

.home-banner-container {
    margin: 0;
    padding: 0;
}

.banner-video {
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    min-height: 100%;
    width: 100%;
    height: auto;
    z-index: 0;
    float: left;
    padding: 0;
    margin: 0;
}

.banner-buttons-left,
.banner-buttons-center,
.banner-buttons-right {
    color: #000;
    background-color: transparent;
    margin: 0;
    padding: 0;
}

.banner-buttons-left {
    padding-right: 10px;
}

.banner-buttons-center {
    padding-right: 5px;
    padding-left: 5px;
}

.banner-buttons-right {
    padding-left: 10px;
}

.banner-button-bg {
    background-color: #fff;
}

.banner-button-bg h3 {
    font-family: 'Commissioner', sans-serif;
    color: #888;
    font-size: 25px;
    font-weight: 200;
    margin: 0;
    padding: 15px 0 0 20px;
}

.banner-button-bg h2 {
    font-family: 'Commissioner', sans-serif;
    color: #000;
    font-size: 35px;
    font-weight: 800;
    margin: 0 20px 0 20px;
    padding: 0 0 0 0;
    border-bottom: 4px solid #C90000;
}

.home-blocco-1 {
    padding: 0;
    margin: 0;
    background-color: #ffffff;
}

.home-blocco-1-top-grad {
    background: linear-gradient(to top, #ffffff, #d5d5d5);
    height: 60px;
}

.home-blocco-1-bottom-grad {
    background: linear-gradient(to bottom, #ffffff, #d5d5d5);
    height: 60px;
}

.home-blocco-2 img {
    width: 200px!important;
    height: auto;
    margin: 0;
}

.home-blocco-2 p {
    text-align: justify;
}

#caruselArticles {
    background-color: #fff;
    margin: 0;
    padding: 0;
}

.carousel-item {
    padding: 30px 0 30px 0;
    margin: 0;
}

.home-blocco-3 {
    margin: 0;
    padding: 0;
    background-color: #ffffff;
}

.home-blocco-3 .carousel-inner {
    max-height: 500px;
}

.home-articles-content {
    border: 1px solid #ccc;
    margin: 5px;
    border-radius: 10px;
    padding: 10px;
    margin-bottom: 20px;
}

.home-articles-content img {
    width: 100%;
}

.home-articles-content h2 {
    font-size: 20px;
}

.home-articles-content .read-more {
    text-align: right;
}

.carousel-indicators [data-bs-target]{
    background-color: #555;
}

.home-blocco-4 {
    background-color: transparent;
}

.home-blocco-4 h2 {
    font-size: 50px;
    font-weight: 800;
    margin: 20px 0 50px 0;
    color: #fff;
}

.home-blocco-4 p,
.home-blocco-4 li {
    color: #fff;
}

.home-blocco-4 .divider-separator {
    width: 300px;
}

.divider-separator {
    width: 100%;
    border-top: 5px solid #c90000;
    margin: 10px 0 10px 0;
}

.reg-disclaimer {
    font-size: 11px;
    text-align: center;
}

.home-blocco-5 {
    background-color: #fff;
}

.home-blocco-5 .contents-shadow,
.home-blocco-8 .contents-shadow {
    background-color: #fff;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
    padding: 20px;
    margin: 0;
}

.home-blocco-7 {
    margin: 0;
    padding: 0;
    border-top: 0;
    background-color: rgb(0, 0, 0, 0.3);
}

.home-blocco-7 h2 {
    color: #fff;
    font-size: 50px;
    font-weight: 800;
    padding: 30px 0 30px 0;
}

.home-blocco-8 {
    padding-top: 0;
    background-color: #fff;
}


#chevron-up {
    position: relative;
    text-align: center;
    top: -20px;
    padding: 0;
    margin-bottom: 6px;
    height: 40px;
    width: 100%;
  }
  #chevron-up:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 50%;
    background: #fff;
    -webkit-transform: skew(0deg, 2deg);
    -moz-transform: skew(0deg, 2deg);
    -ms-transform: skew(0deg, 2deg);
    -o-transform: skew(0deg, 2deg);
    transform: skew(0deg, 2deg);
  }
  #chevron-up:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 50%;
    background: #fff;
    -webkit-transform: skew(0deg, -2deg);
    -moz-transform: skew(0deg, -2deg);
    -ms-transform: skew(0deg, -2deg);
    -o-transform: skew(0deg, -2deg);
    transform: skew(0deg, -2deg);
  }

  #chevron-down {
    position: relative;
    text-align: center;
    top: 0;
    padding: 0;
    margin-bottom: 6px;
    height: 40px;
    width: 100%;
  }
  #chevron-down:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 50%;
    background: #fff;
    -webkit-transform: skew(0deg, -2deg);
    -moz-transform: skew(0deg, -2deg);
    -ms-transform: skew(0deg, -2deg);
    -o-transform: skew(0deg, -2deg);
    transform: skew(0deg, -2deg);
  }
  #chevron-down:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 50%;
    background: #fff;
    -webkit-transform: skew(0deg, 2deg);
    -moz-transform: skew(0deg, 2deg);
    -ms-transform: skew(0deg, 2deg);
    -o-transform: skew(0deg, 2deg);
    transform: skew(0deg, 2deg);
  }

@media (max-width: 540px) {
}

@media (min-width: 720px) {
    .home-blocco-2 {
        margin-left: 100px;
        margin-right: 100px;
    }

    .home-blocco-2 div {
        padding: 0 80px 0 80px;
    }
}
