/*header*/
.navbar input[type="checkbox"], .navbar .hamburger-lines {
  display: none;
}
.navbar {
  position: fixed;
  width: 100%;
  background: #ffffff;
  color: #000000;
  height: 80px;
  z-index: 12;
  font-weight: 500;
}
.navbar-container {
  display: flex;
  justify-content: space-between;
  height: 82px;
  align-items: center;
}
.menu-items {
  order: 2;
  display: flex;
  padding: 0px;
  margin: 0;
}
.menu-items li {
  list-style: none;
  margin-left: 1.5rem;
  font-size: 12px;
  font-weight: 300;
  padding: 1rem .5rem;
}
button:focus {
  border: 0 !important;
}
.menu-items a {
  text-decoration: none;
  color: #fff;
  font-weight: 400;
  transition: color 0.3s ease-in-out;
  font-size: 12px;
  display: block;
}
.menu-items a:hover {
  color: #222;
  transition: color 0.3s ease-in-out;
}
.logo {
  order: 1;
  margin: 0;
  padding: 0;
  /* margin-bottom: 0.5rem;*/
}
li.color-btn a {
  color: #fff !important;
  background-color: #e60096 !important;
  border-color: #e60096 !important;
  padding: 6px 1.25rem !important;
  border-radius: 50px;
  font-size: .9rem !important;
  font-weight: 700;
  margin-top: 6px;
}
li.color-btn:hover a {
  background: #b30075 !important;
  border-color: #b30075 !important;
}
.navbar .nav-item--top-level > .nav-link {
  background: transparent;
  border: 0 !important;
  border-bottom: 2px solid transparent !important;
  padding-bottom: 7px;
  padding-top: 15px;
  cursor: pointer;
}
.navbar .nav-item--top-level > .nav-link:hover, .navbar .nav-item-dropdown .nav-link:hover {
  color: #000;
}
.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.btn-primary--rev, .theme--dark .btn-primary--rev {
  color: #fff;
  border-color: #fff;
}
.navbar-buttons > .btn {
  margin: 0 0.2rem;
  font-size: 14px;
  padding: 3px 1rem;
  border-radius: 30px;
  background: #FF6459;
  border: 1px solid #fff !important;
}
.navbar-buttons > .btn:hover {
  background: #fff;
  border: 1px solid transparent;
}
.navbar .nav-item-dropdown {
  display: none;
  border-radius: 2px;
  position: absolute;
  /*   left: 0;*/
  top: 73px;
  background-color: #fff;
  filter: drop-shadow(0 0.5rem 1rem rgba(0, 0, 0, .21));
  z-index: 5;
  color: #000;
  padding: 1.25rem;
}
.navbar .nav-link {
  font-size: 16px;
  color: #000;
  padding: 0;
  margin: 0.5rem 0;
}
.navbar .navbar-nav > .nav-item--has-children .nav-item-dropdown-col-navigation .nav-link:hover {
  color: #2b2bc2;
}
.navbar .nav-item--top-level > .nav-link {
  color: #fff;
  border-bottom: 2px solid transparent;
}
.navbar .nav-item--top-level > a.nav-link:hover {
  border-bottom-color: #fff;
  border-bottom: 2px solid #fff !important;
  text-decoration: none;
}
.navbar .nav-item--top-level > .nav-link:hover {
  color: #fff;
}
.navbar .nav-item-dropdown a.nav-link {
  border-left: 1px solid #bbb;
  margin: 0 10px;
  width: 274px;
  line-height: 18px;
  padding: 13px 10px;
  text-decoration: none;
  margin-bottom: 0px;
  color: #3d3d3d;
  border-bottom: 2px solid transparent !important;
}
.navbar .nav-item-dropdown-col:not(:last-child) {
  border-right: 1px solid #ededed;
  margin-right: 10px;
}
.navbar .nav-item-dropdown a.nav-link.active, .navbar .nav-item-dropdown a.nav-link:active, .navbar .nav-item-dropdown a.nav-link:hover {
  color: #2b2bc2;
}
.d-none {
  display: none;
}
.d-flex {
  display: -moz-box !important;
  display: flex !important;
  order: 3;
  margin-top: 0px;
}
.d-flex .d-flex {
  margin-top: 16px;
  margin-left: 20px;
}
.d-block {
  display: block !important;
}
@media (min-width:992px) {
  .d-lg-flex {
    display: -moz-box !important;
    display: flex !important;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-buttons > .btn {
    font-size: 18px;
    padding: 8px 1.5rem;
    border-radius: 22.5px;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}
@media (min-width:769px) {
  .nav-item:hover .nav-item-dropdown {
    display: block;
  }
  .navbar .nav-item-dropdown-col {
    width: 345px;
    float: left;
    font-size: 12px;
  }
  .d-md-block {
    display: block !important;
  }
  .logo {
    line-height: 0;
  }
  .logo a {
    padding-top: 0rem !important;
    line-height: 0;
  }
  .logo img {
    height: 30px;
    padding-top: 0px;
  }
}
@media (max-width:820px) {
  .btn {
    width: 100%;
    margin: 0;
    border: 0;
    padding: 0;
  }
  .row.grid {
    margin: 0;
  }
  .navbar {
    padding: 0;
  }
  .navbar-container input[type="checkbox"], .navbar-container .hamburger-lines {
    display: block;
  }
  .d-flex .d-flex {
    margin-top: 25px;
  }
  .navbar-container {
    display: block;
    position: absolute;
    top: 0px;
    height: 50px;
    padding: 0 !important;
    width: 100%;
  }
  .navbar .nav-item--top-level > .nav-link {
    color: #000;
  }
  .navbar-container input[type="checkbox"] {
    position: absolute;
    display: block;
    height: 32px;
    width: 30px;
    top: 15px;
    right: 35px;
    z-index: 5;
    opacity: 0;
  }
  .navbar-container .hamburger-lines {
    height: 17px;
    width: 23px;
    position: absolute;
    top: 29px;
    right: 40px;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .navbar-container .hamburger-lines .line {
    display: block;
    height: 3px;
    width: 100%;
    background: #fff;
  }
  .navbar-container .hamburger-lines .line1 {
    transform-origin: 0% 0%;
    transition: transform 0.4s ease-in-out;
  }
  .navbar-container .hamburger-lines .line2 {
    transition: transform 0.2s ease-in-out;
  }
  .navbar-container .hamburger-lines .line3 {
    transform-origin: 0% 100%;
    transition: transform 0.4s ease-in-out;
  }
  .navbar .menu-items {
    padding: 50px 30px 0 30px;
    background: #fff;
    height: 100vh;
    max-width: 100vw;
    transform: translateX(500%);
    display: flex;
    flex-direction: column;
    width: 100%;
    transition: transform 0.5s ease-in-out;
    color: #000;
    margin-top: 0;
  }
  .navbar-container input[type="checkbox"]:checked ~ .menu-items {
    transform: translateX(0%) !important;
  }
  .navbar .menu-items li {
    margin-bottom: 1.5rem;
    font-size: 1.3rem;
    font-weight: 500;
    line-height: 1.0em;
    border-top: 1px solid #d7d7d7;
    text-decoration: none;
  }
  .navbar .nav-item--top-level > .nav-link:hover {
    color: #000;
  }
  .navbar .menu-items li.color-btn {
    border: 0;
    margin-top: 20px;
  }
  .navbar .menu-items li {
    margin: 0;
    margin-bottom: 0px !important;
  }
  .menu-items a {
    color: #000 !important;
    padding: 0 !important;
    margin: 0 !important;
  }
  .logo {
    position: absolute;
    top: 10px;
    left: 40px;
  }
  ul.menu-items:after {
    position: absolute;
    content: '';
    background: #d7d7d7;
    width: 1px;
    height: 100%;
    right: 65px;
  }
  .navbar .nav-link { /* display: inline-block; */ padding: 5px 0px !important;
  }
  .navbar li.color-btn .nav-link {
    padding: 5px 20px !important;
    display: inline-block;
  }
  .navbar .nav-item--top-level.nav-item--has-children .nav-link {
    text-align: left;
    margin: 0;
    font-size: 18px;
    font-weight: 700;
  }
  .navbar .nav-item-dropdown a.nav-link {
    border-left: 0;
    width: 100%;
    font-weight: 400 !important;
    font-size: 14px !important;
    padding: 15px 0 0 0 !important
  }
  .navbar .nav-item-dropdown a.nav-link:last-child {
    padding-bottom: 15px !important;
  }
  .mobile-menu-item--level-2 {
    font-size: 16px;
    font-weight: 400;
    border: none;
  }
  .align-items-center {
    border-top: 1px solid #d7d7d7;
    padding-bottom: 0;
    padding-top: 15px;
  }
  .mobile-menu-item__title > a {
    width: 100%;
    font-size: 14px;
    color: #000;
  }
  .d-flex {
    position: absolute;
    right: 87px;
    top: -4px;
    display: block;
    margin-top: 29px;
    z-index: -1;
  }
  .d-flex.align-items-center {
    position: relative;
    right: 0;
    margin: 0;
    padding: 0;
  }
  .d-flex a {
    text-decoration: none;
    background: #e60096;
    padding: 4px 10px;
    font-size: 12px;
    color: #fff;
    border-radius: 30px;
    margin-top: 5px;
  }
  .navbar-container input[type="checkbox"]:checked .nav-link {
    color: #fff;
  }
  .navbar-container input[type="checkbox"]:checked ~ .hamburger-lines .line {
    background: #000;
  }
  .navbar-container input[type="checkbox"]:checked ~ .hamburger-lines .line1 {
    transform: rotate(45deg);
    color: #fff;
    height: 3px;
    border-radius: 5px;
  }
  .navbar-container input[type="checkbox"]:checked ~ .hamburger-lines {
    height: 19px;
    width: 24px;
    top: 13px;
    right: 20px;
  }
  .navbar-container input[type="checkbox"]:checked ~ .hamburger-lines .line2 {
    transform: scaleY(0);
    height: 3px;
  }
  .navbar-container input[type="checkbox"]:checked ~ .hamburger-lines .line3 {
    transform: rotate(-45deg);
    color: #fff;
    height: 3px;
    border-radius: 5px;
  }
  li.nav-item {
    position: relative;
  }
  .navbar .nav-link {
    color: #000;
  }
  .navbar .nav-item-dropdown .nav-link {
    margin-bottom: 0;
  }
  li.nav-item.nav-item--top-level.nav-item--has-children:after {
    content: '+';
    position: absolute;
    right: 10px;
    font-weight: 200;
    font-size: 20px;
    margin-top: 5px;
    top: 12px;
  }
  li.nav-item.clicked.nav-item--top-level.nav-item--has-children:after {
    content: '-';
    font-size: 26px;
  }
  .nav-item.clicked .nav-item-dropdown {
    display: block;
    position: relative;
    background: transparent;
    filter: none;
    border: 0;
    padding: 0;
    top: 0;
  }
  .nav-item.clicked .nav-item-dropdown .nav-link {
    font-size: 16px;
    margin-top: 10px;
  }
  .navbar .nav-item-dropdown-col:not(:last-child) {
    border-right: 0;
  }
  .navbar-brand img {
    height: 26px;
  }
}
@media (max-width:768px) {
  .logo {
    position: absolute;
    top: 06px;
    left: 40px;
  }
}
@media (max-width: 500px) {
  .logo {
    left: 20px;
    line-height: 30px;
  }
  .navbar .menu-items li {
    font-size: 1.6rem;
  }
  .d-flex {
    position: absolute;
    right: 73px;
    display: block;
    margin-top: 12px;
    top: 6px;
  }
  .d-flex .d-flex {
    margin-top: 16px;
    margin-left: 10px;
  }
  .navbar .menu-items li {
    margin-bottom: 2.5rem;
    font-size: 14px;
    font-weight: 500;
  }
  .navbar {
    height: 62px;
  }
  .navbar-container .hamburger-lines {
    top: 22px;
  }
}
/* footer*/
.footer {
  background-color: #f5f5f5;
  color: #000 !important;
}

.footertoken {
    line-height: 24px;
    display: block;
    font-size: 16px;
    letter-spacing: 0px !important;
    padding: 10px;
}

.copytoken{
	font-family: "Untitled Regular";
	font-weight:400;
	font-style: normal;
}

@media (max-width:500px) {
  .footer {
    text-align: center;
  }
}
.pb-5, .py-5 {
  padding-bottom: 4rem !important;
}
.pt-5, .py-5 {
  padding-top: 4rem !important;
}
.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.align-items-end {
  -moz-box-align: end !important;
  align-items: flex-end !important;
}
.row {
  display: -moz-box;
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.footer a {
  color: #000;
}
.footer a:hover {
  color: #eef;
  text-decoration: none;
}
.rich-text > :last-child {
  margin-bottom: 0;
}
.col-12 {
  -moz-box-flex: 0;
  flex: 0 0 100%;
  max-width: 100%;
}
.mb-3, .my-3 {
  margin-bottom: 1rem !important;
}
.mw-100 {
  max-width: 100% !important;
}
img, svg {
  vertical-align: middle;
}
.footer p {
  line-height: 20px;
  margin-bottom: 1rem;
  letter-spacing: 0;
  font-size: 14px;
}
.footer h6 {
  letter-spacing: 0;
}
.h6, h6 {
  font-size: 14px;
}
.call-to-action-bar {
  display: -moz-box;
  display: flex;
  background-color: #2b2bc2;
  position: fixed;
  bottom: 0;
  width: 100%;
  border-top-right-radius: 7px;
  border-top-left-radius: 7px;
  padding: 0.15rem 1rem;
  -moz-box-pack: center;
  justify-content: center;
  z-index: 5;
}
.button--reset {
  background: none;
  border: none;
  cursor: pointer;
  border-radius: 0;
  text-align: unset;
}
.call-to-action-bar__item {
  font-weight: 500;
  display: block;
  color: #fff;
  -moz-box-flex: 1;
  flex: 1 1;
  text-align: center;
  max-width: 150px;
  padding: 10px 8px 25px;
  font-size: 12px;
}
.text-center {
  text-align: center !important;
}
.call-to-action-bar__icon {
  height: 28px;
  margin-bottom: 0.25rem;
}

@media (min-width: 576px) {
  .logo img {
    height: auto;
    width: 180px;
    padding-top: 0;
  }
  .main-wrapper {
    padding-top: 62px;
  }
  .footer p {
    line-height: 20px;
    letter-spacing: 0;
    font-size: 16px;
  }
}
@media (min-width: 768px) {
  .h6, h6 {
    font-size: 16px;
  }
  .main-wrapper {
    padding-top: 82px;
  }
}
@media (min-width: 820px) {
  .navbar-container, .container {
    max-width: 960px;
    margin: auto;
  }
  .col-lg-4 {
    -moz-box-flex: 0;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
	.col-lg-3 {
    -webkit-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}
  .footer p {
    line-height: 1.5;
    letter-spacing: 0;
	  font-size: 16px;}
	.boldFont{    font-family: 'UntitledSansBold';   }
	.footer .mr10{margin-right: 10px;}
	.footer img{width: 100%;}
	.footer a:hover{color: #000; text-decoration: underline;}
}
.footer .rich-text b{font-family: 'UntitledSansBold'; font-weight: normal;}
@media (min-width: 1200px) {
  .navbar-container, .container {
    max-width: 1140px;
    margin: auto;
  }
}