body, html {
  /*   text-rendering: optimizeLegibility !important; 
   /* -webkit-font-smoothing: antialiased !important;
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
    -webkit-font-smoothing: revert;*/
  font-family: 'Quicksand', sans-serif;
  color: black;

}

.dm-serif 
{
  font-family: 'DM Serif Display', serif;
}

.uk-text-background
{
  background-image: linear-gradient(90deg, rgba(109, 163, 118, 1) 10%, rgba(177, 229, 179, 1) 100%);

}
html {
  overflow-y: scroll
}

body {
  overflow: hidden;
  overflow: clip
}

.fadeOut {
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s 2s, opacity 2s linear;
}

.csname {
  margin-top: 6px;
  color: white;
  font-size: 17px;
  display: none;
}

.fadeIn {
  visibility: visible;
  opacity: 1;
  transition: opacity 2s linear;
}

.formwrapper {
  min-height: 300px;
}

.barsize-wrapper {
  color: #b1e5b3;
  font-size: 14px;
  margin-top: -18px;
}

.tpca {
  font-size: 11px;
}

.tpca a 
{
  color: #b1e5b3;
  font-weight: bold;
  text-decoration: underline;
}
.formloader {
  display: none;
  background: #2a465f;
  z-index: 999;
  top: 0px;
  left:0px;
  right:0px;
  bottom:0px;
}


.uk-lp-icon 
{
  box-sizing: border-box;
  width: 15px;
  height: 15px;
  border-radius: 500px;
  background: #74be0e;
  color: white;
  vertical-align: middle;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  transition: .1s ease-in-out;
  transition-property: color,background-color;
  font-size: 4px;
}

.lp-comment-text 
{
  color:white;
  font-size:12px;

}
.form-submit .uk-badge {
  position: absolute;
  right: -10px;
  top: -10px;
  width: 40px;
  height: 40px;
  text-align: center;
  background: #ff7c00;
  font-size: 14px;
}

.formloader.visible {
  display: flex;
}

.numbers {
  font-weight: bold;
  font-size: 60px;
  color: #B1E5B3;
  text-shadow: -2px 11px 0px #b1e5b361;
}

.card-container {
  border: solid 1px #B1E5B3;
}

.btn-next-to {
  color: white !important;
  background-color: #072845 !important;
  border: solid 1px #072845 !important;
  margin-bottom: 20px !important;
  background-position: 50% 100%;
  background-size: 0;
  transition-duration: .9s;
  transition-timing-function: cubic-bezier(0.165, 0.85, 0.45, 1);
  background-image: radial-gradient(circle at 50% 100%, #6DA376 1%, transparent 1%);
  background-origin: border-box;
  transition: .4s ease-in-out;
  transition-property: color, background-color, background-position, background-size, border-color, box-shadow;
}

.reason-title {
  color: #072845;
}

.reason-content {
  color: #072845;
  font-size: 14px;
}

.uk-button-cta i, .uk-button-green i {
  font-size: 12px;
  margin-right: 5px;
}

.uk-button-white i {
  font-size: 12px;
  margin-left: 5px;
}

.uk-slider-items .uk-transition-active .el-content {
  color: #072845;
}

.uk-slider-items .el-content {
  font-family: 'Roboto', sans-serif;
}

.slider-content-background {
  background-color: #b1e5b3;
}

.slider-line {
  border: solid 2px #b1e5b387;
  border-radius: 20px 20px 20px 0px;
}

.stars img {
  width: 150px
}

.slider-h {
  color: #000;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.8px;
}

.slider-content {
  font-size: 14px;
  letter-spacing: 0.8px;
}

.uk-dotnav>*>* {
  display: block;
  box-sizing: border-box;
  width: 34px;
  height: 5px;
  border-radius: 0;
  background: white;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
  transition: .2s ease-in-out;
  border: solid 1px #101b2f3d;
  transition-property: color, background-color, border-color, box-shadow;
}

.uk-dotnav>.uk-active>* {
  background-color: #6da376;
}

/* Header Menu */
.uk-navbar-nav>li>a {
  color: #072845;
  white-space: nowrap;
  font-size: 14px;
  font-weight: 300;
  font-family: 'Quicksand', sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  position: relative;
}

/* Logo */
.uk-logo img {
  width: 160px;
}

.uk-logo svg 
{
  width:160px;
}

.uk-white-logo svg 
{
  width:200px;
}

.uk-white-logo svg path.cls-1 
{
  fill:white;
}

/* Dropdown */
.uk-navbar-dropdown-dropbar-large {
  background: white;
}

/* Search Button */
.search-header-icon {
  color: white;
  background: #6DA376;
}

/* Home Title */
.home-title #change-text {
  color: #6da376;
}

.home-title #change-text-first, .home-title #change-text-last {
  color: #B1E5B3;
}

.animated {
  display: inline;
}

.animated span {
  animation: topToBottom 12.5s linear infinite 0s;
  -ms-animation: topToBottom 12.5s linear infinite 0s;
  -webkit-animation: topToBottom 12.5s linear infinite 0s;
  color: #37583F;
  opacity: 0;
  overflow: hidden;
  position: absolute;
}

.li-background {
  background-color: #F1F2F2;
  padding: 5px 15px;
  margin-bottom: 5px;
}

.li-background a {
  color: black !important;
  font-weight: bold;
}

.li-background a span {
  color: #6DA376;
}

.animated span:nth-child(2) {
  animation-delay: 2.5s;
  -ms-animation-delay: 2.5s;
  -webkit-animation-delay: 2.5s;
}

.animated span:nth-child(3) {
  animation-delay: 5s;
  -ms-animation-delay: 5s;
  -webkit-animation-delay: 5s;
}

.animated span:nth-child(4) {
  animation-delay: 7.5s;
  -ms-animation-delay: 7.5s;
  -webkit-animation-delay: 7.5s;
}

.animated span:nth-child(5) {
  animation-delay: 10s;
  -ms-animation-delay: 10s;
  -webkit-animation-delay: 10s;
}

@-moz-keyframes topToBottom {
  0% {
    opacity: 0;
  }

  5% {
    opacity: 0;
    -moz-transform: translateY(-50px);
  }

  10% {
    opacity: 1;
    -moz-transform: translateY(0px);
  }

  25% {
    opacity: 1;
    -moz-transform: translateY(0px);
  }

  30% {
    opacity: 0;
    -moz-transform: translateY(50px);
  }

  80% {
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}

@-webkit-keyframes topToBottom {
  0% {
    opacity: 0;
  }

  5% {
    opacity: 0;
    -webkit-transform: translateY(-50px);
  }

  10% {
    opacity: 1;
    -webkit-transform: translateY(0px);
  }

  25% {
    opacity: 1;
    -webkit-transform: translateY(0px);
  }

  30% {
    opacity: 0;
    -webkit-transform: translateY(50px);
  }

  80% {
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}

@-ms-keyframes topToBottom {
  0% {
    opacity: 0;
  }

  5% {
    opacity: 0;
    -ms-transform: translateY(-50px);
  }

  10% {
    opacity: 1;
    -ms-transform: translateY(0px);
  }

  25% {
    opacity: 1;
    -ms-transform: translateY(0px);
  }

  30% {
    opacity: 0;
    -ms-transform: translateY(50px);
  }

  80% {
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}


/* Grey Background */
.uk-background-grey {
  background-color: #f2f2f2;
}

.uk-background-dark-blue {
  background-color: #072845;
}

/* Search */
.search-header-icon img {
  width: 16px;
}

/* Article h1 */

h1.el-title, h2.el-title {
  font-size: 28px;
}

/* Article Short Text */
.short-text {
  color: #37583f;
  font-weight: 500;
}

.short-text .bullet {
  border-left: solid 3px #6DA376;
}

.lp-background {
  background-color: #2a465f;
}


/* Forms */

.uk-progress {
  height: 10px;
  background-color: #072845;
  box-shadow: 1px 1px 9px 2px #0728457d;
}

.uk-progress::-webkit-progress-value {
  background: rgb(109, 163, 118);
  background: linear-gradient(90deg, rgba(109, 163, 118, 1) 0%, rgba(177, 229, 179, 1) 100%);
  transition: width 0.6s ease;
}

.uk-progress::-moz-progress-bar {
  background: rgb(109, 163, 118);
  background: linear-gradient(90deg, rgba(109, 163, 118, 1) 0%, rgba(177, 229, 179, 1) 100%);
  transition: width 0.6s ease;
}

.uk-input {
  border: solid 1px #072845;
  height: 50px;
  background-color: #fafafa;
  font-size: 1rem;
  color: #072845;
}

.uk-input::placeholder {
  font-family: 'Quicksand', sans-serif;
  font-size: 1.4rem;
  color: #0728455e;
}

.uk-form-label {
  color: #A7A9AC;
}

.cta-divider {
  position: relative;
  text-align: center;
  width: 100%;
  color: #000;
  margin-top: 5px;
  margin-bottom: 5px;
}

.cta-divider::before, .cta-divider::after {
  content: "";
  position: absolute;
  top: 50%;
  max-width: calc(50% - (50px / 2));
  border-bottom: 1px solid #000;
}

.cta-divider::before {
  right: calc(50% + (50px / 2));
  width: 100%;
}

.cta-divider::after {
  left: calc(50% + (50px / 2));
  width: 100%;
}

.uk-breadcrumb> :nth-child(n+2):not(.uk-first-column)::before {
  margin: 0 8px 0 calc(8px - 4px);
}

/* Article Text */
.uk-panel p {
  letter-spacing: 0.5px;
}

/* Section Background */
.uk-background-blue {
  background-color: #072845;
}

/* Key Takeaways */
.key-takeaways h2 {
  color: #B1E5B3;
}

.key-takeaways p {
  color: white;
}

.key-takeaways {
  color: white;
}

/* Rounded */
.uk-border-rounded-2x {
  border-radius: 10px;
}


.uk-comment-avatar 
{
  animation: pulsembathroom 2s infinite;
  border-radius:100%;
}

@keyframes pulsembathroom {
  0% {
      box-shadow: 0 0 0 0 #B1E5B3;
  }
  70% {
      box-shadow: 0 0 0 12px transparent
  }
  to {
      box-shadow: 0 0 0 0 transparent
  }
}


/* News Detail */
.green-text {
  color: #B1E5B3 !important;
}

.category-text {
  color: #37583F;
}

.uk-section-dark {
  background: #6DA376;
  background-image: radial-gradient(ellipse closest-corner at 30% 40%, #fffffffc, transparent 80%), radial-gradient(ellipse closest-corner at 50% 60%, rgba(111, 41, 201, .1), transparent 80%), radial-gradient(ellipse closest-corner at 70% 50%, rgba(38, 160, 248, .09), transparent 80%);
}

.break-title {
  position: relative;
  width: fit-content;
}


.search-header-icon {

  width: 40px;
  height: 40px;
}

.trigger,
.trigger>i {
  transition: all .5s cubic-bezier(.77, 0, .175, 1) 0s
}

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 #6da37645;
  }

  70% {
    box-shadow: 0 0 0 12px transparent
  }

  to {
    box-shadow: 0 0 0 0 transparent
  }
}




.break-title::after {
  content: '';
  position: absolute;
  width: 100px;
  height: 3px;
  background: #B1E5B3;
  bottom: -2px;
  left: 0px;

}

.disclosures-text, .disclosures-text a {
  color: #000;
  font-size: 12px;

}

.uk-section-background-green {
  background-color: #b1e5b33b;
}

.uk-background-light-green {
  background: #B1E5B3;
}

.btn-prev {
  color: #999 !important;
  font-weight: bold;
  font-size: 12px;
  cursor: pointer;
}

.entry-content h2 {
  font-family: 'Roboto', sans-serif;
  font-size: 24px;
  font-weight: bold;
}


.entry-content h3 {
  font-size: 20px;
  font-weight: bold;
  font-family: 'Roboto', sans-serif;
}

.entry-content h4 {
  font-size: 18px;
  font-weight: bold;
  font-family: 'Roboto', sans-serif;
}

.uk-navbar-nav>li>a::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  bottom: 0;
  height: 3px;
  background-color: transparent;
  transition: .35s ease-in-out;
  transition-property: background-color, border-color, box-shadow, height, left, right, opacity;
  --uk-navbar-nav-item-line-margin-horizontal: 0;
  left: var(--uk-navbar-nav-item-line-margin-horizontal);
  left: 50%;
  right: 50%;
  opacity: 0;
  background-image: linear-gradient(90deg, rgba(109, 163, 118, 1) 0%, rgba(177, 229, 179, 1) 100%);
}

.uk-navbar-nav>li:hover>a::before, .uk-navbar-nav>li>a[aria-expanded=true]::before {
  left: 0;
  right: 0;
  background-color: #6f40f1;
  opacity: 1;
}

.green-text-strong {
  color: #6DA376;
}

.article-discover {
  font-size: 24px;
}

.uk-hr-green {
  margin-top: 3px;
  margin-bottom: 3px;
  height: 2px;
  background: #6DA376;
  width: 50%;
}

.category.uk-accordion-title {
  color: black !important;
  background: white;
  border-radius: 8px;
  padding: 15px 15px;
  font-size: 16px;
  font-weight: bold;
}

.uk-accordion-content {
  background: white;
}

.category.uk-accordion-content {
  background: #DDF4DE;
  border-radius: 8px;
  padding: 20px 15px;
  font-size: 14px;
  color: black !important;
}


.tm-headerbar-top {
  padding-top: 40px;
  padding-bottom: 40px;
}



.font-roboto {
  font-family: 'Roboto', sans-serif;
}

.font-quicksand {
  font-family: 'Quicksand', sans-serif;
}



.uk-navbar-nav>li>a>span>svg {
  width: 12px;
}


.card-h {
  background: #eaf1fb;
}

.uk-navbar-dropbar {
  display: none !important;
}

.megamenu {
  width: 100%;
}

.uk-tab>*>a {
  color: #072845;

}

/*
.uk-background-tab::after {
  content: '';
  background: #B1E5B3;
  height: 266px;
  width: 100%;
  position: absolute;
  bottom: 0;
}*/

.uk-tab>.uk-active>a {
  color: #37583F;
  border-color: #37583F;
  font-weight: bold;
}

.uk-tab::before {
  border-bottom: solid 1px #B1E5B3;
}

.uk-background-yellow {
  background-color: #edc35a;
}

.uk-background-lightbrown {
  background-color: #e8fae4;
}

.uk-background-green {
  background-color: #B1E5B3;
}

.uk-navbar-container:not(.uk-navbar-transparent) {

  position: relative;
  z-index: 990;
  background: transparent;
}

.tm-header .uk-navbar-container {
  border-bottom: 1px solid #e5e9ed;
}

.uk-navbar-container.uk-navbar-sticky {
  background: rgba(247, 248, 252, .9);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
}

.tm-main-title {
  font-size: 3rem;
  line-height: 1.1111111111111112;
  color: #002c3f;
}

.tm-icon-box {
  padding: 6px;
  width: 90px;
  margin: auto;
  border-radius: 100%;
  height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: transparent !important;
  background-image: linear-gradient(150deg, #8e92bd 0, #c1affb 20%, #3b60ca 70%, #a3aaec 100%);
  -webkit-background-clip: text;
  font-size: 40px;
  border: solid 1px #a3aaec;
}

.category-icon-box {
  padding: 6px;
  width: 20px;
  margin: auto;
  border-radius: 100%;
  height: 20px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
}

.uk-section-secondary {
  background: #fff7ea;
}

.uk-background-white {
  background: #fff;
}


.uk-card-default {
  background-color: #f7f8fc;
  color: #555371;
  box-shadow: -15px -15px 20px rgb(255 255 255 / 80%), 15px 15px 20px rgb(57 65 124 / 8%);
  transition: .1s ease-in-out;
  transition-property: color, background-color, background-size, border-color, box-shadow, transform, top;
  border-radius: 12px;
}

.uk-background-blue .uk-icon-button {
  box-sizing: border-box;
  width: 48px;
  height: 48px;
  border-radius: 500px;
  background: #303751;
  color: #fff;
  vertical-align: middle;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  transition: .1s ease-in-out;
  transition-property: color, background-color, background-size, border-color, box-shadow;
  box-shadow: -4px -4px 12px rgb(255 255 255 / 3%), 4px 4px 12px rgb(0 0 0 / 20%);
}

.uk-comment-title {
  font-size: 14px;
}


:focus-visible {
  outline: none;
}

.el-title.uk-h3 {
  font-size: 16px;
  color: #002c3f;
  letter-spacing: 1px;
  font-weight: 500;
}

.uk-section-secondary a {
  color: black !important;
}


.header-input {
  border: solid 1px white;
  font-weight: 300;
  font-size: 16px;
  color: black;
  letter-spacing: 1px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.header-input::placeholder {
  font-weight: 300;
  font-size: 16px;
  color: #666;
  letter-spacing: 1px;
}

.header-button {
  background: #51b68d;
  color: white;
  font-weight: bold;
  letter-spacing: 1px;
  font-size: 20px;
  font-size: .875rem;
  letter-spacing: .11rem;
  /* line-height: .9; */
  --webkit-font-smoothing: antialiased;
  border: solid 1px #51b68d;
  height: 70px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.uk-alert {
  color: #929a9b;
  font-size: 12px;
}

.inner-content {
  font-size: 16px;
  line-height: 24px;
  color: #333;
}

.fresh-input, .fresh-select {
  border: none;
  padding-left: 5px;
}

.bordered-img {
  border-radius: 20px;
}

.bordered-div {
  padding: 5px 10px 5px 10px;
  border: 1px solid #BABEBD;
  border-radius: 3px;
  font-weight: bold;
  font-size: 12px;
  margin-right: 10px;
}

.checkbox-fresh {
  padding-left: 0px;
  font-weight: bold;
  font-size: 12px;
  margin-right: 10px;
}

.loadbutton {

  background: #51b68d;
  color: white;
  padding: 7px;
  border: none;
  margin-top: -10px;
  border-radius: 5px;
}

.category-text i {
  color: #6DA376;
  font-size: 20px;
}

.uk-light {
  color: white !important;
}

.uk-form-large:not(textarea):not([multiple]):not([size]) {
  height: 70px;
}

.header-button-primary {
  background: #fff;
  color: #008255;
  font-weight: bold;
  letter-spacing: 1px;
  font-size: 20px;
  font-size: .875rem;
  letter-spacing: .11rem;
  /* line-height: .9; */
  --webkit-font-smoothing: antialiased;
  border: solid 1px #008255;
}


@-webkit-keyframes rotating

/* Safari and Chrome */
  {
  from {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes rotating {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.rotating {
  -webkit-animation: rotating 2s linear infinite;
  -moz-animation: rotating 2s linear infinite;
  -ms-animation: rotating 2s linear infinite;
  -o-animation: rotating 2s linear infinite;
  animation: rotating 2s linear infinite;
}





body .vertical-centered-box {
  position: fixed;
  width: 100%;
  height: 100%;
  text-align: center;
  z-index: 999999999999;
  background: white;
}

body .vertical-centered-box:after {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}

body .vertical-centered-box .content {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  font-size: 0;
  position: relative;
}



.content span {
  color: black;
  font-size: 15px;
  font-family: 'Playfair Display', serif !important;
  letter-spacing: 4px;
  -webkit-font-smoothing: revert;
  position: relative;
}

* {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.loader-circle {
  position: fixed;
  left: 50%;
  top: 50%;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  box-shadow: inset 0 0 0 1px rgb(255 255 255);
  margin-left: -60px;
  margin-top: -60px;
}

.loader-line-mask {
  position: fixed;
  left: 50%;
  top: 50%;
  width: 60px;
  height: 120px;
  margin-left: -60px;
  margin-top: -60px;
  overflow: hidden;
  -webkit-transform-origin: 60px 60px;
  -moz-transform-origin: 60px 60px;
  -ms-transform-origin: 60px 60px;
  -o-transform-origin: 60px 60px;
  transform-origin: 60px 60px;
  -webkit-mask-image: -webkit-linear-gradient(top, #000000, rgba(0, 0, 0, 0));
  -webkit-animation: rotate 1.2s infinite linear;
  -moz-animation: rotate 1.2s infinite linear;
  -o-animation: rotate 1.2s infinite linear;
  animation: rotate 1.2s infinite linear;
}

.loader-line-mask .loader-line {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  box-shadow: inset 0 0 0 1px rgb(212 146 2);
}

#particles-background,
#particles-foreground {
  left: -51%;
  top: -51%;
  width: 202%;
  height: 202%;
  -webkit-transform: scale3d(0.5, 0.5, 1);
  -moz-transform: scale3d(0.5, 0.5, 1);
  -ms-transform: scale3d(0.5, 0.5, 1);
  -o-transform: scale3d(0.5, 0.5, 1);
  transform: scale3d(0.5, 0.5, 1);
}

#particles-background {
  background: #fff;
}

@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
  }
}

@-moz-keyframes rotate {
  0% {
    -moz-transform: rotate(0deg);
  }

  100% {
    -moz-transform: rotate(360deg);
  }
}

@-o-keyframes rotate {
  0% {
    -o-transform: rotate(0deg);
  }

  100% {
    -o-transform: rotate(360deg);
  }
}

@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

[not-existing] {
  zoom: 1;
}



.uk-button-primary {
  color: white;
  border: 2px solid transparent;
  /* background-image: linear-gradient(51deg,#7141f1 50%,#4d6bd8 75%,#3183e2 100%); */
  box-shadow: -5px -5px 15px rgb(255 255 255 / 90%), 5px 5px 15px rgb(79 107 209 / 57%);
  width: 100%;
  transition: .2s ease-in-out;
  transition-property: color, background-color, background-position, background-size, border-color, box-shadow;
  font-weight: 600;
  /* border-radius: 500px; */
  background-origin: border-box;
  background-size: 200%;
  background-position-x: 100%;
  background-color: #303751;
}


.uk-card-hover:hover {
  background-color: #f7f8fc;
  box-shadow: -2px -2px 5px rgb(255 255 255 / 90%), 2px 2px 4px rgb(57 65 124 / 20%);
  transform: translateY(3px);
}

a:hover {
  text-decoration: none;
}



#newsletter {
  width: 100%;
  height: 75px;
  background: #002c3f;
  overflow: hidden;
  position: relative;
}

#newsletter div {
  height: 75px;
  width: 100%;
  color: #fff;
  top: 100%;
  left: 0;
  overflow: hidden;
  position: absolute;
  transition: 0.25s cubic-bezier(0.28, 0, 0.18, 1);
}

.clr {
  clear: both;
}

#newsletter span.response {
  display: none;
  position: absolute;
  left: 30px;
  top: 50%;
  color: #b6b6b6;
  transform: translateY(-50%);
}

#newsletter #newsletter-cover p {
  position: absolute;
  left: 30px;
  top: 50%;
  color: #fff;
  transform: translateY(-50%);
}

#newsletter #newsletter-cover p span {
  color: #fff;
  font-weight: bold;
}

#newsletter #newsletter-form {
  background: #002c3f;
}

#newsletter #newsletter-form input[type="email"] {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  border: none;
  padding: 0 30px;
  width: 100%;
  background: 0 0;
  line-height: 75px;
  height: 75px;
  font-family: 'Quicksand', sans-serif;
  font-size: 100%;
  color: #fff;
  background: 0 0;
  border: none;
  font-size: 0.9rem;
  border-radius: 0;
}

#newsletter-form input[type="radio"] {
  display: none;
}

#newsletter #newsletter-form input[type="email"]::-webkit-input-placeholder {
  color: #fff;
}

#newsletter #newsletter-form input[type="email"]:-moz-placeholder {
  color: #fff;
}

#newsletter #newsletter-form input[type="email"]::-moz-placeholder {
  color: #fff;
}

#newsletter #newsletter-form input[type="email"]:-ms-input-placeholder {
  color: #fff;
}

#newsletter #newsletter-form input[type="submit"] {
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  background: #002c3f;
  line-height: 75px;
  height: 75px;
  color: #fff;
  font-size: 0.9rem;
  border: none;
  cursor: pointer;
  z-index: 1000;
  margin: 0;
  padding: 0;
}

#newsletter #newsletter-form input[type="submit"]:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

#newsletter #newsletter-join-btn {
  position: absolute;
  right: 30px;
  top: 50%;
  cursor: pointer;
  transform: translateY(-50%);
  color: #fff;

}

#newsletter.default {
  cursor: pointer;
}

#newsletter.default #newsletter-cover {
  top: 0;
}

#newsletter.form #newsletter-cover {
  top: -100%;
}

#newsletter.form #newsletter-form {
  top: 0;
}

#newsletter.response #newsletter-cover {
  top: -100%;
}

#newsletter.response #newsletter-form {
  top: -100%;
}

#newsletter.response #newsletter-response {
  top: 0 !important;
}

#newsletter.response.success span.response.success {
  display: block;
}

#newsletter.response.error span.response.error {
  display: block;
}



.rightbar-newsletter #newsletter {
  text-align: center;
  height: auto;
  background: 0 0;
  padding: 0;
}

.rightbar-newsletter #newsletter div {
  position: relative;
  top: 0;
  height: auto;
}

.rightbar-newsletter #newsletter span.response {
  left: 0;
  width: 100%;
  text-align: center;
  color: #fff;
}

.rightbar-newsletter #newsletter #newsletter-join-btn {
  display: none;
}

.rightbar-newsletter #newsletter #newsletter-cover p {
  padding: 20px;
  position: relative;
  text-align: center;
  transform: none;
  top: auto;
  line-height: 1.5;
  left: auto;
  color: #fff;
}

.rightbar-newsletter #newsletter #newsletter-cover p span {
  color: #fff;
}

.rightbar-newsletter #newsletter #newsletter-response {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  text-align: center;
  background: #333;
}

.rightbar-newsletter #newsletter #newsletter-form {
  background: 0 0;
}

.rightbar-newsletter #newsletter #newsletter-form input[type="email"],
.rightbar-newsletter #newsletter #newsletter-form input[type="submit"] {
  line-height: 60px;
  position: relative;
}

.rightbar-newsletter #newsletter #newsletter-form input[type="email"] {
  text-align: center;
  background: 0 0;
  color: #fff;
  line-height: 1.5;
  height: auto;
  padding: 6px 0;
  border-bottom: 1px solid #fff;
  width: 80%;
  margin: auto;
}

.rightbar-newsletter #newsletter #newsletter-form input[type="email"]::-webkit-input-placeholder {
  color: #fff;
}

.rightbar-newsletter #newsletter #newsletter-form input[type="email"]:-moz-placeholder {
  color: #fff;
}

.rightbar-newsletter #newsletter #newsletter-form input[type="email"]::-moz-placeholder {
  color: #fff;
}

.rightbar-newsletter #newsletter #newsletter-form input[type="email"]:-ms-input-placeholder {
  color: #fff;
}

.rightbar-newsletter #newsletter #newsletter-form input[type="submit"] {
  right: auto;
  top: auto;
  display: inline-block;
  background: 0 0;
  margin-top: 30px;
  color: #000;
  background: #fff;
  padding: 15px;
  height: auto;
  line-height: 1;
}

.rightbar-newsletter #newsletter.default {
  cursor: pointer;
}

.rightbar-newsletter #newsletter.default #newsletter-cover {
  top: 0;
}

.rightbar-newsletter #newsletter.default #newsletter-form {
  top: 0;
}

.rightbar-newsletter #newsletter.form #newsletter-cover {
  top: 0;
}

.rightbar-newsletter #newsletter.form #newsletter-form {
  top: 0;
}

.rightbar-newsletter #newsletter.response #newsletter-response {
  display: block;
}

.rightbar-newsletter #newsletter.response input[type="submit"] {
  visibility: hidden !important;
}

.rightbar-newsletter .uk-background-lightbrown {
  background-color: #333;
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: solid 5px green;
}


@media (max-width: 1024px) {
  #newsletter {
    text-align: center;
    height: auto;
    background: 0 0;
    padding: 0;
  }

  #newsletter div {
    position: relative;
    top: 0;
    height: auto;
  }

  #newsletter span.response {
    left: 0;
    width: 100%;
    text-align: center;
    color: #000;
  }

  #newsletter #newsletter-join-btn {
    display: none;
  }

  #newsletter #newsletter-cover p {
    padding: 20px;
    position: relative;
    text-align: center;
    transform: none;
    top: auto;
    line-height: 1.5;
    left: auto;
    color: #000;
  }

  #newsletter #newsletter-cover p span {
    color: #000;
  }

  #newsletter #newsletter-response {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    text-align: center;
    background: #fff;
  }

  #newsletter #newsletter-form {
    background: 0 0;
  }

  #newsletter #newsletter-form input[type="email"],
  #newsletter #newsletter-form input[type="submit"] {
    line-height: 60px;
    position: relative;
  }

  #newsletter #newsletter-form input[type="email"] {
    text-align: center;
    background: 0 0;
    color: #000;
    line-height: 1.5;
    height: auto;
    padding: 6px 0;
    border-bottom: 1px solid #000;
  }

  #newsletter #newsletter-form input[type="email"]::-webkit-input-placeholder {
    color: #000;
  }

  #newsletter #newsletter-form input[type="email"]:-moz-placeholder {
    color: #000;
  }

  #newsletter #newsletter-form input[type="email"]::-moz-placeholder {
    color: #000;
  }

  #newsletter #newsletter-form input[type="email"]:-ms-input-placeholder {
    color: #000;
  }

  #newsletter #newsletter-form input[type="submit"] {
    right: auto;
    top: auto;
    display: inline-block;
    background: 0 0;
    margin-top: 30px;
    color: #fff;
    background: #000;
    padding: 15px;
    height: auto;
    line-height: 1;
  }

  #newsletter.default {
    cursor: pointer;
  }

  #newsletter.default #newsletter-cover {
    top: 0;
  }

  #newsletter.default #newsletter-form {
    top: 0;
  }

  #newsletter.form #newsletter-cover {
    top: 0;
  }

  #newsletter.form #newsletter-form {
    top: 0;
  }

  #newsletter.response #newsletter-response {
    display: block;
  }

  #newsletter.response input[type="submit"] {
    visibility: hidden !important;
  }
}


.main-services-list li {
  padding: 12px 15px;
  margin-bottom: 10px;
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
}

.main-services-list li i {
  margin-right: 4px;
}

.main-services-list li.uk-active {
  box-shadow: 1px 1px 60px 0 rgb(2 4 69 / 6%);
}

.main-services-list li.uk-active i {
  color: #00b289;
  margin-right: 10px;
}

.uk-button-link {
  text-transform: none;
  color: #00b289;
}

.uk-button-cta {
  background-color: #072845;
  color: white;
  text-transform: none;
  border: solid 1px #072845;
  box-shadow: 0px 5px 1px #101b2f3d;
  font-weight: bold;
  padding: 5px 0px;
  background-position: 50% 100%;
  background-size: 0;
  transition-duration: .9s;
  transition-timing-function: cubic-bezier(0.165, 0.85, 0.45, 1);
  background-image: radial-gradient(circle at 50% 100%, #6DA376 1%, transparent 1%);
  background-origin: border-box;
  transition: .4s ease-in-out;
  transition-property: color, background-color, background-position, background-size, border-color, box-shadow;
}

.btn-next, .form-submit {
  background-color: #B1E5B3;
  color: #072845;
  text-transform: none;
  border: solid 1px #B1E5B3;
  box-shadow: 0px 5px 1px #101b2f3d;
  font-weight: bold;
  padding: 5px 0px;
  background-position: 50% 100%;
  background-size: 0;
  transition-duration: .9s;
  transition-timing-function: cubic-bezier(0.165, 0.85, 0.45, 1);
  background-image: radial-gradient(circle at 50% 100%, #6DA376 1%, transparent 1%);
  background-origin: border-box;
  transition: .4s ease-in-out;
  transition-property: color, background-color, background-position, background-size, border-color, box-shadow;
  font-size: 1.2rem;
}


.uk-button-green {
  background: #6DA376;
  border: solid 1px #6DA376;
  color: white;
  text-transform: none;
  box-shadow: 0px 5px 1px #101b2f3d;
  font-weight: bold;
  padding: 5px 0px;
  background-position: 50% 100%;
  background-size: 0;
  transition-duration: .9s;
  transition-timing-function: cubic-bezier(0.165, 0.85, 0.45, 1);
  background-image: radial-gradient(circle at 50% 100%, #6DA376 1%, transparent 1%);
  background-origin: border-box;
  transition: .4s ease-in-out;
  transition-property: color, background-color, background-position, background-size, border-color, box-shadow;
}

.credit-button {
  background-color: #6DA376;
  border: none;
  box-shadow: none;
}

.uk-button-cta:hover, .uk-button-white:hover, .uk-button-green:hover, .btn-next:hover, .form-submit:hover, .credit-button:hover {
  background-size: 15000%;
  background-color: #072845;
  color: #fff;
}

.btn-next-to:hover {
  background-size: 15000%;
  background-color: #B1E5B3;
  color: white;
}


.pulsate::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  animation: pulseb 2s infinite;
  border-radius: 100%;
}


@keyframes pulseb {
  0% {
    box-shadow: 0 0 0 0 #f8881ead;
  }

  70% {
    box-shadow: 0 0 0 12px transparent
  }

  to {
    box-shadow: 0 0 0 0 transparent
  }
}




.lp-input {
  font-size: 1.4rem;
}

.uk-button-white {
  background: #fff;
  color: #072845;
  text-transform: none;
  border: solid 1px #101b2f3d;
  box-shadow: 0px 5px 1px #101b2f3d;
  font-weight: bold;
  padding: 5px 0px;
  background-position: 50% 100%;
  background-size: 0;
  transition-duration: .9s;
  transition-timing-function: cubic-bezier(0.165, 0.85, 0.45, 1);
  background-image: radial-gradient(circle at 50% 100%, #6DA376 1%, transparent 1%);
  background-origin: border-box;
  transition: .4s ease-in-out;
  transition-property: color, background-color, background-position, background-size, border-color, box-shadow;
}

.uk-button-cta-phone {
  background: #3c5b97;
  color: white;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  border: solid 1px #3c5b97;
}

.uk-button-cta-link {
  color: #303751;
  font-weight: bold;
  letter-spacing: 0.8px;
}


.uk-slider-items .uk-card {
  position: relative;
  /* box-shadow:4px 5px 7px rgb(96 95 95 / 26%), 15px 15px 20px rgb(57 65 124 / 8%);*/
  margin-bottom: 20px;
  background: white;
}

.tm-toolbar {
  background: #072845;
  padding: 8px;
}

.tm-toolbar a {
  color: white !important;
  /* font-weight: 500; */
  text-transform: capitalize !important;
  letter-spacing: 0.8px;
}

.uk-thumbnav>* {
  padding-left: 0px;
}

.uk-slider-items li:nth-child(1).uk-active .uk-card {
  background: #B1E5B3;
}


.uk-slider-items li:nth-child(1) .uk-card {
  border-bottom: solid 5px #B1E5B3;
  border-right: solid 1px #f2f2f2;
}

.uk-slider-items li:nth-child(2).uk-active .uk-card {
  background: #B1E5B3;
}

.uk-slider-items li:nth-child(2) .uk-card {
  border-bottom: solid 5px #B1E5B3;
  border-right: solid 1px #f2f2f2;
}

.uk-slider-items li:nth-child(3).uk-active .uk-card {
  background: #B1E5B3;
}

.uk-slider-items li:nth-child(3) .uk-card {
  border-bottom: solid 5px #B1E5B3;
  border-right: solid 1px #f2f2f2;
}

.uk-slider-items li:nth-child(4).uk-active .uk-card {
  background: #B1E5B3;
}

.uk-slider-items li:nth-child(4) .uk-card {
  border-bottom: solid 5px #B1E5B3;
  border-right: solid 1px #f2f2f2;
}

.uk-slider-items li:nth-child(5).uk-active .uk-card {
  background: #B1E5B3;
}

.uk-slider-items li:nth-child(5) .uk-card {
  border-bottom: solid 5px #B1E5B3;
  border-right: solid 1px #f2f2f2;
}

.uk-slider-items li:nth-child(6).uk-active .uk-card {
  background: #B1E5B3;
}

.uk-slider-items li:nth-child(6) .uk-card {
  border-bottom: solid 5px #B1E5B3;
  border-right: solid 1px #f2f2f2;
}

.uk-slider-items li:nth-child(7).uk-active .uk-card {
  background: #B1E5B3;
}

.uk-slider-items li:nth-child(7) .uk-card {
  border-bottom: solid 5px #B1E5B3;
}

.uk-slider-items .uk-active .uk-card {

  border-bottom: solid 5px #fff !important;
  position: relative;
}

.uk-slider-items .uk-active::after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0px 20px;
  border-color: #b1e5b3 transparent transparent transparent;
  bottom: 8px;
  z-index: -1;
  left: 68px;
  display: none;
}

.uk-position-center-left-out {
  right: 100%;
  width: max-content;
  top: 50px;
  left: -70px;
}

.uk-position-center-right-out {
  left: 100%;
  width: max-content;
  top: 50px;
  margin-left: 20px;
}


.right-shape {
  position: absolute;
  left: 57%;
  top: 31%;
  z-index: -1;
  width: 80%;
  height: 90%;
  border-radius: 94px;
  background-color: #fff5e8;
  -webkit-transform: rotate(-21deg);
  -ms-transform: rotate(-21deg);
  transform: rotate(-21deg);
}

.left-shape {
  position: absolute;
  left: -10%;
  top: -15%;
  z-index: -1;
  width: 60%;
  height: 100%;
  border-radius: 94px;
  -webkit-transform: rotate(-11deg);
  -ms-transform: rotate(-11deg);
  transform: rotate(-11deg);
}

.main .left-shape {
  background-color: #e8fae4;
}

.center-shape {
  position: absolute;
  right: 12%;
  top: 12%;
  z-index: -1;
  width: 30%;
  height: 70%;
  border-radius: 94px;
  background-color: #e9e4fa;
  -webkit-transform: rotate(-25deg);
  -ms-transform: rotate(-25deg);
  transform: rotate(24deg);

}

.small-shape {
  position: absolute;
  left: 8%;
  top: 42%;
  z-index: -1;
  width: 13%;
  height: 40%;
  border-radius: 64px;
  background-color: #e4f7fa;
  -webkit-transform: rotate(-24deg);
  -ms-transform: rotate(-24deg);
  transform: rotate(-25deg);

}

/* Multi Step Form */
.multi-step-form h2, .multi-step-formm h2 {
  font-weight: bold;
  color: #B1E5B3;
  font-size: 25px
}

.multi-step-formm fieldset 
{
  border:none;
}

.no-js .multi-step-form fieldset button,
.no-js .multi-step-form h2, .multi-step-form.edit-form fieldset button,
.multi-step-form.edit-form h2 {
  display: none !important;
}

.no-js .multi-step-form fieldset, .multi-step-form.edit-form fieldset {
  display: block !important;
}

.no-js .multi-step-form [type=submit],
.no-js .multi-step-form [type=reset], .multi-step-form.edit-form [type=submit],
.multi-step-form.edit-form [type=reset] {
  display: inline-block !important;
}

.no-js .multi-step-form .steps, .multi-step-form.edit-form .steps {
  display: none;
}

.multi-step-form fieldset {
  display: none;
}

.multi-step-form fieldset:first-of-type {
  display: block;
  border: none;
}

.multi-step-form fieldset.hidden {
  display: none;
  border: none;
}

.multi-step-form fieldset.visible {
  display: block;
  border: none;
}

.multi-step-form .steps button {
  border: 0;
}

.multi-step-form .steps [disabled] {
  background: none;
}

.multi-step-form .steps .active {
  background: #eee;
}


.error {
  color: red;
}

label .optional {
  font-weight: normal;
  font-size: 90%;
}


.question-button {
  margin: auto;
  -webkit-transition: .5s;
  cursor: pointer;
  letter-spacing: 1px;
  padding: 13px 15px;
  display: block;
  width: 100%;
  border: 1px solid transparent;
  line-height: 27px;
  min-height: 57px;
  font-size: 20px;
  font-weight: 700;
  border-bottom-color: #2f9ee9;
  background: #2f9ee9;
  color: #fff;
}

fieldset .tm-main-title {
  font-size: 2rem;
}

.tm-main-title span {
  color: #0eb5fe;
  font-style: italic;
  text-decoration: underline;
}




.bordered-input .css-radio {
  display: none;
}

.bordered-input .css-radio+label.css-label {
  background: #ecedef;
  border-radius: 50%;
  text-align: center;
  color: #000;
  height: 40px;
  width: 40px;
  display: inline-block;
  line-height: 40px;
  font-size: 18px;
  vertical-align: middle;
  cursor: pointer;
  font-family: 'Gilroy';
  font-weight: normal;
  margin-right: 5px;

}

.bordered-input .css-radio:checked+label.css-label {
  background: #0fb35a;
  color: white;
}

.sticky-bottom {
  z-index: 999;
  border: none;
  box-shadow: none;
  border-radius: 0;
  background: #4657a1;
}

.zip-error {
  display: none;
  margin-top: 6px;
  color: white;
  font-size: 17px;
}

.zipsubmit:disabled, .form-submit:disabled {
  filter: grayscale(1);
}

.text-spacing {
  letter-spacing: 0.4px;
  color: #737373;
}

.flag-dropdown {
  display: none
}

.form_row.vat_check {
  margin-top: 40px;
}

#realtime_check.valid {
  color: #11de50;
}

#realtime_check.invalid {
  color: #de114a;
}

.sharediv {
  z-index: 8;
}

.clouse-icon {
  position: absolute;
  top: 100px;
  right: 5px;
  z-index: 999;
  cursor: pointer;
}

/* Nav End */


.cover-image {
  background-color: #ececec;
  display: block;
  padding-top: 66.6666667%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.cover-image.ratio-square {
  padding-top: 100%;
}

.uk-slideshow-items>* {
  background-color: #f2f2f2;
}

.post .entry-thumb .link-overlay {
  background-color: rgba(255, 255, 255, 0.1);
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.post .entry-thumb {
  display: block;
  position: relative;
}

.site-primary .block-listing .block-layout .post .entry-content {
  text-align: left;
  padding-top: 20px;
}

.post .entry-category {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 2.5px;
  margin-bottom: 10px;
}

.post .entry-category a {
  color: #7c7c7c;
}

.uk-button-text-green {
  color: #008254;
}


.scroll-header {
  position: fixed;
  top: 81px;
  z-index: 9999;
  width: 100%;
}

.progress-container {
  width: 100%;
  height: 2px;
}

.progress-bar {
  height: 2px;
  background: rgb(109, 163, 118);
  background: linear-gradient(90deg, rgba(109, 163, 118, 1) 0%, rgba(177, 229, 179, 1) 100%);
  width: 0%;
}

.uk-nav-default>li>a {
  color: #072845;
}

.slogan-min {
  color: #fff;
  font-size: 16px;
  margin-top: 10px;
  letter-spacing: 0.1px;
}


@media (max-width: 600px) {
  .tm-main-title {
    font-size: 2rem;
  }

  .mobile-form {
    margin-left: -15px;
  }

  .sub .uk-logo span {
    color: #002c3f;
  }

  .padding-m-remove {
    padding-left: 0px;
  }
}

/* Select and Tweet */

@charset "UTF-8";

@font-face {
  font-family: "t";
  src: url("../fonts/t.eot");
  src: url("../fonts/t.eot?#iefix") format("embedded-opentype"),
    url("../fonts/t.woff") format("woff"),
    url("../fonts/t.ttf") format("truetype"),
    url("../fonts/t.svg#t") format("svg");
  font-weight: normal;
  font-style: normal;

}

[data-icon]:before {
  font-family: "t" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "t" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-social-twitter:before {
  content: "t";
}





@keyframes twtfade {
  0% {
    @include opacity(0);
  }

  100% {
    @include opacity(100);
  }
}

@-webkit-keyframes twtfade {
  0% {
    @include opacity(0);
  }

  100% {
    @include opacity(100);
  }
}

/* button body */
.twtshare {
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  margin-left: -35px;
  background: #14485f;
  color: #FFF;
  width: 70px;
  height: 35px;
  display: block;
  -webkit-animation-name: twtfade;
  animation-name: twtfade;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  cursor: pointer;
  text-decoration: none;
}

/* button bottom arrow */
.twtshare:after {
  margin-top: 0;
  margin-left: -7px;
  left: 50%;
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 7.5px 0 7.5px;
  border-color: #14485f transparent transparent transparent;
  -moz-transition: border-color 0.3s;
  -webkit-transition: border-color 0.3s;
  -o-transition: border-color 0.3s;
  -ms-transition: border-color 0.3s;
  transition: border-color 0.3s;
}

/* button icon */
.twtshare:before {
  display: block;
  width: 70px;
  height: 35px;
  line-height: 39px;
  font-size: 18px;
  text-align: center;
}

/* Select and Tweet */


/* Cookie Start */
.cc-window {
  opacity: 1;
  transition: opacity .5s ease
}

.cc-window.cc-invisible {
  opacity: 0
}

.cc-animate.cc-revoke {
  transition: transform 1s ease
}

.cc-animate.cc-revoke.cc-top {
  transform: translateY(-2em)
}

.cc-animate.cc-revoke.cc-bottom {
  transform: translateY(2em)
}

.cc-animate.cc-revoke.cc-active.cc-bottom, .cc-animate.cc-revoke.cc-active.cc-top, .cc-revoke:hover {
  transform: translateY(0)
}

.cc-link, .cc-revoke:hover {
  text-decoration: underline
}

.cc-revoke, .cc-window {
  position: fixed;
  overflow: hidden;
  box-sizing: border-box;
  font-family: Helvetica, Calibri, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5em;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  z-index: 9999
}

.cc-window.cc-floating {
  padding: 2em;
  max-width: 24em;
  -ms-flex-direction: column;
  flex-direction: column
}

.cc-window.cc-banner {
  padding: 1em 1.8em;
  width: 100%;
  -ms-flex-direction: row;
  flex-direction: row
}

.cc-revoke {
  padding: .5em
}

.cc-header {
  font-size: 18px;
  font-weight: 700
}

.cc-btn, .cc-close, .cc-link, .cc-revoke {
  cursor: pointer
}


.cc-color-override--1762072787 .cc-highlight .cc-btn:first-child {
  color: black !important;
}

.cc-link {
  display: inline-block;
  padding: .2em
}

.cc-link:hover {
  opacity: 1
}

.cc-link:active, .cc-link:visited {
  color: initial
}

.cc-btn {
  display: block;
  padding: .4em .8em;
  font-size: .9em;
  font-weight: 700;
  border-width: 2px;
  border-style: solid;
  text-align: center;
  white-space: nowrap
}

.cc-banner .cc-btn:last-child {
  min-width: 140px
}

.cc-highlight .cc-btn:first-child {
  background-color: transparent;
  border-color: transparent
}

.cc-highlight .cc-btn:first-child:hover {
  background-color: transparent;
  text-decoration: underline
}

.cc-close {
  display: block;
  position: absolute;
  top: .5em;
  right: .5em;
  font-size: 1.6em;
  opacity: .9;
  line-height: .75
}

.cc-close:hover {
  opacity: 1
}

.cc-revoke.cc-top {
  top: 0;
  left: 3em;
  border-bottom-left-radius: .5em;
  border-bottom-right-radius: .5em
}

.cc-revoke.cc-bottom {
  bottom: 0;
  left: 3em;
  border-top-left-radius: .5em;
  border-top-right-radius: .5em
}

.cc-revoke.cc-left {
  left: 3em;
  right: unset
}

.cc-revoke.cc-right {
  right: 3em;
  left: unset
}

.cc-top {
  top: 1em
}

.cc-left {
  left: 1em
}

.cc-right {
  right: 1em
}

.cc-bottom {
  bottom: 1em
}

.cc-floating>.cc-link {
  margin-bottom: 1em
}

.cc-floating .cc-message {
  display: block;
  margin-bottom: 1em;
  color: black;
}

.cc-color-override--1762072787 .cc-link, .cc-color-override--1762072787 .cc-link:active, .cc-color-override--1762072787 .cc-link:visited {
  color: black !important;
}

.cc-btn.cc-allow {
  background-color: #072845 !important;
}

.cc-window.cc-floating .cc-compliance {
  -ms-flex: 1;
  flex: 1
}

.cc-window.cc-banner {
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center
}

.cc-banner.cc-top {
  left: 0;
  right: 0;
  top: 0
}

.cc-banner.cc-bottom {
  left: 0;
  right: 0;
  bottom: 0
}

.cc-banner .cc-message {
  -ms-flex: 1;
  flex: 1
}

.cc-compliance {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: justify;
  align-content: space-between
}

.cc-compliance>.cc-btn {
  -ms-flex: 1;
  flex: 1
}

.cc-btn+.cc-btn {
  margin-left: .5em
}

@media print {
  .cc-revoke, .cc-window {
    display: none
  }
}

@media screen and (max-width:900px) {
  .cc-btn {
    white-space: normal
  }
}

@media screen and (max-width:414px) and (orientation:portrait), screen and (max-width:736px) and (orientation:landscape) {
  .cc-window.cc-top {
    top: 0
  }

  .cc-window.cc-bottom {
    bottom: 0
  }

  .cc-window.cc-banner, .cc-window.cc-left, .cc-window.cc-right {
    left: 0;
    right: 0
  }

  .cc-window.cc-banner {
    -ms-flex-direction: column;
    flex-direction: column
  }

  .cc-window.cc-banner .cc-compliance {
    -ms-flex: 1;
    flex: 1
  }

  .cc-window.cc-floating {
    max-width: none
  }

  .cc-window .cc-message {
    margin-bottom: 1em
  }

  .cc-window.cc-banner {
    -ms-flex-align: unset;
    -ms-grid-row-align: unset;
    align-items: unset
  }
}

.cc-windowstyle-edgeless.cc-window {
  padding: 0
}

.cc-floating.cc-windowstyle-edgeless .cc-message {
  margin: 2em 2em 1.5em
}

.cc-banner.cc-windowstyle-edgeless .cc-btn {
  margin: 0;
  padding: .8em 1.8em;
  height: 100%
}

.cc-banner.cc-windowstyle-edgeless .cc-message {
  margin-left: 1em
}

.cc-floating.cc-windowstyle-edgeless .cc-btn+.cc-btn {
  margin-left: 0
}

.cc-floating.cc-windowstyle-classic {
  padding: 1.2em;
  border-radius: 5px
}

.cc-floating.cc-type-info.cc-windowstyle-classic .cc-compliance {
  text-align: center;
  display: inline;
  -ms-flex: none;
  flex: none
}

.cc-windowstyle-classic .cc-btn {
  border-radius: 5px
}

.cc-windowstyle-classic .cc-btn:last-child {
  min-width: 140px
}

.cc-floating.cc-type-info.cc-windowstyle-classic .cc-btn {
  display: inline-block
}

.cc-theme-centered-block.cc-window {
  text-align: center
}

/* Cookie End */




#tr-el {
  display: none;
  z-index: 999999999999;
  position: fixed;
  height: 100vh;
  width: 100vw;
}

#tr-el .container-slides {
  position: relative;
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#tr-el .container-slides .slide {
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
}

#tr-el.show .container-slides .slide,
#tr-el.hide .container-slides .slide {
  -webkit-transition-timing-function: cubic-bezier(0.800, 0.000, 0.990, 0.990);
  -o-transition-timing-function: cubic-bezier(0.800, 0.000, 0.990, 0.990);
  transition-timing-function: cubic-bezier(0.800, 0.000, 0.990, 0.990);
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

#tr-el.show .container-slides .slide {
  -webkit-transition-duration: 450ms;
  -o-transition-duration: 450ms;
  transition-duration: 450ms;
}

#tr-el.hide .container-slides .slide {
  -webkit-transition-duration: 650ms;
  -o-transition-duration: 650ms;
  transition-duration: 650ms;
}

#tr-el .container-slides .slide:nth-child(1) {
  background-color: #FFF;
}

#tr-el .container-slides .slide:nth-child(2) {
  background-color: #EAEAEA;
}

#tr-el.hide .container-slides .slide:nth-child(1) {
  z-index: 1;
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}

#tr-el.hide .container-slides .slide:nth-child(2) {
  z-index: 2;
  -webkit-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

#tr-el.show .container-slides .slide:nth-child(1) {
  z-index: 2;
  -webkit-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

#tr-el.show .container-slides .slide:nth-child(2) {
  z-index: 2;
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}

#tr-el.hide .container-slides .slide {
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
}

#tr-el.show .container-slides .slide {
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
}

#tr-el .container-slides .slide .slg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}

#tr-el .container-slides .slide .slg.hide {
  opacity: 0;
}

#tr-el .container-slides .slide .slg.show {
  animation: loadingAnimation 2s ease infinite;
  -webkit-animation: loadingAnimation 2s ease infinite;
}

@keyframes loadingAnimation {
  0% {
    opacity: 0.1;
  }

  50% {
    opacity: 1;
  }

  100% {
    opacity: 0.1;
  }

}

@-webkit-keyframes loadingAnimation {
  0% {
    opacity: 0.1;
  }

  50% {
    opacity: 1;
  }

  100% {
    opacity: 0.1;
  }

}


#tr-el .container-slides .slide .slg .line {
  font-size: 18px;
  line-height: 40px;
  text-align: center;
}

#tr-el .container-slides .slide .slg .line:nth-child(1) {
  color: #363F54;
}

#tr-el .container-slides .slide .slg .line:nth-child(1) {
  color: rgba(54, 63, 84, 0.4);
}

#tr-el .container-slides .slide .slg .line:nth-child(1) span,
#tr-el .container-slides .slide .slg .line:nth-child(2) span {
  white-space: pre;
  display: inline-block;
  opacity: 0;
  will-change: transform;
  -webkit-transform: translateZ(0) translateY(-100px);
  -ms-transform: translateZ(0) translateY(-100px);
  transform: translateZ(0) translateY(-100px);
}

#tr-el .container-slides .slide .slg>.line:nth-child(1) span:nth-child(1) {
  -webkit-transform: translateY(-100px);
  -ms-transform: translateY(-100px);
  transform: translateY(-100px);
}

#tr-el .container-slides .slide .slg>.line:nth-child(1) span:nth-child(3) {
  -webkit-transform: translateY(-170px);
  -ms-transform: translateY(-170px);
  transform: translateY(-170px);
}

#tr-el .container-slides .slide .slg>.line:nth-child(1) span:nth-child(5) {
  -webkit-transform: translateY(-50px);
  -ms-transform: translateY(-50px);
  transform: translateY(-50px);
}

#tr-el .container-slides .slide .slg>.line:nth-child(1) span:nth-child(7) {
  -webkit-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  transform: translateY(-20px);
}

#tr-el .container-slides .slide .slg>.line:nth-child(1) span:nth-child(9) {
  -webkit-transform: translateY(-70px);
  -ms-transform: translateY(-70px);
  transform: translateY(-70px);
}

#tr-el .container-slides .slide .slg>.line:nth-child(1) span:nth-child(11) {
  -webkit-transform: translateY(-90px);
  -ms-transform: translateY(-90px);
  transform: translateY(-90px);
}

#tr-el .container-slides .slide .slg>.line:nth-child(2) span:nth-child(1) {
  -webkit-transform: translateY(100px);
  -ms-transform: translateY(100px);
  transform: translateY(100px);
}

#tr-el .container-slides .slide .slg>.line:nth-child(2) span:nth-child(3) {
  -webkit-transform: translateY(170px);
  -ms-transform: translateY(170px);
  transform: translateY(170px);
}

#tr-el .container-slides .slide .slg>.line:nth-child(2) span:nth-child(5) {
  -webkit-transform: translateY(50px);
  -ms-transform: translateY(50px);
  transform: translateY(50px);
}

#tr-el .container-slides .slide .slg>.line:nth-child(2) span:nth-child(7) {
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
}

#tr-el .container-slides .slide .slg>.line:nth-child(2) span:nth-child(9) {
  -webkit-transform: translateY(70px);
  -ms-transform: translateY(70px);
  transform: translateY(70px);
}

#tr-el .container-slides .slide .slg>.line:nth-child(2) span:nth-child(11) {
  -webkit-transform: translateY(140px);
  -ms-transform: translateY(140px);
  transform: translateY(140px);
}

#tr-el .container-slides .slide .slg>.line:nth-child(2) span:nth-child(13) {
  -webkit-transform: translateY(60px);
  -ms-transform: translateY(60px);
  transform: translateY(60px);
}

#tr-el .container-slides .slide .slg>.line:nth-child(2) span:nth-child(15) {
  -webkit-transform: translateY(100px);
  -ms-transform: translateY(100px);
  transform: translateY(100px);
}

#tr-el .container-slides .slide .slg.show>.line:nth-child(1) span,
#tr-el .container-slides .slide .slg.show>.line:nth-child(2) span {
  -webkit-transition: all 0.5s cubic-bezier(0.045, 0.855, 0.100, 0.955);
  -o-transition: all 0.5s cubic-bezier(0.045, 0.855, 0.100, 0.955);
  transition: all 0.5s cubic-bezier(0.045, 0.855, 0.100, 0.955);
  opacity: 1;
  -webkit-transform: translateZ(0) translateY(0px);
  -ms-transform: translateZ(0) translateY(0px);
  transform: translateZ(0) translateY(0px);
}


.liquid-button a {
  position: relative;
  padding: 20px 40px;
  display: block;
  text-decoration: none;
  width: 340px;
  overflow: hidden;
  border-radius: 50px;
  text-align: center;
  margin: auto;
}

@media (max-width: 600px) {
  .liquid-button a {
    width: 270px;
    font-size: 14px;
  }
}

.liquid-button span {
  position: relative;
  z-index: 1;
  color: #072845;
  font-size: 1.5em;
  letter-spacing: .05em;
}

.liquid {
  position: absolute;
  left: 0;
  top: -240px;
  width: 520px;
  height: 520px;
  background: #b1e5b3;
  box-shadow: 0 0 50px #6da376 inset;
  transition: 0.7s;
}

.liquid-button a:hover .liquid {
  top: -150px;
}

.liquid-button a .liquid:before,
.liquid-button a .liquid:after {
  content: '';
  position: absolute;
  width: 200%;
  height: 200%;
  top: 0;
  left: 50%;
  transform: translate(-50%, -75%);
}

.liquid-button a .liquid::before {
  border-radius: 40%;
  background: rgb(255 255 255);
  animation: animatet 10s linear infinite;
}

.liquid-button a .liquid::after {
  border-radius: 40%;
  background: rgb(255 255 255 / 50%);
  animation: animatet 20s linear infinite;
}

@keyframes animatet {
  0% {
    transform: translate(-50%, -75%) rotate(0deg);
  }

  100% {
    transform: translate(-50%, -75%) rotate(360deg);
  }
}

.card-detail {
  box-shadow: 0 0 1px 0 hsl(0deg 0% 8% / 10%), 0 2px 8px -1px hsl(0deg 0% 8% / 20%)
}
.card-detail2 {
  box-shadow: 0 0 1px 0 hsl(0deg 0% 8% / 10%), 0 2px 8px -1px hsl(0deg 0% 8% / 20%)
}
.card-detail3 {
  box-shadow: 0 0 1px 0 hsl(0deg 0% 8% / 10%), 0 2px 8px -1px hsl(0deg 0% 8% / 20%)
}

.sums-title {
  font-size: 1.2rem;
}

.stars i {
  color: #6da376;
}

.small-title {
  font-weight: bold;
  font-size: 12px;
}

.small-content {
  font-size: 14px;
  margin-bottom: 15px;
}

.card-icon i {

  font-size: 40px;
  color: #000;
}

.credit-card-cat {
  
  border-bottom: solid 4px #eeeeee;
}

.credit-card-cat:hover {
  border-bottom: solid 4px #6da376;
}

.credit-card-cat:hover h3, .credit-card-cat:hover i {
  color: #6da376 !important;

}

.font-500 {
  font-weight: 500;
}

.uk-padding-icon {
  padding: 30px 40px
}

.news-hover {
  border-left: solid 4px #eeeeee;
}

.news-hover:hover {
  border-left: solid 4px #6da376;
}

.editors-slider li:after {
  background-image: linear-gradient(0deg, #151515, transparent 80%);
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.z-index-9 
{
  z-index:9;
}

.footer ul li a 
{
  color:#151515;
  font-weight:500;
  font-size:14px;
}

.news-list-card 
{
  border-bottom: solid 4px #eeeeee
}


.news-list-card:hover {
  border-bottom: solid 4px #6da376;
}

.contact-us-form label 
{
  color:#072845;
  font-weight:bold
}

.contact-us-form input 
{
  background-color: #fff;
  border: 0.0625rem solid #515260;
  border-radius: 4px;
  color: #151515;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  height: 3rem;
  padding: 0.5rem 1rem;
  width: 100%;
}

.contact-us-form select 
{
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: #fff;
  border: 0.0625rem solid #515260;
  border-radius: 4px;
  cursor: pointer;
  display: block;
  font-size: 1rem;
  line-height: 1.75;
  min-height: 3rem;
  padding: 0.25rem 1.4375rem;
  position: relative;
  text-align: left;
  text-transform: capitalize;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  width: 100%;
}

.form-item 
{
  position:relative;
}

.form-item input 
{
  transition: all .3s ease;

}


.form-item input:focus{
  border-color: #072845
}
.form-item label{
  position: absolute;
  cursor: text;
  z-index: 2;
  top: 16px;
  left: 10px;
  font-size: 12px;
  font-weight: bold;
  background: #fff;
  padding: 0 10px;
  color: #999;
  transition: all .3s ease
}
.form-item input:focus + label,
.form-item input:valid + label{
  font-size: 11px;
  top: -5px
}
.form-item input:focus + label{
  color: #072845
}

.form-item select:focus + label,
.form-item select:valid + label{
  font-size: 11px;
  top: -5px
}

@media (max-width: 600px) {
.mobile-hide 
{
  display:none;
}
}

.uk-accordion-mobile > :nth-child(n+2)
{
  margin-top:5px;
}

.slider-icon 
{
  display: inline-block;
  padding: 8px;
  background: #b1e5b378;
  border-radius: 100%;
  width: 20px;
  height: 20px;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
  color: #6da376;
}

.uk-breadcrumb>:last-child>span, .uk-breadcrumb>:last-child>a:not([href]), .uk-breadcrumb>*>*
{
  color: #000 !important;
  font-weight: 500;
}

.slg svg 
{
  width:100px;
}

.slg svg .cls-2 
{

  animation: logoanim 4s;
  -ms-animation: logoanim 4s;
  -webkit-animation: logoanim 4s;
  animation-iteration-count: 1;
}


@-webkit-keyframes logoanim {
  0% {
    fill:#172943;
  }

  10% {
    fill:#172943;
  }

  20% {
    fill: #6fa477;
  }

  30% {
    fill:#172943;
  }

  40% {
    fill: #6fa477;
  }

  50% {
    fill:#172943;
  }

  90% {
    fill: #6fa477;
  }

  100% {
    fill: #6fa477;
  }
}

