<style>

@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300;400;500;600;700&display=swap');

html, body, form, fieldset, table, tr, td, img {
font-family: 'Quicksand', sans-serif;
}
body {
  margin: 0px;
    font-size: 16px;
    font-family: Open Sans,Arial,sans-serif;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
body p > a, .y-links a{
    background: linear-gradient(to bottom, transparent 59%, #fff87e 0) center center / 0% 75% no-repeat;
    background-size: 100% 100%;
    text-decoration: none;
}
img {
    width: 100%;
}

.h1 a {
    background: linear-gradient(to bottom, transparent 59%, #fff87e 0) center center / 0% 75% no-repeat;
    background-size: 100% 100%;
    text-decoration: none;
}
body p > a:hover {
    color: #000;
    background: #fff87e;
    text-decoration: none;
}
p {
    font-size: 16px;
    line-height: 23px;
margin: 0 0 10px;
}
.p-0 {padding:0px!important;}
.pt-0 {padding-top:0px!important;}
.pb-0 {padding-bottom:0px!important;}

.p-0-10 {padding: 0px 10px 0px 10px;}

.header {
  background-color: #ffffff;
      z-index: 1000;
}
.text-center {text-align:center;}
.widget-box {
    background: #fff;
    border-radius: 6px;
    box-shadow: 0 2px 11px 0 rgba(103,65,134,0.2); 
    margin: 5px auto 20px;
    width: calc(100% - 70px);
    padding: 20px 20px 30px;
}
.home-page-title {font-size: 45px;}



.container-content {
  padding:14px;
}

.full-width-container {
    margin: 0px -15px;
    padding: 15px;
  }
.one-third {
    width: 33%;
    float: left;
}
.two-third {
    width: calc(66% - 10px);
    float: left;
    position: relative;
    margin: 0px 5px 0px;
}
.one-half {
    width: calc(50% - 10px);
    float: left;
    position: relative;
    margin: 0px 5px 0px;
}
.one-fourth {
width: calc(25% - 10px);
    float: left;
    position: relative;
    margin: 0px 5px 0px;
}
.three-fourth {
width: calc(75% - 10px);
    float: left;
    position: relative;
    margin: 0px 5px 0px;
}
.display-table {
    display: table;
}
.product-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.product-list-block {
    flex: 1;
    margin: 0 10px 15px;
    min-width: calc((100% / 3) - 20px);
    min-width: calc((100% / 5) - 20px);
    background-color: #fff;
    border: solid 1px #e8ebee;
    border-radius: 5px;
    box-shadow: 0 6px 20px 0 rgba(0,0,0,0.05);
    height: 100%;
    max-height: 82px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.product-list-block:hover {
    border: 1px solid #3fa9f5;
}
.product-list a{
    padding: 15px 5px;
    text-decoration: none;
    color: #3fa9f5;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 40px;
}
.product-list a:hover{
     background-color: #fdfdfd;
}
.item-list {

}
.item-list li {
font-size: 14px;
    margin-bottom: 15px;
    padding-left: 30px;
    text-align: left;
    position: relative;
    list-style: none;
}
.item-list li:before{
    content: '';
    width: 20px;
    height: 20px;
    left: 0;
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMiIgaGVpZ2h0PSIxNyIgdmlld0JveD0iMCAwIDIyIDE3IiBjb2xvcj0iIzYyYzBjMSI+CiAgICA8cGF0aCBmaWxsPSJjdXJyZW50Q29sb3IiIGZpbGwtcnVsZT0ibm9uemVybyIgZD0iTTYuNTI0IDEzLjM2MkwxOC44NjMgMS4wMzVhMS40ODcgMS40ODcgMCAwIDEgMi4wODYtLjAxNSAxLjQ0MiAxLjQ0MiAwIDAgMSAuMDE1IDIuMDU0TDcuNDYgMTYuNTY3YTEuNDkgMS40OSAwIDAgMS0yLjIwNC0uMTEzTC45MjQgMTEuMTFhMS40NDUgMS40NDUgMCAwIDEgLjIyOS0yLjA0NiAxLjQ4OSAxLjQ4OSAwIDAgMSAyLjA3Ni4yMzNsMy4yOTUgNC4wNjR6Ii8+Cjwvc3ZnPgo=) center center no-repeat;
    background-size: 100%;
    display: block;
    position: absolute;
}
.button-solid {
    margin-bottom: 10px;
    margin-top: 16px;
    background-color: #3fa9f5;
    font-size: 14px;
    line-height: 21px;
    border-radius: 50px;
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    padding: 10px 20px;
    white-space: nowrap;
    text-decoration: none;
    cursor: pointer;
    transition: 200ms ease all;
    color: #fff;
}
.button-solid:hover {
    background-color: #2585ca;
}
.button-solid-light {
margin-bottom: 10px;
    margin-top: 16px;
    background-color: #fff;
    font-size: 14px;
    line-height: 21px;
    border-radius: 50px;
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    padding: 10px 20px;
    white-space: nowrap;
    text-decoration: none;
    cursor: pointer;
    transition: 200ms ease all;
    color: #3fa9f5;
    border: 1px solid #3fa9f5;
}
.button-solid-light:hover {
    border: 1px solid #2585ca;
   color: #2585ca;
}
.button-solid-white {
margin-bottom: 10px;
    margin-top: 16px;
    background-color: #fff;
    font-size: 14px;
    line-height: 21px;
    border-radius: 50px;
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    padding: 10px 20px;
    white-space: nowrap;
    text-decoration: none;
    cursor: pointer;
    transition: 200ms ease all;
    color: #3fa9f5;
    border: 1px solid #3fa9f5;
}
.button-solid-white:hover {
    border: 6px solid #2585ca;
   color: #2585ca;
}
/* Buttons */
.box-vertical-align-center {
 /*   display: table-cell;*/
    vertical-align: middle;
padding-top: 50px;
}
.cta-button {
    font-size: 16px;
    line-height: 16px;
    background: #2c92dc;
    color: #ffffff;
    -moz-border-radius: 4px;
    -webkit-border-radius: 2px;
    display: block;
    font-size: 16px;
    font-weight: normal;
    line-height: 18px;
    padding: 12px 24px;
    text-decoration: none;
    text-shadow: none;
    text-align: center;
}
.cta-button:hover {
    background: #2375b0;
color:#ffff;
}

.title-2{
font-weight: 400;
    font-size: 26px;
    line-height: 36px;
    padding-bottom: 14px;
    padding-top: 20px;
}
}

/* Font colors */
.footer {color:#ffff;}
.color-blue {
    color: #3fa9f5;}
.fc-white {color:#fff;}
.fc-light-blue {
color: #2585ca;
}
.fc-light-blue-2 {
color: #2691de;
}


/* Font sizes */
.fs-2 {

}

/* Backgrounds */
.bg-grey {
    background-color: #e5e5e5;
}
.bg-light-grey {
    background-color: #f9f8fa;}
.bg-dk-grey {
    background-color: #6c6c6c;
}
.bg-yellow {
    background-color: #fff87e;
}
.bg-main {
    background-color: #3fa9f5;
}
.bg-design-1 {
    background-image: linear-gradient(130deg,#fff87e 0%,rgb(218 163 10 / 88%) 90%);
    /* display: flex; */
    /* align-content: center; */
    /* background: #f9f8fa; */
    background-image: url(/pub/imgs/background-homepage.svg);
    background-size: 1622px 722px;
    background-repeat: no-repeat;
    margin: 0px -15px;
    background-position: center center;
    background-position: left calc((100vw - 1180px) / 2 + 376px - (15px * 4)) top -150px;
}

.standard-container {
    max-width: 1170px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    padding: 50px 0;
}


.prefooter {
    min-height: 180px;
    overflow: auto;
}
.footer {
    min-height: 90px;
}
.flex {
    display: flex;
    flex-wrap: wrap;
}
.logo-container {
    padding: 20px 20px 20px 20px;
}
/*.header .standard-container {    padding: 10px 20px 10px 20px;}*/
.header.sticky .standard-container {    padding: 0px 20px 0px 20px;   -webkit-transition: all 0.2s ease;    transition: all 0.2s ease;}

.content {
  padding: 16px;
}

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    box-shadow: #787878;
    -webkit-box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.14);
    -moz-box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.14);
    box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.14);
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    background-color: #ffffff;
left: 0px;
}

.sticky + .content {
  padding-top: 102px;
}
.header.sticky .logo-container img {
  /*  -webkit-transition: -webkit-transform 0.4s;
    transition: transform 0.4s;
    -webkit-transform: scale(0.95);
    transform: scale(0.95); */
}
.menu-container {
  margin-left: auto;
}
.main-navigation {
/*      height: 100%;*/
      display: inline-flex;
    width: 100%;
}

.main-navigation li{
  list-style: none;
      display: flex;
  justify-content: center;
  flex-direction: column;
}
.main-navigation ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0px;
 /*   margin-top: 70px;*/
    background-color: white;
    width: 100%;
    /* margin-right: 0px; */
    padding: 0px;
}



/* Add a black background color to the top navigation */
.main-navigation {
  overflow: hidden;
}

/* Style the links inside the navigation bar */
.main-navigation a {
  float: left;
  display: block;
color: #1d1d1d;
  text-align: center;
    padding: 7px 16px;
  text-decoration: none;
  font-size: 17px;
}
.main-navigation-hb a {
  float: left;
  display: block;
color: #1d1d1d;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

/* Add an active class to highlight the current page */
.active {
  background-color: #4CAF50;
  color: white;
}

/* Hide the link that should open and close the topnav on small screens */
.main-navigation .icon {
  display: none;
}
.main-navigation-hb .icon {
  display: none;
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}



/* Dropdown container - needed to position the dropdown content */
.dropdown {
  float: left;
  overflow: hidden;
}

/* Style the dropdown button to fit inside the topnav */
.dropdown .dropbtn {
  font-size: 17px;
  border: none;
  outline: none;
color: #1d1d1d;
  padding: 14px 16px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
}

/* Style the dropdown content (hidden by default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
 /*   box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.14);*/
  z-index: 1;
}

/* Style the links inside the dropdown */
.dropdown-content a {
  float: none;
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
    margin-left: 20px;
}

/* Add a dark background on topnav links and the dropdown button on hover */
.main-navigation a:hover, .dropdown:hover  {
    color: #2585ca;
}
.dropbtn {background-color: #555;}
.main-navigation-hb a:hover {
    /* background-color: #555; */
    color: #555;
}


/* Add a grey background to dropdown links on hover */
.dropdown-content a:hover {
  background-color: #ddd;
  color: black;
}

/* Show the dropdown menu when the user moves the mouse over the dropdown button */
.dropdown:hover .dropdown-content {
  display: block;
}

/* When the screen is less than 600 pixels wide, hide all links, except for the first one ("Home"). Show the link that contains should open and close the topnav (.icon) */
@media screen and (max-width: 600px) {
  .main-navigation li, .dropdown .dropbtn {
    display: none;
  }

  .main-navigation a.icon {
    float: right;
    display: block;
  }
    .main-navigation-hb a.icon {
    float: right;
    display: block;
  }
.main-navigation ul {
margin-top: 70px;
}
}
/* The "responsive" class is added to the topnav with JavaScript when the user clicks on the icon. This class makes the topnav look good on small screens (display the links vertically instead of horizontally) */
@media screen and (max-width: 600px) {
.menu-container.responsive .main-navigation {
    position: absolute;
    top: 17px;
    left: -15px;
    /* background-color: white; */
    z-index: 1;
    top: 0px;
    left: 0px;
    box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.14);
}
.menu-container.responsive .main-navigation a.icon {
position: absolute;
    right: 16px;
    top: 16px;
  }
.menu-container.responsive .main-navigation li {
    float: none;
    display: block;
    text-align: left;
    width: -webkit-fill-available;
  }
.menu-container.responsive .main-navigation .dropdown {float: none;}
.menu-container.responsive .main-navigation .dropdown-content {position: relative;     background-color: #fff!important;
    color: white!important;}
.menu-container.responsive .main-navigation .dropdown .dropbtn {
    display: block;
    width: 100%;
    text-align: left;
  }
}






/* Font sizes */
.subfooter-title {
    font-size: 35px;
color:#2375b0;
}

.table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    table-layout: fixed;
    border-bottom: 1px solid #CCC;
text-align: center;
}
thead th{

    border-bottom: 1px solid #ccc;
}
td, th {
    border-right: 1px solid #CCC;
    empty-cells: show;
    padding: 20px;
}
.table .grey-row {
    background: #F5F5F5;
}
colgroup:nth-child(1) {
    width: 33%;
font-weight: 400;
}
colgroup:nth-child(2) {
    width: 33%;
}
colgroup:nth-child(3) {
    width: 33%;
    border: 10px solid #3fa9f5;
}


 <!-- Custom fonts -->
/* montserrat-regular - latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: url('../lib/fonts/montserrat/montserrat-v14-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Montserrat Regular'), local('Montserrat-Regular'),
       url('../lib/fonts/montserrat/montserrat-v14-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../lib/fonts/montserrat/montserrat-v14-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../lib/fonts/montserrat/montserrat-v14-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../lib/fonts/montserrat/montserrat-v14-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../lib/fonts/montserrat/montserrat-v14-latin-regular.svg#Montserrat') format('svg'); /* Legacy iOS */
}
/* montserrat-italic - latin */
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 400;
  src: url('../lib/fonts/montserrat/montserrat-v14-latin-italic.eot'); /* IE9 Compat Modes */
  src: local('Montserrat Italic'), local('Montserrat-Italic'),
       url('../lib/fonts/montserrat/montserrat-v14-latin-italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../lib/fonts/montserrat/montserrat-v14-latin-italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('../lib/fonts/montserrat/montserrat-v14-latin-italic.woff') format('woff'), /* Modern Browsers */
       url('../lib/fonts/montserrat/montserrat-v14-latin-italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../lib/fonts/montserrat/montserrat-v14-latin-italic.svg#Montserrat') format('svg'); /* Legacy iOS */
}
/* montserrat-700 - latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  src: url('../lib/fonts/montserrat/montserrat-v14-latin-700.eot'); /* IE9 Compat Modes */
  src: local('Montserrat Bold'), local('Montserrat-Bold'),
       url('../lib/fonts/montserrat/montserrat-v14-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../lib/fonts/montserrat/montserrat-v14-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../lib/fonts/montserrat/montserrat-v14-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../lib/fonts/montserrat/montserrat-v14-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../lib/fonts/montserrat/montserrat-v14-latin-700.svg#Montserrat') format('svg'); /* Legacy iOS */
}
/* lato-regular - latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: url('../lib/fonts/lato/lato-v16-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Lato Regular'), local('Lato-Regular'),
       url('../lib/fonts/lato/lato-v16-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../lib/fonts/lato/lato-v16-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../lib/fonts/lato/lato-v16-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../lib/fonts/lato/lato-v16-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../lib/fonts/lato/lato-v16-latin-regular.svg#Lato') format('svg'); /* Legacy iOS */
}
/* lato-italic - latin */
@font-face {
  font-family: 'Lato';
  font-style: italic;
  font-weight: 400;
  src: url('../lib/fonts/lato/lato-v16-latin-italic.eot'); /* IE9 Compat Modes */
  src: local('Lato Italic'), local('Lato-Italic'),
       url('../lib/fonts/lato/lato-v16-latin-italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../lib/fonts/lato/lato-v16-latin-italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('../lib/fonts/lato/lato-v16-latin-italic.woff') format('woff'), /* Modern Browsers */
       url('../lib/fonts/lato/lato-v16-latin-italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../lib/fonts/lato/lato-v16-latin-italic.svg#Lato') format('svg'); /* Legacy iOS */
}
/* lato-900 - latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 900;
  src: url('../lib/fonts/lato/lato-v16-latin-900.eot'); /* IE9 Compat Modes */
  src: local('Lato Black'), local('Lato-Black'),
       url('../lib/fonts/lato/lato-v16-latin-900.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../lib/fonts/lato/lato-v16-latin-900.woff2') format('woff2'), /* Super Modern Browsers */
       url('../lib/fonts/lato/lato-v16-latin-900.woff') format('woff'), /* Modern Browsers */
       url('../lib/fonts/lato/lato-v16-latin-900.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../lib/fonts/lato/lato-v16-latin-900.svg#Lato') format('svg'); /* Legacy iOS */
}


/*


@media  screen and (min-width: 769px){
.standard-container {
    max-width: 1240px;
  } }

@media (min-width: 769px)
.standard-container {
    max-width: 1240px;
}
*/
@media (min-width: 544px)
.standard-container {
    max-width: 100%;
}
@media (min-width: 768px)
.standard-container {
    max-width: 100%;
}
@media (min-width: 1200px)
.standard-container {
    max-width: 100%;
}
@media (min-width: 992px)
.standard-container {
    max-width: 100%;
}
@media (min-width: 768px)
.standard-container {
    max-width: 100%;
}
@media (min-width: 544px)
.standard-container {
    max-width: 100%;
}





@media (max-width: 767px){
.grid-box-container-flex {
    display: inline !important;
}
.one-half {
    width: 100% !important;
}
.one-third {
    width: 100% !important;
}
.two-third {
    width: 100% !important;
    flex: none;
    margin-bottom: 10px;
}
.one-fourth {
 width: 100% !important;
}
.three-fourth {
 width: 100% !important;
}
.container-content {
    width: 100% !important;
    flex: none;
    margin-bottom: 10px;
}
.container-content {
  padding:0px;
}
colgroup:nth-child(3) {
    width: 33%;
    border: none;
}
.title-2 {
    font-size: 18px;
    line-height: 28px;
}
.product-list-block {
    min-width: calc((100% / 2) - 20px);
}

}
</style>