@import url("https://fonts.googleapis.com/css2?family=Kanit%3Awght%40300%3B500%3B600%3B700&#038;display=swap&#038;ver=1.0.0");
@import url("https://fonts.googleapis.com/css2?family=Nunito+Sans%3Awght%40400%3B700%3B800&#038;display=swap&#038;ver=1.0.0");
@import url("https://fonts.googleapis.com/css2?family=Lobster&#038;display=swap&#038;ver=1.0.0");
@import url("https://fonts.googleapis.com/css2?family=Lobster+Two%3Awght%40700&#038;display=swap&#038;ver=1.0.0");
body {
  background-color: white;
  color: #1c2355;
  font-family: "Kanit", -apple-system, BlinkMacSystemFont, "Avenir Next", "Avenir", "Segoe UI", "Lucida Grande", "Helvetica Neue", "Helvetica", "Fira Sans", "Roboto", "Noto", "Droid Sans", "Cantarell", "Oxygen", "Ubuntu", "Franklin Gothic Medium", "Century Gothic", "Liberation Sans", sans-serif;
  line-height: 1.66; }
  body p {
    font-family: "Nunito Sans", sans-serif; }

h1, h2, h3, h4 {
  -webkit-transition: 0.3s all;
  transition: 0.3s all; }

h2, h3 {
  font-weight: 600;
  line-height: 1.15; }

h2 {
  font-size: 48px; }

h3 {
  font-size: 32px; }

nav {
  letter-spacing: 0.02em; }

.loud {
  color: #ec644b;
  font-weight: bold; }

.bang-container {
  display: flex;
  flex-direction: row;
  padding: 20px 25px 20px 15px;
  background-color: #eeeff4;
  font-size: 16px;
  line-height: 1.5;
  font-family: "Nunito Sans", sans-serif; }
  .bang-container img {
    padding-right: 10px;
    height: 40px;
    width: 40px; }

.bang-container.code {
  color: #e83e8c;
  font-family: "Roboto Mono", monospace; }

svg.right-arrow, svg.arrow-up-right {
  vertical-align: middle; }

div.nav-hamburger {
  position: absolute;
  right: 0;
  z-index: 50;
  width: 45px;
  height: 45px;
  right: 15px;
  top: 17px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all; }
  div.nav-hamburger .ham-wrap {
    width: 24px;
    height: 24px;
    position: absolute;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    cursor: pointer;
    top: 26px; }
  div.nav-hamburger span {
    width: 100%;
    height: 2px;
    background-color: #ec644b;
    display: block;
    margin-bottom: 7px;
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
    position: absolute; }
  div.nav-hamburger span:nth-child(2) {
    top: 7px; }
  div.nav-hamburger span:nth-child(3) {
    top: 14px; }

body.open-ham div.nav-hamburger {
  background-color: #203c98;
  border-radius: 50%; }
  body.open-ham div.nav-hamburger span:first-child {
    -webkit-transform: translate(-2px, 7px) rotate(45deg);
    transform: translate(-2px, 7px) rotate(45deg); }
  body.open-ham div.nav-hamburger span:nth-child(2) {
    -webkit-transform: rotate(-45deg) translateY(0);
    transform: rotate(-45deg) translateY(0); }
  body.open-ham div.nav-hamburger span:last-child {
    opacity: 0; }
  body.open-ham div.nav-hamburger .ham-wrap {
    width: 35px; }

@media (min-width: 992px) {
  .nav-hamburger {
    display: none; } }

footer.site-footer {
  letter-spacing: 0.04px; }
  footer.site-footer a {
    text-decoration: none;
    color: #2246b5;
    letter-spacing: 0.02em;
    -webkit-transition: 0.3s all;
    transition: 0.3s all; }
  footer.site-footer a:visited {
    color: #2246b5; }
  footer.site-footer a:hover {
    color: #ec644b; }
  footer.site-footer div.link-to-fixorg a {
    white-space: nowrap;
    color: #ec644b;
    -webkit-transition: 0.3s all;
    transition: 0.3s all; }
    footer.site-footer div.link-to-fixorg a path {
      fill: #ec644b;
      -webkit-transition: 0.3s all;
      transition: 0.3s all; }
  footer.site-footer div.link-to-fixorg a:visited {
    color: #ec644b; }
    footer.site-footer div.link-to-fixorg a:visited path {
      fill: #ec644b; }
  footer.site-footer div.link-to-fixorg a:hover {
    color: #2246b5; }
    footer.site-footer div.link-to-fixorg a:hover path {
      fill: #2246b5; }
  footer.site-footer div.copyright {
    font-size: 14px;
    font-weight: 400;
    font-family: "Nunito Sans", sans-serif; }
  footer.site-footer div#click-to-top {
    position: fixed;
    right: 20px;
    bottom: 95px;
    width: 40px;
    height: 40px;
    background-color: #1c2355;
    border-radius: 50%;
    cursor: pointer;
    z-index: 1; }
    footer.site-footer div#click-to-top a {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%) rotate(270deg);
              transform: translate(-50%, -50%) rotate(270deg);
      line-height: 0; }
  footer.site-footer div#click-to-top.show {
    -webkit-transition: opacity 400ms;
    transition: opacity 400ms;
    z-index: 10; }
  footer.site-footer div#click-to-top.hide {
    -webkit-transition: opacity 400ms;
    transition: opacity 400ms;
    opacity: 0; }

@media (max-width: 990px) {
  footer.site-footer {
    text-align: center; }
    footer.site-footer div.site-footer-inner img {
      max-width: 100%; }
    footer.site-footer div.site-footer-inner div.top-footer {
      display: block;
      padding-top: 50px;
      padding-bottom: 120px;
      background-color: #f5f7f7; }
      footer.site-footer div.site-footer-inner div.top-footer div.link-to-fixorg {
        display: none; }
      footer.site-footer div.site-footer-inner div.top-footer div.site-branding {
        margin-bottom: 30px; }
      footer.site-footer div.site-footer-inner div.top-footer div.menu-container {
        margin-bottom: 40px; }
        footer.site-footer div.site-footer-inner div.top-footer div.menu-container li {
          margin-bottom: 20px; }
    footer.site-footer div.site-footer-inner div.bottom-footer {
      padding-top: 20px; }
      footer.site-footer div.site-footer-inner div.bottom-footer div.sponsor {
        position: relative;
        top: -210px; } }

@media (min-width: 991px) {
  footer.site-footer {
    background-color: #f5f7f7;
    padding: 45px 83px 55px 83px; }
    footer.site-footer div.site-footer-inner div.top-footer {
      display: flex;
      align-items: flex-start;
      justify-content: space-between;
      padding-bottom: 33px;
      border-bottom: 1px solid #1c2355; }
      footer.site-footer div.site-footer-inner div.top-footer div.menu-container {
        max-width: 800px;
        flex-grow: 1; }
        footer.site-footer div.site-footer-inner div.top-footer div.menu-container ul.menu {
          white-space: nowrap;
          font-size: 16px;
          font-weight: 500;
          padding-top: 17px;
          line-height: 1;
          padding-left: 40px;
          padding-right: 40px;
          display: flex;
          justify-content: space-evenly; }
          footer.site-footer div.site-footer-inner div.top-footer div.menu-container ul.menu li {
            list-style: none;
            display: inline-block; }
      footer.site-footer div.site-footer-inner div.top-footer div.link-to-fixorg {
        padding-top: 10px;
        font-size: 20px;
        font-weight: 600; }
    footer.site-footer div.site-footer-inner div.bottom-footer {
      display: flex;
      padding-top: 26px;
      align-items: center; }
      footer.site-footer div.site-footer-inner div.bottom-footer div.privacy-policy {
        padding-right: 50px; }
      footer.site-footer div.site-footer-inner div.bottom-footer div.copyright {
        flex-grow: 1;
        padding-top: 5px; } }

div.section {
  position: relative;
  padding-top: 230px;
  padding-bottom: 170px; }
  div.section p, div.section ul {
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
    font-size: 20px;
    font-family: "Nunito Sans", sans-serif;
    margin-bottom: 10px; }
  div.section p + p {
    margin-top: 15px; }
  div.section a, div.section a:visited {
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
    color: #ec644b;
    text-decoration: none; }
    div.section a path, div.section a:visited path {
      fill: #ec644b;
      -webkit-transition: 0.3s all;
      transition: 0.3s all; }
  div.section a:hover {
    color: #2246b5; }
    div.section a:hover path {
      fill: #2246b5;
      stroke: #2246b5; }
  div.section h1, div.section h2 {
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 26px;
    letter-spacing: 0.02em;
    line-height: 1.25; }
    @media (min-width: 767px) {
      div.section h1, div.section h2 {
        font-size: 48px; } }
  div.section p + h1, div.section p + h2, div.section p + h3,
  div.section div + h1, div.section div + h2, div.section div + h3 {
    margin-top: 70px; }
  div.section ul {
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
    list-style: disc;
    padding-left: 40px; }
  div.section div.section-inner {
    margin-right: auto;
    margin-left: auto; }
    @media (min-width: 576px) {
      div.section div.section-inner {
        max-width: 540px; } }
    @media (min-width: 767px) {
      div.section div.section-inner {
        max-width: 720px; } }
    @media (min-width: 992px) {
      div.section div.section-inner {
        max-width: 960px; } }
    @media (min-width: 1200px) {
      div.section div.section-inner {
        max-width: 1088px; } }
    @media (max-width: 767px) {
      div.section div.section-inner {
        padding-left: 23px;
        padding-right: 23px; } }
div.hero {
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  background-color: #1c2355;
  color: white;
  background-image: url(../images/blue-diagonal-drips-on-right.png);
  background-repeat: no-repeat;
  background-position: top right;
  padding-top: 230px;
  padding-bottom: 170px; }
  div.hero a#click-to-down {
    position: absolute;
    bottom: 30px;
    margin-left: 6px; }

div.hero.lang-hero {
  padding-top: 286px;
  padding-bottom: 190px; }
  div.hero.lang-hero h1 {
    font-size: 48px; }
  @media (max-width: 768px) {
    div.hero.lang-hero {
      padding-top: 235px; } }
  div.hero.lang-hero div.dot-banner-littledots-mobile img {
    position: absolute;
    right: 0;
    bottom: -38px;
    z-index: 5; }
    @media (min-width: 769px) {
      div.hero.lang-hero div.dot-banner-littledots-mobile img {
        display: none; } }
  div.hero.lang-hero div.dot-banner-littledots-mobile.below-the-line img {
    bottom: -90px; }
  div.hero.lang-hero div.nine-dots {
    position: absolute; }
    @media (max-width: 768px) {
      div.hero.lang-hero div.nine-dots {
        display: none; } }
    @media (min-width: 768px) {
      div.hero.lang-hero div.nine-dots {
        top: 160px;
        left: 0px; } }
    @media (min-width: 1310px) {
      div.hero.lang-hero div.nine-dots {
        top: 300px;
        left: 0px; } }
  div.hero.lang-hero div.dot-banner {
    position: absolute;
    right: 0;
    bottom: -60px;
    z-index: 5; }
    @media (max-width: 768px) {
      div.hero.lang-hero div.dot-banner {
        display: none; } }
  div.hero.lang-hero h1 {
    font-size: 32px; }
    @media (min-width: 767px) {
      div.hero.lang-hero h1 {
        font-size: 64px; } }
  div.hero.lang-hero p {
    font-size: 20px;
    margin-top: 0;
    margin-bottom: 0; }
    @media (min-width: 992px) {
      div.hero.lang-hero p br {
        display: none; } }
    @media (min-width: 767px) {
      div.hero.lang-hero p {
        font-size: 24px; } }
div.hero.lang-hero.download {
  padding-top: 224px;
  padding-bottom: 100px; }
  div.hero.lang-hero.download h1 {
    font-size: 48px; }
  div.hero.lang-hero.download div.hero-download-buttons {
    display: flex;
    flex-direction: column;
    max-width: 415px;
    margin-top: 60px; }
    @media (min-width: 768px) {
      div.hero.lang-hero.download div.hero-download-buttons {
        flex-direction: row;
        max-width: 100%; } }
    div.hero.lang-hero.download div.hero-download-buttons a {
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      display: block;
      text-align: center;
      padding-top: 5px;
      padding-bottom: 5px; }
      div.hero.lang-hero.download div.hero-download-buttons a img {
        margin-bottom: -3px; }
      div.hero.lang-hero.download div.hero-download-buttons a svg {
        margin-right: 5px;
        width: 16px;
        height: 17px;
        margin-bottom: -3px; }
        div.hero.lang-hero.download div.hero-download-buttons a svg path {
          fill: white;
          color: white;
          stroke: white; }
    @media (max-width: 767px) {
      div.hero.lang-hero.download div.hero-download-buttons a {
        width: 100%; }
      div.hero.lang-hero.download div.hero-download-buttons a + a {
        margin-top: 23px; } }
    @media (min-width: 768px) {
      div.hero.lang-hero.download div.hero-download-buttons a {
        max-width: 300px;
        padding-left: 50px;
        padding-right: 50px; }
      div.hero.lang-hero.download div.hero-download-buttons a + a {
        margin-left: 25px; } }
    div.hero.lang-hero.download div.hero-download-buttons a.loud {
      border: solid 3px #ec644b;
      background-color: #ec644b;
      color: white;
      font-weight: normal; }
    div.hero.lang-hero.download div.hero-download-buttons a.loud:hover {
      border: solid 3px #2246b5;
      background-color: #2246b5;
      color: white; }
    div.hero.lang-hero.download div.hero-download-buttons a.normal {
      border: solid 3px white;
      color: white; }
      div.hero.lang-hero.download div.hero-download-buttons a.normal img {
        padding-right: 5px; }
    div.hero.lang-hero.download div.hero-download-buttons a.normal:hover {
      color: white;
      border-color: #2246b5; }
    @media (min-width: 768px) {
      div.hero.lang-hero.download div.hero-download-buttons a {
        max-width: 360px; } }
body.homepage div.hero {
  padding-top: 274px; }
  @media (max-width: 767px) {
    body.homepage div.hero {
      padding-top: 240px; } }
  body.homepage div.hero div.dot-banner-mobile img {
    position: absolute;
    right: 0;
    bottom: -38px;
    z-index: 5; }
    @media (min-width: 767px) {
      body.homepage div.hero div.dot-banner-mobile img {
        display: none; } }
  body.homepage div.hero div.dot-banner {
    position: absolute;
    right: 0;
    bottom: -60px;
    z-index: 5; }
    @media (max-width: 768px) {
      body.homepage div.hero div.dot-banner {
        display: none; } }
  body.homepage div.hero div.nine-dots {
    position: absolute; }
    @media (max-width: 768px) {
      body.homepage div.hero div.nine-dots {
        display: none; } }
    @media (min-width: 768px) {
      body.homepage div.hero div.nine-dots {
        top: 160px;
        left: 0px; } }
    @media (min-width: 1310px) {
      body.homepage div.hero div.nine-dots {
        top: 300px;
        left: 0px; } }
  body.homepage div.hero div.language-animation {
    font-weight: bold;
    font-size: 104px;
    color: #ec644b;
    margin-bottom: 21px;
    line-height: 1.15; }
    @media (max-width: 767px) {
      body.homepage div.hero div.language-animation {
        font-size: 75px; } }
  body.homepage div.hero p {
    font-size: 20px; }
    @media (min-width: 992px) {
      body.homepage div.hero p br {
        display: none; } }
    @media (min-width: 767px) {
      body.homepage div.hero p {
        font-size: 24px; } }
body.get-help div.hero {
  padding-top: 200px;
  padding-bottom: 220px; }
  body.get-help div.hero h1 {
    font-size: 48px; }
  body.get-help div.hero div.dot-banner-littledots-mobile img {
    position: absolute;
    right: 0;
    bottom: -38px;
    z-index: 5; }
    @media (min-width: 767px) {
      body.get-help div.hero div.dot-banner-littledots-mobile img {
        display: none; } }
  body.get-help div.hero div.dot-banner {
    position: absolute;
    left: -509px;
    bottom: -52px;
    z-index: 5; }
    @media (max-width: 768px) {
      body.get-help div.hero div.dot-banner {
        display: none; } }
  body.get-help div.hero p {
    font-size: 20px; }
    @media (min-width: 992px) {
      body.get-help div.hero p br {
        display: none; } }
    @media (min-width: 767px) {
      body.get-help div.hero p {
        font-size: 24px; } }
body.privacy-policy div.hero {
  padding-top: 215px;
  padding-bottom: 85px; }

div.main {
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  background-color: white;
  color: #1c2355;
  padding-top: 140px;
  padding-bottom: 150px; }

@media (min-width: 767px) {
  div.main.lang-main ul {
    font-size: 24px; } }

div.main.lang-main div.arrow-link {
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.02em; }
  @media (min-width: 767px) {
    div.main.lang-main div.arrow-link {
      font-size: 24px; } }
div.main.lang-main div.action-links {
  display: flex;
  flex-direction: column;
  position: relative;
  top: -220px;
  background-color: white;
  border-radius: 16px;
  margin-left: auto;
  margin-right: auto;
  width: 330px;
  z-index: 7;
  padding: 51px 15px 43px 15px;
  -webkit-box-shadow: 0px 7px 64px rgba(0, 0, 0, 0.07);
          box-shadow: 0px 7px 64px rgba(0, 0, 0, 0.07); }
  @media (min-width: 767px) {
    div.main.lang-main div.action-links {
      flex-direction: row;
      flex-wrap: wrap;
      width: 100%;
      max-width: 690px;
      border-radius: 0 16px 16px 0;
      z-index: 6; } }
  @media (min-width: 992px) {
    div.main.lang-main div.action-links {
      max-width: 960px;
      padding-bottom: 20px; } }
  @media (min-width: 1200px) {
    div.main.lang-main div.action-links {
      max-width: 1088px; } }
  @media (max-width: 767px) {
    div.main.lang-main div.action-links {
      padding-left: 23px;
      padding-right: 23px; } }
@media (min-width: 767px) {
  div.main.lang-main div.action-links::before {
    position: absolute;
    content: "";
    width: 5%;
    height: 100%;
    left: 0;
    top: 0;
    background: white;
    z-index: 1; }
  div.main.lang-main div.action-links::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: -100%;
    top: 0;
    background: white;
    -webkit-box-shadow: 0px 7px 64px rgba(0, 0, 0, 0.07);
            box-shadow: 0px 7px 64px rgba(0, 0, 0, 0.07);
    z-index: 0; } }

div.main.lang-main div.action-links div.action-link {
  margin-bottom: 51px;
  z-index: 2; }
  div.main.lang-main div.action-links div.action-link img {
    display: inline-block;
    height: 42px;
    width: 42px;
    vertical-align: top; }
    @media (min-width: 767px) {
      div.main.lang-main div.action-links div.action-link img {
        height: 48px;
        width: 48px; } }
  div.main.lang-main div.action-links div.action-link div.text {
    display: inline-block;
    font-size: 20px;
    margin-left: 18px; }
    div.main.lang-main div.action-links div.action-link div.text div.top {
      display: block;
      color: #1c2355 !important; }
    div.main.lang-main div.action-links div.action-link div.text div.bottom {
      display: block;
      font-weight: 600; }
      @media (min-width: 767px) {
        div.main.lang-main div.action-links div.action-link div.text div.bottom {
          font-size: 24px; } }
  @media (min-width: 767px) {
    div.main.lang-main div.action-links div.action-link {
      margin-right: 57px; }
      div.main.lang-main div.action-links div.action-link img {
        vertical-align: baseline; }
      div.main.lang-main div.action-links div.action-link div.text {
        line-height: 1.3; } }
div.main.lang-main div.action-links div.action-link:last-child {
  margin-bottom: 0; }

div.main.lang-main .section-inner {
  margin-top: -80px; }

body.get-help h2 {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 16px; }

body.get-help div.main {
  background-color: #f4f6f6;
  padding-top: 120px; }
  @media (min-width: 767px) {
    body.get-help div.main {
      background-image: url(../images/blue-twotone-diagonal-drips-on-right.png);
      background-repeat: no-repeat;
      background-position: top right;
      background-size: 310px; } }
  body.get-help div.main p {
    font-size: 24px; }
    @media (min-width: 992px) {
      body.get-help div.main p br {
        display: none; } }
body.get-help div.commercial-support {
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  background-color: #1c2355;
  color: white;
  padding-top: 150px;
  padding-bottom: 200px; }
  body.get-help div.commercial-support div.connamara-logo {
    margin-bottom: 40px; }

body.privacy-policy div.main p {
  font-size: 24px; }

div.main.download-buttons-section {
  padding-top: 100px;
  background-color: #f4f6f6;
  padding-bottom: 80px;
  background-color: white; }
  div.main.download-buttons-section h2 {
    font-size: 32px; }
  div.main.download-buttons-section div.download-buttons {
    display: flex;
    flex-direction: column; }
    @media (max-width: 767px) {
      div.main.download-buttons-section div.download-buttons {
        max-width: 415px; } }
    @media (min-width: 768px) {
      div.main.download-buttons-section div.download-buttons {
        flex-direction: row;
        flex-wrap: wrap; } }
    div.main.download-buttons-section div.download-buttons a {
      letter-spacing: 0.02em;
      position: relative;
      background-color: #f4f6f6;
      display: block;
      border-radius: 8px;
      color: #1c2355;
      padding: 8px 30px 12px 30px; }
      div.main.download-buttons-section div.download-buttons a img, div.main.download-buttons-section div.download-buttons a svg {
        position: absolute;
        width: 24px;
        height: 24px; }
      div.main.download-buttons-section div.download-buttons a img.arrow {
        top: 10px;
        right: 12px; }
      div.main.download-buttons-section div.download-buttons a svg.download-icon {
        top: 16px;
        right: 12px; }
        div.main.download-buttons-section div.download-buttons a svg.download-icon path {
          fill: #ec644b;
          color: #ec644b;
          stroke: #ec644b; }
      div.main.download-buttons-section div.download-buttons a div.primary-text {
        font-size: 20px;
        margin-bottom: 3px;
        line-height: 1.6;
        font-weight: 700; }
      div.main.download-buttons-section div.download-buttons a div.secondary-text {
        font-size: 16px;
        font-weight: 400;
        font-family: "Nunito Sans", sans-serif; }
    @media (max-width: 767px) {
      div.main.download-buttons-section div.download-buttons a + a {
        margin-top: 16px; } }
    @media (min-width: 768px) {
      div.main.download-buttons-section div.download-buttons a {
        width: 30%;
        margin-bottom: 16px; }
      div.main.download-buttons-section div.download-buttons a:nth-child(even) {
        margin-left: 25px; } }
    div.main.download-buttons-section div.download-buttons a:hover {
      -webkit-box-shadow: 0px 7px 64px rgba(0, 0, 0, 0.4);
              box-shadow: 0px 7px 64px rgba(0, 0, 0, 0.4); }
  div.main.download-buttons-section div.arrow-link {
    margin-top: 44px;
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 0.01em; }
  div.main.download-buttons-section h2 + div.arrow-link {
    margin-top: 0; }

div.support-wrapper p {
  margin-bottom: 35px; }

div.support-wrapper code {
  font-size: 16px;
  line-height: 1.5;
  font-family: "Roboto Mono", monospace;
  color: #e83e8c; }

div.support-wrapper h1, div.support-wrapper h2 {
  font-size: 32px;
  letter-spacing: 0.02em; }

div.support-wrapper div.section {
  padding-bottom: 80px; }

div.support-wrapper div.section.odd {
  background-color: #f4f6f6; }
  @media (min-width: 768px) {
    div.support-wrapper div.section.odd {
      background-color: white; } }
div.support-wrapper div.section.even {
  background-color: white; }
  @media (min-width: 768px) {
    div.support-wrapper div.section.even {
      background-color: #f4f6f6; } }
div.support-wrapper div.section.salespitch {
  background-color: #1c2355;
  color: white;
  padding-top: 50px; }
  div.support-wrapper div.section.salespitch h2 {
    margin-top: 40px; }

div.support-wrapper div.arrow-link {
  margin-top: 44px;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.01em; }
  div.support-wrapper div.arrow-link .arrow-up-right {
    vertical-align: sub; }
  @media (min-width: 768px) {
    div.support-wrapper div.arrow-link {
      font-size: 24px; } }
div.support-wrapper a.loud-button-link {
  display: block;
  text-align: center;
  border: solid 3px #ec644b;
  background-color: #ec644b;
  color: white;
  padding-top: 5px;
  padding-bottom: 5px;
  max-width: 220px;
  font-weight: 600;
  letter-spacing: 0.02em; }
  div.support-wrapper a.loud-button-link path {
    fill: white !important;
    stroke: white !important; }

div.support-wrapper a.loud-button-link:hover {
  border: solid 3px #2246b5;
  background-color: #2246b5;
  color: white; }

div.support-wrapper div.hero.lang-hero {
  padding-top: 200px;
  padding-bottom: 174px; }
  @media (min-width: 768px) {
    div.support-wrapper div.hero.lang-hero h1 {
      font-size: 48px; } }
  div.support-wrapper div.hero.lang-hero div.hero-buttons {
    display: flex;
    flex-direction: column;
    max-width: 300px;
    margin-top: 60px; }
    @media (min-width: 768px) {
      div.support-wrapper div.hero.lang-hero div.hero-buttons {
        flex-direction: row;
        max-width: 100%; } }
    div.support-wrapper div.hero.lang-hero div.hero-buttons a {
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      display: block;
      text-align: center;
      padding-top: 5px;
      padding-bottom: 5px;
      font-weight: 600; }
      div.support-wrapper div.hero.lang-hero div.hero-buttons a img {
        margin-bottom: -3px; }
      div.support-wrapper div.hero.lang-hero div.hero-buttons a svg {
        margin-right: 5px;
        width: 16px;
        height: 17px;
        margin-bottom: -3px; }
        div.support-wrapper div.hero.lang-hero div.hero-buttons a svg path {
          fill: white;
          color: white;
          stroke: white; }
    @media (max-width: 767px) {
      div.support-wrapper div.hero.lang-hero div.hero-buttons a {
        width: 100%; }
      div.support-wrapper div.hero.lang-hero div.hero-buttons a + a {
        margin-top: 23px; } }
    @media (min-width: 768px) {
      div.support-wrapper div.hero.lang-hero div.hero-buttons a {
        max-width: 300px;
        padding-left: 50px;
        padding-right: 50px; }
      div.support-wrapper div.hero.lang-hero div.hero-buttons a + a {
        margin-left: 25px; } }
    div.support-wrapper div.hero.lang-hero div.hero-buttons a.loud {
      border: solid 3px #ec644b;
      background-color: #ec644b;
      color: white;
      letter-spacing: 0.02em; }
    div.support-wrapper div.hero.lang-hero div.hero-buttons a.loud:hover {
      border: solid 3px #2246b5;
      background-color: #2246b5;
      color: white; }
    div.support-wrapper div.hero.lang-hero div.hero-buttons a.normal {
      border: solid 3px white;
      color: white; }
      div.support-wrapper div.hero.lang-hero div.hero-buttons a.normal img {
        padding-right: 5px; }
    div.support-wrapper div.hero.lang-hero div.hero-buttons a.normal:hover {
      color: white;
      border-color: #2246b5; }
    @media (min-width: 768px) {
      div.support-wrapper div.hero.lang-hero div.hero-buttons a {
        max-width: 360px; } }
div.support-wrapper div.nav-links-inner {
  width: 100%;
  position: absolute;
  z-index: 1; }

div.support-wrapper div.nav-links {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: -50px;
  display: flex;
  flex-direction: column;
  width: 100%;
  padding-left: 23px;
  padding-right: 23px; }
  @media (min-width: 768px) {
    div.support-wrapper div.nav-links {
      flex-direction: row;
      max-width: 720px;
      gap: 30px;
      margin-left: auto;
      margin-right: auto;
      padding-left: 0;
      padding-right: 0; } }
  @media (min-width: 992px) {
    div.support-wrapper div.nav-links {
      max-width: 960px; } }
  div.support-wrapper div.nav-links a {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    max-width: 495px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    -webkit-box-shadow: 0px 7px 64px rgba(0, 0, 0, 0.07);
            box-shadow: 0px 7px 64px rgba(0, 0, 0, 0.07);
    border-radius: 16px;
    background-color: white;
    padding: 24px 38px 24px 34px;
    margin-bottom: 16px;
    text-decoration: none; }
    @media (min-width: 768px) {
      div.support-wrapper div.nav-links a {
        padding: 24px 16px 30px 16px; } }
    div.support-wrapper div.nav-links a div.link-content {
      display: flex;
      flex-direction: row;
      justify-content: space-between; }
      div.support-wrapper div.nav-links a div.link-content div.text {
        color: #2246b5;
        font-weight: 600;
        font-size: 24px;
        line-height: 24px;
        letter-spacing: 0.02em;
        margin-right: 10px; }
      div.support-wrapper div.nav-links a div.link-content img {
        width: 14px; }
      @media (min-width: 768px) {
        div.support-wrapper div.nav-links a div.link-content {
          flex-direction: column;
          text-align: center;
          padding-top: 20px; }
          div.support-wrapper div.nav-links a div.link-content div {
            height: 65px; }
          div.support-wrapper div.nav-links a div.link-content img {
            margin-left: auto;
            margin-right: auto;
            padding-top: 10px; } }
div.support-wrapper .first-section {
  padding-bottom: 120px !important; }
  div.support-wrapper .first-section .section-inner {
    padding-top: 170px; }
    @media (min-width: 768px) {
      div.support-wrapper .first-section .section-inner {
        padding-top: 140px; } }
div.support-wrapper .second-section {
  padding-top: 120px;
  padding-bottom: 120px !important; }

div.support-wrapper .third-section {
  padding-top: 120px;
  padding-bottom: 120px !important; }

@media (min-width: 768px) {
  div.support-wrapper .salespitch {
    padding-top: 120px !important;
    padding-bottom: 140px !important; } }

div.doc-hero {
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  background-color: #1c2355;
  color: white;
  padding-top: 150px;
  padding-bottom: 0; }
  div.doc-hero h1 {
    font-size: 48px; }
  div.doc-hero div.inner {
    padding-left: 30px;
    padding-bottom: 30px; }

div.doc-main {
  display: flex;
  flex-wrap: nowrap;
  padding-top: 30px;
  padding-left: 30px;
  font-family: "Nunito Sans", sans-serif;
  font-size: 14px; }
  div.doc-main br.sidebar-br {
    display: none; }
  div.doc-main div.nav {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    max-width: 180px;
    min-width: 180px;
    background-color: #eeeeee;
    padding: 10px 10px 30px 20px;
    margin-bottom: 20px; }
    div.doc-main div.nav br.sidebar-br {
      display: inline; }
    div.doc-main div.nav a, div.doc-main div.nav a:visited {
      color: #1c2355; }
  div.doc-main div.nav > ul > li {
    font-weight: bold;
    font-size: 16px;
    padding-top: 20px;
    line-height: 1.2; }
    div.doc-main div.nav > ul > li ul {
      padding-top: 5px; }
    div.doc-main div.nav > ul > li ul > li {
      font-weight: normal;
      font-size: 14px; }
      div.doc-main div.nav > ul > li ul > li a {
        padding: 5px 5px 5px 10px;
        display: block; }
      div.doc-main div.nav > ul > li ul > li a.active {
        background-color: orange; }
  div.doc-main div.nav > ul > li > a {
    display: block; }
  div.doc-main div.nav > ul > li > a.active {
    background-color: orange;
    margin: -10px 0 -10px -10px;
    padding: 10px 0 10px 10px; }
  div.doc-main div.content {
    padding-left: 20px;
    padding-bottom: 60px;
    padding-right: 20px; }
    div.doc-main div.content h2, div.doc-main div.content h3, div.doc-main div.content h4, div.doc-main div.content h5, div.doc-main div.content h6 {
      font-family: "Kanit", sans-serif; }
    div.doc-main div.content h2 {
      font-size: 42px;
      margin-bottom: 20px; }
    div.doc-main div.content h3 {
      font-size: 30px;
      margin-bottom: 12px;
      padding-bottom: 1px;
      border-bottom: 2px solid #2246b5;
      margin-top: 40px; }
    div.doc-main div.content h2 + h3 {
      margin-top: 0; }
    div.doc-main div.content h4 {
      font-size: 22px;
      margin-bottom: 12px;
      margin-top: 30px; }
    div.doc-main div.content h3 + h4 {
      margin-top: 0; }
    div.doc-main div.content h5 {
      font-size: 18px;
      margin-bottom: 12px;
      margin-top: 24px; }
    div.doc-main div.content h4 + h5 {
      margin-top: 0; }
    div.doc-main div.content p, div.doc-main div.content li {
      max-width: 800px; }
    div.doc-main div.content p {
      margin-bottom: 20px;
      max-width: 800px; }
    div.doc-main div.content pre {
      font-family: "Roboto Mono", monospace, fixed;
      border: 1px solid #C4CFE5;
      background-color: #FBFCFD;
      padding: 4px 6px;
      margin: 12px 8px 12px 2px;
      overflow: auto;
      word-wrap: break-word;
      width: 800px; }
    div.doc-main div.content table {
      border-collapse: collapse;
      border: 1px solid black; }
      div.doc-main div.content table th, div.doc-main div.content table td {
        border: 1px solid silver;
        padding: 8px;
        vertical-align: middle; }
      div.doc-main div.content table thead, div.doc-main div.content table th {
        font-family: "Kanit", sans-serif; }
      div.doc-main div.content table pre {
        font-size: 12px;
        width: auto; }
    div.doc-main div.content ol, div.doc-main div.content ul {
      -webkit-padding-start: 40px;
              padding-inline-start: 40px;
      margin-bottom: 20px; }
    div.doc-main div.content ul {
      list-style-type: disc;
      -webkit-padding-start: 40px;
              padding-inline-start: 40px;
      margin-bottom: 20px; }
    div.doc-main div.content table ul {
      margin-bottom: 0;
      -webkit-padding-start: 15px;
              padding-inline-start: 15px; }
    div.doc-main div.content ul.nobullets {
      -webkit-padding-start: 0;
              padding-inline-start: 0;
      list-style-type: none;
      margin-top: 10px;
      margin-left: 20px; }
      div.doc-main div.content ul.nobullets li {
        margin-bottom: 8px; }
    div.doc-main div.content ol {
      list-style-type: decimal; }
    div.doc-main div.content div.code, div.doc-main div.content code {
      color: blue;
      font-family: "Roboto Mono", monospace, fixed; }

div.doc-main div.content.table-of-contents ul > li {
  font-weight: bold;
  font-size: 24px;
  padding-top: 20px;
  padding-bottom: 10px;
  line-height: 1.2;
  list-style-type: none; }
  div.doc-main div.content.table-of-contents ul > li a, div.doc-main div.content.table-of-contents ul > li a:visited {
    color: blue; }
  div.doc-main div.content.table-of-contents ul > li ul > li {
    list-style-type: disc;
    padding-left: 10px;
    font-weight: normal;
    font-size: 20px;
    padding-top: 10px; }

div.doc-main div.content table.doxtable {
  table-layout: fixed; }
  div.doc-main div.content table.doxtable tr.header th {
    color: white;
    background-color: #1c2355; }
  div.doc-main div.content table.doxtable .highlight {
    background-color: #ffe680; }
  div.doc-main div.content table.doxtable .bold {
    letter-spacing: 0.02em;
    font-weight: 700; }
  div.doc-main div.content table.doxtable p + p {
    margin-top: 12px; }
  div.doc-main div.content table.doxtable p {
    line-height: 16px;
    margin-bottom: 0; }
  div.doc-main div.content table.doxtable th {
    letter-spacing: 0.02em;
    font-weight: 500; }
  div.doc-main div.content table.doxtable tr td, div.doc-main div.content table.doxtable tr th {
    text-align: left;
    vertical-align: middle; }
  div.doc-main div.content table.doxtable tr.header-band th {
    background-color: #dddddd;
    text-align: center; }
  div.doc-main div.content table.doxtable tr.sub-band td {
    background-color: #f7f7f7;
    text-align: center; }

div.contact-us-form form {
  margin-top: 30px;
  letter-spacing: 0.02em; }
  div.contact-us-form form label {
    display: block;
    margin-bottom: 15px; }
    div.contact-us-form form label input, div.contact-us-form form label select, div.contact-us-form form label textarea {
      font-family: "Nunito Sans", sans-serif; }
  div.contact-us-form form label.text-input input, div.contact-us-form form label.text-input textarea {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: block;
    height: 48px;
    width: 100%;
    border: 2px solid #f5f7f7;
    line-height: 1.5;
    border-radius: 6px;
    font-weight: 400;
    font-size: 16px;
    margin-top: 4px; }
  div.contact-us-form form label.text-input input {
    padding: 0 16px; }
  div.contact-us-form form label.text-input textarea {
    padding: 16px;
    height: 100px; }
  div.contact-us-form form label.dropdown select {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: block;
    height: 48px;
    width: 100%;
    border: 2px solid #f5f7f7;
    padding: 0 16px;
    line-height: 1.5;
    border-radius: 6px;
    font-weight: 400;
    letter-spacing: 0.02em;
    font-size: 16px;
    margin-top: 4px; }
  div.contact-us-form form label.checkbox {
    cursor: pointer; }
    div.contact-us-form form label.checkbox div {
      display: inline-block; }
    div.contact-us-form form label.checkbox div.control {
      vertical-align: text-top; }
      div.contact-us-form form label.checkbox div.control input {
        height: 18px;
        width: 18px; }
  div.contact-us-form form div.submit {
    margin-top: 40px;
    text-align: right; }
    div.contact-us-form form div.submit button {
      -webkit-transition: 0.3s all;
      transition: 0.3s all;
      text-align: center;
      border: solid 3px #ec644b;
      background-color: #ec644b;
      color: white;
      padding: 8px 50px;
      font-weight: 600;
      font-size: 18px;
      font-family: "Kanit", sans-serif;
      cursor: pointer; }
    div.contact-us-form form div.submit button:hover {
      border: solid 3px #2246b5;
      background-color: #2246b5;
      color: white; }

@media (min-width: 768px) {
  div.contact-us-form form {
    display: flex; }
  div.contact-us-form div.col-left, div.contact-us-form div.col-right {
    flex-direction: row;
    flex-grow: 1;
    flex-basis: 0;
    overflow: hidden; }
  div.contact-us-form div.col-left {
    padding-right: 20px; }
  div.contact-us-form div.col-right {
    padding-left: 20px; } }

/************************************
 Header and top menu and stuff
*/
header {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: fixed;
  width: 100%;
  padding: 0 75px;
  padding-top: 33px;
  z-index: 10;
  -webkit-transition: 0.3s all;
  transition: 0.3s all; }
  header div.site-branding {
    color: white; }
    header div.site-branding img {
      -webkit-transition: 0.3s all;
      transition: 0.3s all;
      height: auto;
      max-width: 100%; }
  @media (max-width: 1199px) {
    header div.site-branding {
      position: relative;
      z-index: 9; }
    header .custom-logo-link img {
      height: auto;
      max-width: 100%; } }
  @media (max-width: 991px) {
    header .custom-logo-link img {
      width: 173px; } }
  @media (max-width: 767px) {
    header .custom-logo-link img {
      width: 117px; } }
@media (max-width: 1400px) {
  header {
    padding: 33px 30px 0; } }

@media (max-width: 1199px) {
  header {
    padding: 0 25px; } }

@media (max-width: 992px) {
  header {
    padding: 0 25px; } }

@media (max-width: 767px) {
  header {
    padding: 15px 23px; }
  header.sticky {
    padding: 4px 23px; } }

header.sticky {
  background-color: #1c2355; }

@media (min-width: 767px) {
  header.sticky {
    padding-top: 0;
    padding-bottom: 8px; }
    header.sticky div.site-branding a {
      width: 140px; } }

@media (max-width: 767px) {
  header.sticky .nav-hamburger {
    top: 6px; } }

@media only screen and (max-width: 991px) and (min-width: 767px) {
  header.sticky .nav-hamburger .ham-wrap {
    top: 20px; } }

body header div.site-branding {
  display: inline-block; }

@media (max-width: 991px) {
  body.open-ham {
    overflow: hidden; }
    body.open-ham nav {
      left: 0%; }
  nav {
    position: fixed;
    left: 100%;
    width: 100vw;
    height: 100vh;
    top: 0;
    background-color: #1c2355;
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
    padding-top: 123px;
    overflow-y: auto;
    color: white;
    font-size: 24px; }
    nav div.primary-menu-container {
      min-height: 800px;
      overflow-y: auto; }
    nav .light {
      font-weight: 300;
      font-size: 20px; }
    nav a {
      color: white;
      text-decoration: none; }
    nav ul#primary-menu {
      padding-left: 0;
      text-align: center;
      max-width: 260px;
      margin: auto;
      line-height: 16px; }
      nav ul#primary-menu li {
        margin-right: 0;
        padding-bottom: 54px; }
      nav ul#primary-menu li.top-level {
        font-weight: 600; }
        nav ul#primary-menu li.top-level a {
          position: relative; }
      nav ul#primary-menu li.top-level.active a:after {
        position: absolute;
        content: "" !important;
        width: 100%;
        bottom: -4px;
        height: 3px;
        background-color: #ec644b;
        left: 0; }
      nav ul#primary-menu li.versions {
        position: relative;
        padding-bottom: 38px; }
        nav ul#primary-menu li.versions .version-label {
          font-weight: 300;
          font-size: 20px; }
        nav ul#primary-menu li.versions .version-label:before, nav ul#primary-menu li.versions .version-label:after {
          content: "";
          position: absolute;
          width: 60px;
          height: 3px;
          background-color: #2246b5;
          top: 8px;
          /* adjust to move box-border top up and down */ }
        nav ul#primary-menu li.versions .version-label:before {
          right: 0; }
        nav ul#primary-menu li.versions .version-label:after {
          left: 0; }
        nav ul#primary-menu li.versions .version-label-inner:after {
          content: ":"; }
      nav ul#primary-menu ul.sub-menu {
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        padding-top: 44px;
        margin-top: -8px;
        border-width: 0 3px 3px 3px;
        border-color: #2246b5;
        border-style: solid; }
        nav ul#primary-menu ul.sub-menu li {
          padding-bottom: 19px;
          font-weight: 500; }
        nav ul#primary-menu ul.sub-menu a {
          line-height: 2;
          display: block;
          -webkit-transition: 0.3s all;
          transition: 0.3s all; }
        nav ul#primary-menu ul.sub-menu a:hover {
          color: #ec644b;
          background-color: #2246b5; }
        nav ul#primary-menu ul.sub-menu .lang-subtext {
          margin-top: -5px;
          font-weight: 300;
          font-size: 20px;
          color: white; }
  body.language-page.open-ham header#header div.row div nav.site-navigation {
    background-color: #2246b5; }
    body.language-page.open-ham header#header div.row div nav.site-navigation div.primary-menu-container {
      background-color: #1c2355; }
      body.language-page.open-ham header#header div.row div nav.site-navigation div.primary-menu-container ul#primary-menu {
        max-width: 100%;
        min-height: 940px; }
        body.language-page.open-ham header#header div.row div nav.site-navigation div.primary-menu-container ul#primary-menu li.menu-item.top-level {
          width: 100%;
          background-color: #2246b5; }
        body.language-page.open-ham header#header div.row div nav.site-navigation div.primary-menu-container ul#primary-menu li.versions {
          max-width: 260px;
          margin-top: 40px;
          margin-left: auto;
          margin-right: auto; }
          body.language-page.open-ham header#header div.row div nav.site-navigation div.primary-menu-container ul#primary-menu li.versions .version-label:before, body.language-page.open-ham header#header div.row div nav.site-navigation div.primary-menu-container ul#primary-menu li.versions .version-label:after {
            width: 44px !important; }
        body.language-page.open-ham header#header div.row div nav.site-navigation div.primary-menu-container ul#primary-menu li#top-link-get-help.menu-item.top-level {
          background-color: #1c2355;
          padding-top: 20px;
          flex-grow: 1; } }

@media (min-width: 992px) {
  div.header-container {
    display: flex; }
    div.header-container .site-branding {
      flex: 0 0 16.66667%; }
    div.header-container .site-navigation {
      display: flex;
      flex: 0 0 83.33333%; }
  body.general-page nav {
    margin-top: 16px; }
    body.general-page nav div.primary-menu-container {
      height: 100%;
      padding-left: 20%; }
      body.general-page nav div.primary-menu-container ul#primary-menu {
        height: 100%; }
        body.general-page nav div.primary-menu-container ul#primary-menu li.menu-item > a, body.general-page nav div.primary-menu-container ul#primary-menu .version-label {
          margin-left: 50px;
          margin-right: 50px;
          display: inline-block;
          margin-top: 15px; }
        body.general-page nav div.primary-menu-container ul#primary-menu li.top-level.active a:after {
          position: absolute;
          content: "" !important;
          width: 100%;
          bottom: -4px;
          height: 3px;
          background-color: #ec644b;
          left: 0; }
        body.general-page nav div.primary-menu-container ul#primary-menu ul.sub-menu {
          margin-left: -50px !important; }
  body.language-page nav {
    margin-top: 10px; }
    body.language-page nav div.lang-version {
      height: 100%;
      padding-left: 18px; }
      body.language-page nav div.lang-version span.lang {
        font-size: 44px;
        font-weight: 700;
        background-color: #212f79;
        top: -9px; }
      body.language-page nav div.lang-version span.lang:before {
        content: "";
        position: absolute;
        height: 30px;
        width: 6px;
        background-color: #212f79;
        left: -6px;
        bottom: 0px;
        z-index: -1; }
      body.language-page nav div.lang-version span.lang:after {
        content: "/";
        position: absolute;
        left: -12px;
        top: -12px;
        font-family: "Lobster", cursive;
        font-weight: 400;
        font-size: 54px;
        line-height: 1.25;
        font-style: initial; }
    body.language-page nav div.primary-menu-container {
      height: 100%; }
      body.language-page nav div.primary-menu-container ul#primary-menu {
        height: 100%; }
        body.language-page nav div.primary-menu-container ul#primary-menu li.menu-item {
          padding-left: 35px; }
        body.language-page nav div.primary-menu-container ul#primary-menu li.menu-item > a, body.language-page nav div.primary-menu-container ul#primary-menu .version-label {
          display: inline-block;
          margin-top: 15px; }
        body.language-page nav div.primary-menu-container ul#primary-menu li.menu-item.versions {
          padding-left: 10px;
          margin-left: 25px; }
        body.language-page nav div.primary-menu-container ul#primary-menu li.rounded-right {
          padding-right: 60px;
          border-radius: 0 35px 35px 0; }
        body.language-page nav div.primary-menu-container ul#primary-menu li.extra-margin {
          margin-right: 400px; }
        body.language-page nav div.primary-menu-container ul#primary-menu li.top-level.active a:after {
          position: absolute;
          content: "" !important;
          width: 100%;
          bottom: -4px;
          height: 3px;
          background-color: #ec644b;
          left: 0; }
    body.language-page nav li.lang-item {
      background-color: #212f79; }
  nav {
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
    display: inline-block;
    height: 55px; }
    nav a {
      text-decoration: none;
      color: white; }
    nav li {
      font-size: 14px;
      font-weight: 500;
      color: white; }
    nav img.versions-arrow {
      margin-left: 8px;
      content: url("../images/versions-arrow.svg");
      -webkit-transition: 0.3s all;
      transition: 0.3s all; }
    nav div.primary-menu-container {
      display: inline-block; }
    nav ul#primary-menu {
      display: flex;
      flex-direction: row; }
      nav ul#primary-menu li.menu-item.top-level a {
        position: relative; }
      nav ul#primary-menu li.menu-item.top-level a:after {
        position: absolute;
        content: "" !important;
        width: 0;
        bottom: -4px;
        height: 3px;
        background-color: #ec644b;
        left: 0;
        -webkit-transition: 0.3s all;
        transition: 0.3s all; }
      nav ul#primary-menu li.menu-item.top-level a:hover:after {
        width: 100%; }
      nav ul#primary-menu li.versions {
        cursor: pointer;
        height: 60px; }
        nav ul#primary-menu li.versions ul.sub-menu {
          visibility: hidden;
          position: absolute;
          display: block;
          background-color: #1c2355;
          width: 200px;
          padding: 13px 0;
          border: 3px solid #2246b5;
          margin-left: -70px;
          margin-top: 10px; }
          nav ul#primary-menu li.versions ul.sub-menu li {
            width: 100%; }
          nav ul#primary-menu li.versions ul.sub-menu a {
            display: block;
            padding: 3px 0 3px 20px; }
          nav ul#primary-menu li.versions ul.sub-menu a:hover {
            color: #ec644b;
            background-color: #2246b5; }
          nav ul#primary-menu li.versions ul.sub-menu div.lang-subtext {
            display: inline;
            font-weight: 300;
            margin-left: 6px; }
      nav ul#primary-menu li.versions:hover img.versions-arrow {
        -webkit-transform: scaleY(-1);
                transform: scaleY(-1); }
      nav ul#primary-menu li.versions:hover ul.sub-menu {
        visibility: visible; } }

@media (min-width: 1200px) {
  nav {
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
    top: 62px;
    left: 40%; }
    nav li {
      font-size: 16px; } }

@media (min-width: 992px) {
  body.language-page header .lang-version.mobile {
    display: none; } }

@media (max-width: 991px) {
  body.language-page header .lang-version.desktop {
    display: none; } }

body.language-page header div.lang-version {
  display: inline-block;
  color: white; }
  body.language-page header div.lang-version a {
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
    display: inline-block;
    text-decoration: none; }
  body.language-page header div.lang-version span {
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
    position: relative; }
  body.language-page header div.lang-version span.slash {
    font-family: "Lobster", cursive; }
  body.language-page header div.lang-version span.lang {
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
    font-family: "Lobster Two", cursive;
    font-style: italic; }
  @media (max-width: 991px) {
    body.language-page header div.lang-version span {
      position: relative; }
    body.language-page header div.lang-version span.slash {
      font-size: 49px;
      top: -18px; }
    body.language-page header div.lang-version span.lang {
      font-size: 46px;
      top: -12px;
      left: -2px;
      font-weight: 700; } }
  @media (max-width: 767px) {
    body.language-page header div.lang-version span.slash {
      font-size: 32px;
      top: -12px; }
    body.language-page header div.lang-version span.lang {
      font-size: 32px;
      top: -8px;
      left: -8px; } }
