body {
  margin: 0;
  overflow-x: hidden;
  font-family: Onest;
}
h1, h2, h3, h4, p {
  margin: 0;
  font-family: Montserrat !important;
}
a {
  text-decoration: none;
  color: unset;
}

.gray {
  color: #2E3033;
}
section h1 {
  font-size: 48px;
  font-weight: 700;
  line-height: 59px;
  letter-spacing: 1.440000057220459px;
  text-align: left;
  text-transform: none !important;
}
section h2 {
  font-size: 36px;
  font-weight: 700;
  line-height: 40px;
  text-align: left;
}
section h3 {
  font-size: 24px;
  font-weight: 600;
  line-height: 20px;
  text-align: left;
}
section h4 {
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
  text-align: left;
}
section h4.tight {
    line-height: 20px;
}
section h5 {
  font-size: 21px;
  font-weight: 600;
  line-height: 25.6px;
}
section {
  max-width: 1200px;
  margin: 0 auto;
  font-family: Montserrat;
}
section article {
  padding-bottom: 40px;
  border-bottom: #E3E8ED 1px solid;
}

.breadcrumb-alt {
  display: inline-block;
  width: 100%;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: black;
}
.breadcrumb-alt .item {
  display: inline;
  position: relative;
}
.breadcrumb-alt .item:not(:last-child):after {
  content: '|';
  padding: 0 8px;
}
.breadcrumb-alt .item.active:last-child {
  cursor: auto;
  opacity: .4;
}

.divider {
  width: 100%;
  border-top: 1px solid #E3E8ED;
}

.disclaimer-a {
  background: #EFF5FB;
  padding: 20px;
  box-sizing: border-box;
}
.disclaimer-a p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
}
.disclaimer-a a {
  font-weight: 600;
  color: #529BEF;
  text-decoration: underline;
}

section.hero {
  padding: 40px 0;
  width: 100%;
}
section.hero h1 {
  color: #529BEF;
  margin-top: 24px;
}

section.content {
  padding: 126px 0 100px;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  position: relative;
}
section.content .navigator {
  display: flex;
  flex-direction: column;
  position: sticky;
  min-width: 220px;
  width: 220px;
  margin-right: 80px;
  top: 0;
}
section.content .navigator div {
  height: 65px;
  display: flex;
  align-items: center;
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 600;
  line-height: 21px;
  text-align: left;
  color: black;
  box-sizing: border-box;
  transition: all 350ms;
  border-bottom: 1px solid #E3E8ED;
  cursor: pointer;
}
section.content .navigator div.active {
  color: #529BEF;
}

section.content .content-grid {
  display: flex;
  flex-direction: column;
  row-gap: 40px;
}
section.content .content-grid .treatment {
  display: flex;
  flex-direction: column;
  row-gap: 40px;
}
section.content .content-grid .treatment .grid,
section.content .content-grid .help .grid,
section.content .content-grid .stages .grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 102px;
  row-gap: 40px;
}
section.content .content-grid .treatment .grid .element,
section.content .content-grid .help .grid .element,
section.content .content-grid .stages .grid .element {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}
section.content .content-grid .treatment .grid .element h3,
section.content .content-grid .help .grid .element h3 {
  color: #529BEF;
}
section.content .content-grid .treatment .grid .element p,
section.content .content-grid .help .grid .element p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
}

section.content .content-grid .help,
section.content .content-grid .stages {
  display: flex;
  flex-direction: column;
}
section.content .content-grid .help p.description {
  margin-top: 30px;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  text-align: left;
}
section.content .content-grid .help .grid {
  margin-top: 40px;
}

section.content .content-grid .stages h3 {
  margin-top: 30px;
}
section.content .content-grid .stages h3.long {
  margin-top: 40px;
}
section.content .content-grid .stages p.description {
  margin-top: 20px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
}
section.content .content-grid .stages .accordion,
section.content .content-grid .stages .table {
  border: #529BEF solid 1px;
  margin-top: 40px;
  display: flex;
  flex-direction: column;
}
section.content .content-grid .stages .accordion h4,
section.content .content-grid .stages .table h4 {
  background: #529BEF;
  color: white;
  padding: 20px;
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
  letter-spacing: -0.7200000286102295px;
  text-align: left;
}

section.content .content-grid .stages .grid {
  margin-top: 40px;
}
section.content .content-grid .stages .grid .element h3 {
  margin-top: 0;
}
section.content .content-grid .stages .grid .element h3,
section.content .content-grid .stages .grid .element a {
  color: #529BEF;
  font-weight: 600;
}
section.content .content-grid .stages .grid .element p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

section.content .content-grid .stages .disclaimer-a {
  margin-top: 16px;
}

section.content .content-grid .stages h4.step {
  margin-top: 40px;
}
section.content .content-grid .stages .table {
  margin-top: 20px;
}

section.content .content-grid .stages .living,
section.content .content-grid .stages .entry-help,
section.content .content-grid .stages .useful {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 26px;
  row-gap: 30px;
  margin-top: 20px;
}
section.content .content-grid .stages .living .element h4,
section.content .content-grid .stages .entry-help .element h4 {
  color: #529BEF;
  margin-bottom: 10px;
}
section.content .content-grid .stages .living .element p,
section.content .content-grid .stages .living .element ul,
section.content .content-grid .stages .entry-help .element p,
section.content .content-grid .stages .useful .element p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.47999998927116394px;
  text-align: left;
}
section.content .content-grid .stages .living .element a {
  color: #529BEF;
  cursor: pointer;
  text-decoration: none;
  font-weight: 500;
}
section.content .content-grid .stages .living .element ul {
  margin: 0;
  padding-left: 30px;
}
section.content .content-grid .stages .living .element li::marker {
  color: #529BEF;
}
section.content .content-grid .stages .useful .element p {
  margin-bottom: 10px;
}
section.content .content-grid .stages .useful .element a {
  font-size: 36px;
  font-weight: 600;
  line-height: 30px;
  letter-spacing: -0.7200000286102295px;
  text-align: left;
  color: #529BEF;
  cursor: pointer;
  text-decoration: none;
}

section.content .accordion .element {
  cursor: pointer;
  box-sizing: border-box;
  outline: none;
  -webkit-tap-highlight-color: transparent;
  transition: all 350ms;
  margin-bottom: 20px;
}
section.content .accordion .element .title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #EFF5FB;
  padding: 20px;
}
section.content .accordion .element .title h5, section.content .table .element h5 {
  text-transform: uppercase;
  margin: 0;
  color: #529BEF;
}
section.content .accordion .element .title svg {
  fill: #529BEF;
  transition: all 350ms;
  min-width: 24px;
  min-height: 24px;
}
section.content .accordion .element.active .title svg {
  rotate: 180deg;
}
section.content .accordion .element .value {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 350ms;
}
section.content .accordion .element.active .value {
  grid-template-rows: 1fr;
}
section.content .accordion .element .lines {
  overflow: hidden;
  font-size: 16px;
  font-weight: 400;
  line-height: 20.4px;
  text-align: left;
  display: flex;
  flex-direction: column;
}
section.content .accordion .element .lines .line {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  column-gap: 50px;
  font-size: 16px;
  line-height: 19.5px;
  margin: 20px 20px 0;
}
section.content .accordion .element .lines .line p {
  min-width: 57%;
  font-weight: 400;
  grid-column: span 3 / span 3;
}
section.content .accordion .element .lines .line a {
  color: #529BEF;
  text-decoration: none;
  cursor: pointer;
  font-weight: 500;
  white-space: nowrap;
}
section.content .accordion .element .lines .line p.code {
  font-weight: 700;
  text-align: right;
  grid-column: span 1 / span 1;
}

section.content .table .element .head {
  background: #529BEF;
  padding-bottom: 20px;
  box-sizing: border-box;
}
section.content .table .element .head p {
  font-size: 16px;
  font-weight: 500;
  line-height: 19.5px;
  text-align: left;
  color: white;
  margin: -10px 20px 0;
}
section.content .table .element h5 {
  background: #E3E8ED;
  padding: 20px;
  box-sizing: border-box;
}
section.content .table .element .mobile-element {
  display: none;
}
section.content .table .element .lines {
  margin: 20px 0;
  padding: 0 20px;
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}
section.content .table .element .lines .line {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  font-size: 16px;
  font-weight: 400;
  line-height: 19.5px;
  color: #383838;
}
section.content .table .element .lines .line div {
  white-space: nowrap;
  text-align: right;
}
section.content .table .element .lines .line p {
  font-weight: 600;
}
section.content .table .element .lines .line a {
  font-weight: 500;
  color: #529BEF;
  margin-left: 10px;
}
section.content .table .element .lines .line a.short {
  margin-left: 3px;
}
section.content .table .element .countries {
  padding: 20px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  column-gap: 20px;
  row-gap: 20px;
}
section.content .table .element p.text {
  padding: 20px;
  font-size: 16px;
  font-weight: 500;
  line-height: 19.5px;
  text-align: left;
  color: #383838;
}

@media screen and (max-width: 1280px) {
  section {
    margin: 0px 24px;
    width: auto;
  }
}
@media screen and (max-width: 1150px) {
  section.content .navigator {
    display: none;
  }
  section.content .content-grid {
    width: 100%;
    row-gap: 0;
  }
}
@media screen and (max-width: 1000px) {
  section h1 {
    font-size: 24px;
    line-height: 33.6px;
  }
  section h2 {
    font-size: 24px;
    font-weight: 700;
    line-height: 31.2px;
  }
  section h3 {
    font-size: 24px;
    line-height: 28.8px;
  }
  section h4 {
  font-size: 24px;
  line-height: 28.8px;
}

  .breadcrumb-alt {
    font-size: 16px;
    line-height: 19.2px;
  }

  section.hero h1 {
    margin-top: 20px;
  }

  .disclaimer-a {
    padding: 16px;
  }

  section.content {
    padding: 40px 0 100px;
  }
  section.content .content-grid article#help, section.content .content-grid article#how {
    margin-top: 30px;
  }


}
@media screen and (max-width: 800px) {
  .divider {
    display: none;
  }
  section {
    margin: 0px 20px;
  }
  section article {
    border-bottom: none;
  }

  section.hero {
    padding: 60px 0 0;
  }
  section.content .content-grid .treatment .grid,
  section.content .content-grid .help .grid,
  section.content .content-grid .stages .grid {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    row-gap: 30px;
  }


  section.content .content-grid .treatment .grid .element p {
    margin-top: -8px;
  }

  section.content .content-grid .stages .accordion,
  section.content .content-grid .stages .table {
    border: transparent solid 1px;
    margin-top: 30px;
  }
  section.content .content-grid .stages .accordion h4,
  section.content .content-grid .stages .table h4 {
    background: #529BEF;
    color: white;
    padding: 16px;
    font-size: 24px;
    font-weight: 600;
    line-height: 28.8px;
    text-align: left;
  }

  section.content .accordion .element .title, section.content .table .element h5 {
    padding: 16px;
  }


  section.content .accordion .element .lines .line,
  .table .mobile-element .lines .line {
    display: flex;
    flex-direction: column;
    margin: 20px 16px 0;
    border-bottom: #E3E8ED 1px solid;
  }
  section.content .accordion .element .lines .line p {
    order: 1;
    margin-bottom: 16px;
  }
  section.content .accordion .element .lines .line a {
    order: 2;
    margin-bottom: 20px;
  }
  section.content .accordion .element .lines .line p.code {
    order: 0;
    text-align: left;
    margin-bottom: 12px;
  }

  section.content .content-grid .stages .grid {
    row-gap: 30px;
  }
  section.content .content-grid .stages .disclaimer-a {
    margin-top: 30px;
  }
  section.content .table .element h5, section.content .table .element .lines {
    display: none;
  }
  .table.lined {
    border-color: #529BEF !important;
  }
  .table .mobile-element {
    display: block !important;
    cursor: pointer;
    box-sizing: border-box;
    outline: none;
    -webkit-tap-highlight-color: transparent;
    transition: all 350ms;
    margin-bottom: 20px;
  }
  .table .mobile-element .title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #EFF5FB;
    padding: 16px !important;
  }
  .table .mobile-element .title h5 {
    display: block !important;
    text-transform: uppercase;
    margin: 0 !important;
    padding: 0 !important;
    color: #529BEF;
    background: transparent !important;
  }
  .table .mobile-element .title svg {
    fill: #529BEF;
    transition: all 350ms;
    min-width: 24px;
    min-height: 24px;
  }
  .table .mobile-element.active .title svg {
    rotate: 180deg;
  }
  .table .mobile-element .value {
    display: grid;
    grid-template-rows: 0fr;
    transition: grid-template-rows 350ms;
  }
  .table .mobile-element.active .value {
    grid-template-rows: 1fr;
  }
  .table .mobile-element .lines-mobile {
    overflow: hidden;
    font-size: 16px;
    font-weight: 400;
    line-height: 20.4px;
    text-align: left;
    display: flex;
    flex-direction: column;
  }
  .table .mobile-element .lines-mobile .line {
    display: flex;
    flex-direction: column;
    margin: 20px 0 0;
    padding: 0 16px;
    padding-bottom: 20px;
    border-bottom: #E3E8ED solid 1px;
    font-size: 16px;
    line-height: 19.5px;
    color: #383838;
  }
  .table .mobile-element .lines-mobile .line p {
    font-weight: 600;
    margin-bottom: 16px;
  }
  .table .mobile-element .lines-mobile .line a {
    color: #529BEF;
    text-decoration: none;
    cursor: pointer;
    font-weight: 500;
    white-space: nowrap;
    margin-top: 12px;
  }
  .table .mobile-element .lines-mobile .line p.code {
    font-weight: 700;
    text-align: right;
    grid-column: span 1 / span 1;
  }
  .table .mobile-element .countries-mobile {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 20px;
    row-gap: 20px;
    padding: 20px 16px;
    border-bottom: #E3E8ED solid 1px;
  }

  section.content .content-grid .stages .living,
  section.content .content-grid .stages .entry-help,
  section.content .content-grid .stages .useful {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    margin-top: 30px;
  }
  section.content .content-grid .stages .living .element h4,
  section.content .content-grid .stages .entry-help .element h4 {
    margin-bottom: 20px;
  }

  section.content .table .element .countries {
    display: none;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  section.content .table .element .head p {
    margin: -8px 16px 0;
  }
}

