@charset "utf-8";
/* CSS Document */

/* RESET STYLES & HELPER CLASSES
–––––––––––––––––––––––––––––––––––––––––––––––––– */
:root {
  --level-0: #013777;
  --level-1: #013777;
  --level-2: #013777;
  --level-3: #eaecf8;
  --level-4: #f7f7f7;
  --black: black;
  --white: #fff;
  --blue: #013777;
  --gray: #eaecf8;
}

// <weight>: Use a value from 100 to 900
// <uniquifier>: Use a unique and descriptive class name

.montserrat-<uniquifier> {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}

.inter-<uniquifier> {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

ol {
  list-style: none !important;
}
ol, ul {
    padding-left: 0rem !important;
}

p {font-size: 14px;
line-height: 20px;
margin-top: 0 !important;
margin-bottom: 0rem !important;
}
.space-ul{
    margin-left: 40px;
    list-style: auto;
	}
.space-ul li {
	margin-bottom: 10px;
	text-align:justify;
}	
.fw-bold{ font-weight:800 !important;}
.fw-semibold{ font-weight:600 !important;}
.fw-normal{ font-weight:400 !important;}
.fw-regular{ font-weight:300 !important;}
.fw-light{ font-weight:100 !important;}

.text-white {
	color: #ffffff;}

body {
  margin: 0px 0 0 0px !important;
  text-align: center;
  font-family: "Inter", sans-serif !important;
  font-size: 13px !important;
  color: #666 !important;
}

.container {
  max-width: 1600px !important;
  padding: 0 0px !important;
  margin: 0 auto;
}

.h1, h1 {font-size: 16px !important;}
.h2, h2 {font-size: 14px !important;}
.h3, h3 {font-size: 12px !important;}
.h4, h4 {font-size: 10px !important;}
.h5, h5 {font-size: 8px !important;}
.h6, h6 {font-size: 6px !important;}

.rectangle {
  position: relative;
  padding: 14px 8px;
  /*box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);*/
  border-radius:8px;
}

.title {
	font-size:24px;
	line-height: 28px;
	font-weight:800;
	color: #000;
}
.subtitle {
	font-size:18px;
	line-height: 20px;
	font-weight:500;}

/* LEVEL-0 STYLES
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.level-0 {
  width: 30%;
  margin: 0 auto 40px;
  background: var(--level-1);
  text-align:center;
}

.level-0::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 1px;
  height: 40px;
  background: var(--black);
  text-align:center;
}

/* LEVEL-1 STYLES
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.level-1 {
  width: 30%;
  margin: 0 auto 40px;
  background: var(--level-1);
  text-align:center;
}

.level-1::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 1px;
  height: 20px;
  background: var(--black);
  text-align:center;
}
.level-1-b {
  width: 30%;
  margin: 0 auto 40px;
  background: var(--level-1);
  text-align:center;
}

.level-1-b::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 1px;
  height:1620px;
  background: var(--black);
  text-align:center;
}

.level-1-c {
  width: 30%;
  margin: 0 auto 40px;
  background: var(--level-1);
  text-align:center;
}

.level-1-c::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 1px;
  height: 0px;
  background: var(--black);
  text-align:center;
}


/* LEVEL-2 STYLES
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.level-2-wrapper {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  text-align:center;
}
.level-2-wrapper-b {
  position: relative;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  text-align:center;
  max-width: 50%
}
.level-2-wrapper-c {
    position: relative;
    grid-template-columns: repeat(1, 1fr);
    text-align: center;
    display: flex;
    justify-content: flex-end;
    max-width: 50%;
    float: right;
}
.level-2-wrapper-d {
    position: relative;
    grid-template-columns: repeat(3, 1fr);
    text-align: center;
    display: -webkit-box;
    justify-content: flex-end;
    max-width: 100%;
}

.level-2-wrapper::before {
  content: "";
  position: absolute;
  top: -20px;
  left: 25%;
  width: 50%;
  height: 1px;
  background: var(--black);
  text-align:center;
}
.level-2-wrapper-b::before {
  content: "";
  position: absolute;
  top: -20px;
  right: 0%;
  width: 50%;
  height: 1px;
  background: var(--black);
  text-align:center;
}
.level-2-wrapper-c::before {
    content: "";
    position: absolute;
    top: -20px;
    left: 0px;
    width: 48.9%;
    height: 1px;
    background: var(--black);
    text-align: center;
}
.level-2-wrapper-d::before {
    content: "";
    position: absolute;
    top: -20px;
    left: 33%;
    width: 110.7%;
    height: 1px;
    background: var(--black);
    text-align: center;
}


.level-2-wrapper::after {
  display: none;
  content: "";
  position: absolute;
  left: -20px;
  bottom: -20px;
  width: calc(100% + 20px);
  height: 1px;
  background: var(--black);
  text-align:center;
}
.level-2-wrapper-b::after {
  display: none;
  content: "";
  position: absolute;
  left: -20px;
  bottom: -20px;
  width: calc(100% + 20px);
  height: 1px;
  background: var(--black);
  text-align:center;
}
.level-2-wrapper-c::after {
  display: none;
  content: "";
  position: absolute;
  left: -20px;
  bottom: -20px;
  width: calc(100% + 20px);
  height: 1px;
  background: var(--black);
  text-align:center;
}
.level-2-wrapper-d::after {
  display: none;
  content: "";
  position: absolute;
  left: -20px;
  bottom: -20px;
  width: calc(100% + 20px);
  height: 1px;
  background: var(--black);
  text-align:center;
}


.level-2-wrapper li {
  position: relative;
  text-align:center;
}
.level-2-wrapper-b li {
  position: relative;
  text-align:center;
}
.level-2-wrapper-c li {
  position: relative;
  text-align:center;
}
.level-2-wrapper-d li {
  position: relative;
  text-align:center;
}


.level-2-wrapper > li::before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 1px;
  height: 20px;
  background: var(--black);
  text-align:center;
}
.level-2-wrapper-b > li::before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 1px;
  height: 20px;
  background: var(--black);
  text-align:center;
}
.level-2-wrapper-c > li::before {
  content: "";
  position: absolute;
  bottom: 100%;
  right: 50%;
  transform: translateX(-50%);
  width: 1px;
  height: 20px;
  background: var(--black);
  text-align:center;
}
.level-2-wrapper-d > li::before {
  content: "";
  position: absolute;
  bottom: 100%;
  right: 50%;
  transform: translateX(-50%);
  width: 1px;
  height: 20px;
  background: var(--black);
  text-align:center;
}


.level-2 {
  width: 40%;
  margin: 0 auto 40px;
  background: var(--level-2);
  text-align:center;
}
.level-2-b {
  width: 40%;
  margin: 0 auto 40px;
  background: var(--level-2);
  text-align:center;
}
.level-2-c {
  width: 40%;
  margin: 0 auto 40px;
  background: var(--level-2);
  text-align:center;
}
.level-2-d {
  width: 80%;
  margin: 0 auto 50px;
  background: var(--level-2);
  text-align:center;
}

.level-2::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 1px;
  height: 20px;
  background: var(--black);
  text-align:center;
}
.level-2-b::before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: 1px;
    height: 0px;
    background: var(--black);
    text-align: center;
}
.level-2-c::before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: 1px;
    height: 0px;
    background: var(--black);
    text-align: center;
}
.level-2-d::before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: 1px;
    height: 0px;
    background: var(--black);
    text-align: center;
}


.level-2::after {
  display: none;
  content: "";
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translate(-100%, -50%);
  width: 20px;
  height: 1px;
  background: var(--black);
  text-align:center;
}
.level-2-b::after {
  display: none;
  content: "";
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translate(-100%, -50%);
  width: 20px;
  height: 1px;
  background: var(--black);
  text-align:center;
}
.level-2-c::after {
  display: none;
  content: "";
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translate(-100%, -50%);
  width: 20px;
  height: 1px;
  background: var(--black);
  text-align:center;
}
.level-2-d::after {
  display: none;
  content: "";
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translate(-100%, -50%);
  width: 20px;
  height: 1px;
  background: var(--black);
  text-align:center;
}



/* LEVEL-3 STYLES
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.level-3-wrapper {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 20px;
  width: 95%;
  margin: 0 auto;
  text-align:center;
}
.level-3-wrapper-b {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 20px;
  width: 95%;
  margin: 0 auto;
  text-align:center;
}
.level-3-wrapper-c {
  position: relative;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-column-gap: 8px;
  width: 95%;
  margin: 0 auto;
  text-align:center;
}
.level-3-wrapper-d {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 20px;
  width: 95%;
  margin: 0 auto;
  text-align:center;
}
.level-3-wrapper-e {
    position: relative;
    display: flex
;
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 5px;
    width: 100%;
    margin: 0px 0 0 60px;
    text-align: center;
}
.level-3-wrapper-f {
    position: relative;
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    grid-column-gap: 5px;
    width: 95%;
    margin: 0 auto;
    text-align: center;
}

.level-3-wrapper::before {
  content: "";
  position: absolute;
  top: -20px;
  left: calc(25% - 5px);
  width: calc(50% + 10px);
  height: 1px;
  background: var(--black);
  text-align:center;
}
.level-3-wrapper-b::before {
    content: "";
    position: absolute;
    top: -20px;
    left: calc(16% - 2px);
    width: calc(50% + 135px);
    height: 1px;
    background: var(--black);
    text-align: center;
}

.level-3-wrapper-c::before {
    content: "";
    position: absolute;
    top: -20px;
    left: calc(10% - 4px);
    width: calc(80% + 7px);
    height: 1px;
    background: var(--black);
    text-align: center;
}
.level-3-wrapper-d::before {
    content: "";
    position: absolute;
    top: -20px;
    left: calc(12% - 4px);
    width: calc(59% + 128px);
    height: 1px;
    background: var(--black);
    text-align: center;
}
.level-3-wrapper-e::before {
    content: "";
    position: absolute;
    top: -20px;
    left: calc(12% - 8px);
    width: calc(73% + 9px);
    height: 1px;
    background: var(--black);
    text-align: center;
}
.level-3-wrapper-f::before {
    content: "";
    position: absolute;
    top: -20px;
    left: calc(8% - 9px);
    width: calc(86% + 3px);
    height: 1px;
    background: var(--black);
    text-align: center;
}

.level-3-wrapper > li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -100%);
  width: 1px;
  height: 20px;
  background: var(--black);
  text-align:center;
}
.level-3-wrapper-b > li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -100%);
  width: 1px;
  height: 20px;
  background: var(--black);
  text-align:center;
}
.level-3-wrapper-c > li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -100%);
  width: 1px;
  height: 20px;
  background: var(--black);
  text-align:center;
}
.level-3-wrapper-d > li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -100%);
  width: 1px;
  height: 20px;
  background: var(--black);
  text-align:center;
}
.level-3-wrapper-e > li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -100%);
  width: 1px;
  height: 20px;
  background: var(--black);
  text-align:center;
}
.level-3-wrapper-f > li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -100%);
  width: 1px;
  height: 20px;
  background: var(--black);
  text-align:center;
}

.level-3 {
  margin-bottom: 20px;
  background: var(--level-3);
  text-align:center;
}


/* LEVEL-4 STYLES
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.level-4-wrapper {
  position: relative;
  width: 80%;
  margin-left: auto;
  text-align:center;
}

.level-4-wrapper::before {
    content: "";
    position: absolute;
    top: -8px;
    left: -20px;
    width: 1px;
    height: calc(100% + -19px);
    background: var(--black);
    text-align: center;
}

.level-4-wrapper li + li {
  margin-top: 10px;
  text-align:center;
}

.level-4 {
  font-weight: normal;
  background: var(--level-4);
  text-align:center;
}

.level-4::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translate(-100%, -50%);
  width: 20px;
  height: 1px;
  background: var(--black);
  text-align:center;
}


/* MQ STYLES
–––––––––––––––––––––––––––––––––––––––––––––––––– */
@media screen and (max-width: 700px) {
  .rectangle {
    padding: 20px 10px;
  }

  .level-1,
  .level-2 {
    width: 100%;
  }

  .level-1 {
    margin-bottom: 20px;
  }

  .level-1::before,
  .level-2-wrapper > li::before {
    display: none;
  }
  
  .level-2-wrapper,
  .level-2-wrapper::after,
  .level-2::after {
    display: block;
  }

  .level-2-wrapper {
    width: 90%;
    margin-left: 10%;
  }

  .level-2-wrapper::before {
    left: -20px;
    width: 1px;
    height: calc(100% + 40px);
  }

  .level-2-wrapper > li:not(:first-child) {
    margin-top: 50px;
  }
}


/* FOOTER
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.page-footer {
  position: fixed;
  right: 0;
  bottom: 20px;
  display: flex;
  align-items: center;
  padding: 5px;
}

.page-footer a {
  margin-left: 4px;
}

