/*  SIC Custom Styles */
/****** Basic layout ******/

.header-section {
  display: flex;
  flex-flow: column;
  align-items: stretch;
  justify-content: center;
  position: sticky;
  top: 0;
  left: 0;
  background-color: #ffffff;
  border-bottom: 1px solid #ededed;
  padding: 15px 0;
  z-index: 99999;
}

.header-section .widget-type-logo {
  display: flex;
  flex-flow: row;
  align-items: center;
  justify-content: center;
  min-height: 50px;
}

.header-section .widget-type-logo img {
  max-width: 126px;
}

.header-section .header-btn-icon {
  width: 30px;
  height: 23.5px;
  position: relative;
  transform: rotate(0deg);
  transition: .5s ease-in-out;
  cursor: pointer;
  order: 2;
}

.header-section .header-btn-icon span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #133a8b;
  border-radius: 15px;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: .25s ease-in-out;
}

.header-section .header-btn-icon span:nth-child(1) {
  top: 0;
}

.header-section .header-btn-icon span:nth-child(2),
.header-section .header-btn-icon span:nth-child(3) {
  top: 11px;
}

.header-section .header-btn-icon span:nth-child(4) {
  top: 23px;
}

.header-section .header-btn-icon.open span:nth-child(1) {
  top: 9px;
  width: 0%;
  left: 50%;
}

.header-section .header-btn-icon.open span:nth-child(2) {
  transform: rotate(40deg);
  height: 1.5px;
}

.header-section .header-btn-icon.open span:nth-child(3) {
  transform: rotate(-40deg);
  height: 1.5px;
}

.header-section .header-btn-icon.open span:nth-child(4) {
  top: 9px;
  width: 0%;
  left: 50%;
}

.header-section .mobile-container {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0px;
  z-index: 999999999;
  background: #ffffff;
  pointer-events: none;
  transition: .5s all;
  overflow: hidden;
}

.header-section .mobile-container.open {
  pointer-events: initial;
  transition: .5s all;
  height: calc(100vh - 81px);
}

.header-section .hs-menu-wrapper > ul[role="menu"] {
  justify-content: stretch;
  flex-flow: column;
  position: relative;
  text-align: center;
  align-items: flex-start;
  margin-bottom: 30px;
}

.header-section .hs-menu-wrapper > ul[role="menu"] > li {
  border-bottom: 1px solid #ededed;
  width: 100%;
  margin-left: 0;
  position: relative;
  left: 0;
  top: 0;
}

.header-section .hs-menu-wrapper > ul[role="menu"] > li > a {
  display: flex;
  flex-flow: row;
  align-items: center;
  justify-content: flex-start;
  min-height: 54px;
  font-size: 20px;
}

.header-section ul[role="menu"].hs-menu-children-wrapper {
  flex-flow: column;
  align-items: flex-start;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  text-align: left;
  transition: 
    max-height 0.25s ease-in-out,
    opacity 0.25s ease-in-out;
  order: 3;
  width: 100%;
}

.header-section .dnd-section .row-fluid .mobile-container .dnd-module {
  padding-left: 0;
  padding-right: 0;
}

.header-section .dnd-section {
  width: 100%;
  position: relative;
  z-index: 1;
}

.header-section .dnd-section > .row-fluid,
.header-section .container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}

.header-section .dnd-section .row-fluid {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: center;
}

.header-section .dnd-section .dnd-column .dnd-row {
  width: 100%;
}

.header-section .dnd-section .dnd-row .row-fluid {
  margin-left: -30px;
  margin-right: -30px;
}

.header-section .dnd-section .row-fluid [class*='span'] {
  padding-left: 30px;
  padding-right: 30px;
}

.header-section .dnd-section .row-fluid [class*='span']:only-child {
  margin-left: auto;
  margin-right: auto;
}

.header-section .dnd-section .row-fluid[class*='flex-start'] [class*='span']:only-child {
  margin-left: 0;
}

.header-section [class*='span'] {
  width: 100%;
  flex: 0 0 100%;
  box-sizing: border-box;
}

/****** Menu ******/

.header-section a:not(.btn):hover {
  opacity: 1;
}

.header-section ul[role="menu"] {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: flex-start;
  list-style: none;
  padding: 0;
  margin: 0;
}

.header-section ul[role="menu"] li a {
  display: inline-block;
  font-weight: bold;
  font-family: "Montserrat";
  font-size: 14px;
  color: #133a8b;
  transition: color .5s ease-in-out;
  text-decoration: none;
}

.header-section .hs-menu-wrapper > ul[role="menu"]> li:hover > a {
  color: #00AEEF;
}

.header-section ul[role="menu"] li.hs-item-has-children {
  position: relative;
}

.header-section .header-links {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: flex-end;
}

.header-section ul[role="menu"].header-links__language-switcher li a {
  padding: 0 2px;
}

.header-section ul[role="menu"].header-links__language-switcher li a,
.header-section ul[role="menu"].header-links__language-switcher span {
  min-height: 34px;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
}

.header-links .header-links__popup-container {
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  background-color: rgba(0, 0, 0, .5);
  opacity: 0;
  pointer-events: none;
  z-index: 10;
}

.header-links .header-links__popup-container.open {
  opacity: 1;
  pointer-events: initial;
}

.header-links .header-links__popup-container-inner {
  position: relative;
  font-size: 16px;
  font-weight: 400;
  max-width: calc(100% - 48px);
  max-height: calc(100% - 48px);
  background-color: #ffffff;
  padding: 24px;
  overflow: auto;
  width: 100%;
  height: 100%;
  overflow: auto;
}

.header-links .header-links__popup-container-inner {
  font-family: "Montserrat";
}

.header-links .header-links__popup-container-inner .countries-close {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: flex-end;
  position: absolute;
  top: 0;
  right: 0;
  text-transform: uppercase;
  font-size: 12px;
  cursor: pointer;
}

.header-links .header-links__popup-container-inner .countries-close:hover {
  color: #191970;
}

.header-links .header-links__popup-container-inner .countries-close .countries-close-icon {
  display: block;
  width: 24px;
  height: 24px;
  background-image: url(https://4368135.fs1.hubspotusercontent-na1.net/hubfs/4368135/2022/btn-close.svg);
  background-size: 16px;
  background-repeat: no-repeat;
  background-position: center;
}

.header-links .header-links__popup-container-inner .countries-title {
  font-size: 18px;
  font-weight: 700;
  display: block;
  text-transform: initial;
  margin-bottom: 0;
}

.header-links .header-links__popup-container-inner .countries-text {
  display: block;
}

.header-links .header-links__popup-container-inner .countries-nav {
  font-size: 14px;
}

.header-links .header-links__popup-container-inner .countries-nav > ul {
  display: flex;
  flex-flow: row wrap;
  align-items: flex-start;
  justify-content: flex-start;
}

.header-links .header-links__popup-container-inner .countries-nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.header-links .header-links__popup-container-inner .countries-nav > ul > li {
  padding: 8px;
}

.header-links .header-links__popup-container-inner .countries-nav > ul > li > span {
  border-bottom: 1px solid #000000;
  padding: 0 0 4px;
  margin: 0 0 4px;
  display: block;
  width: 100%;
  text-transform: uppercase;
}

.header-links .header-links__popup-container-inner .countries-nav a {
  display: block;
  color: #00AEEF;
  text-transform: uppercase;
  text-decoration: none;
}

.header-links .header-links__popup-container-inner .countries-nav .countrie-li {
  padding: 4px 0;
}

.header-links .header-links__popup-container-inner .countries-nav .countrie-li .multiple-languages {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: flex-start;
}

.header-links .header-links__popup-container-inner .countries-nav .countrie-li .multiple-languages > span {
  display: block;
  padding: 0 4px;
}

.header-links .header-links__popup-toggle {
  position: relative;
}

.header-links .header-links__popup-toggle:before {
  top: 0;
  left: 0;
  border: none;
  content: '';
  display: block;
  width: 20px;
  height: 20.5px;
  background-image: url(https://4368135.fs1.hubspotusercontent-na1.net/hubfs/4368135/2022/btn-countries.svg);
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 8px;
}

.header-section .hs-search-field .hs-search-field__icon span {
  background-image: url(https://4368135.fs1.hubspotusercontent-na1.net/hubfs/4368135/2022/loupe.svg);
  width: 20px;
  height: 20px;
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
}

@media (max-width: 1224px) { 
  .header-section .dnd-section .row-fluid .mobile-container > [class*='span'] {
    width: 100%;
    flex: 0 0 100%;
  }

  .header-section ul[role="menu"].header-links__language-switcher {
    width: 100%;
    flex-flow: column;
    align-items: flex-start;
    justify-content: flex-start;
  }

  .header-section ul[role="menu"].header-links__language-switcher > li {
    border-top: 0.5px solid #191970;
    width: 100%;
    margin-left: 0;
    position: relative;
    left: 0;
    top: 0;
  }

  .header-section ul[role="menu"].header-links__language-switcher > li > a,
  .header-links .header-links__popup-toggle {
    display: flex;
    flex-flow: row;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 20px;
    font-size: 20px;
  }

  .header-links .header-links__popup-toggle {
    font-family: 'Montserrat';
    cursor: pointer;
    color: #133A8B;  
  }

  .header-section ul[role="menu"].header-links__language-switcher li a, 
  .header-section ul[role="menu"].header-links__language-switcher li span {
    min-height: initial;
  }

  .header-section ul[role="menu"].header-links__language-switcher > li > a .locale {
    display: none;
  }

  .header-section ul[role="menu"].header-links__language-switcher .separator {
    display: none;
  }

  .header-section .header-links__popup {
    width: 100%;
  }

  .header-section .dnd-section .row-fluid .image + [class*='span'] {
    margin-top: 0;
  }

  .header-section .dnd-section .row-fluid > [class*='span']:not(:first-child),
  .header-section .dnd-section .row-fluid [class*="span"].order-last {
    margin-top: 30px;
  }

  .header-section .dnd-section .row-fluid > [class*='span']:not(:first-child).mobile-container {
    margin-top: 0;
  }

  .header-section .dnd-section .row-fluid [class*="span"].order-last + [class*='span'] {
    margin-top: 0;
  }

  .header-section ul[role="menu"] li.hs-item-has-children {
    position: relative;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: space-between;
    width: 100%;
  }

  .header-section ul[role="menu"].hs-menu-children-wrapper li a {
    font-weight: normal;
    font-size: 20px;
    min-height: 40px;
  }


  .header-section ul[role="menu"] li:not(.hs-menu-depth-1) > .hs-menu-children-wrapper > li > a {
    color: #000000;
    margin-left: 15px;
    font-size: 17px;
  }


  .header-section .hs-menu-wrapper > ul[role="menu"] li.hs-item-has-children > .hs-item-children-toggle {
    display: flex;
    flex-flow: column;
    align-items: flex-end;
    justify-content: center;
    height: 55px;
    cursor: pointer;
    flex: 1 1 auto;
  }

  .header-section .hs-menu-wrapper > ul[role="menu"] li.hs-item-has-children > .hs-item-children-toggle > .hs-item-children-toggle__icon {
    content: '';
    border-top: 7px solid #133A8B;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    order: 2;
    transform: rotate(0deg);
    transition: transform 0.25s ease-in-out;
  }

  .header-section .hs-menu-wrapper > ul[role="menu"] li.hs-item-has-children.open > .hs-item-children-toggle > .hs-item-children-toggle__icon {
    transform: rotate(180deg);
  }

  .header-section ul[role="menu"] li.hs-item-has-children.open > .hs-menu-children-wrapper {
    max-height: 100%;
    overflow: hidden;
    opacity: 1;
  }

  .header-section .hs_cos_wrapper_type_logo {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: space-between;
    width: 100%;
  }

  .header-section .hs-search-field {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    position: relative;
    padding: 35px 0 25px;
  }

  .header-section .hs-search-field form input[type="text"] {
    height: 50px;
    background: #f2f6f7;
    border-radius: 25px;
    border: 2px solid #f2f6f7;
    padding-left: 28px;
    display: flex;
    align-items: center;
    font-size: 16px;
    font-style: italic;
    width: 100%;
    appearance: none;
    -webkit-appearance: none;
    border: 0;
    color: #424242;
    margin-bottom: 0;
    font-family: "Montserrat";
  }

  .header-section .hs-search-field form input[type="text"]:focus-visible {
    outline-color: rgba(50, 55, 105, 0.65);
  }

  .header-section .hs-search-field .hs-search-field__bar {
    flex: 0 0 100%;
    width: 100%;
  }

  .header-section .hs-search-field .hs-search-field__icon {
    position: absolute;
    right: 0;
    z-index: 2;
    width: 50px;
    height: 100%;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    pointer-events: none;
  }

  .header-section .hs-search-field button {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 50px;
    border: none;
    color: transparent;
    opacity: 0;
  }

  .header-links__popup-toggle br {
    content: '';
    margin-left: 6px;
  }

  .header-section .hs-menu-wrapper > ul[role="menu"] > li > a,
  .header-section .hs-menu-wrapper > ul[role="menu"] > li > ul > li > a {
    text-transform: uppercase;
  }
}

@media (min-width: 1225px) {
  .header-section {
    box-shadow: rgb(0 0 0 / 5%) 1.95px 1.95px 2.6px;
  }

  .header-section [class*='span'].span1 {
    width: 8.333333%;
    flex: 0 0 8.333333%;
  }

  .header-section [class*='span'].span2 {
    width: 16.666666%;
    flex: 0 0 16.666666%;
  }

  .header-section [class*='span'].span3 {
    width: 25%;
    flex: 0 0 25%;
  }

  .header-section [class*='span'].span4 {
    width: 33.333333%;
    flex: 0 0 33.333333%;
  }

  .header-section [class*='span'].span5 {
    width: 41.666666%;
    flex: 0 0 41.666666%;
  }

  .header-section [class*='span'].span6 {
    width: 50%;
    flex: 0 0 50%;
  }

  .header-section [class*='span'].span7 {
    width: 58.333333%;
    flex: 0 0 58.333333%;
  }

  .header-section [class*='span'].span8 {
    width: 66.666666%;
    flex: 0 0 66.666666%;
  }

  .header-section [class*='span'].span9 {
    width: 75%;
    flex: 0 0 75%;
  }

  .header-section [class*='span'].span10 {
    width: 83.333333%;
    flex: 0 0 83.333333%;
  }

  .header-section [class*='span'].span11 {
    width: 91.666666%;
    flex: 0 0 91.666666%;
  }

  .header-section [class*='span'].span12 {
    width: 100%;
    flex: 0 0 100%;
  }

  .header-section ul[role="menu"].header-links__language-switcher > li > a .name {
    display: none;
  }

  .header-section .widget-type-logo {
    justify-content: space-between;
    min-height: initial;
  }

  .header-section .widget-type-logo img {
    max-width: 100%;
    margin: 0;
    position: relative;
    z-index: 20;
  }

  .header-section .hs-menu-wrapper > ul[role="menu"] {
    flex-flow: row wrap;
    justify-content: flex-end;
    position: relative;
    margin-bottom: 0;
  }

  .header-section .hs-menu-wrapper > ul[role="menu"] > li a {
    font-size: 10.5px;
  }

  .header-section .hs-menu-wrapper > ul[role="menu"] > li > a {
    text-transform: uppercase;
    justify-content: center;
    padding: 0;
    color: #232c5e;
  }

  .header-section .hs-menu-wrapper > ul[role="menu"] > li {
    border-bottom: none;
    width: auto;
    margin-right: 18px;
    font-size: 13px;
    display: flex;
    flex-flow: row;
    align-items: center;
    justify-content: center;
  }

  .header-section ul[role="menu"].hs-menu-children-wrapper {
    position: absolute;
    top: 100%;
    left: 0;
    padding: 0;
    z-index: 10;
    opacity: 0;
    pointer-events: none;
    max-height: initial;
    padding-top: 16px;
  }

  .header-section ul[role="menu"].header-links__language-switcher li.active a {
    color: #191970;
    pointer-events: none;
  }

  .header-section ul[role="menu"] li:hover > a {
    color: #191970;
  }

  .header-section ul[role="menu"].header-links__language-switcher li:not(.active):hover a {
    color: #00AEEF;
  }

  .header-section ul[role="menu"] li.hs-item-has-children > .hs-menu-children-wrapper {
    width: auto;
    overflow: initial;
  }

  .header-section ul[role="menu"] li.hs-item-has-children:hover > .hs-menu-children-wrapper {
    opacity: 1;
    pointer-events: initial;
    transition: opacity 0.25s ease-in-out;
  }

  .header-section ul[role="menu"].hs-menu-children-wrapper li {
    width: 100%;
    display: flex;
    flex-flow: row;
    align-items: center;
    justify-content: flex-start; 
    background-color: #ffffff;
    transition: .25s all;
  }

  .header-section ul[role="menu"].hs-menu-children-wrapper li:hover {
    background-color: #00aeef;
  }

  .header-section ul[role="menu"].hs-menu-children-wrapper > li:not(:last-child) {
    border-bottom: 1px solid #ededed;
    color: #ffffff;
  }

  .header-section ul[role="menu"].hs-menu-children-wrapper li a {
    display: block;
    flex: 1 1 auto;
    min-height: 40px;
    text-decoration: none;
    font-weight: 400;
    color: #424242;
    padding: 0 30px 0 20px;
    transition: .25s all;
    display: inline-flex;
    flex-flow: column;
    align-items: flex-start;
    justify-content: center;    
    white-space: nowrap;
  }

  .header-section ul[role="menu"].hs-menu-children-wrapper li:hover > a {
    color: #ffffff;
  }

  .header-section .hs-menu-wrapper > ul[role="menu"] li.hs-item-has-children:not(.hs-menu-depth-1) > .hs-menu-children-wrapper {
    top: 0;
    left: 100%;
    padding-top: 0;
  }

  .header-section .hs-menu-wrapper > ul[role="menu"] li.hs-item-has-children > .hs-item-children-toggle {
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
  }

  .header-section .hs-menu-wrapper > ul[role="menu"] li.hs-item-has-children > .hs-item-children-toggle > .hs-item-children-toggle__icon {
    content: '';
    border-top: 7px solid #424242;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    order: 2;
    transform: rotate(0deg);
    transition: transform 0.5s ease-in-out, border 0.5s ease-in-out;
    margin-left: 10px;
  }

  .header-section ul[role="menu"].hs-menu-children-wrapper li.hs-item-has-children > .hs-item-children-toggle {
    padding-right: 20px;
  }

  .header-section ul[role="menu"].hs-menu-children-wrapper li.hs-item-has-children > .hs-item-children-toggle > .hs-item-children-toggle__icon {
    transform: rotate(270deg);
  }

  .header-section ul[role="menu"]:not(.hs-menu-children-wrapper) > li.hs-item-has-children:hover > .hs-item-children-toggle > .hs-item-children-toggle__icon {
    border-top: 7px solid #00AEEF;
    transform: rotate(180deg);
  }

  .header-section ul[role="menu"].hs-menu-children-wrapper li.hs-item-has-children:hover > .hs-item-children-toggle > .hs-item-children-toggle__icon {
    border-top: 7px solid #ffffff;
  }

  .header-section .hs-search-field {
    display: block;
  }

  .header-section .hs-search-field__icon {
    display: flex;
    flex-flow: column;
    align-items: flex-start;
    justify-content: center;
    font-size: 16px;
    color: #133A8B;
    transition: color .5s ease-in-out;
    position: relative;
    z-index: 20;
  }

  .header-section .hs-search-field:hover .hs-search-field__icon {
    color: #191970;
  }

  .header-section .hs-search-field .hs-search-field__bar {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 100%;
    transform: translateY(-200%);
    z-index: 10;
    margin: 0;
    opacity: 0;
    pointer-events: none;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: center;
    background-color: #ffffff;
    transition: transform 0.25s ease-in-out;
  }

  .header-section .hs-search-field.open .hs-search-field__bar {
    opacity: 1;
    pointer-events: initial;
    transform: translateY(-50%);
  }

  .hs-search-field .hs-search-field__reset {
    padding: 10px;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 60px;
    top: 0;
    height: 100%;
  }

  .header-section .hs-search-field {
    cursor: pointer;
    margin-right: 18px;
  }

  .header-section .hs-search-field__bar form {
    display: flex;
    flex-flow: row;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 390px;
  }

  .header-section .hs-search-field__bar input[type="text"] {
    height: 50px;
    background: #ededed;
    border-radius: 25px;
    padding-left: 28px;
    padding-right: 60px;
    display: flex;
    align-items: center;
    font-size: 16px;
    font-style: italic;
    width: 100%;
    appearance: none;
    -webkit-appearance: none;
    border: 0;
    color: #424242;
    font-family: "Montserrat";
    margin-bottom: 0;
  }

  .header-section .hs-search-field__bar input[type="text"]::placeholder {
    color: #343b73;
  }

  .header-section .hs-search-field__bar form button {
    appearance: none;
    -webkit-appearance: none;
    font-size: 0;
    background: url(https://4368135.fs1.hubspotusercontent-na1.net/hubfs/4368135/2022/loupe.svg) no-repeat center center transparent;
    border: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 60px;
    display: block;
  }

  .header-section .hs-search-field.open .hs-search-field__icon span {
    width: 22px;
    height: 22px;
    background-image: none;
    transform: rotate(45deg);
  }

  .header-section .hs-search-field.open .hs-search-field__icon span:before, 
  .header-section .hs-search-field.open .hs-search-field__icon span:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1px;
    height: 100%;
    background-color: #343b73;
    transform: translate(-50%, -50%);
  }


  .header-section .hs-search-field.open .hs-search-field__icon span:after {
    height: 1px;
    width: 100%;
  }

  .header-links .header-links__popup {
    position: relative;
    z-index: 20;
  }

  .header-links .header-links__popup-toggle {
    display: flex;
    font-size: 13px;
    line-height: 120%;
    text-align: left;
    transition: none;
    position: relative;
    font-family: "Montserrat";
    color: #133A8B;
    cursor: pointer;
    align-items: center;
    justify-content: flex-start;
  }

  .header-links .header-links__popup-toggle:hover {
    color: #191970;
  }

  .header-section .dnd-section > .row-fluid,
  .header-section .container {
    max-width: 1200px;
  }

  .header-section .dnd-section .row-fluid [class*='span'] {
    width: auto;
    flex: 0 0 auto;
  }

  .header-section .hs-search-field {
    position: static;
  }

  .header-section .hs-search-field .hs-search-field__icon span {
    width: 22px;
  }

  .header-section .dnd-section .row-fluid [class*='span'] {
    padding-left: 0;
    padding-right: 0;
  }

  .header-section .dnd-section .dnd-row .row-fluid {
    margin-left: 0;
    margin-right: 0;
  }

  .header-section .dnd-section .row-fluid > [class*='span']:not(:last-child) {
    margin-right: 18px;
  }

  .hs-menu-wrapper .hs-menu-cursor-follower {
    position: absolute;
    top: calc(100% + 15px);
    left: 0;
    width: 0;
    height: 3px;
    background-color: #00AEEF;
    transform: translateY(-50%);
    pointer-events: none;
    transition: 
      width 0.25s ease-in-out,
      left 0.25s ease-in-out;
  }

  .header-links .header-links__popup-container-inner {
    padding: 50px;
    max-width: calc(100% - 100px);
    max-height: calc(100% - 100px);
  }
}

@media (min-width: 1366px) {
  .header-section .hs-menu-wrapper > ul[role="menu"] > li a {
    font-size: 12px;
  }

  .header-section .hs-search-field__bar form {
    width: 768px;
  }
}

@media (min-width: 1530px) {
  .header-section .hs-menu-wrapper > ul[role="menu"] > li > a {
    font-weight: 600;
  }

  .header-section .hs-menu-wrapper > ul[role="menu"] > li {
    padding-left: 20px;
    padding-right: 20px;
    margin: 0;
  }

  .header-section .dnd-section .row-fluid > [class*='span']:not(:last-child) {
    margin-right: 30px;
  }
}
/****** Basic layout ******/

.footer-section {
  display: flex;
  flex-flow: column;
  align-items: stretch;
  justify-content: center;
  background-color: #00aeef;
  padding: 40px;
}

.footer-section p {
  font-size: 14px;
  color: #ffffff;
  font-family: "Montserrat";
  margin-bottom: 0;
}

.footer-section .widget-type-logo {
  display: flex;
  flex-flow: row;
  align-items: center;
  justify-content: flex-start;
}

.footer-section .widget-type-logo img {
  margin: 0;
  max-width: 100%;
}

.footer-section .widget-type-logo a {
  display: block;
}

.footer-section .menu-burger {
  display: block;
  position: absolute;
  z-index: 999919;
  top: 0;
  right: 0;
  width: 50px;
  height: 50px;
  font-size: 30px;
  line-height: 30px;
  color: #29306b;
  text-align: center;
  padding: 10px 0;
  cursor: pointer;
}

.footer-section .hs-menu-wrapper > ul[role="menu"] {
  justify-content: center;
  flex-flow: column;
  position: relative;
  text-align: center;
  align-items: flex-start;
}

.footer-section .hs-menu-wrapper > ul[role="menu"] li a {
  display: block;
  padding: 8px 0;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  color: #ffffff;
  text-decoration: none;
  transition: color .5s;
}

.footer-section ul[role="menu"].hs-menu-children-wrapper {
  flex-flow: column;
  align-items: flex-start;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  text-align: left;
  transition: 
    max-height 0.25s ease-in-out,
    opacity 0.25s ease-in-out;
}

.footer-section ul[role="menu"] li.hs-item-has-children.open > .hs-menu-children-wrapper {
  max-height: 100%;
  overflow: hidden;
  opacity: 1;
}

.footer-section ul[role="menu"].hs-menu-children-wrapper li a {
  padding: 15px 10px 15px 55px;
}

.footer-section .dnd-section {
  width: 100%;
  position: relative;
  z-index: 1;
}

.footer-section .dnd-section > .row-fluid,
.footer-section .container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}

.footer-section .dnd-section .row-fluid {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: space-between;
}

.footer-section .dnd-section .dnd-column .dnd-row {
  width: 100%;
}

.footer-section .dnd-section .row-fluid [class*='span'] {
  padding-left: 15px;
  padding-right: 15px;
}

.footer-section .dnd-section .row-fluid [class*='span']:only-child {
  margin-left: auto;
  margin-right: auto;
}

.footer-section .dnd-section .row-fluid[class*='flex-start'] [class*='span']:only-child {
  margin-left: 0;
}

.footer-section [class*='span'] {
  width: 100%;
  flex: 0 0 100%;
  box-sizing: border-box;
}

.footer-section .dnd-section .dnd-row > .row-fluid {
  margin-left: -15px;
  margin-right: -15px;
}

@media (min-width: 1024px) {
  .footer-section [class*='span'].span1 {
    width: 8.333333%;
    flex: 0 0 8.333333%;
  }

  .footer-section [class*='span'].span2 {
    width: 16.666666%;
    flex: 0 0 16.666666%;
  }

  .footer-section [class*='span'].span3 {
    width: 25%;
    flex: 0 0 25%;
  }

  .footer-section [class*='span'].span4 {
    width: 33.333333%;
    flex: 0 0 33.333333%;
  }

  .footer-section [class*='span'].span5 {
    width: 41.666666%;
    flex: 0 0 41.666666%;
  }

  .footer-section [class*='span'].span6 {
    width: 50%;
    flex: 0 0 50%;
  }

  .footer-section [class*='span'].span7 {
    width: 58.333333%;
    flex: 0 0 58.333333%;
  }

  .footer-section [class*='span'].span8 {
    width: 66.666666%;
    flex: 0 0 66.666666%;
  }

  .footer-section [class*='span'].span9 {
    width: 75%;
    flex: 0 0 75%;
  }

  .footer-section [class*='span'].span10 {
    width: 83.333333%;
    flex: 0 0 83.333333%;
  }

  .footer-section [class*='span'].span11 {
    width: 91.666666%;
    flex: 0 0 91.666666%;
  }

  .footer-section [class*='span'].span12 {
    width: 100%;
    flex: 0 0 100%;
  }

}

@media (min-width: 992px) {
  .footer-section .row-fluid > [class*='span']:not(:first-child):not(:last-child) {
    flex: 1 1 auto;
  }
}

@media (min-width: 1024px) {
  .footer-section .dnd-section .dnd-row > .row-fluid {
    flex-flow: row;
  }

  .footer-section .dnd-row .row-fluid > [class*='span']:first-child,
  .footer-section .dnd-row .row-fluid > [class*='span']:last-child {
    width: auto;
    flex: 0 0 auto;
  }

  .footer-section .row-fluid > [class*='span']:not(:first-child):not(:last-child) {
    flex: 1 1 auto;
  }

  .footer-section {
    padding: 15px;
  }
}


@media (min-width: 1200px) {
  .footer-section .dnd-section > .row-fluid,
  .footer-section .container {
    max-width: 1200px;
  }
}

@media (min-width: 1620px) {
  .footer-section .dnd-section > .row-fluid,
  .footer-section .container {
    max-width: 1300px;
  }
}

/****** Menu ******/

.footer-section a:not(.btn):hover {
  opacity: 1;
}

.footer-section ul[role="menu"] {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: flex-start;
  list-style: none;
  padding: 0;
  margin: 0;
  padding: 8px 0;
}

.footer-section ul[role="menu"] li a {
  display: inline-block;
  padding: 0 8px;
  font-family: "Montserrat";
  font-size: 14px;
  color: #ffffff;
  transition: color .5s ease-in-out;
  text-decoration: none;
}

.footer-section ul[role="menu"] li.hs-item-has-children {
  position: relative;
}

@media (min-width: 1024px) { 
  .footer-section .widget-type-logo {
    justify-content: space-between;
  }

  .footer-section .hs-menu-wrapper > ul[role="menu"] {
    flex-flow: row wrap;
    justify-content: flex-end;
    position: relative;
  }

  .footer-section .hs-menu-wrapper > ul[role="menu"] > li {
    border-top: none;
    width: auto;
  }

  .footer-section .hs-menu-wrapper > ul[role="menu"] > li:before { 
    display: none;
  }

  .footer-section ul[role="menu"].hs-menu-children-wrapper {
    position: absolute;
    top: 100%;
    left: 0;
    padding: 0;
    min-width: 200px;
    z-index: 10;
    opacity: 0;
    pointer-events: none;
    max-height: initial;
  }

  .footer-section ul[role="menu"] li.hs-item-has-children:hover > .hs-menu-children-wrapper {
    opacity: 1;
    pointer-events: initial;
    transition: opacity 0.25s ease-in-out;
  }

  .footer-section ul[role="menu"].hs-menu-children-wrapper:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    box-shadow: 0 2px 2px 0 rgb(0 0 0 / 14%), 0 3px 1px -2px rgb(0 0 0 / 20%), 0 1px 5px 0 rgb(0 0 0 / 12%);
    z-index: -1;
  }

  .footer-section ul[role="menu"].hs-menu-children-wrapper li a {
    display: block;
    width: 100%;
    padding: 8px 16px;
    font-size: 15px;
    text-transform: uppercase;
    line-height: 14px;
    background-color: #ffffff;
    color: #000000;
    text-decoration: none;
    font-weight: 400;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
  }

  .footer-section ul[role="menu"].hs-menu-children-wrapper li {
    width: 100%;
  }

  .footer-section ul[role="menu"].hs-menu-children-wrapper li a:hover {
    background-color: #00aeef;
    color: #ffffff;
  }

  .footer-section ul[role="menu"] li.hs-item-has-children > a:after {
    content: '\f0d7';
    font-family: FontAwesome;
    display: inline-block;
    margin: 0 0 0 5px;
    font-weight: 400;
    font-size: 15px;
  }

  .footer-section .cursor {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background-color: #00aeef;
    pointer-events: none;
    transition: width 0.5s ease-in-out, left 0.5s ease-in-out;
  }

  .footer-section p {
    font-size: 11px;
  }

  .footer-section .hs-menu-wrapper > ul[role="menu"] > li > a {
    padding: 0 4px;
    font-size: 12px;
  }
}

@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:ital,wght@0,400;0,700;0,900;1,400;1,700;1,900&display=swap');

body {
  color: #111111;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: calc(0.2vw + 14px);
  font-weight: 400;
  line-height: 1.5;
  position: relative;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: subpixel-antialiased

}
.canvas, .wrapper {
  width: 100vw;
  min-width: 100vw;
  max-width: 100vw;
  height: 100%;
  min-height: 100%;
/*   overflow: hidden; */
  position: relative
}
.wrapper {
  height: 100%;
  min-height: 100vh
}
.page-mask {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
  background: transparent;
  transition: background 0.5s ease
}
.page-mask.active {
  z-index: 9999;
  background: rgba(0, 0, 0, 1);
  opacity: 0.5;
  transition: background 2s ease 0.25s
}
.no-gutters {
  margin-right: 0;
  margin-left: 0;
  > [class*="col-"],
  > .col {
    padding-right: 0;
    padding-left: 0;
  }
}
.thin-gutters {
  margin-right: -5px;
  margin-left: -5px;
  > [class*="col-"],
  > .col {
    padding-right: 5px;
    padding-left: 5px;
  }
}


/* Typography */
h1 {
  color: #FFFFFF;
  font-size: 2.2em;
  font-weight: 900;
}
@media (min-width: 768px) {
  h1 {
    font-size: 2.8em;
  }
}
h1 span {
  color: rgba(255,255,255,0.5);
  display: block;
  font-size: 0.5em;
  font-weight: 700;
  margin-bottom: 20px;
  text-transform: uppercase;
}
h2,h3,h4,h5,h6 {
  font-weight: 700;
  margin-bottom: 30px;
  text-transform: uppercase;
}
h2 {
  color: #29315F;
  font-size: 1.7em;
}
.background--blue h2,
.background--blue_dark h2,
.background--blue h3,
.background--blue_dark h3,
.background--blue h4,
.background--blue_dark h4,
.background--blue h5,
.background--blue_dark h5,
.background--blue h6,
.background--blue_dark h6{
  color: #FFFFFF;
}
a {
  color: inherit;
  transition: all 0.25s ease;
}
a:hover {
  color: #0092c5;
  color: inherit;
}
a:not(.btn):hover {
  opacity: 0.75;
}
.text-white {
  color: #ffffff;
}

/* Sections */
.section {
  padding: 80px 0 60px;
  position: relative;
  z-index: 0;
}
.section-divider::after {
  border-bottom: 60px solid #ffffff;
  border-left: 100vw solid transparent;
  bottom: 0;
  content: "";
  display: block;
  height: 0;
  left: 0;
  position: absolute;
  width: 0;
}
.section-divider.section-divider--uplift {
  margin-bottom: -60px;
}
.section-divider.section-divider--uplift::after {
  bottom: 60px;
}
.section-divider--white::after {
  border-bottom-color: #ffffff;
}
.section-divider--white_overlap {
  padding-bottom: 0 !important;
  z-index: 99;
}
.section-divider--white_overlap::after {
  border: 0;
  border-top: 60px solid #ffffff;
  border-right: 100vw solid transparent;
  border-bottom-color: #ffffff;
  bottom: -60px !important;
}
.section-divider--grey::after {
  border-bottom-color: #E6E6E6;
}
.section-divider--grey_overlap {
  padding-bottom: 0 !important;
  z-index: 99;
}
.section-divider--grey_overlap::after {
  border: 0;
  border-top: 60px solid #E6E6E6;
  border-right: 100vw solid transparent;
  border-bottom-color: #E6E6E6;
  bottom: -60px !important;
}
.section-divider--blue::after {
  border-bottom-color: #1894ce;
}
.section-divider--blue_dark::after {
  border-bottom-color: #29315F;
}
.section-divider--blue_overlap {
  padding-bottom: 0 !important;
  z-index: 99;
}
.section-divider--blue_overlap::after {
  border: 0;
  border-top: 60px solid #1894ce;
  border-right: 100vw solid transparent;
  border-bottom-color: #1894ce;
  bottom: -60px !important;
}
.section-divider--dark_blue::after {
  border-bottom-color: #29315F;
}
.section-divider--dark_blue_overlap {
  padding-bottom: 0 !important;
  z-index: 99;
}
.section-divider--dark_blue_overlap::after {
  border: 0;
  border-top: 60px solid #29315F;
  border-right: 100vw solid transparent;
  border-bottom-color: #29315F;
  bottom: -60px !important;
}
.section-divider--none::after {
  display: none;
}
.background--white {
  background-color: #FFFFFF;
}
.background--grey {
  background-color: #E6E6E6;
  color: #111111;
}
.background--blue {
  background-color: #0092c5;
  color: #ffffff;
}
.background--dark_blue,
.background--blue_dark {
  background-color: #29315F;
  color: #ffffff;
}
.background--image {
  background-color: #0092C5;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

/* Buttons */
.btn.btn-primary {
  background: #CC7F00;
  border-color: #CC7F00;
  font-size: 0.9em;
  text-transform: uppercase;
}
.btn.btn-primary.btn-large {
  font-size: 1.2em;
}

/* Forms */
.legal-consent-container .hs-form-booleancheckbox-display p,
.legal-consent-container .hs-richtext p {
  font-size: 10px;
  text-align: left;
}

/* Tags */
.tag {
  background: transparent;
  border-top: 1px solid #0092C5;
  border-bottom: 1px solid #0092C5;
  color: #0092C5;
  display: inline-block;
  font-size: 0.8em;
  line-height: 17px;
  margin-left: 8px;
  margin-bottom: 15px;
  min-width: 90px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  vertical-align: middle;
  width: auto;
}
.tag::before {
  background: url('https://4368135.fs1.hubspotusercontent-na1.net/hubfs/4368135/Poultry/images/interface/tags/img-tag-left-outline.svg') no-repeat center;
  content: "";
  display: block;
  height: 18px;
  left: -7px;
  position: absolute;
  top: 0;
  width: 7px;
}
.tag::after {
  background: url('https://4368135.fs1.hubspotusercontent-na1.net/hubfs/4368135/Poultry/images/interface/tags/img-tag-right-outline.svg') no-repeat center;
  background-size: 7px 19px;
  content: "";
  display: block;
  height: 18px;
  right: -7px;
  position: absolute;
  top: -1px;
  width: 7px;
}
.tag.tag--large {
  line-height: 25px;
  min-width: 130px;
}
.tag.tag--large::before {
  background: url('https://4368135.fs1.hubspotusercontent-na1.net/hubfs/4368135/Poultry/images/interface/tags/img-tag-left-outline-large.svg') no-repeat center;
  height: 26px;
  left: -9px;
  width: 9px;
}
.tag.tag--large.tag--solid::before {
  background: url('https://4368135.fs1.hubspotusercontent-na1.net/hubfs/4368135/Poultry/images/interface/tags/img-tag-left-solid-large.svg') no-repeat center;
}
.tag.tag--large::after {
  background: url('https://4368135.fs1.hubspotusercontent-na1.net/hubfs/4368135/Poultry/images/interface/tags/img-tag-right-outline-large.svg') no-repeat center;
  height: 26px;
  right: -9px;
  width: 9px;
}
.tag.tag--large.tag--solid::after {
  background: url('https://4368135.fs1.hubspotusercontent-na1.net/hubfs/4368135/Poultry/images/interface/tags/img-tag-right-solid-large.svg') no-repeat center;
}
.tag.tag--solid {
  background: #0092C5;
  color: #ffffff;
}
.tag.tag--solid::before {
  background: url('https://4368135.fs1.hubspotusercontent-na1.net/hubfs/4368135/Poultry/images/interface/tags/img-tag-left-solid.svg') no-repeat center;
}
.tag.tag--solid::after {
  background: url('https://4368135.fs1.hubspotusercontent-na1.net/hubfs/4368135/Poultry/images/interface/tags/img-tag-right-solid.svg') no-repeat center;
}
.background--dark_blue .tag,
.background--blue .tag,
.tag.tag--white {
  border-color: rgba(255,255,255,0.5);
  color: rgba(255,255,255,1);
}
.background--dark_blue .tag::before,
.background--blue .tag::before,
.tag.tag--white::before {
  background: url('https://4368135.fs1.hubspotusercontent-na1.net/hubfs/4368135/Poultry/images/interface/tags/img-tag-left-outline-white.svg') no-repeat center;
}
.background--dark_blue .tag::after,
.background--blue .tag::after,
.tag.tag--white::after {
  background: url('https://4368135.fs1.hubspotusercontent-na1.net/hubfs/4368135/Poultry/images/interface/tags/img-tag-right-outline-white.svg') no-repeat center;
}

/* Blog single - global styles */
.blog-post-content a {
  color: #1894ce;
  font-weight: 700;
  text-decoration: none;
}
.blog-post-content a:not(.btn):active,
.blog-post-content a:not(.btn):focus,
.blog-post-content a:not(.btn):hover {
  color: #1894ce;
  opacity: 1;
  text-decoration: underline;
}
.section--hero {
  background-color: #0092C5;
    z-index: 0;
}
section.section--insights-hero {
  padding-bottom: 0;
  position: relative;
}
.section--insights-hero::before {
  background-image: linear-gradient(180deg, rgba(0,0,0,0.50) 0%, rgba(0,0,0,0.00) 100%);
  content: "";
  display: block;
  height: 100px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.section--insights-hero > .container > .row {
  height: auto;
  min-height: 250px;
}
.section--insights-hero.section--hero-large > .container > .row {
  height: auto;
  min-height: 350px;
}
.blog-container h1 {
  color: #29315f;
  font-size: 2em;
  line-height: 1;
  text-transform: uppercase;
}
.blog-container h4 {
  color: #29315f;
  margin-bottom: 20px;
  padding-top: 40px;
}
.blog-container .page-details {
  color: #111111;
  font-size: 0.9em;
  padding-top: 20px;
  vertical-align: middle;
}
.blog-container .page-details img {
  border: 1px solid rgba(0,0,0,0.75);
  border-radius: 50%;
  float: left;
  margin-right: 10px;
  height: 50px;
  width: 50px;
}
.blog-container ul,
.blog-container ol {
  padding-top: 20px;
  padding-bottom: 20px;
}
.blog-container ul {
  list-style-type: none;
}
.blog-container ul li {
  position: relative;
  padding-left: 20px;
}
.blog-container ul li:before {
  content: "";
  display: block;
  position: absolute;
  left: -15px;
  top: 11px;
  height: 10px;
  width: 10px;
  background: #0092c5;
}
.blog-container ol {
  counter-reset: my-awesome-counter;
  list-style: none;
  padding-left: 50px;
}
.blog-container ol li {
  margin: 0 0 0.5rem 0;
  counter-increment: my-awesome-counter;
  position: relative;
}
.blog-container ol li::before {
  content: counter(my-awesome-counter);
  color: #ffffff;
  font-size: 1.5rem;
  font-weight: bold;
  position: absolute;
  --size: 32px;
  left: calc(-1 * var(--size) - 10px);
  line-height: var(--size);
  width: var(--size);
  height: var(--size);
  top: 0;
  background: #0092c5;
  text-align: center;
}
.blog-container blockquote {
  background: url('https://4368135.fs1.hubspotusercontent-na1.net/hubfs/4368135/Poultry/images/interface/img-icon-quote.svg') no-repeat center 20px;
  background-size: 25px;
  color: #29315f;
  font-size: 1.2em;
  font-weight: bold;
  line-height: 1.2;
  padding: 65px 75px 20px;
  text-align: center;
}
.blog-container img,
.blog-container p > img {
  height: auto !important;
  max-width: 100% !important;
  width: auto !important;
}


/* Blog summary - global styles */
.dropdown--topic h3 {
  display: none;
}
.dropdown--topic ul {
  list-style-type: none;
  padding: 0;
}
.dropdown--topic ul li {
  display: block;
  padding-left: 15px;
}
.dropdown--topic ul li:before {
  display: none;
}
.blog-image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 175px;
  margin-bottom: 15px;
}
@media (min-width: 992px) {
  .blog-image {
    height: 150px;
  }
}
@media (min-width: 1200px) {
  .blog-image {
    height: 175px;
  }
}
.blog-brand {
  background-image: url("https://4368135.fs1.hubspotusercontent-na1.net/hubfs/4368135/Poultry/images/interface/img-logo-ceva-reversed.svg");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 60px 60px;
  font-size: 1.25em;
  font-weight: normal;
  height: 60px;
  line-height: 60px;
  margin-right: 15px;
  padding-left: 80px;
  text-transform: none;
  vertical-align: middle;
}
.cat-title {
  border-right: 1px solid #29315F;
  color: #29315F;
  margin-right: 20px;
  padding-right: 20px;
}
.background--blue .cat-title,
.background--dark_blue .cat-title {
  border-right: 1px solid #ffffff;
  color: #ffffff;
}
.cat-link {
  color: #29315F;
  display: inline-block;
  padding-bottom: 5px;
  vertical-align: bottom;
}
.cat-link:hover {
  color: #29315F;
  opacity: 0.5;
}
.background--blue .cat-link,
.background--dark_blue .cat-link {
  color: #ffffff;
}
.background--blue .cat-link:hover,
.background--dark_blue .cat-link:hover {
  color: rgba(255,255,255,0.5);
  color: inherit;
  opacity: 0.5;
}
.blog-tile h5 {
  color: #29315F;
}
.background--blue .blog-tile h5,
.background--dark_blue .blog-tile h5 {
  color: #ffffff;
}


/* Search results page */
body .hs-search-field__bar form.hs-form fieldset .hs-form-field {
  padding: 0;
}
body .hs-search-field__bar input[type="text"] {
  background: #ffffff;
  border: 1px solid rgba(0,0,0,0.25);
  border-radius: 2px;
  font-size: 1.2em;
  margin-bottom: 50px;
  padding: 10px 15px;
  text-transform: none;
  width: 100%;
  max-width: 100%;
  min-width: 100%;
}
body .hs-search-field__bar input[type="text"]:active,
body .hs-search-field__bar input[type="text"]:focus {
  outline: none;
}
ul.hs-search-results__listing li::before,
ul.hs-search-field__suggestions li::before {
  display: none;
}
ul.hs-search-results__listing li {
  padding-left: 0;
}
ul.hs-search-field__suggestions {
  padding-left: 0;
}
ul.hs-search-field__suggestions a {
  display: block;
  padding: 5px 0;
}
.hs-search-field__suggestions a:hover:not(.btn),
.hs-search-field__suggestions a:focus:not(.btn) {
  background: #0092C5;
  color: #ffffff;
  opacity: 1;
  text-decoration: none;
}
.hs-search-results__title {
  color: #29315f;
  display: block;
  font-size: 1.6em;
  font-weight: 600;
  margin-bottom: 15px;
  text-transform: uppercase;
}
.hs-search-highlight {
  color: #0092C5;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}
.hs-search-results__description {
  border-bottom: 1px solid rgba(0,0,0,0.5);
  margin-bottom: 30px;
  padding-bottom: 30px;
}





.bloxs-container {
    width: calc(100% - 120px);
      font-size: 0px;
      display: table;
      position: relative;
}


.bloxes {
  
    float: left;
   text-align: center; 
   margin: 10px 5px 20px 5px; 

}

.bloxes > ul {
    width: 120px;
    height: 80px;
    float: left;
   text-align: center; 
   border-bottom: 1px solid #000; 
   border-top: 1px solid #000;
   margin: 10px 5px 20px 5px; 
   box-shadow:0 10px 16px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19) !important;
   font-size: 16px;
   list-style-type: none;
}
.bloxes > ul > li {
list-style-type: none;
float: left:
width: 20px;
font-size: 40px;
color: #ef703f;

}

.bloxes ul > li ::before{
display:none;
  list-style-type: none;
}

.bloxes > ul > li > span {
white-space: pre;
content: "";
display: block;
}

.breaker::after{
  font-size: 0px;

  clear: both;
  display: table;

}