<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import "https://maxcdn.bootstrapcdn.com/font-awesome/4.6.1/css/font-awesome.min.css";
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v23/mem5YaGs126MiZpBA-UN_r8-VQ.ttf) format("truetype");
}
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v23/mem8YaGs126MiZpBA-U1Ug.ttf) format("truetype");
}
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v23/mem5YaGs126MiZpBA-UNirk-VQ.ttf) format("truetype");
}
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v23/mem5YaGs126MiZpBA-UN7rg-VQ.ttf) format("truetype");
}
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v23/mem5YaGs126MiZpBA-UN8rs-VQ.ttf) format("truetype");
}

body {
  font-family: "Open Sans";
  margin: 0;
}

@keyframes example {
  0% {
    left: -250px;
  }
  100% {
    left: calc(100% + 250px);
  }
}

footer ul {
  list-style: none;
  padding: 0;
  margin: 0 0 20px 0;
}

header a {
  text-decoration: none !important;
  color: inherit;
}
header a:hover {
  color: #00a76d;
}
header strong {
  font-weight: 700;
}
header ul {
  list-style: none;
  padding: 0;
  margin: 0 0 20px 0;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1244px;
  }
  .container.wide {
    max-width: 1555px;
  }
}

header {
  padding: 15px 0 15px 0;
  -webkit-box-shadow: -1px 6px 55px -40px #888888;
  -moz-box-shadow: -1px 6px 55px -40px #888888;
  box-shadow: -1px 6px 55px -40px #888888;
}

header .countdown-header {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  margin-right: 10px;
}
@media (max-width: 1300px) {
  header .countdown-header {
    display: none;
  }
}

header .countdown-header2 {
  position: relative;
  left: calc(50% - 85px);
  margin-top: 20px;
}
@media (min-width: 1299px) {
  header .countdown-header2 {
    display: none;
  }
}

header .main-menu {
  display: inline-block;
  padding-right: 35px;
}
header .main-menu ul li {
  display: inline-block;
  padding: 0 37px;
  position: relative;
  cursor: pointer;
}
header .main-menu ul li .dropdown {
  background: #fff;
  transition: 0.3s ease-out;
  position: absolute;
  top: 28px;
  width: 100%;
  right: 0;
  text-align: left;
  padding: 20px 20px 10px;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  display: block !important;
}
@media (max-width: 1199px) {
  header .main-menu ul li .dropdown {
    position: static;
    opacity: 1;
    visibility: visible;
    text-align: center;
    padding: 10px 0px 10px;
  }
}
header .main-menu ul li .dropdown a {
  display: block;
}
@media (min-width: 1200px) {
  header .main-menu ul li .dropdown a {
    padding-bottom: 6px;
  }
}
header .main-menu ul li:hover .dropdown {
  opacity: 1;
  visibility: visible;
}
header .top-btns {
  display: inline-block;
}
header .top-btns .black-btn {
  display: inline-block;
  padding-right: 10px;
}
header .top-btns .black-btn a {
  background: #000;
  color: #fff;
  font-weight: 600;
  padding: 6px 20px 6px 20px;
  border-radius: 30px;
}
header .top-btns .black-btn a:hover {
  background: #94c13d;
}
header .top-btns .black-btn a img {
  margin-right: 3px;
  margin-top: -4px;
}
header .top-btns .red-btn {
  display: inline-block;
}
header .top-btns .red-btn a {
  background: #94c13d;
  color: #fff;
  font-weight: 600;
  padding: 6px 16px 6px 17px;
  border-radius: 30px;
}
header .top-btns .red-btn a:hover {
  background: #000;
}
.white-btn a {
  background: #fff;
  color: #00a76d;
  display: inline-block;
  padding: 9px 31px 9px 31px;
  border-radius: 30px;
}
.white-btn a:hover {
  background: #00a76d;
  color: #fff;
}
footer {
  background: #1c4471;
  color: #fff;
  padding: 20px 0 30px;
}
footer strong {
  font-weight: 600;
}
footer .back-to-top {
  display: inline-block;
  cursor: pointer;
  padding-bottom: 44px;
}
footer ul.quick-links {
  font-size: 13px;
}
footer ul.quick-links li {
  padding-bottom: 6px;
}
footer ul.quick-links li a:hover {
  color: #94c13d;
}
footer .footer-logo {
  padding-bottom: 68px;
  max-width: 130px;
}
.cards-sec {
  padding: 15px 0;
  height: 178px;
}
/*@Responsive*/
.nav-opened .main-menu {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
@media (max-width: 1199px) {
  header .logo img {
    width: 150px;
  }
  header .nav-toggle {
    cursor: pointer;
  }
  header .main-menu {
    overflow-y: auto;
    width: 100%;
    position: fixed;
    top: 0px;
    bottom: 0;
    right: 0;
    background: #fff;
    -webkit-transform: translate(-100%, 0);
    -moz-transform: translate(-100%, 0);
    -ms-transform: translate(-100%, 0);
    -o-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    z-index: 2222;
    padding: 111px 30px 35px 30px;
    text-align: left;
  }
  header .main-menu ul li {
    display: block;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 10px;
    font-weight: 600;
    font-size: 17px;
    border-bottom: 1px solid #efefef;
    padding-top: 13px;
  }
  header .top-btns .red-btn {
    display: inline-block;
    margin-right: 8px;
  }
  header .top-btns .red-btn a {
    padding: 5px 10px 5px 10px;
    font-size: 12px;
    font-weight: 300;
  }
  header .main-menu ul li .dropdown {
    display: none !important;
    text-align: left;
    font-weight: 300;
  }
  header .main-menu ul li .dropdown a {
    padding-bottom: 4px;
  }
  header .main-menu ul li .dropdown.active {
    display: block !important;
  }
  header .main-menu ul li .main-link {
    position: relative;
    display: block;
  }
  header .main-menu ul li .main-link:before {
    content: url(../images/arrow-down2.svg);
    position: absolute;
    right: 0;
    top: 8px;
  }
  header .main-menu ul li .main-link.active:before {
    content: url(../images/arrow-up.svg);
  }
  header .main-menu .close-btn {
    position: absolute;
    right: 15px;
    top: 15px;
    cursor: pointer;
  }
  header .main-menu .logo-menu {
    position: absolute;
    top: 11px;
  }
}
@media (max-width: 991px) {
  footer .footer-logo {
    border-left: 0;
  }
}
@media (max-width: 575px) {
  footer .back-to-top {
    display: none;
  }
  footer ul.quick-links strong {
    display: none;
  }
  .slide-down-trigger {
    font-weight: 700;
    font-size: 18px;
    position: relative;
    padding-top: 7px;
  }
  .slide-down-trigger.active {
    padding-top: 15px;
  }
  .slide-down-trigger.active:after {
    content: "\f106";
  }
  .slide-down-trigger:after {
    content: "\f107";
    font-family: "fontAwesome";
    font-size: 22px;
    position: absolute;
    top: 49%;
    transform: translateY(-50%);
    right: 20px;
  }
  footer ul.quick-links li {
    font-size: 16px;
  }
  footer ul.quick-links {
    display: none;
    margin-bottom: 5px;
  }
  footer ul.quick-links.active {
    display: block;
  }
  footer .borderbottom {
    border-bottom: 1px solid #fff;
    padding-top: 10px;
    padding-bottom: 5px;
    margin-bottom: 5px;
  }
  footer .footer-logo {
    border-left: 0;
    padding-top: 40px;
    padding-bottom: 0;
  }
}
@media (max-width: 360px) {
  .cards-sec img {
    width: 100%;
  }
}

.MuiTablePagination-displayedRows {
  margin-bottom: unset;
}

.MuiTablePagination-selectLabel {
  margin-bottom: unset;
}
</pre></body></html>