/*------------------------------------------------------------------
[Master Stylesheet]
-------------------------------------------------------------------
Project:        Finity - Landing Page Template
Version:        1.0
Last change:    11/08/2020
Primary use:    Landing Page
-------------------------------------------------------------------*/
/*********** CSS TABLE OF CONTENTS *******************

|--- 01.Component -> { Header }
|--- 01.Component -> { Menu }
|--- 01.Component -> { Button }
|--- 01.Component -> { Form }
|--- 01.Component -> { Pricings }
|--- 01.Component -> { Slider }
|--- 03.Theme Utility -> { Image Group }
|--- 03.Theme Utility -> { Background }
|--- 03.Theme Utility -> { Hovers }
|--- 03.Theme Utility -> { Sizes }
|--- 03.Theme Utility -> { Typograpy }
|--- THEME CUSTOM STYLES

******************************************************/
/*=== Media Query ===*/

.lato-thin {
  font-family: "Lato", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.lato-light {
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.lato-regular {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.lato-bold {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.lato-black {
  font-family: "Lato", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.lato-thin-italic {
  font-family: "Lato", sans-serif;
  font-weight: 100;
  font-style: italic;
}

.lato-light-italic {
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.lato-regular-italic {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.lato-bold-italic {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-style: italic;
}

.lato-black-italic {
  font-family: "Lato", sans-serif;
  font-weight: 900;
  font-style: italic;
}


body[data-theme='dark'], .dark-bg, .dark-mode-texts {
  --bg:                 #19191b;
  --bg-1:               #1e1e20;
  --bg-2:               #1e1e20;
  --bg-3:               #1e1e20;
  --bg-4:               #1e1e20;
  --bg-5:               #1e1e20;
  --bg-6:               #1e1e20;
  --color-headings:     #fff;
  --color-texts:        rgba(255,255,255,0.8);
  --color-texts-2:      rgba(255,255,255,0.8);
  --border-color:       #313d55;
  --border-color-2:     rgba(255,255,255,.07);
  --border-color-3:     rgba(255,255,255,.07);
  --border-color-4:     rgba(255,255,255,.07);
  --border-color-5:     rgba(255,255,255,.07);
}

body[data-theme='light'], .light-bg, .light-mode-texts {
  --bg:                 #fff;
  --bg-1:               #e9f7fe;
  --bg-2:               #f5fafd;
  --bg-3:               #f7f8fa;
  --bg-4:               #f8fafe;
  --bg-5:               #f8fbff;
  --bg-6:               #f7f9fc;
  --color-headings:     #1d293f;
  --color-texts:        #7c8087;
  --color-texts-2:      #3b4656;
  --border-color:       #e2e4e8;
  --border-color-2:     #d2e4ed;
  --border-color-3:     #ECEFF4;
  --border-color-4:     #3b4656;
  --border-color-5:     #1d293f;
}

body {
  --bg:                 #fff;
  --bg-1:               #e9f7fe;
  --bg-2:               #f5fafd;
  --bg-3:               #f7f8fa;
  --bg-4:               #f8fafe;
  --bg-5:               #f8fbff;
  --bg-6:               #f7f9fc;
  --color-headings:     #1d293f;
  --color-texts:        #7c8087;
  --color-texts-2:      #3b4656;
  --border-color:       #e2e4e8;
  --border-color-2:     #d2e4ed;
  --border-color-3:     #ECEFF4;
  --border-color-4:     #3b4656;
  --border-color-5:     #1d293f;
}

.default-logo, .default-shape {
  display: block;
}

.light-version-logo, .light-shape {
  display: none;
}

.dark-version-logo, .dark-shape {
  display: none;
}

.light-version-logo.default-logo {
  display: block;
}

.dark-version-logo.default-logo {
  display: block;
}

body[data-theme='dark'] .dark-version-logo, body[data-theme='dark'] .dark-shape, .dark-mode-texts .dark-version-logo, .dark-mode-texts .dark-shape {
  display: block;
}

body[data-theme='dark'] .light-version-logo, .dark-mode-texts .light-version-logo {
  display: none;
}

body[data-theme='dark'] .light-version-logo.default-logo, .dark-mode-texts .light-version-logo.default-logo {
  display: none;
}

body[data-theme='dark'] .light-shape, .dark-mode-texts .light-shape {
  display: none;
}

body[data-theme='dark'] .light-shape.default-shape, .dark-mode-texts .light-shape.default-shape {
  display: none;
}

body[data-theme='dark'] .light-mode-texts .light-version-logo, body[data-theme='dark'] .light-mode-texts .light-shape, .dark-mode-texts .light-mode-texts .light-version-logo, .dark-mode-texts .light-mode-texts .light-shape {
  display: block;
}

body[data-theme='dark'] .light-mode-texts .dark-version-logo, .dark-mode-texts .light-mode-texts .dark-version-logo {
  display: none;
}

body[data-theme='dark'] .light-mode-texts .dark-version-logo.default-logo, .dark-mode-texts .light-mode-texts .dark-version-logo.default-logo {
  display: none;
}

body[data-theme='dark'] .light-mode-texts .dark-shape, .dark-mode-texts .light-mode-texts .dark-shape {
  display: none;
}

body[data-theme='dark'] .light-mode-texts .dark-shape.default-shape, .dark-mode-texts .light-mode-texts .dark-shape.default-shape {
  display: none;
}

body[data-theme='light'] .light-version-logo, body[data-theme='light'] .light-shape, .light-mode-texts .light-version-logo, .light-mode-texts .light-shape {
  display: block;
}

body[data-theme='light'] .dark-version-logo, .light-mode-texts .dark-version-logo {
  display: none;
}

body[data-theme='light'] .dark-version-logo.default-logo, .light-mode-texts .dark-version-logo.default-logo {
  display: none;
}

body[data-theme='light'] .dark-shape, .light-mode-texts .dark-shape {
  display: none;
}

body[data-theme='light'] .dark-shape.default-shape, .light-mode-texts .dark-shape.default-shape {
  display: none;
}

body[data-theme='light'] .dark-mode-texts .dark-version-logo, body[data-theme='light'] .dark-mode-texts .dark-shape, .light-mode-texts .dark-mode-texts .dark-version-logo, .light-mode-texts .dark-mode-texts .dark-shape {
  display: block;
}

body[data-theme='light'] .dark-mode-texts .light-version-logo, .light-mode-texts .dark-mode-texts .light-version-logo {
  display: none;
}

body[data-theme='light'] .dark-mode-texts .light-version-logo.default-logo, .light-mode-texts .dark-mode-texts .light-version-logo.default-logo {
  display: none;
}

body[data-theme='light'] .dark-mode-texts .light-shape, .light-mode-texts .dark-mode-texts .light-shape {
  display: none;
}

body[data-theme='light'] .dark-mode-texts .light-shape.default-shape, .light-mode-texts .dark-mode-texts .light-shape.default-shape {
  display: none;
}

.bg-default {
  background: var(--bg);
}

.bg-default-1 {
  background: var(--bg-1);
}

.bg-default-2 {
  background: var(--bg-2);
}

.bg-default-3 {
  background: var(--bg-3);
}

.bg-default-4 {
  background: var(--bg-4);
}

.bg-default-5 {
  background: var(--bg-5);
}

.bg-default-6 {
  background: var(--bg-6);
}

.text-default-color {
  color: var(--color-texts);
}

.text-default-color-2 {
  color: var(--color-texts-2);
}

.heading-default-color {
  color: var(--color-headings);
}

.border-default-color {
  border-color: var(--border-color);
}

.border-default-color-2 {
  border-color: var(--border-color-2) !important;
}

.border-default-color-3 {
  border-color: var(--border-color-3) !important;
}

@media (min-width: 992px) {
  .dark-mode-texts--desktops {
    --bg:                 #19191b;
    --bg-1:               #1e1e20;
    --bg-2:               #1e1e20;
    --bg-3:               #1e1e20;
    --bg-4:               #1e1e20;
    --bg-5:               #1e1e20;
    --bg-6:               #1e1e20;
    --color-headings:     #fff;
    --color-texts:        rgba(255,255,255,0.8);
    --color-texts-2:      rgba(255,255,255,0.8);
    --border-color:       #313d55;
    --border-color-2:     rgba(255,255,255,.07);
    --border-color-3:     rgba(255,255,255,.07);
    --border-color-4:     rgba(255,255,255,.07);
    --border-color-5:     rgba(255,255,255,.07);
  }
}

/* ---------------------------
  01.Component -> { Header } 
------------------------------*/
@media (min-width: 992px) {
  .header-btn {
    margin-left: 10px;
  }
}

.header-btn a {
  display: none;
}

@media (min-width: 360px) {
  .header-btn a {
    display: inline-flex;
    min-height: 35px;
    min-width: 120px;
    font-size: 14px;
    font-weight: 500;
  }
}

@media (min-width: 400px) {
  .header-btn a {
    min-height: 45px;
    min-width: 141px;
    font-size: 15px;
  }
}

@media (min-width: 576px) {
  .header-btn a {
    min-height: 45px;
  }
}

.header-btns .btn {
  min-width: 124px;
  height: 45px;
  font-size: 13px;
  letter-spacing: 0.26px;
}

.header-btn-devider {
  position: relative;
  z-index: 1;
}

.header-btn-devider:before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 25px;
  width: 1px;
  background: var(--border-color-3);
}

@media (min-width: 992px) {
  .header-btn-devider:before {
    content: "";
  }
}

.header-btn-devider.devider-pos-top:before {
  top: 0px;
}

.btn-close {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 22px;
  width: 60px;
  height: 50px;
  display: flex;
  justify-content: center;
  border: none;
  background: transparent;
  font-weight: 700;
}

.btn-close i {
  color: #353638;
}

.site-header--absolute {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}

.site-header--sticky:not(.mobile-sticky-enable) {
  position: absolute !important;
  top: 0;
  right: 0;
  width: 100%;
  z-index: 999;
}

@media (min-width: 992px) {
  .site-header--sticky:not(.mobile-sticky-enable) {
    position: fixed !important;
    transition: .4s;
  }
  .site-header--sticky:not(.mobile-sticky-enable).scrolling {
    transform: translateY(-100%);
    transition: .4s;
  }
  .site-header--sticky:not(.mobile-sticky-enable).reveal-header {
    transform: translateY(0%);
    box-shadow: 0 12px 34px -11px rgba(65, 62, 101, 0.1);
    z-index: 1000;
  }
}

.site-header--sticky.mobile-sticky-enable {
  top: 0;
  right: 0;
  width: 100%;
  z-index: 999;
  position: fixed !important;
  transition: .4s;
}

.site-header--sticky.mobile-sticky-enable.scrolling {
  transform: translateY(-100%);
  transition: .4s;
}

.site-header--sticky.mobile-sticky-enable.reveal-header {
  transform: translateY(0%);
  box-shadow: 0 12px 34px -11px rgba(65, 62, 101, 0.1);
  z-index: 9999;
}

@media (min-width: 992px) {
  .site-header--menu-center .navbar-nav-wrapper {
    margin-left: auto;
    margin-right: auto;
  }
}

@media (min-width: 992px) {
  .site-header--menu-left .container-fluid .gr-megamenu-dropdown {
    left: 0%;
    transform: translateX(0%) translateY(10px);
  }
}

@media (min-width: 992px) {
  .site-header--menu-left .container-fluid .nav-item.dropdown:hover > .gr-megamenu-dropdown.center {
    transform: translateX(0%) translateY(-10px);
    left: 0%;
  }
}

.site-header--menu-left .navbar-nav-wrapper .navbar-nav {
  justify-content: flex-start;
  padding-left: 15px;
}

@media (min-width: 1200px) {
  .site-header--menu-left .navbar-nav-wrapper {
    width: 100%;
  }
}

.site-header--menu-right .navbar-nav-wrapper {
  margin-left: auto;
}

@media (min-width: 992px) {
  .site-header--menu-right > .container-fluid .gr-megamenu-dropdown {
    left: 100%;
    transform: translateX(-100%) translateY(10px);
  }
}

@media (min-width: 992px) {
  .site-header--menu-right > .container-fluid .nav-item.dropdown:hover > .gr-megamenu-dropdown.center {
    transform: translateX(-100%) translateY(-10px);
    left: 100%;
  }
}

.site-header--menu-logo-middle {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

@media (min-width: 992px) {
  .site-header--menu-logo-middle .navbar-collapse {
    order: 1;
    flex: 0 0 45%;
  }
}

@media (min-width: 992px) {
  .site-header--menu-logo-middle .brand-logo {
    order: 2;
    flex: 0 0 10%;
    text-align: left;
    margin-top: 10px;
  }
}

@media (min-width: 992px) {
  .site-header--menu-logo-middle .header-btn {
    text-align: right;
    order: 3;
    flex: 0 0 45%;
  }
}

.single-div + .single-div:after {
  position: absolute;
  left: 0;
  top: 62px;
  bottom: 62px;
  width: 1px;
  content: "";
  background: red;
}

.single-div:after {
  position: absolute;
  right: 0;
  top: 62px;
  bottom: 62px;
  width: 1px;
  content: "";
  background: red;
}

.single-div:last-child:after {
  background: transparent;
}

.header-cart {
  position: relative;
  font-size: 20px;
  color: var(--color-texts);
  margin-left: auto;
  margin-right: 15px;
  margin-right: 15px;
}

@media (min-width: 992px) {
  .header-cart {
    margin-left: 10px;
  }
}

.header-cart span {
  height: 20px;
  width: 20px;
  font-size: 12px;
  border-radius: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(50%, -50%);
  background: green;
  color: #fff;
}

.dynamic-sticky-bg.reveal-header {
  background: var(--bg);
}

.dark-cloud-sticky-bg.reveal-header {
  background: #1d293f;
}

.sticky-bg-white.reveal-header {
  background: #fff;
}

.sticky-bg-white.reveal-header {
  background: indigo;
}

.sticky-bg-white.reveal-header {
  background: #fff;
}

.notification-block {
  position: relative;
}

.notification-block .count {
  position: absolute;
  top: 0;
  right: 0;
  margin-top: -4px;
  margin-right: -5px;
}

.show-gr-dropdown .gr-menu-dropdown {
  top: 110%;
}

.show-gr-dropdown .gr-menu-dropdown.dropdown-right {
  right: 0;
  left: auto;
}

.show-gr-dropdown .gr-menu-dropdown.dropdown-left {
  left: 0;
  right: auto;
}

.show-gr-dropdown:hover .gr-menu-dropdown, .show-gr-dropdown.show .gr-menu-dropdown {
  opacity: 1;
  top: 95%;
  pointer-events: visible;
}

/* ---------------------------
  01.Component -> { Menu } 
------------------------------*/
.main-menu {
  /* ----------------------
  Custom toggle arrow 
------------------------*/
}

@media (min-width: 992px) {
  .main-menu {
    display: flex;
    justify-content: flex-end;
  }
}

.main-menu .gr-toggle-arrow {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.main-menu .gr-toggle-arrow:after {
  display: none;
}

.main-menu .gr-toggle-arrow i {
  font-size: 24px;
  width: auto;
  line-height: 1;
  height: auto;
  font-weight: 900;
  margin-left: 5px;
  transition: .4s;
}

.main-menu .gr-toggle-arrow:hover i {
  transform: rotate(-180deg);
}

.main-menu > li > .nav-link {
  color: var(--color-headings) !important;
  font-size: 16px;
  text-transform: capitalize;
  font-weight: 300;
  position: relative;
}

@media (min-width: 992px) {
  .main-menu > li > .nav-link {
    padding-top: 16px !important;
    padding-bottom: 16px !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: 18px !important;
    margin-right: 18px !important;
  }
}

.main-menu > li > .nav-link:hover:before {
  transform: scaleX(1);
}

@media (min-width: 992px) {
  .main-menu > li > .nav-link.gr-toggle-arrow {
    padding-right: 30px !important;
  }
  .main-menu > li > .nav-link.gr-toggle-arrow:before {
    width: calc(100% - 8px);
  }
  .main-menu > li > .nav-link.gr-toggle-arrow i {
    position: absolute;
    right: -2px;
  }
}

.main-menu > li.active > .nav-link:before {
  transform: scaleX(1);
}

.main-menu > li:hover > .gr-toggle-arrow i {
  transform: rotate(-180deg);
}

/*----- Dropdown styles
-------------------------*/
.gr-menu-dropdown {
  background-color: transparent;
}

@media (min-width: 992px) {
  .gr-menu-dropdown {
    position: absolute;
    min-width: 227px;
    max-width: 227px;
    box-shadow: 0 52px 54px rgba(65, 62, 101, 0.3);
    border-radius: 8px;
    border: 1px solid var(--border-color-3);
    padding: 15px 0px;
    top: 100%;
    z-index: -99;
    opacity: 0;
    transition: opacity .4s,top .4s;
    pointer-events: none;
    left: 0;
    right: auto;
    border-radius: 0 0 10px 10px;
    border: 1px solid var(--border-color-3);
    background-color: #fff;
    display: block;
    border-top: 3px solid #0084b9; 
  }
}

.gr-menu-dropdown > .drop-menu-item {
  color: #000;
  font-size: 16px;
  text-transform: capitalize;
  font-weight: 300;
  padding-left: 30px;
  padding-top: 10px;
  padding-bottom: 10px;
}

@media (min-width: 992px) {
  .gr-menu-dropdown > .drop-menu-item {
    padding-right: 30px;
  }
}

.gr-menu-dropdown > .drop-menu-item > a {
  color: inherit;
}

@media (min-width: 992px) {
  .gr-menu-dropdown > .drop-menu-item > a {
    transition: .4s;
  }
}

.gr-menu-dropdown > .drop-menu-item:hover > a {
  color: #0084b9;
}

.gr-menu-dropdown > .drop-menu-item > .gr-menu-dropdown {
  border-top-color: green;
}

@media (min-width: 992px) {
  .gr-menu-dropdown > .drop-menu-item > .gr-menu-dropdown {
    top: 10px;
    left: auto;
    right: 0;
    opacity: 0;
    transform: translateX(110%);
    transition: .4s;
    pointer-events: none;
    will-change: transform;
  }
}

@media (min-width: 380px) {
  .gr-menu-dropdown > .drop-menu-item > .gr-menu-dropdown > .drop-menu-item {
    padding-left: 25px;
    padding-right: 25px;
  }
}

@media (min-width: 992px) {
  .gr-menu-dropdown > .drop-menu-item > .gr-menu-dropdown > .drop-menu-item {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.gr-menu-dropdown.dropdown-right {
  left: auto;
  right: -90%;
}

@media (min-width: 992px) {
  .gr-menu-dropdown.dropdown-left {
    left: 0 !important;
    right: auto !important;
    transform: translateX(-110%) !important;
  }
}

/*----- Dropdown hover activation related styles
-------------------------------------------------*/
@media (min-width: 992px) {
  .nav-item.dropdown {
    position: relative;
    z-index: 99;
  }
}

@media (min-width: 992px) {
  .nav-item.dropdown:hover > .gr-menu-dropdown {
    top: 90%;
    opacity: 1;
    pointer-events: visible;
  }
}

@media (min-width: 992px) {
  .nav-item.dropdown:hover > .gr-megamenu-dropdown.center {
    transform: translateX(-50%) translateY(-10px);
    z-index: 99;
    opacity: 1;
    pointer-events: visible;
  }
}

@media (min-width: 992px) {
  .nav-item.dropdown:hover > .gr-megamenu-dropdown-2, .nav-item.dropdown:hover.triangle-shape:after, .nav-item.dropdown:hover.triangle-shape:before {
    transform: translateX(-50%) translateY(-10px);
    z-index: 99;
    opacity: 1;
    pointer-events: visible;
  }
}

.drop-menu-item.dropdown {
  position: relative;
}

.drop-menu-item.dropdown > .gr-toggle-arrow i {
  transform: rotate(-90deg);
}

@media (min-width: 992px) {
  .drop-menu-item.dropdown:hover > .gr-menu-dropdown {
    top: 10px;
    opacity: 1;
    pointer-events: visible;
    transform: translateX(100%);
  }
  .drop-menu-item.dropdown:hover > .gr-menu-dropdown.dropdown-left {
    transform: translateX(-100%) !important;
  }
}

/*-----Mega Dropdown styles
-------------------------*/
.nav-item.dropdown.dropdown-mega {
  z-index: 1;
}

@media (min-width: 992px) {
  .nav-item.dropdown.dropdown-mega {
    position: static;
  }
}

.gr-megamenu-dropdown {
  background-color: transparent;
}

@media (min-width: 992px) {
  .gr-megamenu-dropdown {
    background-color: #fff;
  }
}

.gr-megamenu-dropdown .dropdown-image-block {
  max-height: 336px;
}

@media (min-width: 320px) and (max-width: 992px) {
  .gr-megamenu-dropdown {
    border: 0;
  }
}

@media (min-width: 992px) {
  .gr-megamenu-dropdown {
    padding: 15px;
    min-width: 925px;
    left: 50%;
    transform: translateX(-50%) translateY(10px);
    will-change: transform;
    top: 100%;
    z-index: -99;
    opacity: 0;
    pointer-events: none;
    transition: .4s opacity ,.4s transform;
    box-shadow: 0 42px 54px rgba(0, 0, 0, 0.09);
    border: 1px solid #e7e9ed;
    border-radius: 8px;
  }
}

@media (min-width: 1200px) {
  .gr-megamenu-dropdown {
    min-width: 1100px;
  }
}

.gr-megamenu-dropdown .single-dropdown-block .mega-drop-menu-item {
  padding-top: 14px;
  padding-bottom: 14px;
  display: block;
}

.gr-megamenu-dropdown .mega-drop-menu-item {
  padding-top: 2.5px;
  padding-bottom: 2.5px;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  transition: .4s;
}

@media (min-width: 320px) and (max-width: 992px) {
  .gr-megamenu-dropdown .mega-drop-menu-item {
    color: var(--color-headings);
    border-top: 1px solid var(--border-color-3);
    padding-left: 20px;
    padding-bottom: 13px;
    padding-top: 13px;
  }
}

@media (min-width: 992px) {
  .gr-megamenu-dropdown .mega-drop-menu-item {
    padding-left: 10px;
    padding-right: 10px;
  }
  .gr-megamenu-dropdown .mega-drop-menu-item:hover {
    color: #0084b9 !important;
  }
}

@media (min-width: 320px) and (max-width: 992px) {
  .gr-megamenu-dropdown [class*="col-"] {
    padding-left: 0;
    padding-right: 0;
  }
  .gr-megamenu-dropdown [class*="row-"] {
    margin-left: 0;
    margin-right: 0;
  }
}

@media (min-width: 320px) and (max-width: 992px) {
  .gr-megamenu-dropdown-2 {
    border: 0;
  }
}

@media (min-width: 992px) {
  .gr-megamenu-dropdown-2 {
    box-shadow: 0 42px 54px rgba(0, 0, 0, 0.09);
    padding: 25px;
    min-width: 956px;
    left: 50%;
    will-change: transform;
    top: 100%;
    transform: translateX(-50%) translateY(10px);
    z-index: -99;
    opacity: 0;
    pointer-events: none;
    transition: .4s opacity ,.4s transform;
    box-shadow: 0 52px 54px rgba(65, 62, 101, 0.3);
    border: 1px solid #e7e9ed;
  }
}

@media (min-width: 1200px) {
  .gr-megamenu-dropdown-2 {
    min-width: 1100px;
  }
}

.gr-megamenu-dropdown-2 .single-dropdown-block .mega-drop-menu-item {
  padding-top: 10px;
  padding-bottom: 10px;
  display: block !important;
}

.gr-megamenu-dropdown-2 .mega-drop-menu-item {
  padding-top: 2.5px;
  padding-bottom: 2.5px;
  font-size: 15px;
  font-weight: 700;
}

@media (min-width: 320px) and (max-width: 992px) {
  .gr-megamenu-dropdown-2 .mega-drop-menu-item {
    border-top: 1px solid var(--border-color-3);
    padding-left: 20px;
    padding-bottom: 13px;
    padding-top: 13px;
  }
}

@media (min-width: 992px) {
  .gr-megamenu-dropdown-2 .mega-drop-menu-item {
    padding-left: 20px;
    padding-right: 25px;
    border-radius: 11px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .gr-megamenu-dropdown-2 .mega-drop-menu-item:hover {
    background: #f4f7fa;
  }
}

@media (min-width: 992px) {
  .gr-megamenu-dropdown-2 .mega-drop-menu-item:hover {
    color: #0084b9 !important;
  }
}

.gr-megamenu-dropdown-2 .mega-drop-menu-item .single-menu-title {
  margin-bottom: 3px;
}

.gr-megamenu-dropdown-2 .mega-drop-menu-item p {
  margin-bottom: 0;
  font-weight: normal;
}

@media (min-width: 320px) and (max-width: 992px) {
  .gr-megamenu-dropdown-2 [class*="col-"] {
    padding-left: 0;
    padding-right: 0;
  }
  .gr-megamenu-dropdown-2 [class*="row-"] {
    margin-left: 0;
    margin-right: 0;
  }
}

.dropdown-mega.triangle-shape {
  position: relative;
}

.dropdown-mega.triangle-shape:before {
  position: absolute;
  bottom: -7px;
  right: -2px;
  border: 15px solid;
  border-color: transparent transparent #fff transparent;
  transform: translateX(-50%) translateY(10px);
  z-index: 100 !important;
  opacity: 0;
  transition: .4s;
  pointer-events: none !important;
}

@media (min-width: 992px) {
  .dropdown-mega.triangle-shape:before {
    content: "";
  }
}

.dropdown-mega.triangle-shape:after {
  position: absolute;
  bottom: -4px;
  right: 0;
  border: 14px solid;
  border-color: transparent transparent #e7e9ed transparent;
  transform: translateX(-50%) translateY(10px);
  z-index: 99 !important;
  opacity: 0;
  transition: .4s;
  pointer-events: none !important;
}

@media (min-width: 992px) {
  .dropdown-mega.triangle-shape:after {
    content: "";
  }
}

@media (min-width: 992px) {
  .offcanvas-active.navbar-expand-lg .btn-close-off-canvas {
    display: none;
  }
}

@media (min-width: 320px) and (max-width: 992px) {
  .offcanvas-active.navbar-expand-lg .navbar-collapse {
    display: block;
    position: fixed;
    top: 0;
    background: var(--bg);
    left: -100%;
    padding-left: 20px;
    padding-right: 20px;
    height: 100%;
    transition: left .4s;
    z-index: 999999;
    box-shadow: 0 0 87px 0 rgba(0, 0, 0, 0.09);
    padding-top: 50px;
    width: 250px;
    overflow-y: auto;
  }
}

@media (min-width: 320px) and (max-width: 992px) and (min-width: 380px) {
  .offcanvas-active.navbar-expand-lg .navbar-collapse {
    width: 300px;
  }
}

@media (min-width: 320px) and (max-width: 992px) and (min-width: 576px) {
  .offcanvas-active.navbar-expand-lg .navbar-collapse {
    width: 350px;
  }
}

@media (min-width: 320px) and (max-width: 992px) {
  .offcanvas-active.navbar-expand-lg .navbar-collapse.show {
    left: 0%;
  }
  .offcanvas-active.navbar-expand-lg .navbar-collapse.show ~ .btn-close-off-canvas .icon-burger {
    display: block;
  }
  .offcanvas-active.navbar-expand-lg .navbar-collapse.collapsing {
    transition: height 0s;
    height: 100%;
  }
  .offcanvas-active.navbar-expand-lg .navbar-collapse::-webkit-scrollbar {
    width: 8px;
  }
  .offcanvas-active.navbar-expand-lg .navbar-collapse::-webkit-scrollbar-track {
    background: #fff;
  }
  .offcanvas-active.navbar-expand-lg .navbar-collapse::-webkit-scrollbar-thumb {
    background-color: #0084b9;
    outline: 1px solid slategrey;
  }
  .offcanvas-active.navbar-expand-lg .btn-close-off-canvas .icon-burger {
    display: block;
  }
  .offcanvas-active.navbar-expand-lg .main-menu > li {
    padding-bottom: 0px;
    margin-bottom: 0px;
    border-bottom: 1px solid var(--border-color-3);
  }
  .offcanvas-active.navbar-expand-lg .main-menu > li > .nav-link {
    padding-bottom: 13px;
    padding-top: 13px;
  }
  .offcanvas-active.navbar-expand-lg .main-menu > li .gr-menu-dropdown {
    border: 0;
    border-radius: 0;
    min-width: auto;
    padding: 0;
  }
  .offcanvas-active.navbar-expand-lg .main-menu > li .gr-menu-dropdown > li {
    padding-top: 0;
    padding-bottom: 0;
    border-top: 1px solid var(--border-color-3);
    padding-left: 20px;
  }
  .offcanvas-active.navbar-expand-lg .main-menu > li .gr-menu-dropdown > li a {
    padding-top: 13px;
    padding-bottom: 13px;
  }
  .offcanvas-active.navbar-expand-lg .main-menu > li:last-child {
    border-bottom-color: transparent;
  }
  .offcanvas-active.navbar-expand-lg .main-menu li i {
    margin-left: 8px;
    position: relative;
    top: 3px;
  }
  .offcanvas-active.navbar-expand-lg .main-menu li:hover > a {
    color: #0084b9;
  }
  .offcanvas-active.navbar-expand-lg .main-menu a {
    display: flex;
  }
}

.navbar-toggler {
  color: var(--color-texts) !important;
  border-color: var(--color-texts) !important;
}

.hamburger-icon {
  border-radius: 5px;
  border-width: 2px;
  padding: 3px 10px;
}

.hamburger-icon .hamburger {
  font: inherit;
  display: inline-block;
  overflow: visible;
  margin: 0;
  padding: 2px 0px 0px;
  cursor: pointer;
  transition-timing-function: linear;
  transition-duration: .15s;
  transition-property: opacity,filter;
  text-transform: none;
  color: inherit;
  border: 0;
  background-color: transparent;
}

.hamburger-icon .hamburger .hamburger-box {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 15px;
}

.hamburger-icon .hamburger .hamburger-box .hamburger-inner {
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition-duration: 75ms !important;
  position: absolute;
  transition-timing-function: ease;
  transition-duration: .15s;
  transition-property: transform;
  border-radius: 4px;
  background-color: var(--color-texts);
  top: 50%;
  display: block;
  margin-top: -2px;
  width: 20px;
  height: 3px;
}

.hamburger-icon .hamburger .hamburger-box .hamburger-inner:before {
  top: -6px;
  transition: top 75ms ease .12s,opacity 75ms ease;
}

.hamburger-icon .hamburger .hamburger-box .hamburger-inner:after {
  bottom: -6px;
  transition: bottom 75ms ease 0.12s, transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger-icon .hamburger .hamburger-box .hamburger-inner:after, .hamburger-icon .hamburger .hamburger-box .hamburger-inner:before {
  display: block;
  content: "";
  position: absolute;
  width: 20px;
  height: 3px;
  border-radius: 4px;
  background-color: var(--color-texts);
}

.hamburger-icon[aria-expanded="true"] .hamburger .hamburger-box .hamburger-inner:after {
  bottom: 0;
  transition: bottom 75ms ease, transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
  transform: rotate(-90deg);
}

.hamburger-icon[aria-expanded="true"] .hamburger .hamburger-box .hamburger-inner:before {
  top: 0;
  transition: top 75ms ease, opacity 75ms ease 0.12s !important;
  opacity: 0;
}

.hamburger-icon[aria-expanded="true"] .hamburger .hamburger-box .hamburger-inner {
  transition-delay: .12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: rotate(45deg);
}

.hamburger-icon:focus {
  outline: none;
  box-shadow: none;
}

.offcanvas-btn-close {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 22px;
  width: 60px;
  height: 50px;
  display: flex;
  justify-content: center;
  border: none;
  background: transparent;
  font-weight: 700;
}

.offcanvas-btn-close i {
  color: var(--color-texts) !important;
}

.gr-cross-icon {
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition-duration: 75ms !important;
  position: absolute;
  transition-timing-function: ease;
  transition-duration: .15s;
  transition-property: transform;
  border-radius: 4px;
  background-color: var(--color-texts);
  top: 50%;
  display: block;
  margin-top: -2px;
  height: 0;
  width: 0;
  left: 50%;
  transform: translateX(-6.5px) rotate(45deg);
}

.gr-cross-icon:before {
  top: 0;
  transition: top 75ms ease .12s,opacity 75ms ease;
}

.gr-cross-icon:after {
  bottom: -3px;
  transition: bottom 75ms ease 0.12s, transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transform: rotate(-90deg);
}

.gr-cross-icon:after, .gr-cross-icon:before {
  display: block;
  content: "";
  position: absolute;
  width: 20px;
  height: 3px;
  border-radius: 4px;
  background-color: var(--color-texts);
}

/* ---------------------------
  01.Component -> { Button } 
------------------------------*/
.btn {
  border-radius: 0;
  font-size: 16px;
  font-weight: 500;
  height: 65px;
  min-width: 193px;
  line-height: 28px;
  padding: 5px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.btn.btn-sm {
  min-width: 125px;
  height: 45px;
}

.btn.btn-sm-2 {
  min-width: 131px;
  height: 60px;
  font-size: 16px;
}

.btn.btn-medium {
  min-width: 158px;
  height: 45px;
  font-size: 13px;
}

.btn.btn-lg {
  min-width: 172px;
  height: 50px;
  border-radius: 5px;
}

.btn.btn-xl {
  min-width: 180px;
  height: 60px;
  border-radius: 5px;
}

.btn.header-btn {
  min-width: 191px;
  height: 55px;
}

.btn.btn-2 {
  min-width: 217px;
  height: 55px;
}

.btn.btn-3 {
  min-width: 200px;
  height: 55px;
}

.btn.header-btn-2 {
  width: 170px;
  height: 45px !important;
  font-size: 13px;
  padding: 0;
}

.btn.with-icon i {
  margin-left: -5px;
  margin-right: 3px;
  font-size: 16px;
  margin-top: 2px;
}

.btn-reset {
  background: transparent;
  border: 0;
}

.btn-link {
  color: #8c97ac;
  font-size: 16px;
  font-weight: 500;
}

.btn-link-with-underline {
  text-decoration: underline;
}

[data-theme='dark'] .btn-outline-dark-cloud.darkmode-btn, .dark-mode-texts .btn-outline-dark-cloud.darkmode-btn {
  border: 1px solid #fff;
  color: #fff;
}

[data-theme='dark'] .btn-outline-dark-cloud.darkmode-btn:hover, .dark-mode-texts .btn-outline-dark-cloud.darkmode-btn:hover {
  background-color: #fff;
  color: #1d293f;
}

/* ---------------------------
  01.Component -> { Form } 
------------------------------*/
.check-input-control {
  margin-bottom: 20px;
}

.check-input-control input:checked ~ .checkbox {
  background: #0f53fa !important;
  border-color: #0f53fa;
}

.check-input-control input:checked ~ .checkbox::after {
  border-color: #0f53fa;
  background-color: #0f53fa;
  content: "\eab2";
  font-family: "Lato", sans-serif;
  color: #fff;
  font-size: 11px;
  text-align: center;
  line-height: 15px;
  font-weight: 700;
}

.check-input-control .checkbox {
  position: relative;
  line-height: 1;
  min-width: 19px;
  max-width: 19px;
  min-height: 19px;
  max-height: 19px;
  border-radius: 3px;
  border: 1px solid #e2e4e8;
  display: inline-block;
  cursor: pointer;
}

.check-input-control .checkbox:after {
  content: "";
  color: #000;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 3px;
  border: 1px solid #e2e4e8;
  background-color: #ffffff;
}

.focus-reset:focus {
  box-shadow: none;
  outline: none;
}

@media (min-width: 992px) {
  .search-form-one .filter-search-form-2 {
    height: 107px;
  }
}

@media (min-width: 992px) {
  .search-form-one .form-control {
    margin-left: 13px;
  }
}

.search-form-one .form-icon {
  position: absolute;
  left: 4%;
  top: 50%;
  transform: translateY(-50%);
}

@media (min-width: 992px) {
  .search-form-one .form-icon {
    left: 6%;
  }
}

.search-form-one .border-top-dotted {
  border-top: 2px dotted #e2e4e8;
}

@media (min-width: 480px) {
  .search-form-one .border-top-dotted {
    border-top: none;
  }
}

@media (min-width: 992px) {
  .search-form-one .hero-search-select {
    padding-left: 20px;
    margin-right: 15px;
  }
}

.search-form-one .hero-search-select .current {
  font-size: 16px;
  font-weight: 400;
  padding-left: 50px;
  margin-left: -20px;
  margin-top: 4px;
}

@media (min-width: 480px) {
  .search-form-one .hero-search-select .current {
    border-left: 3px dotted #e2e4e8;
  }
}

.search-form-one .hero-search-select .form-icon {
  left: 20px;
}

@media (min-width: 992px) {
  .search-form-one .hero-search-select .form-icon {
    left: 10px;
  }
}

.search-form-one .hero-search-select .list {
  width: 100%;
  border-radius: 5px;
  margin-top: 12px;
}

.search-form-one .hero-search-select .list li {
  padding: 5px 25px;
  transition-duration: 0.4s;
}

.search-form-one .hero-search-select .list li:hover {
  background-color: #0084b9;
  color: #fff;
}

.search-form-one .hero-search-select::after {
  margin-right: 20px;
  width: 10px;
  height: 10px;
  border-color: #1d293f;
}

.search-form-one .btn-hero-btn {
  border-radius: 5px;
}

@media (min-width: 992px) {
  .search-form-one .btn-hero-btn {
    min-width: 288px;
    height: 107px;
  }
}

.subscribe-inline-form {
  position: relative;
}

.subscribe-inline-form .form-group {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  border-radius: 0;
}

@media (min-width: 480px) {
  .subscribe-inline-form .form-group {
    min-height: 107px;
  }
}

.subscribe-inline-form .form-group label {
  margin-bottom: 0 !important;
  margin-left: 17px;
}

.subscribe-inline-form .form-group label i {
  margin-left: 20px;
  margin-top: 6px;
  font-size: 21px;
}

.subscribe-inline-form .form-control {
  padding-left: 20px;
  padding-right: 20px;
  border-radius: 0;
  border: none;
  color: #8c97ac;
}

@media (min-width: 480px) {
  .subscribe-inline-form .form-control {
    padding-right: 105px;
    min-height: 107px;
  }
}

.subscribe-inline-form .form-group {
  min-height: 65px;
}

.subscribe-inline-form button {
  background: #0084b9;
  font-weight: 500;
  padding-left: 18px;
  padding-right: 18px;
  width: 100%;
}

@media (min-width: 480px) {
  .subscribe-inline-form button {
    margin-top: 0;
    min-height: 107px;
    min-width: 160px;
    position: absolute;
    top: 0px;
    right: 0;
    width: inherit;
  }
}

.subscribe-inline-form-2 {
  position: relative;
}

.subscribe-inline-form-2 .form-group {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  border-radius: 0;
}

@media (min-width: 480px) {
  .subscribe-inline-form-2 .form-group {
    min-height: 73px;
  }
}

.subscribe-inline-form-2 .form-group label {
  margin-bottom: 0 !important;
}

.subscribe-inline-form-2 .form-group label i {
  margin-left: 20px;
  margin-top: 6px;
  font-size: 21px;
  font-weight: 700;
  color: #8c97ac;
}

.subscribe-inline-form-2 .form-control {
  padding-left: 20px;
  padding-right: 20px;
  border-radius: 5px;
  border: none;
  min-height: 63px;
  color: #8c97ac;
}

@media (min-width: 480px) {
  .subscribe-inline-form-2 .form-control {
    padding-right: 105px;
    min-height: 73px;
  }
}

.subscribe-inline-form-2 button {
  font-weight: 500;
  padding-left: 18px;
  padding-right: 18px;
  width: 100%;
  min-height: 63px !important;
}

@media (min-width: 480px) {
  .subscribe-inline-form-2 button {
    min-width: 160px;
    position: absolute;
    top: 4px;
    right: 4px;
    width: inherit;
    border-radius: 5px;
  }
}

.newsletter-3 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 55px;
}

.newsletter-3 .form-group {
  background: #fff;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  border-radius: 5px;
}

.newsletter-3 .form-group label {
  margin-left: 20px;
  margin-bottom: 0;
  margin-top: 3px;
}

.newsletter-3 .form-group label i {
  font-weight: 700;
  color: #8c97ac;
}

.newsletter-3 .form-group input {
  border: none;
  padding-left: 18px;
  color: #8c97ac;
}

.newsletter-3 button {
  min-width: 107px !important;
  height: 55px !important;
  margin-left: 5px;
}

@media (min-width: 992px) {
  .top-contact-info .border-md-right {
    border-right: 1px solid #eceff4;
  }
}

.contact textarea {
  min-height: 222px;
}

.text-placeholder-bali-gray::-moz-placeholder {
  color: #8c97ac;
}

.text-placeholder-bali-gray:-ms-input-placeholder {
  color: #8c97ac;
}

.text-placeholder-bali-gray::placeholder {
  color: #8c97ac;
}

/* ---------------------------
  01.Component -> { pricings } 
------------------------------*/
[data-pricing-dynamic][data-value-active="yearly"] .dynamic-value:before {
  display: inline-block;
  content: attr(data-yearly);
}

[data-pricing-dynamic][data-value-active="yearly"] [data-pricing-trigger] {
  background: #0084b9;
}

[data-pricing-dynamic][data-value-active="yearly"] [data-pricing-trigger] span {
  left: calc(100% - 33px);
}

[data-pricing-dynamic][data-value-active="monthly"] .dynamic-value:before {
  display: inline-block;
  content: attr(data-monthly);
}

.dynamic-value:before {
  display: inline-block;
  content: attr(data-active);
}

.static-value:before {
  display: inline-block;
  content: attr(data-active);
}

.btn-toggle {
  width: 72px;
  height: 33px;
  border-radius: 17px;
  background-color: #eae9f2 !important;
  position: relative;
  margin: 0 15px;
  border: 3px solid #ffd166;
}

.btn-toggle span {
  width: 21px;
  height: 21px;
  background-color: #fff;
  position: absolute;
  left: 5px;
  top: 6px;
  transition: 0.4s;
  border-radius: 500px;
  pointer-events: none;
}

.btn-toggle[data-value-active="yearly"] {
  background-color: #ffd166 !important;
}

.btn-toggle[data-value-active="yearly"] span {
  left: calc(100% - 25px) !important;
}

.btn-toggle-square {
  height: 55px;
  display: inline-flex;
  align-items: center;
  position: relative;
  align-items: center;
  z-index: 1;
  padding-top: 1.5px;
  padding-bottom: 2px;
  padding-left: 2px !important;
  padding-right: 2px !important;
}

@media (min-width: 768px) {
  .btn-toggle-square {
    padding-top: 2.2px;
  }
}

.btn-toggle-square span {
  min-width: 100px;
  min-height: 100%;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.5px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  background: #fff;
}

.btn-toggle-square span:first-child {
  border-radius: 10px 0 0 10px;
}

.btn-toggle-square span:nth-child(2) {
  border-radius: 0px 10px 10px 0;
}

.btn-toggle-square span.active {
  color: #000;
  background: transparent;
}

@media (min-width: 576px) {
  .btn-toggle-square span {
    min-width: 160px;
  }
}

/* ---------------------------
  01.Component -> { slider } 
------------------------------*/
.slick-slide {
  cursor: -webkit-grab;
  cursor: grab;
}

/* ========== Homepage 1 ========== */
.l1-category-slider .slick-arrow {
  border: 1px solid #0084b9;
  color: #0084b9;
  background: transparent;
  border-radius: 50%;
  min-width: 53px;
  max-width: 53px;
  min-height: 53px;
  max-height: 53px;
  margin: 0 5px;
  font-size: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition-duration: 500ms;
}

@media (min-width: 768px) {
  .l1-category-slider .slick-arrow {
    top: -130px;
    right: 210px;
    transform: translateX(0);
  }
}

@media (min-width: 992px) {
  .l1-category-slider .slick-arrow {
    top: -180px;
  }
}

.l1-category-slider .slick-arrow:focus {
  box-shadow: none;
  outline: none;
}

.l1-category-slider .slick-arrow:hover {
  background: #0084b9;
  color: #fff;
  display: inline-flex;
  box-shadow: 0 32px 84px rgba(14, 86, 124, 0.17);
}

.l1-category-slider .slick-arrow .slick-next {
  right: 55%;
}

@media (min-width: 768px) {
  .l1-category-slider .slick-arrow .slick-next {
    right: 280px;
  }
}

/* ========== Homepage 2 ========== */
@media (min-width: 992px) {
  .testimonial-one {
    width: 140%;
  }
}

.testimonial-one .slick-dots {
  list-style: none;
  display: flex;
  margin: 0;
  padding: 0;
  margin-top: 40px;
  justify-content: center;
  border-radius: 4px;
}

@media (min-width: 992px) {
  .testimonial-one .slick-dots {
    margin-top: 60px;
    justify-content: left;
  }
}

.testimonial-one .slick-dots li {
  background-color: #e2e4e8;
  width: 33px;
  height: 4px;
  border-radius: 5px;
  margin: 5px;
  transition: 0.4s;
}

.testimonial-one .slick-dots li:focus {
  outline: none;
  box-shadow: none;
}

.testimonial-one .slick-dots li.slick-active {
  background-color: #258aff;
}

.testimonial-one .slick-dots li button {
  background-color: transparent;
  border: none;
  color: transparent;
}

.testimonial-one .slick-dots li button:focus {
  outline: none;
  box-shadow: none;
}

.testimonial-one-button button {
  background-color: transparent;
  border: none;
  font-size: 24px;
  transition: 0.4s;
  color: #e2e4e8;
}

.testimonial-one-button button:focus {
  outline: none;
  box-shadow: none;
}

.testimonial-one-button button:hover {
  color: #258aff;
}

/* ========== Homepage 3 ========== */
.l3-feature-slider .single-feature {
  opacity: 0.3;
  transition: 0.4s;
}

@media (min-width: 768px) {
  .l3-feature-slider .single-feature {
    opacity: 1;
  }
}

@media (min-width: 1200px) {
  .l3-feature-slider .single-feature {
    opacity: 0.3;
  }
}

.l3-feature-slider .single-feature.slick-active {
  opacity: 1;
}

/* ========== Homepage 4 ========== */
@media (min-width: 1200px) {
  .l4-tab-slider .slick-track {
    transform: translate3d(0px, 0px, 0px) !important;
    width: -webkit-fit-content !important;
    width: -moz-fit-content !important;
    width: fit-content !important;
    margin: 0 auto;
  }
}

.l4-tab-slider .single-tab {
  transition-duration: 0.4s;
  border-bottom: 2px solid transparent;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  height: 75px;
  padding: 0;
  opacity: 0.3;
  transition-duration: 0.4s;
  cursor: pointer;
}

.l4-tab-slider .single-tab:hover {
  border-bottom: 2px solid #0084b9;
}

.l4-tab-slider .single-tab img {
  margin: 0 auto;
  max-width: 129px;
}

.l4-tab-slider .single-tab.slick-current {
  opacity: 1 !important;
}

/* ========== Homepage 5 ========== */
.l5-slider-dots .slick-track {
  transform: translate3d(0px, 0px, 0px) !important;
  width: -webkit-fit-content !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
  margin: 0 auto;
}

.l5-slider-dots .single-img {
  padding: 0;
  filter: grayscale(100%);
  opacity: 0.5;
  transition: 0.4s;
}

.l5-slider-dots .single-img:focus {
  outline: none;
  box-shadow: none;
}

.l5-slider-dots .single-img img {
  margin: 0 auto;
  padding: 0;
}

.l5-slider-dots .single-img.slick-current {
  filter: grayscale(0);
  opacity: 1;
}

/* ========== Homepage 6 ========== */
.screenshot-slider-wrapper {
  position: relative;
  margin-top: 20px;
}

.screenshots-dots .slick-dots {
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.screenshots-dots .slick-dots li {
  list-style: none;
  display: flex;
  align-items: center;
  margin: 0 4.5px;
}

.screenshots-dots .slick-dots li button {
  border: none;
  list-style: none;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background-color: #f7f9fc;
  color: transparent;
  opacity: 0.2;
}

.screenshots-dots .slick-dots li button:focus {
  outline: none;
  box-shadow: none;
}

.screenshots-dots .slick-dots li.slick-active {
  background-color: #ffd166 !important;
  width: 11px;
  height: 11px;
  border-radius: 50%;
}

.screenshot-image {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  overflow: hidden;
  min-height: 720px !important;
  max-height: 720px !important;
}

@media (min-width: 690px) {
  .screenshot-image {
    width: 283px;
    min-height: 720px !important;
    max-height: 720px !important;
    margin-bottom: 18.5px;
  }
}

@media (min-width: 690px) {
  .screenshot-image img {
    width: 100%;
    border-radius: 20px;
  }
}

.phone-bg-img {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 11;
  display: none;
}

@media (min-width: 690px) {
  .phone-bg-img {
    display: block;
    transform: translate(-50%, -50%);
  }
}

.screenshot-slider .slick-list {
  margin: 0 -23.5px;
}

.screenshot-slider .slick-slide {
  opacity: .5;
  transition: 0.4s;
}

.screenshot-slider .slick-center {
  opacity: 1;
  border-radius: 40px;
  max-height: 720px !important;
  transform: scale(1.1);
  min-height: 690px;
}

.screenshot-slider .slick-center img {
  border-radius: 40px;
}

.l6-testimonial .slick-dots {
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 55px;
}

.l6-testimonial .slick-dots li {
  list-style: none;
  display: flex;
  align-items: center;
  margin: 0 4.5px;
}

.l6-testimonial .slick-dots li button {
  border: none;
  list-style: none;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background-color: #1d293f;
  color: transparent;
  opacity: 0.2;
}

[data-theme='dark'] .l6-testimonial .slick-dots li button, .dark-mode-texts .l6-testimonial .slick-dots li button {
  background-color: #f7f9fc;
}

.l6-testimonial .slick-dots li button:focus {
  outline: none;
  box-shadow: none;
}

.l6-testimonial .slick-dots li.slick-active {
  background-color: #6a26da;
  width: 11px;
  height: 11px;
  border-radius: 50%;
}

[data-theme='dark'] .l6-testimonial .slick-dots li.slick-active, .dark-mode-texts .l6-testimonial .slick-dots li.slick-active {
  background-color: #6a26da;
  opacity: 1;
}

/* ---------------------------
  03.Theme Utility -> { Image Group } 
------------------------------*/
/* ========== Homepage 1 ========== */
.l1-content-image-group-1 {
  position: relative;
  margin-right: 74px;
}

.l1-content-image-group-1 .abs-img-1 {
  position: absolute;
  left: 0px !important;
  top: -33px;
  z-index: -1;
  width: 33%;
}

@media (min-width: 480px) {
  .l1-content-image-group-1 .abs-img-1 {
    left: -25px !important;
  }
}

@media (min-width: 992px) {
  .l1-content-image-group-1 .abs-img-1 {
    left: -30px !important;
  }
}

@media (min-width: 1200px) {
  .l1-content-image-group-1 .abs-img-1 {
    left: -50px !important;
  }
}

.l1-content-image-group-1 .l1-content-card-1 {
  position: absolute;
  width: 363px;
  bottom: 30%;
  right: 0;
  z-index: 1;
  transform: scale(0.6) !important;
  margin-right: -100px;
}

@media (min-width: 480px) {
  .l1-content-image-group-1 .l1-content-card-1 {
    transform: scale(0.7) !important;
  }
}

@media (min-width: 768px) {
  .l1-content-image-group-1 .l1-content-card-1 {
    margin-right: -74px;
    transform: scale(0.8) !important;
  }
}

@media (min-width: 1200px) {
  .l1-content-image-group-1 .l1-content-card-1 {
    transform: scale(1) !important;
  }
}

.l1-content-image-group-1 .l1-content-card-1 .abs-card-icon {
  position: absolute;
  right: -5%;
  top: -10%;
}

.l1-content-image-group-1 .abs-content {
  z-index: 2;
}

.l1-content-image-group-1 .abs-content .border-bottom-dotted {
  border-bottom: 3px dotted #e2e4e8;
}

.l1-content-image-group-1 .abs-content:after {
  content: "";
  position: absolute;
  background-image: url(/image/home-1/png/rectangle.png);
  left: 0;
  bottom: -35px;
  width: 100%;
  height: 45px;
  border-left: 363px solid #fff;
  border-top: 0 solid transparent;
  border-bottom: 30px solid transparent;
  z-index: 0;
}

.footer-yellow-shape-img {
  position: absolute;
  left: 0;
  bottom: 0;
  transform: translate(-70%, 50%) scale(0.5);
}

@media (min-width: 1600px) {
  .footer-yellow-shape-img {
    transform: translate(-70%, 50%) scale(1);
  }
}

/* ========== Homepage 2 ========== */
.l2-hero-image-group {
  position: relative;
  height: 320px;
  transform: translateX(30%);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 40px;
}

@media (min-width: 480px) {
  .l2-hero-image-group {
    transform: translateX(-20%);
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
  }
}

@media (min-width: 992px) {
  .l2-hero-image-group {
    transform: translateX(50%);
    height: 480px;
    margin-left: 0;
    margin-bottom: 0;
  }
}

@media (min-width: 1366px) {
  .l2-hero-image-group {
    margin-left: 150px;
  }
}

.l2-hero-image-group .img-1 {
  z-index: -1;
  transform: scale(0.6) translateX(50%);
}

@media (min-width: 576px) {
  .l2-hero-image-group .img-1 {
    transform: scale(0.6) translateX(30%);
  }
}

@media (min-width: 992px) {
  .l2-hero-image-group .img-1 {
    transform: scale(1) translateX(15%);
    position: relative;
    top: 15%;
  }
}

@media (min-width: 1200px) {
  .l2-hero-image-group .img-1 {
    transform: scale(1) translateX(15%);
    top: 5%;
  }
}

.l2-hero-image-group .img-2 {
  position: absolute;
  z-index: 1;
  bottom: -25px;
  right: 85px;
  transform: scale(0.5);
}

@media (min-width: 768px) {
  .l2-hero-image-group .img-2 {
    transform: scale(0.6);
    bottom: -5%;
    width: 100%;
  }
}

@media (min-width: 992px) {
  .l2-hero-image-group .img-2 {
    transform: scale(0.7);
    bottom: 25%;
  }
}

@media (min-width: 1200px) {
  .l2-hero-image-group .img-2 {
    transform: scale(1);
    bottom: 12%;
  }
}

.l2-hero-image-group .img-3 {
  position: absolute;
  transform: scale(0.6);
  right: 30px;
  top: 0;
}

@media (min-width: 320px) {
  .l2-hero-image-group .img-3 {
    right: 25%;
  }
}

@media (min-width: 992px) {
  .l2-hero-image-group .img-3 {
    transform: scale(0.7);
    right: auto !important;
    left: -50%;
  }
}

@media (min-width: 1200px) {
  .l2-hero-image-group .img-3 {
    transform: scale(1);
    left: -70%;
  }
}

.l2-hero-image-group .img-4 {
  position: absolute;
  transform: scale(0.6);
  top: 5%;
  right: -35%;
  z-index: 1;
}

@media (min-width: 480px) {
  .l2-hero-image-group .img-4 {
    right: -150px;
  }
}

@media (min-width: 992px) {
  .l2-hero-image-group .img-4 {
    transform: scale(0.7);
    right: -200px;
  }
}

@media (min-width: 1200px) {
  .l2-hero-image-group .img-4 {
    transform: scale(1);
    top: 15%;
    right: -250px;
  }
}

.l2-hero-image-group .img-group-content {
  transform: scale(0.6) translate(-100%, -50%);
  left: 50%;
  top: 45%;
  position: absolute;
  width: 220px;
}

@media (min-width: 992px) {
  .l2-hero-image-group .img-group-content {
    transform: scale(0.8);
    left: 20% !important;
    top: 30% !important;
  }
}

@media (min-width: 1200px) {
  .l2-hero-image-group .img-group-content {
    transform: scale(1);
    left: 5% !important;
    top: 40% !important;
  }
}

.img-group-content {
  top: 250px;
  z-index: 2;
}

@media (min-width: 1200px) {
  .img-group-content {
    top: 170px;
    transform: scale(1);
    left: 160px !important;
  }
}

.img-group-content .seciton-body {
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 15px;
}

.img-group-content a {
  text-align: center;
  display: inline-block;
  height: 31px;
  font-size: 13px;
  line-height: 31px;
}

@media (min-width: 992px) {
  .image-group-3 .arrow-shape-1 {
    left: 13%;
    top: 12%;
    transform: scale(0.7);
  }
}

@media (min-width: 1367px) {
  .image-group-3 .arrow-shape-1 {
    left: 25% !important;
  }
}

@media (min-width: 1200px) {
  .image-group-3 .arrow-shape-1 {
    left: 20% !important;
    top: 10%;
    transform: scale(1);
  }
}

@media (min-width: 1600px) {
  .image-group-3 .arrow-shape-1 {
    left: 19% !important;
    top: 10%;
  }
}

@media (min-width: 992px) {
  .image-group-3 .arrow-shape-2 {
    right: 30%;
    top: 26%;
    transform: scale(0.7);
  }
}

@media (min-width: 1200px) {
  .image-group-3 .arrow-shape-2 {
    right: 26%;
    transform: scale(1);
    top: 25%;
  }
}

@media (min-width: 1600px) {
  .image-group-3 .arrow-shape-2 {
    top: 25%;
    right: 27%;
  }
}

.l2-content-image-group-1 {
  position: relative;
  z-index: 1;
  text-align: left;
}

@media (min-width: 1200px) {
  .l2-content-image-group-1 {
    text-align: center;
  }
}

.l2-content-image-group-1 .img-2 {
  position: absolute;
  top: 7%;
  right: -120px;
  transform: scale(0.5);
}

@media (min-width: 768px) {
  .l2-content-image-group-1 .img-2 {
    top: 22%;
    right: -70px;
    transform: scale(1);
  }
}

@media (min-width: 992px) {
  .l2-content-image-group-1 .img-2 {
    right: -15% !important;
  }
}

@media (min-width: 1200px) {
  .l2-content-image-group-1 .img-2 {
    right: -7% !important;
  }
}

.l2-content-image-group-1 .img-3 {
  position: absolute;
  z-index: -1;
  top: -8%;
  left: -15px;
}

@media (min-width: 1199px) {
  .l2-content-image-group-1 .img-3 {
    left: 20px;
  }
}

@media (min-width: 1366px) {
  .l2-content-image-group-1 .img-3 {
    left: 25px !important;
  }
}

.l2-content-image-group-1 .img-group-content {
  position: absolute;
  top: 10%;
  left: -20%;
  transform: scale(0.6);
}

@media (min-width: 768px) {
  .l2-content-image-group-1 .img-group-content {
    top: 30%;
    left: -65px;
    transform: scale(1);
  }
}

@media (min-width: 992px) {
  .l2-content-image-group-1 .img-group-content {
    left: -15% !important;
    top: 35%;
  }
}

@media (min-width: 1200px) {
  .l2-content-image-group-1 .img-group-content {
    left: -5% !important;
  }
}

.l2-content-image-group-2 .img-1 {
  position: relative;
}

.l2-content-image-group-2 .img-2 {
  position: absolute;
  top: 0;
  width: 33%;
}

@media (min-width: 480px) {
  .l2-content-image-group-2 .img-2 {
    top: -7%;
    left: -10%;
  }
}

@media (min-width: 1366px) {
  .l2-content-image-group-2 .img-2 {
    top: -7%;
    left: -7px;
  }
}

.l2-content-image-group-2 .img-3 {
  position: absolute;
  top: 0;
  right: 0;
  width: 57%;
}

@media (min-width: 992px) {
  .l2-content-image-group-2 .img-3 {
    top: 0;
    right: 0;
  }
}

.content-image-group-3 .img-1 {
  position: relative;
}

.content-image-group-3 .img-2 {
  position: absolute;
  bottom: -30px;
  left: -5px;
  width: 37%;
  z-index: -1;
}

@media (min-width: 480px) {
  .content-image-group-3 .img-2 {
    bottom: -7%;
    left: -35px;
  }
}

@media (min-width: 1366px) {
  .content-image-group-3 .img-2 {
    bottom: -7%;
    left: -23px;
  }
}

.content-image-group-3 .img-3 {
  position: absolute;
  top: 0;
  left: 0;
  width: 80%;
}

@media (min-width: 992px) {
  .content-image-group-3 .img-3 {
    top: 0;
    right: 0;
  }
}

/* ========== Homepage 3 ========== */
.l3-hero-image-group {
  height: 100%;
}

.l3-hero-image-group .img-1 {
  z-index: 1;
  text-align: center;
  position: relative;
}

.l3-hero-image-group .img-1 img {
  width: 100%;
}

.l3-hero-image-group .img-2 {
  left: -13%;
  bottom: 0;
  z-index: -1;
  position: absolute;
  width: 28%;
}

@media (min-width: 992px) {
  .l3-hero-image-group .img-2 {
    left: -113px;
  }
}

.l3-hero-image-group .img-3 {
  z-index: -1;
  top: -20%;
  right: -10%;
  position: absolute;
  width: 30%;
}

@media (min-width: 992px) {
  .l3-content-image-group-4 {
    right: -50%;
    top: 50%;
    transform: translateY(-50%);
  }
}

@media (min-width: 1080px) {
  .l3-content-image-group-4 {
    right: -45%;
  }
}

@media (min-width: 1200px) {
  .l3-content-image-group-4 {
    right: -25% !important;
  }
}

@media (min-width: 1600px) {
  .l3-content-image-group-4 {
    right: -12% !important;
  }
}

.l3-content-image-group-4 .img-1 {
  position: relative;
}

.l3-content-image-group-4 .img-2 {
  position: absolute;
  left: -15%;
  top: 13%;
  width: 45%;
}

@media (min-width: 992px) {
  .l3-content-image-group-4 .img-2 {
    top: 5%;
  }
}

@media (min-width: 1366px) {
  .l3-content-image-group-4 .img-2 {
    top: 10%;
  }
}

.l3-content-image-group-4 .img-3 {
  position: absolute;
  left: -14%;
  z-index: -1;
  top: -10%;
  width: 75%;
}

@media (min-width: 992px) {
  .l3-content-image-group-4 .img-3 {
    left: -20%;
    top: -13%;
  }
}

.l3-content-image-5 {
  z-index: 1;
}

.l3-content-image-5 .img-1 {
  position: relative;
  width: 70%;
  left: 50%;
  transform: translateX(-50%);
}

@media (min-width: 992px) {
  .l3-content-image-5 .img-1 {
    left: 45%;
  }
}

.l3-content-image-5 .img-2 {
  top: 80%;
  position: absolute;
  width: 80%;
  right: -50px;
  transform: translateY(-80%);
}

.l3-content-image-5 .img-3 {
  z-index: -1;
  top: 50%;
  left: 50%;
  width: 90%;
  position: absolute;
  transform: translate(-50%, -50%);
}

@media (min-width: 768px) {
  .l3-content-image-5 .img-3 {
    left: 50%;
  }
}

@media (min-width: 992px) {
  .l3-content-image-5 .img-3 {
    left: 45%;
  }
}

.pricing-bottom-shape {
  z-index: 1;
  position: absolute;
  right: -5%;
  bottom: -40%;
  transform: translateY(-40%) scale(0.7);
}

@media (min-width: 992px) {
  .pricing-bottom-shape {
    right: -3%;
  }
}

@media (min-width: 1200px) {
  .pricing-bottom-shape {
    right: 0;
    transform: translateY(-40%) scale(1);
  }
}

/* ========== Homepage 4 ========== */
@media (min-width: 992px) {
  .l4-hero-image-group {
    position: absolute;
    transform: translateX(-55%);
    bottom: 0;
  }
}

@media (min-width: 1200px) {
  .l4-hero-image-group {
    transform: translateX(-43%);
  }
}

.l4-hero-image-group .hero-images {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.l4-hero-image-group .hero-images .img-2 {
  position: relative;
  right: 23%;
  bottom: 0;
}

.l4-content-img-2 {
  position: relative;
}

.l4-content-img-2 .image-card {
  position: absolute;
  bottom: 12%;
  left: -60px;
  transform: scale(0.7);
}

@media (min-width: 768px) {
  .l4-content-img-2 .image-card {
    transform: scale(1);
  }
}

@media (min-width: 1200px) {
  .l4-content-img-2 .image-card {
    left: -100px;
  }
}

.l4-content-img-group {
  position: relative;
}

.l4-content-img-group .img-1 {
  position: absolute;
  left: -5%;
  top: -35%;
  z-index: 1;
  width: 54%;
}

.l4-content-img-group .img-2 {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  width: 43%;
}

.l4-content-img-group .img-3 {
  position: relative;
  left: 50%;
  bottom: 0;
  z-index: 0;
  width: 45%;
  transform: translate(-50%, 40%);
}

/* ========== Homepage 5 ========== */
.l5-content-2 {
  position: relative;
}

.l5-content-2 .image-card {
  position: absolute;
  bottom: 30%;
  left: -60px;
  transform: scale(0.7) !important;
}

@media (min-width: 768px) {
  .l5-content-2 .image-card {
    left: -80px;
    transform: scale(1) !important;
  }
}

@media (min-width: 992px) {
  .l5-content-gallery-img {
    position: absolute;
    left: -5%;
    top: 0;
  }
}

@media (min-width: 1200px) {
  .l5-content-gallery-img {
    position: relative;
  }
}

/* ========== Homepage 6 ========== */
.l6-hero-image-group {
  position: relative;
}

@media (min-width: 992px) {
  .l6-hero-image-group {
    position: absolute !important;
    bottom: 0;
    left: -20%;
    width: 50%;
    transform: scale(1.7);
  }
}

@media (min-width: 1200px) {
  .l6-hero-image-group {
    transform: scale(1);
    left: 0;
    width: 45%;
  }
}

@media (min-width: 1600px) {
  .l6-hero-image-group {
    left: -80px;
    bottom: -150px;
    width: 45%;
  }
  .l6-hero-image-group img {
    width: auto !important;
  }
}

@media (min-width: 1730px) {
  .l6-hero-image-group {
    left: -4%;
    width: 40%;
  }
}

.l6-hero-image-group .img-1 {
  position: absolute;
  top: -6%;
  left: 35%;
  z-index: -1;
}

@media (min-width: 992px) {
  .l6-hero-image-group .img-1 {
    top: -10%;
    left: 35%;
    transform: scale(0.8);
  }
}

@media (min-width: 1200px) {
  .l6-hero-image-group .img-1 {
    left: 40%;
    top: -10%;
    transform: scale(1);
  }
}

@media (min-width: 1600px) {
  .l6-hero-image-group .img-1 {
    left: 45%;
    top: -6%;
  }
}

@media (min-width: 992px) {
  .l6-content-image-group {
    position: absolute;
    left: 0;
    top: -235px;
  }
}

.l6-content-image-group .img-1 {
  position: absolute;
  left: -5px;
  top: -40px;
  z-index: -1;
  width: 47%;
}

@media (min-width: 992px) {
  .l6-content-image-group .img-1 {
    left: -10%;
  }
}

.l6-content-image-group .img-1 .img-2 {
  width: 60%;
}

.l6-content-image-group-2 {
  z-index: 1;
}

@media (min-width: 992px) {
  .l6-content-image-group-2 {
    position: absolute;
    left: 15%;
    top: -235px;
  }
}

.l6-content-image-group-2 .img-1 {
  position: absolute;
  left: -20%;
  top: 50%;
  width: 50%;
  transform: translateY(-50%);
  z-index: 0;
}

.l6-content-image-group-2 .img-2 {
  position: relative;
  z-index: 2;
}

@media (min-width: 992px) {
  .l6-content-image-group-2 .img-2 {
    width: 100%;
  }
}

@media (min-width: 992px) {
  .l6-content-image-group-3 {
    position: absolute;
    left: 0;
    top: -235px;
  }
}

.l6-content-image-group-3 .img-1 {
  position: absolute;
  right: -11%;
  top: -6%;
  z-index: -1;
  width: 60%;
}

/* ========== About content ========== */
.about-content-image-group-1 .img-1 {
  position: relative;
}

.about-content-image-group-1 .img-2 {
  position: absolute;
  top: 22px;
  left: -35px;
}

@media (min-width: 768px) {
  .about-content-image-group-1 .img-2 {
    top: 22px;
    left: -30px;
  }
}

@media (min-width: 1366px) {
  .about-content-image-group-1 .img-2 {
    left: -8%;
  }
}

.about-content-image-group-1 .content-left-shape {
  top: -52px;
  left: -33%;
  transform: scale(0.5);
}

@media (min-width: 992px) {
  .about-content-image-group-1 .content-left-shape {
    top: 0;
    left: 0;
    transform: scale(1);
  }
}

.masonary-gallery-wrapper {
  display: flex;
  flex-wrap: wrap;
}

.masonary-gallery-wrapper .big-image {
  overflow: hidden;
  border-radius: 10px;
  margin-right: 7.5px;
  margin-left: 7.5px;
  min-width: calc(100% - 15px);
  min-height: 272px;
  max-height: 272px;
}

@media (min-width: 768px) {
  .masonary-gallery-wrapper .big-image {
    min-width: calc(40% - 15px);
  }
}

@media (min-width: 992px) {
  .masonary-gallery-wrapper .big-image {
    min-height: 472px;
    max-height: 472px;
  }
}

.masonary-gallery-wrapper .big-image .single-image {
  width: 100%;
  height: 100%;
  margin: 0 0;
}

.masonary-gallery-wrapper .small-images {
  display: flex;
  flex-wrap: wrap;
  min-width: 100%;
  margin-top: 7.5px;
}

@media (min-width: 768px) {
  .masonary-gallery-wrapper .small-images {
    margin-top: -7.5px;
    min-width: 60%;
  }
}

.masonary-gallery-wrapper .small-images .single-image {
  max-height: 128px;
  min-height: 128px;
}

@media (min-width: 768px) {
  .masonary-gallery-wrapper .small-images .single-image {
    max-height: 128px;
    min-height: 128px;
  }
}

@media (min-width: 992px) {
  .masonary-gallery-wrapper .small-images .single-image {
    max-height: 228px;
    min-height: 228px;
  }
}

.masonary-gallery-wrapper .small-images .single-image:first-child {
  min-width: calc(50% - 15px);
}

@media (min-width: 576px) {
  .masonary-gallery-wrapper .small-images .single-image:first-child {
    min-width: calc(35% - 15px);
  }
}

.masonary-gallery-wrapper .small-images .single-image:nth-child(2) {
  min-width: calc(50% - 15px);
}

@media (min-width: 576px) {
  .masonary-gallery-wrapper .small-images .single-image:nth-child(2) {
    min-width: calc(25% - 15px);
  }
}

.masonary-gallery-wrapper .small-images .single-image:nth-child(3) {
  min-width: calc(50% - 15px);
}

@media (min-width: 576px) {
  .masonary-gallery-wrapper .small-images .single-image:nth-child(3) {
    min-width: calc(40% - 15px);
  }
}

.masonary-gallery-wrapper .small-images .single-image:nth-child(4) {
  min-width: calc(50% - 15px);
}

@media (min-width: 576px) {
  .masonary-gallery-wrapper .small-images .single-image:nth-child(4) {
    min-width: calc(35% - 15px);
  }
}

.masonary-gallery-wrapper .small-images .single-image:nth-child(5) {
  min-width: calc(100% - 15px);
}

@media (min-width: 576px) {
  .masonary-gallery-wrapper .small-images .single-image:nth-child(5) {
    min-width: calc(65% - 15px);
  }
}

.masonary-gallery-wrapper .single-image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin: 7.5px;
  border-radius: 10px;
  overflow: hidden;
}

.masonary-gallery-wrapper .single-image span {
  display: block;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: 0.4s;
  position: relative;
  will-change: transform;
}

.masonary-gallery-wrapper .single-image span:before {
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
  content: "";
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: 0.4s;
  will-change: opacity;
}

.masonary-gallery-wrapper .single-image img {
  width: 100%;
}

.masonary-gallery-wrapper .single-image:hover span {
  transform: scale(1.2);
}

.masonary-gallery-wrapper .single-image:hover span:before {
  opacity: 1;
}

/* ---------------------------
  03.Theme Utility -> { Background } 
------------------------------*/
.bg-images {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.bg-img-1 {
  background-image: url(/image/home-1/jpg/hero-bg-1.jpg);
}

.bg-img-2 {
  background-image: url(/image/home-2/jpg/promo-bg-img.jpg);
}

.bg-gradient-1 {
  background-image: linear-gradient(142deg, #fad961 0%, #f76b1c 100%);
}

.bg-gradient-2 {
  position: relative;
}

.bg-gradient-2::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background-image: linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, rgba(18, 27, 33, 0.76) 100%);
  width: 50%;
  height: 100%;
}

.opacity-5 {
  opacity: 0.5;
}

.bg-white-op8 {
  background-color: rgba(255, 255, 255, 0.8);
}

.bg-blue-3-op5 {
  background-color: rgba(15, 83, 250, 0.5) !important;
}

.mix-blend-multiply {
  mix-blend-mode: multiply;
}

/* ---------------------------
  03.Theme Utility -> { Hovers } 
------------------------------*/
.gr-hover-1 {
  transition: 0.4s;
}

.gr-hover-1:hover {
  box-shadow: 0 32px 84px rgba(14, 86, 124, 0.17);
}

.gr-hover-2 {
  transition: 0.4s;
}

.gr-hover-2:hover {
  box-shadow: 0 32px 44px rgba(29, 41, 63, 0.07);
}

.gr-hover-3 {
  transition: 0.4s;
}

.gr-hover-3:hover {
  box-shadow: 0 30px 55px rgba(0, 0, 0, 0.15);
}

.gr-hover-bg-blue-3 {
  transition: 0.4s;
}

.gr-hover-bg-blue-3:hover {
  background-color: #0084b9;
  border-color: #0084b9;
  color: #fff;
}

.gr-hover-bg-dodger-blue-1 {
  transition: 0.4s;
}

.gr-hover-bg-dodger-blue-1:hover {
  background-color: #0084b9;
  border-color: #0084b9;
  color: #fff !important;
}

.gr-hover-text-dodger-blue-1 {
  transition: 0.4s;
}

.gr-hover-text-dodger-blue-1:hover {
  color: #0084b9 !important;
}

.gr-hover-text-primary {
  transition: 0.4s;
}

.gr-hover-text-primary:hover {
  color: #0084b9 !important;
}

.gr-hover-text-blue-3 {
  transition: 0.4s;
}

.gr-hover-text-blue-3:hover {
  color: #0084b9 !important;
}

/* ---------------------------
  03.Theme Utility -> { Sizes } 
------------------------------*/
/* ========== Width ========== */
.min-w-63 {
  min-width: 63px;
}

.min-w-76 {
  min-width: 76px;
}

.min-w-144 {
  min-width: 144px;
}

.max-w-193 {
  max-width: 193px;
}

.min-w-210 {
  min-width: 210px;
}

.min-w-255 {
  min-width: 255px;
}

.min-w-266 {
  min-width: 266px;
}

.max-w-322 {
  max-width: 322px;
}

.max-w-413 {
  max-width: 413px;
}

.max-w-536 {
  max-width: 536px;
}

.max-w-540 {
  max-width: 540px;
}

/* ========== Height ========== */
.min-h-222 {
  min-height: 222px;
}

.h-50 {
  height: 50px !important;
}

.h-55 {
  height: 55px !important;
}

.h-60 {
  height: 60px !important;
}

.max-h-64 {
  max-height: 64px;
}

.min-h-107 {
  min-height: 107px;
}

.min-height-100vh {
  min-height: 100vh;
}

@media (min-width: 992px) {
  .min-height-lg-100vh {
    min-height: 100vh;
  }
}

.border-radius-50 {
  border-radius: 50%;
}

.w-70 {
  max-width: 70%;
}

.w-30 {
  max-width: 30%;
}

/* --------------------------------
  03.Theme Utility -> { Typograpy } 
-----------------------------------*/
.letter-spacing-normal {
  letter-spacing: normal;
}

.letter-spacing-reset {
  letter-spacing: 1px;
}

.letter-spacing-5 {
  letter-spacing: 5px;
}

.letter-spacing-n83 {
  letter-spacing: -0.83px;
}

.line-height-20 {
  line-height: 20px;
}

.line-height-26 {
  line-height: 26px;
}

.line-height-34 {
  line-height: 34px;
}

.line-height-84 {
  line-height: 1.05;
}

.line-height-normal {
  line-height: normal;
}

/* ---------------------------------
-------> THEME CUSTOM STYLES 
---------------------------------
*/
/* Border Color */
.border-golden-yellow {
  border-color: #ffd166 !important;
}

.border-custom-white {
  border-color: rgba(236, 239, 244, 0.3) !important;
}

/*
.footer-social-link {
    li {
        position: relative;

        &:after {
            content: ".";
            position: absolute;
            left: -50%;
            top: -10px;
            font-size: 25px;
            transform: translateX(50%);
        }

        &:first-child {

            &:after {
                display: none;
            }
        }

    }

}
*/
@media (min-width: 576px) {
  .timeline-area .single-widgets {
    width: 50%;
    flex: 0 0 50%;
  }
}

@media (min-width: 992px) {
  .timeline-area .single-widgets {
    width: 420px;
    flex: inherit;
  }
}

@media (min-width: 992px) {
  .timeline-area .single-widgets:nth-child(3) {
    margin-top: 75px;
  }
}

@media (min-width: 992px) {
  .timeline-area .single-widgets:nth-child(4) {
    margin-top: 145px;
  }
}

.hover-pointer:hover {
  cursor: pointer;
}

div#loading {
  width: 100%;
  height: calc(100vh + 20px);
  position: fixed;
  z-index: 2147483646;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  min-height: 750px;
}

div#loading img {
  z-index: 9999;
}

/*# sourceMappingURL=maps/main.css.map */

/* ########################################## FIBER CUSTOM THEME ######################################################## */

.fiber-box-shadow{
  filter: drop-shadow(0px 0px 12px rgba(50, 50, 50, 0.32)) saturate(1.3);
}

.fiber-box-shadow-light{
  filter: drop-shadow(0px 0px 10px rgba(50, 50, 50, 0.22));
}

.fiber-box-shadow-light2{
  filter: drop-shadow(0px 0px 6px rgba(50, 50, 50, 0.15));
}

.fiber-box-shadow-light3{
  filter: drop-shadow(0px 0px 4px rgba(50, 50, 50, 0.08));
}


.bg-dark-cloud{
  background-color:#2c3942 !important;
}


.btn-primary,
.btn-primary:hover,
.btn-primary:active,
.btn-primary:visited,
.btn-primary:focus {
  border-radius: 15px !important;
  background-color: #0084b9 !important;
  border-color: #0084b9 !important;
}

.brand-logo{
  padding-top: 7px !important;
}

@keyframes float {
	0% {

		transform: translatey(0px);
	}
	50% {

		transform: translatey(-10px);
	}
	100% {

		transform: translatey(0px);
	}
}


.floating-box{
  animation: float 6s ease-in-out infinite;
  transition: 400ms transform linear;
  transition: 300ms padding ease-in-out;
}

.fiber-zoom-hover{
  
}
.fiber-zoom-hover.chart:hover{

  padding-left:40px !important;
}

.fiber-zoom-hover.wf{
  transition: 300ms all ease-in-out;
  position: absolute;
  top:430px;
}
.fiber-zoom-hover.wf:hover{

  position: absolute;
  top:450px;
}

.fiber-icon{
  color:#0084b9;
}

body{
  scroll-behavior: smooth;
  user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  font-family: "Lato", sans-serif;
}

.help-block.with-errors{
  color:rgb(184, 71, 71);
}

.form-group-on-filling{
  display: none;
}

input.form-control{
  font-family: "Lato", sans-serif;
}
input.form-control::placeholder {
  opacity: .5;
}



@media (max-width: 479px) {
  .fiber-fix-logo-bottom{
    text-align: center !important;
  }
}

@media (min-width: 992px) {
  .fiber-home-slides-wrapper{
    position: relative;
    top:-60px !important;
  }
}

.fiber-logo{
  width:210px;
}
.fiber-logo.bottom{
  width:180px;
}

.fiber-social-icons{
  transition: 200ms all ease-in-out;
  color:#ffffff;
  margin-top:10px;
}
.fiber-social-icons:hover{
  color:#e9f6fb;
}

.fiber-lang-wrapper{
  margin-top: 15px;
}
.flag-icon{
  border-radius: 4px !important;
  zoom:1.5;
  margin-right:4px;
  cursor: pointer;
  opacity: 0.85;
  transition: 200ms all ease-in-out;
}
.flag-icon:hover{
  opacity: 1;
}

.fiber_logo_1{
  width: 180px !important;
}

.fiber_logo_2{
  width: 125px !important;
}

.fiber_logo_3{
  width: 76px !important;
}

/*
@media
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (   min--moz-device-pixel-ratio: 2),
only screen and (     -o-min-device-pixel-ratio: 2/1),
only screen and (        min-device-pixel-ratio: 2),
only screen and (                min-resolution: 192dpi),
only screen and (                min-resolution: 2dppx) { 
  

  .retina-IT .fiber-main-screenshot{
    content:url("../it-test/images/screens/1-retina.png") !important;
  }

  .retina-EN .fiber-main-screenshot{
    content:url("../it-test/images/screens/1-retina.png") !important;
  }

  .retina-IT.fiber_logo_1{
    content:url("/image/logo_fiber_dark-1_retina.png") !important;
  }

   .retina-IT.fiber_logo_2{
    content:url("/image/logo_fiber_dark-2_retina.png") !important;
  }

   .retina-IT.fiber_logo_3{
    content:url("/image/logo_fiber_dark-3_retina.png") !important;
  }

}*/


body.wait-loading{
  pointer-events: none ;
  overflow: hidden !important;
}
html.wait-loading{
  pointer-events: none ;
  overflow: hidden !important;
}
html.locked{
  overflow: hidden !important;
}
body.locked{
  overflow: hidden !important;
}

.single-feature>div{
  display:table;
  height:160px;
}
.single-feature>div>div.box-container{
  display:table-cell;
  vertical-align: middle;
  height:100%;
}


.w-90{width:90%!important}

@media (max-width: 479px) {
  .fiber-adjust-box-shift-right-20-1{
    position: relative;
    left:0px !important;
  }
  .fiber-adjust-box-shift-right-20-2{
    position: relative;
    left:0px !important;
  }
  .fiber-adjust-box-shift-right-20-3{
    position: relative;
    left:15px !important;
  }
}

@media (min-width: 1200px) {

  .fiber-smartgrid-gif1{
    margin-top:200px;
    margin-left:20px;
  }
  .fiber-adjust-smartgrid-text-boxes{
    position: relative;
    left:12px;
  }
}
.numberCircle {
  display: inline-block;
  color: #fff;
  text-align: center;
  line-height: 0px;
  border-radius: 50%;
  font-size: 18px;
  min-width: 38px;
  min-height: 38px;
  position:relative;
  top:-9px;
}

.numberCircle span {
  display: inline-block;
  padding-top: 50%;
  padding-bottom: 50%;
  margin-left: 1px;
  margin-right: 1px;
}

/* Some Back Ground Colors */
.clrGreen {
  background: #51a529;
}
.clrRose {
  background: #e6568b;
}
.clrOrange {
  background: #ec8234;
}
.clrBlueciel {
  background: #0084b9;
}
.clrMauve {
  background: #7b5d99;
}

@media (max-width: 576px) {
  .numberCircle {
    top:-5px;
  }
}

@media (min-width: 1100px) {
  .numberCircle {
    top:-11px;
  }
}

.show-on-mobile{
    display:block;
}
.show-on-desktop{
    display:none;
}

.hide-on-mobile{
    display:none;
}
.hide-on-mobile-inline{
    display:none;
}
.hide-on-desktop{
    display:block;
}
@media (min-width: 768px) {
    .hide-on-mobile{
        display:block;
    }
	.hide-on-mobile-inline{
    	display:inline-block;
	}
    .hide-on-desktop{
        display:none !important;
    }

    .show-on-mobile{
        display:none;
    }
    .show-on-desktop{
        display:block;
    }
}

.fiber-price-discount{
  width:35px;
  height:22px;
  position:absolute;
  right:50%;
  margin-right:9px;
  top:8px;
  font-size: 12px;
  text-align: center;
  border-radius: 4px;
  padding-top:2px;
  background-color:rgb(255, 230, 0);
}

@media (max-width: 576px) {
  .fiber-price-mode-box{
    min-width: 145px !important;
  }
}


.fiber-coupon-wrapper{
  position: fixed;
  width:100px;
  height:275px;
  top:90px;
  left:20px;
  
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}

.fiber-coupon-wrapper.it{
  background-image:url(../it-test/fiber-coupon.png);
}

.fiber-coupon-wrapper.en{
  background-image:url(../en/fiber-coupon.png);
}

.fiber-coupon-wrapper .close{
  position: relative;
  top:-1px;
  left:1px;
  cursor:pointer;
  width:100%;
  text-align:left;
}

@media (min-width: 1200px) {
  .fiber-coupon-wrapper{
    position: fixed;
    width:140px;
    height:345px;
  }
  .fiber-coupon-wrapper .close{
    position: relative;
    top:-5px;
    left:3px;
    cursor:pointer;
    width:100%;
    text-align:left;
  }
}

@media (max-width: 576px) {
  .fiber-coupon-wrapper{
    bottom:0px;
    left:5px;
    top:auto;
  }
}

.fiber-home-bullets{
  padding:4px 15px 4px 15px;margin:5px;margin-right:1px;margin-left:0px;background-color:rgb(238, 239, 239);color:#282828;display: inline-block;border-radius:20px;
  transition: 300ms all ease-in-out;
  cursor: default;
}

.fiber-home-bullets-wrapper{
  color:gray;padding-top:5px;padding-bottom:25px;
}

.fiber-text-align-center-on-mobile{

}
.fiber-logo-landing{
  width:auto;
}
.tooltip-inner {
  font-size: 18px;
}
.fiber-home-bullets:hover{
  transform: scale(1.05);
  background-color: white;
}
.fiber-home-bullets-wrapper:not(:hover) .fiber-home-bullets.active{
  transform: scale(1.025);
  background-color: white;
}
@media (max-width: 767px) {

  .fiber-home-bullets.active{
    transform: scale(1.2) !important;
    background-color: white;
  }

  .fiber-home-bullets-wrapper{
    text-align: center;
  }
  .fiber-text-align-center-on-mobile{
    text-align: center;
  }
  .fiber-logo-landing{
    margin:0 auto;
    width:250px;

    position:relative;

  }
}


.fiber-landing-error{
  color:rgb(243, 46, 46);
  font-weight: bold;
  font-size:16px;
  display: none;
  padding-bottom:4px;
}
.fiber-landing-success{
  color:rgb(30, 188, 30);
  font-weight: bold;
  font-size:22px;
  display: none;
  text-align: center;
}

.fiber-landing-button-email.loading{
  opacity: 0.5;
  cursor: default !important;
}
.fiber-landing-button-email:not(.loading) span.normal-text{
  display: inline-block;
}
.fiber-landing-button-email:not(.loading) span.loading-text{
  display: none;
}
.fiber-landing-button-email.loading span.normal-text{
  display: none;
}
.fiber-landing-button-email.loading span.loading-text{
  display: inline-block;
}

.fiber-landing-button-rottamazione.loading{
  opacity: 0.5;
  cursor: default !important;
}
.fiber-landing-button-rottamazione:not(.loading) span.normal-text{
  display: inline-block;
}
.fiber-landing-button-rottamazione:not(.loading) span.loading-text{
  display: none;
}
.fiber-landing-button-rottamazione.loading span.normal-text{
  display: none;
}
.fiber-landing-button-rottamazione.loading span.loading-text{
  display: inline-block;
}


html, body, section {
  min-block-size: 100%;
}

html {
 
  -webkit-overflow-scrolling:none;
  position: relative;
  
}

html.mandatory {
 /* scroll-snap-type: y mandatory;
  overflow-y: auto;
  overscroll-behavior-y: none;*/
}

/*
html::-webkit-scrollbar {
  display: none !important;
  scrollbar-width: none;
  -ms-overflow-style: none;  
  scrollbar-width: none;  
}
body::-webkit-scrollbar {
  display: none !important;
  scrollbar-width: none;
  -ms-overflow-style: none; 
  scrollbar-width: none;  
}
section::-webkit-scrollbar {
  display: none !important;
  scrollbar-width: none;
  -ms-overflow-style: none; 
  scrollbar-width: none; 
}
*/

section {
  /*scroll-snap-align: start;
  scroll-snap-stop: always;
  scroll-behavior: smooth;*/
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

body{
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  
}

.bg-dark-cloud{
  background-color:#2e3e49 !important;
  background-image: linear-gradient(
        -40deg, 
        #2e3e49  40%, 
        #426a85 100%
  );  
}

.bg-graylight-cloud{
  background-color:#F1F1F1 !important;
  background-image: linear-gradient(
        to left,
        #F1F1F1  40%, 
        #f8f8f8 100%
  );  
}


h2{
  text-shadow: 1px 1px 0px rgba(0,0,0,0.35);
}


.bg-light-cloud{
  background-color:#0084b9 !important;

}

.bg-light-cloud2{
  background-color:#0084b9 !important;
  background-image: radial-gradient(
        40deg, 
        #0084b9  40%, 
        #12a4de 100%
  );  
}

.bg-sky-cloud{
  background-color:#00aae2 !important;
  background-image: linear-gradient(
    -45deg, 
    #00aae2  40%, 
    #3aafd6 100%
);  
}


@keyframes ldio-h0r3z6mr8b-o {
    0%    { opacity: 1; transform: translate(0 0) }
   49.99% { opacity: 1; transform: translate(40px,0) }
   50%    { opacity: 0; transform: translate(40px,0) }
  100%    { opacity: 0; transform: translate(0,0) }
}
@keyframes ldio-h0r3z6mr8b {
    0% { transform: translate(0,0) }
   50% { transform: translate(40px,0) }
  100% { transform: translate(0,0) }
}
.ldio-h0r3z6mr8b div {
  position: absolute;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  top: 30px;
  left: 10px;
}
.ldio-h0r3z6mr8b div:nth-child(1) {
  background: #0084b9;
  animation: ldio-h0r3z6mr8b 1s linear infinite;
  animation-delay: -0.5s;
}
.ldio-h0r3z6mr8b div:nth-child(2) {
  background: #00aae2;
  animation: ldio-h0r3z6mr8b 1s linear infinite;
  animation-delay: 0s;
}
.ldio-h0r3z6mr8b div:nth-child(3) {
  background: #0084b9;
  animation: ldio-h0r3z6mr8b-o 1s linear infinite;
  animation-delay: -0.5s;
}
.loadingio-spinner-dual-ball-wq7r2vr374a {
  width: 41px;
  height: 41px;
  display: block;
  overflow: hidden;
  background: #ffffff;
}
.ldio-h0r3z6mr8b {
  width: 100%;
  height: 100%;
  position: relative;
  transform: translateZ(0) scale(0.41);
  backface-visibility: hidden;
  transform-origin: 0 0; /* see note above */
}
.ldio-h0r3z6mr8b div { box-sizing: content-box; }
/* generated by https://loading.io/ */


.bg {

  background-size: 300% 300%;
  background-image: linear-gradient(
        -45deg, 
        #2e3e49  0%, 
        #426a85 25%,
        #2e3e49 51%,
        #7998ad 100%
  );  
  animation: AnimateBG 20s ease infinite;
}

@keyframes AnimateBG { 
  0%{background-position:0% 50%}
  50%{background-position:100% 50%}
  100%{background-position:0% 50%}
}


iframe#fc_widget{
  display:block;
}

.fiber-nav-dots{
  position:fixed;
  left:15px;
  top:calc(50vh - 70px);
  width:30px;
  height:100px;
  display: flex;
  flex-direction: column;
  display: none !important;
}

.fiber-dot{
  width:15px;
  height:15px;
  min-width:15px;
  min-height:15px;
  border-radius: 100%;
  background-color: white;
  opacity: 0.4;
  cursor:pointer;
  margin-top:5px;
}
.fiber-dot.active{
  opacity: 1;
}

@media (max-width: 575px) {
  .fiber-nav-dots{
    position:fixed;
    left:7px;
    top:calc(50vh - 70px);
    width:30px;
    height:100px;
    display: flex;
    flex-direction: column;
    opacity: 0.5;
  }
  .fiber-dot{
    width:12px;
    height:12px;
    min-width:12px;
    min-height:12px;
    border-radius: 100%;
    background-color: white;
    opacity: 0.4;
    cursor:pointer;
    margin-top:5px;
  }
  div.container{
    margin-left:15px !important;
    margin-right:15px !important;
  }
  .fiber-home-bullets{
    padding:4px 12px 4px 12px;
    font-size: 15px;
  }
  h2.font-size-10{
    font-size:35px;
  }
}

body{
  min-width: 360px !important;
}

.fiber-mask-corner-left{
  position:fixed;
  top:0px;
  left:0px;
  z-index: 2147483647;
  background-image:url(/it/images/corner_left.png);
  background-size:contain;
  width:18px;
  height:18px;
  display: none;
}

.fiber-mask-corner-right{
  position:fixed;
  top:0px;
  right:0px;
  z-index: 2147483647;
  background-image:url(/it/images/corner_right.png);
  background-size:contain;
  width:18px;
  height:18px;
  display: none;
}

/*
.fiber-dot:first-of-type{
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
}
.fiber-dot:last-of-type{
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}*/




.logo-brand-phrase{
  color:#2B363F;
  font-size:21px;
  position: relative;
  left:185px;
  top:-65px;
  z-index:20;
}


@media (min-width:1500px){
  .container{
    max-width:1360px;
  }
}

@media (max-width: 768px) {

  header.fiber-site-header{
    padding-top:15px !important;
    height:90px !important;
    overflow: hidden !important;
  }
  div.section1-container{
    position: relative;
    top:-30px;
  }
}

.fiber-header-logo-mobile{
  display: flex;
  flex-direction: row;
  width: 100%;
  align-items: center;
  justify-content: center;
  min-width: 250px !important;
}
.fiber-header-logo-mobile>div.fiber-header-logo-mobile-1{
  width: auto;
  overflow: hidden;
}
.fiber-header-logo-mobile>div.fiber-header-logo-mobile-2{
  max-width: 20px;
  position: relative;
  top:-12px;
  left:4px;
  color:#2B363F;
}
.fiber-header-logo-mobile>div.fiber-header-logo-mobile-1>img{
  width: auto;
  text-align: center;

}

.fiber-top-login-button{
  position: absolute;
  top:-40px;
  width:90px;
  height:40px;
  background-color:#2b363f;
  color:white;
  opacity: 0.6;
  right:30px;
  text-align: center;
  padding-top:10px;
  cursor: pointer;
  transition: 170ms all ease-in-out;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}
.fiber-top-login-button:hover{
  background-color:rgb(35, 43, 49);
  opacity: 0.8;
}
.fiber-top-menu-icon{
  display: none;
}


.fiber-top-login-button-logged{
  position: absolute;
  top:20px;
  width:40px;
  height:40px;
  background-color:#2b363f;
  color:white;
  opacity: 1;
  right:20px;
  text-align: center;
  padding-top:10px;
  cursor: pointer;
  transition: 170ms all ease-in-out;
  border-radius: 100%;
  background-size:cover;
  border:3px solid #2E3D48;
}
.fiber-top-login-button-logged:hover{
  background-color:rgb(35, 43, 49);
  opacity: 0.8;
}

.fiber-top-login-button-logged:after{
  content:'';
  display: block;
  border-radius: 100%;
  width:20px;
  height:20px;
  background-color: #2E3D48;
  position: absolute;
  right:-7px;
  bottom:-7px;
  font-family: 'Font Awesome 5 Pro'; /* Specifica la famiglia di font */
  font-weight: 900; /* Per le icone solid (usa 400 per le icone regular, 100 per light) */
  content: "\f08e"; /* Codice Unicode dell'icona */
  font-size: 8.5px; /* Dimensione dell'icona */
  text-align: center;
  padding-top:3px;
}

@media (min-width: 1200px) {
  .section1-cta-max-width-desktop{
    max-width: 375px;
  }
}

@media (max-width: 991px) {
  .fiber-top-login-button{
    position: absolute;
    top:-55px;
  }
 
}

.fiber-mobile-menu-wrapper{
  display: none;
}

.document-container{
  min-width: 100% !important;
  color: #2b363f !important;
}
.document-container *{
  color: #2b363f !important;
}

@media (max-width: 768px) {
  .fiber-top-login-button{
    position: absolute;
    top:-20px;
  }
  .section1-phrase-2{
    line-height: 26px;
    font-size: 15px;
    margin-top:10px;
  }
  .section1-phrase-1{
    font-weight: normal !important;
    font-size: 17px;
  }
  .fiber-top-menu-icon{
    display:block;
    width:40px;
    height:40px;
    background-color:#2b363f96;
    position: absolute;
    top:20px;
    left:20px;
    cursor: pointer;
    border-radius: 8px;
    text-align: center;
    color:white;
    font-size: 1.25em;
    padding-top:5px;
  }
  .fiber-top-menu-icon.dark{
    background-color:#2b363f2f;
    color:#2B363F;
  }
  .fiber-mobile-menu-wrapper>div{
    font-size: 23px;
    color:rgb(94, 94, 94);
    text-align: center;
    cursor:pointer;
    margin-top:30px;
    font-weight: 500;
  }
  .fiber-mobile-menu-wrapper>a{
    font-size: 23px;
    color:rgb(94, 94, 94);
    text-align: center;
    cursor:pointer;
    margin-top:30px;
    font-weight: 500;
    display: inline-block;
    width: 100%;
  }
  .fiber-mobile-menu-wrapper>div.secondary-link.first{
    margin-top: 60px;
    border-top:1px solid rgb(174, 174, 174);
    padding-top:50px;
  }
  .fiber-mobile-menu-wrapper>div.secondary-link{
    font-size: 23px;
  }
  .fiber-mobile-menu-wrapper .fiber-mobile-menu-close{
    position:absolute;
    top:10px;
    right:30px;
    font-size: 1.8em;
    color:black;
    cursor: pointer;
  }
  .fiber-mobile-menu-wrapper{
    display: block;
    position: fixed;
    top:0px;
    left:0px;
    width:calc(100vw - 40px);
    background-color: white;
    padding:25px;
    z-index: 100000;
    height:100vh;
    padding-top:70px;
    transform: translateX(calc(100vw * -1));
    transition: 220ms all ease-in;
    -webkit-box-shadow: 1px 1px 13px -6px #000000; 
    box-shadow: 1px 1px 13px -6px #000000;
  }
  .fiber-mobile-menu-wrapper.view{
    transform:translateX(0);
  }
  body.menu-visible{
    overflow: hidden !important;
    position: fixed;
    width: 100%; 
    height: 100%
  }
  body.menu-visible section{
    opacity: 0.4;
  }
  body.menu-visible .fiber-top-login-button{
    pointer-events: none;
    touch-action: none;
  }
}

@media (max-width: 767px) {
  .fiber-top-login-button{
    position: absolute;
    top:-8px;
    right:9px;
    font-size: 15px;
    width:65px;
    padding-top:14px;
  }
}

.modal-content{
  border-radius: 0 !important;
}

.fiber-banner-mobile-cta{
  display:none;
}

@media (max-width: 767px) {
  .sections-mobile-remove-top-space{
    padding-top: 0 !important;
  }
  
  div#fc_frame{
    bottom: 68px !important;
  }
  div#CookiebotWidget{
    bottom: 75px !important;
  }
  .fiber-banner-mobile-cta{
    display:block;
    position:fixed;
    bottom:0;
    min-height:60px;
    padding-top:14px;
    width:100%;
    z-index:9999;
    text-align: center;
    background-color:#0084B9;
    cursor: pointer;
    color:white;
    font-weight: bold;
    font-size: 20px;
    transform: translateY(100px);
    box-shadow: 0 -1px -1px rgba(0, 0, 0, 0.15);
    transition: 370ms all ease-in;
  }
  .fiber-banner-mobile-cta.blue{
    background-color:#2c3942;
    color:white;
  }
  .fiber-banner-mobile-cta.active{
    transform: translateY(0px);
  }
  /*
  div#CookiebotWidget{
    bottom: 9px !important;
  }
  div#fc_frame{
    bottom: 4px !important;
  }*/
  
}

.fiber-section2-features{
  display: flex;color:white;flex-direction: row;
  justify-content: space-around;
}

@media (max-width: 767px) {
  .fiber-section2-features{
    display: flex;color:white;flex-direction: column;
  }
  .fiber-section2-features-2{
    margin-top:20px;
  }
  .font-size-8{
    font-size: 18px !important;
  }
}

.fiber-feature-header-bar{
  position: fixed;
  top:0px;
  width:100%;
  height:95px;
  text-align: center;
  z-index: 100;
  background-color: white;
  padding-top:8px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.10);
  color:black;
  font-size: 18px;
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;    /* Firefox, other Gecko */
  box-sizing: border-box;         /* Opera/IE 8+ */
}

.carousel-item {
  -webkit-backface-visibility: unset!important;
  backface-visibility: unset!important;
  
}

#fiber-gallery .carousel-item{
  cursor:zoom-in;
}

#fiber-gallery-zoom .carousel-item{
  background-repeat: no-repeat;
  background-size:contain;
  background-position: center center;
  min-width: calc(100vw - 40px);
  min-height: calc(100vh - 40px);   
}


#fiber-gallery-zoom .carousel-control-next,
#fiber-gallery-zoom .carousel-control-prev /*, .carousel-indicators */ {
      filter: invert(100%);
      zoom:2;
}

#fiber-gallery-zoom .carousel-caption>p{
  position: relative;
  top:18px;
  color:white;
  background-color: rgba(0, 0, 0, 0.808);
  border-radius: 10px;
  font-size: 18px;
  padding:8px;
}


.carousel-inner{
  border-radius: 25px;
  overflow: hidden;
  transform: translate3d(0,0,0);
}

.carousel-caption *{
  color:black;
}
.carousel-caption>p{
  position: relative;
  top:38px;
  color:white;
  background-color: rgba(0, 0, 0, 0.408);
  border-radius: 10px;
  font-size: 14px;
}

.carousel-inner img {
  image-rendering: smooth;
}

@media (max-width: 767px) {
  .carousel-control-next,
  .carousel-control-prev /*, .carousel-indicators */ {
      filter: invert(100%);
  }
}

@media (min-width: 992px) {

  .carousel-control-prev{
    margin-left:-65px;
  }
  .carousel-control-next{
    margin-right:-65px;
  }
  
}

/*
.carousel { height: calc(100vh - 56px);}
.carousel-inner,.carousel-item { height: 100%;}
.carousel-item { background-color: #000;}
.carousel-item img { height: 100%; object-fit: cover; object-position: center;}
*/

.full-screen-carousel-wrapper{
  position: fixed;
  top:0;
  left:0;
  width:100%;
  height:100%;
  background-color: rgba(0, 0, 0, 0.886);
  backdrop-filter:blur(4px);
  z-index: 999;
  padding:20px;
  display: none;
}
.full-screen-carousel-close{
  position: absolute;
  top:15px;
  right:15px;
  width:50px;
  height: 50px;
  z-index: 1000;
  cursor: pointer;
}

.show-on-touch{
  display: none;
}

.carousel-item-review{
  text-align: center;
  border-radius: 0;
  color:white;
  height: auto !important;
  margin-bottom: 50px;
  
  
}
.carousel-item-review>p{
  max-width: 900px;
  text-align: center;
  margin: 0 auto;
}
.carousel-item-review>p.review-title{
  color:white !important;
  opacity: 1;
  font-weight: bold;
  padding-bottom:8px;
  font-size: 20px !important;
}

div#fiber-reviews{
  margin-top:50px;
}

.carousel-item-review.active,
.carousel-item-review-next,
.carousel-item-review-prev{
    display:block;
}

.fiber-instagram-feed-grid{
  display:flex;
  flex-direction: row;
  justify-content:center !important;
  flex-wrap: wrap;
  cursor: pointer;
}

.fiber-instagram-feed-grid>div{
  margin:4px;
  width:149px;
  height:149px;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

@media (max-width: 1074px) {
  .fiber-instagram-feed-grid>div:nth-child(4){
    display:none;
  }
  .fiber-instagram-feed-grid>div:nth-child(5){
    display:none;
  }
}

@media (max-width: 660px) {
  .fiber-instagram-feed-grid>div{
    width:110px;
    height:110px;
  }
  .fiber-instagram-feed-grid>div:nth-child(3){
    display:none;
  }
  .fiber-instagram-feed-grid>div:nth-child(4){
    display:none;
  }
  .fiber-instagram-feed-grid>div:nth-child(5){
    display:none;
  }
}

.fiber-team-wrapper{
  display: flex;
  flex-direction: row;
  flex-wrap:nowrap;
  margin-top:40px;
}
.fiber-team-wrapper *{
  color:white;
}

.fiber-team-quote *, .fiber-team-quote-phrase *{
  color:white;
}

.fiber-team-text{
  display: table;
}

.fiber-team-text>div{
  display: table-cell;
  vertical-align: middle;
  max-width: 615px;
}
.fiber-team-picture{
  display: table;
}
.fiber-team-picture>div{
  display: table-cell;
  vertical-align: middle;
  padding-right: 15px;
}

.fiber-team-picture>div>div{
  width:150px;
  height: 150px;
  min-width:150px;
  min-height: 150px;
  border-radius: 50%;
  border:2px solid white;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.fiber-team-text-name{
  font-weight: bold;
  font-size: 18px;
}

.fiber-team-text-name{
  font-weight: bold;
  font-size: 20px;
}

.fiber-team-text-name{
  font-weight: bold;
  font-size: 24px;
}

.fiber-team-text-descr{
  font-size: 18px;
  
}

.fiber-team-text-descr-small{
  font-size: 16px;
  opacity: 0.8;
  padding-top:7px;
  padding-bottom:7px;
}

.fiber-team-quote{
  color: white !important;
  text-align: center;
  font-size:22px;
}
.fiber-team-quote-phrase{
  color: white !important;
  text-align: center;
  font-size:22px;
  font-weight: 600 !important;
  margin-top:-30px;
}
.fiber-quote-open{
  font-size: 80px;
  position: absolute;
  margin-top:-30px;
  margin-left:-40px;
  color: #fff;
}
.fiber-quote-close{
  font-size: 80px;
  position: absolute;
  color: #fff;
  margin-top:-20px;
  margin-left:5px;
}

@media (max-width: 550px) {
  .fiber-team-wrapper{
    display: flex;
    flex-direction: column;
    flex-wrap:nowrap;
    margin-top:40px;
  }
  .fiber-team-picture{
    text-align: center;
  }
  .fiber-team-picture>div{
    display: inline-block;
    padding-right: 0px;
    margin:0 auto;
  }
	
	.fiber-team-text{
		margin-top:8px;
	}	
}



  /* PRICING */

  .s04d-pricing {
    display: block;
    box-sizing: border-box;
    font-family: "Lato", sans-serif;
    padding: 220px 20px 220px;
    position: relative;
    text-align: center;
    font-size: 0;
    width: 100%;
  }

  .s04d-pricing-column,
  .s04d-pricing-column *,
  .s04d-pricing-column *:before,
  .s04d-pricing-column *:after {
    box-sizing: border-box;
  }

  /* PRICING COLUMN */

  .s04d-pricing-column {
    border: 2px solid transparent;
    background: rgba(255, 255, 255, 1);
    background-origin: border-box;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.12);
    position: relative;
    z-index: 1;
    display: inline-block;
    width: 306px;
    font-size: 16px;
    margin-top: 13px;
    margin-bottom: 15px;
    margin-left: 13px;
    margin-right: 15px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
  }

  .s04d-pricing-column.recommended {
    background: none;
    background-origin: border-box;
    box-shadow: none;
    z-index: 2;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
  }

  .s04d-pricing-column.recommended:before {
    border: 2px solid transparent;
    background: linear-gradient(57deg, rgba(0, 170, 226, 1), #00A2E2);
    background-origin: border-box;
    content: '';
    top: -10px;
    left: -2px;
    right: -2px;
    bottom: -10px;
    position: absolute;
    display: block;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    z-index: -1;
  }

  @media screen and (max-width:980px) {
    .s04d-pricing-column.recommended {
      box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.17);
    }
    .s04d-pricing-column.recommended:before {
      top: -2px;
      bottom: -2px;
    }
  }

  @media screen and (max-width:540px) {
    .s04d-pricing-column {
      width: 100%;
      margin-left: 0;
      margin-right: 0;
    }
  }

  /* PRICING RIBBON */

  .s04d-pricing-ribbon {
    width: 115px;
    height: 115px;
    overflow: hidden;
    position: absolute;
    left: -5px;
    top: -5px;
  }

  .s04d-pricing-ribbon:before,
  .s04d-pricing-ribbon:after {
    position: absolute;
    z-index: -1;
    content: '';
    display: block;
    border: 3px solid #ffcc00;
  }

  .recommended .s04d-pricing-ribbon:before,
  .recommended .s04d-pricing-ribbon:after {
    border: 3px solid #FFFFFF;
  }

  .s04d-pricing-ribbon:before {
    top: -3px;
    right: 0;
    border-top-color: transparent;
    border-left-color: transparent;
  }

  .s04d-pricing-ribbon:after {
    bottom: 0;
    left: -3px;
    border-top-color: transparent;
    border-left-color: transparent;
  }

  .s04d-pricing-ribbon span {
    position: absolute;
    display: block;
    width: 200px;
    padding: 8px 0;
    background-color: #ffcc00;
    color: #856f19;
    font-size: 12px;
    font-weight: bold;
    font-style: normal;
    text-transform: uppercase;
    text-align: center;
    right: -32px;
    top: 32px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  .recommended .s04d-pricing-ribbon {
    top: -13px;
  }

  .recommended .s04d-pricing-ribbon span {
    background-color: #FFFFFF;
    color: #4b575c;
  }

  @media screen and (max-width:980px) {
    .recommended .s04d-pricing-ribbon {
      top: -5px;
    }
  }

  /* PRICING HEADER */

  .s04d-pricing-header {
    display: block;
    padding: 40px 0 0;
  }

  .s04d-pricing-header h5 {
    margin: 0;
    line-height: 1;
    color: #000000;
    font-size: 18px;
    font-style: normal;
    font-weight: normal;
    text-transform: uppercase;
  }

  .s04d-pricing-header p {
    margin: 0;
    font-size: 14px;
    font-style: italic;
  }

  .recommended .s04d-pricing-header h1 {
    color: #FFFFFF;
  }

  /* PRICING AMOUNT */

  .s04d-pricing-amount {
    display: block;
    padding: 20px;
    line-height: 1;
  }

  .s04d-pricing-amount strong {
    color: #000000;
    position: relative;
    display: inline-block;
    font-size: 68px;
    font-style: normal;
    font-weight: bold;
    line-height: inherit;
  }

  .s04d-pricing-amount strong span {
    display: inline-block;
    line-height: inherit;
  }

  .s04d-pricing-amount strong code {
    background-color: transparent;
    color: inherit;
    font-size: 24px;
    font-weight: normal;
    font-family: inherit;
    position: absolute;
    bottom: 6px;
    border: none;
    padding: 0;
    margin: 0;
    line-height: inherit;
    word-break: normal;
  }

  .s04d-pricing-amount strong code:before {
    content: ".";
  }

  .recommended .s04d-pricing-amount strong,
  .recommended .s04d-pricing-amount strong code {
    color: #FFFFFF;
  }

  /* PRICING CURRENCY */

  .s04d-pricing-currency {
    color: #000000;
    display: inline-block;
    font-size: 28px;
    font-weight: bold;
    top: 8px;
    left: -18px;
    position: absolute;
  }

  .recommended .s04d-pricing-currency {
    color: #FFFFFF;
  }

  /* PRICING FREQUENCY */

  .s04d-pricing-frequency {
    color: #000000;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    text-transform: uppercase;
    margin: 0 0 12px;
  }

  .recommended .s04d-pricing-frequency {
    color: #FFFFFF;
  }

  /* PRICING FEATURE */

  .s04d-pricing-feature {
    display: block;
    padding: 0px 0px 15px;
    list-style: none;
    text-align: left;
    margin: 0;
  }

  .s04d-pricing-feature li {
    color: #000000;
    padding: 0 23px;
    font-size: 14px;
    position: relative;
    line-height: 2.4;
    padding-left: 25px;
    text-align: left;
    border-bottom: 1px dashed rgba(255, 255, 255, 0.07);
    ;
  }

  .s04d-pricing-feature li:last-child {
    border: none;
  }

  .s04d-pricing-feature li:nth-child(odd) {
    
  }

  .s04d-pricing-feature li span {
    position: absolute;
    right: 25px;
    padding-left: 5px;
    font-weight: bold;
  }

  .recommended .s04d-pricing-feature li {
    color: #FFFFFF;
  }

  /* PRICING FOOTER */

  .s04d-pricing-footer {
    display: block;
    padding: 20px;
  }

  /* PRICING BUTTON */

  .s04d-pricing-button {
    border: 2px solid transparent;
    background: rgba(0, 170, 226, 1);
    background-origin: border-box;
    color: #FFFFFF;
    font-size: 14px;
    -webkit-text-decoration: none;
    text-decoration: none;
    display: inline-block;
    width: 100%;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 2.6;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
  }

  .s04d-pricing-button:link {
    color: #FFFFFF;
  }

  .s04d-pricing-button:hover {
    color: #FFFFFF;
    background-color: #00aae2;
    cursor: pointer;
    -webkit-text-decoration: none;
    text-decoration: none;
    opacity: .9;
  }

  .recommended .s04d-pricing-button {
    color: #00aae2;
    border: 2px solid #FFFFFF;
    background: rgba(255, 255, 255, 1);
    background-origin: border-box;
  }

  .recommended .s04d-pricing-button:hover {
    opacity: 1;
  }
  .s04d-pricing-frequency-discount{
    color:rgb(176, 25, 25);
    font-size: 15px;
    font-weight: bold;
  }

  .s04d-pricing{
    height:605px;
    overflow: hidden !important;
    align-items: flex-start;
    justify-content: start;
    padding-top:0 !important;
  }

  .fiber-footer-rapid-contact{
    position: relative;
    top:20px;
    border-radius: 12px;
    display: block;
    background-color: #42D252;
    color:white;
    width: 253px;
    height:100px;
    margin:0 auto;
  }

  @media (max-width: 992px) {

  .s04d-pricing{
    height:auto;
    overflow: hidden !important;
    align-items: flex-start;
    justify-content: start;
    padding-top:0 !important;
  }
  .fiber-footer-rapid-contact{
    position: relative;
    top:-190px;
  }

  }

.fiber-discount-inside-text{
  color:rgb(133, 111, 25);background-color: rgba(255, 204, 0, 1);padding:3px 3px 3px 3px;border-radius: 6px; font-size: 14px;
  display: inline-block;
}

.sections-remove-top-space{
  padding-top:0 !important;
}

/*footer*/

.fiber-section-last-footer {
  bottom: 0;
  width: 100%;
  background-color: #0084B9 !important;
  padding: 40px 15px 60px;
}

.fiber-section-last-footer-inner {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;

  display: flex;
  flex-direction: row;
  gap: 20px; /* opzionale */

}

.fiber-section-last-footer-inner .fiber_logo_footer{
  width: 130px !important;
}

.fiber-section-last-footer-inner .title {
  color:white;
  font-size: 20px;
  font-weight: bold !important;
  line-height: 24px;
}
.fiber-section-last-footer-inner .text {
  color:white;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.fiber-section-last-footer-inner a{
  color:white !important;
  cursor: pointer !important;
}

.fiber-section-last-footer-inner .paragraph{
  padding-top:10px;
}

.fiber-section-last-footer-inner .column-1 {
  flex: 1 1 65%;
}


.fiber-section-last-footer-inner .column-2,
.fiber-section-last-footer-inner .column-3 {
  flex: 0 0 17.5%;
}

@media (max-width: 992px) {
  .fiber-section-last-footer {
    position: relative;
    padding: 50px 35px 50px 35px;
  }

  .fiber-section-last-footer-inner {
    flex-direction: column;
  }

  .fiber-section-last-footer-inner .column-1,
  .fiber-section-last-footer-inner .column-2,
  .fiber-section-last-footer-inner .column-3 {
    flex: 0 0 100%;
    width: 100%;
  }

  .fiber-section-last-footer-inner .column-3 {
    margin-bottom: 10px;
  }
	
	/* ordine mobile */
  .fiber-section-last-footer-inner .column-2 {
    order: 1;
  }

  .fiber-section-last-footer-inner .column-3 {
    order: 2;
  }

  .fiber-section-last-footer-inner .column-1 {
    order: 3;
    margin-bottom: 50px;
  }
	
}

@media (min-width: 993px) and (max-width: 1200px) {

  .fiber-section-last-footer-inner .column-1 {
    padding-left: 30px;
  }

}

/*footer end*/

.site-wrapper.container-without-dots .container{
  position: relative !important;
  left:0px  !important;
}

@media (min-width: 992px) {
  .section1-content-wrapper{
    padding-right:40px;
  }
}

.fiber-contact-wa-box{
  width:100%;
  height: 0px;
  
}
.fiber-contact-wa-box>div{
  width: 180px;
  height:50px;
  border-radius: 8px;
  background-color:white;
}

.fiber-image-dashboard{
  position: relative;
 padding-bottom:200px;
}

.section2-cta-box{
  position: relative;
  top:-5px;
}

@media (max-width: 768px) {
  .fiber-image-dashboard{
    position: relative;
   padding-bottom:0px;
  }
  .fiber-image-wf{
    position: relative;
    top:-10px;
  }
  .section2-cta-box{
    margin-top:35px;
  }
}


 @keyframes heartFadeInOut {
  0% {transform: scale(1);}
  25% {transform: scale(.97);}
  35% {transform: scale(.9);}
  45% {transform: scale(1.1);}
  55% {transform: scale(.9);}
  65% {transform: scale(1.1);}
  75% {transform: scale(1.03);}
  100% {transform: scale(1);}
}

.pulsatingheart { 
  animation-name: heartFadeInOut; 
  animation-iteration-count: infinite;
  animation-duration: 2s;
}

.calendly-overlay{
	z-index:2147483647 !important;
		
}

.eapps-instagram-feed.eapps-instagram-feed-popup-visible{
	z-index:2147483647 !important;
	
}


.bg-light-cloud{
  background-color:#0084b9 !important;
  background-image: linear-gradient(
        0deg, 
        #0084b9  40%, 
        #12a4de 100%
  );  
}


.white-forced{
  background-color: #0084b9 !important;
  color:white !important;
  width:100%;
  overflow: hidden !important;
  padding-top:100px !important;
  padding-bottom:100px !important;
}
.white-forced.light{
  background-color: #1490c1 !important;
}
.white-forced *{
  text-shadow: none !important;
}
.white-forced h2, .white-forced h6, .white-forced h3, .white-forced h4{
  color:white !important;
}
.white-forced p{
  color:rgba(255, 255, 255, 0.817) !important;
}
.white-forced span.numberCircle{
  background-color:white;
  color:#0084b9;
}
.scroll-to-features-wrapper{
  width:calc(100%);
  overflow: hidden !important;
  position: relative;
  padding-top:20px;
  background-color:#0084b9;
}


@media (max-width: 767px) {
  .white-forced>div.container{
    margin-left:0px !important;
    padding-left: 20px !important;
    margin-right:0px !important;
    padding-right: 20px !important;
  }
  .white-forced{
    padding-top:30px !important;
    padding-bottom:30px !important;
  }
}

.fiber-play-button{
  top:460px !important;
  transition: 400ms all ease-in-out;
  opacity: 0.3;
	display:none;
}
.fiber-play-button:hover{
  opacity: 0.6;
}


@media (max-width: 1200px) {
  .fiber-play-button{
    top:420px !important;
    left:-30px !important;
  }
}

@media (max-width: 992px) {
  .fiber-play-button{
    top:380px !important;
    left:-60px !important;
  }
}

@media (max-width: 767px) {
  .fiber-play-button{
    top:320px !important;
    left:-30px !important;
  }
}

@media (max-width: 575px) {
  .fiber-play-button{
    top:310px !important;
    left:0px !important;
  }
}

.CookiebotWidget-logo{
	outline:none !important;
}


@media (max-width: 767px) {
	.calendly-embedded-wrapper{
		margin-top:5px;
    
		margin-bottom:220px;
    overflow: hidden !important;
	}
  .calendly-embedded-wrapper>div{
    overflow: hidden !important;
  }
	.fiber-section-last-footer{
		padding-bottom:100px;
	}
	.fiber-footer-rapid-contact{
		padding-bottom:20px;
	}
}



.fiber_new_feature_banner_box.desktop{
	background-image:url('/it-test/images/bilancia_smart_banner.png');
	background-size:cover;
	width:280px;
	height:265px;
	position:fixed;
	bottom:60px;right:90px;z-index:1000000;border-radius:15px;box-shadow: 1px 1px 10px 3px rgba(0,0,0,0.38);
}
.fiber_new_feature_banner_box.mobile{
	background-image:url('/it-test/images/bilancia_smart_banner.png');
	background-size:cover;
	width:320px;
	height:300px;
	margin:0 auto;
	display:block;
	border-radius:15px;box-shadow: 1px 1px 10px 3px rgba(0,0,0,0.38);
	margin-bottom:40px;
	margin-top:20px;
	
}

.fiber_new_feature_banner_box:not(.mobile)::before{
	content: 'x';
	display:block;
	width:25px;
	height:25px;
	text-align:center;
	color:white;
	font-size:19px;
	font-weight:bold;
	cursor:pointer
}



/* PRICING 2023 */

  .price-tooltip-icon{
    font-size:0.8em !important;cursor:pointer !important;
  }

  .s03d-pricing-column.grayed{
    filter:grayscale(80);
    opacity: 0.7;
  }

  .s03d-pricing {
    display: block;
    box-sizing: border-box;
    background-color: #2c2b3600;
    font-family: "Lato", sans-serif;
    padding: 40px 20px 40px;
    position: relative;
    text-align: center;
    font-size: 0;
    width: 100%;
  }

  .s03d-pricing-column,
  .s03d-pricing-column *,
  .s03d-pricing-column *:before,
  .s03d-pricing-column *:after {
    box-sizing: border-box;
  }

  /* PRICING COLUMN */

  .s03d-pricing-column {
    border: 2px solid transparent;
    background: rgba(255, 255, 255, 1);
    background-origin: border-box;
    position: relative;
    z-index: 1;
    display: inline-block;
    width: 240px;
    font-size: 16px;
    box-shadow: none;
    margin-top: 6px;
    margin-bottom: 8px;
    margin-left: 6px;
    margin-right: 8px;
    border-top-left-radius: 32px;
    border-top-right-radius: 32px;
    border-bottom-left-radius: 32px;
    border-bottom-right-radius: 32px;
  }

  .s03d-pricing-column:first-child {
    border-top-left-radius: 32px;
    border-bottom-left-radius: 32px;
  }

  .s03d-pricing-column:last-child {
    border-top-right-radius: 32px;
    border-bottom-right-radius: 32px;
  }

  .s03d-pricing-column.recommended {
    background: none;
    background-origin: border-box;
    box-shadow: none;
    z-index: 2;
    border-top-left-radius: 32px;
    border-top-right-radius: 32px;
    border-bottom-left-radius: 32px;
    border-bottom-right-radius: 32px;
  }

  .s03d-pricing-column.recommended:before {
    border: 2px solid transparent;
    background: linear-gradient(45deg, rgba(56, 117, 200, 1), #38A5C8);
    background-origin: border-box;
    content: '';
    top: -10px;
    left: -2px;
    right: -2px;
    bottom: -10px;
    position: absolute;
    display: block;
    border-top-left-radius: 32px;
    border-top-right-radius: 32px;
    border-bottom-left-radius: 32px;
    border-bottom-right-radius: 32px;
    z-index: -1;
  }

  @media screen and (max-width:980px) {
    .s03d-pricing-column:first-child {
      border-bottom-left-radius: 0;
    }
    .s03d-pricing-column:last-child {
      border-top-right-radius: 0;
    }
    .s03d-pricing-column.recommended:before {
      top: -2px;
      bottom: -2px;
    }
  }

  @media screen and (max-width:540px) {
    .s03d-pricing-column {
      margin-left: 0;
      margin-right: 0;
      width: 100%;
    }
  }
  
  .s03d-pricing-column {
    border-radius: 32px !important;
  }

  /* PRICING RIBBON */

  .s03d-pricing-ribbon {
    width: 115px;
    height: 115px;
    overflow: hidden;
    position: absolute;
    left: -5px;
    top: -5px;
  }

  .s03d-pricing-ribbon:before,
  .s03d-pricing-ribbon:after {
    position: absolute;
    z-index: -1;
    content: '';
    display: block;
    border: 3px solid #3875c8;
  }

  .recommended .s03d-pricing-ribbon:before,
  .recommended .s03d-pricing-ribbon:after {
    border: 3px solid #FFFFFF;
  }

  .s03d-pricing-ribbon:before {
    top: -3px;
    right: 0;
    border-top-color: transparent;
    border-left-color: transparent;
  }

  .s03d-pricing-ribbon:after {
    bottom: 0;
    left: -3px;
    border-top-color: transparent;
    border-left-color: transparent;
  }

  .s03d-pricing-ribbon span {
    position: absolute;
    display: block;
    width: 200px;
    padding: 8px 0;
    background-color: #0084B9;
    color: #FFFFFF;
    font-size: 12px;
    font-weight: bold;
    font-style: normal;
    text-transform: uppercase;
    text-align: center;
    right: -32px;
    top: 32px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  .s03d-pricing-ribbon.yellow span{
    background-color: #FFBB01;
  }

  .recommended .s03d-pricing-ribbon {
    top: -13px;
  }

  .recommended .s03d-pricing-ribbon span {
    background-color: #FFFFFF;
    color: #59676E;
  }

  @media screen and (max-width:980px) {
    .recommended .s03d-pricing-ribbon {
      top: -5px;
    }
  }

  /* PRICING HEADER */

  .s03d-pricing-header {
    display: block;
    padding: 40px 0 0;
  }

  .s03d-pricing-header-bigdiscount{
    font-size: 23px;
    color:white;
    position: absolute;
    display: block;
    font-weight: normal;
    right:45px;
    top:60px;
    text-decoration: line-through;
    opacity: 0.7;
  }

  .s03d-pricing-header h1 {
    margin: 0;
    line-height: 1;
    color: #63626C;
    font-size: 18px;
    font-style: normal;
    font-weight: normal;
    text-transform: uppercase;
  }

  .s03d-pricing-header p {
    margin: 0;
    font-size: 14px;
    font-style: italic;
    color: inherit;
  }

  .recommended .s03d-pricing-header h1 {
    color: #FFFFFF;
  }

  /* PRICING AMOUNT */

  .s03d-pricing-amount {
    display: block;
    padding: 20px;
    line-height: 1;
  }

  .s03d-pricing-amount strong {
    color: #2C2B36;
    position: relative;
    display: inline-block;
    font-size: 85px;
    font-style: normal;
    font-weight: normal;
    line-height: inherit;
  }

  .s03d-pricing-amount strong span {
    display: inline-block;
    line-height: inherit;
  }

  .s03d-pricing-amount strong code {
    background-color: transparent;
    color: inherit;
    font-size: 18px;
    font-weight: normal;
    font-family: inherit;
    position: absolute;
    bottom: 6px;
    border: none;
    padding: 0;
    margin: 0;
    line-height: inherit;
    word-break: normal;
  }

  .s03d-pricing-amount strong code:before {
    content: ".";
  }

  .recommended .s03d-pricing-amount strong,
  .recommended .s03d-pricing-amount strong code {
    color: #FFFFFF;
  }

  /* PRICING CURRENCY */

  .s03d-pricing-currency {
    color: #2C2B36;
    display: inline-block;
    font-size: 28px;
    font-weight: bold;
    top: 8px;
    left: -18px;
    position: absolute;
  }

  .recommended .s03d-pricing-currency {
    color: #FFFFFF;
  }

  /* PRICING FREQUENCY */

  .s03d-pricing-frequency {
    color: #2C2B36;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    text-transform: uppercase;
    margin: 0 0 8px;
  }

  .s03d-pricing-tax {
    color: #2C2B36;
    font-size: 11px;
    font-weight: normal;
    font-style: normal;
    margin: 0 0 12px;
  }

  .s03d-pricing-pay-yearly {
    color: #2C2B36;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    margin: 0 0 12px;
    position: relative;
    top:10px;
  }
  .s03d-pricing-pay-yearly>span.price{
    font-weight: bolder;
    font-size: 16px;
  }
  .s03d-pricing-pay-yearly>span.price-regular{
    font-weight: bold;
    font-size: 14px;
    color:red;
    opacity: 0.8;
    text-decoration: line-through;
    margin-left:2px;
  }

  div.recommended .s03d-pricing-pay-yearly{
    color: #FFFFFF;
  }

  div.recommended .s03d-pricing-pay-yearly>span.price{
    color: #FFFFFF;
    text-shadow: 1px 1px 1px #7c7c7c;
  }
  
  .s03d-pricing-amount.pay-3-mode{
    position:relative;
    top:-8px;
  }

  .pay-3-mode-label{
    display: none;
  }
  .s03d-pricing-amount.pay-3-mode .pay-3-mode-label{
   display: inline-block;
   position: absolute;
   top:184px;
   left:0px;
   width:100%;
  }
  .s03d-pricing-amount.pay-3-mode .pay-3-mode-label>span{
    padding:4px 10px 4px 10px;
    background-color: rgb(93, 93, 93);
    border-radius: 5px;
    color:rgb(255, 255, 255);
    font-size: 13px;
    font-weight: bold;
    margin:0 auto;
  }
  .s03d-pricing-amount.pay-3-mode .pay-3-mode-label>span>i{
    font-size: 0.8em;
    margin-right:3px;
  }
  
  .recommended .s03d-pricing-frequency {
    color: #FFFFFF;
  }

  .recommended .s03d-pricing-tax {
    color: #FFFFFF;
  }

  /* PRICING FEATURE */

  .s03d-pricing-feature {
    display: block;
    padding: 0px 0px 15px;
    list-style: none;
    text-align: left;
    margin: 0;
  }

  .s03d-pricing-feature li {
    color: #63626C;
    font-size: 14px;
    position: relative;
    line-height: 2.4;
    padding-left: 25px;
    text-align: left;
    border-bottom: 1px dashed rgba(0, 0, 0, 0.07);
    ;
  }

  .s03d-pricing-feature li:last-child {
    border: none;
  }

  .s03d-pricing-feature li:nth-child(odd) {
    
  }

  .s03d-pricing-feature li span {
    position: absolute;
    right: 25px;
    margin-left: 5px;
    font-weight: bold;
  }

  .recommended .s03d-pricing-feature li {
    color: #FFFFFF;
  }

  /* PRICING FOOTER */

  .s03d-pricing-footer {
    display: block;
    padding: 20px;
  }

  /* PRICING BUTTON */

  .s03d-pricing-button {
    border: 2px solid transparent;
    background-color: #0284B9;
    background-origin: border-box;
    color: #FFFFFF;
    font-size: 14px;
    -webkit-text-decoration: none;
    text-decoration: none;
    display: inline-block;
    width: 100%;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 2.6;
    cursor: pointer;
    border-top-left-radius: 500px;
    border-top-right-radius: 500px;
    border-bottom-left-radius: 500px;
    border-bottom-right-radius: 500px;
  }

  .s03d-pricing-button.custom-cta{
    background: linear-gradient(45deg, #191919, #191919);
  }

  .s03d-pricing-button:link {
    color: #FFFFFF;
  }

  .s03d-pricing-button:hover {
    color: #FFFFFF;
    background-color: #0274a1;
    cursor: pointer;
    -webkit-text-decoration: none;
    text-decoration: none;
    opacity: .9;
  }

  .recommended .s03d-pricing-button {
    color: #3875c8;
    border: 2px solid #FFFFFF;
    background: rgba(255, 255, 255, 1);
    background-origin: border-box;
  }

  .recommended .s03d-pricing-button:hover {
    opacity: 1;
  }

  @media (max-width: 768px) {
    .s03d-pricing{
      padding:0px;
    }

  }




  .pricebox-feature-check{
    position:absolute !important;
    background-color: rgba(79, 163, 40, 0.454);
    border-radius: 100%;
    top:9px;
    width:15px;
    height:15px;
    text-align: center;
    padding-top:3px;
  }

  .pricebox-feature-check>i{
    color:rgb(79, 163, 40);
    font-size: 0.65em;
    position:absolute;
    top:3px;
    left:3px;
  }

  .pricebox-feature-check-off{
    position:absolute !important;
    background-color: rgba(164, 164, 164, 0.454);
    border-radius: 100%;
    top:9px;
    width:15px;
    height:15px;
    text-align: center;
    padding-top:3px;
  }

  .pricebox-feature-check-off>i{
    color:rgb(93, 93, 93);
    font-size: 0.65em;
    position:absolute;
    top:3px;
    left:5px;
  }

  div.recommended .pricebox-feature-check-off{
    background-color: rgba(255, 255, 255, 0.773);
  }

  div.recommended .pricebox-feature-check-off>i{
    color:rgb(111, 111, 111);
  }


  div.recommended .pricebox-feature-check{
    background-color: rgba(79, 163, 40, 1);
  }

  div.recommended .pricebox-feature-check>i{
    color:rgb(195, 243, 172);
  }

  .pricebox-feature-lock{
    color:rgb(170, 170, 170);
    font-size: 0.65em;
    position: relative;
    top:-2px;
    left:-4px;
  }
  div.recommended .pricebox-feature-lock{
    color:white;
  }

  .pricebox-feature-apple{
    color:rgb(86, 86, 86);
    font-size: 1.1em;
    position: relative;
    top:10px;
    left:0px;
  }

.fiber-menu{
  position: absolute;
  top:15px;
  width:100%;
  height:45px;
  display: flex;
  flex-direction: row;
  justify-content: right;
  z-index:21;
 
}
.fiber-menu-item{
  color:#2B363F !important;
}

.fiber-menu>div{
  margin-left:1px;
  margin-right:1px;
  padding-left:15px;
  padding-right:15px;
}

.fiber-top-price-button{
  height:100%;
  background-color:#2b363f00;
  color:white;
  opacity: 0.95;
  right:120px;
  text-align: center;
  padding-top:10px;
  cursor: pointer;
  transition: 170ms all ease-in-out;
}
.fiber-top-price-button.highlight{
  background-color:#2B363F;
  border-radius: 20px;
  margin-left:5px;
  transition: opacity 170ms ease-in-out, width 0.4s ease-in-out;
  overflow: hidden;
}
.fiber-top-price-button.highlight:hover{
  background-color:rgb(35, 43, 49);
  opacity: 1;
}
.fiber-top-price-button.highlight .user-label{
  white-space: nowrap; /* Per evitare che il testo vada a capo */
  overflow: hidden; /* Nasconde il contenuto eccedente */
  text-overflow: ellipsis; /* Aggiunge i puntini di sospensione se il testo è troppo lungo */
  max-width: 190px; /* Imposta la larghezza massima */
  display: inline-flex; /* Usa Flexbox per allineare gli elementi */
  align-items: center; /* Allinea verticalmente al centro */
  font-size: 16px;
}
.fiber-top-price-button.highlight .user-label .user-fullname{
  white-space: nowrap; /* Per evitare che il testo vada a capo */
  overflow: hidden; /* Nasconde il contenuto eccedente */
  text-overflow: ellipsis; /* Aggiunge i puntini di sospensione se il testo è troppo lungo */
  max-width: 190px; /* Imposta la larghezza massima */
}
.fiber-top-price-button.highlight .user-badge{
  border-radius: 100%;
  background-color: rgba(255, 255, 255, 0.236);
  width:30px;
  height:30px;
  min-width:30px;
  margin-right:5px;
  background-size:cover;
}
.fiber-top-price-button.highlight:not(.logged) .user-label{
  display:none;
}
.fiber-top-price-button.highlight.logged .login-label{
  display:none;
}
.fiber-top-price-button.highlight.logged{
  padding-top:7px;
  padding-left:6px;
  border-radius: 40px;
  opacity: 0.8;
  transition: opacity 170ms ease-in-out, width 0.4s ease-in-out;
}
.fiber-top-price-button.highlight.logged:hover{
  background-color:rgb(35, 43, 49);
  opacity: 1;
}
.fiber-top-price-button:hover{
  background-color:#2b363f00;
  opacity: 0.8;
}

@media (min-width: 1200px) {
  .section1-cta-max-width-desktop{
    max-width: 375px;
  }
}

@media (min-width: 768px) {
  .section1-cta-max-width-desktop{
    zoom:1.2 !important;
    font-size:25px !important;
  }
}
@media (max-width: 768px) {
  .section1-cta-max-width-desktop{
    font-size:18px !important;
  }
}


@media (max-width: 767px) {
  .fiber-top-price-button{
    position: absolute;
    top:-20px;
  }
  .section1-phrase-2{
    line-height: 26px;
    font-size: 15px;
    margin-top:10px;
  }
  .section1-phrase-1{
    font-weight: normal !important;
    font-size: 17px;
  }
}

@media (max-width: 767px) {
  .fiber-top-price-button{
    position: absolute;
    top:-8px;
    right:99px;
    font-size: 14px;
    width:45px;
    padding-top:15px;
  }
}


/* SWITCH STYLES
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.price-on-yearly{
  display:none;
}

.switch-container{
  width:100%;
  text-align: center;
  zoom:1.1;
  position:relative;
  top:20px;
}
.switch-container.disabled{
  opacity: 0.7;
  filter:grayscale(100);
  pointer-events: none;
  touch-action: none;
}
@media (max-width: 768px) {
  .switch-container{
    position:relative;
    top:0px;
    left:-20px;
  }
}
.switch-discount{
  width:35px;
  height:35px;
  border-radius: 100%;
  background-color: rgb(255, 187, 0);
  color:black;
  display: block;
  position: absolute;
  font-size: 12px;
  font-weight: bold;
  padding-top: 8px;
  right:-45px;
  top: 3px;
  transition: 200ms transform ease-in-out;
}
.switch-discount.zoom{
  transform: scale(1.13);
}
.switch-discount>span{
  position: absolute;
  z-index: 10;
  left:3px;
}
.switch-discount::before{
  content:'';
  width:13px;
  height:13px;
  display: block;
  background-color: inherit;
  position: absolute;
  left:-2px;
  top:11px;
  transform: rotate(45deg);
  z-index:3;
}
.switch-wrapper {
  position: relative;
  display: inline-flex;
  padding: 4px;
  border: 1px solid lightgrey;
  margin-bottom: 40px;
  border-radius: 30px;
  background: white;
  text-align: center;
}

.switch-wrapper [type="radio"] {
  position: absolute;
  left: -9999px;
}

.switch-wrapper [type="radio"]:checked#monthly ~ label[for="monthly"],
.switch-wrapper [type="radio"]:checked#yearly ~ label[for="yearly"] {
  color: white;
  text-align: center;
}

.switch-wrapper [type="radio"]:checked#monthly ~ label[for="monthly"]:hover,
.switch-wrapper [type="radio"]:checked#yearly ~ label[for="yearly"]:hover {
  background: transparent;
  text-align: center;
}

.switch-wrapper
  [type="radio"]:checked#monthly
  + label[for="yearly"]
  ~ .highlighter {
  transform: none;
}

.switch-wrapper
  [type="radio"]:checked#yearly
  + label[for="monthly"]
  ~ .highlighter {
  transform: translateX(100%);
}

.switch-wrapper label {
  font-size: 15px;
  z-index: 1;
  min-width: 100px;
  line-height: 32px;
  cursor: pointer;
  border-radius: 30px;
  transition: color 0.25s ease-in-out;
  text-align: center;
  margin:0;
}

.switch-wrapper label:hover {
  color: black;
}

.switch-wrapper .highlighter {
  position: absolute;
  top: 4px;
  left: 4px;
  width: calc(50% - 4px);
  height: calc(100% - 8px);
  border-radius: 30px;
  background: #191919;
  transition: transform 0.25s ease-in-out;
}






/* FAQ */
#faq {
  max-width: 1100px;
  padding: 0 15px;
  text-align: center;
  margin:0 auto !important;
}



section.faq {
  padding-top: 2em;
  padding-bottom: 3em;
}
#faq>ul>li{
  border-radius: 12px;
}
#faq ul {
  text-align: left;
}
.transition, p, ul li i:before, ul li i:after {
  transition: all 0.3s;
}

#faq .no-select, #faq h2 {
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  user-select: none;
  text-shadow: none;
}

#faq h1 {
  color: #000 !important;
  margin-bottom: 30px;
  margin-top: 0;
}

#faq h2 {
  color: #000 !important;
  font-family: "Lato", sans-serif;
  font-size: 20px;
  line-height: 34px;
  text-align: left;
  padding: 15px 15px 0;
  text-transform: none;
  font-weight: 300;
  display: block;
  margin: 0;
  cursor: pointer;
  transition: .2s;
  padding-top:25px;
}

#faq p {
  color: #444444 !important;
  text-align: left;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  line-height: 1.65;
  position: relative;
  overflow: hidden;
  max-height: 750px;
  will-change: max-height;
  contain: layout;
  display: inline-block;
  opacity: 1;
  transform: translate(0, 0);
  margin-top: 5px;
  margin-bottom: 15px;
  padding: 0 50px 0 15px;
  transition: .3s opacity, .6s max-height;
  hyphens: auto;
  z-index: 2;
}

#faq ul {
  list-style: none;
  perspective: 900;
  padding: 0;
  margin: 0;
}
#faq ul li {
  position: relative;
  overflow: hidden;
  padding: 0;
  margin: 0;
  /*padding-bottom: 4px;*/
  /*padding-top: 18px;*/
  background: #fff;
  -webkit-tap-highlight-color: transparent;
}
#faq ul li + li {
  margin-top: 15px;
}
#faq ul li:last-of-type {
  padding-bottom: 0;
}
#faq ul li i {
  position: absolute;
  transform: translate(-6px, 0);
  margin-top: 38px;
  right: 15px;
}
#faq ul li i:before, #faq ul li i:after {
  content: "";
  position: absolute;
  background-color: black;
  width: 3px;
  height: 9px;
}
#faq ul li i:before {
  transform: translate(-2px, 0) rotate(45deg);
}
#faq ul li i:after {
  transform: translate(2px, 0) rotate(-45deg);
}
#faq ul li input[type=checkbox] {
  position: absolute;
  cursor: pointer;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  touch-action: manipulation;
}
#faq ul li input[type=checkbox]:checked ~ h2 {
  color: #000 !important;
}
#faq ul li input[type=checkbox]:checked ~ p {
  /*margin-top: 0;*/
  max-height: 0;
  transition: .3s;
  opacity: 0;
  /*transform: translate(0, 50%);*/
}
#faq ul li input[type=checkbox]:checked ~ i:before {
  transform: translate(2px, 0) rotate(45deg);
}
#faq ul li input[type=checkbox]:checked ~ i:after {
  transform: translate(-2px, 0) rotate(-45deg);
}

@media (max-width: 768px) {
  #faq {
    padding:0px;
  }
  #faq h2 {
    padding-right: 30px;
    font-size: 16px !important;
    line-height: 22px !important;
  }
}


.back-to-top{
  position:fixed;
  bottom:105px;
  right:20px;
  width: 50px;
  height:50px;
  background-color: white;
  border-radius: 50%;
  z-index:100000000;
  cursor: pointer;
  text-align: center;
  padding-top:9px;
  display: none;
  -webkit-box-shadow: -1px 2px 11px -1px rgba(0,0,0,0.21); 
box-shadow: -1px 2px 11px -1px rgba(0,0,0,0.21);
}
.back-to-top.disabled{
  visibility: hidden;
}
.back-to-top>i{
  color:black;
  font-size: 2em;
}

@media (max-width: 768px) {
  .back-to-top{
    width: 45px;
    height:45px;
    position:fixed;
    bottom:74px;
    left:17px;
  }
  .back-to-top>i{
    font-size: 1.5em;
  }
}

.fiber-student-banner{
  width: 100%;
  position: relative;
  text-align: center;
}
.fiber-student-banner-smalltext{
  display: none;
  width:100%;
  text-align: center;
}
.fiber-student-banner>div{
  display: inline-block;
  font-weight: bold;
  color:white !important;
  font-size: 21px;
  margin:0 auto;
  padding:15px 25px 15px 25px;
  background-color: #191919;
  border-radius: 30px;
  cursor: pointer;
}
.fiber-student-banner span.fiber-student-banner-yes{
  cursor: pointer;
  width:25px;
  height: 25px;
  border-radius: 100%;
  background-color: #3f5462;
  color:white;
  position: relative;
  top:5px;
  left:3px;
}
.fiber-student-banner span>i{
  display: none;
}
.fiber-student-banner:hover span>i{
  content:'';
  display: block;
  position: absolute;
  font-size: 0.6em;
  opacity: 0.3;
  top:7px;
  left:5px;
}
.fiber-student-banner.student span{
  background-color: transparent;
}
.fiber-student-banner.student span>i{
  content:'';
  display: block;
  position: absolute;
  font-size: 0.9em;
  opacity: 1;
  top:3px;
  left:3px;
  color:rgb(98, 194, 29);
}

.s03d-pricing.student{
  display: none;
}

@media (max-width: 767px) {
  .fiber-student-banner>div{
    padding-bottom:40px !important;
    background-color: #202e36;
  }
  .fiber-student-banner-smalltext{
    display: block;
    top:-35px;
    position: relative;
    font-size: 13px;
    
  }
  h2.font-size-10{
    font-size: 22px !important;
  }
}

.button-show-all-landing{
  text-align: center;
  font-size: 25px;
  font-weight: 500;
  width:100%;
  color:white;
  margin-top:60px;
}

.button-show-all-landing i{
  position: relative;
  top:-1px;
  left:2px;
  font-size: 0.7em;
}

.button-show-all-landing a{
  cursor:pointer;
  padding:4px 20px 4px 20px;
  background-color: white;
  border-radius: 26px;
  color:#0084B9 !important;
}

.cta-add-to-bookmark{
  text-align: center;
}

.cta-add-to-bookmark a{
  opacity: 0.5;
  cursor:pointer;
}

.cta-add-to-bookmark a:hover{
  opacity: 1;
}
.eapps-instagram-feed-posts-item-template-tile{
  background-color: #ffffff00 !important;
}

.eapps-instagram-feed-posts-item-overlay{
  border-radius: 16px !important;
  overflow: hidden;
}

.eapps-instagram-feed-posts-item-link{
  border-radius: 16px !important;
  overflow: hidden;
  border:2px solid rgba(0, 0, 0, 0.268) !important;
}



@media (min-width: 576px) and (max-width: 767px) {
  .bg-default-2>.container{
    min-width:100% !important;
  }
  .bg-pattens-blue>.container{
    min-width:100% !important;
  }
  .bg-default-selector>.container{
    min-width:100% !important;
  }
}


.section-toggable.collapsed{
  display: none;
}


.fiber-stats-wrapper{
  display: flex;
  flex-direction: row;
  margin-top:30px;
}
.fiber-stats-wrapper>div{
  flex-grow:1;
  border:1px solid white;
  width:100%;
  height:100px;
  background-color: white;
  border-radius: 10px;
  margin:20px 10px;
  padding:20px;
  color:black;
  display: flex;
  flex-direction: row;
  display: flex;
  justify-content: center;
  align-items: center;
}
.fiber-stats-wrapper>div.first{
  margin-left:0px;
}
.fiber-stats-wrapper>div.last{
  margin-right:0px;
}
.fiber-stats-wrapper>div>div.icon{
  width:60px;
  height:60px;
  text-align: center;
  margin-right:5px;
  display: flex;
  align-items: center;
}
.fiber-stats-wrapper>div>div.icon>i{
  font-size: 2.0em;
  color: #0084B9;
  position: relative;
  top:-3px;
}
.fiber-stats-wrapper>div>div.text>span.counter{
  font-size: 25px;
  color:#0084B9;
  font-weight: 600;
  line-height:30px;
}
.fiber-stats-wrapper>div>div.text>span.small{
  display: block;
  font-size: 15px;
  color:#0084B9;
}


@media (max-width:1200px){
  .fiber-stats-wrapper>div{
    margin:10px;
  }
  .fiber-stats-wrapper>div>div.text>span.small{
    font-size: 13px;
  }
}

@media (max-width:991px){
  .fiber-stats-wrapper{
    display: grid;
    grid-template-columns: repeat(2, 1fr); /* Due colonne di larghezza uguale */
    grid-template-rows: repeat(2, auto);   /* Due righe di altezza automatica */
    gap: 20px; /* Spaziatura tra gli elementi (opzionale) */
  }
}

@media (max-width:991px){
  .fiber-stats-wrapper{
    display: grid;
    grid-template-columns: repeat(2, 1fr); /* Due colonne di larghezza uguale */
    grid-template-rows: repeat(2, auto);   /* Due righe di altezza automatica */
    gap: 30px; /* Spaziatura tra gli elementi (opzionale) */
    margin-bottom:30px;
  }
  .fiber-stats-wrapper>div{
    margin:0;
  }
}

@media (max-width:580px){
  .fiber-stats-wrapper{
    display: grid;
    grid-template-columns: repeat(1, 1fr); /* Due colonne di larghezza uguale */
    grid-template-rows: repeat(1, auto);   /* Due righe di altezza automatica */
    gap: 20px; /* Spaziatura tra gli elementi (opzionale) */
    margin-bottom:30px;
  }
  .fiber-stats-wrapper>div{
    margin:0;
  }
}

.link-signupup-as-consumer{
  font-size: 12px;font-weight:400 !important;cursor:pointer;
  opacity: 0.7;
  transition: 200ms opacity ease-in;
}
.link-signupup-as-consumer:hover{
  opacity: 1;
}
.mobile-store-app-link{
  cursor:default;
  pointer-events: none;
}
.mobile-store-app-link.active{
  cursor: pointer !important;
  pointer-events: all;
}
@media (max-width:768px){
  .link-signupup-as-consumer{
    position: relative;
    top:3px;
    font-size: 13px;
    text-decoration: underline;
  }
}

/********/

.fiber-main-subtitle{
  color:#2B363F;
  font-size: 31px;
  max-width: 1000px;
  line-height: 34px;
  margin-top:-15px;
  min-width: 100%;
  display: block;
}

.fiber-landing-button-email{
  border-radius: 80px;
  height:65px !important;
  background-color:#0084B9 !important;
  color:white;
  font-size: 17px !important;
  border:none !important;
  padding-left:15px;
  padding-right:15px;
  margin-top:35px;
  font-weight: bold !important;
  margin-right:5px;
}

.fiber-landing-button-rottamazione{
  border-radius: 80px;
  height:45px !important;
  background-color:#0084B9 !important;
  color:white;
  font-size: 15px !important;
  border:none !important;
  padding-left:15px;
  padding-right:15px;
  margin-top:35px;
  font-weight: bold !important;
  margin-right:5px;
}

.no-card{
  color:rgba(0, 0, 0, 0.931);
  font-size: 11.5px;
  font-weight: 300 !important;
}

.no-card-promo{
  color:rgba(0, 0, 0, 0.931);
  font-size: 13px;
  font-weight: 300 !important;
  position: relative;
  top:3px;
}

.fiber-landing-button-email.secondary{
  background-color:white !important;
  color:rgba(0, 0, 0, 0.651);
  font-weight: normal !important;
}

.fiber-landing-button-rottamazione.secondary{
  background-color:white !important;
  color:rgba(0, 0, 0, 0.651);
  font-weight: normal !important;
}

.main-cta-buttons-wrap{
  display: flex;
  flex-direction: row;
  justify-content: center
}

.fiber-main-screenshot{
  width:100%;
  max-width: 1000px;
  height:auto;
  margin-top:35px;
  filter: drop-shadow(0 0 1rem rgba(0, 0, 0, 0.1));
 
}

.fiber-main-screenshot img{
   border-radius: 30px !important;
    max-width: 100%;
    height: auto;            /* mantiene il rapporto */
    image-rendering: -webkit-optimize-contrast; /* migliora la nitidezza */
    image-rendering: smooth;                /* forza il rendering nitido */
    -ms-interpolation-mode: nearest-neighbor;    /* per compatibilità IE */
}

.slide-2-title{
  font-size: 28px;
  font-weight: 600;
  color:#2B363F;
  padding:0px 20px;
  padding-bottom: 20px;
}

.fiber-stats-wrapper{
  padding-left:32px;
  padding-right:32px;
}


.faq-container{
  padding-top:0px !important;
  padding-left:0px !important;
  padding-right:0px !important;
  padding-bottom:70px !important;
}

@media (max-width:768px){
  .fiber-main-screenshot{
    transform: scale(1.08);
    margin-top:40px;
    filter: drop-shadow(0 0 0.5rem rgba(0, 0, 0, 0.1));
  }
  .slide-2-title{
    font-size: 24px;
    line-height: 25px;
    padding:0px 20px;
    padding-bottom: 15px;
    text-align: center;
  }
  .fiber-main-subtitle{
    font-size: 19px;
    line-height: 20px;
  }
  .main-cta-buttons-wrap{
    flex-direction: column;
  }
  .fiber-landing-button-email{
    margin-top:15px;
    height:55px !important;
  }
  .fiber-landing-button-rottamazione{
    margin-top:15px;
    height:45px !important;
  }
  .fiber-stats-wrapper {
    padding-top: 15px;
  }

}

@media (max-width:992px){
  .faq-container{
    padding-bottom:70px !important;
  }
}



/*features*/


.fiber-feature-wrapper-grid {
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch;
  border-radius: 10px;
  padding: 20px;
  box-sizing: border-box;
  gap: 20px;
}

/* Colonna sinistra */
.fiber-feature-wrapper-grid-col {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 35%;
  gap: 10px;
}

/* Box singolo */
.fiber-feature-wrapper-grid-argument {
  background: #ffffff;
  border-radius: 10px;
  padding: 20px;
  cursor: pointer;
  transition: all 0.25s ease;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.fiber-feature-wrapper-grid-argument .title {
  display: block;
  font-weight: 700;
  font-size: 20px;
  color: #111;
  margin-bottom: 6px;
  line-height: 1.4em;
}

.fiber-feature-wrapper-grid-argument .decr {
  display: block;
  font-size: 16px;
  color: #555;
  line-height: 1.5em;
  display: none;
}

/* Hover */
.fiber-feature-wrapper-grid-argument:hover {
  box-shadow: 0 0 0 1px rgba(0,0,0,0.08), 0 2px 6px rgba(0,0,0,0.04);
}

/* Attivo */
.fiber-feature-wrapper-grid-argument.active {
  background: #0084B9;
  color: #fff;
  box-shadow: 0 0 0 1px #0084B9;
}

.fiber-feature-wrapper-grid-argument.active .title,
.fiber-feature-wrapper-grid-argument.active .decr {
  color: #fff;
}

.fiber-feature-wrapper-grid-argument.active .decr{
  display: block !important;
}

/* Colonna destra */
.fiber-feature-wrapper-grid-main {
  flex: 1;
  background: #ffffff;
  border-radius: 10px;
  padding: 25px;
  display: flex;
  align-items: start;
  justify-content: center;
  min-height: 500px;
  box-sizing: border-box;
}

.fiber-feature-wrapper-content {
  display: none;
  width: 100%;
  max-width: 800px;
  animation: fadeIn 0.3s ease;
  color:black;
  font-size: 16px;
}

.fiber-feature-wrapper-content.active {
  display: block;
}

@keyframes fadeIn {
  from { opacity: 0; transform: translateY(5px); }
  to { opacity: 1; transform: translateY(0); }
}

/* Responsivo */
@media (max-width: 900px) {
  .fiber-feature-wrapper-grid {
    flex-direction: column;
  }
  .fiber-feature-wrapper-grid-col {
    width: 100%;
  }
}

.fiber-feature-wrapper-grid-content-mobile {
  display: none;
  background: #fff;
  border-radius: 10px;
  padding: 20px;
  margin-top: 0px;
  color: #000;
  animation: fadeIn 0.3s ease;
}

/* Mantiene le immagini all'interno del box anche su mobile */
.fiber-feature-wrapper-grid-content-mobile img,
.fiber-feature-wrapper-content img {
  margin-top:10px;
  border-radius: 10px;
  image-rendering: crisp-edges;
  transform: translateZ(0); /* forza GPU rendering */
  backface-visibility: hidden;
}

.fiber-feature-wrapper-grid-content-mobile video,
.fiber-feature-wrapper-content video {
  margin-top:10px;
  border-radius: 10px;
  image-rendering: crisp-edges;
  transform: translateZ(0); /* forza GPU rendering */
  backface-visibility: hidden;
}

@media (max-width: 1100px) {
  .fiber-feature-wrapper-grid-content-mobile video,
  .fiber-feature-wrapper-content video {
    width:100%;
  }
  .fiber-feature-wrapper-grid-content-mobile img,
  .fiber-feature-wrapper-content img {
    width:100%;
  }
}

@media (max-width: 900px) {
  .fiber-feature-wrapper-grid {
    flex-direction: column;
    gap: 0;
    padding-left:0px;
    padding-right:0px;
  }
  .fiber-feature-wrapper-grid-main{
    display: none;
  }
  .fiber-feature-wrapper-grid-content-mobile {
    display: none;
  }
}







/* feature grid */

.fiber-feature-section {
  padding: 20px 20px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
}

.fiber-feature-row {
  display: grid;
  gap: 16px;
  width: 100%;
  max-width: 92vw;
}

/* proporzioni diverse per ogni riga */
.row-1 {
  grid-template-columns: 1.6fr 1fr; /* prima colonna più grande */
}

.row-2 {
  grid-template-columns: 1fr 1.6fr; /* seconda colonna più grande */
}

.row-3 {
  grid-template-columns: 1.6fr 1fr; /* simile alla prima */
}

.fiber-feature-card {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  transition: all 0.25s ease;
  min-height: 300px;
}

.fiber-feature-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
}

.fiber-feature-text {
  padding: 22px 24px 0 24px;
}

.fiber-feature-text h3 {
  font-size: 20px;
  font-weight: 700;
  color: black !important;
  margin-bottom: 6px;
}

.fiber-feature-text p {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.539) !important;
  line-height: 1.5;
  margin: 0 0 18px 0;
  font-weight: 400;
}

/* Immagine a filo con bordo inferiore e destro */
.fiber-feature-card img {
  width: 100%;
  height: auto;
  display: block;
  margin-top: auto;
  object-fit: cover;
}

.fiber-feature-card.promo{
  margin:0px 20px !important;
}

/* --- Mobile --- */
@media (max-width: 900px) {
  .fiber-feature-row {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .fiber-feature-card.promo{
    margin:0px 0px !important;
  }

  .fiber-feature-card {
    min-height: auto;
  }

  .fiber-feature-text {
    padding: 18px;
  }

  .fiber-feature-section{
    padding: 20px 0px;
  }
}





/* feature card promo */

.fiber-feature-card-promo {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 60px;
  margin: 10px 20px;
  overflow: hidden;
   background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);

}

/* --- Testo --- */
.fiber-feature-card-promo-text {
  flex: 1;
  max-width: 55%;
  padding-top:15px;
  padding-bottom: 15px;
}

.fiber-feature-card-promo-text.full {
  flex: 1;
  max-width: 100%;
  padding-top:15px;
  padding-bottom: 15px;
}

.fiber-feature-card-promo-text h3 {
  font-size: 20px;
   color:black !important;
  font-weight: 600;
  margin-bottom: 20px;
  font-family: "Lato", sans-serif;
}

.fiber-feature-card-promo-text p {
  font-size: 16px;
  line-height: 1.6;
   color:black !important;
  margin-bottom: 25px;
}

/* --- Immagine --- */
.fiber-feature-card-promo-image {
  flex: 0 0 40%;
  display: flex;
  justify-content: flex-end;
}

.fiber-feature-card-promo-image img {
  width: 100%;
  height: auto;
  border-radius: 25px;
  object-fit: cover;
}
.button-rottamazione-contact{
  margin-top:0px;
}

/* --- Mobile layout --- */
@media (max-width: 900px) {
  .button-rottamazione-contact{
    margin-top:12px;
  }
  .fiber-feature-card-promo {
    flex-direction: column;
    text-align: left;
    padding: 25px;
    margin: 10px 0px;
  }

  .fiber-feature-card-promo-image {
    order: -1; /* mette l’immagine sopra */
    width: 100%;
    margin-bottom: 20px;
  }

  .fiber-feature-card-promo-text {
    max-width: 100%;
  }

  .fiber-feature-card-promo-text h3 {
    font-size: 22px;
  }

  .fiber-feature-card-promo-text p {
    font-size: 15px;
  }
}

.fiber-valueprop-disabled{
	display:none !important;
}
.fiber-valueprop-selected{
	display:block !important;
}
.force-hide{
		display:none !important;
}

.smart-signup-main-cta.loading{
  opacity: 0.5 !important;
}

/*thank you page*/

.fiber-thankyou-card {
  background: #ffffff;
  max-width: 600px;
  width: 100%;
  padding: 40px 35px;
  border-radius: 14px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
  text-align: center;
}

.fiber-thankyou-title {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #0f172a;
}

.fiber-thankyou-text {
  font-size: 18px;
  color: #0f172a;
  margin-bottom: 25px;
  line-height: 1.6;
}

.fiber-thankyou-note {
  background: #f1f5f9;
  border-radius: 10px;
  padding: 15px 20px;
  margin-bottom: 30px;
  font-size: 14px;
  color: #0f172a;
  line-height: 1.6;
  background-color: #f3f9fd;
}
.fiber-thankyou-note p{
color: #0f172a;
}

.fiber-thankyou-social {
  margin-bottom: 30px;
  font-size: 18px;
  line-height: 1.6;
}

.fiber-thankyou-social p{
  font-size: 18px;
  color: #0f172a !important;
}

.fiber-thankyou-instagram {
  display: inline-block;
  margin-top: 12px;
  font-weight: 600;
  color: #0084B9;
  text-decoration: none;
}

.fiber-thankyou-instagram:hover {
  text-decoration: underline;
}

.fiber-thankyou-support {
  font-size: 14px;
  color: #0f172a;
}

.fiber-thankyou-support a {
  color: #0084B9;
  text-decoration: none;
  font-weight: 500;
}

.fiber-thankyou-support a:hover {
  text-decoration: underline;
}

@media (max-width: 480px) {
  .fiber-thankyou-card {
    padding: 30px 20px;
  }

  .fiber-thankyou-title {
    font-size: 24px;
  }
}

/*thank you page*/

/* onboarding card extension */
.fiber-onboarding-card {
  margin: 40px auto;
}

/* Eyebrow */
.fiber-onboarding-eyebrow {
  font-size: 14px;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 18px;
  line-height: 1.4;
}

/* Title */
.fiber-onboarding-title {
  font-size: 24px;
  font-weight: 600;
  color: #0f172a;
  margin-bottom: 24px;
}

/* Links */
.fiber-onboarding-links {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-bottom: 20px;
}

.fiber-onboarding-links a {
  font-size: 16px;
  font-weight: 500;
  color: #0084B9;
  text-decoration: none;
}

.fiber-onboarding-links a:hover {
  text-decoration: underline;
}

/* Note */
.fiber-onboarding-note {
  font-size: 13px;
  color: #475569;
}

/* Mobile */
@media (max-width: 480px) {
  .fiber-onboarding-title {
    font-size: 20px;
  }
}

/*ducument wrapper */
.document-wrapper-title{
  font-size: 34px !important;
  line-height: 1.5 !important;
  font-weight: bolder !important;
}

.document-wrapper{
  font-size: 18px;
  line-height: 1.5;
  font-family: Arial, Helvetica, sans-serif !important;
}

.document-wrapper *{
  font-family: Arial, Helvetica, sans-serif !important;
}

.document-wrapper p{
  font-size: 18px;
  line-height: 1.5;
}

.document-wrapper h1{
  font-size: 26px;
  line-height: 1.5;
  padding-top:20px;
}

.document-wrapper h2{
  font-size: 24px;
  line-height: 1.5;
  padding-top:20px;
  text-shadow: none !important;
}

.document-wrapper h3{
  font-size: 21px;
  line-height: 1.5;
  padding-top:20px;
}

.document-wrapper h4{
  font-size: 18px;
  line-height: 1.5;
  padding-top:20px;
}

.document-wrapper span{
  display: inline !important;
}

.fiber-landing-wrap input{
  border:1px solid rgb(93, 93, 93) !important;
  outline: none !important;
}