@font-face { font-family: "Font Awesome 6 Brands";
  src: url(https://23694729.fs1.hubspotusercontent-na1.net/hubfs/23694729/raw_assets/public/Archtop_Fiber_March2024/fonts/fa-brands%20400.woff2) format("woff2"), 
    url(https://23694729.fs1.hubspotusercontent-na1.net/hubfs/23694729/raw_assets/public/Archtop_Fiber_March2024/fonts/fa-brands%20400.ttf) format("truetype"); 
  font-style: normal; 
  font-weight: 400; 
  font-display: block; 
}

@font-face { font-family: "movedo-icons";
  src: url(https://23694729.fs1.hubspotusercontent-na1.net/hubfs/23694729/raw_assets/public/Archtop_Fiber_March2024/fonts/movedo-icons.eot) format("embedded-opentype"), 
    url(https://23694729.fs1.hubspotusercontent-na1.net/hubfs/23694729/raw_assets/public/Archtop_Fiber_March2024/fonts/movedo-icons.ttf) format("woff"),
    url(https://23694729.fs1.hubspotusercontent-na1.net/hubfs/23694729/raw_assets/public/Archtop_Fiber_March2024/fonts/movedo-icons.woff) format("truetype"),
    font-style: normal; 
  font-weight: 400; 
}

.child-theme {
  font-size: 16px;
}

/*  FORM */

.child-theme form input {
  box-shadow: none;
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 30px;
  padding: 12px 15px;
  height: auto;
  transition: border-color .3s ease, box-shadow .3s ease;
}

.child-theme form input[type=email]:focus, 
.child-theme form input[type=file]:focus,
.child-theme form input[type=number]:focus,
.child-theme form input[type=password]:focus,
.child-theme form input[type=search]:focus,
.child-theme form input[type=tel]:focus,
.child-theme form input[type=text]:focus,
.child-theme form select:focus, 
.child-theme form textarea:focus {
  border-color: #f15b40;
  box-shadow: 0 0 0 2px #f15b40;
}
.child-theme form input {
  box-shadow: none;
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 30px;
  padding: 12px 15px;
  height: auto;
  transition: border-color .3s ease, box-shadow .3s ease;
}

.child-theme form label {
  color: #426377;
  font-weight: 600;
  font-size: inherit;
}

.child-theme .hs-error-msg, 
.child-theme .hs_error_rollup label, 
.child-theme .systems-page ul.no-list.hs-error-msgs label {
  font-size: 14px !important;
  line-height: 20px;
  margin-top: -20px;
  margin-left: 0;
}

.child-theme form .inputs-list > li {
  margin: 0;
}

.child-theme form input {
  box-shadow: none;
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 30px;
  padding: 12px 15px;
  height: auto;
  transition: border-color .3s ease, box-shadow .3s ease;
}

.child-theme form label {
  color: #426377;
  font-weight: 600;
  font-size: inherit;
}

.child-theme .hs-error-msg, 
.child-theme .hs_error_rollup label, 
.child-theme .systems-page ul.no-list.hs-error-msgs label {
  font-size: 14px !important;
  line-height: 20px;
  margin-top: -20px;
  margin-left: 0;
}

.child-theme form .inputs-list > li {
  margin: 0;
}

form.hs-form input[type=radio]:checked,
form.hs-form input[type=radio]:not(:checked),
form.hs-form input[type=checkbox]:checked, 
form.hs-form input[type=checkbox]:not(:checked) {
  position: absolute;
  z-index: 1;
  width: 20px;
  height: 22px;
  margin: 1px;
  cursor: pointer;
  opacity: 1;
}

form .inputs-list {
  margin-bottom: 30px;
}

form.hs-form li.hs-form-checkbox {
  margin-top: 10px;
}

form.hs-form input[type=radio]:checked+span,
form.hs-form input[type=radio]:not(:checked)+span, 
form.hs-form input[type=checkbox]:checked+span,
form.hs-form input[type=checkbox]:not(:checked)+span {
  border-color: inherit;
  display: inline-block;
  line-height: 20px;
  padding-left: 28px;
  position: relative;
}

form.hs-form label.hs-form-checkbox-display>span {
  font-weight: 400;
  line-height: 22px;
}

form.hs-form input[type=checkbox]:checked+span:before,
form.hs-form input[type=checkbox]:not(:checked)+span:before {
  background: #fff;
  border-color: inherit;
  border-radius: 0;
  content: '';
  height: 18px;
  left: 0;
  position: absolute;
  top: 0;
  width: 18px;
}

form.hs-form input[type=radio]:checked+span:before, 
form.hs-form input[type=radio]:not(:checked)+span:before, 
form.hs-form input[type=checkbox]:checked+span:before,
form.hs-form input[type=checkbox]:not(:checked)+span:before {
  border-radius: 3px;
}

form.hs-form li.hs-form-checkbox>label {
  margin: 0;
}

.child-theme .span2 .hs-button,
.child-theme .span3 .hs-button,
.child-theme .span4 .hs-button,
.child-theme .span5 .hs-button,
.child-theme .span6 .hs-button {
  box-shadow: 0 4px 8px -4px rgba(12,0,0,.3);
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
  margin-top: 0;
  margin-bottom: 0;
  min-width: 170px;
  padding: 0.75em 2em;
  font-family: Archivo;
  transition: background-color .3s ease, border-color .3s ease, box-shadow .3s ease, color .3s ease;
}

.child-theme blockquote {
  border: none;
  padding: 0;
  margin: 0;
}

/* HEADER */

.child-theme .top-bar {
  position: relative;
  width: 100%;
  top: 0;
  z-index: 9999;
}

.child-theme .topbar-wrapper {
  background-color: #fff;
  color: #426377;
  padding-top: 10px;
  padding-bottom: 0;
}

.child-theme .top-container {
  max-width: 1170px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}

.child-theme .contact-support {
  padding-right: 1.5em;
  float: right;
  text-align: right;
  width: 50%;
  margin: 0;
  list-style: none;
  line-height: 1.2;
}

.child-theme .contact-support a {
  position: relative;
  color: #426377;
  font-size: 14px;
  font-weight: 600;
  text-transform: none;
  letter-spacing: .5px;
  font-style: normal;
  font-family: Archivo;
  line-height: 1.2;
}

.child-theme .contact-support a:hover {
  color: #f15b40;
}

.child-theme .contact-support span:last-child>span:after {
  content: '|';
  margin: 0 7px;
}

.child-theme .contact-support span {
  font-size: 14px;
  line-height: 1.2;
  font-weight: 700;
}

.child-theme .contact-support a:first-of-type>span:after {
  width: 85%;
}
.child-theme .contact-support span:last-child>a:first-of-type:before {
  content: "\f059";
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  display: var(--fa-display, inline-block);
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
  margin-right: 4px;
}

.child-theme .contact-support span:last-child>a:last-of-type:before {
  content: "\f2bd";
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
  margin-right: 5px;
}

.lp-header .fixed-header-logo a {
  height: auto;
}

header.main-header {
  position: relative;
  z-index: 9998;
  display: block;
  background-color: rgba(255, 255, 255,1.0);
  width: 100%;
  left: auto;
  z-index: 4;
  -webkit-backface-visibility: hidden;
}



.header-wrapper {
  position: fixed;
  width: 100%;
  z-index: 9999;

  top: 0;
}

.header-container {
  max-width: 1170px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}

.custom-logo {
  display: flex;
  position: relative;
  z-index: 2;
  float: left;
  height: 100px;
  align-items:center;
}

.widget-type-logo {
  position: relative;
}

.scrolled header.main-header{
  box-shadow: 0 8px 15px -5px rgba(0, 0, 0,0.2);
}

.custom-logo a {
  position: relative;
  display: block;
  height: 58px;
}

.custom-logo img {
  display: block;
  position: relative;
  height: 100% !important;
  max-width: 270px;
  padding-top: 0;
  padding-bottom: 0;
}

.right-side {
  float: right;
  display: flex;
}


.header-menu ul {
  line-height: 24px;
  padding: 0;
  margin: 0;
}

.header-menu .hs-menu-wrapper>ul>li {
  float: left;
}

.header-menu ul li {
  position: relative;
  margin: 0;
}

.header-menu ul li {}

.header-menu .hs-menu-wrapper>ul>li>a {
  font-family: Archivo;
  font-weight: 600;
  font-style: normal;
  font-size: 17px;
  text-transform: none;
  letter-spacing: 1px;
  line-height: 100px;
  padding: 0 0 0 2em;
}

.header-menu .hs-menu-wrapper>ul>li>a {
  display: block;
  position: relative;
  color: rgba(66, 99, 119,1.0);
}

.header-menu .hs-menu-wrapper>ul>li>ul>li>a{
  color: rgba(66, 99, 119,1.0);
}

.header-menu .hs-menu-wrapper>ul>li:first-child>a {
  padding: 0;
}

.shop-now {
  padding: 0 0 0 2em;
  display: flex;
  align-items: center;
  position: relative;
  line-height: 100px;    
  font-size: 17px;
}

.shop-now .hs-button {
  box-shadow: 0 4px 8px -4px rgba(12,0,0,.3);
  font-family: Archivo;
  font-weight: 600;
  font-style: normal;
  font-size: 17px;
  text-transform: none;
  letter-spacing: 1px;
  position: relative;
  padding: 0.75em 1.5em;
  line-height: 19px;
}

.header-container:before,
.header-container:after {
  content: "";
  display: table;
  clear: both;
}

.header-menu .hs-menu-wrapper>ul>li.hs-item-has-children>a:after {
  content: '\f107';
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  height: 10px;
  line-height: 10px;
  position: relative;
  margin-left: 4px;
  top: 0;
}

.header-menu .hs-menu-wrapper>ul>li>a>span{
  position:relative;
}


.header-menu .hs-menu-wrapper>ul>li>a>span:after,
.child-theme .contact-support a:after {
  content: '';
  opacity: 0;
  width: 0;
  height: 2px;
  background-color: #426377;
  left: 0;
  bottom: -4px;
  position: absolute;
  -webkit-transition: opacity .4s ease, width .4s ease;
  -moz-transition: opacity .4s ease, width .4s ease;
  -ms-transition: opacity .4s ease, width .4s ease;
  -o-transition: opacity .4s ease, width .4s ease;
  transition: opacity .4s ease, width .4s ease;
  -webkit-backface-visibility: hidden;
}

.header-menu .hs-menu-wrapper>ul>li:hover>a>span:after,
.child-theme .contact-support a:hover:after{
  opacity: 1;
  width: 100%;
}

.header-menu .hs-menu-wrapper>ul>li:hover>a {
  color: rgba(241, 91, 64,1.0);
}

.child-theme .header-menu .hs-menu-wrapper>ul>li.hs-item-has-children>ul.hs-menu-children-wrapper {
  position: absolute;
  display: none; 
  top: 100%;
  left: 9px;
  z-index: 99;
  text-align: left;
  padding: 15px 0;
  width: 270px;
  margin-top: -1px;
  background-color: rgba(255, 255, 255,1.0);
  box-shadow: 0 8px 15px -5px rgba(0,0,0,.2);
}

.child-theme .header-menu .hs-menu-wrapper>ul>li.hs-item-has-children:hover>ul {
  display: block;
  left: 9px !important;
}

.header-menu .hs-menu-wrapper>ul>li>ul>li>a {
  position: relative;
  display: block;
  padding: 10px;
  margin: 0 15px;
  line-height: 21px;
  font-family: Archivo;
  font-weight: 600;
  font-style: normal;
  font-size: 16px;
  text-transform: none;
  letter-spacing: .5px;
}

.hamburger-menu {
  float: right;
  position: relative;
  z-index: 2;
  line-height: 100px;
  cursor:pointer;
}

.hamburger-menu span {
  padding-left: 1.563rem;
  line-height: 1em;
  width: 1em;
  height: 1em;
  text-align: center;
  vertical-align: middle;
  position: relative;
  font-size: 32px;
  font-family: 'movedo-icons' !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  text-transform: none;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}

.hamburger-menu span:before {
  content: "\e906";
  transition: all .3s ease-in;
}

.hamburger-menu:hover>span:before {
  color: #f15b40;
}


.hidden-area {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  right: -30px;
  bottom: 0;
  z-index: 10000;
  transform: translate3d(0, 0, 0);
  background-color: #fff;
  box-shadow: 0 8px 15px rgba(0,0,0,.2);
  -webkit-transform: translate3d(100%, 0, 0);
  -moz-transform: translate3d(100%, 0, 0);
  -ms-transform: translate3d(100%, 0, 0);
  -o-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  -webkit-transition: -webkit-transform .5s ease-in-out;
  -moz-transition: -moz-transform .5s ease-in-out;
  -o-transition: -o-transform .5s ease-in-out;
  transition: transform .5s ease-in-out;
  -webkit-backface-visibility: hidden;
}


.hidden-wrapper {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  padding-right: 30px;
  padding-bottom: 90px;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}

.close-btn-wrapper {
  display: block;
  margin: 30px auto 60px auto;
  width: 50%;
  min-width: 270px;
  text-align: right;
}

.close-btn {
  width: 40px;
  height: 40px;
  line-height: 40px;
  color: #f15b40;
  font-size: 40px;
  text-align: center;
  cursor: pointer;
  transform: translate3d(0, 0, 0);
  display: inline-block;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-transform: translate3d(0, -200%, 0);
  -moz-transform: translate3d(0, -200%, 0);
  -ms-transform: translate3d(0, -200%, 0);
  -o-transform: translate3d(0, -200%, 0);
  transform: translate3d(0, -200%, 0);
  -webkit-transition: -webkit-transform .3s cubic-bezier(.785,.135,.15,.86) .5s;
  transition: transform .3s cubic-bezier(.785,.135,.15,.86) .5s;
}

.close-btn span {
  font-family: 'movedo-icons' !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 24px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-size: inherit;
  line-height: inherit;
}

.close-btn span:after {
  content: "\e912";
}

.hidden-content {
  width: 50%;
  min-width: 270px;
  margin: 0 auto;
  display: block;
  overflow: hidden;
}

.mobile-menu-wrapper {
  margin-bottom: 6em;
  transition: all .3s;
}


.mobile-menu-wrapper ul {
  line-height: 24px;
  padding: 0;
  flex-direction:column;
}

.mobile-menu-wrapper ul>li>ul {
  display: none;
  margin-left: 20px;
  padding-left:10px;
}

.mobile-menu-wrapper ul>li>a {
  line-height: 24px;
  font-family: Archivo;
  font-weight: 600;
  font-style: normal;
  font-size: 17px;
  text-transform: none;
  color: #426377;
  padding-top: 1em;
  padding-bottom: 1em;
  border-bottom: 1px solid #fff;
  display: block;
  position: relative;
  overflow: hidden;
}

.mobile-menu-wrapper ul>li {
  margin: 0;
  position:relative;
}


.mobile-menu-wrapper ul>li.hs-item-has-children>a {
  padding-right: 40px;
}


.mobile-menu-wrapper ul>li>i {
  position: absolute;
  top: 0;
  pointer-events:none;
  right: 0;
  width: 30px;
  height: 55px;
  display: inline-block;
  line-height: inherit;
  text-align: right;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.mobile-menu-wrapper ul>li>i:before {
  height: 10px;
  margin-left: -2px;
  margin-top: -6px;
  width: 2px;
  background-color: #f15b40;
}

.mobile-menu-wrapper ul>li>i:before,
.mobile-menu-wrapper ul>li>i:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transition: all .2s ease-in;
  transition-delay: .3s;
}

.mobile-menu-wrapper ul>li>i:after {
  height: 2px;
  margin-left: -6px;
  margin-top: -2px;
  width: 10px;
  background-color: #f15b40;
}

.header-menu .hs-menu-wrapper>ul>li>ul>li:hover>a {
  color: rgba(208, 62, 40,1.0);
  background-color: rgba(253, 246, 245,1.0);
}


.mobile-menu-wrapper ul>li.child-open>i:before,
.mobile-menu-wrapper ul>li.child-open>i:after {
  transform: rotate(45deg);
}

.shop-now.mobile-btn .hs-button {
  text-align: center;
  width: 100%;
  font-size: 17px;
  line-height: 24px;
  letter-spacing: 0;
}

.shop-now.mobile-btn {
  padding: 0;
}

.mobile-menu-wrapper ul>li>ul>li>a {
  background-color: transparent;
  border: 0;
  font-size:16px;
  line-height: 1.5em;
  padding: 0.75em;
  letter-spacing: .5px;
  transition: background-color .3s ease, color .3s ease;
}

.mobile-overlay {
  position: fixed;
  background-color: rgba(241, 91, 64, .95);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  visibility: hidden;
  opacity: 0;
  cursor: pointer;
  z-index: 9999;
  -webkit-backface-visibility: hidden;
}

.menu-open .mobile-overlay{
  visibility: visible;
  opacity: 1; 
  transition: all .3s ease-in;
}

.mobile-menu-wrapper ul>li.active>a {
  color: #d03e28;
}

.mobile-menu-wrapper ul>li:hover>a {
  color: #f15b40;
}

.mobile-menu-wrapper ul>li>ul>li:hover>a {
  background-color: #fdf6f5;
}

.mobile-menu-wrapper .hs-menu-wrapper>ul>li,
.shop-now.mobile-btn {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(100px);
  -moz-transform: translateY(100px);
  -ms-transform: translateY(100px);
  -o-transform: translateY(100px);
  transform: translateY(100px);
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.menu-open .mobile-menu-wrapper .hs-menu-wrapper>ul>li,
.menu-open .shop-now.mobile-btn {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.menu-open .close-btn {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.shop-now.mobile-btn{
  margin-top: 1rem;
  display:block;
}

.menu-open .hidden-area {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  transition-delay: 0.3s;
}


.fixed-header-logo {
  display: none;
  float: left;
  transition: all .3s;
  -webkit-backface-visibility: hidden;
  position: relative;
  z-index: 2;
  line-height: 80px;
}

.scrolled .fixed-header-logo {
  display: flex;
  align-items: center;
}

.scrolled .custom-logo {
  display: none;
}

.fixed-header-logo img {
  position: relative;
  height: 100%;
  width: auto !important;
  max-width: 216px;
  padding: 0;
}

.fixed-header-logo a {
  height: 47px;
  position: relative;
  display: block;
}

.scrolled .header-menu .hs-menu-wrapper>ul>li>a,.shop-now {
  line-height: 80px;
}

.child-theme [class*="full-width-section"]>.row-fluid {
  width: 100%;
}

.header-menu .hs-menu-wrapper>ul>li.active>a {
  color: rgba(241, 91, 64,1.0);
}

.header-menu .hs-menu-wrapper>ul>li.active>a>span:after {
  width: 100%;
  opacity: 1;
}




/* FOOTER */

.child-theme .footer_partial_wrapper .footer.footer_section__2 .footer-section-3 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.child-theme .footer_partial_wrapper .footer-section-3 .footer-content {
  font-size: 12px;
  line-height: 2em;
  letter-spacing: 0.5px;
  font-weight: 500;
}

.child-theme .footer_partial_wrapper .footer .col-section {
  padding: 0;
}

.child-theme .footer_partial_wrapper .footer .footer-section-2 .col-section,
.child-theme .footer_partial_wrapper .footer .footer-section-1 .col-section{
  padding:0 15px;
}

.child-theme .footer_partial_wrapper .footer .footer-heading h5 {
  margin: 0;
  font-family: Archivo;
  font-weight: 600;
  font-style: normal;
  font-size: 20px;
  text-transform: none;
  line-height: 28px;
  letter-spacing: 0px;
}

.child-theme .footer_partial_wrapper .footer  address {
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  font-size: 16px;
}

.footer_partial_wrapper .footer-menu ul li,
.child-theme .footer_partial_wrapper .footer .footer-heading{
  font-weight: 600;
  margin-bottom: 1rem;
  margin-top:0;
}

.footer_partial_wrapper .footer-menu ul li a {
  font-size: 16px;
  line-height: 1.5px;
}

.footer_partial_wrapper .footer-menu ul {
  line-height: 24px;
}

.footer.footer_section__2 .footer-section-2 .col-section.num1 .footer-row.row2 {
  margin-bottom: 40px;
}

.child-theme .footer_partial_wrapper .footer .page-center {
  max-width: 1200px;
}

.child-theme .footer_partial_wrapper .footer .back_to_top {
  position: fixed;
  width: 40px;
  height: 40px;
  bottom: -60px !important;
  right: 20px;
  text-align: center;
  z-index: 900;
  cursor: pointer;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  box-shadow: 0 4px 8px -4px rgba(12,0,0,.3);
  border:none
}

.backtotop_show .back_to_top {
  bottom: 1.2rem ;
  border:none;
  -webkit-transform: translate(0, -80px);
  -moz-transform: translate(0, -80px);
  -ms-transform: translate(0, -80px);
  -o-transform: translate(0, -80px);
  transform: translate(0, -80px);

}

.footer_partial_wrapper .footer.footer_section__2 .back_to_top:hover {
  box-shadow: 0 6px 10px -2px rgba(12,0,0,.3);
  background-color: #d03e28;
}

.footer_partial_wrapper .back_to_top svg {
  display: none;
}

.child-theme .backtotop_show .back_to_top:after,
.child-theme .back_to_top:after  {
  content: '\f062';
  display: inline-block;
  transition: transform .3s ease;
  line-height: 40px;
  font-family: 'Font Awesome 6 Free' !important;
  font-weight: 900;
  font-size: 16px;    
  color: #fff;
}

.footer_partial_wrapper .footer-social a {
  border: 2px solid #003e52;
  background-color: transparent;
  border-radius: 50%;
  font-size: 20px;
  height: 2.35em;
  line-height: 2.35em;
  width: 2.35em;
  display: inline-block;
  text-align: center;
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: hidden;
  transition: all .3s ease-in-out;
  aspect-ratio: 1 / 1;
  will-change: transform;
}

.footer_partial_wrapper .footer-menu ul li a:hover {
  text-decoration: underline;
}

.footer_partial_wrapper .footer-social a:hover {
  border-color: #fff;
}

.footer.footer_section__2 .footer-section-1 .col-section.num2 {
  padding-right: 18px;
}

.footer_partial_wrapper .footer-social{
  gap:27px;
  padding:0;
}

.footer_partial_wrapper .footer-social a>i:after {
  color: #fff;
  font-weight: 400;
  font-family: "Font Awesome 6 Brands";
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
  font-size: 20px;
}

.footer_partial_wrapper .footer-social a>i.twitter:after {
  content: "\e61b";
}

.footer_partial_wrapper .footer-social a>i.facebook:after {
  content: "\f39e";
}

.footer_partial_wrapper .footer-social a>i.linkedin:after {
  content: "\f0e1";
}

.footer.footer_section__2 .footer-section-2 .col-section{
  width:25%;
}

.footer.footer_section__2 .footer-section-2 {
  padding-top: 30px;
  padding-bottom: 60px;
}

.child-theme .footer_partial_wrapper .lp-footer .footer-section .flex_row {
  justify-content: center;
}

.child-theme .footer_partial_wrapper .lp-footer .footer-section .footer-content {
  font-size: 12px;
  line-height: 2em;
  letter-spacing: 0.5px;
  font-weight: 500;
}










/* BANNER */

.cm-banner-wrapper {
  position: relative;
  min-height: auto !important;
}

.child-theme .cm-banner-wrapper .page-center {
  padding: 0;
}

.banner-content-inner.col8 {
  padding-left: 0;
  padding-right: 30px;
}

.cm-banner-wrapper .top_sec {
  align-items: center;
  display: flex;
  margin-bottom: 0;
  min-height: 270px;
  padding-top: 30px;
  padding-bottom: 30px;
}

.cm-banner-wrapper .top_sec h1 {
  font-family: 'Archivo Black';
  font-weight: 400;
  font-style: normal;
  text-transform: none;
  font-size: 40px;
  line-height: 48px;
  letter-spacing: -1px;
  margin: 0;
}

.cm-banner-wrapper .top_sec h1>span {
  line-height: 1.125em;
  font-size: 120%;
  display: inline-block;
}

.img_wrap.col4 {
  padding-left: 20px;
  padding-right: 0;
}

.img_wrap_inner {
  background-position: center;
  background-size: 370px;
  align-items: center;
  display: flex;
  margin-bottom: 0;
  min-height: 270px;
  position: relative;
  height: 270px;
}


/* BLOG */
.blog-listing-banner {
  background-color: #f15b40;
  border-color: #f15b40;
  color: #fff;
  position: relative;
}

.blog-listing-banner .content-wrapper {
  display: table;
  width: 100%;
  position: relative;
  z-index: 5;
  min-height: 140px;
}
.blog-listing-banner .content-wrapper:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.blog-listing-banner .blog-banner-content {
  display: table-cell;
  width: 100%;
  vertical-align: middle;
}
.blog-listing-banner .blog-banner-title h1 {
  font-family: Archivo;
  font-weight: 700;
  font-style: normal;
  font-size: 48px;
  text-transform: none;
  line-height: 1.12500;
  letter-spacing: -1px;
  margin: 0;
}
.blog-background-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}
.blog-bg-image {
  background-size: contain;
  background-position: 90%;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  opacity: 1;
  background-repeat: no-repeat;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transition: opacity .4s ease;
  -moz-transition: opacity .4s ease;
  -ms-transition: opacity .4s ease;
  -o-transition: opacity .4s ease;
  transition: opacity .4s ease;
}
.blog-breadcrumb {
  line-height: 40px;
  border-top: 1px solid;
  border-bottom: 1px solid;
  position: relative;
  z-index: 5;
  text-align: left;
  background-color: #fff;
  border-color: #fff;
}
.blog-breadcrumb nav span {
  color: #426377;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
}
.blog-breadcrumb nav a {
  transition: color .3s ease;
  color: #426377;
}
.blog-breadcrumb nav .breadcrumb_last {
  color: #f15b40;
}
.blog-breadcrumb nav a:hover {
  color: #f15b40;
  text-decoration: underline;
}
.blog_top-content {
  padding-top: 60px;
  padding-bottom: 60px;
  color: #000;
  position: relative;
}
.blog_top-content h2 {
  margin-bottom: 1.5rem;
  font-family: Archivo;
  font-weight: 700;
  font-style: normal;
  text-transform: none;
  font-size: 40px;
  line-height: 48px;
  letter-spacing: -1px;
}
.blog_top-content p {
  font-family: Archivo;
  font-weight: 400;
  font-style: normal;
  font-size: 24px;
  text-transform: none;
  line-height: 36px;
  letter-spacing: 0px;
}
.blog_top-content p:last-child {
  margin-bottom: 0;
}
.cm_blog_listingV2 .blog-index__post-inner-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  align-items: flex-start;
  flex-direction: row-reverse;
  position: relative;
  box-shadow: none;
  border-radius: 0;
  border: none;
}
.cm_blog_listingV2 .blog-index__post-inner-card > div {
  width: 50%;
  position: relative;
}
.cm_blog_listingV2 .blog-index__post-image.hs-featured-wrp {
  padding-bottom: 0;
  border-radius: 36px;
  overflow: hidden;
  min-height: 100%;
}
.cm_blog_listingV2 .post-btm {
  padding: 0;
  padding-right: 30px;
  padding-left: 0;
}
.cm_blog_listingV2 .blog-index__post-image.hs-featured-wrp img {
}
.cm_blog_listingV2 .blog-index__post-image.hs-featured-wrp a.feature_img {
  position: static;
}
.cm_blog_listingV2 .post-btm h4.list-post-title {
  font-family: Archivo;
  font-weight: 700;
  font-style: normal;
  text-transform: none;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0px;
  margin-bottom: 1.5rem;
  color: #426377;
  word-spacing: normal;
}
.cm_blog_listingV2 .post-btm h4.list-post-title a:not(:hover) {
  color: inherit;
}
.cm_blog_listingV2 .post-btm .list-descrip {
  margin-bottom: 1.5rem;
  color: #000;
}
.cm_blog_listingV2 .post-btm a.hs-button {
  font-family: Archivo;
  font-weight: 600;
  font-style: normal;
  font-size: 18px;
  text-transform: none;
  letter-spacing: 0px;
  padding: 0;
  color: #f15b40;
  text-transform: capitalize;
  background: transparent;
  border: none;
}
.cm_blog_listingV2 .post-btm a.hs-button:after {
  color: #426377;
  display: inline-block;
  font-family: 'Font Awesome 6 Free';
  font-size: inherit;
  font-weight: 700;
  padding-left: 0.5em;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  transition: transform .3s ease;
  content: '\f061';
}
.cm_blog_listingV2 .post-btm a.hs-button:hover {
  text-decoration: underline;
}
.cm_blog_listingV2 .post-btm a.hs-button:hover:after {
  transform: translate(0.5rem);
}
.cm_blog_listingV2 .post-btm span.item-date {
  background-color: #003e52;
  border-radius: 3px;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 2px;
  line-height: 14px !important;
  margin: 0;
  padding: 5px 10px;
  text-transform: uppercase;
}
.cm_blog_listingV2 .post-btm span.item-date .icon_svg {
  display: none;
}

.child-theme .page-center.full_width {
  width: 100% !important;
}



/* MEDIA QUERIES */



@media(max-width: 1230px){
  .child-theme .top-container,
  .header-container{
    width: 90%;
    max-width: 1170px;
  }
  .header-menu .hs-menu-wrapper>ul>li>a {
    padding-left: 1.25em;
  }

  .shop-now {
    padding-left: 1.25em;
  }
  .child-theme .cm-banner-wrapper .page-center {
    width: 90%;
  }
  .without-sidebar .main-dnd-area .dnd-section>.row-fluid {
    width: 90%;
  }

  .blog-breadcrumb .content-wrapper {
    padding: 0 !important;
  }
}

@media(max-width:1200px){

  .child-theme {
    font-size: 12px;
  }

  .cm-banner-wrapper .top_sec {
    padding-bottom: 18px;
    padding-top: 18px;
  }

  .footer.footer_section__2 .footer-section-2 {
    padding-bottom: 48px !important;
    padding-top: 18px !important;
  }
  .child-theme .page-center {
    width: 93%;
    max-width: 1170px;
  }

  .footer.footer_section__2 .footer-section-2 .col-section {
    margin-top: 30px;
    margin-bottom: 30px;
    width: 50% ;
  }

  .child-theme .footer_partial_wrapper .footer.footer_section__2 .footer-section-3,
  .child-theme .footer_partial_wrapper .lp-footer .footer-section{
    padding: 18px 0px !important;
  }

  .footer.footer_section__2 .footer-section-1{
    padding-top: 72px !important;
    padding-bottom: 18px !important;
  }

  .header-menu .hs-menu-wrapper>ul>li>a,
  .shop-now{
    font-size: 16px;
    padding-left: 1em;
  }

  .shop-now .hs-button{
    font-size:16px;
  }

} 

@media(max-width: 1100px) and (min-width: 1080px){
  .header-menu .hs-menu-wrapper>ul>li>a, .shop-now {
    padding-left: 0.6em;
  }
}

@media(max-width:1079px){

  .right-side{
    display:none;
  }
  .custom-logo {
    height: 80px;
    display: flex;
    align-items: center;
    padding-top: 10px;
  }

  .custom-logo img {
    max-width:216px;
    height: auto !important;
  }

  .hamburger-menu{
    line-height:80px;
  }
  .img_wrap.col4 {
    padding-left: 30px;
  }
}

@media(max-width:767px){
  .child-theme .page-center{
    width:94%;
  }

  .dnd-section>.row-fluid {
    width: 90%;
  }

  .child-theme .footer_partial_wrapper .footer.footer_section__2 .footer-section-2 .col-section {
    width: 100%;
  }

  .child-theme .blog-wit-sidbr {
    margin-bottom: 120px;
  }

  .footer.footer_section__2 .footer-section-2{
    padding-bottom: 36px !important;
  }
  .child-theme .contact-support {
    float: none;
    width: auto;
    text-align: center;
    padding-right: 1em;
  }
  .mobile-menu-wrapper ul>li>a {
    line-height: 20px;
  }

  .hidden-wrapper{
    padding-right: 20px;  
    overflow-y: auto;
  }

  .hidden-area{
    right:0;
  }

  .mobile-menu-wrapper ul>li>ul>li>a {
    font-size: 16px;
    line-height: 1.25em;
  }

  .shop-now.mobile-btn .hs-button{
    line-height: 20px;
  }

  .cm-banner-wrapper .top_sec {
    background-image: url(https://23694729.fs1.hubspotusercontent-na1.net/hubfs/23694729/raw_assets/public/Archtop_Fiber_March2024/images/pg-head-bg-mobile2x.png) ;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 370px;
    justify-content: center;
    min-height: 200px;
  }
  .img_wrap.col4{
    display:none;
  }

  .cm-banner-wrapper .top_sec h1>span{
    font-size:inherit;
  }
  .cm-banner-wrapper .top_sec h1 {
    max-width: 370px;
    text-align: center;
    font-size: 36px;
    line-height: 1.2em;
  }

  .banner-content-inner.col8{
    padding-left:0;
    padding-right: 0;
  }

  .child-theme .footer_partial_wrapper .footer .back_to_top {
    height: 40px;
    width: 40px;
  }

}


@media(max-width: 479px){
  .child-theme h1{
    font-size: 48px;
  }
}

@media(max-width:410px){
  .cm-banner-wrapper .top_sec{
    background-size: cover;
  }
  .banner-content-inner.col8 {
    padding: 0;
  }
}

@media(min-width:768px){
  .hidden-area{
    max-width: 550px;
  }
}

@media(min-width: 1080px){
  .hamburger-menu{
    display:none;
  }
}


@media(min-width:1230px){
  .child-theme .cm-main-blog-listing .page-center {
    padding: 0 10px;
  }

  .blog-breadcrumb .content-wrapper {
    padding: 0 10px;
  }
}

@media (max-width: 1080px) and (min-width: 960px){
  .cm-banner-wrapper .top_sec h1>span{
    font-size:inherit;
  }
}

@media (max-width: 1200px) and (min-width: 960px){
  .cm-banner-wrapper .img_wrap.col4 {
    min-width: 400px;
  }
  .banner-content-inner.col8{
    width: calc(100% - 400px);
  }
}

@media(max-width: 959px) and (min-width: 768px){
  .cm-banner-wrapper .top_sec h1>span{
    font-size:inherit;
  }

  .cm-banner-wrapper .flex_row .col8 {
    width: calc(100% - 400px) !important;
  }
  .cm-banner-wrapper .top_sec h1{
    text-align:left;
  }

  .cm-banner-wrapper .img_wrap.col4 {
    min-width: 400px;
  }
}

.blog-listing-banner .blog-banner-title h1 {
  color: #003e52;
}


.cm-main-blog-listing .sidebar .blog-index__post {
  padding: 0;
}

.cm_blog_listingV2 .post-btm h4.list-post-title a:hover {
  text-decoration: underline;
}

.cm-main-blog-listing .sidebar .blog-index__post {
  padding: 0;
  margin-bottom: 60px;
}

.cm_blog_listingV2 .post-btm h4.list-post-title a:hover {
  text-decoration: underline;
}

.cm-main-blog-listing .blog-wit-sidbr section.blog-index {
  margin-bottom: 0;
}

.main-wrapper {
  min-height: 131px;
}

.cm-main-blog-listing nav.blog-pagination a.blog-pagination__link.blog-pagination__number-link,
.cm-main-blog-listing nav.blog-pagination>a.blog-pagination__next-link,
.cm-main-blog-listing nav.blog-pagination>a.blog-pagination__prev-link {
  border: 2px solid #f15b40;
  line-height: 36px;
  width: 40px;
  height: 40px;
  -webkit-border-radius: 100px;
  border-radius: 100px;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  font-family: Archivo;
  font-weight: 600;
  padding: 0;
}

.cm-main-blog-listing nav.blog-pagination>a.blog-pagination__next-link i, 
.cm-main-blog-listing nav.blog-pagination>a.blog-pagination__prev-link i {
  font-family: 'Font Awesome 6 Free' !important;
  font-size: 18px;
  line-height: inherit;
  font-weight: 900;
  speak: none;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
}

.cm-main-blog-listing i[class^=grve-icon-nav-right]:before {
  content: '\f054';
}

.cm-main-blog-listing .grve-icon-nav-right-small:before {
  content: '\f061';
  display: inline-block;
  transition: transform .3s ease;
}

.cm-main-blog-listing i[class^=grve-icon-nav-left]:before {
  content: '\f053';
  display: inline-block;
  transition: transform .3s ease;
}

.cm-main-blog-listing nav.blog-pagination a.blog-pagination__link:hover i[class^=grve-icon-nav-right]:before {
  transform: translate(.25rem);
}

.cm-main-blog-listing nav.blog-pagination a.blog-pagination__link:hover i[class^=grve-icon-nav-left]:before {
  transform: translate(-.25rem);
}

.cm_blog_listingV2 .blog-index__post-inner-card.no-image > .post-btm {
  width: 100%;
}

.cm-main-blog-listing .sidebar .blog-index__post {
  width: 100%;
  flex: 0 0 100%;
}

.cm_blog_listingV2 .blog-index__post-image.hs-featured-wrp {
  min-height: auto;
}


@media only screen and (max-width: 1230px){

  .blog-listing-banner .content-wrapper{
    width: calc(90% + 20px);
  }

  .blog-breadcrumb .content-wrapper,
  .blog_top-content .page-center,
  .cm_blog_listingV2 .page-center.full_width {
    width: 90%;
    max-width: 1170px;
  }

}

@media only screen and (max-width: 1200px){

  .blog_top-content {
    padding-top: 48px;
    padding-bottom: 48px;
  }


}


@media (max-width:767px) {

  .cm_blog_listingV2 .blog-index__post-inner-card.no-image > .post-btm {
    width: 100%;
  }

  .cm_blog_listingV2 .blog-index__post-inner-card > div {
    width: 100%;
  }

  .cm_blog_listingV2 .blog-index__post-inner-card {
    flex-wrap: wrap;
  }

  .cm_blog_listingV2 .blog-index__post-image.hs-featured-wrp {
    min-height: auto;
  }

  .cm_blog_listingV2 .post-btm {
    padding-left: 0;
    margin-top: 30px;
    word-spacing: normal;
  }

  .without-sidebar .blog-index__post-inner-card.no-image .post-btm {
    margin: 0;
    padding: 0;
  }

  .blog-listing-banner .blog-banner-title h1 {
    font-size: 43px;
    line-height: 1.13em;
  }

  .blog_top-content h2 {
    font-size: 36px;
    line-height: 1.2em;
  }

  .blog_top-content {
    padding-top: 36px;
    padding-bottom: 36px;
  }

}



.cm-blog-post-wrp .content-wrapper.blog-main-post {
  width: 100%;
  padding: 0;
  max-width: 100%;
}


.cm-blog-post-wrp article.blog-post:before {
  background-color: #f15b40;
  content: '';
  height: 31.283vw;
  max-height: 300px;
  position: absolute;
  top: 0;
  width: 100%;
}

.cm-blog-post-wrp .post-content-wrp {
  font-size: 18px;
  font-family: Archivo;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0px;
}

.blog-main-post .blog-post-container {
  padding: 90px 0;
}

.cm-blog-post-wrp {
  position: relative;
}

.featured_img_inn p {
  margin: 0;
}

.post-content-inner {
  max-width: 770px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}

h2.blog-post__title {
  font-family: Archivo;
  font-weight: 700;
  font-style: normal;
  font-size: 40px;
  text-transform: none;
  letter-spacing: -1px;
  margin-bottom: 0;
  line-height: 1.4em;
  text-align: center;
}

.servs-details-pg .hs-search-field button {
  top: 35%;
}

ul.item-date {
  margin: 0;
  padding: 0;
  display: inline-block;
  vertical-align: top;
  margin: 0 0 6px;
  line-height: 14px;
  font-family: Archivo;
  font-weight: 600;
  font-style: normal;
  font-size: 18px;
  text-transform: none;
  letter-spacing: 0px;
  list-style: none;
  text-align: center;
  margin-top: 1rem;
  width: 100%;
  margin-bottom: 4rem;
}

ul.item-date li {
  background-color: #003e52;
  border-radius: 3px;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 2px;
  line-height: 14px !important;
  margin-bottom: 0;
  padding: 5px 10px;
  vertical-align: middle;
  text-transform: uppercase;
  display: inline-block;
}

.blog-post__body {
  display: inline-block;
  width: 100%;
}

.featured_img {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
  padding-top: 300px;
}

@media only screen and (min-width: 1000px){

  .cm-blog-post-wrp .featured_img_wrap {
    left: calc((100% - 970px) / 2);
    margin-bottom: 0;
    position: absolute;
    top: 90px;
    width: 970px;
  }

  .cm-blog-post-wrp .post-content-wrp{
    margin-top: 360px;
  }  

}

@media (max-width:1200px) {

  .blog-main-post .blog-post-container {
    padding-top: 72px;
    padding-bottom: 72px;
  }
  
  .child-theme .blog-wit-sidbr {
    margin-bottom: 90px;
}
  
}

@media only screen and (max-width: 999px){

  .featured_img_inn {
    max-width: 770px;
    margin: 0 auto;
    width: 90%;
  }

  .featured_img_wrap {
    position: relative;
    margin-bottom: 60px;
  }

  .post-content-inner {
    width: 90%;
  }

  .featured_img {
    padding-top: 26vh;
  }


}

@media (max-width:767px) {

  .featured_img {
    padding-top: 27.2vw;
  }

  .blog-main-post .blog-post-container {
    padding-top: 54px;
    padding-bottom: 54px;
  }


  h2.blog-post__title {
    line-height: 1.13em;
  }

  ul.item-date {
    font-size: 18px;
    line-height: 22px;
    margin-top: 1rem;
    margin-bottom: 4rem;
  }


}