/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}
@font-face { 
    font-family: "Hisense Sans Alfabet";
    font-display: fallback;
    font-fallback: Arial,"Helvetica Neue", Helvetica, sans-serif;
    font-weight: 700;
    src: url(/app/uploads/2022/07/HisenseSansAlfabet-Bold.ttf) format('TrueType');
}
@font-face {
    font-family: "Hisense Sans Alfabet";
    font-display: fallback;
    font-fallback: Arial,"Helvetica Neue", Helvetica, sans-serif;
    font-weight: 500;
    src: url(/app/uploads/2022/07/HisenseSansAlfabet-Medium.ttf) format('TrueType');
} 
@font-face {
    font-family: "Hisense Sans Alfabet";
    font-display: fallback;
    font-fallback: Arial,"Helvetica Neue", Helvetica, sans-serif;
    font-weight: 400;src: url(/app/uploads/2022/07/HisenseSansAlfabet-Regular.ttf) format('woff2');
} 
@font-face {
    font-family: "Hisense Sans Alfabet";
    font-display: fallback;
    font-fallback: Arial,"Helvetica Neue", Helvetica, sans-serif;
    font-weight: 300;src: url(/app/uploads/2022/07/HisenseSansAlfabet-Light.ttf) format('woff2');
}


/* REGOLE GENERALI */

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
.intro *,
.form *, 
.outro * {
    font-family: "Hisense Sans Alfabet", Arial, Helvetica, sans-serif;
}
.container-xl, .container-lg, .container-md, .container-sm, .container {
	max-width: 1380px;
}
.gform_submission_error {
    padding-top: 0px;
    color: red;
    font-size: 26px;
}

.gfield_validation_message {
    color: red;
    padding-left: 6px;
    padding-top: 8px;
    }

.gap-3 {
    gap: 30px;
}
.gform_wrapper .gfield_required {
	padding-left: 1px;
	color: gray !important;
}
a:hover, p:hover {
    text-decoration: none;
}

a.btn-backtotop {
    display: none;
}

.campi_obbligatori {
    color: gray;
    padding-top: 20px;
    text-align: end;
}

header{
    font-family: 'Hisense Sans Alfabet';
}

header a.logo {
    font-size: 1.6rem;
}

.navbar {
	display:none;
}

.navigations{ 
    width: 100%;
}

.navigations .left, .navigations .right{ 
    margin-bottom: 0px !important;
}

.bordo-colorato {
	position: relative;
	width: 250px;
	height: 60px;
	margin-top: 40px !important;
	margin-bottom: 10px !important;
	border-radius: 50px;
	border: 0px solid transparent;
	margin: 0 auto;
	mask-composite: exclude;
	background-image: linear-gradient(to right, #fb8c47, #359ca5);
	transition: all 0.4s ease;
}

.bordo-colorato a {
	border-radius: 70px;
	color: white;
	position: absolute;
	top: 5px;
	left: 5px;
	padding: 9px 45px;
	margin-top: 0 !important;
}

/* FINE REGOLE GENERALI  */


.tooltip-inner{min-width:420px;padding:15px;color:#fff;text-align:center;background-color:white !important;border-radius:15px;border:3px solid #4FDED8;}
.tooltip-arrow{
    bottom:0;
    left:50%;
    margin-left:-5px;
    border-left:5px solid transparent;
    border-right:5px solid transparent;
    border-top:5px solid red
}
.tooltip-arrow{
    display: none !important;
}
.popup_seriale {
	text-align: right;
	margin-top: -55px;
	position: absolute;
	right: 65px;
}

.intro {
    background-color: #f5f5f5;
}

.intro img {
	width: 100%;
	margin: 0 auto;
	display: block;
	max-width: 1450px;
	padding: 0;
}
.titolo_section {
    text-transform: uppercase;
    font-weight: 500;
    line-height: 50px !important;
    padding-top: 80px;
    padding-bottom: 20px;
    font-size: 40px;
}
.titolo_section_main {
	text-transform: uppercase;
	font-weight: 200;
	line-height: 50px !important;
	padding-top: 45px;
	padding-bottom: 20px;
	font-size: 40px;
}
.titolo_section_main b {
    font-weight: 500;
}
.pre-text {
	text-transform: uppercase;
	font-weight: 600;
	font-size: 20px;
}
.gform_validation_error .titolo_section {
	padding-top: 30px;
}
h4 {
    text-transform: uppercase;
    padding: 40px 0;
    font-weight: bold !important;
}

h4 {
    text-transform: uppercase;
    padding: 40px 0;
    font-weight: bold !important;
}

.landing_card {
	max-width: calc(33% - 20px);
	background-color: white;
	border-radius: 20px;
	padding: 20px;
	gap: 30px;
	height: 350px;
	width: 100%;
	margin: 0;
}

.landing_card.no-padding {
	padding: 0;
	position: relative;
	overflow: hidden;
}
.landing_card img {
	/* width: 90px; */
	height: 80px;
}
.landing_card.no-padding .img_wrapper {
	position: absolute;
	top: 0;
	width: 100%;
}
.landing_card.no-padding .testo_card {
	margin-top: 170px;
}
.landing_card.no-padding img {
	height: 150px;
}
.landing_card .testo_card {
	font-size: 18px;
	font-weight: 200;
	min-height: 110px;
}
.landing_card .testo_card a {
	font-size: 15px;
	margin-top: 30px;
	display: block;
}
.landing_card .testo_card b {
	font-weight: 800;
}
.landing_card.x2 {
	max-width: calc(66% - 20px);
	background-color: #24abab;
	border-radius: 20px;
	padding: 20px;
	gap: 30px;
	height: 350px;
	width: 100%;
	margin: 0;
}
.landing_card.x2 p {
	font-size: 21px;
	font-weight: 400;
	min-height: 100px;
	flex: 75%;
	text-align: left;
	padding-left: 30px;
	margin-bottom: 0;
	color: #fff;
}
.landing_card.x2 p b.title {
	font-size: 40px;
	font-weight: 800;
	text-align: left;
	line-height: 1;
	color: #fff;
	text-transform: uppercase;
}
.landing_card.x2 div {
	font-size: 18px;
	font-weight: 400;
	min-height: 100px;
	flex: 50%;
}
.landing_card.x2 .plus-img {
	position: absolute;
	left: -50px;
	width: 100px;
}
.landing_card.x2 .img_wrapper img {
	position: absolute;
	right: 75px;
	max-width: 360px;
	bottom: auto;
	top: 0;
	height: auto;
}
.landing_card_big {
    width: 100%;
	background: rgb(148,80,36);
	background: linear-gradient(90deg, rgba(148,80,36,1) 0%, rgba(219,190,74,1) 100%);
    border-radius: 20px;
    padding: 20px;
    gap: 30px;
    height: 180px;
	color: #fff;
	position: relative;
	margin-top: 100px;
}

.landing_card_big p {
	font-size: 21px;
	font-weight: 400;
	min-height: 100px;
	flex: 75%;
	text-align: left;
	padding-left: 60px;
	margin-bottom: 0;
	text-shadow: -5px 2px 20px rgba(0, 0, 0, 0.6);
}
.landing_card_big p b.title {
	font-size: 40px;
	font-weight: 800;
	text-align: left;
	line-height: 1;
}
.landing_card_big div {
	font-size: 18px;
	font-weight: 400;
	min-height: 100px;
	flex: 50%;
}
.landing_card_big .plus-img {
	position: absolute;
	left: -50px;
	width: 100px;
}
.landing_card_big .img_wrapper img {
	position: absolute;
	right: 75px;
	max-width: 460px;
	bottom: 0px;
}

.img_wrapper.offset {
	top: -10px;
	position: absolute;
}
.img_wrapper.offset img {
	position: relative;
	right: auto;
	max-width: 280px;
	bottom: auto;
	width: 100%;
	height: auto;
}

.intro a {
    font-size: 24px;
}

.intro a:hover {
    text-decoration: underline;
}

.outro {
    background: linear-gradient(180deg, #4fded8 0%, #009092 120.78%);
    color: white !important;
}

.outro .titolo_outro {
    color: white;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 40px;
}

.outro .testo_outro {
    color: white;
    font-size: 36px;
    font-weight: 100;
    margin-top: -10px;
    padding: 0 150px;
    line-height: 50px;
}

.outro .iscriviti_container {
	position: relative;
	border: none;
	padding: 30px;
	border-radius: 50px;
}

.outro_input {
    border: none;
    background: transparent;
    width: 78%;
    outline: none;
    box-shadow: none;
    color: white;
    font-size: 21px;
}

.outro_input::placeholder {
    color: white;
    font-size: 24px;
}

.outro .outro_button {
	position: relative;
	top: auto;
	right: auto;
	color: #18a8a7;
	font-size: 24px;
	border: none;
	background: white;
	padding: 15px 50px;
	border-radius: 35px;
	cursor: pointer;
}

.outro .outro_button:hover {
    background: #48d8d2;
    color: white;
}

.outro .outro_button a:hover {
    color: white
}
.social-media{
    display:flex
}
@media (max-width: 767px){
.social-media{
        justify-content:space-between
    }
}
.social-media a.social-btn{
    width:40px;
    height:40px;
    border-radius:50%;
    background:#F3F3F3;
    margin-right:12px;
    text-indent:-9999px;
    background-repeat:no-repeat;
    background-size:50% auto;
    background-position:center center;
    -webkit-transition:all 0.4s ease-out;
    -moz-transition:all 0.4s ease-out;
    -o-transition:all 0.4s ease-out;
    -ms-transition:all 0.4s ease-out;
    transition:all 0.4s ease-out
}
@media (max-width: 1023px){
    .social-media a.social-btn{
        width:56px;
        height:56px
    }
}
.social-media a.social-btn:last-child{
    margin-right:0
}
.social-media a.social-btn:hover{
    background-color:#DDD
}
.social-media a.social-btn.fb{
    background-image:url(/app/themes/hisense/include/images/common/icon-fb.svg);
    background-size:auto 50%
}
.social-media a.social-btn.twitter{
    background-image:url(/app/themes/hisense/include/images/common/icon-twitter.svg)
}
.social-media a.social-btn.ig{
    background-image:url(/app/themes/hisense/include/images/common/icon-ig.svg)
}
.social-media a.social-btn.youtube{
    background-image:url(/app/themes/hisense/include/images/common/icon-youtube.svg)
}
.social-media a.social-btn.linkedin{
    background-image:url(/app/themes/hisense/include/images/common/icon-linkedin.svg)
}
.social_container span {
	margin-right: 15px;
	font-size: 25px;
	font-weight: 200;
}
/* *** STILE FORM ***  */

.gform_title {
    display: none;
}

.gform_page_footer {
    position: relative;
}

.gfield_label, .gform-field-label {
	color: gray !important;
	padding-top: 20px;
	font-weight: 400 !important;
}
.hidden_label .gfield_label.gform-field-label.gfield_label_before_complex {
	display: none;
}
.gform_wrapper input[type="text"],.gform_wrapper input[type="number"],.gform_wrapper input[type="email"],.gform_wrapper input[type="number"],.gform_wrapper select,.gform_wrapper input[type="tel"] {
	border: 2px solid lightgrey;
	width: 100%;
	padding: 5px 10px 0px 10px;
	border-radius: 6px;
	font-size: 18px;
	height: 60px;
	display: flex !important;
  	align-items: center !important;
}
.gform_page_footer .gform-theme-button,
.gform_page_footer .gform_button{
	position: relative;
	margin-top: 40px !important;
	margin-bottom: 10px !important;
	/* border-image: linear-gradient(90deg, #c56d00 0%, #650078 50%, #033278 75%, #0094A8 100%); */
	border-radius: 50px;
	border: 0px solid transparent;
	margin: 0 auto;
	mask-composite: exclude;
	background-image: linear-gradient(to right, #fb8c47, #359ca5);
	transition: all 0.4s ease;
	border-radius: 70px;
	color: white;
	padding: 40px 45px;
	margin-top: 0 !important;
	border-radius: 50px !important;
	width: 250px !important;
	height: 60px !important;
	color: #fff !important;
	font-size: 25px !important;
	font-weight: 400 !important;
}
.gform_page_footer .gform_button {
	background-image: linear-gradient(to right, #93d2a3, #06b4be);
}
#gform_submit_button_50 {
	background-image: linear-gradient(to right, #93d2a3, #06b4be);
	border-radius: 40px !important;
	padding: 25px 50px !important;
	margin-top: 40px;
	color: #fff !important;
	font-size: 20px;
	font-weight: 400;
	margin: 35px auto;
	display: block;
}
.gfield.boxed-container {
	background: #f5f5f5;
	border-radius: 35px;
	padding: 30px;
}
.gfield.boxed-container label {
	font-size: 25px;
	font-weight: 500 !important;
	text-align: center;
	display: block;
	padding-top: 0;
	color: #202020 !important;
	line-height: 1;
}
.gfield.boxed-container .more {
	font-size: 12px;
	text-align: center;
	color: #6f6f6f;
	margin-top: 15px;
}
.gfield.boxed-container .gfield_description {
	text-align: center;
}
.gfield.boxed-container .gfield_required {
	padding-left: 1px;
	color: #202020 !important;
	top: -7px !important;
	display: inline-block;
	position: relative;
	font-size: 20px;
}
.horizontal.gfield_chainedselect {
	display: flex;
	flex-flow: row wrap;
}
.horizontal.gfield_chainedselect span {
	flex: 50% !important;
	padding: 15px;
}
.horizontal.gfield_chainedselect span select {
	min-width: auto !important;
}
.titolo_form {
	padding-top: 35px;
	padding-bottom: 25px;
	font-size: 25px;
	font-weight: 300 !important;
}

.gform_heading .gform_required_legend,
.gf_progressbar_title {
    display: none;
}

.gf_progressbar_custom {
    display: none;
}

.screen-reader-text {
    display: none;
}

.gfield_label_before_complex {
    color: black;
    font-size: 16px;
}

.gfield_consent_label {
    color: gray;
}

.gfield_checkbox {
    color: gray;
}

.gfield_consent_description {
    padding-top: 7px;
    padding-bottom: 15px;
}

.gform_page_footer{    
    display: flex;
    justify-content: space-between;
    margin: 30px 0px;
}

.gform_next_button,
.gform_previous_button {
    background: linear-gradient(90deg, #4fded8 0%, #009092 100%);
    border-radius: 70px;
    border: none;
    color: white;
    padding: 14px 50px;
    font-size: 21px;
    cursor: pointer;
    margin:10px;
}

.gform_next_button:hover,
.gform_previous_button:hover,
.gform_next_button:focus,
.gform_previous_button:focus {
    text-decoration: underline !important;
}
.alert-danger, .validation_error, .gform_wrapper .gfield_error input, .gform_wrapper .gfield_error select, .gform_wrapper .gfield_error textarea, .gform_wrapper .gfield_error .gfield_label {
	color: #822b33;
	background-color: transparent;
	border-color: #c61919;
}
.form-control:focus, .gform_wrapper input[type="email"]:focus, .gform_wrapper input[type="date"]:focus, .gform_wrapper input[type="datetime"]:focus, .gform_wrapper input[type="datetime-local"]:focus, .gform_wrapper input[type="month"]:focus, .gform_wrapper input[type="number"]:focus, .gform_wrapper input[type="password"]:focus, .gform_wrapper input[type="search"]:focus, .gform_wrapper input[type="tel"]:focus, .gform_wrapper input[type="text"]:focus, .gform_wrapper input[type="time"]:focus, .gform_wrapper input[type="week"]:focus, .gform_wrapper input[type="url"]:focus, .gform_wrapper select:focus, .gform_wrapper textarea:focus {
	color: #5e5e5e;
	background-color: #fff;
	border-color: transparent;
	outline: 0;
	box-shadow: 0 0 0 0.2rem rgba(0, 170, 166, 1);
}
.gform-theme--framework.ui-datepicker table {
	width: 100%;
}
.ui-state-default.ui-state-active {
	background: transparent !important;
}
.ui-icon.ui-icon-circle-triangle-w,
.ui-icon.ui-icon-circle-triangle-e {
	display: none;
}
.file-upload-hs label {
	display: block !important;
	text-align: center;
	font-weight: 500 !important;
	color: #000 !important;
	font-size: 17px !important;
	margin-bottom: 0;
}
.file-upload-hs .gfield_description {
	font-size: 11px !important;
	color: #8c8c8c !important;
	margin-top: 0 !important;
}
.info_dati_bancari {
    padding-top: 70px;
    padding-bottom: 30px;
    padding-right: 360px;
}

.contattaci {
	background-image: linear-gradient(to right, #fb8c47, #359ca5);
	border-radius: 25px;
	font-weight: 300;
	color: white;
	padding: 20px 50px;
	display: block;
	margin: 0 auto;
	font-size: 21px;
	margin-top: 50px;
	margin-bottom: 30px;
	margin: 30px 110px;
	text-align: center;
}
.text {
margin: 30px 110px;
}

.contattaci_info {
    font-size: 16px;
}
.outro_dati_bancari {
	margin: 40px 115px;
}
.gfield-choice-input,
input[type="checkbox"]{
	margin-top: 18px !important;
}
.gform-field-label.screen-reader-text{
	display:none;
}
.gfield_description {
	margin-top: 20px;
}

/* BOTTONI */

.file-upload-hs{
    background: #FFFFFF;
    border-radius: 17px;
    text-align: center;
}
.file-upload-hs label{
    color: #000000;
    font-size: 14px;
    font-weight: bold;
}
.file-upload-hs .gfield_description{
    min-height: 30px;
    margin-bottom: 15px;
}
.file-upload-hs .gform_drop_area{
    padding:0px !important;
    border: 0px !important;
    background: transparent !important;
}
.file-upload-hs .gform_drop_area::before{
	display: none !important;
}
.file-upload-hs .gform_drop_area .gform_drop_instructions{
    display: none;
}
.file-upload-hs button{
    padding: 10px 23px;
    font-size: 12px;
    border: 1px solid #767676;
    border-radius: 35px;
    background-color: white !important;
}
.file-upload-hs .gform_fileupload_rules{
    display: none;
}
.file-upload-hs .gform_button_select_files {
	border: 2px solid #ccc !important;
	border-radius: 20px !important;
	color: #ccc !important;
	padding: 10px 15px !important;
}
.file-upload-hs .button.gform_button_select_files.gform-theme-button.gform-theme-button--control {
	color: #8f8f8f !important;
}
.upload-box-wrapper {
	background: #f5f5f5;
	padding: 40px;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px 35px;
	margin-top: 25px;
}
.upload-box-wrapper.double {
	grid-template-columns: repeat(2, 1fr);
}

.file-upload-hs .gform_drop_area {
	box-shadow: none;
}
.gform-loader {
	position: absolute;
}
.file-upload-hs .gform_wrapper li:not(.col-12) {
	width: 100%;
	margin-top: 15px !important;
	height: auto !important;
	margin-bottom: 0 !important;
}
.upload-box-wrapper div.gfield {

}
.gform-theme--framework .gfield:where(.gfield--type-fileupload, .gfield--input-type-fileupload) .ginput_preview .gfield_fileupload_progressbar_progress {
	left: 0;
}
.ginput_preview_list {
	padding: 0 15px 20px 15px;
}
.upload-box {
	display: none;
}
.gfield-choice-input {
	margin-top: 18px;
}
.gform_button:hover {
    text-decoration: underline;
}

.gform_next_button:hover, .gform_previous_button:hover, .gform_next_button:focus, .gform_previous_button:focus {
    text-decoration: underline;
}

.download_tc {
    color: #00B3AC;
}

.gform_validation_container {
    display: none;
}
.gform_validation_errors {
	margin-top: 30px !important;
}

.ui-datepicker-current-day {
	background: #1f96a0;
}
.scelta-prodotti-wrapper {
	display: grid;
	grid-template-columns: 4fr 2fr;
	grid-template-rows: 1fr;
	grid-column-gap: 15px;
	grid-row-gap: 15px;
}
.cashback-value, .sor-value {
	background-color: #fff;
	border: 2px solid lightgrey;
	width: 100%;
	padding: 5px 10px 0px 10px;
	border-radius: 6px;
	font-size: 18px;
	line-height: 2;
	max-width: 325px;
	margin: 0 auto;
	text-align: center;
	font-size: 25px;
	font-weight: 100;
	color: #0a750a;
	margin-top: 25px;
}
.sor-value {
	max-width: 250px;
	color: black;
}
.scelta-prodotti-wrapper .scelta-prodotti {
	display:none;
}
.gform_wrapper li:not(.col-12) {
	width: 100%;
	padding-top: 15px;
}
.gform-theme--framework .gfield:where(.gfield--type-fileupload, .gfield--input-type-fileupload) .ginput_preview_list {
	display: flex;
	flex-direction: column;
	gap: var(--gf-ctrl-file-prev-area-gap);
	margin-block-start: var(--gf-ctrl-file-prev-area-margin-y-start);
	width: 90%;
	text-align: left;
}
.multiselect.small-sized select {
	max-width: 33%;
	margin: 0 auto;
}
.gform_confirmation_wrapper {
	text-align: center;
	font-size: 30px;
	margin-top: 70px;
}
@media screen and (min-width: 1024px) {
    .intro {
        margin-top: 75px;
    }
}

@media screen and (max-width: 1224px) {
	.landing_card_big .img_wrapper img {
	top: auto;
	transform: none;
	position: relative;
	left: auto;
	right: auto;
}
.landing_card_big {
	height: auto;
	flex-wrap: wrap;
	padding: 40px;
	padding-bottom: 0;
	margin-top: 60px;
}
	.landing_card_big p b.title {
	font-size: 30px;
}
.landing_card_big p {
	font-size: 20px;
	font-weight: 400;
	min-height: 100px;
	text-align: center;
	padding-left: 0;
	margin-top: 40px;
}
	.landing_card {
	max-width: 100%;
	height: auto;
	width: 100%;
}
	.landing_card .testo_card {
	min-height: auto;
	margin-top: 0 !important;
}
	
.landing_card_big .plus-img {
	position: absolute;
	left: 50%;
	width: 100px;
	top: -50px;
	transform: translatex(-50%);
}
	.img_wrapper.offset {
	top: auto;
	position: relative;
}
	.landing_card.no-padding {
	padding: 0;
	position: relative;
	overflow: hidden;
	padding-top: 185px;
}
.landing_card.x2 {
	max-width: 100%;
	background-color: #24abab;
	border-radius: 20px;
	padding: 20px;
	gap: 30px;
	height: auto;
	width: 100%;
	margin: 0;
}
.landing_card.x2 p {
	font-size: 21px;
	font-weight: 400;
	min-height: 100px;
	flex: 75%;
	text-align: left;
	padding-left: 30px;
	margin-bottom: 0;
	color: #fff;
}
.landing_card.x2 p b.title {
	font-size: 40px;
	font-weight: 800;
	text-align: left;
	line-height: 1;
	color: #fff;
	text-transform: uppercase;
}
.landing_card.x2 div {
	font-size: 18px;
	font-weight: 400;
	min-height: 100px;
	flex: 50%;
}
.landing_card.x2 .plus-img {
	position: absolute;
	left: -50px;
	width: 100px;
}
.landing_card.x2 .img_wrapper img {
	position: relative;
	max-width: 360px;
	bottom: auto;
	top: auto;
	height: auto;
	right: auto;
	width: 100% !important;
}
	
}

@media screen and (max-width: 991px) {
	.scelta-prodotti-wrapper {
	grid-template-columns: 1fr;
}
    .info_dati_bancari {
        padding-right: 0;
    }

    .contattaci {
        margin: 20px 0px;
    }

    .outro_dati_bancari {
        margin: 20px 0px;
    }
}

@media screen and (max-width: 767px) {
    h1 {
        font-size: 32px !important;
        line-height: 50px !important;
        padding-top: 40px !important;
    }

    .outro .titolo_outro {
        font-size: 30px;
    }

    .outro .testo_outro {
        font-size: 26px;
        line-height: 35px;
        padding: 0;
    }

    .outro .outro_input {
        text-align: center;
    }

    .outro .iscriviti_container {
        padding: 30px 30px 30px 30px;
    }
	.outro .outro_button {
		width: 55%;
	}

	.upload-box-wrapper {
		grid-template-columns: repeat(1, 1fr);
	}
	.container_conditions {
		padding: 15px 25px !important;
	}
	.navbar-brand img {
		max-width: 150px;
	}
.landing_card_big .img_wrapper img {
	top: auto;
	transform: none;
	position: relative;
	left: auto;
	right: auto;
}
.landing_card_big {
	height: auto;
	flex-wrap: wrap;
	padding: 40px;
	padding-bottom: 0;
	margin-top: 60px;
}
	.landing_card_big p b.title {
	font-size: 30px;
}
.landing_card_big p {
	font-size: 20px;
	font-weight: 400;
	min-height: 100px;
	text-align: center;
	padding-left: 0;
	margin-top: 40px;
}
	.landing_card {
	max-width: 100%;
	height: auto;
	width: 100%;
}
	.landing_card .testo_card {
	min-height: auto;
}
	
.landing_card_big .plus-img {
	position: absolute;
	left: 50%;
	width: 100px;
	top: -50px;
	transform: translatex(-50%);
}
	
.landing_card.x2 {
	max-width: 100%;
	background-color: #24abab;
	border-radius: 20px;
	padding: 20px;
	gap: 30px;
	height: auto;
	width: 100%;
	margin: 0;
	flex-wrap: wrap;
}
.landing_card.x2 p {
	font-size: 18px;
	font-weight: 400;
	min-height: 100px;
	flex: 100%;
	text-align: left;
	padding-left: 0;
	margin-bottom: 0;
	color: #fff;
}
.landing_card.x2 p b.title {
	font-size: 30px;
	font-weight: 800;
	text-align: left;
	line-height: 1;
	color: #fff;
	text-transform: uppercase;
	line-height: 1.3;
}
.landing_card.x2 div {
	font-size: 18px;
	font-weight: 400;
	min-height: 100px;
	flex: 50%;
}
.landing_card.x2 .img_wrapper img {
	position: relative;
	max-width: 360px;
	bottom: auto;
	top: auto;
	height: auto;
	right: auto;
	width: 100% !important;
}
}

@media screen and (max-width: 480px) {
    h1 {
        font-size: 28px !important;
        line-height: 40px !important;
    }

    h4 {
        font-size: 20px !important;
        padding: 30px 0;
    }

    .outro_input {
        font-size: 17px;
    }

    .outro_input::placeholder {
        color: white;
        font-size: 16px;
    }

    .outro .outro_button {
        padding: 8px 30px;
        font-size: 21px;
    }

    .outro .outro_button:hover {
        text-decoration: none!important;
    }

    .outro .titolo_outro {
        font-size: 24px;
    }

    .outro .testo_outro {
        font-size: 20px;
        line-height: 30px;
    }

    .contattaci {
        padding: 20px;
    }
		.text {
		margin: 0;
		padding: 20px;
	}
	.navbar {
		padding: 35px;
}
	.titolo_section {
		padding-top: 20px;
		padding-bottom: 20px;
		line-height: 40px !important;
		font-size: 30px;
}
}


li.select2-selection__choice {
    padding-left: 20px !important;
}
.select2.select2-container {
    border: 2px solid lightgrey;
    width: 100% !important;
    border-radius: 6px;
    padding-left: 6px;
}
.select2.select2-container .select2-selection{
    border: 0px !important;
}

div.div-prodotto-acquistato{
    grid-column: span 8 !important;
    text-align: center !important;
}
div.div-prodotto-acquistato .text{
    font-size: 13px;
    color: #767676;
}
div.div-rimborso{
    grid-column: span 4 !important;
    text-align: center !important;
}
#field_30_55 .gfield_description{
    font-size: 13px;
    text-align: center;
    margin-top: 7px;
    padding: 0px 8px;
}

.outro_input {
    border: none !important;
    background: transparent;
    padding: 0px !important;
    outline: none;
    box-shadow: none;
    color: white;
    font-size: 21px;
}

.outro_input::placeholder {
    color: white;
    font-size: 24px;
}

input[type="submit"] {
    background: linear-gradient(90deg, #4fded8 0%, #009092 100%);
    border-radius: 70px;
    border: none;
    color: white;
    padding: 14px 50px;
    font-size: 21px;
    cursor: pointer;
    margin: 10px;
    cursor: pointer;
}

input[type="submit"]:hover {
    background: #009092;
}

div#gform_confirmation_message_25 {
    text-align: center;
    padding: 30px 0;
    font-size: 28px;
    font-weight: 500;
}