.w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

body {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  color: #415465;
  font-size: 1.125rem;
  line-height: 1.35;
  font-weight: 400;
  letter-spacing: 0em;
}

h1 {
  margin-top: 0px;
  margin-bottom: 0.5rem;
  font-size: 2.5rem;
  line-height: 1.2;
  font-weight: 600;
}

h2 {
  margin-top: 0px;
  margin-bottom: 0.5rem;
  font-size: 2rem;
  line-height: 1.2;
  font-weight: 700;
}

h3 {
  margin-top: 0px;
  margin-bottom: 0.5rem;
  font-size: 1.75rem;
  line-height: 1.2;
  font-weight: 600;
}

h4 {
  margin-top: 0px;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: 1.2;
  font-weight: 600;
}

h5 {
  margin-top: 0px;
  margin-bottom: 0.5rem;
  font-size: 1.25rem;
  line-height: 1.2;
  font-weight: 600;
}

h6 {
  margin-top: 0px;
  margin-bottom: 0.5rem;
  font-size: 1rem;
  line-height: 1.2;
  font-weight: 600;
}

p {
  margin-bottom: 1rem;
}

a {
  -webkit-transition: color 400ms ease, box-shadow 400ms ease, background-color 400ms ease, opacity 400ms ease;
  transition: color 400ms ease, box-shadow 400ms ease, background-color 400ms ease, opacity 400ms ease;
  color: #0576c9;
  text-decoration: none;
}

a:hover {
  color: #415465;
}

ul {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-left: 40px;
}

ol {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-left: 20px;
}

li {
  padding-top: 2px;
  padding-bottom: 2px;
}

strong {
  font-weight: bold;
}

.align-right {
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  text-align: right;
}

.content {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.content.horizontal {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.hover-line {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 1px;
  background-color: #415465;
}

.button {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 44px;
  padding: 0.375rem 0.75rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: none;
  border-radius: 0.125rem;
  -webkit-transition: box-shadow 200ms ease, background-color 200ms ease, color 200ms ease;
  transition: box-shadow 200ms ease, background-color 200ms ease, color 200ms ease;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  color: #fff;
  font-size: 1rem;
  line-height: 1.5;
  text-align: center;
  text-decoration: none;
}

.button.close {
  position: absolute;
  left: 16px;
  top: auto;
  right: auto;
  bottom: 220px;
  width: 24px;
  height: 24px;
  padding: 4px;
  border-radius: 100rem;
}

.link-block {
  position: relative;
  z-index: 1;
  display: inline-block;
  overflow: hidden;
  line-height: 1.5;
}

.horizontal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.display-2 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 4.5vw;
  line-height: 1.2;
  font-weight: 500;
  letter-spacing: -0.025em;
}

.hover-trigger {
  position: relative;
  width: 100%;
  cursor: pointer;
}

.hover-trigger.thumb {
  width: auto;
  height: auto;
}

.hover-trigger.zoom-in {
  position: static;
  width: 40%;
  padding-right: 3rem;
  padding-bottom: 0rem;
  padding-left: 3rem;
  cursor: default;
}

.hover-trigger.instagram {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 8rem;
  z-index: 1;
  width: 100%;
}

.lead {
  position: relative;
  z-index: 2;
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 1.5rem;
  line-height: 1.3;
  font-weight: 300;
}

.section {
  position: relative;
  z-index: 2;
  width: 100%;
  padding: 1rem 6rem 8rem;
  background-image: url('../images/background-2.svg');
  background-position: 100% 50%;
  background-size: 571px;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.section.pb-0 {
  padding-top: 5rem;
  background-color: #0476c9;
  background-image: url('../images/background-1.svg');
  background-position: 0% 100%;
  background-size: 35vw;
}

.section.pb-0.text-white {
  padding-top: 5rem;
  background-size: 30vw;
}

.section.bg-light {
  background-image: none;
}

.section.bg-light.hero-top {
  position: static;
  z-index: 10;
  display: none;
  padding-top: 8rem;
  padding-bottom: 8rem;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: #0476c9;
  background-image: url('../images/background-1.svg');
  background-position: 0% 100%;
  background-size: 35vw;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.section.bg-light.hero-top {
  position: static;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  padding-top: 8rem;
  padding-bottom: 8rem;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: #0476c9;
  background-image: url('../images/background-1.svg');
  background-position: 0% 100%;
  background-size: 35vw;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.section.bg-green {
  position: relative;
  padding-top: 8rem;
  background-color: #0476c9;
  background-image: none;
}

.section.px-0.pb-0.bg-light.hero-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 5rem;
  padding-bottom: 0rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  font-family: 'Nanum Gothic', sans-serif;
}

.section.px-0.pb-0.hero-top {
  padding-top: 4.9rem;
}

.section.foreword-hc {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 8rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f7f8f8;
  background-image: url('../images/background-2.svg');
  background-size: 40%;
  background-attachment: fixed;
}

.overflow-hidden {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.margin-paragraph {
  position: relative;
  margin-bottom: 1rem;
}

.main {
  position: static;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: 'Nanum Gothic', sans-serif;
}

.display-1 {
  position: relative;
  z-index: 1;
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 5.5vw;
  line-height: 1;
  font-weight: 500;
  letter-spacing: -0.025em;
}

.uppercase {
  letter-spacing: 0em;
  text-transform: uppercase;
}

.display-4 {
  position: relative;
  z-index: 1;
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 2.7rem;
  font-weight: 500;
  letter-spacing: -0.01em;
}

.display-3 {
  max-width: 800px;
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Nanum Gothic', sans-serif;
  color: #fff;
  font-size: 2.7rem;
  line-height: 1.2;
  font-weight: 400;
  letter-spacing: 0em;
}

.d-m-none {
  display: block;
}

.class {
  margin-right: 2px;
  margin-left: 2px;
  padding: 2px 6px;
  border-radius: 2px;
  background-color: #ff7864;
  color: #fff;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0px;
  text-transform: none;
}

.explanation {
  position: relative;
  margin-top: 1rem;
  padding: 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 3px;
  background-color: #f7f7f9;
}

.align-left {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: left;
}

.container {
  position: relative;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}

.container.large {
  max-width: 900px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.container.medium {
  max-width: 768px;
}

.container.xs {
  max-width: 700px;
}

.container.my-5 {
  margin-top: 6.5rem;
}

.container.mb-5 {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.container.story {
  width: 80%;
}

.d-none {
  display: none;
}

.mark {
  display: inline-block;
  padding: 0.2em;
  background-color: #ffeb3b;
}

.small {
  position: relative;
  z-index: 1;
  font-size: 80%;
  letter-spacing: 0px;
}

.underline {
  border-bottom: 1px solid #000;
}

.bold {
  font-weight: 700;
}

.italic {
  font-style: italic;
}

.grid-styleguide {
  grid-column-gap: 9rem;
  grid-row-gap: 0rem;
  -ms-grid-columns: 0.5fr 1fr;
  grid-template-columns: 0.5fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.align-center {
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.blockquote-footer {
  padding-left: 20px;
  background-image: url('../images/mdash.svg');
  background-position: 0% 50%;
  background-size: 16px;
  background-repeat: no-repeat;
  opacity: 0.5;
}

.blockquote-footer-title {
  font-style: italic;
}

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  border-radius: 0.125rem;
  color: #fff;
  font-size: 0.75rem;
  line-height: 1;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
}

.grid-hiding-elements {
  width: 100%;
  grid-column-gap: 1rem;
  grid-row-gap: 0px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.p-2 {
  position: relative;
  padding: 0.5rem;
}

.p-3 {
  position: relative;
  padding: 1rem;
}

.p-5 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 3rem 3rem 0rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.mt-2 {
  position: relative;
  margin-top: 0.5rem;
}

.mb-1 {
  position: relative;
  margin-bottom: 0.25rem;
}

.mb-3 {
  position: relative;
  margin-bottom: 1rem;
}

.mb-4 {
  position: relative;
  margin-bottom: 1.5rem;
}

.mb-5 {
  position: relative;
  margin-bottom: 3rem;
}

.mr-1 {
  position: relative;
  margin-right: 0.25rem;
}

.mr-3 {
  position: relative;
  margin-right: 1rem;
}

.mx-1 {
  position: relative;
  margin-right: 0.25rem;
  margin-left: 0.25rem;
}

.my-5 {
  position: relative;
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.pb-0 {
  position: relative;
  padding-bottom: 0rem;
}

.px-0 {
  position: relative;
  padding-right: 0rem;
  padding-left: 0rem;
}

.px-2 {
  position: relative;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

._w-25 {
  position: relative;
  z-index: 1;
  width: 25%;
}

._w-50 {
  position: relative;
  z-index: 1;
  width: 50%;
}

._w-75 {
  position: relative;
  z-index: 1;
  width: 75%;
}

._w-100 {
  position: relative;
  z-index: 1;
  width: 100%;
}

.div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.h-25 {
  position: relative;
  z-index: 1;
  height: 25%;
}

.h-50 {
  position: relative;
  z-index: 1;
  height: 50%;
}

.h-75 {
  position: relative;
  z-index: 1;
  height: 75%;
}

.h-100 {
  position: relative;
  z-index: 1;
  height: 100%;
}

.bg-secondary-link {
  background-color: #fcf9ee;
  color: #415465;
}

.bg-secondary-link:hover {
  background-color: #f8f0d0;
  color: #fff;
}

.bg-primary-link {
  background-color: #ff7864;
  color: #fff;
}

.bg-primary-link:hover {
  background-color: #f55c45;
  color: #fff;
}

.bg-success-link {
  background-color: #4caf50;
  color: #fff;
}

.bg-success-link:hover {
  background-color: #2e7d32;
  color: #fff;
}

.bg-danger-link {
  background-color: #f44336;
  color: #fff;
}

.bg-danger-link:hover {
  background-color: #c62828;
  color: #fff;
}

.bg-warning-link {
  background-color: #ffc107;
  color: #415465;
}

.bg-warning-link:hover {
  background-color: #ff8f00;
  color: #415465;
}

.bg-info-link {
  background-color: #00bcd4;
  color: #fff;
}

.bg-info-link:hover {
  background-color: #00838f;
  color: #fff;
}

.bg-light-link {
  background-color: #fafafa;
  color: #415465;
}

.bg-light-link:hover {
  background-color: #eee;
  color: #415465;
}

.bg-dark-link {
  background-color: #6a6a6a;
  color: #fff;
}

.bg-dark-link:hover {
  background-color: #3b3b3b;
  color: #fff;
}

.bg-primary {
  background-color: #ff7864;
}

.bg-secondary {
  background-color: #fcf9ee;
}

.bg-success {
  background-color: #4caf50;
  color: #fff;
}

.bg-danger {
  background-color: #f44336;
  color: #fff;
}

.bg-warning {
  background-color: #ffc107;
  color: #415465;
}

.bg-info {
  background-color: #00bcd4;
  color: #fff;
}

.bg-light {
  background-color: #fafafa;
  color: #415465;
}

.bg-dark {
  background-color: #6a6a6a;
  color: #fff;
}

.bg-link {
  background-color: transparent;
  color: #ff7864;
}

.bg-link:hover {
  color: #f55c45;
}

.text-primary {
  color: #ff7864;
}

.text-secondary {
  color: #fcf9ee;
}

.text-success {
  color: #4caf50;
}

.text-danger {
  color: #f44336;
}

.text-warning {
  color: #ffc107;
}

.text-info {
  color: #00bcd4;
}

.text-light {
  color: #fafafa;
}

.text-dark {
  color: #6a6a6a;
}

.d-t-none {
  display: block;
}

.d-ml-none {
  display: block;
}

.d-mp-none {
  display: block;
}

.alert {
  position: relative;
  margin-bottom: 1rem;
  padding: 0.75rem 1.25rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  background-color: #fff;
}

.alert.success {
  border-color: rgba(76, 175, 80, 0.2);
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(76, 175, 80, 0.2)), to(rgba(76, 175, 80, 0.2)));
  background-image: linear-gradient(180deg, rgba(76, 175, 80, 0.2), rgba(76, 175, 80, 0.2));
  color: #2e7d32;
}

.alert.danger {
  border-color: rgba(244, 67, 54, 0.2);
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(244, 67, 54, 0.2)), to(rgba(244, 67, 54, 0.2)));
  background-image: linear-gradient(180deg, rgba(244, 67, 54, 0.2), rgba(244, 67, 54, 0.2));
  color: #c62828;
}

.alert.info {
  border-color: rgba(0, 188, 212, 0.2);
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 188, 212, 0.2)), to(rgba(0, 188, 212, 0.2)));
  background-image: linear-gradient(180deg, rgba(0, 188, 212, 0.2), rgba(0, 188, 212, 0.2));
  color: #00838f;
}

.text-secondary-link {
  position: relative;
  color: #fcf9ee;
}

.text-secondary-link:hover {
  color: #f8f0d0;
}

.text-success-link {
  position: relative;
  color: #4caf50;
}

.text-success-link:hover {
  color: #2e7d32;
}

.text-danger-link {
  position: relative;
  color: #f44336;
}

.text-danger-link:hover {
  color: #c62828;
}

.text-warning-link {
  position: relative;
  color: #ffc107;
}

.text-warning-link:hover {
  color: #ff8f00;
}

.text-info-link {
  position: relative;
  color: #00bcd4;
}

.text-info-link:hover {
  color: #00838f;
}

.text-light-link {
  position: relative;
  color: #fafafa;
}

.text-light-link:hover {
  color: #eee;
}

.text-dark-link {
  position: relative;
  color: #6a6a6a;
}

.text-dark-link:hover {
  color: #3b3b3b;
}

.text-primary-link {
  position: relative;
  color: #ff7864;
}

.text-primary-link:hover {
  color: #f55c45;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fcf9ee;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 300px;
  padding: 44px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 0.5rem;
  background-color: #007367;
  color: #fff;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.d-inline {
  display: inline;
}

.d-block {
  display: block;
}

.d-inline-block {
  display: inline-block;
}

.d-flex {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.d-flex.vertical-justify-align-center {
  padding: 3rem 3rem 2rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.d-flex.vertical-align-start {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.d-flex.h-align {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.d-flex.h-align-justify-center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.d-flex.h-align-justify-center.wrap {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.link-block-invert {
  position: relative;
  z-index: 1;
  display: inline-block;
  overflow: hidden;
  font-size: 1rem;
  line-height: 1.5;
}

.btn-label {
  position: relative;
  z-index: 2;
  font-family: 'Nanum Gothic', sans-serif;
  color: #000;
  font-weight: 700;
  text-align: left;
}

.btn-label.home {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 6rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #0476c9;
}

.btn-label.home:hover {
  color: #154b72;
}

.bg-tertiary {
  background-color: #f8f4e3;
}

.vh-100 {
  height: 100vh;
}

.vh-100.bg-blue {
  background-color: #0476c9;
}

.navbar {
  position: -webkit-sticky;
  position: sticky;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 6rem;
  padding-right: 6rem;
  padding-left: 6rem;
  background-color: #fff;
}

.bg-img {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  width: 100%;
  height: 100%;
  background-image: url('../images/Tunisia-feature.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.bg-img.fade-in-grow {
  background-image: url('../images/Guinea-Bissau-LC-Jorge-Gastao.jpg');
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.bg-img.fade-in-grow.example-1 {
  width: 80%;
  height: 70%;
  background-image: url('../images/Photo-2-Nov-18-copy.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.bg-img.fade-in-grow.example-2 {
  background-image: url('../images/small-business-websites-13.jpg');
  background-position: 50% 50%;
}

.bg-img.fade-in-grow.example-3 {
  background-image: url('../images/small-business-websites-07.jpg');
  background-position: 100% 50%;
}

.bg-img.fade-in-grow.tunisia {
  background-image: url('../images/Tunisia-feature.jpg');
}

.bg-img.fade-in-grow.el-salvador {
  background-image: url('../images/El-Salvador-photo-Miriam-Abrego-from-San-Franscico-Angulo.jpg');
}

.bg-img.fade-in-grow.ukraine {
  background-image: url('../images/1_TITLE_BlueBird_SergiiKharchenko_CCX_1433.jpg');
}

.bg-img.fade-in-grow.madagascar {
  background-image: url('../images/Le-Président-de-la-République.jpg');
}

.bg-img.hero-01 {
  background-image: url('../images/Photo-2-Nov-18-copy-short.jpg');
  background-size: contain;
}

.bg-img.parallax.example-2 {
  background-image: url('../images/small-business-websites-15.jpg');
}

.bg-img.parallax.example-3 {
  background-image: url('../images/small-business-websites-16.jpg');
}

.bg-img.parallax.example-4 {
  background-image: url('../images/small-business-websites-05.jpg');
}

.bg-img.hero-reviews {
  background-image: url('../images/small-business-websites-06.jpg');
}

.bg-img.product-2 {
  background-image: url('../images/small-business-websites-16.jpg');
}

.bg-img.madagascar {
  background-image: url('../images/Le-Président-de-la-République.jpg');
}

.bg-img.guinea-bissau {
  background-image: url('../images/Guinea-Bissau-LC-Jorge-Gastao.jpg');
}

.bg-img.myanmar {
  background-image: url('../images/Myanmar-FFM-story.jpg');
}

.bg-img.el-salvador {
  background-image: url('../images/El-Salvador-photo-Miriam-Abrego-from-San-Franscico-Angulo.jpg');
}

.bg-img.ukraine {
  background-image: url('../images/1_TITLE_BlueBird_SergiiKharchenko_CCX_1433.jpg');
}

.img-size {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.img-size.standard {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  max-height: none;
  min-height: 700px;
}

.img-size.medium {
  height: auto;
  min-height: 64vh;
}

.img-size.medium.bg-yellow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: transparent;
  -o-object-fit: cover;
  object-fit: cover;
}

.img-size.small {
  z-index: auto;
  height: 512px;
}

.img-size.small.mb-3 {
  height: 250px;
}

.rounded-left {
  border-radius: 1rem 0px 0rem 1rem;
}

.rounded-right {
  border-radius: 0px 1rem 1rem 0rem;
}

.rounded-bottom {
  border-radius: 0px 0rem 1rem 1rem;
}

.rounded-top {
  overflow: hidden;
  border-radius: 1rem 1rem 0rem 0px;
}

.rounded {
  overflow: hidden;
  border-radius: 1rem;
}

.featured-post_meta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 0.625rem;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.p-6 {
  position: relative;
  padding: 6rem;
}

.collection-list-3x {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 4rem;
  -ms-grid-columns: 0.5fr 1fr 0.5fr;
  grid-template-columns: 0.5fr 1fr 0.5fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.trigger {
  width: 100%;
}

.trigger.zoom-in.guinea-bissau {
  width: 32%;
  padding: 7px;
}

.featured-post_line {
  width: 1px;
  height: 64px;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  border: 1px solid #fff;
  background-color: #fff;
}

.bg-white {
  position: relative;
  background-color: #fff;
  color: #415465;
}

.category-heading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1.5rem;
  padding-bottom: 0.5rem;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #415465;
}

.category-post_name {
  min-height: 48px;
  margin-bottom: 4px;
  border-bottom: 1px solid rgba(33, 33, 33, 0.2);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  font-weight: 500;
}

.category-post_name.small {
  padding-top: 0px;
  border-bottom-style: none;
  font-family: 'Nanum Gothic', sans-serif;
  font-size: 1rem;
  line-height: 1.3;
  font-weight: 700;
  text-align: left;
}

.category-post_name.small:hover {
  color: #000;
}

.category-post_meta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  color: #6a6a6a;
  font-size: 0.75rem;
  letter-spacing: 0em;
}

.read-time {
  padding-left: 16px;
  background-image: url('../images/schedule-24px.svg');
  background-position: 0% 50%;
  background-size: 12px;
  background-repeat: no-repeat;
}

.hero-grid {
  width: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-areas: ". . . . . ." ". . . . . Area";
  -ms-grid-columns: 1fr 0px 1fr 0px 1fr 0px 1fr 0px 1fr 0px 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto 0px auto 0px auto 0px auto 0px auto 0px auto;
  grid-template-rows: auto auto auto auto auto auto;
}

.bg-green {
  position: relative;
  background-color: #007367;
  color: #fff;
}

.btn {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding: 18px 32px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: none;
  border-radius: 100%;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  color: #415465;
  font-size: 1rem;
  line-height: 2;
  font-weight: 500;
  text-decoration: none;
}

.btn:hover {
  color: #415465;
}

.btn.bg-red {
  background-color: #fff;
  font-weight: 700;
}

.btn-hover {
  position: absolute;
  left: auto;
  top: auto;
  right: auto;
  bottom: 0%;
  z-index: 1;
  width: 10vw;
  height: 10vw;
  border-radius: 10000px;
}

.btn-hover.bg-yellow {
  background-color: #00b9b5;
}

.bg-blue {
  background-color: #b9d8ea;
}

.bg-yellow {
  background-color: #ffea88;
}

.link-title {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 6rem;
  padding: 8px 16px;
  border-radius: 0.125rem;
  font-size: 2rem;
  font-weight: 500;
  text-align: center;
  text-transform: none;
}

.link-title.bg-red {
  position: relative;
  left: -10%;
  bottom: 6.5rem;
  display: block;
  margin-bottom: 0px;
  float: left;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #00b9b5;
  -o-object-fit: fill;
  object-fit: fill;
}

.bg-red {
  background-color: #f26d78;
  color: #fff;
}

.text-white {
  color: #fff;
  font-size: 1rem;
  text-align: left;
}

.text-black {
  color: #415465;
}

.grid-2x2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-height: 700px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  justify-items: stretch;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  align-self: flex-start;
  grid-auto-flow: row;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 0.5fr 0.75fr;
  grid-template-columns: 0.5fr 0.75fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.grid-2x2._2 {
  max-height: none;
}

.swiggle-left-bottom {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  z-index: 1;
  width: 20%;
}

.bg-rose {
  background-color: #edc0b2;
  color: #fff;
}

.process-circle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 48px;
  height: 48px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100px;
  background-color: hsla(0, 0%, 98%, 0.2);
}

.process-line {
  position: relative;
  width: 1px;
  margin-top: 1rem;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #fafafa;
}

.process-circle-small {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 8px;
  height: 8px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100px;
  background-color: #fafafa;
}

.process-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.img-shape-bottom {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
}

.img-shape-top {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 2;
}

.text-field {
  height: 64px;
  padding-right: 0px;
  border: 1px none #000;
  background-color: transparent;
  background-image: url('../images/underline-path.svg');
  background-position: 50% 100%;
  background-size: contain;
  background-repeat: no-repeat;
  color: #fff;
  font-size: 2rem;
}

.text-field::-webkit-input-placeholder {
  color: #fff;
}

.text-field:-ms-input-placeholder {
  color: #fff;
}

.text-field::-ms-input-placeholder {
  color: #fff;
}

.text-field::placeholder {
  color: #fff;
}

.form-block {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.form-block._512 {
  max-width: 512px;
}

.submit-buttom {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  padding-right: 0px;
  padding-left: 0px;
  background-color: transparent;
  font-size: 2rem;
}

.form {
  position: relative;
}

.bg-black {
  background-color: #415465;
  color: #fff;
}

.img-rotate-neg {
  position: relative;
  left: -1rem;
  -webkit-transform: rotate(-8deg);
  -ms-transform: rotate(-8deg);
  transform: rotate(-8deg);
}

.img-rotate-pos {
  position: absolute;
  right: -1rem;
  width: 90%;
  margin-top: 2rem;
  -webkit-transform: rotate(4deg);
  -ms-transform: rotate(4deg);
  transform: rotate(4deg);
}

.grid-instagram {
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.layer-instagram {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
}

.instagram-content {
  position: relative;
  z-index: 1;
}

.icn-32 {
  width: 32px;
}

.insta-hover {
  position: absolute;
  left: auto;
  top: auto;
  right: auto;
  bottom: 0%;
  z-index: 1;
  width: 10vw;
  height: 10vw;
  border-radius: 10000px;
}

.link-blo {
  position: relative;
  display: block;
  margin-right: 0px;
  margin-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  color: #415465;
  font-size: 1rem;
  line-height: 2;
  font-weight: 600;
  text-transform: none;
}

.link-blo:hover {
  color: #415465;
}

.link-blo.download {
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  margin-bottom: -109px;
}

.link-blo.download-chapter {
  position: relative;
  max-width: 80px;
  text-align: left;
}

.link-blo.download-chapter.list {
  position: static;
  max-width: none;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.hover-line-bold {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 4px;
}

.hover-line-bold.bg-yellow {
  z-index: 0;
  background-color: #ad3eb3;
}

.hover-line-bold.blue {
  position: absolute;
  background-color: #0476c9;
  text-align: left;
}

.hover-line-bold.violet {
  width: auto;
  max-width: none;
  background-color: #ab45b1;
}

.hover-line-bold.green {
  background-color: #00b9b5;
}

.absolute {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
}

.icn-48 {
  width: 48px;
}

.scroll-down-line-wrapper {
  position: relative;
  overflow: hidden;
  width: 13px;
  height: 100%;
  min-height: 60px;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  border-bottom-style: none;
}

.scroll-down-line-bg {
  position: absolute;
  left: 6px;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 1;
  width: 1px;
  height: 100%;
  background-color: hsla(0, 0%, 100%, 0.35);
}

.scroll-down-line {
  position: absolute;
  left: 6px;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 10;
  width: 1px;
  height: 100%;
  background-color: #fff;
}

.scroll-down-line.bg-black {
  background-color: #415465;
}

.grid-about-page {
  position: relative;
  width: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-areas: "img-1 img-1 img-1 img-1 img-1 . . . . . . ." "img-1 img-1 img-1 img-1 img-1 . . . . . . ." "img-1 img-1 img-1 img-1 img-1 . img-2 img-2 img-2 img-2 img-2 ." "img-1 img-1 img-1 img-1 img-1 . img-2 img-2 img-2 img-2 img-2 ." "img-1 img-1 img-1 img-1 img-1 . img-2 img-2 img-2 img-2 img-2 ." ". . . . . . img-2 img-2 img-2 img-2 img-2 ." ". . . . . . . . . . . ." ". img-3 img-3 img-3 img-3 img-3 img-3 . . . . ." ". img-3 img-3 img-3 img-3 img-3 img-3 . about-txt about-txt about-txt about-txt" ". img-3 img-3 img-3 img-3 img-3 img-3 . about-txt about-txt about-txt about-txt" ". img-3 img-3 img-3 img-3 img-3 img-3 . about-txt about-txt about-txt about-txt";
  -ms-grid-columns: 1fr 0px 1fr 0px 1fr 0px 1fr 0px 1fr 0px 1fr 0px 1fr 0px 1fr 0px 1fr 0px 1fr 0px 1fr 0px 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: minmax(12.5vh, 1fr) 0px minmax(12.5vh, 1fr) 0px minmax(12.5vh, 1fr) 0px minmax(12.5vh, 1fr) 0px minmax(12.5vh, 1fr) 0px minmax(12.5vh, 1fr) 0px minmax(12.5vh, 1fr) 0px minmax(12.5vh, 1fr) 0px minmax(12.5vh, 1fr) 0px minmax(12.5vh, 1fr) 0px minmax(12.5vh, 1fr) 0px minmax(12.5vh, 1fr);
  grid-template-rows: minmax(12.5vh, 1fr) minmax(12.5vh, 1fr) minmax(12.5vh, 1fr) minmax(12.5vh, 1fr) minmax(12.5vh, 1fr) minmax(12.5vh, 1fr) minmax(12.5vh, 1fr) minmax(12.5vh, 1fr) minmax(12.5vh, 1fr) minmax(12.5vh, 1fr) minmax(12.5vh, 1fr) minmax(12.5vh, 1fr);
}

.relative-div {
  position: relative;
  overflow: hidden;
  border-bottom-style: none;
}

.content-xs {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 256px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.grid-6 {
  position: relative;
  z-index: 1;
  width: 100%;
  grid-auto-flow: row;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto auto auto auto auto auto;
  grid-template-rows: auto auto auto auto auto auto;
}

.grid-6.small {
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
}

.mb-6 {
  position: relative;
  margin-bottom: 6rem;
}

.client-logos-holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20%;
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-right: 1rem;
  padding-left: 1rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.client-logo {
  opacity: 0.2;
}

.line-bottom {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 1px;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  background-color: #fff;
}

.icn-social-small {
  width: 24px;
  height: 24px;
  margin-right: 4px;
  margin-left: 4px;
  border-bottom-style: none;
  border-radius: 100px;
  background-color: #005a51;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
}

.icn-social-small:hover {
  background-color: #f96446;
  color: #fff;
}

.icn-social-small.facebook {
  background-image: url('../images/facebook-white.svg');
  background-position: 50% 50%;
  background-size: 8px;
  background-repeat: no-repeat;
}

.icn-social-small.facebook:hover {
  background-color: #365899;
}

.icn-social-small.twitter {
  background-image: url('../images/twitter-white.svg');
  background-position: 50% 50%;
  background-size: 8px;
  background-repeat: no-repeat;
}

.icn-social-small.twitter:hover {
  background-color: #1da1f2;
}

.icn-social-small.linkedin {
  background-image: url('../images/linkedin-white.svg');
  background-position: 50% 50%;
  background-size: 8px;
  background-repeat: no-repeat;
}

.icn-social-small.linkedin:hover {
  background-color: #0077b5;
}

.icn-social-small.instagram {
  background-image: url('../images/instagram-white.svg');
  background-position: 50% 50%;
  background-size: 8px;
  background-repeat: no-repeat;
}

.icn-social-small.instagram:hover {
  background-image: url('../images/instagram-white.svg'), -webkit-gradient(linear, left top, left bottom, from(#6851c3), color-stop(50%, #c63288), to(#f78030));
  background-image: url('../images/instagram-white.svg'), linear-gradient(180deg, #6851c3, #c63288 50%, #f78030);
  background-position: 50% 50%, 0px 0px;
  background-size: 40%, auto;
  background-repeat: no-repeat, repeat;
}

.foreword {
  margin-right: 24px;
  font-size: 0.625rem;
  font-weight: 600;
  text-transform: uppercase;
}

.bordered {
  width: 100%;
  padding-top: 24px;
  padding-right: 24px;
  padding-bottom: 24px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-top: 1px solid #e0e0e0;
  border-right: 1px solid #e0e0e0;
}

.bordered.last {
  padding-right: 0px;
  padding-left: 24px;
  border-right-style: none;
}

.bordered.alone {
  padding-right: 0px;
  border-right-style: none;
}

.bordered.alone.last {
  margin-bottom: 24px;
  padding-left: 0px;
  border-bottom: 1px solid #e0e0e0;
}

.horizontal-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-bottom-style: none;
}

.caption {
  position: relative;
  z-index: 1;
  margin-top: 0px;
  font-size: 0.75rem;
  line-height: 1.3;
  font-weight: 500;
}

.grid {
  width: 100%;
  grid-column-gap: 80px;
  grid-row-gap: 80px;
}

.grid._6x1 {
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.text-field-clean {
  height: 60px;
  margin-bottom: 0px;
  padding-right: 0px;
  padding-left: 0px;
  border-style: none;
  border-width: 1px;
  border-color: #000 #000 rgba(26, 26, 26, 0.2);
  background-color: transparent;
  color: #000;
}

.text-field-clean:focus {
  color: #000;
}

.text-field-clean.area {
  height: 120px;
}

.brand {
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90px;
  height: 100%;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.brand.black {
  width: 200px;
  padding-bottom: 10px;
  background-image: url('../images/OHCHR-logo.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.brand.black.w--current {
  width: 200px;
  padding-bottom: 10px;
  background-image: url('../images/OHCHR-logo.svg');
  background-size: contain;
}

.preloader-colorful {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 99;
  display: none;
}

.preloader-colorful-color-1 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-color: #45304e;
}

.preloader-colorful-color-2 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-color: #80536d;
}

.preloader-colorful-color-3 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-color: #80536d;
}

.preloader-colorful-color-4 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-color: #e7d4c1;
}

.preloader-colorful-color-5 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-color: #fff;
}

.nav-link {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 2rem;
  margin-right: 1rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #415465;
  font-size: 1rem;
  line-height: 2;
  font-weight: 600;
  text-transform: none;
}

.nav-link:hover {
  color: #415465;
}

.nav-link.last {
  margin-right: 0rem;
}

.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.announcement {
  position: fixed;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 500px;
  height: 360px;
  padding: 220px 100px 16px 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-image: url('../images/announcement-bar-green.svg');
  background-position: 50% 100%;
  background-size: contain;
  background-repeat: no-repeat;
  color: #fff;
  font-size: 2rem;
  font-weight: 600;
}

.bg-beige {
  position: relative;
  background-color: #e7d4c1;
  color: #fff;
}

.grid-4x1 {
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: minmax(200px, 1fr);
  grid-template-rows: minmax(200px, 1fr);
}

.tooltip-layer {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fafafa;
  font-size: 0.875rem;
}

.link-block-8 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
}

.image-4 {
  position: absolute;
  left: auto;
  top: auto;
  right: auto;
  bottom: auto;
  display: inline-block;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0px;
  padding-left: 0px;
  float: right;
  clear: none;
  -webkit-transform: translate(-300px, 0px) perspective(0px);
  transform: translate(-300px, 0px) perspective(0px);
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -o-object-fit: fill;
  object-fit: fill;
}

.heading-2 {
  position: absolute;
  margin-left: 0px;
  color: #fff;
  font-size: 27px;
  text-transform: uppercase;
}

.link-block-7 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  cursor: pointer;
}

.image-8 {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  margin-top: 70px;
  -webkit-transform: translate(0px, 300px) translate(-157px, 300px) translate(-300px, 0px);
  -ms-transform: translate(0px, 300px) translate(-157px, 300px) translate(-300px, 0px);
  transform: translate(0px, 300px) translate(-157px, 300px) translate(-300px, 0px);
}

.text-block {
  position: absolute;
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 40px;
  -webkit-transform: translate(0px, 300px);
  -ms-transform: translate(0px, 300px);
  transform: translate(0px, 300px);
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  font-family: 'Nanum Gothic', sans-serif;
  color: #fff;
  font-size: 17px;
}

.link-bloc-8 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  -webkit-transition: opacity 200ms ease, color 400ms ease, box-shadow 400ms ease, background-color 400ms ease, opacity 400ms ease;
  transition: opacity 200ms ease, color 400ms ease, box-shadow 400ms ease, background-color 400ms ease, opacity 400ms ease;
  cursor: pointer;
}

.div-block-4 {
  position: relative;
  right: 0px;
  z-index: auto;
  width: 70px;
  height: 70px;
  float: right;
  clear: none;
  -webkit-transform: translate(-62px, -52px) translate(-300px, 300px);
  -ms-transform: translate(-62px, -52px) translate(-300px, 300px);
  transform: translate(-62px, -52px) translate(-300px, 300px);
}

.div-block-3 {
  position: relative;
  left: auto;
  width: 70px;
  height: 70px;
  float: right;
  -webkit-transform: translate(71px, -19px) translate(0px, -14px) translate(-133px, 0px) translate(-300px, 200px);
  -ms-transform: translate(71px, -19px) translate(0px, -14px) translate(-133px, 0px) translate(-300px, 200px);
  transform: translate(71px, -19px) translate(0px, -14px) translate(-133px, 0px) translate(-300px, 200px);
}

.btn-2 {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding: 18px 32px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: none;
  border-radius: 100%;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  color: #415465;
  font-size: 1rem;
  line-height: 2;
  font-weight: 500;
  text-decoration: none;
}

.btn-2:hover {
  color: #415465;
}

.btn-2.bg-blue {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  margin-bottom: 0px;
  margin-left: 0px;
  background-color: #fff;
}

.btn-2.bg-red {
  background-color: #fff;
  font-weight: 700;
}

.div-block-2 {
  position: relative;
  width: 70px;
  height: 70px;
  -webkit-transform: translate(71px, -14px) translate(48px, 0px) translate(0px, 0px) translate(0px, 100px) translate(-252px, 0px);
  -ms-transform: translate(71px, -14px) translate(48px, 0px) translate(0px, 0px) translate(0px, 100px) translate(-252px, 0px);
  transform: translate(71px, -14px) translate(48px, 0px) translate(0px, 0px) translate(0px, 100px) translate(-252px, 0px);
}

.heading {
  position: absolute;
  font-family: 'Nanum Gothic', sans-serif;
  color: #fff;
  font-size: 49px;
}

.btn-label-2 {
  position: relative;
  z-index: 2;
  color: #0476c9;
  font-size: 14px;
  font-weight: 700;
}

.container-2 {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  align-self: auto;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.image-9 {
  padding: 0px 0px 10px;
}

.image-10 {
  padding-bottom: 10px;
}

.column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-11 {
  padding-bottom: 15px;
}

.body {
  padding-top: 0rem;
  font-family: 'Nanum Gothic', sans-serif;
}

.column-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.heading-3 {
  color: #fff;
  font-size: 1.8rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.heading-3.section-title {
  margin-bottom: -0.1rem;
  padding-top: 0px;
  padding-bottom: 20px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  font-family: 'Nanum Gothic', sans-serif;
  color: #415465;
  text-align: left;
}

.heading-3.section-title.centered {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  text-align: center;
}

.paragraph {
  padding-right: 50px;
  padding-bottom: 45px;
  color: #fff;
  line-height: 1.5;
}

.heading-4 {
  color: #fff;
  font-size: 3rem;
}

.columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.grid-7 {
  display: none;
  max-width: 1200px;
  padding-top: 0px;
  padding-left: 0px;
  justify-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-columns: 1.25fr 1.75fr 0.25fr;
  grid-template-columns: 1.25fr 1.75fr 0.25fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.div-block-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-block-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.image-12 {
  padding-top: 0rem;
  padding-bottom: 0rem;
}

.image-13 {
  padding-top: 60px;
}

.text-block-2 {
  text-align: left;
}

.text-block-2.bold {
  color: #0576c9;
  line-height: 1.5;
}

.text-block-3 {
  padding-top: 35px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  text-align: left;
}

.body-text {
  padding-top: 30px;
  padding-bottom: 30px;
  font-size: 0.9rem;
  line-height: 1.7;
  text-align: left;
}

.div-block-7 {
  position: relative;
  width: 60%;
  padding: 0rem 3rem;
}

.countries {
  position: relative;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.link-2 {
  position: absolute;
  left: 19%;
  top: 54%;
  padding: 3px;
  background-color: #fff;
  box-shadow: 8px 6px 12px -7px rgba(0, 0, 0, 0.4);
  opacity: 0;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
  color: #01b8b4;
  font-size: 0.7vw;
  line-height: 0.8vw;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
}

.link-2:hover {
  opacity: 1;
}

.link-2.tbilisi {
  left: 54%;
  top: 29%;
  color: #9a3392;
}

.link-2.jamaica {
  left: 18.5%;
  top: 46%;
  color: #9a3392;
}

.link-2.ukraine {
  left: 52.5%;
  top: 25%;
  color: #0076c0;
}

.link-2.brussels {
  left: 41%;
  top: 24.5%;
  color: #03b9b3;
}

.link-2.chile {
  left: 17%;
  top: 76%;
  color: #01b8b4;
}

.link-2.peru {
  left: 19%;
  top: 64.5%;
  color: #9a3392;
}

.link-2.kosovo {
  left: 50.5%;
  top: 29.5%;
  color: #00adee;
}

.link-2.uruguay {
  left: 25%;
  top: 76%;
  color: #9a3392;
}

.link-2.argentina {
  left: 24%;
  top: 79%;
  color: #9a3392;
}

.link-2.haiti {
  left: 20%;
  top: 44%;
  color: #00adee;
}

.link-2.panama {
  left: 12.5%;
  top: 51.5%;
  color: #01b8b4;
}

.link-2.brazil {
  left: 27%;
  top: 67%;
  color: #9a3392;
}

.link-2.barbados {
  left: 24%;
  top: 47.5%;
  color: #9a3392;
}

.link-2.ecuador {
  left: 18%;
  top: 57.5%;
  color: #9a3392;
}

.link-2.montenegro {
  left: 45.5%;
  top: 29%;
  color: #9a3392;
}

.link-2.belize {
  left: 15.5%;
  top: 44.5%;
  color: #9a3392;
}

.link-2.new-york {
  position: absolute;
  left: 20%;
  top: 32%;
  color: #000;
  text-align: left;
}

.link-2.new-york:hover {
  opacity: 1;
}

.link-2.asia-pacific {
  left: 67%;
  top: 35%;
}

.link-2.asia-pacific.malaysia {
  left: 73%;
  top: 53.5%;
  color: #9b3392;
}

.link-2.asia-pacific.suva {
  left: 92.5%;
  top: 66.5%;
  color: #03bab4;
}

.link-2.asia-pacific.bangladesh {
  left: 69%;
  top: 42%;
  color: #9b3392;
}

.link-2.asia-pacific.sri-lanka {
  left: 66%;
  top: 51%;
  color: #9b3392;
}

.link-2.asia-pacific.afghanistan {
  left: 61%;
  top: 36%;
  color: #00adef;
}

.link-2.asia-pacific.nepal {
  left: 67.5%;
  top: 40.5%;
  color: #9b3392;
}

.link-2.asia-pacific.timor-leste {
  left: 79%;
  top: 61.5%;
  color: #9b3392;
}

.link-2.asia-pacific.mongolia {
  left: 71%;
  top: 27%;
  color: #9b3392;
}

.link-2.asia-pacific.bangkok {
  left: 70%;
  top: 47%;
  color: #8b8c8e;
}

.link-2.asia-pacific.seoul {
  left: 78%;
  top: 33%;
  color: #0076c0;
}

.link-2.asia-pacific.papua-new-guinea {
  left: 85%;
  top: 60.5%;
  color: #9b3392;
}

.link-2.asia-pacific.cambodia {
  left: 74%;
  top: 49%;
  color: #0076c0;
}

.link-2.asia-pacific.philippines {
  left: 78.5%;
  top: 47%;
  color: #9b3392;
}

.link-2.asia-pacific.maldives {
  left: 65%;
  top: 55%;
  color: #9b3392;
}

.link-2.asia-pacific.coxs-bazar {
  left: 70.5%;
  top: 44%;
  color: #8b8c8e;
}

.link-2.venezuela {
  left: 19%;
  top: 49.5%;
  color: #8a8c8e;
}

.link-2.north-macedonia {
  left: 43.5%;
  top: 31%;
  color: #9a3392;
}

.link-2.belarus {
  left: 50%;
  top: 23%;
  color: #9a3392;
}

.link-2.paraguay {
  left: 23%;
  top: 70%;
  color: #9a3392;
}

.link-2.serbia {
  left: 49%;
  top: 27%;
  color: #9a3392;
}

.link-2.guyana {
  left: 24%;
  top: 52.5%;
  color: #9a3392;
}

.link-2.bishkek {
  left: 62%;
  top: 29%;
  color: #03b8b3;
}

.link-2.mena {
  left: 58.5%;
  top: 39%;
  color: #00b9b3;
}

.link-2.mena.iraq {
  left: 56%;
  top: 36%;
  color: #00adef;
}

.link-2.mena.beirut {
  left: 48%;
  top: 33%;
  color: #00b9b3;
}

.link-2.mena.jordan {
  left: 54.5%;
  top: 38%;
  color: #9b3392;
}

.link-2.mena.syria {
  left: 54.5%;
  top: 34%;
  color: #0076c0;
}

.link-2.mena.yemen {
  left: 57%;
  top: 46%;
  color: #0076c0;
}

.link-2.mena.palestine {
  left: 51%;
  top: 36.7%;
  color: #0076c0;
}

.link-2.mena.tunisia {
  left: 45.5%;
  top: 36%;
  color: #0076c0;
}

.link-2.mena.saudi-arabia {
  left: 54.3%;
  top: 42%;
  color: #8b8c8e;
}

.link-2.mena.lybia {
  left: 46%;
  top: 39%;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
  color: #00adef;
}

.link-2.mena.doha {
  left: 59%;
  top: 38.5%;
}

.link-2.moldova {
  left: 52%;
  top: 28%;
  color: #9a3392;
}

.link-2.honduras {
  left: 16%;
  top: 47%;
  color: #0076c0;
}

.link-2.russia {
  left: 54%;
  top: 23%;
  color: #8a8c8e;
}

.link-2.mexico {
  position: absolute;
  left: 11%;
  top: 43%;
  color: #0076c0;
}

.link-2.mexico:hover {
  opacity: 1;
}

.link-2.geneva {
  left: 45%;
  top: 27.5%;
  color: #000;
}

.link-2.africa {
  left: 37%;
  top: 44%;
}

.link-2.africa.madagascar {
  left: 57%;
  top: 68%;
  color: #9b3392;
}

.link-2.africa.zimbabwe {
  left: 51%;
  top: 68%;
  color: #9b3392;
}

.link-2.africa.south-sudan {
  left: 51%;
  top: 51%;
  color: #00adef;
}

.link-2.africa.addid-ababa {
  left: 55.5%;
  top: 51.5%;
  color: #05b9b5;
}

.link-2.africa.chad {
  left: 48.5%;
  top: 46%;
  color: #8b8c8e;
}

.link-2.africa.nigeria {
  left: 45%;
  top: 51%;
  color: #9b3392;
}

.link-2.africa.mauritania {
  top: 42.5%;
  color: #8b8c8e;
  text-align: center;
}

.link-2.africa.uganda {
  left: 52%;
  top: 55%;
  color: #0076c0;
}

.link-2.africa.congo {
  left: 45.5%;
  top: 58%;
  color: #00adef;
}

.link-2.africa.guinea-bissau {
  left: 31.5%;
  top: 49%;
  color: #01adef;
}

.link-2.africa.kenya {
  left: 55%;
  top: 57%;
  color: #9b3392;
}

.link-2.africa.younde {
  left: 42.5%;
  top: 53%;
  color: #06bab5;
}

.link-2.africa.sudan {
  left: 51%;
  top: 46%;
  color: #00adef;
}

.link-2.africa.libera {
  left: 40%;
  top: 53%;
  color: #0076c0;
}

.link-2.africa.rwanda {
  left: 52%;
  top: 57%;
  color: #9b3392;
}

.link-2.africa.somalia {
  left: 56.5%;
  top: 54.5%;
  color: #00adef;
}

.link-2.africa.pretoria {
  left: 49.5%;
  top: 71%;
  color: #06b8b7;
}

.link-2.africa.niger {
  left: 45.5%;
  top: 44%;
  color: #8b8c8e;
}

.link-2.africa.central-african {
  left: 48.5%;
  top: 50%;
  color: #00adef;
}

.link-2.africa.guinea {
  left: 38.5%;
  top: 50.5%;
  color: #0076c0;
}

.link-2.africa.malawi {
  left: 52.5%;
  top: 64.3%;
  color: #9b3392;
}

.link-2.africa.mali {
  left: 40%;
  top: 45.5%;
  color: #8b8c8e;
}

.link-2.africa.dakar {
  left: 33.5%;
  top: 46.5%;
  color: #03b9b4;
}

.link-2.africa.burkina-faso {
  left: 44%;
  top: 47%;
  color: #8b8c8e;
}

.link-2.africa.burundi {
  left: 50%;
  top: 59%;
  color: #0076c0;
}

.link-2.africa.mozambique {
  left: 53%;
  top: 72%;
  color: #8b8c8e;
}

.link-2.guatemala {
  left: 11.7%;
  top: 46%;
  border-style: none;
  border-width: 1px;
  border-color: #0076c0;
  color: #0076c0;
}

.link-2.bolivia {
  left: 21%;
  top: 67.5%;
  color: #9a3392;
}

.link-2.el-salvador {
  left: 12.5%;
  top: 48.5%;
  color: #9a3392;
}

.link-2.trinidad-and-tobago {
  left: 24%;
  top: 49.5%;
  color: #9a3392;
}

.map {
  position: static;
  width: auto;
  height: auto;
  clear: none;
  background-color: transparent;
}

.text-span-2 {
  color: #09aeef;
}

.image-2 {
  width: 100.0002923%;
}

.text-span-5 {
  color: #50ccc8;
}

.text-span-4 {
  color: #9b3392;
}

.text-span {
  color: #0076c0;
}

.grid-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1200px;
  margin-top: 15px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  align-self: auto;
  -ms-grid-columns: 0.75fr 1fr 0.75fr 1fr 1fr 1fr;
  grid-template-columns: 0.75fr 1fr 0.75fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.container-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1200px;
  padding-right: 26px;
  padding-left: 26px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.human-rights-around-the-world {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.image-14 {
  display: block;
  padding-right: 0rem;
  padding-left: 0rem;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
}

.bold-text {
  font-size: 1.125rem;
}

.btn-label-3 {
  position: relative;
  z-index: 2;
  font-family: 'Nanum Gothic', sans-serif;
  color: #000;
}

.link-block-bold-2 {
  position: relative;
  overflow: visible;
  max-width: 100%;
  margin-right: 0px;
  margin-left: 0px;
  padding-bottom: 0px;
  color: #415465;
  font-size: 1rem;
  line-height: 2;
  font-weight: 600;
  text-transform: none;
  -o-object-fit: fill;
  object-fit: fill;
}

.link-block-bold-2:hover {
  color: #415465;
}

.link-block-bold-2.violet {
  padding-top: 10px;
  padding-bottom: 5px;
  color: #952f9b;
  font-size: 0.9rem;
  line-height: 1.4;
  text-align: left;
  text-transform: uppercase;
}

.link-block-bold-2.violet:hover {
  color: #000;
}

.chapters {
  position: relative;
  z-index: 2;
  width: 100%;
  padding: 0rem 6rem 6rem;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.chapters.bg-light {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.container-4 {
  position: relative;
  z-index: 3;
  width: 100%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

.container-4.my-5 {
  display: none;
  max-width: 1200px;
  margin-top: 10rem;
  padding-right: 15px;
  padding-left: 15px;
}

.container-4.my-5.new {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.category-heading-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1.5rem;
  padding-bottom: 0.5rem;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #415465;
}

.alert-2 {
  position: relative;
  margin-bottom: 1rem;
  padding: 0.75rem 1.25rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  background-color: #fff;
}

.alert-2.info {
  border-color: rgba(0, 188, 212, 0.2);
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 188, 212, 0.2)), to(rgba(0, 188, 212, 0.2)));
  background-image: linear-gradient(180deg, rgba(0, 188, 212, 0.2), rgba(0, 188, 212, 0.2));
  color: #00838f;
}

.columns-2 {
  margin-left: 0px;
}

.div-block-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 17%;
  padding: 0px 5px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.div-block-8.small {
  width: 13%;
}

.div-block-8.small._2 {
  width: 11%;
}

.image-15 {
  width: auto;
  height: auto;
  max-height: 1.5rem;
  max-width: 1.5rem;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  text-align: justify;
}

.legend {
  padding-left: 5px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  font-size: 0.8rem;
  line-height: 1.3;
  text-align: left;
}

.legend.caption {
  padding-top: 10px;
  padding-left: 0px;
  font-family: 'Nanum Gothic', sans-serif;
  text-align: left;
}

.legend.caption.story {
  padding-top: 0px;
  text-align: center;
}

.legend.infographic {
  color: #fff;
}

.link-block-9 {
  padding-bottom: 10px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.image-16 {
  padding-top: 100px;
}

.collection-list-wrapper {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.heading-5 {
  font-family: 'Nanum Gothic', sans-serif;
}

.image-caption {
  font-family: 'Nanum Gothic', sans-serif;
  font-size: 0.8rem;
}

.rich-text-block {
  padding-top: 3rem;
  font-family: 'Nanum Gothic', sans-serif;
  color: #222a31;
  font-size: 0.9rem;
}

.div-block-9 {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-17 {
  background-color: transparent;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.lightbox-link {
  position: relative;
  top: -184px;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 50%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  opacity: 0;
}

.lightbox-link:hover {
  opacity: 1;
}

.image-18 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
}

.chapter-image {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: block;
  width: 100%;
  height: 18rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(149, 47, 155, 0.5)), to(rgba(149, 47, 155, 0.5))), url('../images/UN-Human-Rights-in-2019.jpg');
  background-image: linear-gradient(180deg, rgba(149, 47, 155, 0.5), rgba(149, 47, 155, 0.5)), url('../images/UN-Human-Rights-in-2019.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, scroll;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}

.chapter-image:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(149, 47, 155, 0.5)), to(rgba(149, 47, 155, 0.5))), url('../images/UN-Human-Rights-in-2019.jpg');
  background-image: linear-gradient(180deg, rgba(149, 47, 155, 0.5), rgba(149, 47, 155, 0.5)), url('../images/UN-Human-Rights-in-2019.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, scroll;
}

.chapter-image.blue {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(4, 118, 201, 0.5)), to(rgba(4, 118, 201, 0.5))), url('../images/Highlights-of-results-in-2019-.jpg');
  background-image: linear-gradient(180deg, rgba(4, 118, 201, 0.5), rgba(4, 118, 201, 0.5)), url('../images/Highlights-of-results-in-2019-.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, scroll;
}

.chapter-image.blue.headquarters {
  height: 17rem;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(4, 118, 201, 0.5)), to(rgba(4, 118, 201, 0.5))), url('../images/UN-Human-Rights-in-headquarters.jpg');
  background-image: linear-gradient(180deg, rgba(4, 118, 201, 0.5), rgba(4, 118, 201, 0.5)), url('../images/UN-Human-Rights-in-headquarters.jpg');
}

.chapter-image.violet.un-human-rights {
  height: 17rem;
}

.chapter-image.violet.funding {
  height: 17rem;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(149, 47, 155, 0.5)), to(rgba(149, 47, 155, 0.5))), url('../images/Funding.jpg');
  background-image: linear-gradient(180deg, rgba(149, 47, 155, 0.5), rgba(149, 47, 155, 0.5)), url('../images/Funding.jpg');
}

.chapter-image.violet.field {
  height: 17rem;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(149, 47, 155, 0.5)), to(rgba(149, 47, 155, 0.5))), url('../images/UN-Human-Rights-in-the-field-.jpg');
  background-image: linear-gradient(180deg, rgba(149, 47, 155, 0.5), rgba(149, 47, 155, 0.5)), url('../images/UN-Human-Rights-in-the-field-.jpg');
}

.chapter-image.green {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 185, 181, 0.5)), to(rgba(0, 185, 181, 0.5))), url('../images/Management.jpg');
  background-image: linear-gradient(180deg, rgba(0, 185, 181, 0.5), rgba(0, 185, 181, 0.5)), url('../images/Management.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, scroll;
}

.chapter-image.green.management {
  height: 17rem;
}

.chapter-image.green.donor-profiles {
  height: 17rem;
  background-color: #00b9b5;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 185, 181, 0.5)), to(rgba(0, 185, 181, 0.5))), url('../images/UNAMA-HRS-Bakwa-photo.jpg');
  background-image: linear-gradient(180deg, rgba(0, 185, 181, 0.5), rgba(0, 185, 181, 0.5)), url('../images/UNAMA-HRS-Bakwa-photo.jpg');
}

.chapter-image.green.annexes {
  height: 17rem;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 185, 181, 0.5)), to(rgba(0, 185, 181, 0.5))), url('../images/Annexes.jpg');
  background-image: linear-gradient(180deg, rgba(0, 185, 181, 0.5), rgba(0, 185, 181, 0.5)), url('../images/Annexes.jpg');
}

.chapter-image.highlight-of-results {
  height: 17rem;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(4, 118, 201, 0.5)), to(rgba(4, 118, 201, 0.5))), url('../images/Highlights-of-results-in-2019-.jpg');
  background-image: linear-gradient(180deg, rgba(4, 118, 201, 0.5), rgba(4, 118, 201, 0.5)), url('../images/Highlights-of-results-in-2019-.jpg');
}

.grid-9 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
  padding-top: 2rem;
  justify-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: minmax(auto, 3.75fr) auto;
  grid-template-rows: minmax(auto, 3.75fr) auto;
}

.chapter-sample {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 24%;
  min-height: auto;
  margin-bottom: 0px;
  padding: 7px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  text-align: center;
}

.chapter-sample.list {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.container-5 {
  position: static;
  max-width: 1200px;
}

.lightbox-link-2 {
  display: block;
  width: 100%;
  height: 18rem;
  background-image: url('../images/view-infographic_blue.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0;
}

.lightbox-link-2:hover {
  opacity: 1;
}

.lightbox-link-2.blue {
  height: 17rem;
}

.lightbox-link-2.violet {
  height: 17rem;
  background-image: url('../images/view-infographic-22x.jpg');
}

.lightbox-link-2.green {
  height: 17rem;
  background-image: url('../images/view-infographic_green.jpg');
}

.lightbox-link-2.green.management {
  height: 17rem;
}

.text-block-4 {
  text-align: left;
}

.text-block-4.box {
  margin-top: 15px;
  margin-bottom: 15px;
  padding: 5px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  background-color: #952f9b;
  color: #fff;
  font-weight: 700;
}

.text-block-4.box.violet {
  max-width: 100%;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  font-size: 1.09rem;
  text-align: left;
}

.text-block-4.box.blue {
  max-width: 100%;
  background-color: #0476c9;
  font-size: 1.09rem;
}

.text-block-4.box.green {
  max-width: 100%;
  background-color: #00b9b5;
  font-size: 1.09rem;
}

.dropdown-toggle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
  padding: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.dropdown-toggle.w--open {
  max-width: 80px;
  margin-left: 0px;
  text-align: left;
}

.icon {
  position: absolute;
  margin-top: 9px;
  margin-right: -20px;
  margin-bottom: 0px;
  padding-left: 0px;
}

.text-block-5 {
  position: relative;
  z-index: 5;
  max-width: 80px;
}

.dropdown-list {
  position: relative;
  max-width: 100%;
}

.dropdown-list.w--open {
  background-color: #fafafa;
}

.dropdown-link {
  padding: 0px 10px 0px 0px;
}

.dropdown-link.violet {
  color: #952f9b;
  line-height: 2;
  text-transform: none;
}

.dropdown-link.violet:hover {
  color: #000;
}

.dropdown-link.blue {
  position: relative;
  max-width: 100%;
  color: #0476c9;
  text-align: left;
}

.dropdown-link.blue:hover {
  color: #000;
}

.download {
  padding: 5px 10px 0px 0px;
}

.dropdown-link-3 {
  padding-top: 5px;
  padding-bottom: 0px;
  padding-left: 0px;
}

.section-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 1rem 6rem 8rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-19 {
  max-width: 15rem;
}

.div-block-10 {
  padding-top: 2rem;
}

.italic-text {
  color: #0476c9;
  font-size: 0.9rem;
}

.container-6 {
  max-width: 700px;
}

.text-block-6 {
  font-family: 'Nanum Gothic', sans-serif;
  font-size: 0.9rem;
}

.bold-text-2 {
  font-size: 0.9rem;
  font-weight: 800;
  text-transform: uppercase;
}

.navbar-2 {
  position: -webkit-sticky;
  position: sticky;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
}

.navbar-3 {
  position: -webkit-sticky;
  position: sticky;
  z-index: 200;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}

.bold-text-3 {
  text-transform: none;
}

.bold-text-4 {
  display: block;
}

.bold-text-5 {
  position: relative;
  display: block;
}

.bold-text-5.long {
  position: static;
  padding-top: 5px;
  padding-bottom: 5px;
  line-height: 1.3;
}

.bold-text-5.long:hover {
  color: #000;
}

.container-7 {
  max-width: 1200px;
}

.grid-10 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  grid-column-gap: 301px;
  -ms-grid-columns: 1.25fr 1fr;
  grid-template-columns: 1.25fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.text-block-7 {
  color: #fff;
  font-size: 0.8rem;
}

.text-block-8 {
  color: #fff;
  font-size: 0.8rem;
  line-height: 1.5;
}

.grid-11 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  grid-auto-flow: row;
  -ms-grid-columns: 0.75fr 0.75fr 0.75fr;
  grid-template-columns: 0.75fr 0.75fr 0.75fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.grid-11.stories {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.bold-text-8 {
  font-weight: 400;
}

.navbar-4 {
  z-index: 300;
}

.grid-12 {
  max-width: 1200px;
  -ms-grid-columns: 0.5fr 1fr 0.25fr;
  grid-template-columns: 0.5fr 1fr 0.25fr;
}

.story-title {
  font-size: 1rem;
  line-height: 1.2rem;
  font-weight: 700;
}

.story-title:hover {
  color: #d1ecff;
}

.link-block-10 {
  text-align: left;
}

.link-3 {
  border-bottom: 2px solid #0576c9;
  border-radius: 1px;
  text-decoration: none;
}

.link-3:hover {
  color: #000;
}

.testimonials-slider {
  display: none;
  height: auto;
  padding-right: 47px;
  padding-left: 47px;
  background-color: transparent;
}

.testimonial-slide {
  width: 33%;
  padding: 24px 10px;
  text-align: center;
}

.testimonial {
  margin-bottom: 18px;
  font-family: Vollkorn, serif;
  font-size: 18px;
  font-style: italic;
}

.author {
  color: #c7aa8b;
  text-transform: uppercase;
}

.left-arrow {
  width: 45px;
  color: #d1d1d1;
}

.left-arrow:hover {
  color: #c7aa8b;
}

.right-arrow {
  width: 45px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #d1d1d1;
}

.right-arrow:hover {
  color: #c7aa8b;
}

.icon-2 {
  margin: auto;
}

.icon-3 {
  margin: auto;
}

.slide {
  width: 33%;
  background-color: #c62828;
  background-image: url('../images/Funding-overview-in-2019.jpg');
  background-position: 0px 0px;
  background-size: 125px;
  color: #ff7864;
}

.featured-wrapper {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 3px;
  -webkit-transition: -webkit-transform 200ms ease;
  transition: -webkit-transform 200ms ease;
  transition: transform 200ms ease;
  transition: transform 200ms ease, -webkit-transform 200ms ease;
}

.featured-wrapper:hover {
  -webkit-transform: translate(0px, -5px);
  -ms-transform: translate(0px, -5px);
  transform: translate(0px, -5px);
}

.author-title {
  float: left;
  color: #999;
  font-size: 12px;
  line-height: 35px;
}

.author-title.lite {
  color: hsla(0, 0%, 100%, 0.7);
  font-size: 12px;
}

.featured-text {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  padding: 60px 20px 15px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(7, 7, 7, 0)), color-stop(48%, rgba(0, 0, 0, 0.6)), to(#23303c));
  background-image: linear-gradient(180deg, rgba(7, 7, 7, 0), rgba(0, 0, 0, 0.6) 48%, #23303c);
}

.featured-title {
  display: block;
  margin-bottom: 4px;
  padding-right: 20px;
  color: #fff;
  font-size: 1rem;
  line-height: 1.4rem;
  text-align: left;
}

.featured-title:hover {
  color: #d1ecff;
}

.thumbnail-date {
  display: inline-block;
  float: right;
  color: #999;
  font-size: 12px;
  line-height: 35px;
}

.thumbnail-date.lite {
  color: hsla(0, 0%, 100%, 0.7);
  font-size: 12px;
}

.featured-details {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  padding: 10px 20px 15px;
}

.featured-image {
  position: static;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  height: 260px;
  margin-top: 0px;
  margin-bottom: 0px;
  border-radius: 3px;
  background-image: url('../images/1_TITLE_BlueBird_SergiiKharchenko_CCX_1433.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.featured-image.guinea-bissau {
  background-image: url('../images/Guinea-Bissau-LC-Jorge-Gastao.jpg');
}

.featured-image.tunisia {
  background-image: url('../images/Tunisia-feature.jpg');
}

.featured-image.el-salvador {
  background-image: url('../images/El-Salvador-photo-Miriam-Abrego-from-San-Franscico-Angulo.jpg');
}

.featured-image.madagascar {
  background-image: url('../images/Le-Président-de-la-République.jpg');
}

.featured-image.myanmar {
  background-image: url('../images/Myanmar-FFM-story.jpg');
}

.category-tag-2 {
  position: absolute;
  left: 20px;
  top: 20px;
  z-index: 10;
  padding: 7px 9px 6px;
  border-radius: 2px;
  background-color: #5cc489;
  color: #fff;
  font-size: 12px;
  line-height: 13px;
  font-weight: 400;
  text-transform: uppercase;
}

.featured-description {
  padding-right: 44px;
  color: hsla(0, 0%, 100%, 0.7);
  font-size: 14px;
  line-height: 25px;
  text-align: left;
}

.author-img {
  position: static;
  right: 10px;
  bottom: 10px;
  width: 26px;
  margin-top: 5px;
  margin-right: 10px;
  margin-bottom: 0px;
  float: left;
  border-radius: 60px;
}

.body-2 {
  font-family: 'Nanum Gothic', sans-serif;
}

.paragraph-2 {
  max-width: 100%;
  padding-right: 50px;
  padding-bottom: 45px;
  color: #fff;
  font-size: 1.125rem;
  line-height: 1.5;
}

.heading-6 {
  color: #fff;
  font-size: 1.8rem;
  line-height: 1.2rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.div-block-11 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  max-width: 40%;
  padding: 0px 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-block-12 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.image-20 {
  width: 50%;
  max-height: 100%;
  max-width: none;
  padding-top: 0rem;
  padding-bottom: 0rem;
}

.grid-13 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-height: 700px;
  max-width: 1200px;
  padding-top: 0px;
  padding-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  justify-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  -ms-grid-columns: 1.25fr 1.75fr 0.25fr;
  grid-template-columns: 1.25fr 1.75fr 0.25fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.heading-7 {
  max-width: 100%;
  margin-top: auto;
  margin-bottom: 0px;
  padding-bottom: 10px;
  color: #fff;
  font-size: 3rem;
  line-height: 3.5rem;
}

.image-21 {
  padding-top: 100px;
}

.btn-label-4 {
  position: relative;
  z-index: 2;
  color: #000;
  font-weight: 700;
  text-align: left;
  text-decoration: none;
}

.image-22 {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

@media screen and (max-width: 991px) {
  .button {
    height: auto;
    padding: 16px 30px;
  }
  .display-2 {
    font-size: 4.5rem;
  }
  .hover-trigger.thumb {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .hover-trigger.zoom-in {
    width: 100%;
    padding: 0rem;
  }
  .sticky {
    top: 0px;
  }
  .section {
    position: relative;
    padding-right: 3rem;
    padding-bottom: 3rem;
    padding-left: 3rem;
  }
  .section.pb-0 {
    padding-top: 3rem;
    font-family: 'Nanum Gothic', sans-serif;
  }
  .section.pb-0.text-white {
    padding-top: 3rem;
  }
  .section.bg-light.hero-top {
    position: relative;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 2;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: visible;
    width: 100%;
    height: auto;
    max-height: none;
    max-width: none;
    min-height: 0px;
    min-width: 0px;
    margin-top: 0px;
    margin-right: auto;
    padding: 6rem 3rem;
    float: none;
    clear: none;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
    background-image: url('../images/background-1.svg');
    -o-object-fit: fill;
    object-fit: fill;
  }
  .section.bg-light.hero-top {
    position: relative;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 2;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: visible;
    width: 100%;
    height: auto;
    max-height: none;
    max-width: none;
    min-height: 0px;
    min-width: 0px;
    margin-top: 0px;
    margin-right: auto;
    padding: 6rem 3rem;
    float: none;
    clear: none;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
    background-image: url('../images/background-1.svg');
    -o-object-fit: fill;
    object-fit: fill;
  }
  .section.bg-green {
    padding-top: 6.1rem;
  }
  .section.foreword-hc {
    padding-top: 6rem;
    padding-bottom: 6rem;
    background-size: contain;
  }
  .margin-paragraph {
    margin-bottom: 1rem;
  }
  .display-1 {
    font-size: 5rem;
  }
  .display-4 {
    font-size: 1.5rem;
  }
  .container {
    display: block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .container.story {
    width: 100%;
  }
  .grid-styleguide {
    grid-column-gap: 0rem;
    grid-row-gap: 1rem;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }
  .pb-0 {
    padding-bottom: 0rem;
  }
  .px-0 {
    padding-right: 0rem;
    padding-left: 0rem;
  }
  .d-t-none {
    display: none;
  }
  .d-ml-none {
    display: block;
  }
  .d-mp-none {
    display: block;
  }
  .d-flex.vertical-justify-align-center {
    padding-top: 0rem;
    padding-bottom: 0rem;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .vh-100 {
    height: auto;
  }
  .navbar {
    height: 4rem;
    min-height: 100px;
    padding-right: 3rem;
    padding-left: 3rem;
  }
  .bg-img {
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
  }
  .img-size {
    height: auto;
    min-height: 512px;
  }
  .img-size.standard {
    display: block;
    height: 30vh;
    max-height: none;
    min-height: 600px;
  }
  .img-size.medium {
    height: auto;
    min-height: 512px;
  }
  .img-size.medium.bg-yellow {
    min-height: 550px;
  }
  .img-size.small {
    height: auto;
    min-height: 512px;
  }
  .img-size.small.mb-3 {
    height: 200px;
    min-height: 200px;
  }
  .p-6 {
    padding: 3rem;
  }
  .category-post_name.small {
    padding-top: 0px;
    font-size: 1rem;
    line-height: 1.3;
  }
  .btn {
    padding: 16px 30px;
  }
  .btn-hover {
    display: none;
  }
  .link-title {
    font-size: 1.25rem;
  }
  .link-title.bg-red {
    left: 0%;
    bottom: 7rem;
    margin-right: 3.5rem;
    margin-bottom: auto;
    margin-left: 0rem;
    -o-object-fit: fill;
    object-fit: fill;
  }
  .text-white {
    padding-left: 16px;
    font-size: 1.125rem;
  }
  .grid-2x2 {
    max-height: none;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }
  .text-field {
    font-size: 1rem;
  }
  .submit-buttom {
    height: 64px;
    font-size: 1rem;
  }
  .absolute.overflow-hidden {
    position: relative;
  }
  .grid-about-page {
    grid-template-areas: "img-1 img-1 img-1 img-1 img-1 img-1 img-1 img-1 img-1 img-1 img-1 img-1" "img-1 img-1 img-1 img-1 img-1 img-1 img-1 img-1 img-1 img-1 img-1 img-1" "img-1 img-1 img-1 img-1 img-1 img-1 img-1 img-1 img-1 img-1 img-1 img-1" "img-2 img-2 img-2 img-2 img-2 img-2 img-2 img-2 img-2 img-2 img-2 img-2" "img-2 img-2 img-2 img-2 img-2 img-2 img-2 img-2 img-2 img-2 img-2 img-2" "img-2 img-2 img-2 img-2 img-2 img-2 img-2 img-2 img-2 img-2 img-2 img-2" "img-3 img-3 img-3 img-3 img-3 img-3 img-3 img-3 img-3 img-3 img-3 img-3" "img-3 img-3 img-3 img-3 img-3 img-3 img-3 img-3 img-3 img-3 img-3 img-3" "img-3 img-3 img-3 img-3 img-3 img-3 img-3 img-3 img-3 img-3 img-3 img-3" "about-txt about-txt about-txt about-txt about-txt about-txt about-txt about-txt about-txt about-txt about-txt about-txt" "about-txt about-txt about-txt about-txt about-txt about-txt about-txt about-txt about-txt about-txt about-txt about-txt" "about-txt about-txt about-txt about-txt about-txt about-txt about-txt about-txt about-txt about-txt about-txt about-txt";
  }
  .relative-div {
    margin-top: 4px;
    margin-bottom: 4px;
  }
  .content-xs {
    max-width: 800px;
  }
  .grid-6 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
  .grid-6.small {
    -ms-grid-columns: 4.5fr;
    grid-template-columns: 4.5fr;
    -ms-grid-rows: auto auto auto auto;
    grid-template-rows: auto auto auto auto;
  }
  .grid {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }
  .grid._6x1 {
    grid-row-gap: 50px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }
  .brand {
    position: absolute;
    left: 0%;
    top: 0%;
    right: auto;
    bottom: 0%;
    width: 100px;
  }
  .brand.black {
    background-size: 100%;
  }
  .brand.black.w--current {
    padding-bottom: 0px;
  }
  .hero-top {
    padding-top: 8rem;
  }
  .nav-link {
    margin-right: 0rem;
  }
  .nav-menu {
    height: auto;
    padding: 3rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background-color: #fff;
  }
  .menu-button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 4rem;
    height: 4rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    font-size: 2rem;
  }
  .menu-button.w--open {
    background-color: #fff;
    color: #415465;
  }
  .grid-4x1 {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
  }
  .tooltip-layer {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .image-4 {
    position: absolute;
    left: -3px;
    top: 10%;
    right: -31px;
    width: auto;
    height: auto;
    max-height: none;
    max-width: 100%;
    min-height: 0px;
    min-width: 0%;
    margin-top: -44px;
    margin-right: auto;
    margin-left: -121px;
    padding-right: 38px;
    padding-left: 210px;
    float: none;
    clear: none;
    -webkit-transform: perspective(0px);
    transform: perspective(0px);
    -o-object-fit: contain;
    object-fit: contain;
  }
  .heading-2 {
    top: 744px;
    margin-top: -37px;
    margin-left: 37px;
  }
  .image-8 {
    position: absolute;
    left: 660px;
    top: 0%;
    right: 0%;
    bottom: 0%;
    overflow: visible;
    height: auto;
    margin-top: 499px;
    margin-right: 18px;
    margin-left: 0px;
    padding-right: 54px;
    padding-left: 0px;
    float: none;
    clear: left;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .text-block {
    top: 575px;
    margin-right: 291px;
    margin-left: 37px;
    padding-right: 55px;
  }
  .div-block-4 {
    left: -31px;
    padding-right: 13px;
    float: right;
    -webkit-transform: translate(71px, 252px);
    -ms-transform: translate(71px, 252px);
    transform: translate(71px, 252px);
  }
  .div-block-3 {
    left: 39px;
    padding-right: 13px;
    float: right;
    -webkit-transform: translate(0px, -5px) translate(71px, 181px);
    -ms-transform: translate(0px, -5px) translate(71px, 181px);
    transform: translate(0px, -5px) translate(71px, 181px);
  }
  .btn-2 {
    padding: 16px 30px;
  }
  .btn-2.bg-blue {
    margin-top: -1px;
    margin-bottom: 56px;
    margin-left: 530px;
    padding-top: 20px;
    padding-right: 0px;
  }
  .div-block-2 {
    left: -121px;
    padding-right: 13px;
    float: right;
    -webkit-transform: translate(300px, 100px);
    -ms-transform: translate(300px, 100px);
    transform: translate(300px, 100px);
  }
  .heading {
    top: 574px;
    margin-top: 176px;
    margin-left: 37px;
  }
  .btn-label-2 {
    left: -15px;
  }
  .container-2 {
    margin-right: auto;
    margin-left: auto;
  }
  .body {
    display: block;
    max-width: none;
    padding-top: 0rem;
  }
  .heading-3.section-title {
    padding-top: 0px;
    text-align: left;
  }
  .grid-7 {
    max-width: 100%;
    padding: 3rem 1rem;
    justify-items: center;
    grid-auto-flow: row;
    grid-row-gap: 43px;
    grid-template-areas: "Area-3 Area-3" "Area-2 Area";
    -ms-grid-columns: minmax(200px, 10.5fr);
    grid-template-columns: minmax(200px, 10.5fr);
    -ms-grid-rows: minmax(auto, 1fr);
    grid-template-rows: minmax(auto, 1fr);
  }
  .text-block-2 {
    text-align: left;
  }
  .div-block-7 {
    width: 100%;
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .grid-8 {
    max-width: 90vw;
    -ms-grid-columns: 0.75fr 0.8fr 0.75fr 0.75fr 1fr 0.75fr;
    grid-template-columns: 0.75fr 0.8fr 0.75fr 0.75fr 1fr 0.75fr;
  }
  .human-rights-around-the-world {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
  .image-14 {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
    padding: 0rem 1rem;
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
    background-image: linear-gradient(180deg, transparent, transparent);
  }
  .chapters {
    padding: 3rem;
  }
  .chapters.bg-light {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
  .container-4.my-5 {
    margin-top: 8rem;
  }
  .div-block-8 {
    width: 19%;
  }
  .div-block-8.small {
    width: 14%;
    padding-right: 8px;
  }
  .image-15 {
    width: auto;
    height: auto;
    max-width: 0.7rem;
  }
  .legend {
    padding-left: 5px;
    font-size: 0.5rem;
  }
  .legend.caption {
    position: static;
    margin-right: auto;
    margin-left: auto;
    padding-top: 15px;
    padding-bottom: 2rem;
    font-size: 0.7rem;
    text-align: center;
  }
  .rich-text-block {
    padding-top: 3rem;
    padding-bottom: 2rem;
  }
  .rich-text-block.blue {
    padding-top: 2rem;
  }
  .chapter-image {
    height: 20rem;
  }
  .grid-9 {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
  .chapter-sample {
    width: 50%;
    height: 100%;
  }
  .section-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    text-align: left;
  }
  .image-19 {
    max-width: 15rem;
  }
  .grid-10 {
    grid-column-gap: 233px;
    -ms-grid-columns: 0.75fr 0.75fr;
    grid-template-columns: 0.75fr 0.75fr;
  }
  .grid-11 {
    -ms-grid-columns: 0.5fr 0.5fr;
    grid-template-columns: 0.5fr 0.5fr;
  }
  .testimonial-slide {
    width: 50%;
    padding-right: 10px;
    padding-left: 10px;
  }
  .left-arrow {
    margin-left: 0px;
  }
  .right-arrow {
    margin-right: 0px;
  }
  .featured-text {
    position: absolute;
    left: 0px;
    top: auto;
    right: 0px;
    bottom: 0px;
    padding-right: 15px;
    padding-bottom: 20px;
    padding-left: 16px;
  }
  .featured-title {
    font-size: 23px;
  }
  .category-tag-2 {
    z-index: 10;
  }
  .featured-description {
    overflow: hidden;
    max-height: 55px;
    padding-right: 0px;
    font-size: 17px;
    line-height: 23px;
  }
  .heading-6 {
    margin-top: 0px;
  }
  .div-block-11 {
    width: 80%;
    max-width: none;
    margin-top: 30px;
    padding-left: 0px;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .div-block-12 {
    width: 10%;
    margin-top: 28px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .image-20 {
    width: 100%;
    padding-bottom: 1rem;
  }
  .grid-13 {
    max-height: none;
    max-width: 100%;
    padding: 0rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    justify-items: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    grid-auto-flow: row;
    grid-row-gap: 43px;
    grid-template-areas: "Area-3 Area-3" "Area-2 Area";
    -ms-grid-columns: minmax(200px, 10.5fr);
    grid-template-columns: minmax(200px, 10.5fr);
    -ms-grid-rows: minmax(auto, 1fr);
    grid-template-rows: minmax(auto, 1fr);
  }
  .heading-7 {
    margin-top: auto;
  }
  .image-21 {
    padding-top: 60px;
  }
}

@media screen and (max-width: 767px) {
  .horizontal {
    overflow: auto;
  }
  .display-2 {
    font-size: 4rem;
    line-height: 1.2;
  }
  .sticky {
    top: 0px;
  }
  .lead {
    font-size: 1.5rem;
  }
  .section {
    padding: 2rem;
  }
  .section.pb-0.text-white {
    padding-right: 0rem;
    padding-left: 0rem;
  }
  .section.bg-light.hero-top {
    margin-top: 0px;
    padding: 0rem 0rem 4rem;
  }
  .section.bg-light.hero-top {
    margin-top: 0px;
    padding: 0rem 0rem 4rem;
  }
  .section.bg-green {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .section.px-0.pb-0.hero-top {
    padding-top: 1rem;
  }
  .section.foreword-hc {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .margin-paragraph {
    margin-bottom: 1rem;
  }
  .display-1 {
    font-size: 4.5rem;
    line-height: 1.1;
  }
  .display-3 {
    font-size: 2rem;
    line-height: 1.2;
  }
  .d-m-none {
    display: none;
  }
  .container.large {
    max-width: none;
  }
  .grid-styleguide {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }
  .p-5 {
    padding: 2rem;
  }
  .pb-0 {
    padding-bottom: 0rem;
  }
  .px-0 {
    padding-right: 0rem;
    padding-left: 0rem;
  }
  .d-t-none {
    display: block;
  }
  .d-ml-none {
    display: none;
  }
  .d-mp-none {
    display: block;
  }
  .d-flex.vertical-justify-align-center {
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .btn-label {
    font-size: 0.9rem;
  }
  .btn-label.home {
    padding-top: 4rem;
  }
  .navbar {
    height: 4rem;
    padding-right: 2rem;
    padding-left: 2rem;
  }
  .img-size {
    min-height: 256px;
  }
  .img-size.standard {
    min-height: 300px;
  }
  .img-size.medium {
    min-height: 256px;
  }
  .img-size.small {
    min-height: 256px;
  }
  .img-size.small.mb-3 {
    height: 150px;
    min-height: 150px;
  }
  .p-6 {
    padding: 2rem;
  }
  .collection-list-3x {
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }
  .trigger.zoom-in.guinea-bissau {
    width: 50%;
  }
  .featured-post_line {
    height: 25px;
  }
  .category-post_name.small {
    padding-top: 0px;
    font-size: 0.9rem;
    line-height: 1.3;
  }
  .link-title {
    font-size: 1.125rem;
  }
  .link-title.bg-red {
    margin-top: 30px;
    margin-left: 0rem;
  }
  .text-white {
    padding-left: 0px;
  }
  .grid-2x2 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }
  .grid-instagram {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }
  .scroll-down-line-wrapper {
    min-height: 25px;
  }
  .grid-about-page {
    grid-row-gap: 16px;
  }
  .client-logos-holder {
    width: 25%;
  }
  .icn-social-small {
    width: 32px;
    height: 32px;
  }
  .grid {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }
  .hero-top {
    padding-top: 6rem;
  }
  .nav-menu {
    padding: 2rem;
  }
  .body {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 0rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 0.9rem;
  }
  .paragraph {
    padding-right: 0px;
  }
  .grid-7 {
    padding: 0rem;
    grid-auto-columns: 0.25fr;
    grid-column-gap: 0px;
    grid-template-areas: "Area-3 Area-3" "Area-2 Area";
    -ms-grid-columns: minmax(416px, 5fr);
    grid-template-columns: minmax(416px, 5fr);
  }
  .div-block-5 {
    padding-right: 2rem;
    padding-left: 2rem;
  }
  .div-block-6 {
    display: none;
  }
  .div-block-7 {
    padding: 0rem;
  }
  .human-rights-around-the-world {
    display: none;
  }
  .image-14 {
    padding: 0rem;
  }
  .btn-label-3 {
    font-size: 0.9rem;
  }
  .chapters {
    padding: 2rem;
  }
  .container-4.my-5 {
    margin-top: 8rem;
  }
  .legend.caption {
    padding-bottom: 4rem;
    font-size: 0.7rem;
  }
  .heading-5 {
    font-size: 1rem;
  }
  .rich-text-block {
    font-size: 0.9rem;
  }
  .chapter-image {
    height: 16rem;
  }
  .chapter-sample {
    min-height: auto;
  }
  .lightbox-link-2.blue {
    height: 17rem;
  }
  .lightbox-link-2.violet {
    height: 17rem;
  }
  .lightbox-link-2.green {
    height: 17rem;
  }
  .dropdown-link.violet {
    font-size: 0.9rem;
  }
  .section-2 {
    display: block;
    padding-right: 2rem;
    padding-bottom: 3rem;
    padding-left: 2rem;
  }
  .image-19 {
    max-width: 14rem;
  }
  .div-block-10 {
    padding-top: 1rem;
  }
  .italic-text {
    font-size: 0.9rem;
  }
  .text-block-6 {
    font-size: 0.9rem;
  }
  .bold-text-2 {
    font-size: 0.9rem;
  }
  .bold-text-6 {
    font-size: 0.9rem;
    line-height: 1.8;
  }
  .bold-text-7 {
    line-height: 1.8;
  }
  .grid-10 {
    grid-column-gap: 26px;
    -ms-grid-columns: 0.5fr 1fr;
    grid-template-columns: 0.5fr 1fr;
  }
  .story-title {
    font-size: 0.9rem;
  }
  .testimonials-slider {
    padding-right: 19px;
    padding-left: 19px;
  }
  .testimonial-slide {
    width: 50%;
    padding-right: 20px;
    padding-left: 20px;
  }
  .featured-text {
    left: 0px;
    top: auto;
    right: 0px;
    bottom: 0px;
    padding-top: 70px;
    padding-right: 10px;
    padding-left: 10px;
  }
  .featured-title {
    font-size: 1rem;
  }
  .featured-description {
    font-size: 18px;
  }
  .paragraph-2 {
    padding-right: 0px;
    font-size: 1rem;
  }
  .div-block-11 {
    width: 100%;
    padding-top: 2rem;
    padding-right: 2rem;
    padding-left: 2rem;
  }
  .div-block-12 {
    display: none;
  }
  .image-20 {
    width: 100%;
  }
  .grid-13 {
    padding: 0rem;
    grid-auto-columns: 0.25fr;
    grid-column-gap: 0px;
    grid-template-areas: "Area-3 Area-3" "Area-2 Area";
    -ms-grid-columns: minmax(416px, 5fr);
    grid-template-columns: minmax(416px, 5fr);
  }
  .heading-7 {
    margin-top: auto;
  }
  .btn-label-4 {
    font-size: 0.9rem;
  }
  .image-22 {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }
}

@media screen and (max-width: 479px) {
  .content.horizontal {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .button.close {
    left: auto;
    top: auto;
    right: 16px;
    bottom: 72px;
  }
  .display-2 {
    font-size: 3rem;
  }
  .hover-trigger.zoom-in {
    padding-bottom: 0rem;
  }
  .sticky {
    top: 0px;
  }
  .lead {
    font-size: 1.25rem;
  }
  .section {
    padding-top: 1rem;
    padding-right: 1.25rem;
    padding-left: 1.25rem;
  }
  .section.bg-light.hero-top {
    margin-top: 0px;
    margin-right: 0px;
    padding: 0rem 0rem 3rem;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    background-position: 0% 100%;
    background-size: auto 35%;
    background-repeat: no-repeat;
    background-attachment: scroll;
  }
  .section.bg-light.hero-top {
    margin-top: 0px;
    margin-right: 0px;
    padding: 0rem 0rem 3rem;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    background-position: 0% 100%;
    background-size: auto 35%;
    background-repeat: no-repeat;
    background-attachment: scroll;
  }
  .section.bg-green {
    padding-top: 2.1rem;
    padding-bottom: 2.1rem;
  }
  .section.px-0.pb-0.hero-top {
    padding-top: 1rem;
  }
  .section.foreword-hc {
    padding: 3rem 1rem;
  }
  .margin-paragraph {
    margin-bottom: 1rem;
  }
  .display-1 {
    font-size: 3.5rem;
  }
  .display-3 {
    font-size: 1.4rem;
    line-height: 1.3;
  }
  .grid-styleguide {
    grid-column-gap: 0.5rem;
    grid-row-gap: 0.5rem;
  }
  .p-5 {
    padding: 1.25rem;
  }
  .pb-0 {
    padding-bottom: 0rem;
  }
  .px-0 {
    padding-right: 0rem;
    padding-left: 0rem;
  }
  .d-ml-none {
    display: block;
  }
  .d-mp-none {
    display: none;
  }
  .d-flex.vertical-justify-align-center {
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .btn-label {
    font-size: 0.9rem;
  }
  .btn-label.home {
    padding-top: 3rem;
  }
  .navbar {
    padding-right: 1.25rem;
    padding-left: 1.25rem;
  }
  .img-size.standard {
    height: auto;
    min-height: 300px;
    min-width: 100%;
  }
  .img-size.small.mb-3 {
    min-height: 220px;
  }
  .p-6 {
    padding: 1.25rem;
  }
  .trigger.zoom-in.guinea-bissau {
    width: 100%;
  }
  .link-title {
    left: 0%;
    top: auto;
    right: auto;
    bottom: 0%;
  }
  .link-title.bg-red {
    bottom: 7rem;
    margin-top: 40px;
    margin-right: 1rem;
    margin-left: 0rem;
    padding-right: 10px;
    padding-left: 10px;
  }
  .text-white {
    font-size: 0.8rem;
  }
  .grid-2x2 {
    -ms-grid-rows: minmax(auto, 0.25fr) auto;
    grid-template-rows: minmax(auto, 0.25fr) auto;
  }
  .text-field {
    padding-left: 0px;
  }
  .grid-instagram {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto auto;
    grid-template-rows: auto auto auto auto;
  }
  .client-logos-holder {
    width: 50%;
  }
  .bordered {
    padding-right: 0px;
    border-right-style: none;
  }
  .bordered.last {
    padding-left: 0px;
  }
  .horizontal-2 {
    display: block;
  }
  .brand.black.w--current {
    width: 180px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .nav-menu {
    padding-right: 1.25rem;
    padding-left: 1.25rem;
  }
  .announcement {
    width: 100vw;
    height: 84px;
    padding-top: 16px;
    padding-right: 16px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#007367), to(#007367)), url('../images/announcement-bar-green.svg');
    background-image: linear-gradient(180deg, #007367, #007367), url('../images/announcement-bar-green.svg');
    background-position: 0px 0px, 50% 100%;
    background-size: auto, contain;
    background-repeat: repeat, no-repeat;
    font-size: 1rem;
  }
  .grid-4x1 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: 1fr 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr 1fr 1fr;
  }
  .body {
    display: block;
    padding-top: 0rem;
  }
  .heading-3 {
    font-size: 1rem;
  }
  .heading-3.section-title.centered {
    padding-bottom: 0px;
  }
  .paragraph {
    padding-right: 0px;
    padding-bottom: 19px;
    font-size: 1rem;
  }
  .heading-4 {
    font-size: 2rem;
  }
  .grid-7 {
    overflow: auto;
    padding: 0rem;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    grid-auto-columns: minmax(34px, 0.25fr);
    grid-template-areas: "Area-3 Area-3 Area-3" "Area-2 Area-2 Area-2";
    -ms-grid-columns: minmax(206px, 5fr);
    grid-template-columns: minmax(206px, 5fr);
  }
  .div-block-5 {
    padding: 10px 1rem;
  }
  .div-block-6 {
    display: none;
  }
  .image-13 {
    display: none;
  }
  .text-block-2.bold {
    line-height: 1.4;
  }
  .body-text {
    line-height: 1.5;
  }
  .div-block-7 {
    margin-top: 0px;
    padding-top: 0rem;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .image-14 {
    padding-top: 0rem;
    padding-bottom: 0rem;
  }
  .bold-text {
    font-size: 0.9rem;
  }
  .btn-label-3 {
    font-size: 0.9rem;
  }
  .chapters {
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .chapters.bg-light {
    padding: 2rem 1rem;
  }
  .container-4.my-5 {
    margin-top: 4rem;
  }
  .category-heading-2 {
    padding-bottom: 1rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .legend.caption {
    padding-top: 10px;
    padding-bottom: 2rem;
    font-size: 0.7rem;
  }
  .heading-5 {
    font-size: 1.1rem;
  }
  .rich-text-block {
    padding-top: 2rem;
    line-height: 1.4;
  }
  .rich-text-block.blue {
    padding-top: 1rem;
  }
  .chapter-image {
    height: 18rem;
    max-width: 100%;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 185, 181, 0.5)), to(rgba(0, 185, 181, 0.5))), url('../images/Management.jpg');
    background-image: linear-gradient(180deg, rgba(0, 185, 181, 0.5), rgba(0, 185, 181, 0.5)), url('../images/Management.jpg');
  }
  .chapter-image:hover {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(149, 47, 155, 0.5)), to(rgba(149, 47, 155, 0.5))), url('../images/UN-Human-Rights-in-2019.jpg');
    background-image: linear-gradient(180deg, rgba(149, 47, 155, 0.5), rgba(149, 47, 155, 0.5)), url('../images/UN-Human-Rights-in-2019.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
    background-attachment: scroll, scroll;
  }
  .chapter-image.blue.highlights-of-results {
    background-image: -webkit-gradient(linear, left top, left bottom, from(null), to(null)), url('../images/Highlights-of-results-in-2019-.jpg');
    background-image: linear-gradient(180deg, null, null), url('../images/Highlights-of-results-in-2019-.jpg');
  }
  .chapter-image.violet.un-human-rights {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(149, 47, 155, 0.5)), to(rgba(149, 47, 155, 0.5))), url('../images/UN-Human-Rights-in-2019.jpg');
    background-image: linear-gradient(180deg, rgba(149, 47, 155, 0.5), rgba(149, 47, 155, 0.5)), url('../images/UN-Human-Rights-in-2019.jpg');
  }
  .chapter-image.green.management {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 185, 181, 0.5)), to(rgba(0, 185, 181, 0.5))), url('../images/Management.jpg');
    background-image: linear-gradient(180deg, rgba(0, 185, 181, 0.5), rgba(0, 185, 181, 0.5)), url('../images/Management.jpg');
  }
  .chapter-image.highlight-of-results {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(4, 118, 201, 0.5)), to(rgba(4, 118, 201, 0.5))), url('../images/Highlights-of-results-in-2019-.jpg');
    background-image: linear-gradient(180deg, rgba(4, 118, 201, 0.5), rgba(4, 118, 201, 0.5)), url('../images/Highlights-of-results-in-2019-.jpg');
  }
  .grid-9 {
    max-width: 100%;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .grid-9:hover {
    -ms-grid-rows: minmax(auto, 3.75fr);
    grid-template-rows: minmax(auto, 3.75fr);
  }
  .chapter-sample {
    width: 100%;
    max-width: 100%;
    min-height: auto;
    padding-bottom: 30px;
  }
  .container-5 {
    max-width: 100%;
  }
  .lightbox-link-2.blue {
    height: 17rem;
  }
  .lightbox-link-2.violet {
    height: 17rem;
  }
  .lightbox-link-2.green {
    height: 17rem;
  }
  .section-2 {
    display: block;
    padding-right: 1.25rem;
    padding-left: 1.25rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .image-19 {
    max-width: 12rem;
  }
  .grid-10 {
    -ms-grid-columns: 1.25fr;
    grid-template-columns: 1.25fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }
  .text-block-7 {
    font-size: 0.7rem;
  }
  .text-block-8 {
    color: #fff;
    font-size: 0.7rem;
  }
  .grid-11 {
    -ms-grid-columns: 1.5fr;
    grid-template-columns: 1.5fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }
  .testimonial-slide {
    width: 100%;
  }
  .icon-2 {
    margin-right: auto;
    margin-left: auto;
  }
  .featured-text {
    padding: 70px 15px 15px;
  }
  .featured-title {
    margin-bottom: 0px;
    font-size: 18px;
  }
  .featured-details {
    padding-right: 15px;
    padding-left: 15px;
  }
  .category-tag-2 {
    left: 15px;
    top: 15px;
    padding: 6px;
  }
  .featured-description {
    display: none;
  }
  .author-img {
    display: block;
  }
  .paragraph-2 {
    padding-right: 0px;
    padding-bottom: 19px;
    font-size: 1rem;
  }
  .heading-6 {
    font-size: 1rem;
  }
  .div-block-11 {
    width: 100%;
    padding: 1rem 1rem 0px;
  }
  .div-block-12 {
    display: none;
  }
  .grid-13 {
    overflow: auto;
    padding: 0rem;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    grid-auto-columns: minmax(34px, 0.25fr);
    grid-template-areas: "Area-3 Area-3 Area-3" "Area-2 Area-2 Area-2";
    -ms-grid-columns: minmax(206px, 5fr);
    grid-template-columns: minmax(206px, 5fr);
  }
  .heading-7 {
    margin-top: auto;
    font-size: 2rem;
    line-height: 2.3rem;
  }
  .btn-label-4 {
    font-size: 0.9rem;
  }
  .image-22 {
    padding-bottom: 30px;
  }
}

#w-node-72597c946750-263553f3 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-8c380ff439b6-263553f3 {
  -ms-grid-column-align: auto;
  justify-self: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-283ea2129e17-263553f3 {
  -ms-grid-row-align: start;
  align-self: start;
  -ms-grid-column-span: 0.99609375;
  grid-column-end: span 0.99609375;
  -ms-grid-column: span 0.99609375;
  grid-column-start: span 0.99609375;
  -ms-grid-row-span: 0.99609375;
  grid-row-end: span 0.99609375;
  -ms-grid-row: span 0.99609375;
  grid-row-start: span 0.99609375;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-147d26e3d60b-263553f3 {
  -ms-grid-row-align: start;
  align-self: start;
  -ms-grid-column-span: 0.99609375;
  grid-column-end: span 0.99609375;
  -ms-grid-column: span 0.99609375;
  grid-column-start: span 0.99609375;
  -ms-grid-row-span: 0.99609375;
  grid-row-end: span 0.99609375;
  -ms-grid-row: span 0.99609375;
  grid-row-start: span 0.99609375;
  -ms-grid-column-align: start;
  justify-self: start;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
}

#w-node-caf73778c4f2-263553f3 {
  -ms-grid-row-align: start;
  align-self: start;
  -ms-grid-column-span: 0.99609375;
  grid-column-end: span 0.99609375;
  -ms-grid-column: span 0.99609375;
  grid-column-start: span 0.99609375;
  -ms-grid-row-span: 0.99609375;
  grid-row-end: span 0.99609375;
  -ms-grid-row: span 0.99609375;
  grid-row-start: span 0.99609375;
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-d9a716aae7cc-263553f3 {
  -ms-grid-row-align: start;
  align-self: start;
  -ms-grid-column-span: 0.99609375;
  grid-column-end: span 0.99609375;
  -ms-grid-column: span 0.99609375;
  grid-column-start: span 0.99609375;
  -ms-grid-row-span: 0.99609375;
  grid-row-end: span 0.99609375;
  -ms-grid-row: span 0.99609375;
  grid-row-start: span 0.99609375;
  -ms-grid-column-align: start;
  justify-self: start;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
}

#w-node-67f7aeb80ce1-263553f3 {
  -ms-grid-row-align: start;
  align-self: start;
  -ms-grid-column-span: 0.99609375;
  grid-column-end: span 0.99609375;
  -ms-grid-column: span 0.99609375;
  grid-column-start: span 0.99609375;
  -ms-grid-row-span: 0.99609375;
  grid-row-end: span 0.99609375;
  -ms-grid-row: span 0.99609375;
  grid-row-start: span 0.99609375;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-83214e17204a-263553f3 {
  -ms-grid-row-align: start;
  align-self: start;
  -ms-grid-column-span: 0.99609375;
  grid-column-end: span 0.99609375;
  -ms-grid-column: span 0.99609375;
  grid-column-start: span 0.99609375;
  -ms-grid-row-span: 0.99609375;
  grid-row-end: span 0.99609375;
  -ms-grid-row: span 0.99609375;
  grid-row-start: span 0.99609375;
  -ms-grid-column-align: start;
  justify-self: start;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
}

#w-node-3554704cd23b-263553f3 {
  -ms-grid-row-align: start;
  align-self: start;
  -ms-grid-column-span: 0.99609375;
  grid-column-end: span 0.99609375;
  -ms-grid-column: span 0.99609375;
  grid-column-start: span 0.99609375;
  -ms-grid-row-span: 0.99609375;
  grid-row-end: span 0.99609375;
  -ms-grid-row: span 0.99609375;
  grid-row-start: span 0.99609375;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-074d8bbc8342-263553f3 {
  -ms-grid-row-align: start;
  align-self: start;
  -ms-grid-column-span: 0.99609375;
  grid-column-end: span 0.99609375;
  -ms-grid-column: span 0.99609375;
  grid-column-start: span 0.99609375;
  -ms-grid-row-span: 0.99609375;
  grid-row-end: span 0.99609375;
  -ms-grid-row: span 0.99609375;
  grid-row-start: span 0.99609375;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-79f3a91b03a0-263553f3 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-ba118ee8ca30-263553f3 {
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-39bf3357005c-33570059 {
  -ms-grid-column-span: 0.99609375;
  grid-column-end: 2.9921875;
  -ms-grid-column: 1.99609375;
  grid-column-start: 1.99609375;
  -ms-grid-row-span: 0.99609375;
  grid-row-end: 1.99609375;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-e96a74afd06f-f53553fa {
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 6;
  grid-row-end: 7;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 4;
  grid-column-end: 5;
}

#w-node-e96a74afd071-f53553fa {
  -ms-grid-column-span: 4;
  grid-column-end: 7;
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-row-span: 3;
  grid-row-end: 7;
  -ms-grid-row: 4;
  grid-row-start: 4;
}

#w-node-f5a2d37be517-be97adcc {
  -ms-grid-column-span: 1;
  grid-column-end: 5;
  -ms-grid-column: 4;
  grid-column-start: 4;
  -ms-grid-row-span: 6;
  grid-row-end: 7;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-align: end;
  align-self: end;
}

#w-node-f5a2d37be525-be97adcc {
  -ms-grid-column-span: 1;
  grid-column-end: 6;
  -ms-grid-column: 5;
  grid-column-start: 5;
  -ms-grid-row-span: 6;
  grid-row-end: 7;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-align: end;
  align-self: end;
}

#w-node-f5a2d37be52c-be97adcc {
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 5;
  grid-row-end: 6;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-align: end;
  align-self: end;
}

#w-node-b7beb6de3df4-be97adcc {
  -ms-grid-column-span: 2;
  grid-column-end: 3;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 7;
  -ms-grid-row: 6;
  grid-row-start: 6;
}

#w-node-6db2ee45bae5-be97adcc {
  -ms-grid-row: 6;
  grid-row-start: 6;
  -ms-grid-row-span: 1;
  grid-row-end: 7;
  -ms-grid-column: 6;
  grid-column-start: 6;
  -ms-grid-column-span: 1;
  grid-column-end: 7;
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-de5aeb9db36c-3c32ccbc {
  -ms-grid-column-align: auto;
  justify-self: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-72597c946744-263553f3 {
    grid-area: Area-2;
  }
  #w-node-72597c946750-263553f3 {
    -ms-grid-row: 3;
    -ms-grid-column: 11;
    grid-area: Area;
  }
  #w-node-e96a74afd06f-f53553fa {
    -ms-grid-column-span: 7;
    grid-column-end: 7;
    -ms-grid-row-span: 4;
    grid-row-end: 4;
  }
  #w-node-e96a74afd071-f53553fa {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 4;
    grid-row-start: 4;
    -ms-grid-row-span: 3;
    grid-row-end: 7;
  }
  #w-node-f5a2d37be517-be97adcc {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
  }
  #w-node-f5a2d37be525-be97adcc {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
  }
  #w-node-f5a2d37be52c-be97adcc {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 5;
    -ms-grid-row: 4;
    grid-row-start: 4;
  }
  #w-node-b7beb6de3df4-be97adcc {
    -ms-grid-row: 5;
    grid-row-start: 5;
    -ms-grid-row-span: 1;
    grid-row-end: 6;
  }
  #w-node-6db2ee45bae5-be97adcc {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-column-align: start;
    justify-self: start;
  }
}

@media screen and (max-width: 991px) {
  #w-node-72597c946744-263553f3 {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .grid-13>#w-node-72597c946744-263553f3 {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .grid-7>#w-node-72597c946750-263553f3 {
    -ms-grid-row: 3;
    -ms-grid-column: 2;
  }
  .grid-13>#w-node-72597c946750-263553f3 {
    -ms-grid-row: 3;
    -ms-grid-column: 2;
  }
}

@media screen and (max-width: 767px) {
  .grid-7>#w-node-72597c946744-263553f3 {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .grid-13>#w-node-72597c946744-263553f3 {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .grid-7>#w-node-72597c946750-263553f3 {
    -ms-grid-row: 2;
    -ms-grid-column: 3;
  }
  .grid-13>#w-node-72597c946750-263553f3 {
    -ms-grid-row: 2;
    -ms-grid-column: 3;
  }
}

@media screen and (max-width: 479px) {
  .grid-7>#w-node-72597c946744-263553f3 {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }
  .grid-13>#w-node-72597c946744-263553f3 {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }
}

