@import "uikit.css";
body {
  background: #f7f5ff;
  background: linear-gradient(337deg, #f7f5ff 0%, #b7dcfd 100%);
  background: linear-gradient(337deg, #f7f5ff 0%, #dfedf9 100%);
}
header {
  z-index: 2;
  width: 100%;
  background-color: var(--color-natural-green);
  border-bottom: 1px solid #eeeeee;
}
header.uk-active {
  box-shadow: 0 14px 25px rgba(0, 0, 0, 0.16);
}
header .uk-navbar-nav > li {
  min-height: 100px;
  display: flex;
  align-items: center;
}
header .uk-navbar-nav > li > a {
  font-size: 1rem;
  min-height: 40px;
}
.column-section .text-container-left {
  padding-right: 40px !important;
}
@media only screen and (max-width: 960px) {
  .column-section .text-container-left {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}
.column-section .text-container-right {
  padding-left: 40px !important;
}
@media only screen and (max-width: 960px) {
  .column-section .text-container-right {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}
.package-bubble {
  /*border-radius: 10%;*/
  position: relative;
  /*padding: 15px 35px !important;*/
  padding: 15px 15px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  text-align: center;
  border: 0 !important;
}
.package-bubble:after {
  
}
.package-bubble::before {
  
}
.package-bubble:nth-child(1) {
  background-color: var(--color-option-1);
}
.package-bubble:nth-child(1):before {
  border-top-color: var(--color-option-1);
}
.package-bubble:nth-child(2) {
  background-color: var(--color-option-2);
}
.package-bubble:nth-child(2):before {
  border-top-color: var(--color-option-2);
}
.package-bubble:nth-child(3) {
  background-color: var(--color-option-3);
}
.package-bubble:nth-child(3):before {
  border-top-color: var(--color-option-3);
}
.package-bubble:nth-child(4) {
  background-color: var(--color-option-4);
}
.package-bubble:nth-child(4):before {
  border-top-color: var(--color-option-4);
}

.package-bubble:nth-child(5) {
  background-color: var(--color-option-4);
}
.package-bubble:nth-child(5):before {
  border-top-color: var(--color-option-4);
}

.package-bubble:nth-child(6) {
  background-color: var(--color-option-4);
}
.package-bubble:nth-child(6):before {
  border-top-color: var(--color-option-4);
}


.package-bubble:nth-child(7) {
  background-color: var(--color-option-4);
}
.package-bubble:nth-child(7):before {
  border-top-color: var(--color-option-4);
}


.package-bubble:nth-child(8) {
  background-color: var(--color-option-4);
}
.package-bubble:nth-child(8):before {
  border-top-color: var(--color-option-4);
}






footer {
  background-color: #94d197 !important;
}
footer .bottom-bar {
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}
/*# sourceMappingURL=style.css.map */