.no-js .preloader {
  display: none;
}
.no-js .navbar-right {
  float: right;
  margin: 30px 0;
  width: 1100px;
}
.no-js .navbar-right > div {
  position: static;
  float: left;
}
.no-js .navbar-right .block-dropdowns [class*="block-"] {
  float: left;
  position: relative;
  padding-top: 50px;
}
.no-js .navbar-right .block-dropdowns button {
  position: absolute;
  top: 0;
  left: 0;
}
.no-js .navbar-form {
  width: auto;
}
.no-js .navbar-form #toggle-search {
  display: none;
}
.no-js .navbar-form .dropdown {
  position: relative;
}
.no-js .navbar-form .dropdown-menu {
  padding: 10px 0;
  margin: 0;
  height: auto;
}
.no-js .navbar-form .dropdown-menu button {
  float: right;
  position: static;
  background: none;
}
.no-js .navbar-form .txt-search {
  float: left;
  width: 200px;
  position: static;
}
.no-js .dropdown-menu {
  position: static !important;
  display: block !important;
  width: auto !important;
}
.no-js .banner-slider {
  position: relative;
}
.no-js .out-dock .side-wideget {
  width: 225px;
  opacity: 1;
}
.no-js .mainnav .menu-level1:hover .submenu-level1 {
  display: block;
}
.no-js .panel-collapse {
  display: block;
}
.no-js .panel-default > .panel-heading .collapsed:before {
  background-position: 0 -30px;
}
.no-js :target {
  display: block!important;
  visibility: visible!important;
}
.no-js :target + .tab-pane {
  display: none!important;
  visibility: hidden!important;
}
.no-js .calculate-cash-rebate .total {
  display: block;
}
/* Home main slider */
.mainbanner {
  position: relative;
}
.bxslider img {
  width: 100%;
  margin: 0 auto;
}
.bxslider .main-banner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.bxslider .main-banner .thumb {
  position: absolute;
  top: 70px;
}
.bxslider .main-banner .caption {
  position: absolute;
  text-align: left;
  top: 0;
}
.bxslider .main-banner .caption .btn-1 {
  margin-bottom: 30px;
}
.bxslider .main-banner .caption h2 {
  font-size: 30px;
  font-weight: bold;
  color: #001f67;
  margin: 0 0 15px;
  text-transform: none;
  line-height: 1.25em;
}
.bxslider .main-banner .caption p {
  font-size: 18px;
  color: #333;
  margin: 0 0 20px;
}
.bxslider .main-banner .caption img {
  display: inline-block;
  width: auto;
}
.bxslider .main-banner.right .thumb {
  left: 30px;
}
.bxslider .main-banner.right .caption {
  width: 618px;
  right: 0;
  padding: 160px 65px 0 0px;
}
.bxslider .main-banner.left .thumb {
  right: 130px;
}
.bxslider .main-banner.left .caption {
  width: 578px;
  left: 0;
  padding: 160px 0px 0 65px;
}
.bxslider .main-banner.middle {
  width: 510px;
  top: 360px;
}
.bxslider .main-banner.middle .caption {
  text-align: center;
  position: static;
  width: 100%;
}
.bx-pager {
  position: absolute;
  bottom: 100px;
  left: 35px;
  width: 1110px;
  z-index: 52;
}
.bx-pager a {
  border-left: 1px solid #e5e5e5;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  display: table;
  background: #fff;
  color: #333;
  text-decoration: initial;
  float: left;
  width: 25%;
  text-align: center;
  height: 90px;
  padding: 10px;
}
.bx-pager a:last-child {
  border-right: 1px solid #e5e5e5;
}
.bx-pager a .bx-pager-tabs {
  padding: 0 25px;
  display: table-cell;
  vertical-align: middle;
  font-size: 20px;
  cursor: pointer;
  line-height: 1;
  text-transform: capitalize;
}
.bx-pager a.bx-2item {
  width: 50%;
}
.bx-pager a.bx-3item {
  width: 33.33333333%;
}
.bx-pager a:hover,
.bx-pager a.active {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  background: #001f67;
  color: #fff;
}
.btnscroll {
  width: 100%;
  clear: both;
  position: relative;
}
.btnScrollTo {
  position: absolute;
  bottom: 20px;
  left: 50%;
  width: 60px;
  height: 60px;
  margin-left: -30px;
  display: block;
  z-index: 52;
  background-color: #fff;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-transition: background-color 0.5s;
  -moz-transition: background-color 0.5s;
  -ms-transition: background-color 0.5s;
  -o-transition: background-color 0.5s;
  -webkit-transition: color 0.5s;
  -moz-transition: color 0.5s;
  -ms-transition: color 0.5s;
  -o-transition: color 0.5s;
  border: 1px solid #e5e5e5;
}
.btnScrollTo span {
  font-size: 60px;
}
.btnScrollTo:hover {
  color: #fff;
  background-color: #001f67;
}
/* Home grid */
.tbl-content {
  position: relative;
  border: 1px solid #e5e5e5;
  overflow: hidden;
  margin-bottom: 40px;
}
.grid-wrapper {
  display: table;
  width: 100%;
  clear: both;
}
.grid-content {
  display: table-cell;
  width: 50%;
  background-color: #fff;
  -webkit-transition: background-color 0.5s;
  -moz-transition: background-color 0.5s;
  -ms-transition: background-color 0.5s;
  -o-transition: background-color 0.5s;
}
.grid-content.grid-gray {
  background-color: #e5e5e5;
}
.grid-content.grid-whitesmoke {
  background-color: #f7f7f7;
}
.grid-content a:hover {
  text-decoration: underline;
}
.grid-content .inner {
  display: block;
  width: 100%;
  padding: 30px 25px;
  text-align: center;
  color: #333;
}
.grid-content .inner img {
  display: inline-block;
  height: 100px;
}
.grid-content .inner h3 {
  margin: 26px 0 20px;
  font-size: 22px;
  font-weight: bold;
}
.grid-content .inner p {
  font-size: 16px;
  margin: 0;
}
.dock {
  position: fixed;
  top: 256px;
  right: 0;
  z-index: 52;
}
.out-dock {
  text-align: right;
  padding: 0 15px;
}
.out-dock ul {
  list-style: none;
  padding: 0;
  overflow: hidden;
}
.out-dock ul.key-wideget {
  background: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  width: 50px;
  text-align: center;
  display: inline-block;
  float: right;
  border: 1px solid #e5e5e5;
}
.out-dock ul.key-wideget li {
  width: 100%;
  padding: 15px 5px;
  height: 55px;
  width: 50px;
  border-top: 1px solid #fff;
}
.out-dock ul.key-wideget li .content {
  color: #001f67;
}
.out-dock ul.key-wideget li .content:focus {
  outline: none;
}
.out-dock ul.key-wideget li .icon {
  font-size: 25px;
}
.out-dock ul.key-wideget li .icon.icon-money,
.out-dock ul.key-wideget li .icon.icon-venue {
  font-size: 27px;
}
.out-dock ul.key-wideget li:first-child.active {
  border-top: none;
}
.out-dock ul.key-wideget li.active {
  background: #001f67;
}
.out-dock ul.key-wideget li.active .icon {
  color: #fff;
}
.out-dock ul.side-wideget {
  float: left;
  width: 0px;
  opacity: 0;
  -webkit-transition: width 0.3s, opacity 0.3s;
  -moz-transition: width 0.3s, opacity 0.3s;
  -ms-transition: width 0.3s, opacity 0.3s;
  -o-transition: width 0.3s, opacity 0.3s;
  background: #e5e5e5;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  border: 1px solid #e5e5e5;
}
.out-dock ul.side-wideget li {
  width: 100%;
  display: block;
  text-align: left;
  padding: 10px;
  height: 55px;
  line-height: 34px;
  border-top: 1px solid #fff;
}
.out-dock ul.side-wideget li:first-child {
  border-top: 0;
}
.out-dock ul.side-wideget li a {
  font-size: 12px;
  color: #001f67;
  text-decoration: initial;
  text-transform: uppercase;
  display: inline-block;
  white-space: nowrap;
}
.out-dock ul.side-wideget li:first-child.active {
  border-top: none;
}
.out-dock ul.side-wideget li.social {
  padding: 0;
}
.out-dock ul.side-wideget li.social a {
  color: #999;
  font-size: 19px;
  padding: 10px;
  width: 33.333333333%;
  text-align: center;
}
.out-dock ul.side-wideget li.social a :hover {
  color: #001f67;
}
.out-dock ul.side-wideget li.social.active {
  background-color: #e5e5e5;
}
.out-dock ul.side-wideget li.social.active a {
  color: #999;
}
.out-dock ul.side-wideget li.active {
  color: #fff;
  background-color: #001f67;
}
.out-dock ul.side-wideget li.active a {
  color: #fff;
}
.out-dock.active .side-wideget {
  width: 200px;
  border-right: none;
  opacity: 1;
}
.out-dock.active .key-wideget {
  border-left: 1px solid #e5e5e5;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.main-banner {
  position: relative;
}
.main-banner .description {
  position: absolute;
  top: 0;
  right: 0;
  width: 60%;
  padding: 48px 50px 0px 30px;
  color: #fff;
}
.main-banner .description .heading2 {
  margin-top: 0;
  margin-bottom: 30px;
  padding-left: 0;
}
.main-banner ul {
  margin-bottom: 25px;
}
.main-banner ul li {
  font-size: 16px;
}
.main-banner ul li span {
  display: block;
}
.main-banner .btn-1 {
  font-size: 14px;
  width: 164px;
}
.main-banner .light-banner .description {
  color: #333;
}
.cal-total-savings .col-md-6 {
  padding: 0;
}
.cal-total-savings .border {
  position: relative;
  border: 0;
}
.cal-total-savings .border:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 90px;
  width: 1px;
  background-color: #f2f2f2;
}
.cal-total-savings .border:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  height: 90px;
  width: 1px;
  background-color: #f2f2f2;
}
.cal-total-savings .heading5 {
  text-align: center;
  font-weight: bold;
}
.cal-total-savings .form-group {
  width: 49%;
  display: inline-block;
  vertical-align: top;
  padding-top: 53px;
  font-size: 16px;
  text-align: center;
}
.cal-total-savings .form-group label {
  display: block;
  margin-bottom: 15px;
}
.cal-total-savings .form-group input {
  display: inline-block;
  margin-left: 10px;
  padding: 10px;
  line-height: 20px;
  width: 80px;
  height: 40px;
  border: 1px solid #f2f2f2;
}
.formula-block {
  display: flex;
  margin: 30px 0 0;
  padding: 20px;
  color: #fff;
  text-align: center;
  font-weight: bold;
  background-color: #001f67;
}
.formula-block .title {
  display: block;
  font-size: 16px;
}
.formula-block .title span {
  display: block;
}
.formula-block .total {
  font-size: 24px;
}
.formula-block .icon-cal {
  position: relative;
}
.formula-block .icon-cal span {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  margin-top: -17px;
  font-size: 30px;
  font-weight: bold;
}
.slider.slider-horizontal {
  width: 100%;
  margin-top: 36px;
}
.slider-handle {
  width: 34px;
  height: 34px;
  top: -10px;
  -webkit-box-shadow: 2px 1px 5px #808080;
  -moz-box-shadow: 2px 1px 5px #808080;
  box-shadow: 2px 1px 5px #808080;
  background: #fff;
}
.slider-handle:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -6px 0 0 -7px;
  width: 13px;
  height: 13px;
  background: red;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.slider-tick {
  width: 15px;
  height: 15px;
  top: -1px;
  -webkit-box-shadow: 2px 2px 5px #666;
  -moz-box-shadow: 2px 2px 5px #666;
  box-shadow: 2px 2px 5px #666;
  background: #fff;
}
.slider-tick:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -6px 0 0 -7px;
  width: 13px;
  height: 13px;
  background: red;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.slider-tick.round {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background: #e5e5e5;
}
.slider-tick.round:before {
  display: none;
}
.slider.slider-horizontal .slider-track {
  height: 5px;
}
.slider-selection.tick-slider-selection,
.slider-track-high {
  height: 5px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background: #e5e5e5;
}
.slider-tick-label {
  margin-top: 20px;
  font-size: 14px;
}
.calculator-block .heading2 {
  padding-left: 0;
}
.calculate-cash-rebate {
  font-size: 16px;
}
.calculate-cash-rebate figure {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-align-items: center;
  -webkit-align-items: center;
  align-items: center;
  min-height: 80px;
}
.calculate-cash-rebate figure figcaption {
  padding-right: 120px;
}
.calculate-cash-rebate figure .img-wrapper {
  width: 100px;
}
.calculate-cash-rebate figure img {
  margin: 0 auto;
}
.calculate-cash-rebate figure span {
  display: block;
}
.calculate-cash-rebate input[type="number"] {
  width: 80px;
  margin-left: 10px;
  padding: 10px;
  text-align: center;
  font-weight: bold;
  border: 1px solid #f7f7f7;
}
.calculate-cash-rebate .info {
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -16px;
}
.calculate-cash-rebate .info sub {
  bottom: 0;
  font-size: 16px;
}
.calculate-cash-rebate .total {
  display: none;
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #e5e5e5;
}
.calculate-cash-rebate .btn-1 {
  margin: 10px 0 30px;
}
.calculate-cash-rebate sub {
  bottom: .5em;
  font-size: 16px;
}
.display-block {
  display: block;
}
.margin-b-30 {
  margin-bottom: 30px;
}
.divider {
  display: block;
  margin-top: 20px;
  margin-bottom: 20px;
  border-top: 1px solid #eee;
}
.nav-tabs li a {
  display: block;
  position: relative;
  padding: 20px 0;
  font-size: 18px;
  line-height: 1em;
  color: #333;
  text-align: center;
  border: none!important;
  background-color: #f7f7f7;
  -webkit-transition: background-color 0.5s;
  -moz-transition: background-color 0.5s;
  -ms-transition: background-color 0.5s;
  -o-transition: background-color 0.5s;
}
.nav-tabs li a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: transparent;
  -webkit-transition: background-color 0.7s 0.2s;
  -moz-transition: background-color 0.7s 0.2s;
  -ms-transition: background-color 0.7s 0.2s;
  -o-transition: background-color 0.7s 0.2s;
}
.nav-tabs li a:hover {
  color: #001f67;
  background-color: #fff;
  text-decoration: none;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.nav-tabs li a:hover:before {
  background-color: #001f67;
}
.nav-tabs li.active a {
  color: #001f67;
  font-weight: bold;
  background-color: #fff;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.nav-tabs li.active a:hover,
.nav-tabs li.active a:focus {
  border: none;
  color: #001f67;
}
.nav-tabs li.active a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #001f67;
}
.tab-pane {
  padding-top: 50px;
}
.fees-requirements-block {
  border-bottom: 1px solid #e5e5e5;
  font-size: 16px;
}
.fees-requirements-block .heading2 {
  margin-bottom: 0;
}
.fees-requirements-block .heading5 {
  margin-bottom: 20px;
}
.fees-requirements-block .nav-tabs {
  display: none;
}
.fees-requirements-block .tab-content > .tab-pane {
  display: block;
}
.fees-requirements-block .tab-content > .tab-pane:first-child {
  padding-top: 0;
  padding-bottom: 20px;
}
.fees-requirements-block .tab-content > .tab-pane + .tab-pane {
  padding-top: 30px;
}
.fees-requirements-block .tab-content.col-2 .tab-pane {
  display: inline-block;
  vertical-align: top;
  padding: 0;
  width: 49%;
}
.fees-requirements-block .tab-content.col-2 .tab-pane dt {
  min-width: 0;
  width: 30%;
  max-width: 160px;
}
.fees-requirements-block .tab-content.col-2 .tab-pane + .tab-pane {
  padding-left: 30px;
  border-left: 1px solid #e5e5e5;
}
.fees-requirements-block p {
  font-size: 16px;
}
#requirements {
  border-bottom: 1px solid #e5e5e5;
}
dl {
  margin-bottom: 10px;
}
dt {
  display: inline-block;
  min-width: 200px;
  font-weight: normal;
}
dd {
  display: inline-block;
}
dd:before {
  content: "\2022";
  position: relative;
  top: 0px;
  left: -10px;
}
.group-dd {
  display: inline-block;
  width: 69%;
  vertical-align: top;
}
.group-dd dd {
  display: block;
}
.affix + .product-tabs {
  padding-top: 96px;
}
.sticky-nav[data-tab] {
  margin: 0;
}
.product-tabs .heading2 {
  padding: 30px 30px 30px 50px;
  outline: none;
}
.product-tabs .grid-wrapper {
  border-top: 1px solid #e5e5e5;
}
.product-tabs .grid-wrapper:last-child {
  border-top: none;
  border-bottom: 1px solid #e5e5e5;
}
.product-tabs .tab-pane {
  padding-top: 0;
}
.product-tabs .tab-pane:before,
.product-tabs .tab-pane:after {
  content: "";
  display: table;
}
.product-tabs .tab-pane:after {
  clear: both;
}
.product-tabs .grid-content {
  width: 33.333333%;
}
.product-tabs .grid-content img {
  height: auto;
}
.product-tabs .grid-content .inner {
  padding-bottom: 80px;
}
.product-tabs .fixeddeposits-tab .grid-wrapper:last-child {
  border-top: 1px solid #e5e5e5;
}
.product-tabs .fixeddeposits-tab img {
  width: auto;
  height: auto;
  max-width: none;
}
.product-tabs .link {
  display: inline-block;
  margin-top: 15px;
  font-size: 16px;
}
section.product-tabs {
  padding-bottom: 0;
}
.our-team-block h5 {
  font-size: 16px;
  font-weight: 700;
}
.our-team-block p {
  font-size: 16px;
  margin: 0;
}
.our-team-block .row-list {
  margin-left: -15px;
  margin-right: -15px;
}
.our-team-block .row-list:before,
.our-team-block .row-list:after {
  content: '';
  display: table;
}
.our-team-block .row-list:after {
  clear: both;
}
.essential-services-block {
  border-bottom: none !important;
}
.essential-services-block .grid-wrapper {
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}
.essential-services-block .grid-wrapper.col-3 .grid-content {
  width: 33.33333%;
}
.essential-services-block .grid-wrapper.col-4 .grid-content {
  width: 25%;
}
.essential-services-block .grid-content .inner {
  padding: 30px 15px 50px;
}
.essential-services-block .grid-content .inner h3 span {
  display: block;
}
.essential-services-block .grid-content img {
  height: auto;
}
section.filter-content-block {
  border: none;
  width: 100%;
}
section.filter-content-block .filter-item {
  text-align: center;
}
section.filter-content-block .filter-item li {
  font-size: 18px;
}
section.filter-content-block .filter-item li.active a {
  font-weight: 700;
}
section.filter-content-block .dropdown-filter-group {
  width: 100%;
  text-align: center;
  padding: 0 15px;
}
section.filter-content-block .dropdown-filter-group label {
  font-size: 15px;
  margin-left: 35px;
  margin-right: 20px;
}
section.filter-content-block .dropdown-filter-group label:first-child {
  margin-left: 0;
}
section.filter-content-block .dropdown-filter-group .dropdown {
  display: inline;
}
section.filter-content-block .btn-dropdown {
  background: #f3f3f3;
  border: none;
  font-size: 15px;
  outline: none;
  padding: 10px;
  text-align: left;
  width: 100%;
  max-width: 260px;
}
section.filter-content-block .btn-dropdown .caret {
  float: right;
  margin-top: 7px;
  border-top: 8px dashed;
}
section.filter-content-block .dropdown-menu {
  margin: 0;
  padding: 0;
  border: 0;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background: transparent;
  width: 100%;
  max-width: 260px;
  top: 25px;
}
section.filter-content-block .dropdown-menu ul {
  margin: 0;
}
section.filter-content-block .dropdown-menu ul li {
  display: block;
  padding: 8px 14px;
  text-align: left;
  border-top: 1px solid #fff;
  -webkit-transition: background 0.3s;
  -moz-transition: background 0.3s;
  -ms-transition: background 0.3s;
  -o-transition: background 0.3s;
  background-color: #e3e3e3;
  cursor: pointer;
}
section.filter-content-block .dropdown-menu ul li:hover {
  background-color: #eaeaea;
}
section.filter-content-block .dropdown-menu ul li:last-child {
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 4px;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
section.filter-content-block .dropdown-menu ul li a {
  display: block;
  white-space: nowrap;
  color: #333;
  text-transform: uppercase;
  margin-left: 5px;
}
@media screen and (min-width: 767px) and (max-width: 780px) {
  section.filter-content-block .dropdown-menu {
    max-width: 250px;
  }
  .sticky-nav a {
    padding: 20px 10px;
  }
}
/*# sourceMappingURL=product-landing-desktop-style.css.map */
