/* Typography */

html {scroll-behavior:smooth;}
body {font-family: 'Red Hat Display', sans-serif;color:#272726;}
a {word-wrap:break-word;text-decoration:none;color:currentColor;}
a:hover {text-decoration:none;}
a:focus {outline:0;}
a:active:focus {outline:0;}
label {font-weight:normal;}
h1 , h2 , h3 , h4 , h5 , h6 {margin-top:0;}

/*p {white-space:pre-wrap;white-space:-moz-pre-wrap;white-space:-pre-wrap;white-space:-o-pre-wrap;word-wrap:break-word;}*/

/* Placeholders */
::-webkit-input-placeholder {color:#555555;}
:-moz-placeholder {color:#555555;}
::-moz-placeholder {color:#555555;}
:-ms-input-placeholder {color:#555555;}

/* Utilities */
.p-auto {padding:auto!important;}
.p-0 {padding:0!important;}
.pt-0 {padding-top:0!important;}
.pr-0 {padding-right:0!important;}
.pb-0 {padding-bottom:0!important;}
.pl-0 {padding-left:0!important;}
.p-1 {padding:1rem!important;}
.pt-1 {padding-top:1rem!important;}
.pr-1 {padding-right:1rem!important;}
.pb-1 {padding-bottom:1rem!important;}
.pl-1 {padding-left:1rem!important;}
.p-2 {padding:2rem!important;}
.pt-2 {padding-top:2rem!important;}
.pr-2 {padding-right:2rem!important;}
.pb-2 {padding-bottom:2rem!important;}
.pl-2 {padding-left:2rem!important;}
.p-3 {padding:3rem!important;}
.pt-3 {padding-top:3rem!important;}
.pr-3 {padding-right:3rem!important;}
.pb-3 {padding-bottom:3rem!important;}
.pl-3 {padding-left:3rem!important;}
.p-4 {padding:4rem!important;}
.pt-4 {padding-top:4rem!important;}
.pr-4 {padding-right:4rem!important;}
.pb-4 {padding-bottom:4rem!important;}
.pl-4 {padding-left:4rem!important;}
.m-auto {margin:auto!important;}
.m-0 {margin:0!important;}
.mt-0 {margin-top:0!important;}
.mr-0 {margin-right:0!important;}
.mb-0 {margin-bottom:0!important;}
.ml-0 {margin-left:0!important;}
.m-1 {margin:1rem!important;}
.mt-1 {margin-top:1rem!important;}
.mr-1 {margin-right:1rem!important;}
.mb-1 {margin-bottom:1rem!important;}
.ml-1 {margin-left:1rem!important;}
.m-2 {margin:2rem!important;}
.mt-2 {margin-top:2rem!important;}
.mr-2 {margin-right:2rem!important;}
.mb-2 {margin-bottom:2rem!important;}
.ml-2 {margin-left:2rem!important;}
.m-3 {margin:3rem!important;}
.mt-3 {margin-top:3rem!important;}
.mr-3 {margin-right:3rem!important;}
.mb-3 {margin-bottom:3rem!important;}
.ml-3 {margin-left:3rem!important;}
.m-4 {margin:4rem!important;}
.mt-4 {margin-top:4rem!important;}
.mr-4 {margin-right:4rem!important;}
.mb-4 {margin-bottom:4rem!important;}
.ml-4 {margin-left:4rem!important;}
.w-100 {width:100%;}
.w-auto {width:auto;}
.mw-100 {max-width:100%;}
.d-block {display:block;}
.d-inline {display:inline;}
.d-inline-block {display:inline-block;}
.o-hidden {overflow:hidden;}
.ox-hidden {overflow-x:hidden;}
.oy-hidden {overflow-y:hidden;}
.border {border:1px solid #dee2e6!important;}
.border-top {border-top:1px solid #dee2e6!important;}
.border-right {border-right:1px solid #dee2e6!important;}
.border-bottom {border-bottom:1px solid #dee2e6!important;}
.border-left {border-left:1px solid #dee2e6!important;}
.border-0 {border:0!important;}
.border-top-0 {border-top:0!important;}
.border-right-0 {border-right:0!important;}
.border-bottom-0 {border-bottom:0!important;}
.border-left-0 {border-left:0!important;}
.shadow-none {box-shadow:none!important;}
.shadow {box-shadow:0 .5rem 1rem rgba(0,0,0,.15);}
.shadow-sm {box-shadow:0 .125rem .25rem rgba(0,0,0,.075);}
.shadow-lg {box-shadow:0 1rem 3rem rgba(0,0,0,.175);}
.text-lowercase {text-transform:lowercase!important;}
.text-uppercase {text-transform:uppercase!important;}
.text-capitalize {text-transform:capitalize!important;}
.font-weight-bold {font-weight:700!important;}
.font-weight-normal {font-weight:400!important;}
.font-italic {font-style:italic!important;}
.align-top {vertical-align:top!important;}
.align-middle {vertical-align:middle!important;}
.rounded {border-radius:.25rem!important;}
.rounded-top {border-top-left-radius:.25rem!important;border-top-right-radius:.25rem!important;}
.rounded-right {border-top-right-radius:.25rem!important;border-bottom-right-radius:.25rem!important;}
.rounded-bottom {border-bottom-right-radius:.25rem!important;border-bottom-left-radius:.25rem!important;}
.rounded-left {border-top-left-radius:.25rem!important;border-bottom-left-radius:.25rem!important;}
.rounded-circle {border-radius:50%!important;}
.rounded-pill {border-radius:50rem!important;}
.rounded-0 {border-radius:0!important;}
.pe-none {pointer-events:none;}
strong span {color:#EC613C;}
.row-center{display: flex; justify-content: center;}
.bg-grey{background-color: #F2F0F0;}

/* Anchor */
.a-anchor {display:block;height:50px;margin-top:-50px;visibility:hidden;}

/* Utility > Colors */
.text-muted {color:#6b6b6b !important;}
.text-white {color:#ffffff!important;}
.text-black {color:#000000!important;}
.text-warning {color:#c39749 !important;}
.text-danger {color:#dc3545!important;}
.text-gray {color:#f0f0f0 !important;}

.text-primary {color:#EC613C;}

/* Bootstrap 3.3.7 Overrides & Addons */
.col-xs-15 , .col-sm-15 , .col-md-15 , .col-lg-15 {position:relative;min-height:1px;padding-right:10px;padding-left:10px;}
.col-xs-15 {width:20%;float:left;}
@media (min-width:768px) {.col-sm-15 {width:20%;float:left;}}
@media (min-width:992px) {.col-md-15 {width:20%;float:left;}}
@media (min-width:1200px) {.col-lg-15 {width:20%;float:left;}}
.dropdown-menu .divider {max-width:100%;}

/* Cookies */
#cookieChoiceInfo{position:fixed;background-color:rgba(0,0,0,0.7);z-index:999;bottom:0;left:0;width:100%;text-align:center;padding:20px;font-size:12px;color:#ffffff;}
#cookieChoiceInfo a{background-color:#ffffff;color:#000000;margin-left:10px;padding:5px 10px;margin-top: 10px;display: inline-block;}

/* No padding col */
.row.no-gutters [class*="col-"] {padding-left:0!important;padding-right:0!important;}
.row.row-narrow [class*="col-"] {padding-left:6px!important;padding-right:6px!important;}
.row.row-narrow {margin:0 -6px;}

/* Buttons > Globals */
button {outline:none!important;}
.btn {position:relative;border-radius:25px;white-space:normal;border:0;padding:15px 40px;text-transform:uppercase;font-weight:bold;font-size:16px;letter-spacing:1px;top:0;box-shadow:0}
.btn.focus , .btn:focus , .btn:active {outline:0;box-shadow:none;top:0;}

/* Buttons > Size */
.btn.btn-sm {padding:4px 8px;}
.btn-icon {padding:8px 16px;}
.btn.btn-link {padding:0;}
.button-load-more {overflow-anchor: "none";}

.btn:hover {position:relative;top:-3px;transition:.3s ease-in-out all;box-shadow:0 10px 10px rgba(0,0,0,.15);}

/* Buttons > Types */
.btn-primary {background:#EC613C;color:#fff;}
.btn-primary:hover {background:#EC613C !important;color:#fff !important;}
.btn-primary:focus {outline:0;background:#EC613C !important;color:#fff !important;}
.btn-primary:active {top:0;box-shadow:none;}

.btn-secondary {background:#272726;color:#fff;}
.btn-secondary:hover {background:#272726 !important;color:#fff !important;}
.btn-secondary:focus {outline:0;background:#272726 !important;color:#fff !important;}
.btn-secondary:active {top:0;box-shadow:none;}

.btn-readmore {padding-left:0;padding-right:0;text-transform: none;font-size:18px;font-weight:normal;letter-spacing: 0;}
.btn-readmore:hover {box-shadow:none;transition:none;top:initial;}
.btn-readmore i {color:#ccc;}
.btn-readmore span {text-decoration: underline;}

/* 
.btn-name{}
.btn-name:hover{}
.btn-name:focus{}
*/

/* Animations */
.wow {visibility:hidden;}

/* Section > Counter */
.section.section-counter{padding: 60px 0;}
.section-counter .counter {font-size:50px;display:inline-block;vertical-align:middle;}
.section-counter .counter-text {font-size:20px;margin-left:6px;display:inline-block;vertical-align:middle;}

.block-counters .counter_item {font-size:20px;margin-left:6px;display:inline-block;vertical-align:middle;}
.block-counters .counter_item .counter {font-size:50px;}
.block-counters p {font-size:16px;}

/* Animations > Form */
.scrolling-bg-container {overflow:hidden;display:block;width:100%;height:100%;position:absolute;left:0;right:0;top:0;bottom:0;}
.scrolling-bg-container .bg {background-image:url(/Home/assets/img/bg-landscape.svg);background-repeat:repeat-x;width:100%;background-size:cover;position:absolute;top:0;bottom:0;animation:120s bgscroll linear infinite;}
.scrolling-bg-container .dog {background-image:url(/Home/assets/img/img-landscape-dog.svg);width:150px;height:150px;background-size:contain;background-repeat:no-repeat;position:absolute;top:auto;bottom:-18px;animation:80s movedog linear infinite;}
.scrolling-bg-container .mum {background-image:url(/Home/assets/img/img-landscape-mum.svg);width:150px;height:150px;background-size:contain;background-repeat:no-repeat;position:absolute;top:auto;bottom:-2px;animation:90s movemum linear infinite;}
.scrolling-bg-container .bike {background-image:url(/Home/assets/img/img-landscape-bike.svg);width:150px;height:150px;background-size:contain;background-repeat:no-repeat;position:absolute;top:auto;bottom:-1px;animation:40s movebike linear infinite;}
.scrolling-bg-container .skate {background-image:url(/Home/assets/img/img-landscape-skate.svg);width:120px;height:120px;background-size:contain;background-repeat:no-repeat;position:absolute;top:auto;bottom:-1px;animation:50s moveskate linear infinite;}
@keyframes bgscroll {from {background-position:0 0;}
  to {background-position:100% 0;}}
@keyframes movedog {from {left:150%;}
  to {left:-150%;}}
@keyframes movemum {from {left:-150%;}
  to {left:150%;}}
@keyframes movebike {from {left:-150%;}
  to {left:150%;}}
@keyframes moveskate {from {left:150%;}
  to {left:-150%;}}

/* Animations > Decorations */
.decoration-element-1 {pointer-events:none;position:absolute;width:40px;height:40px;background-image:url(/Home/assets/img/decoration-element-1.svg);background-repeat:no-repeat;background-position:center center;}
.decoration-element-2 {pointer-events:none;position:absolute;width:40px;height:40px;background-image:url(/Home/assets/img/decoration-element-2.svg);background-repeat:no-repeat;background-position:center center;}
.decoration-element-3 {pointer-events:none;position:absolute;width:40px;height:40px;background-image:url(/Home/assets/img/decoration-element-3.svg);background-repeat:no-repeat;background-position:center center;}
.decoration-element-4 {pointer-events:none;position:absolute;width:40px;height:40px;background-image:url(/Home/assets/img/decoration-element-4.svg);background-repeat:no-repeat;background-position:center center;}

.de-1 {top:9%;left:15%;}
.de-2 {top:10%;left:50%;}
.de-3 {top:80%;left:20%;}
.de-4 {top:70%;left:40%;}
.de-5 {top:2%;left:80%;}
.de-6 {top:5%;left:60%;}
.de-7 {top:85%;left:60%;}
.de-8 {top:15%;left:45%;}
.de-9 {top:35%;left:10%;}
.de-10 {top:85%;left:40%;}
.de-11 {top:5%;left:80%;}
.de-12 {top:9%;left:60%;}
.de-13 {top:9%;left:6%;}
.de-14 {top:129%;left:80%;}



/* Anchor */
.anchor {display:block;height:50px;margin-top:-50px;visibility:hidden;}

/* Elements */
.go-top {position:fixed;bottom:15px;right:15px;text-decoration:none;color:#ffffff;background-color:#ec613c;font-size:12px;padding:10px 15px;display:none;z-index:99;border-radius:100%;}
.go-top:hover {opacity:.8;}
.go-top i {font-size:20px;color:#ffffff;}

/* Modals */
.modal-content {border:10px solid #ffffff;background:#f3f3f3;border-radius:0;-webkit-background-clip:initial;background-clip:initial;}
.modal-header .close {font-size:42px;font-weight:900;color:#000000;text-shadow:none;filter:alpha(opacity=100);opacity:1;}
.modal-title {color:#000000;font-size:30px;font-weight:900;text-transform:uppercase;}
.modal-body p {font-size:12px;}
.modal-body p a {color:#000000;text-decoration:underline;}

/* Panel */
.panel {border:0;box-shadow:none;}
.panel-heading {padding:0;}
.panel-default > .panel-heading {background-color:transparent;}
.panel-body {padding:20px 0;}
.panel-group .panel {border:0;border-radius:0;background:transparent;border-bottom:1px solid #dedede;padding:0;box-shadow:none;}
h4.panel-title {margin-bottom:0!important;font-weight:700;font-size:20px;}
.panel-title {position:relative;}
.panel-title > a {display:block;padding:15px 40px 15px 15px;font-size:16px;}
.panel-title a[aria-expanded="false"]:after {content:"";position:absolute;top:50%;transform:translate(0,-50%);right:15px;width:15px;height:15px;background-image:url(/Home/assets/icons/icon-angle-down.svg);background-repeat:no-repeat;background-position:center center;background-size:15px;}
.panel-title a[aria-expanded="true"]:after {content:"";position:absolute;top:50%;transform:translate(0,-50%);right:15px;width:15px;height:15px;background-image:url(/Home/assets/icons/icon-angle-up.svg);background-repeat:no-repeat;background-position:center center;background-size:15px;}
.panel-group .panel-heading + .panel-collapse > .list-group , .panel-group .panel-heading + .panel-collapse > .panel-body {border:0;padding:20px;}

/* Media */
/* .media {} */

/* Tabs */
.nav-tabs {border-bottom:0;}
.nav-tabs.nav-fill>li {width:50%;text-align:center;font-size:16px;font-weight:bold;}
.nav-tabs.nav-fill>li:nth-child(1) a {border-radius:8px 0 0 0;}
.nav-tabs.nav-fill>li:nth-child(2) a {border-radius:0 8px 0 0;}
.nav-tabs.nav-fill>li a {border:1px solid #F2F0F0;}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus {background:#F2F0F0;border:1px solid #F2F0F0;color:#272726;}
.nav-tabs>li>a:hover, .nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {color:#272726;background:#F2F0F0}
.nav>li>a {margin:0;}
.tab-pane .card {border:0;border-radius:0 0 8px 8px;}

/* Taber */
.taber-body {padding-top:15px;}

/* Lists > Globals */
.list-unstyled , .list-group {margin:0;padding:0;}
.list-group li {list-style:none;padding-bottom:10px;}
.list-group li a {color:#616161;}
.list-group li a.active {color:#000000;}

/* Lists > Group */
.list-group-item {background-color:#ffffff;border-bottom:1px solid #f4f4f4;border-top:0;border-right:0;border-left:0;margin-bottom:0;}
.list-group-item:first-child {border-radius:0;}
.list-group-item:last-child {border-radius:0;border-bottom:0;}

/* Lists > N Cols (ul) */
.list-2cols {-moz-column-count:2;-moz-column-gap:20px;-webkit-column-count:2;-webkit-column-gap:20px;column-count:2;column-gap:20px;}
.list-3cols {-moz-column-count:3;-moz-column-gap:20px;-webkit-column-count:3;-webkit-column-gap:20px;column-count:3;column-gap:20px;}

/* Scroll down */
.scroll-down {position:absolute;left:0;right:0;margin:0 auto;bottom:0;transform:translateX(-50%);z-index:9;text-align:center;font-size:12px;text-shadow:none;background-color:#ffffff;width:40px;height:40px;color:#585857;padding:12px;-webkit-animation-duration:2s;animation-duration:2s;}

/* Progress Bar */
.form-steps {display:block;width:100%;position:relative;margin:40px 0;}
.form-steps:after {content:"";display:table;clear:both;}
.form-steps__item {padding:0;position:relative;display:table-cell;width:1%;text-align:center;}
.form-steps__item-content {display:inline-block;}
.form-steps__item-icon {background:#eceff1;color:#8191ab;display:block;border-radius:100%;text-align:center;width:25px;height:25px;line-height:25px;margin:0 auto 10px auto;position:relative;font-size:13px;font-weight:700;z-index:2;}
.form-steps__item-text {font-size:13px;color:#8191ab;font-weight:500;}
.form-steps__item-line {display:inline-block;height:3px;width:100%;background:#cfd8dc;position:absolute;left:-50%;top:12px;z-index:1;}
.form-steps__item--active .form-steps__item-icon {background:#000;color:#ffffff;}
.form-steps__item--active .form-steps__item-text {color:#4f5e77;}
.form-steps__item--active .form-steps__item-line {background:#000;}
.form-steps__item--completed .form-steps__item-text {color:#222;}
.form-steps__item--completed .form-steps__item-icon {background:#000;color:transparent;background-size:10px;background-repeat:no-repeat;background-position:center center;width:25px;height:25px;line-height:25px;}
.form-steps__item--completed .form-steps__item-line {background:#000;}

/* Cards > Globals */
.card {position:relative;min-width:0;word-wrap:break-word;border:1px solid #f4f4f4;margin-bottom:30px;background-color:#ffffff;transition:.3s all ease-in-out;}
a.d-block:hover .card {opacity:.8;transition:.3s all ease-in-out;}
.card .card-header {padding:14px 20px;font-size:18px;font-weight:bold;border-bottom:1px solid #f4f4f4;}
.card .card-bg {position:relative;width:100%;height:220px;background-size:cover;background-repeat:no-repeat;background-position:center center;}
.card .card-body {padding:18px 20px;color:#000000;}
.card .card-title {font-size:18px;font-weight:bold;margin:0 0 20px;}
.card .card-footer {padding:14px 20px;border-top:1px solid #f4f4f4;}
.card .card-footer:last-child {border-radius:0 0 calc(.25rem - 1px) calc(.25rem - 1px);}

.card.is-feature {border:0;margin:0;}
.card.is-feature .card-bg {height:500px;background-size:contain;}
.block-content-center {position:relative;height:500px;}


/* Cards > Badges */
.card-badge {position:absolute;}
.card-badge.bottom-right {bottom:20px;right:20px;}
.card-badge.bottom-left {bottom:20px;left:20px;}
.card-badge.top-right {top:20px;right:20px;}
.card-badge.top-left {top:20px;left:20px;}

/* Cards > Overlay */
.card .card-overlay .card-body {position:absolute;top:50%;transform:translate(0,-50%);bottom:auto;left:0;right:0;width:100%;}
.card .card-overlay:before {content:"";position:absolute;background:rgba(0,0,0,.4);width:100%;height:100%;left:0;right:0;top:0;bottom:0;pointer-events:none;}

/* Cards > Overlay [Hover] */
.card.has--overlay .card-overlay {opacity:0;transition:.3s all ease-in-out;}
.card.has--overlay:hover .card-overlay {opacity:1;transition:.3s all ease-in-out;cursor:pointer;}

/* Cards > Overlay [Hover] > ICON */
.card .card-overlay .card-overlay__icon {opacity:0;transition:.3s all ease-in-out;position:absolute;top:50%;transform:translate(0,-50%);left:0;right:0;text-align:center;}
.card:hover .card-overlay .card-overlay__icon {opacity:1;transition:.3s all ease-in-out;cursor:pointer;}

/* Cards > Animation [Hover] > Elevation */
.card.has--elevation {transition:.3s all ease-in-out;box-shadow:none;}
.card.has--elevation:hover {transform:translateY(-15px);transition:.3s all ease-in-out;box-shadow:0 1rem 3rem rgba(0,0,0,.175);}

/* Cards > Elements */
.card .card-date {font-size:12px;margin-bottom:10px;}
.card .card-date:before {content:"\f073";font-family:"Font Awesome 5 Free";font-weight:normal;margin-right:5px;}
.card .card-price {font-size:19px;margin-bottom:10px;}
.card .card-category {font-size:12px;margin-bottom:10px;color:#807272;text-transform:uppercase;}
.card .card-category:before {content:"#";font-weight:normal;margin-right:5px;}
.card .card-link {padding:10px 20px;background:#000000;color:#ffffff;display:inline-block;font-size:14px;}

/* Cards > Horizontal */
.card.horizontal {min-height:195px;overflow:hidden;clear:both;}
.card.horizontal .card-header {float:left;width:40%;}
.card.horizontal .card-body {float:left;width:60%;}
.card.horizontal .card-footer .card-link {padding:10px 20px;background-color:#000000;color:#ffffff;display:inline-block;font-size:14px;}

/* Card > Hero */
.card.is-hero .card-overlay:before {display:none;}
.card.is-hero .logo {display:inline-block;margin-bottom:30px;}
.card.is-hero h2 {margin:0px 0 30px;font-weight:normal; line-height: 1.3; font-size: 26px;}
.card.is-hero .syack h2{margin-bottom: 30px;}
.card.is-hero .card-bg {height:750px;background-size:630px;background-position:top 130px right 0;}

/* Card > Hero > Logo */
.logo h1 {font-size:70px;font-weight:500;letter-spacing:4px;}
.logo h1 .lookup {color:#ec613c;position:relative;display:inline-block;animation:2s lookup alternate-reverse 2;top:-30px;animation-delay:2s;}
.logo h1 .lookup:before {content:"";height:20px;width:30px;background-image:url(/Home/assets/img/logo-lookup-caret.svg);background-repeat:no-repeat;background-position:center center;background-size:30px;position:absolute;bottom:-18px;left:12px;right:0;animation:2s fade alternate-reverse 2;animation-delay:2s;}
.subheader h3{font-size: 28px; line-height: 38px; font-weight: 400; color: #272726;}
.subheader.company h3{font-size: 24px; line-height: 30px; font-weight: 400; color: #272726;}
.col-xs-12 .logo + p{font-size: 21px;}
/* Animation > Logo */
@-webkit-keyframes lookup {0% {top:0;}
  60% {top:-30px;}
}
@keyframes lookup {0% {top:0;}
  60% {top:-30px;}
}
@-webkit-keyframes fade {0% {opacity:0;}
  60% {opacity:-30px;}
}
@keyframes fade {0% {opacity:0;}
  60% {opacity:-30px;}
}

/* Card > Logo */
.card.is-logo {border:0;}
.card.is-logo .card-bg {height:120px;background-size:190px;}
.card.is-logo.logo--small .card-bg {height:90px;background-size:100%;}

/* Forms */
label.error {display:none!important;}
label.control--checkbox {font-weight:normal;}
label {font-size:13px;margin-bottom:8px;}
.form-group {position:relative;}
.form-control {border-radius:8px;background:#fff;border:1px solid #F2F0F0;margin-bottom:10px;height:auto;padding:8px 12px;box-shadow:none;}
.form-control::-webkit-input-placeholder {color:#919191;}
.form-control::-moz-placeholder {color:#919191;}
.form-control:-ms-input-placeholder {color:#919191;}
.form-control::-ms-input-placeholder {color:#919191;}
.form-control::placeholder {color:#919191;}
.form-control.has-error , .control__privacy .control__indicator.has-error {border-color:rgb(169, 68, 66);background-color:rgba(169, 68, 66,.2);}
.form-control.has-error::-webkit-input-placeholder {color:#a94442;}
.form-control.has-error::-moz-placeholder {color:#a94442;}
.form-control.has-error:-ms-input-placeholder {color:#a94442;}
.form-control.has-error::-ms-input-placeholder {color:#a94442;}
.form-control.has-error::placeholder {color:#a94442;}

.select.has-error select {border-color: rgb(169, 68, 66);background-color: rgba(169, 68, 66,.2);}
.form-recaptcha.has-error iframe {border:2px solid #a94442;}
.form-request .row {margin-left:-6px;margin-right:-6px;}
.form-request .row [class*="col-"] {padding-left:6px;padding-right:6px;}
.input-group .btn {border:1px solid #000000;}

/* Custom inputs */
.control {display:block;position:relative;padding:2px 0 0 35px;margin:0 0 20px 0;cursor:pointer;font-size:11px;}
.control input {position:absolute;z-index:-1;opacity:0;}
.control-group {display:inline-block;vertical-align:top;background:#ffffff;text-align:left;box-shadow:0 1px 2px rgba(0,0,0,.1);padding:30px;width:200px;height:210px;margin:10px;}
.control--group {display:block;position:relative;padding-left:35px;margin:32px 0;cursor:pointer;font-size:16px;}
.control--radio .control__indicator {border-radius:50%;border:1px solid #dddddd;background:#ffffff!important;}
.control__indicator {position:absolute;top:0;left:0;height:18px;width:18px;background:#ffffff;border:1px solid #fff;border-radius:2px;}
.control__indicator:after {content:"";position:absolute;display:none;}
.control:hover input ~ .control__indicator , .control input:focus ~ .control__indicator {background:#f4f4f4;}
.control:hover input:not([disabled]):checked ~ .control__indicator , .control input:checked:focus ~ .control__indicator {background:#7b7b7b;}
.control input:checked ~ .control__indicator {background:#7b7b7b;border:0;border:1px solid #dddddd;}
.control input:checked ~ .control__indicator:after {display:block;}
.control input:disabled ~ .control__indicator {background:#e6e6e6;opacity:.6;pointer-events:none;}
.control--checkbox .control__indicator:after {left:5px;top:2px;width:6px;height:10px;border:solid #ffffff;border-width:0 2px 2px 0;transform:rotate(45deg);}
.control--checkbox input:disabled ~ .control__indicator:after {border-color:#7b7b7b;}
.control--radio .control__indicator:after {left:4px;top:4px;height:8px;width:8px;border-radius:50%;background:#7b7b7b;}
.control--radio input:disabled ~ .control__indicator:after {background:#7b7b7b;}
.select {position:relative;display:inline-block;width:100%;}
.select select {width:100%;cursor:pointer;margin:0;padding:8px 30px 8px 12px;outline:0;background:#ffffff;color:#000000;-ms-appearance:none;-webkit-appearance:none;-moz-appearance:none;border:1px solid #dddddd;border-radius:8px;box-shadow:none;border-color:#dddddd;}
.select select::-ms-expand {display:none;}
.select select:disabled {opacity:.5;pointer-events:none;}
.select__arrow:before {content:"";position:absolute;width:15px;height:15px;top:50%;transform:translate(0,-50%);right:15px;pointer-events:none;background-image:url(/Home/assets/icons/icon-angle-down.svg);background-repeat:no-repeat;background-size:15px;background-position:center center;}
.select select:hover ~ .select__arrow , .select select:focus ~ .select__arrow {border-top-color:#000000;}
.select select:disabled ~ .select__arrow {border-top-color:#807272;}
.box-radio {border:1px solid #f4f4f4;border-radius:.75rem;}

/* Isotope > Globals */
.isotope__filters {margin:30px 0;text-align:center;}
.isotope__filters .btn {margin:4px;}
.isotope__filters .btn.is-checked {background:red !important;color:#ffffff;}

/* Tiny Slider > Globals */
.tiny-slider {opacity:0;}
.tiny-slider.tns-slider {opacity:1;}

/* Tiny Slider > Dots */
.tns-nav {position:absolute;bottom:20px;left:0;right:0;margin:0 auto;text-align:center;z-index:1; display: none;}
.tns-nav button {border-radius:100%;width:16px;height:16px;box-shadow:none;border:0;margin:0 3px;background:rgba(255,255,255,.4);}
/* .tns-nav .tns-nav-active {background:rgba(255,255,255,1);} */

/* Tiny Slider > Controls */
.section-phone .carousel-controls{display: block;}
.carousel-controls {text-align:center;position:relative; }
.carousel-arrows-lr .prev:hover , .carousel-arrows-lr .next:hover {cursor:pointer;}
.carousel-arrows-lr .prev:focus , .carousel-arrows-lr .next:focus {outline:none;}

.carousel-arrows-lr .prev {position:relative;display:inline-block;vertical-align:middle;z-index:9;left:10px;background-image:url(/Home/assets/icons/icon-carousel-left.svg);background-repeat:no-repeat;background-size:30px;background-position:center center;width:42px;height:42px;border-radius:100%;}

.carousel-arrows-lr .next {position:relative;display:inline-block;vertical-align:middle;z-index:9;right:-10px;background-image:url(/Home/assets/icons/icon-carousel-right.svg);background-repeat:no-repeat;background-size:30px;background-position:center center;width:42px;height:42px;border-radius:100%;}

/* Carousels > Home */
.carousel-container {position:relative;}
.carousel-home .card {margin:0;}
.carousel-home .card-bg {height:650px;}
.carousel-home .card .card-overlay .card-body {max-width:1170px;margin:0 auto;}

/* Carousels > Gallery */
.carousel-gallery .card {margin:0;}
.carousel-gallery .card-bg {height:250px;}
.carousel-gallery .card .card-overlay .card-body {max-width:1170px;margin:0 auto;}

/* Icons */
.icon {width:18px;height:18px;display:inline-block;background-size:contain;background-repeat:no-repeat;background-position:center center;}
.icon24 {width:24px;height:24px;display:inline-block;background-size:contain;background-repeat:no-repeat;background-position:center center;}
.icon30 {width:30px;height:30px;display:inline-block;background-size:contain;background-repeat:no-repeat;background-position:center center;}
.icon36 {width:36px;height:36px;display:inline-block;background-size:contain;background-repeat:no-repeat;background-position:center center;}
.icon60 {width:60px;height:60px;display:inline-block;background-size:contain;background-repeat:no-repeat;background-position:center center;}
.icon120 {width:120px;height:120px;display:inline-block;background-size:contain;background-repeat:no-repeat;background-position:center center;}
.icon--right {background-position:right center;}
.icon--middle {vertical-align:middle;position:relative;}
.icon--inline {vertical-align:middle;position:relative;margin-right:4px;}
.icon-play {content:"\f04b";font-family:"Font Awesome 5 Free";}

.icon-flag {width:30px;height:25px;display:inline-block;background-size:contain;background-repeat:no-repeat;background-position:center center;}

/* Icons > Images */
.icon-flag-it {background-image:url(/Home/assets/icons/icon-flag-it.svg);}
.icon-flag-uk {background-image:url(/Home/assets/icons/icon-flag-uk.svg);}

.icon-angle-up {background-image:url(/Home/assets/icons/icon-angle-up.svg);}
.icon-angle-down {background-image:url(/Home/assets/icons/icon-angle-down.svg);}

.icon-smartphone {background-image:url(/Home/assets/icons/icon-smartphone.svg);}
.icon-shop {background-image:url(/Home/assets/icons/icon-shop.svg);}
.icon-time {background-image:url(/Home/assets/icons/icon-time.svg);}
.icon-gift {background-image:url(/Home/assets/icons/icon-gift.svg);}
.icon-friends {background-image:url(/Home/assets/icons/icon-friends.svg);}
.icon-social-fb {background-image:url(/Home/assets/icons/icon-social-fb.svg);}
.icon-social-ig {background-image:url(/Home/assets/icons/icon-social-ig.svg);}
.icon-social-ln {background-image:url(/Home/assets/icons/icon-social-ln.svg);}
.icon-social-yt {background-image:url(/Home/assets/icons/icon-social-yt.svg);}

/* Tables */
.table.has-actions tr th:last-child, .table.has-actions tr td:last-child {text-align:right;}

/* Tables > Cart */
.checkout__recap .badge {background:transparent;color:#000;padding:0;font-size:initial;line-height:initial;font-weight:normal;}
.table.table-cart .price , .checkout__recap .price {font-weight:bold;font-size:18px;}
.table.table-cart .list-inline a {font-size:12px;}
.table.table-cart input[type="number"] {width:60px;margin-bottom:0;}

/* Head + Nav */
nav .container {position:relative;}
.nav .open > a , .nav .open > a:focus , .nav .open > a:hover {background-color:transparent;}
.navbar.navbar-default {min-height:auto;margin-bottom:0;background-color:#fff;border:0;box-shadow:none;border-radius: 0;}
.navbar.navbar-default .navbar-brand {padding:5px 15px;}
.navbar.navbar-default .navbar-brand > img {height:50px;}
.navbar.navbar-default .navbar-nav > li {margin:0;}
.navbar.navbar-default .navbar-nav > li > a {padding:15px;text-transform:uppercase;color:#000000;}
.navbar.navbar-default .navbar-nav > li > a:hover {color:#3d99f5;background-color:transparent;}
.navbar-default .navbar-nav > .active > a {background-color:transparent;color:#3d99f5;}
.navbar.navbar-default .navbar-nav > .open > a , .navbar.navbar-default .navbar-nav > .open > a:focus , .navbar.navbar-default .navbar-nav > .open > a:hover {background-color:transparent;}
.navbar.navbar-default .nav > li.active > a {color:#3d99f5!important;background-color:transparent!important;}
.navbar.navbar-default .nav > li .fa-shopping-cart {position:relative;}
.dropdown-menu {border:0;border-top:1px solid #f4f4f4;border-radius:0;}

.navbar.navbar-default.navbar-float {padding:0 100px;background:transparent;transition:.3s ease-in-out all;}
.navbar.navbar-default.navbar-float .navbar-nav > li > a {border:1px solid #ccc;border-radius:25px;padding:15px 30px;background:#272726;color:#fff;font-weight:bold;margin:10px;}
.navbar.navbar-default.navbar-float .navbar-brand {display:none;}
.navbar.navbar-default.navbar-float.is--affix .navbar-brand {display:block;}
.navbar.navbar-default.navbar-float .navbar-nav > li.dropdown a.is-button-primary {background:#EC613C;color:#fff;border:1px solid #EC613C;}

/* Head + Affix */
.navbar.navbar-default.navbar-float.is--affix {background:#fff;box-shadow:0 10px 10px rgb(0 0 0 / 15%);transition:.3s ease-in-out all;}



/* Head + Megamenu */
.navbar.navbar-default .dropdown.mega-menu {position:static;}
.navbar.navbar-default .dropdown.mega-menu .dropdown-menu {width:100%;border:0;border-radius:0;padding:20px 25px;box-shadow:none;border-top:1px solid #f4f4f4;}
.navbar.navbar-default .dropdown.mega-menu .dropdown-menu .dropdown-submenu ul {padding:0;position:relative;display:block;border:0;box-shadow:none;margin-top:10px;}
.navbar.navbar-default .dropdown.mega-menu .dropdown-menu .dropdown-submenu li a {display:block;padding:5px 0;color:#333333;white-space:nowrap;}
.navbar.navbar-default .dropdown.mega-menu .dropdown-menu .dropdown-submenu li a:focus , .navbar.navbar-default .dropdown.mega-menu .dropdown-menu .dropdown-submenu li a:hover {color:#3d99f5;text-decoration:none;background-color:transparent;}
.navbar.navbar-default .dropdown.mega-menu .dropdown-menu .dropdown-submenu a.dropdown-toggle {text-transform:uppercase;font-weight:700;}
.navbar.navbar-default .dropdown.mega-menu .dropdown-menu .dropdown-submenu a.dropdown-toggle .fa {display:none;}

/* has-loadmore */
.has-loadmore .card {display:none;}

/* Backgrounds */
.bg-transparent {background-color:transparent !important;}
.bg-grey {background-color:#F2F0F0!important;}
.bg-grey-dark {background-color:#333333!important;}
.bg-black {background-color:#000000!important;}
.bg-white {background-color:#ffffff !important;}

/* .bg-demo {background-image:url(/Home/assets/img/bg-demo.jpg);background-position:center center;background-repeat: no-repeat;background-size:cover;} */

/* Section > Globals */
.section {position:relative;padding:40px 100px;}
.section.section-narrow {padding:20px 0;}
.section p {font-size:24px;margin:0;}
.section.company p {font-size:21px;margin:0;}

/* Section > Header */
.section.section-header {padding:60px 0;}

/* Dividers */
.divider {display:inline-block;margin:20px 0;width:100%;max-width:160px;height:3px;}
.divider-primary {background:#333;}

/* Section > Titles */
.section-title span{color: #EC613C;}
.section-title h3 {font-size:26px;margin-bottom:20px;}
.section-title h3 span {font-weight:bold;}
.section-title h4 {font-size:18px;text-transform:uppercase;}
.section-title h3 + .divider {margin-top:0;}

/* Section > Video */
.section-video {overflow:hidden;position:relative;height:70vh;}
.section-video .button-play {position:absolute;bottom:30px;left:30px;}
.section-video .button-audio {position:absolute;bottom:30px;right:30px;}
.section-video .videoContainer {pointer-events:none;width:100%;max-height:70vh;height:70vh;top:0;left:0;bottom:0;right:0;transform:scale(2);overflow:hidden;}
.section-video iframe {width:100%;height:100%;}

/* Section > Breadcrumbs */
.section-breadcrumbs {padding:0;background-color:#f5f5f5;font-size:12px;}
.section-breadcrumbs .breadcrumb {background:transparent;padding:12px 0;}
.breadcrumb>.active {color:#606060;}

/* Search Page */
.section-search .card {display:none;border-top:0;border-left:0;border-right:0;padding-bottom:30px;}
.section-search .card .card-body {padding:0;}
.section-search .card .card-body .card-text span {background:yellow;}
.section-search .card .card-body .card-link {background:transparent;color:#000000;padding:0;}

/* Section > Image/Text */
.section.section-half {padding:0;margin:80px 0;}
.section-half .block-image {position:absolute;background-repeat:no-repeat;top:0;height:100%;z-index:0;width:50%;background-position:center center;}
.image--right {right:0;left:auto;}
.image--left {left:0;right:auto;}
.image--cover {background-size:cover;}
.image--contain {background-size:contain;}
.section-half {min-height:500px;}
.section-half .block-text {padding:0 60px;}
.section-half .block-text-v-center {position: relative;height:500px;}
.v-center {position:absolute;top:50%;transform:translate(0,-50%);left:0;right:0;}
.section-half .block-text li:not(:last-child) {margin-bottom:20px;}
.section-half .block-text h4 {font-size: 24px; line-height: 31px;}

.section-press .block-text-v-center {position: relative;height:210px;}
.section-press .block-text.v-center {position: absolute;top:50%;transform:translate(0,-50%);text-align:center;left:0;right:0;margin:0 auto;}


.section.section-heroes{padding: 60px 0px;}
.section-heroes .container-fluid{padding-left: 25px; padding-right: 25px;}
.section-heroes .col-xs-4{padding: 0px 5px; margin-bottom: 5px;}
.section-heroes .section-title h3{margin-bottom: 5px;}
/* Section > Hero */
.section.section-hero {padding:0 100px;}
.section-hero .card {min-height:600px;background-color:transparent; margin-bottom: 0;}
.section-hero .decoration-square {position:absolute;top:0;right:0;width:45%;height:700px;pointer-events:none; background: url(/Home/assets/img/img-superhero.jpg); background-size: cover;
  background-repeat: no-repeat;}

/* Section > Request */
.section-request {background:#ffc7ba;background:-moz-radial-gradient(center, ellipse cover,  #FF9275 0%, #EC613C 100%);background:-webkit-radial-gradient(center, ellipse cover,  #FF9275 0%,#EC613C 100%);background:radial-gradient(ellipse at center,  #FF9275 0%,#EC613C 100%);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#FF9275', endColorstr='#EC613C',GradientType=1 );margin-top:160px; padding: 60px 0 !important;}

.section-request .form-offset-top {margin-top:-105px;position:relative;}
.section-request .card .card-body {padding:30px;}
.section-request .section-title h3 {font-size:24px;margin-bottom:5px;}
.section-request .section-title p {font-size:18px;}

.section.section-partner{padding: 45px 0 120px; margin-bottom: 0px;}
.section.section-partner .carousel-gallery .carousel-controls {display: none;}


.section.section-info{padding: 60px 0px;}
.section.section-info li{margin-bottom: 10px;}
.section.section-info .lists{margin-top: 33px;}
.section.section-info .lists .list-item{font-size: 'Red Hat Display', sans-serif;  font-size: 21px; line-height: 27px; color: #272726; font-weight: 600;}
.section.section-info .lists .list-item span{display: inline-block; width: 198px; font-weight: 400; color: #928D8D; text-decoration-line: line-through;}
.section.section-info ul{list-style: none; font-size: 16px; line-height: 21px; color: #272726; padding-left: 0; margin-top: 30px;}
/* .section.section-info li img{margin-right: 15px;} */
.section.section-info .slogan{display: flex;
  align-items: center;
  gap: 25px;
  padding: 30px;
  background-color: white;
  margin-bottom: 15px;
  max-width: 563px;
  margin-left: 40px;
}


.section.section-info .slogan1{max-width: 433px;}
.section.section-info .slogan1{max-width: 563px; margin-left: auto; margin-bottom: 0px;}

.section.section-info .slogan p{font-size: 21px;}

.section.section-eco {margin: 0;}
.section-half.section-eco .block-text{padding-top: 50px;}
.section.section-eco .block-text{padding-top: 50px;}
.section.section-eco.section-half .block-text{padding: 50px 45px 0px 60px;}

.section.section-phone{padding: 60px 100px;}
.section.section-phone p{margin-top: 66px; max-width: 350px; margin: 0px auto 15px;}
.section.section-phone .number{display: block; margin: 25px auto; }
.section.section-phone.mobile .col-xs-12 .phone{height: 180px !important;}
.section.section-phone.mobile{display: none;}

.section-advantages .section-title h3 {font-size:21px;}

.section.section-press{padding: 60px 0;}
.section.section-press img{margin-top: 30px;}
.section.section-press p{font-size: 18px; line-height: 23px; font-weight: 600; color: #272726; margin: 18px 10px;}

.section.section-how{padding: 10px 0px 60px;}
.section.section-how p{margin-top: 20px; margin-bottom: 20px;}

.section.section-challenge{padding: 60px 0;}
/* .section.section-challenge .challenge-container{display:flex; gap: 20px; justify-content: center; flex-wrap: wrap;} */
.section.section-challenge .challenge-container .challenge{padding: 30px; background-color: #F2F0F0; max-width: 500px; position: relative; z-index: 200; margin: 0 auto;}
.section.section-challenge .challenge-container .challenge .challenge-item{display: flex; align-items: center; margin-bottom: 10px;}
.section.section-challenge .challenge-container .challenge h3{font-size: 24px; font-weight: 600; line-height: 31px; color: #272726; margin-bottom: 30px;}
.section.section-challenge .challenge-container .challenge p{font-size: 16px; line-height: 21px; color: #272726;}
.section.section-challenge .challenge-container .challenge .challenge-item span{font-size: 24px; line-height: 21px; font-weight: 600; color: #EC613C; margin-left: 0px; margin-right: 0px;}
.section.section-challenge .challenge-container .challenge .paragh-1{margin-bottom: 20px;}
.section.section-challenge .challenge-container .challenge .paragh-2{margin-bottom: 5px;}
#js-carouselGalleryNav3{margin-top: 15px;}

.section.section-challenge .challenge-container .challenge .challenge-item .span-number{font-size: 24px; line-height: 21px; font-weight: 600; color: #EC613C; margin-left: 0; margin-right: 0;}
.section.section-challenge .challenge-container .challenge .challenge-item .span-letter{font-size: 13px; line-height: 17px; font-weight: 600; color: #EC613C; margin-left: 5px; margin-right: 10px;}

.section.section-plan {background-color:#f2f0f0;padding:60px 0 240px;}
.section.section-plan .legend {background-color:transparent !important;padding:0 !important;}
.section.section-plan .legend .content {font-size:26px;line-height:34px;margin-right:55px;margin-top:30px;margin-bottom:59px;text-transform:uppercase;}
.section.section-plan .plan.legend .content h4 {font-weight:400;}
.section.section-plan .legend .cell-box {display:flex;text-align:left;justify-content:center;border-bottom:1px solid #f2f0f0;border-right:1px solid #f2f0f0;flex-direction:column;height:66px;height:66px;padding:16px 29px;background-color:white;}

.section.section-half.section-mission {margin:30px 0 60px;}
.section.section-plan .plan {background-color:#ffffff;text-align:center;padding:30px 0 0;}
.section.section-plan .plan .content h4 {font-size:25px;line-height:33px;color:#272726;margin-bottom:10px;}
.section.section-plan .plan .content h5 {font-size:21px;line-height:27px;margin-bottom:15px;}
.section.section-plan .plan .content h5 span {font-size:50px;font-weight:600;line-height:50px;color:#ec613c;}
.section.section-plan .plan .content p {font-size:16px;line-height:21px;margin-bottom:5px;}
.section.section-plan .plan .content p.small {font-size:14px;margin-bottom:0;}
.section.section-plan .plan .content p.big {font-size:16px;margin-bottom:15px;}

.section.section-plan.phone .plan .cell-box {display:flex;align-items:center;justify-content:center;border-bottom:1px solid #f2f0f0;flex-direction:column;gap:15px;padding:15px;}
.section.section-plan.desktop .plan .cell-box {display:flex;align-items:center;justify-content:center;border-bottom:1px solid #f2f0f0;flex-direction:column;height:66px;height:66px;padding:16px 29px;box-sizing:content-box;}

.section.section-plan .plan .cell-box img {display:block;margin:0 auto;}
.section.section-plan .plan.active {border:1px solid black;position:relative;z-index:10;transform:scale(1.1);}
.section.section-plan .col-xs-3 {padding:0;}
.section.section-plan.phone {display:none;}

.section.section-faq {padding:60px 0;}

.taber p {font-size:16px;}

.section.section-request.company {margin-top:0;}
.section.section-request.company .nav-tabs.nav-fill > li {width:100%;}
.section.section-request.company .nav-tabs.nav-fill > li:nth-child(1) a {border-radius:0 !important;}

.more {max-width:600px;background-color:#272726;border-radius:8px;margin:0 auto;padding:30px 0;}

.more .content p {font-family:"Red Hat Display", sans-serif;font-size:26px;line-height:34px;color:white;}
.more .content a {display:inline-block;background-color:#ec613c;padding:15px 40px;border-radius:25px;font-size:16px;text-transform:uppercase;line-height:21px;font-weight:600;color:white;margin-top:15px;}

.section.section-challenge-company {padding-bottom:30px;}
.section-challenge-company p {font-size:16px;}
.card.card-challenge-company .card-icon {font-size:80px;margin-bottom:0;text-align:center;}
.card.card.card-challenge-company {background-color:transparent;}

.card.card.card-challenge-company .card-title {font-size:24px;text-transform:uppercase;margin:10px 0 20px;text-align:center;}
.card.card.card-challenge-company h4 {text-align:center;margin-bottom:30px;}
.card.card.card-challenge-company .list-icon li {position:relative;padding:2px 17px;font-size:16px;}
.card.card.card-challenge-company .list-icon li:before {content:"";border-radius:100%;background-color:orange;width:8px;height:8px;position:absolute;left:0;top:9px;}

.navbar.navbar-default.navbar-float .navbar-nav > li.is-lang > a {background-color: transparent;border:0;margin:10px 0;}

.card.card-image {margin-bottom:0;}
.card.card-image .card-bg {height:300px;}
.card.card-image .card-title-over {position: absolute;bottom:24px;color:#fff;font-size:18px;font-weight:bold;line-height:initial;left:0;right:0;padding:0 20px;}

.card.card-image {margin-top:40px;text-align:center;}

/* Cards > Marketing Image */
.card.card-marketing-image {background-color:#F2F0F0;border:0;border-radius:20px;margin-bottom:0;}
.card-marketing-image .card-body {padding:30px;text-align:center;}
.card-marketing-image .section-title h3 {margin-bottom:10px;}
.card-marketing-image p {font-size:16px;}
.card-marketing-image img {max-height:300px;margin-top:30px;}

.block-companies {text-align:center;}
.block-companies .emoji {font-size:40px;}
.block-companies p {font-size:18px;max-width:300px;margin:0 auto;}
.block-companies h4 {margin:20px 0;color:#EC613C;font-size:24px;text-transform:uppercase;font-weight:bold;}

.section-collaborating {padding:90px 100px 90px;}

/* Section > Tabs */
.section.section-tabs {padding-left:0;padding-right:0;}
.section-tabs .nav-tabs {display:flex;align-items:flex-end;justify-content:center;border-bottom:1px solid #D8D8D8;gap:50px;}
.section-tabs .nav-tabs::before, .section-tabs .nav-tabs::after {display:none;}
.section-tabs .nav-tabs > li > a {background-color:transparent !important;border:0 !important;border-bottom:2px solid transparent !important;border-radius:0;padding:15px 5px;text-align:center;}
.section-tabs .nav-tabs > li.active > a {border-color:#EC613C !important;}
.section-tabs .nav-tabs > li > a h3 {margin-bottom:0;}
.section-tabs .section {padding-top:70px;padding-bottom:70px;}

/* Section > Platform */
.section-platform .row.flex {display:flex;flex-wrap:wrap;align-items:center;}
.section-platform .list-group > li {padding:30px 0;border-bottom:1px solid #D8D8D8;cursor:pointer;}
.section-platform .list-group > li:hover {font-weight:700;}
.section-platform .list-group > li.active {font-weight:700;}
.section-platform .list-group > li .number {font-size:19px;font-weight:700;color:#EC613C;margin-right:30px;}
.section-platform .card {margin:0;background-color:transparent;border:0;}
.section-platform .card .card-bg {height:400px;background-size:contain;transition:background-image .3s ease-in-out;}

/* Section > Footer */
footer {position:relative;}
.section-footer p{font-size: 14px; margin-bottom:10px;}
.section-footer .col-xs-12 >div:last-child{margin-bottom: 30px;}
.bebad-sticker {width:80px;height:80px;background-image:url(/Home/assets/img/bebad-sticker.svg);background-repeat:no-repeat;background-size:contain;background-position:top left;position:absolute;z-index:9;bottom:0;left:20px;}



/* Section > Footer > Copy */ 
.section.section-copy {padding:30px 100px;}
.section-copy {font-size:12px;} 
.section-copy p {color:#272726;font-size:12px;}

/* Fullpage */
.is-fullpage .section {height:100vh;position:relative;}
.is-fullpage .logo img {height:30px;margin-bottom:40px;}
.is-fullpage .content-center {position:absolute;top:50%;transform:translate(0, -50%);left:0;right:0;margin:0 auto;text-align:center;}
.is-fullpage .content-center h1 {margin-bottom:20px;}
.is-fullpage .content-center p {font-size:26px;margin:10px 0 30px;}

.img-mobile{display: none;}
.section.section-info .slogan-2{margin-left: 200px; margin-bottom: 0;}

iframe.card-video{height: 214px;}

.company-only {display:none !important;}


/* 
------------------------------------------
Responsive 
------------------------------------------
*/

/* Smartphone */
@media only screen and (max-width:767px) and (min-width:320px) {
  
  /* Globals */
  body {padding-top:0;}
  .scrolling-bg-container .dog, .scrolling-bg-container .bike, .scrolling-bg-container .skate, .scrolling-bg-container .mum {animation:none;display:none;}
  .icon120 {width:90px;height:90px;}
  .scrolling-bg-container .bg {animation:none;}

  .navbar.navbar-default.is--affix .navbar-brand {position:absolute;left:0;right:0;margin:0 auto;top:0;display:block;text-align:center;width:auto;}
  .navbar-nav {background-color: #fff;}

  /* .section-counter .counter {font-size:24px;}
  .section-counter .counter-text {font-size: 15px;}
  .section-counter {padding:0 0 50px !important;}
  .section-counter p {font-size:14px;} */

  /* Head  */
  .navbar-toggle {margin-top:5px;}
  .navbar.navbar-default {min-height:50px;padding:0;border:0;border-radius: 0;}
  .navbar.navbar-default .navbar-brand > img {height:38px;}
  .navbar-default .navbar-toggle .icon-bar {background-color:#333333;margin-top:3px;}
  .navbar-toggle {border:0;border-radius:0;padding:10px;}
  .navbar-toggle .icon-bar {height:3px;}
  .navbar-default .navbar-toggle:focus , .navbar-default .navbar-toggle:hover {background-color:transparent;}
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {padding:5px 15px;}
  .navbar-brand {padding:7px;}
  .navbar.navbar-default.navbar-float {padding:0;}
  
  /* Head + Megamenu */
  .navbar.navbar-default .dropdown.mega-menu .dropdown-menu {position:relative;border:0;padding:0 20px 20px;}
  .navbar.navbar-default .dropdown.mega-menu .dropdown-menu .dropdown-submenu {padding:10px 0;position:relative;}
  .navbar.navbar-default .dropdown.mega-menu .dropdown-menu .dropdown-submenu ul {padding:15px 0 15px 15px;position:static;display:none;}
  .navbar.navbar-default .dropdown.mega-menu .dropdown-menu .dropdown-submenu li a {padding:10px 0;}
  .navbar.navbar-default .dropdown.mega-menu .dropdown-menu .dropdown-submenu.open ul {display:block;padding:0 0 15px 15px;}
  .navbar.navbar-default .dropdown.mega-menu .dropdown-menu .dropdown-submenu a.dropdown-toggle {font-weight:normal;color:#333333;}
  .navbar.navbar-default .dropdown.mega-menu .dropdown-menu .dropdown-submenu a.dropdown-toggle .fa {display:inline-block;}
  
  /* Head + NavbarShop */
  .navbar-shop {position:absolute;padding:14px;right:50px;}
  .navbar-shop .list-inline {margin-bottom:0;}
  .navbar-shop a {padding:0 5px;color:#333333;}
  .navbar-shop li .fa-shopping-cart {position:relative;}
  .navbar-shop .fa {font-size:15px;top:-6px;position:relative;}
  
  /* Carousels > Home */
  .carousel-home .card .card-overlay .card-body {padding:60px;}
  
  /* Sidebar Toggle */
  .taber {cursor:pointer;position:relative;}
  .taber h4 {margin-bottom:0;font-weight:700;}
  .taber h4:after {font-family:"Font Awesome 5 Free";content:"\f068";color:#333333;font-size:12px;position:absolute;right:0;top:auto;}
  .taber.collapsed h4:after {content:"\f067";}

  .section.section-copy {padding:30px 10px 100px;}
  .section-copy {text-align:center;}
  
  /* Card */
  .card .card-title {font-size:14px;}
  .card .card-price {font-size:18px;}
  
  .btn-actions a {display:inline-block;width:45%;}
  .btn-actions a img {width:100%;max-width:200px;}
  
  /* Section */
  .section {padding:60px 0;}
  .section-header h1 {font-size:24px;text-align:center;}
  .section-breadcrumbs {display:none;}
  .section-contacts .contacts-map {margin-top:40px;}
  .section-video .videoContainer {pointer-events:auto;}
  .section.section-hero {padding:0;}
  
  /* Section > Image/Text */
  .section.section-half {padding-top:0;padding-bottom:0;margin:-30px 0;}
  .section-half .block-image {position:relative;background-repeat:no-repeat;top:0;height:100%;z-index:0;width:100%;height:280px;background-position:center center;}
  .section.section-info .image--left{margin-top: 60px;}
  
  .block-text.p-2 {padding:30px 0 !important;}
  .image--contain {background-size:cover;}
  .de-1, .de-2, .de-3, .de-4, .de-5, .de-6, .de-7, .de-8, .de-9, .de-10, .de-11, .de-12, .de-13, .de-14 {display:none;}
  
  /* Section > Video */
  .section-video .videoContainer {height:240px;max-height:240px;transform:none;pointer-events:auto;}

  /* Content */
  .section-half .block-text {padding:30px 0;}
  .v-center {position:relative;top:auto;transform:none;}
  .section-half .block-text-v-center {height:auto;}
  .card.is-hero .card-bg {background-size:320px;background-position:bottom 60px center;}
  .card.is-hero .card-overlay .card-body {top:60px;transform:none;}
  .card.is-hero .text-left {text-align:center;}
  .card.is-hero .logo img {height:60px;}
  .card.is-hero .logo {margin-bottom:15px;}
  .section-hero .decoration-square {width:100%;}
  .card.is-hero .card-bg {height:1000px}
  .logo h1 .lookup:before {background-size:22px;left:2px;}
  .card.is-hero h2 {font-size:26px;}
  .card.is-logo.logo--small .card-bg {height:50px;}
  .card.is-hero h2{line-height: 1.15; margin-top: 30px;}

  .logo h1 {font-size:48px; margin-top: 50px;}
  img.d-inline-block.align-middle.ml-2 {height:40px;}

  .card.is-feature .card-bg {height:420px !important;margin-bottom:0;margin-top:60px;}
  .carousel-arrows-lr .prev {left:0;}
  .carousel-arrows-lr .next {right:-5px;}
  .block-content-center {height:auto !important;}
  .carousel-controls {bottom:auto;top:10px;left:0;right:0;margin:0 auto;}
  .tns-nav {display:none;}
  .section-request {height:auto;}

  .section p,.section.company p {font-size:16px;}
  
  .section-press .block-text-v-center {height:auto;margin-bottom:30px;}
  .section-press .block-text.v-center {height:auto;position: relative;top:auto;transform:none;}
  .mobile-margin-offset {margin:0 !important;}

  .carousel-gallery .carousel-controls {top:initial}

  .section-request .card .card-body {padding:30px 15px;}
  /* Section > Footer */
  .section-copy .text-right {text-align:center;}
  
  /* Table responsive */
  .table__is-card .table {border:0;}
  .table__is-card .table .table-bordered {border:0;}
  .table__is-card .table .table-bordered a.btn-secondary , .table__is-card .table .table-bordered a.btn-danger {font-size:11px;}
  .table__is-card .table .table > tbody > tr > td {height:auto;}
  .table__is-card .table .table > tbody > tr > td:last-child {border-bottom:0!important;}
  .table__is-card .table table , .table__is-card .table thead , .table__is-card .table tbody , .table__is-card .table th , .table__is-card .table td , .table__is-card .table tr {display:block;}
  .table__is-card .table thead tr {position:absolute;top:-9999px;left:-9999px;}
  .table__is-card .table tr {border:1px solid #dddddd;margin-bottom:30px;}
  .table__is-card .table td {border:none;border-bottom:1px solid #dddddd;position:relative;padding-left:40%;white-space:normal;text-align:right;}
  .table__is-card .table td:last-child:before {display:none;}
  .table__is-card .table td:last-child {padding-left:15px;}
  .table__is-card .table td:before {position:absolute;top:15px;left:15px;width:30%;padding-right:10px;white-space:nowrap;text-align:left;font-weight:bold;}
  .table__is-card .table td:before {content:attr(data-title);}




  .section.section-info .lists .list-item {font-size: 16px;}
  .section.section-info .lists .list-item span{width: 150px;}

  .section-counter {padding:40px 0 !important;}

  .counter_item{padding: 20px;}

  .more{border-radius: 0;}

  .section.section-how {padding: 90px 0px 90px;}
  .company.section.section-how {padding: 0px 0px 60px;}

.section.section-how .text-center{margin-top: 40px; margin-bottom: 40px;}
.section.section-how .text-center:last-child{margin-bottom:0px;}
.company.section.section-eco.section-half .block-text{padding: 60px 0 0;}
.section.section-eco.section-half .block-text{padding: 90px 0 0;}
.section.section-challenge .challenge-container {flex-direction: column; align-items: center;}
.section.section-info li img{margin-right: 0px;}
.section.section-plan.phone{display: block;}
.section.section-plan.desktop{display: none;}

.section.section-phone.mobile{display: block;}
.section.section-phone.desktop{display: none;}
.section.section-phone{padding: 60px 0;}

.section.section-info .slogan-1{max-width: none; width: 100%; margin-left: 0px; margin-top: 30px;}
.section.section-info .slogan-2{max-width: none; margin-left: 0px; width: 100%;}
.section.section-info .slogan{margin-left: 0px;}

.section.section-faq{padding: 60px 0;}
.store img{margin-bottom: 20px;}
.stack span {font-size: 3rem !important;}
.stack{margin-top: 10px;}
.decoration-square{opacity: 0;}

.block-companies {margin:0 0 40px;}

.card.card-image {margin-top:15px;}
.card.card-image .card-bg {height:240px;}

.stores{display: flex; gap: 10px; justify-content: center;}
.stores img{width: 100%;}
.img-mobile{height: 220px; width: 100%; margin-bottom: 40px; display: block; background-size: cover !important; background-position: center !important;}
.card.is-hero .card-overlay .card-body{padding-top: 0px;}
.title-glitch{display: block !important;}
.stack{margin-top: 0;}
.section.section-phone.mobile .col-xs-12 .phone{height: 180px !important;}
.section.section-phone.mobile .col-xs-12 img:last-child{height: 30px !important;}
/* .logo.company{margin-top: 100px;} */
.subheader h3{font-size: 24px; line-height: 30px;}
.company.section-hero .decoration-square{height: auto;}
.company .card.is-hero .card-bg{height: auto;}
.section.section-plan .legend .content{margin-right: 0; margin-top: 0;}
.challenge .challenge-item .span-number{margin-left: 0; margin-right: 0;}
.section.section-challenge .challenge-container .challenge .challenge-item .span-number{text-align: left;}
.section-hero.company .card {min-height:600px;background-color:transparent; margin-bottom: 0; height: 920px;}

iframe.card-video{height: 205.13px;}

/* Section > Tabs */
.section-tabs .nav-tabs {overflow:hidden;overflow-x:auto;white-space:nowrap;justify-content:flex-start;gap:20px;}
.section-tabs .nav-tabs > li {margin:0;float:none;min-width:220px;white-space:normal;}

.section-challenge-company .calconic-calculator {margin-top:30px;}

/* Section > Platform */
.section-platform .list-group > li {padding:20px 0;}
.section-platform .card {margin-top:30px;}
.section-platform .card .card-bg {height:300px;}

}

/* Smartphone Landscape 
@media only screen and (min-width:480px) and (max-width:767px){
}
*/

/* Tablet */
@media only screen and (min-width:768px) and (max-width:991px) {
  
  /* Globals */
  body {padding-top:0;}
  
  .section-counter {padding:60px 0 !important;}

  .navbar.navbar-default.navbar-float {padding:0;}
  .navbar.navbar-default .navbar-brand > img {height:40px;}
  
  /*  .navbar-nav > li > .dropdown-menu {position:relative;-webkit-box-shadow:none;box-shadow:none;width:100%;background:transparent;border:none;}
    .navbar-nav > li > .dropdown.open {-webkit-transition:all .3s;transition:all .3s;}*/
    
  /* Carousels > Home */
    .carousel-home .card .card-overlay .card-body {padding:60px;}
    
  /* Sidebar Toggle */
  .taber {cursor:pointer;position:relative;}
  .taber h4 {margin-bottom:0;font-weight:700;}
  .taber h4:after {font-family:"Font Awesome 5 Free";content:"\f068";color:#333333;font-size:12px;position:absolute;right:0;top:auto;}
  .taber.collapsed h4:after {content:"\f067";}

  /* Content */
  /* .section.section-half {padding:30px 0;margin:0;} */
  .section-half .block-text {padding:30px;}
  .section {padding:45px 0;}
  .section p,.section.company p {font-size:18px;}

  .section.section-hero p{max-width: 40%;}

  .section-press .block-text.v-center {position:relative;top:auto;transform:none;left:auto;right:auto;}
  .card.is-hero h2 {font-size:23px; max-width: 60%;}
  .section.section-hero {padding:0;}
  .card.is-hero .card-bg {background-size:420px;}
  .section-hero .decoration-square {width:40%;height:700px;}
  .section-request {height:560px;}
  .section-half .block-text-v-center {height:440px;}
  /* .card.is-hero .card-bg {height:700px;} */


    
  /* Section Footer */
  .section-footer .taber {border-bottom:1px solid rgba(255,255,255,.3);padding-bottom:10px;font-weight:700;margin-bottom:10px;}
  .section-footer .taber h4:after {font-family:"Font Awesome 5 Free";content:"\f068";color:#ffffff;font-size:12px;position:absolute;right:0;top:auto;}
  .section-footer .taber.collapsed h4:after {content:"\f067";}
  .section-footer .taber-body {padding-bottom:30px;}
  .section-copy {text-align:center;}
  .section-copy p {font-size:11px;}
  .section.section-copy {padding:30px 10px;}
  
  /* Forms */
  .form-request {margin-top:40px;}

  .section-copy .list-social {margin-bottom:70px;}
  /* .section-title.mb-4{margin-top: 60px;} */

  /* .section-title h3{margin-top: 30px;} */
  .section.section-phone.mobile{display: none;}
  .section.section-phone.desktop{display: block;}

  .section.section-plan.phone{display: block;}
  .section.section-plan.desktop{display: none;}
  .section.section-plan.desktop .plan .cell-box {height: 88px;}
  .section.section-info .slogan{width: 100%; max-width: none; margin-left: 0;}
  .section.section-info .slogan-1{margin-top: 30px;}

  .subheader.company h3 {font-size:22px;}

  .logo h1{margin-top: 50px;zoom:.8}
  .section.section-how {
    padding: 60px 0px;
  }

  .section.section-phone.desktop .wow{margin-bottom: 50px;}
  .section.section-phone.desktop .wow:last-child{margin-bottom: 0px;}
  .section.section-faq{padding: 60px 0;}
  .section-request{margin-top: 260px;
    padding: 20px 0 !important;}

  .carousel-controls {bottom:auto;top:30px;left:0;right:0;margin:0 auto;}

  .navbar.navbar-default .navbar-brand {padding:16px 25px;}
  .card.is-hero .card-bg {height:700px;}
  .section-hero .decoration-square {width:100%;}
  .section-hero .decoration-square:before {content:"";background-color:rgba(255,255,255,.7);width:100%;height:100%;position:absolute;top:0;left:0;right:0;bottom:0;background: -moz-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
background: -webkit-linear-gradient(left, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 280%);
background: linear-gradient(to right, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 280%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 );}

  .block-companies p {min-height:120px;}
  .section.section-challenge-company {padding:40px 15px;}
  .section.section-phone {padding:40px 15px;}

  .subheader h3 {max-width: 60%;}
  .section.section-half.section-mission{margin: 80px 0 0 ;}

  .section.section-plan.phone .legend .content {margin-right: 0; margin-top: 0;}

  iframe.card-video{height: 130.8px;}

  .section-challenge-company .calconic-calculator {margin-top:30px;}
    
}

/* Tablet Landscape */
@media only screen and (min-width:992px) and (max-width:1199px) {

  /* Globals */
  body {padding-top:0;}
  .navbar.navbar-default.navbar-float {padding:0;}

    
  /* Content */
  .section {padding:80px 40px;}
  img.d-inline-block.align-middle.ml-2 {height:40px;}

  /* Content */
  .section.section-half {padding:30px 0;margin:0;}
  .section-half .block-text {padding:30px;}
  .section {padding:60px 20px;}
  .section p,.section.company p {font-size:18px;}

  .card.is-hero h2 {font-size:25px;}
  .section.section-hero {padding:0;}
  .card.is-hero .card-bg {background-size:590px;}
  .section-hero .decoration-square {width:50%;height:700px;}
  .section-request {height:560px;}
  .section-half .block-text-v-center {height:440px;}
  .card.is-hero .card-bg {height:700px;}

  .section-info.section-half{padding: 60px 0;}
  .section.section-info.section-half .block-text{padding: 0 45px 0 60px;}

    
  /* Section Footer */
  .section-footer .taber {border-bottom:1px solid rgba(255,255,255,.3);padding-bottom:10px;font-weight:700;margin-bottom:10px;}
  .section-footer .taber h4:after {font-family:"Font Awesome 5 Free";content:"\f068";color:#ffffff;font-size:12px;position:absolute;right:0;top:auto;}
  .section-footer .taber.collapsed h4:after {content:"\f067";}
  .section-footer .taber-body {padding-bottom:30px;}
  .section-copy {text-align:center;}
  .section-copy p {font-size:11px;}
  .section.section-copy {padding:30px 10px;}
  .section-copy .list-social {margin-bottom:70px;}
  .section.section-plan .legend .content{margin-right: 0px;}
  .section.section-plan.desktop .plan .cell-box {height: 88px;}

  .section.section-info .slogan-2 {margin-left: 40px;}
  .section.section-how{padding: 60px 0px;}

  .section.section-phone {padding:40px 30px;}

  .carousel-gallery {padding:0 30px;}

  .section.section-info .slogan{margin: 0; padding: 20px;}
  .section.section-info .slogan:first-child{margin-bottom: 30px;}
  .section.section-info .slogan p{font-size: 16px;}

  .section.section-challenge .challenge-container .challenge{max-width: 480px;}
  .section.section-challenge {
    padding: 60px 20px;
}

iframe.card-video{height: 174.41px;}

}

/* Laptop 13' - 1366x768 Non-Retina */
@media only screen and (min-width:1200px) and (max-width:1366px) {
  
  /* Carousels > Home */
  .card.is-hero .card-bg {background-size:560px;}
  .section-hero .decoration-square {width:417px;height:600px;}

  /* Content */
  .section {padding:80px 40px;}


}

/* Laptop 4:3 - 1440x1080 */
@media only screen and (min-width:1367px) and (max-width:1440px) {

}

@media only screen and (max-width: 1000px) and (min-width: 320px){
  .section-info.section-half .block-image{    position: relative;
    background-repeat: no-repeat;
    top: 0;
    height: 100%;
    z-index: 0;
    width: 100%;
    height: 280px;
    background-position: 0% 27%;}
}


.right {
  text-align: right;
  width: 100%;
}

.stack {
  display: grid;
  grid-template-columns: 1fr;
  /* margin-bottom: 20px; */
}

.stack span {
  font-weight: bold;
  grid-row-start: 1;
  grid-column-start: 1;
  font-size: 5rem;
  --stack-height: calc(100% / var(--stacks) - 1px);
  --inverse-index: calc(calc(var(--stacks) - 1) - var(--index));
  --clip-top: calc(var(--stack-height) * var(--index));
  --clip-bottom: calc(var(--stack-height) * var(--inverse-index));
  clip-path: inset(var(--clip-top) 0 var(--clip-bottom) 0);
  animation: stack 340ms cubic-bezier(.46,.29,0,1.24) 1 backwards calc(var(--index) * 120ms), glitch 2s ease infinite 2s alternate-reverse;
}

.stack span:nth-child(odd) { --glitch-translate: 8px; }
.stack span:nth-child(even) { --glitch-translate: -8px; }

@keyframes stack {
  0% {
    opacity: 0;
    transform: translateX(-50%);
    text-shadow: -2px 3px 0 red, 2px -3px 0 blue;
  };
  60% {
    opacity: 0.5;
    transform: translateX(50%);
  }
  80% {
    transform: none;
    opacity: 1;
    text-shadow: 2px -3px 0 red, -2px 3px 0 blue;
  }
  100% {
    text-shadow: none;
  }
}

@keyframes glitch {
  0% {
    text-shadow: -2px 3px 0 red, 2px -3px 0 blue;
    transform: translate(var(--glitch-translate));
  }
  2% {
    text-shadow: 2px -3px 0 red, -2px 3px 0 blue;
  }
  4%, 100% {  text-shadow: none; transform: none; }
}