*, :after, :before {
  box-sizing: border-box;
}
body {
  margin: 80px 0 0;
  font-family: Inter,sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #677788;
  background-color: #fff;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
  overflow-x: hidden;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: .5rem;
  font-weight: 600;
  line-height: 1.2;
  color: #1e2022;
}
.nav {
  position: fixed;
  top: 0;
  height: 100px;
  width: 100%;
  background: #fff;
  padding: 0;
  box-shadow: 0px 0px 10px 6px rgba(0,0,0,0.1);
  z-index: 1000;
}
.topnavbar {
  display: block;
  height: 30px;
  width: 100%;
  background: #eeeeee;
  color: #171e26;
  margin: 0;
}
.topnavbar .row {
  margin: 0;
  height: 100%;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.topnavbar ul {
  margin: 0;
  padding: 0;
}

.topnavbar .row div.topnavbar-links {
  display: flex;
  list-style: none;
  margin: 0;
  width: 100%;
  height: 100%;
  align-items: center;
  grid-area: 1 / 4 / 2 / 5;
}

.topnavbar .row div.topnavbar-links li {
  justify-content: center;
  margin: 0 5px;
  font-family: system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  list-style: none;
}

.topnav-account {
  color: #335eea;
  font-weight: 600;
}

.navbar {
  width: 100%;
  height: 70px;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  align-items: center;
}

.brandmark {
  padding-left: 60px;
  padding-right: 60px;
  display: inline-flex;
  font-size: 20px;
  grid-area: 1 / 2 / 2 / 3;
  justify-content: center;
}

.brandmark a {
  color: #000000;
  text-decoration: none;
}

.branding {
  padding: 10px 0px 0px 0px;
  background-size: 100px auto!important;
}

.branding svg {
  fill: #727377;
}

.menu {
  display: none;
}

.navbarlinks {
  display: inline-flex;
  flex-direction: row;
  flex-wrap: nowrap;
  margin-right: 50px;
  grid-area: 1 / 3 / 2 / 4;
  justify-content: center;
  height: 100%;
  align-items: center;
}

.navbarlinks li {
  margin: 0 5px;
  list-style: none;
}

.navbarlinks li a {
  text-decoration: none;
  color: #506690;
  font-family: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
  font-weight: 600;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
}

.navbarlinks li a:hover {
  color: #335eea;
}

.searchbar {
  display: inline-flex;
  flex-direction: row;
  flex-wrap: nowrap;
  margin-right: 50px;
  grid-area: 1 / 4 / 2 / 4;
  justify-content: center;
  align-items: center;
}

.searchbar input {
  border: .0625rem solid rgba(33,50,91,.1);
  border-radius: .3125rem;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  padding: .6125rem 1rem;
  font-size: 1rem;
  background-color: #fff;
  background-clip: padding-box;
  font-weight: 400;
  line-height: 1.5;
  color: #1e2022;
  margin: 0;
}

header.smallheader {
  background: url("/assets/images/banner.svg");
  background-size: cover;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
header.smallheader div {
  width: 50%;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

header.bigheader {
  background: url("/assets/images/banner.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  padding-top: 12rem;
}

header.bigheader .headbar {
  width: 70%;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  padding-bottom: 5rem !important;
}

header.bigheader .rows {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

header.bigheader .rows .card {
  display: block;
  background: #ffffff;
  border: 0 solid rgba(0,0,0,.15);
  border-radius: 0.5rem;
  margin: 20px;
  padding: 2em;
  box-shadow: 0 0.75rem 1rem rgb(189 197 209 / 30%);
  transition: all .2s ease-in-out;
  z-index: 2;
}

header.bigheader .rows .card:hover {
  transform: translateY(-0.2875rem)!important;
}

header.bigheader .rows .card img {
  height: 80px;
  width: 80px;
}

header.bigheader .rows .card a:not(.invisible-link) {
  color: #335eea;
  text-decoration: none;
  font-weight: 600;
}

header.bigheader .rows .card a:not(.invisible-link):after {
  content: ' >';
  color: #335eea;
  text-decoration: none;
  font-weight: 600;
}

.bigheader-shape {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  overflow: hidden;
}

#support-placehoalder {
  margin-top: 10rem;
}

.invisible-link {
  height: 100%;
  width: 100%;
  display: block;
  text-decoration: none;
  color: #000000;
}

.invisible {
  display: none;
}

.navbar .dropdown {
  height: 100%;
  display: inline-grid;
  align-items: center;
}

.dropdown-toggle {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.dropdown-toggle::after {
  display: inline-block;
  width: 1rem;
  height: 1rem;
  background-image: url("data:image/svg+xml,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='%23677788' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.72,15.78a.75.75,0,0,1-.53.22h-.38a.77.77,0,0,1-.53-.22L6.15,10.64a.5.5,0,0,1,0-.71l.71-.71a.49.49,0,0,1,.7,0L12,13.67l4.44-4.45a.5.5,0,0,1,.71,0l.7.71a.5.5,0,0,1,0,.71Z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 1rem 1rem;
  margin-left: auto;
  padding-left: .1rem;
  content: '';
}

.navbar .dropdown-menu {
  top: 100px;
  border-top: 0.1875rem solid #377dff;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.navbar .dropdown-menu::before {
  position: absolute;
  top: -0.625rem;
  display: block;
  left: 0;
  width: 100%;
  height: 1.75rem;
  content: '';
}

.dropdown-links {
  color: #1e2022;
  border-radius: 10px;
  display: block;
  width: 100%;
  padding: 0.2rem;
  clear: both;
  font-weight: 400;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  text-decoration: none;
  border: 0;
  font-size: 15px;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
}

.dropdown-links:hover {
  color: #335eea;
}

.navbar .dropdown-menu.big-dropdown {
  position: absolute;
  top: 100px;
  left: 50%;
  width: 45%;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.big-dropdown-rows {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.big-dropdown-rows li {
  width: 100%;
}

.big-dropdown li a {
  display: flex;
  align-items: center;
}

.big-dropdown-rows .first {
  grid-area: 1 / 1 / 2 / 2;
}

.big-dropdown-rows .middle {
  grid-area: 1 / 2 / 2 / 3;
}

.big-dropdown-rows .last {
  grid-area: 1 / 3 / 2 / 4;
}

.big-dropdown-links {
  color: #1e2022;
  border-radius: 10px;
  display: block;
  width: 100%;
  padding: 0.5rem 1rem;
  clear: both;
  font-weight: 400;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
  font-size: 17px;
}

.big-dropdown-links .big-dropdown-linkimage {
  height: 50px;
  width: 50px;
  margin-right: 20px;
  padding: 5px;
  border-radius: 10px;
  background-color: rgba(189,197,209,.2);
  display: grid;
  justify-items: center;
  align-content: center;
}

.big-dropdown-links .big-dropdown-linkimage img {
  height: 20px;
  width: 20px;
}

.big-dropdown-links:hover {
  color: #1e2022!important;
  background-color: rgba(189,197,209,.2);
}

.dropdown-menu {
  position: absolute;
  z-index: 1000;
  display: none;
  min-width: 10rem;
  padding: 0.5rem 0.5rem;
  margin: 0;
  font-size: 1rem;
  color: #677788;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 0 solid rgba(0,0,0,.15);
  border-radius: 0.5rem;
  box-shadow: 0 0.75rem 1rem rgb(189 197 209 / 30%);
}

.dropdown.open .dropdown-menu {
  display: block!important;
}

footer {
  padding-bottom: 6rem;
  padding-top: 6rem;
  background: #1b2a4e;
}

footer .container {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1040px;
  position: relative;
  z-index: 1;
}

footer .container .row {
  --bs-gutter-x: 2.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-left: calc(var(--bs-gutter-x)*-.5);
  margin-right: calc(var(--bs-gutter-x)*-.5);
  margin-top: calc(var(--bs-gutter-y)*-1);
  justify-content: center;
}
footer .container .row .footer-container:first-child {
  flex: 0 0 auto;
  width: 25%;
}

footer .container .row .footer-container {
  flex: 0 0 auto;
  width: 16.66667%;
}

footer .container .row div .footerbrand {
  fill: #ffffff;
}

footer .container .row div p {
  margin: 0;
  padding: 0;
  color: #8695b3;
  margin-bottom: .5rem;
}

footer .container .row div ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

footer .container .row div ul li {
  margin-bottom: .75rem;
}

footer .container .row  div ul li a {
  color: #869ab8;
  text-decoration: none;
}
footer .container .row  div ul li a:hover {
  color: #869ab8;
  text-decoration: underline;
}


footer .container .row div p.title {
  color: #babfc9;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-weight: 600;
  font-size: 0.67em;
}

.footer-curve {
  overflow: hidden;
}

.footer-curve svg {
  position: relative;
  bottom: 0;
  left: 0;
  right: 0;
  height: auto;
  width: 100%;
  transform: scale(2);
  transform-origin: top center;
  color: #1b2a4e;
}

.footer-copyright {
  height: 60px;
  width: 100%;
  background: #ccd1dd;
}

.footer-copyright .container_width {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  align-items: center;
  width: 100%;
  height: 100%;
  color: #171e26;
}

.footer-copyright .container_width a {
  content: " // ";
  color: #171e26;
  text-decoration: none;
}

.footer-copyright .container_width a:hover {
  content: " // ";
  color: #677788;
  text-decoration: underline;
}

.footer-copyright .container_width a::after {
  content: " // ";
}

.footer-copyright .container_width a:last-child::after {
  content: " "!important;
}

.footer-copyright .container_width .made_with {
  grid-area: 1 / 2 / 2 / 3;
}

.footer-copyright .container_width .footerlinks {
  grid-area: 1 / 4 / 2 / 5;
}

.footer-language-change {
  display: block;
  width: 100%;
}

.footer-language-change .footer-language-change-button {
  width: 150px;
  border-radius: 5px;
  padding: 0.3125rem 0.75rem;
  background: rgba(189,197,209,.2);
  display: flex;
  align-items: center;
  color: #ffffff;
}

.footer-language-change .dropdown-menu li a {
  text-decoration: none;
  display: flex;
  align-items: center;
  color: #000000;
}

.footer-language-change .footer-language-change-button img, .footer-language-change .dropdown-menu li img {
  width: 20px;
  height: 20px;
  border-radius: 100px;
  margin-right: 5px;
}

.content-container {
  padding-top: 7.5rem!important;
  padding-bottom: 7.5rem!important;
}

.center-content {
  margin-right: auto!important;
  margin-left: auto!important;
  width: 75%!important;
}

.center-title {
  text-align: center;
  margin: 50px 0;
}

.content-with-sidenav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 5rem;
  padding-right: 250px;
  padding-left: 250px;
  width: 100%;
}

.content-with-sidenav .sidenav {
  flex: 0 0 auto;
  width: 25%;
  overflow: hidden;
  text-overflow: clip;
  text-overflow: ellipsis;
  text-overflow: "…";
}

.content-with-sidenav .sidenav ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  flex-direction: column;
}

.content-with-sidenav .sidenav ul li a {
  color: #677788;
  border-color: #377dff;
  border-top-width: 0;
  border-right-width: 0;
  border-bottom-width: 0;
  border-left: 0.1875rem solid transparent;
  margin-bottom: 0;
  display: -ms-flexbox;
  display: flex;
  white-space: nowrap;
  font-weight: 600;
  padding: 0.5rem 1rem;
  text-decoration: none;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
}

.content-with-sidenav .sidenav ul li a.selected {
  color: #377dff;
  border-left: solid 3px #377dff;
}

.content-with-sidenav .content {
  flex: 0 0 auto;
  width: 75%;
}

.fullsitediv {
  height: 100vh;
}
.ycenter {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.two-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  margin-right: auto!important;
  margin-left: auto!important;
  width: 50%!important;
}

.two-container h1, .two-container h2, .two-container h3, .two-container h4, .two-container h5, .two-container h6 {
  display: flex;
  align-items: center;
}

.three-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  margin-right: auto!important;
  margin-left: auto!important;
  width: 75%!important;
}

.three-container h1, .three-container h2, .three-container h3, .three-container h4, .three-container h5, .three-container h6 {
  display: flex;
  align-items: center;
}

.icon-with-border {
  height: 50px;
  width: 50px;
  margin-right: 20px;
  padding: 5px;
  border-radius: 10px;
  background-color: rgba(189,197,209,.2);
  display: grid;
  justify-items: center;
  align-content: center;
}

.icon-with-border img {
  height: 20px;
  width: 20px;
}

hr {
  border-top: 2px solid #ccd1dd;
  border-radius: 0px;
}

#sideNavCloseButton {
  display: none;
}


@media (max-width:480px) {
  .nav {
    height: 70px;
  }
  .menu {
    display: block;
    background: transparent;
    border: 0;
    width: 3em;
    height: 3em;
  }
  .hamburger {
    padding: 0;
    background-image: url("data:image/svg+xml;charset=utf-8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'><path stroke='%23506690' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/></svg>");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100%;
    display: inline-block;
    height: 2.2em;
    vertical-align: middle;
    width: 2.2em;
  }
  .navbar {

  }
  .brandmark {
    padding-left: 0;
  }
  .navbarlinks {
    display: none;
    position: absolute;
    height: 100vh;
    width: 250px;
    margin: 0;
    top: 0;
    padding: 90px 0 0 20px;
    background: #ffffff;
    box-shadow: 0px 0px 10px 6px rgb(0 0 0 / 10%);
  }
  .navbarlinks.show {
    display: block;
  }
  .navbarlinks li {
    height: 40px;
    line-height: 40px;
  }
  .navbar .dropdown {
    height: 0;
  }
  .searchbar {
    display: none;
  }
  .topnavbar {
    display: none;
  }
  #sideNavCloseButton {
    display: none;
    position: absolute;
    top: 10px;
    left: 215px;
    z-index: 1000;
    background: transparent;
    border: 0;
    font-size: 30px;
  }
  #sideNavCloseButton:after{
    display: inline-block;
    content: "\00d7"; /* This will render the 'X' */
  }

  .navbarlinks.show ~ #sideNavCloseButton {
    display: block;
  }

  footer .container .row {
    flex-direction: column;
    align-content: center;
  }
  .footer-copyright .container_width {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .two-container, .three-container, header.bigheader .rows {
    display: flex;
    flex-direction: column;
  }
}

.space-50 {
  display: block;
  height: 50px;
}
