.blocks {
    display: block;
}

.main-header .conteiner {
    pointer-events: none;
}

.main-header .conteiner:hover {
    pointer-events: all;
}

.main-header__logo {
    position: relative;
}

.boxed-container {
    position: relative;
}

.main-nav {
    padding-left: 0;
    padding-right: 0;
}

.scrolled .main-header {
    position: fixed;
}

header {
    position: relative;
}

.main-nav__list>li>a {
    line-height: 55px;
    padding: 0 20px;
}

.main-nav__list .mega-menu li {
    color: #05d6a0;
}

.main-nav__list .mega-menu li a {
    line-height: 1;
    padding: 0;
    color: #05d6a0;
}

.main-nav__list .mega-menu li a:hover {
    color: #fff;
}

.scrolled .main-nav__list>li>a {
    line-height: 40px;
}

.main-header .container {
    height: 55px;
}

.main-header:hover .container {
    height: auto;
}

.mega-menu {
    display: none;
    visibility: hidden;
    pointer-events: none;
    left: 0;
    right: 0;
    top: 55px;
    position: fixed;
    text-align: left;
    width: 100%;
}

.scrolled .mega-menu {
    top: 40px;
}

/* #hoverable Class Styles */
.hoverable {
    position: static;
}

.hoverable>a:after {
    bottom: 0;
    z-index: 99;
    pointer-events: none;
    margin-left: -10px;
}

.hoverable:hover .mega-menu {
    display: block;
    visibility: visible;
    pointer-events: all;
}

/* #toggle Class Styles */

.toggleable>label:after {
    content: "\25BC";
    font-size: 10px;
    padding-left: 6px;
    position: relative;
    top: -1px;
}

.toggle-input {
    display: none;
}

.toggle-input:not(checked)~.mega-menu {
    display: none;
}

.toggle-input:checked~.mega-menu {
    display: block;
}

.toggle-input:checked+label {
    color: white;
    background: rgb(3, 102, 114);
}

.toggle-input:checked~label:after {
    content: "\25B2";
    font-size: 10px;
    padding-left: 6px;
    position: relative;
    top: -1px;
}

.offer-block__wrapper {
    width: 200px;
    margin-right: 25px;
}

.main-carousel .bg--shadow:after {
    display: none;
    visibility: hidden;
}

.reasons-claim__btn {
    margin-top: 0;
}

.block__text,
.block__text--extra-small,
.block__text-small,
.cover__text .headings h1,
.cover__text .headings h2,
.cover__text .headings h3,
.cover__text .headings h4,
.cover__text .headings h5,
.cover__text .headings h6,
.cover__title,
.featured-block__subtitle,
.modal-title,
.page-block__title,
.reasons-preview__text {
    font-size: 23px;
    font-weight: 700;
    line-height: 1.1;
}

.reasons-claim__title {
    font-size: 56px;
}

.reasons-preview-list p {
    font-size: 28px;
    line-height: 38px;
}

.row-carta {
    background: url(../img/icons/carta-bg.png) #486e7c 90% 103% no-repeat;
    border-bottom: 3px solid #05d6a1;
}

.paper__list ul li a {
    text-decoration: none;
}

.paper__list ul li a span {
    text-decoration: underline;
}

.rowtitles .title-new h4 {
    font-size: 56px;
    font-weight: 900;
}

.new__featured-block {
    min-height: 400px;
}

.offer-block__wrapper-loop {
    display: block;
		margin-top: -6px;
    clear: both;
}

.offer-block__wrapper-loop:nth-child(2) {
		margin-top: 15px;
}

.centered .first {
    display: flex;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
}

.featured-block {
	padding: 0;
}

.posmeup {
    width: 100%;
		padding: 0 30px;
}

.posmedown {
    /* margin-top: auto; */
    width: 100%;
		padding: 40px 30px;
		background-size: cover;
		height: 386px;
}

.aside {
    min-height: 460px;
		padding: 12px;
}

.text-2xs {
    font-size: .6rem;
    line-height: .6rem;
}

.text-xs {
		font-size: .75rem;
    line-height: .75rem;
}

@media (min-width: 1024px) {
	.lg\:text-xs {
		font-size: .75rem;
		line-height: 1rem;
	}
}

.text-xl {
		font-size: 1.25rem;
    line-height: 1.25rem;
}

@media (min-width: 768px) {
		.md\:text-3xl {
				font-size: 1.875rem;
				line-height: 2.25rem;
		}
}

.text-2xl {
		font-size: 1.5rem;
    line-height: 1.5rem;
}

.text-3xl {
		font-size: 1.875rem;
    line-height: 1.875rem;
}

.w-100{width:25rem}

.w-112{width:28rem}

w-180{width:45rem}

@media (min-width: 1024px) {
	.lg\:w-180{width:45rem}
}


.single-offerta.third-w {
    width: 32%;
    float: left;
}

.single-offerta.third-w:nth-child(2) {
    margin: 0 2%;
}

.single-offerta.third-w .aside {
    min-height: 480px;
    width: 100%;
    min-width: 100%;
    margin-top: -10px;
}

.posmedownMargin {
    margin-bottom: 20px;
}

.centered {
    display: flex;
    width: 100%;
}

.switch {
    margin: 15px auto;
}

/* main styles */
.switch {
    width: 100%;
    position: relative;
}

.switch input {
    position: absolute;
    top: 0;
    z-index: 2;
    opacity: 0;
    cursor: pointer;
}

.switch input:checked {
    z-index: 1;
}

.switch input:checked+label {
    opacity: 1;
    cursor: default;
}

.switch input:not(:checked)+label:hover {
    opacity: 0.5;
}

.switch label {
    color: #fff;
    opacity: 0.33;
    transition: opacity 0.25s ease;
    cursor: pointer;
}

.text-yellow .switch label {
    color: #ffd666;
}

.text-darkgreen .switch label {
    color: #386070;
}

.switch .toggle-outside {
    height: 100%;
    border-radius: 2rem;
    padding: 0.25rem;
    overflow: hidden;
    transition: 0.25s ease all;
}

.switch .toggle-inside {
    border-radius: 5rem;
    background: #4a4a4a;
    position: absolute;
    transition: 0.25s ease all;
}

.text-yellow .switch .toggle-inside {
    background: #ffd666;
}

.text-darkgreen .switch .toggle-inside {
    background: #386070;
}

.switch--horizontal {
    width: 100%;
    height: 2rem;
    margin: 0 auto;
    font-size: 0;
    margin-bottom: 1rem;
    margin-top: 1rem;
}

.switch--horizontal input {
    height: 3rem;
    width: 5rem;
    left: 6rem;
    margin: 0;
}

.switch--horizontal label {
    font-size: 16px;
    line-height: 2rem;
    display: inline-block;
    width: 6rem;
    height: 100%;
    margin: 0;
    text-align: center;
    text-transform: uppercase;
}

.switch--horizontal label:last-of-type {
    margin-left: 4.5rem;
    text-align: center;
}

.switch--horizontal .toggle-outside {
    background: #fff;
    position: absolute;
    width: 4rem;
    left: 6.5rem;
}

.switch--horizontal .toggle-inside {
    height: 1.5rem;
    width: 1.5rem;
}

.switch--horizontal input:checked~.toggle-outside .toggle-inside {
    left: 0.25rem;
}

.switch--horizontal input~input:checked~.toggle-outside .toggle-inside {
    left: 2.25rem;
}

.offers__choice .offers__choice__info {
    width: 100%;
}

.offers__choice .offers__choice__info__switch {
    width: 100%;
    float: left;
}

.offers__choice__info h4 {
    float: right;
    width: 50%;
    text-align: right;
    line-height: 32px;
    font-size: 32px;
    font-weight: 900;
}

.offers__choice__info h4 strong {
    font-size: 14px;
    font-weight: 400;
    line-height: 32px;
}

.offers__choice__info h4 br {
    display: none;
    visibility: hidden;
}

.offers__choice__info p {
    float: left;
    width: 50%;
    font-size: 14px;
    line-height: 18px;
}

.aside .button {
    width: 100%;
    font-size: 16px;
		margin: 0;
		max-width: 100%;
}

.aside .button.button--last {
    margin-right: 0;
}

/* .aside h3 {
    margin-bottom: 1em;
} */

.offers__info_txt {
    margin-bottom: 2em;
}

.offers__info_txt p {
    font-size: 32px;
    font-family: "Titillium Web", sans-serif;
}

.offers__info_txt p strong {
    font-size: 48px;
}

.main-footer {
    position: relative;
    padding: 40px 0;
    border-top: 2px solid #05d6a0;
    margin-top: 60px;
    font-size: 14px;
}

.renew__outside {
    width: 20%;
    position: relative;
    float: left;
    margin: 0 6.5%;
}

.offers__info_txt h5 {
    font-size: 32px;
    text-shadow: 3px 3px 0px rgba(0, 0, 0, 0.25);
    font-weight: 900;
    line-height: 0.9;
    float: left;
    width: 100%;
    margin-bottom: 20px;
}

.offers__info_txt.text-yellow h5 {
    color: #fff;
}

.offers__info_txt h6 {
    float: right;
    width: 50%;
    text-align: right;
    line-height: 32px;
    font-size: 32px;
    font-weight: 900;
    text-shadow: none;
}

.offers__info_txt h6 strong {
    font-size: 14px;
    font-weight: 400;
    line-height: 32px;
}

.offers__info_txt p {
    float: left;
    width: 50%;
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    text-shadow: none;
    text-transform: uppercase;
}

.offers__choice hr,
.offers__info_txt hr {
    border: 0;
    width: 100%;
    float: left;
    margin-bottom: 20px;
}

.offers__info_txt h2 {
    text-shadow: 3px 3px 0px rgba(0, 0, 0, 0.25);
    font-size: 48px;
    font-weight: 900;
    line-height: 0.9;
    margin-bottom: 20px;
}

.offers__info_txt.text-yellow h2 {
    color: #fff;
}

.over-slider {
    z-index: 2;
}

.slick-list {
    overflow: visible;
    padding: 0 0 0 0;
    position: relative;
}

.slick-list::after {
    content: " ";
    position: absolute;
    top: 0px;
    bottom: 0px;
    width: 4000px;
    right: 100%;
    background-color: white;
}

.success {
    position: relative;
    z-index: 10;
    min-width: 393px;
}

.renew__slider {
    overflow: visible;
    float: left;
}

/* .cap-cover {
    overflow: auto;
} */

.boxed-container,
.boxed-container.open,
.scrolled .boxed-container {
    z-index: 999999;
    position: relative;
    pointer-events: all;
}

.renew__slider .renew__img {
    padding-right: 20px;
}

.renew__slider .renew__img h2 {
    font-size: 52px;
    line-height: 1;
    margin-top: 20px;
    margin-bottom: 20px;
    font-weight: 900;
    color: #05d6a0;
    text-transform: uppercase;
}

.renew__slider .renew__img h3 {
    font-size: 32px;
    font-weight: 700;
    line-height: 0.9;
    margin-bottom: 20px;
}

.renew__slider .renew__img p {
    font-size: 22px;
    font-weight: 400;
    line-height: 1.4;
    margin-top: 15px;
}

.slide-arrow {
    position: absolute;
    bottom: 0;
    z-index: 99;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 40px;
    text-shadow: 2px 2px 0px rgba(0, 0, 0, 0.25);
    color: #05d6a0;
}

.slide-arrow:hover {
    color: #386070;
}

.prev-arrow {
    left: -50%;
    width: 10px;
    height: 30px;
}

.prev-arrow:after {
    content: "\f104";
}

.next-arrow {
    left: calc(-50% + 30px);
    width: 10px;
    height: 30px;
}

.next-arrow:after {
    content: "\f105";
}

.slide-story {
    border-radius: 8px;
    margin: 0 10px;
    padding: 20px;
    text-align: center;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.25);
    font-family: "Titillium Web", sans-serif;
}

.slide-story:hover {
    box-shadow: 4px 4px 0 rgba(0, 0, 0, 0.25);
}

/* .row {
    overflow: hidden;
} */

.renew__list_text .story-title h3 {
    font-size: 24px;
    text-transform: uppercase;
    margin-top: 15px;
    margin-bottom: 30px;
    line-height: 1;
    min-height: 2em;
}

.renew__list_text .slide-story .reasons-claim__btn {
    margin-bottom: 15px;
}

.cap-cover__cnt {
    border-radius: 8px;
}

.input-field--no-margin .ui-select-bootstrap>.ui-select-match>.btn {
    color: #fff;
    border: 1px solid #fff !important;
}

.cap-cover__cnt h3 {
    font-size: 20px;
    font-weight: 500;
}

.button {
    font-family: "Titillium Web", sans-serif;
}

body {
    font-family: "Titillium Web", sans-serif;
}

.row {
    position: relative;
    width: 100%;
    margin: 60px 0 30px 0;
}

button:focus {
    outline: 0;
}

.main-carousel__slide .aside {
    width: 40%;
}

.OffertePIVAPage .table-container,
.OffertePlacetPage .table-container,
.OffertePage .table-container {
    padding-top: 50px;
}

.OffertePIVAPage .main-carousel__slide .align-bottom,
.OffertePlacetPage .main-carousel__slide .align-bottom,
.OffertePage .main-carousel__slide .align-bottom {
    padding-bottom: 20px;
}

.fixme {
    margin: 0;
    z-index: 11;
}

.typo-cnt h1 {
    color: #05d6a1;
}

.typo-cnt h1,
.typo-cnt h2,
.typo-cnt h3,
.typo-cnt h4,
.typo-cnt h5,
.typo-cnt h6 {
    font-weight: 400;
}

.typo-cnt h1 strong,
.typo-cnt h1 {
    font-size: 56px;
    line-height: 60px;
}

.typo-cnt h1 strong {
    font-weight: 900;
}

.typo-cnt h2 {
    font-size: 32px;
    line-height: 36px;
}

.typo-cnt h3 {
    font-size: 28px;
    line-height: 38px;
}

.typo-cnt h4 {
    font-size: 24px;
    line-height: 36px;
}

.typo-cnt h5 {
    font-size: 22px;
    line-height: 24px;
}

.typo-cnt h6 {
    font-size: 20px;
    line-height: 22px;
}

.typo-cnt p {
    font-size: 18px;
}

.sticky__title {
    font-size: 22px;
    line-height: 22px;
}

#info .button--small {
    max-width: 100%;
}

.sticky__addinfo .sticky__info .offers__choice__info__side h6,
.sticky__addinfo .sticky__info .offers__choice__info__side p,
.sticky__addinfo .sticky__info .offers__choice__info__side hr {
    display: none;
    visibility: hidden;
}

.offers__choice__info h2 {
    line-height: 32px;
    font-size: 32px;
    font-weight: 900;
}

.wrappersticky .offers__choice__info p {
    font-size: 12px;
    line-height: 16px;
}

.rowtitles h4.insideTitle,
.flatflex__block__up h4.insideTitle {
    font-size: 56px;
    font-weight: 900;
}

.plus-list__text p {
    font-size: 24px;
    line-height: 34px;
}

.flatflex__block__up h4 {
    font-weight: 900;
}

.flatflex__block__down h5 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 15px;
    margin-top: 5px;
}

.acc {
    max-width: 60%;
    display: inline-block;
    overflow: hidden;
    width: 60%;
    border-bottom: 1px solid #05d6a0;
}

.acc__card {
    position: relative;
}

.acc__title {
    background: #fff;
    cursor: pointer;
    display: block;
    padding: 15px 0;
    position: relative;
    text-align: left;
    line-height: 1;
    color: #05d6a0;
    font-size: 24px;
    font-weight: 700;
    border-top: 1px solid #05d6a0;
}

/* .acc__title:first-child {} */

.acc__title::after {
    width: 16px;
    height: 16px;
    border-right: 1px solid #05d6a0;
    border-bottom: 1px solid #05d6a0;
    position: absolute;
    right: 8px;
    content: " ";
    top: 18px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.acc__title.active {
    border-bottom-color: #fff;
}

.acc__title.active::after {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.acc__panel {
    background: #fff;
    color: #212121;
    display: none;
    margin: 0;
    padding-bottom: 2em;
    text-align: left;
}

.tab__det .goto {
    text-decoration: underline;
}

.tab__det .goto:hover {
    color: #386070;
}

.text-white a {
    color: #fff;
}

.row-nomargin {
    margin-top: 0;
}

.row-video {
    padding: 50px 0;
}

.row-video .wrapper {
    background: url(../img/icons/video-bg.png) 100% 50% no-repeat;
}

.single-offerta.third-w .button {
    min-width: 150px;
    max-width: 150px;
    font-size: 16px;
}

.complete-offers-mini {
    overflow: visible;
    float: left;
    margin-bottom: 60px;
}

.complete-offers-mini .wrapper {
    padding-bottom: 5px;
}

.offerta-image {
    float: left;
    width: 96%;
    background-position: center left;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 5px;
    margin-left: 2%;
    margin-right: 2%;
    min-height: 200px;
    padding: 10px;
    position: relative;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
}

.offerta-image .offer-block__wrapper i {
    width: 50px;
}

.offerta-image .offer-block__wrapper {
    width: 120px;
    float: right;
    margin-right: 0;
}

.offerta-image .posmedown {
    margin-bottom: 15px;
}

.cover-img {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 500px;
    align-items: stretch;
    display: flex;
}

.cover-img h1 {
    font-size: 72px;
    margin-bottom: 20px;
}

.cover-img h2 {
    font-size: 36px;
    line-height: 1;
    font-weight: 700;
}

.cover-img .typo-cnt__third {
    overflow: visible;
}

.cover-img .wrapper {
    position: relative;
}

.cover-img .wrapper .main-carousel__logo {
    width: 10%;
    top: auto;
    bottom: -35px;
    background-position: left bottom;
    pointer-events: none;
}

.enne-image {
    border-radius: 8px;
    overflow: hidden;
}

.Aligner {
    display: flex;
    align-items: center;
    justify-content: center;
}

.featured-block__icons-single-icon-featured i {
    font-size: 70px;
}

.row-risparmio .featured-block__icons-single-icon-featured i {
    font-size: 50px;
}

.enne-text .featured-block__title {
    font-size: 56px;
    margin-top: 10px;
}

.enne-text .featured-block__text--big {
    font-size: 28px;
    line-height: 38px;
}

.row-enne:nth-child(odd) .enne-image {
    order: 2;
}

.row-enne:nth-child(odd) .enne-text {
    order: 1;
    padding-right: 75px;
}

.row-enne:nth-child(even) .enne-text {
    padding-left: 75px;
}

.InfoPointHolder .row--overlap {
    margin-top: -190px;
    overflow: visible;
}

.btn {
    text-decoration: underline;
    font-size: 18px;
}

.faq-contacts__item p {
    text-align: left;
    width: 100%;
}

.faq-contacts__item h2 {
    font-size: 46px;
    line-height: 1;
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 10px;
    text-align: left;
    width: 100%;
}

.faq-carousel__bg {
    display: inline-block;
}

/* .faq-carousel__bg h5,
.faq-carousel__bg h6 {} */

.faq-carousel__bg h5 {
    text-transform: uppercase;
    font-size: 14px;
    margin-top: 60px;
}

/* .faq-carousel__bg h6 {} */

.row-first {
    margin-top: 0;
    padding-top: 0;
}

.page-title-alone h1 {
    font-size: 56px;
    font-weight: 900;
    color: #05d6a0;
}

.faq-list__title {
    text-transform: uppercase;
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 20px;
}

.sidebar {
    position: relative;
}

.sidebar__block-faq .faq-list {
    padding: 10px;
    background: #f2f2f2;
}

.sidebar__block-faq .faq-list__title .goto {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 20px;
}

.sidebar__block-faq .faq-list__title,
.sidebar__block-faq .faq-list__item {
    margin-bottom: 0;
}

aside .fixed {
    position: fixed;
    width: inherit;
}

.faq-list__item__loop {
    margin-bottom: 100px;
}

.first-content-flat {
    padding: 50px 0 0 0;
}

.first-content-flat .row-first {
    margin: 0;
}

.first-content-flat .row-first .page-title {
    margin-bottom: 0;
}

.first-content-flat .row-first .wrapper {
    border-bottom: 3px solid #05d6a1;
}

.single-abb {
    float: left;
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.single-abb-link {
    border: 0;
    padding: 0;
    min-height: 416px;
    overflow: visible;
    display: block;
    padding: 40px 20px;
    border-radius: 5px;
}

.single-abb-link:hover {
    box-shadow: 4px 4px 0 rgba(0, 0, 0, 0.25);
    background: #edeff3;
}

.abb-text h3 {
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    height: 56px;
    margin-bottom: 20px;
    margin-top: 10px;
    text-align: center;
    opacity: 0;
    color: #386170;
}

.single-abb-link .full-w {
    width: 100%;
}

.floatleft {
    float: left;
    text-align: left;
}

.single-abb-link .button {
    opacity: 0;
}

.single-abb-link:hover .button {
    opacity: 1;
}

.single-abb-link:hover .abb-text h3 {
    opacity: 1;
}

#posts-nav {
    padding: 0;
    list-style: none;
    width: 100%;
    position: relative;
    margin: 0;
    display: inline-block;
    min-height: 60px;
    border-top: 1px solid #05d6a0;
    padding-top: 15px;
}

#posts-nav li {
    position: absolute;
    font-size: 18px;
    font-weight: 600;
    width: 50%;
}

#posts-nav li a {
    display: inline-block;
    font-size: 32px;
    font-weight: bold;
    line-height: 1;
}

#posts-nav li.prev-post {
    left: 0;
}

#posts-nav li.prev-post a {
    padding-left: 50px;
}

#posts-nav li.next-post {
    right: 0;
    text-align: right;
}

#posts-nav li.next-post a {
    padding-right: 50px;
}

#posts-nav li.prev-post a:before,
#posts-nav li.next-post a:before {
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 40px;
    position: absolute;
    color: inherit;
    top: 50%;
    transform: translate3d(0, -50%, 0);
    transition: transform 0.3s;
}

#posts-nav li.prev-post a:before {
    left: 0;
    content: "\f104";
}

#posts-nav li.next-post a:before {
    right: 0;
    content: "\f105";
}

#posts-nav li span {
    display: block;
    color: #999;
    font-size: 14px;
    margin-bottom: 1px;
    font-weight: 500;
}

.main-carousel__claim {
    color: #fff;
}

/* Morena - commentato altrimenti non si vedeva bene il carousel delle faq da capire se serviva a a qualcosa
.HomePage .owl-carousel .owl-wrapper-outer {
    overflow: visible;
    float: left;
} */

.HomePage .main-carousel__slide {
    overflow: visible;
}

.HomePage .main-carousel__secondaryimage .main-carousel__logo {
    min-height: 180px;
    margin-bottom: -35px;
}

.HomePage .wrapper .main-carousel__caption {
    padding: 5px 0;
}

.HomePage .main-carousel__caption p {
    font-size: 32px;
    line-height: 36px;
    color: #fff;
}

.HomePage .wrapper .main-carousel__secondaryimage {
    width: 15%;
}

.HomePage .first-content{
    overflow-x: hidden;
}
.backgroundslide{
    bottom: -1px;
}

@media only screen and (max-width: 1024px) {
    .centered .first {
        width: 75%;
    }

    .single-offers .first h2,
    .first h2 {
        font-size: 56px;
        line-height: 0.9;
    }

    .success {
        min-width: auto;
    }

    .enne-text .featured-block__text--big {
        font-size: 20px;
        line-height: 1.4;
    }

    .single-offerta.third-w .aside {
        min-height: 550px;
    }

    .renew__slider .renew__img p {
        font-size: 16px;
    }

    .abb-text h3 {
        opacity: 1;
        color: #386070;
    }

    .single-abb-link .button {
        opacity: 1;
    }

    .main-header .container,
    .main-header:hover .container {
        height: 55px;
    }
}

@media only screen and (max-width: 1023px) {
    .main-header .container.mx-auto.w-full.flex.flex-wrap.mx-2.justify-center {
        height: auto;
        margin-bottom: 0;
    }

    .panel-header__wrapper {
        width: 400px;
        -webkit-transform: translate3d(400px, 0, 0);
        transform: translate3d(400px, 0, 0);
    }

    /* header .mx-auto.flex {} */

    .aside {
        min-height: 460px;
        width: 100%;
    }

    .flex.main-nav__list {
        display: block;
    }

    .mega-menu {
        display: block;
        visibility: visible;
        pointer-events: all;
        left: 0;
        right: 0;
        top: 0;
        position: relative;
        text-align: right;
        width: 100%;
        padding: 0;
        background: transparent;
        margin-bottom: 0;
    }

    .w-1\/3 {
        width: 100%;
        display: block;
    }

    .main-nav__list .mega-menu li {
        color: #fff;
        font-size: 16px;
        line-height: 40px;
        width: 100%;
        display: block;
    }

    .main-nav__list .mega-menu li h3 {
        color: #ffd666;
        font-size: 16px;
        line-height: 40px;
        margin-bottom: 0;
    }

    .main-nav__list .mega-menu li a {
        font-size: 16px;
        line-height: 24px;
        text-align: right;
        color: #fff;
        font-weight: 400;
        display: block;
    }

    .has-subnav .blocks {
        display: none;
        visibility: hidden;
    }

    .main-nav__list>li,
    .main-nav__list {
        width: 100%;
        display: block;
        float: left;
    }

    .main-nav__list>li>a {
        line-height: 40px;
        float: left;
        width: 100%;
        padding: 0;
    }

    .main-nav__list>li:before {
        content: "";
        display: block;
        width: 100%;
        height: 1px;
        margin: 5px 0 5px auto;
        top: 0;
        background: #ffd666;
    }

    .main-nav__list>li:after {
        display: none;
        visibility: hidden;
    }

    .cap-cover__form .input-field {
        margin-top: 40px !important;
        margin-bottom: 40px !important;
    }

    .OffertePIVAPage .js-main-carousel .aside,
    .OffertePlacetPage .js-main-carousel .aside,
    .OffertePage .js-main-carousel .aside {
        width: 100%;
    }

    .OffertePIVAPage .main-carousel__slide .align-bottom,
    .OffertePlacetPage .main-carousel__slide .align-bottom,
    .OffertePage .main-carousel__slide .align-bottom {
        padding-bottom: 20px;
        position: relative;
        float: left;
        width: 100%;
				display: none;
    }

    .OffertePIVAPage .table-container,
    .OffertePlacetPage .table-container,
    .OffertePage .table-container {
        padding-top: 0;
    }

    .offer-block__wrapper.bg-white.text-businessgreen,
    .offer-block__wrapper.bg-yellow.text-red {
        bottom: auto;
    }

    .offer-block__wrapper {
        margin-top: 20px;
    }

    .scrolled .mega-menu {
        top: 0;
    }

    .acc {
        max-width: 100%;
        width: 100%;
    }

    .single-offerta.third-w {
        width: 100%;
        float: left;
        margin-bottom: 25px;
    }

    .single-offerta.third-w:nth-child(2) {
        margin: 0;
        margin-bottom: 25px;
    }

    .row--overlap>.wrapper {
        padding-top: 20px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .single-offerta.third-w .aside {
        min-height: auto;
    }
}

@media only screen and (max-width: 768px) {

    .align-absolute h1,
    .align-absolute h2,
    .align-absolute h3,
    .align-absolute h4,
    .align-absolute h5,
    .align-absolute h6 {
        margin-bottom: 20px;
        font-size: 80px;
    }

    .offer-block__wrapper.bg-white.text-businessgreen,
    .offer-block__wrapper.bg-yellow.text-red {
        bottom: 0;
        position: relative;
    }

    .posmedown .offer-block__wrapper.bg-white.text-businessgreen,
    .posmedown .offer-block__wrapper.bg-yellow.text-red {
        bottom: 0;
        position: relative;
    }

    .renew__slider .renew__img h2,
    .renew h2 {
        font-size: 36px;
    }

    .offer-block__info__bsn {
        padding-left: 0;
    }

    .OffertePIVAPage .js-main-carousel .aside,
    .OffertePlacetPage .js-main-carousel .aside,
    .OffertePage .js-main-carousel .aside {
        width: 100%;
    }

    .wrapper .main-carousel__box__offerta,
    .business__row .wrapper .main-carousel__box__offerta {
        width: 100%;
        position: relative;
        display: block;
        float: left;
    }

    .third-w {
        width: 50%;
    }
}

@media only screen and (max-width: 767px) {

    .align-absolute h1,
    .align-absolute h2,
    .align-absolute h3,
    .align-absolute h4,
    .align-absolute h5,
    .align-absolute h6 {
        margin-bottom: 20px;
        font-size: 40px;
    }

    .Aligner {
        flex-wrap: wrap;
    }

    .row-enne .enne-image {
        flex: 0 0 100%;
        /* flex-grow, flex-shrink, flex-basis */
    }

    .row-enne:nth-child(odd) .enne-image {
        order: 1;
    }

    .row-enne:nth-child(odd) .enne-text {
        order: 2;
        padding-right: 0;
    }

    .row-enne:nth-child(even) .enne-text {
        padding-left: 0;
    }

    .row-enne .enne-text {
        text-align: center;
        flex: 0 0 100%;
        /* flex-grow, flex-shrink, flex-basis */
        padding-top: 15px;
    }

    .row-risparmio .featured-block__icons-single-icon-featured i {
        font-size: 50px;
        margin-left: -60px;
    }

    .offer-block__wrapper {
        width: 130px;
    }

    .third-w {
        width: 100%;
    }

    .twothird-w {
        width: 100%;
    }

    .rowtitles .title-new h4,
    .paper h2,
    .rowtitles h4.insideTitle,
    .flatflex__block__up h4.insideTitle {
        font-size: 36px;
        font-weight: 900;
        line-height: 1;
    }

    .typo-cnt h1 strong,
    .typo-cnt h1 {
        font-size: 32px;
        line-height: 1.2;
    }

    .typo-cnt h2 strong,
    .typo-cnt h2 {
        font-size: 30px;
        line-height: 1.2;
    }

    .typo-cnt h3 strong,
    .typo-cnt h3 {
        font-size: 26px;
        line-height: 1.2;
    }

    .typo-cnt h4 strong,
    .typo-cnt h4 {
        font-size: 24px;
        line-height: 1.2;
    }

    .typo-cnt h5 strong,
    .typo-cnt h5 {
        font-size: 22px;
        line-height: 1.2;
    }

    .typo-cnt h6 strong,
    .typo-cnt h6 {
        font-size: 20px;
        line-height: 1.2;
    }

    .typo-cnt p strong,
    .typo-cnt p {
        font-size: 18px;
        line-height: 1.2;
    }

    .last p,
    .centered .first {
        width: 100%;
    }

    .offer-block__wrapper-loop {
        display: inline-block;
        clear: initial;
    }

    .aside h3,
    .offers__info_txt h2 {
        font-size: 36px;
    }

    .offers__choice__info h4,
    .offers__choice__info h2 {
        font-size: 24px;
        line-height: 24px;
    }

    .sticky__addinfo .sticky__info .offers__choice__info {
        width: 100%;
        padding: 0;
        padding-top: 10px;
    }

    .offers__choice__info p {
        font-size: 12px;
        line-height: 12px;
    }

    .offers__choice__info p {
        width: 30%;
    }

    .offers__choice__info h4 {
        width: 70%;
    }

    .switch--horizontal {
        width: 100%;
        height: 30px;
        margin: 0 auto;
        font-size: 0;
        margin-bottom: 5px;
        margin-top: 5px;
    }

    .switch--horizontal label {
        font-size: 12px;
        line-height: 20px;
    }

    .switch--horizontal .toggle-outside {
        background: #fff;
        position: absolute;
        width: 40px;
        height: 24px;
        left: 100px;
        padding: 2px;
    }

    .switch--horizontal .toggle-inside {
        height: 20px;
        width: 20px;
    }

    .switch--horizontal input:checked~.toggle-outside .toggle-inside {
        left: 2px;
    }

    .switch--horizontal input~input:checked~.toggle-outside .toggle-inside {
        left: 18px;
    }

    .text-yellow .switch label {
        text-align: left;
    }

    aside .fixed {
        position: relative !important;
        top: auto !important;
    }

    .cover-img h1 {
        font-size: 52px;
        margin-bottom: 20px;
    }

    .cover-img h2 {
        font-size: 30px;
        line-height: 1;
        font-weight: 700;
    }

    .boxed-container,
    .boxed-container.open,
    .scrolled .boxed-container .boxed-container {
        position: absolute;
        width: 100%;
    }
}

@media only screen and (max-width: 400px) {

    .switch--horizontal label,
    .text-yellow .switch label {
        width: 80px;
    }
}

.page-modal__container>div>div { padding: 0; }

.page-modal, .service-modal { z-index: 600; }

.modal-cnt .contact-form-area .field { width: auto; }

.modal-col { float: none; }

.w-full .button--small, .w-1\/2 .button--small {
		width: 100%!important;
		min-width: 100%;
}

.contract-header-info--text {
	display: none;
}

.CallCenterPage .service-modal {
	visibility: hidden;
}

.CallCenterPage .service-modal.visible {
	visibility: visible;
}

/* Placet */

.bg-placetgas {
	background: #37007d;
}

.n-placetgas-icon-rounded {
    width: 100px;
		height: 100px;
}

.n-placetgas-icon-rounded:after {
    background-image: url(../img/icons/n-placet-gas-icon.png);
    background-size: 100% auto;
		height: 100%;
}

.button--placetgas-white{color:#fff;background:#37007d}
.button--placetgas-white:hover{color:#fff;background:#37007d}
.button--white-placetgas{color:#37007d;background:#fff}
.button--white-placetgas:hover{color:#37007d;background:#fff}

.bg-placetluce {
	background: #a3027e;
}

.n-placetluce-icon-rounded {
    width: 100px;
		height: 100px;
}

.n-placetluce-icon-rounded:after {
    background-image: url(../img/icons/n-placet-energy-icon.png);
    background-size: 100% auto;
		height: 100%;
}

.button--placetluce-white{color:#fff;background:#a3027e}
.button--placetluce-white:hover{color:#fff;background:#a3027e}
.button--white-placetluce{color:#a3027e;background:#fff}
.button--white-placetluce:hover{color:#a3027e;background:#fff}