@import url("https://use.typekit.net/byo0tmw.css");
h1, h2, h3, h4 {
  font-family: "poppins", sans-serif;
  font-weight: bold;
}

p, a, li {
  font-family: "poppins", sans-serif;
}

h1 {
  font-size: 46px;
}

h2 {
  font-size: 32px;
  margin-bottom: 32px;
}

h3 {
  font-size: 22px;
  margin-bottom: 24px;
}

h4 {
  font-size: 16px;
  margin-bottom: 20px;
}

.title-number {
  font-size: 300px;
}

a {
  text-decoration: none;
  font-weight: bold;
}

.image-caption {
  font-style: italic;
  margin-top: 6px;
}

.stat {
  margin-bottom: 20px;
}
.stat h4 {
  font-size: 45px;
  margin: 0;
}
.stat p {
  font-weight: bold;
  font-style: italic;
  margin: 0;
}
.stat .stat-small {
  font-size: 14px;
  font-style: italic;
}

.stats-sep {
  border-bottom: 1px solid #1d988c;
  margin: 10px 0;
}

h4.number,
.count {
  color: #1d988c;
}

#ceo-foreword .stats-sep {
  border-color: #1d988c;
}
#ceo-foreword h4.number,
#ceo-foreword .count {
  color: #1d988c;
}

#sec2-body .stats-sep {
  border-color: #132048;
}
#sec2-body h4.number,
#sec2-body .count {
  color: #132048;
}
#sec2-body .quote-wrapper {
  color: #132048;
}
#sec2-body .quote-wrapper .quote-content div {
  background: #132048;
}
#sec2-body .arrow-link path {
  fill: #132048;
}

#sec3-body .stats-sep {
  border-color: #a42036;
}
#sec3-body h4.number,
#sec3-body .count {
  color: #a42036;
}
#sec3-body .quote-wrapper {
  color: #a42036;
}
#sec3-body .quote-wrapper .quote-content div {
  background: #a42036;
}
#sec3-body .arrow-link path {
  fill: #a42036;
}

#sec4-body .stats-sep {
  border-color: #b68d2e;
}
#sec4-body h4.number,
#sec4-body .count {
  color: #b68d2e;
}
#sec4-body .quote-wrapper {
  color: #b68d2e;
}
#sec4-body .quote-wrapper .quote-content div {
  background: #b68d2e;
}
#sec4-body .arrow-link path {
  fill: #b68d2e;
}

#sec5-body .stats-sep {
  border-color: #75246c;
}
#sec5-body h4.number,
#sec5-body .count {
  color: #75246c;
}
#sec5-body .quote-wrapper {
  color: #75246c;
}
#sec5-body .quote-wrapper .quote-content div {
  background: #75246c;
}
#sec5-body .arrow-link path {
  fill: #75246c;
}

#sec6-body .stats-sep {
  border-color: #1d988c;
}
#sec6-body h4.number,
#sec6-body .count {
  color: #1d988c;
}
#sec6-body .quote-wrapper {
  color: #1d988c;
}
#sec6-body .quote-wrapper .quote-content div {
  background: #1d988c;
}
#sec6-body .arrow-link path {
  fill: #1d988c;
}

#sec7-body .stats-sep {
  border-color: #406dab;
}
#sec7-body h4.number,
#sec7-body .count {
  color: #406dab;
}
#sec7-body .quote-wrapper {
  color: #406dab;
}
#sec7-body .quote-wrapper .quote-content div {
  background: #406dab;
}
#sec7-body .arrow-link path {
  fill: #406dab;
}

#sec8-body .stats-sep {
  border-color: #03793e;
}
#sec8-body h4.number,
#sec8-body .count {
  color: #03793e;
}
#sec8-body .quote-wrapper {
  color: #03793e;
}
#sec8-body .quote-wrapper .quote-content div {
  background: #03793e;
}
#sec8-body .arrow-link path {
  fill: #03793e;
}

img {
  width: 100%;
}

.arrow-link {
  display: flex;
  margin-bottom: 30px;
}
.arrow-link span {
  margin-left: 6px;
}
.arrow-link svg {
  width: 25px;
  height: 20px;
}

.btn:not(.download-main) {
  padding: 12px 40px !important;
}

.scroll-down {
  left: initial;
  right: 20px;
}
.scroll-down:before {
  background: transparent !important;
}

.scroll-down-icon {
  width: 40px;
  height: 40px;
  margin-left: -20px;
  left: 50%;
  bottom: 0px;
  color: #000;
  font-size: 40px;
}

.col-* {
  padding-left: 25px;
  padding-right: 25px;
}

.vimeo-wrapper {
  max-width: 100%;
}

.media-thumbnail {
  display: inline-table;
}
.media-thumbnail .vimeo-wrapper iframe {
  width: 100%;
  height: 100%;
}

.main-nav {
  z-index: 100;
  height: 100px !important;
  box-shadow: none !important;
  padding-top: 20px;
  background-color: #fff;
}
.main-nav .logo-white {
  display: none;
}
.main-nav.active {
  z-index: 1000;
}
.main-nav.white {
  color: #fff !important;
  background: transparent;
}
.main-nav.white .logo-white {
  display: inline-block;
}
.main-nav.white .logo-black {
  display: none;
}
.main-nav.white .download-main {
  color: #fff;
  border-color: #fff;
}
.main-nav.white .toggle-btn::before {
  box-shadow: 0 -10px 0 0 #fff;
}
.main-nav.white .toggle-btn::after {
  box-shadow: 0 10px 0 0 #fff;
}
.main-nav .logo {
  max-width: 200px;
}
.main-nav .logo img {
  width: 200px;
}
.main-nav .download-main {
  height: 44px !important;
  line-height: 44px !important;
  padding: 0 20px;
}
.main-nav .hamburger {
  height: 50px;
  width: 50px;
  cursor: pointer;
}
.main-nav .toggle-btn {
  height: 2px;
  width: 18px;
  background-color: #000;
  position: relative;
  top: 50%;
  left: 0;
  margin: auto;
  transition: all 0.3s ease-in-out;
}
.main-nav .toggle-btn:before {
  content: "";
  height: 2px;
  width: 25px;
  box-shadow: 0 -10px 0 0 #000;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.3s ease-in-out;
}
.main-nav .toggle-btn:after {
  content: "";
  height: 2px;
  width: 25px;
  box-shadow: 0 10px 0 0 #000;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.3s ease-in-out;
}
.main-nav .hamburger.active .toggle-btn {
  background-color: transparent;
  transition: all 0.2s ease-in-out;
}
.main-nav .hamburger.active .toggle-btn:before {
  top: 0;
  transition: all 0.3s ease-in-out;
  left: 6px;
  transform: translateY(6px) rotate(-45deg);
}
.main-nav .hamburger.active .toggle-btn:after {
  top: 0;
  transition: all 0.3s ease-in-out;
  left: 6px;
  transform: translateY(-8px) rotate(45deg);
}

.sidebar-left,
.sidebar-right {
  display: none;
}

.sidebar-left.share {
  z-index: 98;
  position: fixed;
  left: 20px;
  top: 50vh;
  transform: translateY(-50%);
}
.sidebar-left.share .share-wrapper {
  background: #ffffff;
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.2);
  width: 50px;
  padding: 20px 10px;
}
.sidebar-left.share .share-wrapper .share-text {
  position: relative;
  height: 200px;
  margin-bottom: 10px;
}
.sidebar-left.share .share-wrapper .share-text p {
  transform: rotate(270deg);
  transform-origin: left top 0;
  margin: 0;
  width: 205px;
  font-size: 22px;
  position: absolute;
  bottom: -30px;
  line-height: 30px;
  white-space: nowrap;
}
.sidebar-left.share .share-wrapper .social-icons {
  width: 100%;
}
.sidebar-left.share .share-wrapper .social-icons .social-icon {
  display: block;
  width: 100%;
  margin-bottom: 10px;
  cursor: pointer;
}
.sidebar-left.share .share-wrapper .social-icons .social-icon img {
  cursor: pointer;
}

/* START TOOLTIP STYLES */
[tooltip] {
  position: relative;
  /* opinion 1 */
}

/* Applies to all tooltips */
[tooltip]::before,
[tooltip]::after {
  text-transform: none;
  /* opinion 2 */
  font-size: 0.9em;
  /* opinion 3 */
  line-height: 1;
  user-select: none;
  pointer-events: none;
  position: absolute;
  display: none;
  opacity: 0;
}

[tooltip]::before {
  content: "";
  border: 5px solid transparent;
  /* opinion 4 */
  z-index: 1001;
  /* absurdity 1 */
}

[tooltip]::after {
  content: attr(tooltip);
  /* magic! */
  /* most of the rest of this is opinion */
  font-family: Helvetica, sans-serif;
  text-align: center;
  /*
    Let the content set the size of the tooltips
    but this will also keep them from being obnoxious
    */
  min-width: 3em;
  max-width: 21em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 1ch 1.5ch;
  border-radius: 0.3ch;
  box-shadow: 0 1em 2em -0.5em rgba(0, 0, 0, 0.35);
  background: #333;
  color: #fff;
  z-index: 1000;
  /* absurdity 2 */
}

/* Make the tooltips respond to hover */
[tooltip]:hover::before,
[tooltip]:hover::after {
  display: block;
}

/* don't show empty tooltips */
[tooltip=""]::before,
[tooltip=""]::after {
  display: none !important;
}

/* FLOW: UP */
[tooltip]:not([flow])::before,
[tooltip][flow^=up]::before {
  bottom: 100%;
  border-bottom-width: 0;
  border-top-color: #333;
}

[tooltip]:not([flow])::after,
[tooltip][flow^=up]::after {
  bottom: calc(100% + 5px);
}

[tooltip]:not([flow])::before,
[tooltip]:not([flow])::after,
[tooltip][flow^=up]::before,
[tooltip][flow^=up]::after {
  left: 50%;
  transform: translate(-50%, -0.5em);
}

/* FLOW: DOWN */
[tooltip][flow^=down]::before {
  top: 100%;
  border-top-width: 0;
  border-bottom-color: #333;
}

[tooltip][flow^=down]::after {
  top: calc(100% + 5px);
}

[tooltip][flow^=down]::before,
[tooltip][flow^=down]::after {
  left: 50%;
  transform: translate(-50%, 0.5em);
}

/* FLOW: LEFT */
[tooltip][flow^=left]::before {
  top: 50%;
  border-right-width: 0;
  border-left-color: #333;
  left: calc(0em - 5px);
  transform: translate(-0.5em, -50%);
}

[tooltip][flow^=left]::after {
  top: 50%;
  right: calc(100% + 5px);
  transform: translate(-0.5em, -50%);
}

/* FLOW: RIGHT */
[tooltip][flow^=right]::before {
  top: 50%;
  border-left-width: 0;
  border-right-color: #333;
  right: calc(0em - 5px);
  transform: translate(0.5em, -50%);
}

[tooltip][flow^=right]::after {
  top: 50%;
  left: calc(100% + 5px);
  transform: translate(0.5em, -50%);
}

/* KEYFRAMES */
@keyframes tooltips-vert {
  to {
    opacity: 0.9;
    transform: translate(-50%, 0);
  }
}
@keyframes tooltips-horz {
  to {
    opacity: 0.9;
    transform: translate(0, -50%);
  }
}
/* FX All The Things */
[tooltip]:not([flow]):hover::before,
[tooltip]:not([flow]):hover::after,
[tooltip][flow^=up]:hover::before,
[tooltip][flow^=up]:hover::after,
[tooltip][flow^=down]:hover::before,
[tooltip][flow^=down]:hover::after {
  animation: tooltips-vert 300ms ease-out forwards;
}

[tooltip][flow^=left]:hover::before,
[tooltip][flow^=left]:hover::after,
[tooltip][flow^=right]:hover::before,
[tooltip][flow^=right]:hover::after {
  animation: tooltips-horz 300ms ease-out forwards;
}

/* KEYFRAMES */
@keyframes tooltips-vert {
  to {
    opacity: 0.9;
    transform: translate(-50%, 0);
  }
}
@keyframes tooltips-horz {
  to {
    opacity: 0.9;
    transform: translate(0, -50%);
  }
}
/* FX All The Things */
[tooltip]:not([flow]):hover::before,
[tooltip]:not([flow]):hover::after,
[tooltip][flow^=up]:hover::before,
[tooltip][flow^=up]:hover::after,
[tooltip][flow^=down]:hover::before,
[tooltip][flow^=down]:hover::after {
  animation: tooltips-vert 300ms ease-out forwards;
}

[tooltip][flow^=left]:hover::before,
[tooltip][flow^=left]:hover::after,
[tooltip][flow^=right]:hover::before,
[tooltip][flow^=right]:hover::after {
  animation: tooltips-horz 300ms ease-out forwards;
}

.sidebar-right.chapters {
  z-index: 988;
  position: fixed;
  left: 50vw;
  bottom: 0;
  transform: translatex(-50%);
  padding: 30px 30px 12px;
  display: flex !important;
  justify-content: space-between;
  background: #ffffff;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.3);
}
.sidebar-right.chapters a {
  position: relative;
}
.sidebar-right.chapters a:not(#chpt-8)::after {
  content: "";
  display: inline-block;
  position: absolute;
  height: 2px;
  width: 30px;
  top: 14px;
  left: 55px;
  background: #051C48;
}
.sidebar-right.chapters svg {
  display: block;
  z-index: 9;
  width: 30px;
  margin: 0 20px;
  transform-origin: center;
  transition: all 0.3s ease-out;
  transform-box: fill-box;
}
.sidebar-right.chapters svg path {
  transform-origin: center;
  transition: all 0.3s ease-out;
  transform-box: fill-box;
}
.sidebar-right.chapters .chapter-text {
  position: absolute;
  top: 8px;
  left: 25px;
  overflow: hidden;
}
.sidebar-right.chapters .chapter-text p {
  margin: 0;
}
.sidebar-right.chapters #chpt-1:hover path {
  fill: #132048 !important;
}
.sidebar-right.chapters #chpt-2:hover path {
  fill: #132048 !important;
}
.sidebar-right.chapters #chpt-3:hover path {
  fill: #a42036 !important;
}
.sidebar-right.chapters #chpt-4:hover path {
  fill: #b68d2e !important;
}
.sidebar-right.chapters #chpt-5:hover path {
  fill: #75246c !important;
}
.sidebar-right.chapters #chpt-6:hover path {
  fill: #1d988c !important;
}
.sidebar-right.chapters #chpt-7:hover path {
  fill: #406dab !important;
}
.sidebar-right.chapters #chpt-8:hover path {
  fill: #03793e !important;
}

#off-canvas-encryption {
  background: #051C48;
  color: #fff;
}
#off-canvas-encryption h2 {
  text-align: center;
}
#off-canvas-encryption .separate-col {
  border-right: 2px solid #fff;
}
#off-canvas-encryption .separate-col ol {
  padding-left: 12px;
}
#off-canvas-encryption .decoded-col-desktop {
  display: block;
}
#off-canvas-encryption .decoded-col-mobile {
  display: none;
}
#off-canvas-encryption .decoded-message {
  font-size: 18px;
  font-style: italic;
  overflow-wrap: break-word;
}
#off-canvas-encryption th, #off-canvas-encryption td {
  width: 24px;
  height: 19px;
  vertical-align: middle;
  text-align: center;
}
#off-canvas-encryption td {
  font-size: 12px;
}
#off-canvas-encryption tr:first-child {
  border-bottom: solid 1px #fff;
}
#off-canvas-encryption #key-square th {
  border-right: solid 1px #fff;
}
#off-canvas-encryption #key-square th + th {
  border-right: none;
}
#off-canvas-encryption textarea {
  background: #051c48;
  border: 2px solid #fff;
  border-bottom-width: 4px;
  width: 100%;
  height: 100px;
  padding-left: 24px;
  line-height: 22px;
  font-size: 16px;
  resize: none;
  letter-spacing: 3px;
  text-transform: uppercase;
}
#off-canvas-encryption input {
  background: #051c48;
  border: 2px solid #fff;
  width: 100%;
  padding: 8px;
  padding-left: 24px;
  line-height: 22px;
  font-size: 16px;
  resize: none;
  letter-spacing: 3px;
  text-transform: uppercase;
}
#off-canvas-encryption h4 {
  margin-bottom: 0;
}
#off-canvas-encryption .hint {
  margin-bottom: 12px;
}
#off-canvas-encryption .btn {
  color: #fff;
  font-weight: bold;
  border-color: #fff;
  padding: 6px 24px !important;
  margin-top: 12px;
}
#off-canvas-encryption .btn:hover {
  background: #fff;
  color: #333;
}
#off-canvas-encryption .input-wrapper {
  position: relative;
}
#off-canvas-encryption .input-wrapper svg {
  height: 16px;
  position: absolute;
  top: 12px;
  left: 6px;
}
#off-canvas-encryption #trans-key-1,
#off-canvas-encryption #trans-key-2,
#off-canvas-encryption #trans-key-1 td,
#off-canvas-encryption #trans-key-2 td,
#off-canvas-encryption #key-square,
#off-canvas-encryption .transpo-col,
#off-canvas-encryption .square-col,
#off-canvas-encryption .decoded-col {
  opacity: 0;
}

#off-canvas-password-game {
  color: #ffffff;
  z-index: 999;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  transition: all ease-out 0.3s;
  background: #3f9693;
  padding: 100px 0;
  overflow-y: scroll;
  overflow-x: hidden;
}
#off-canvas-password-game .ranking-no {
  height: 50px;
  float: left;
  width: 40px;
  font-size: 40px;
  font-weight: bold;
}
#off-canvas-password-game .ranking {
  height: 60px;
  border-bottom: 5px solid #ffffff;
  width: 90% !important;
  float: left;
  font-size: 40px;
  margin-bottom: 15px;
}
#off-canvas-password-game .correct_users {
  color: #fbf500;
  font-size: 26px;
}
#off-canvas-password-game .password-selection {
  height: 60px;
  width: 90% !important;
  float: left;
  font-size: 40px;
  margin-bottom: 15px;
  cursor: pointer;
}

.off-canvas {
  z-index: 999;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 100vw;
  transition: all ease-out 0.3s;
  background: #ffffff;
  padding: 100px 0;
  overflow-y: scroll;
  overflow-x: hidden;
}
.off-canvas.active {
  left: 0;
}
.off-canvas .filter-nav {
  display: flex;
  justify-content: space-evenly;
  padding: 0;
}
.off-canvas .filter-nav .filter {
  list-style: none;
  font-weight: 600;
  cursor: pointer;
}
.off-canvas .filter-nav .filter.active {
  text-decoration: underline;
}
.off-canvas .media-thumbnail {
  margin-top: 50px;
  transition: all ease-out 0.5s;
}
.off-canvas .filter-sec-1 .media-thumbnail {
  display: none;
}
.off-canvas .filter-sec-1 .media-thumbnail.sec-1 {
  display: block;
}
.off-canvas .filter-sec-2 .media-thumbnail {
  display: none;
}
.off-canvas .filter-sec-2 .media-thumbnail.sec-2 {
  display: block;
}
.off-canvas .filter-sec-3 .media-thumbnail {
  display: none;
}
.off-canvas .filter-sec-3 .media-thumbnail.sec-3 {
  display: block;
}
.off-canvas .filter-sec-4 .media-thumbnail {
  display: none;
}
.off-canvas .filter-sec-4 .media-thumbnail.sec-4 {
  display: block;
}
.off-canvas .filter-all .media-thumbnail {
  display: block;
}

#title-1 {
  padding: 0;
  height: 100vh;
  background: url("../../assets/Hero/new/intro-hero.jpg");
  background-position: right center !important;
  background-size: cover;
}
#title-1 .logo {
  position: absolute;
  top: 80px;
  left: 80px;
  width: 240px;
}
#title-1 .title-image {
  background: url("../../assets/Hero/new/Exhibit-bug.jpg");
  background-position: right center !important;
  background-size: cover;
}
#title-1 .vid {
  display: initial;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  height: 100%;
  max-width: none;
  min-width: 100% !important;
  object-fit: cover;
}
#title-1 .container-fluid {
  max-width: 100%;
  padding: 0;
  position: relative;
  height: 100% !important;
}
#title-1 .container-fluid .row {
  height: 100%;
  display: block;
}
#title-1 .container-fluid .col-md-6 {
  height: 100%;
  padding: 80px;
  display: flex;
  align-items: center;
  overflow: hidden;
}
#title-1 .scroll-down {
  left: 80px;
  right: initial;
  bottom: 100px;
}

.main-nav:not(.small-height) .nav-logo-wrap {
  margin-top: 20px !important;
  margin-left: 20px !important;
}
.main-nav:not(.small-height) .nav-logo-wrap .logo {
  max-width: 340px !important;
  height: 120px !important;
}
.main-nav:not(.small-height) .nav-logo-wrap .logo img {
  width: 340px !important;
}

.section-title {
  display: block;
  text-transform: none;
  letter-spacing: 0;
  text-align: left;
  width: 100%;
}
.section-title h2 {
  font-size: 32px;
  line-height: 40px;
  margin-bottom: 0;
  margin-top: 0;
}
.section-title h2 span {
  font-weight: normal;
  font-size: 22px;
}

.container-fluid {
  max-width: 100%;
  padding: 0 55px;
}

.title-page {
  z-index: 102;
  min-height: 85vh;
  background-position: center right;
  background-size: cover;
}
.title-page .title-stamp {
  max-width: 900px;
  width: 100%;
  margin-bottom: 40px;
}
.title-page .title-stamp svg {
  width: 100%;
}
.title-page .row {
  display: flex;
  align-items: center;
}
.title-page .title-arrow {
  max-height: 600px;
  display: block;
}
.title-page .section-number {
  display: block;
  font-size: 180px;
  font-weight: bold;
  width: 200px;
  line-height: 200px;
  font-family: "poppins", sans-serif;
}
.title-page .main-title {
  margin-bottom: 30px;
  margin-top: 0;
  line-height: 0.9;
}
.title-page .title-content {
  background: rgba(255, 255, 255, 0.8);
  padding: 40px 50px;
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
}
.title-page .title-content .title-logo {
  max-width: 500px;
  width: 100%;
  margin-bottom: 60px;
}
.title-page .title-content .title-button {
  margin-bottom: 60px;
  margin-left: 95px;
}
.title-page .container-fluid {
  max-width: 100%;
  padding: 0 55px;
}

section[data-section-type=body] .container-fluid,
.off-canvas .container-fluid {
  max-width: 100%;
  padding: 0;
}
section[data-section-type=body] .container-fluid .col-xs-1, section[data-section-type=body] .container-fluid .col-sm-1, section[data-section-type=body] .container-fluid .col-md-1, section[data-section-type=body] .container-fluid .col-lg-1, section[data-section-type=body] .container-fluid .col-xs-2, section[data-section-type=body] .container-fluid .col-sm-2, section[data-section-type=body] .container-fluid .col-md-2, section[data-section-type=body] .container-fluid .col-lg-2, section[data-section-type=body] .container-fluid .col-xs-3, section[data-section-type=body] .container-fluid .col-sm-3, section[data-section-type=body] .container-fluid .col-md-3, section[data-section-type=body] .container-fluid .col-lg-3, section[data-section-type=body] .container-fluid .col-xs-4, section[data-section-type=body] .container-fluid .col-sm-4, section[data-section-type=body] .container-fluid .col-md-4, section[data-section-type=body] .container-fluid .col-lg-4, section[data-section-type=body] .container-fluid .col-xs-5, section[data-section-type=body] .container-fluid .col-sm-5, section[data-section-type=body] .container-fluid .col-md-5, section[data-section-type=body] .container-fluid .col-lg-5, section[data-section-type=body] .container-fluid .col-xs-6, section[data-section-type=body] .container-fluid .col-sm-6, section[data-section-type=body] .container-fluid .col-md-6, section[data-section-type=body] .container-fluid .col-lg-6, section[data-section-type=body] .container-fluid .col-xs-7, section[data-section-type=body] .container-fluid .col-sm-7, section[data-section-type=body] .container-fluid .col-md-7, section[data-section-type=body] .container-fluid .col-lg-7, section[data-section-type=body] .container-fluid .col-xs-8, section[data-section-type=body] .container-fluid .col-sm-8, section[data-section-type=body] .container-fluid .col-md-8, section[data-section-type=body] .container-fluid .col-lg-8, section[data-section-type=body] .container-fluid .col-xs-9, section[data-section-type=body] .container-fluid .col-sm-9, section[data-section-type=body] .container-fluid .col-md-9, section[data-section-type=body] .container-fluid .col-lg-9, section[data-section-type=body] .container-fluid .col-xs-10, section[data-section-type=body] .container-fluid .col-sm-10, section[data-section-type=body] .container-fluid .col-md-10, section[data-section-type=body] .container-fluid .col-lg-10, section[data-section-type=body] .container-fluid .col-xs-11, section[data-section-type=body] .container-fluid .col-sm-11, section[data-section-type=body] .container-fluid .col-md-11, section[data-section-type=body] .container-fluid .col-lg-11, section[data-section-type=body] .container-fluid .col-xs-12, section[data-section-type=body] .container-fluid .col-sm-12, section[data-section-type=body] .container-fluid .col-md-12, section[data-section-type=body] .container-fluid .col-lg-12,
.off-canvas .container-fluid .col-xs-1,
.off-canvas .container-fluid .col-sm-1,
.off-canvas .container-fluid .col-md-1,
.off-canvas .container-fluid .col-lg-1,
.off-canvas .container-fluid .col-xs-2,
.off-canvas .container-fluid .col-sm-2,
.off-canvas .container-fluid .col-md-2,
.off-canvas .container-fluid .col-lg-2,
.off-canvas .container-fluid .col-xs-3,
.off-canvas .container-fluid .col-sm-3,
.off-canvas .container-fluid .col-md-3,
.off-canvas .container-fluid .col-lg-3,
.off-canvas .container-fluid .col-xs-4,
.off-canvas .container-fluid .col-sm-4,
.off-canvas .container-fluid .col-md-4,
.off-canvas .container-fluid .col-lg-4,
.off-canvas .container-fluid .col-xs-5,
.off-canvas .container-fluid .col-sm-5,
.off-canvas .container-fluid .col-md-5,
.off-canvas .container-fluid .col-lg-5,
.off-canvas .container-fluid .col-xs-6,
.off-canvas .container-fluid .col-sm-6,
.off-canvas .container-fluid .col-md-6,
.off-canvas .container-fluid .col-lg-6,
.off-canvas .container-fluid .col-xs-7,
.off-canvas .container-fluid .col-sm-7,
.off-canvas .container-fluid .col-md-7,
.off-canvas .container-fluid .col-lg-7,
.off-canvas .container-fluid .col-xs-8,
.off-canvas .container-fluid .col-sm-8,
.off-canvas .container-fluid .col-md-8,
.off-canvas .container-fluid .col-lg-8,
.off-canvas .container-fluid .col-xs-9,
.off-canvas .container-fluid .col-sm-9,
.off-canvas .container-fluid .col-md-9,
.off-canvas .container-fluid .col-lg-9,
.off-canvas .container-fluid .col-xs-10,
.off-canvas .container-fluid .col-sm-10,
.off-canvas .container-fluid .col-md-10,
.off-canvas .container-fluid .col-lg-10,
.off-canvas .container-fluid .col-xs-11,
.off-canvas .container-fluid .col-sm-11,
.off-canvas .container-fluid .col-md-11,
.off-canvas .container-fluid .col-lg-11,
.off-canvas .container-fluid .col-xs-12,
.off-canvas .container-fluid .col-sm-12,
.off-canvas .container-fluid .col-md-12,
.off-canvas .container-fluid .col-lg-12 {
  padding-left: 80px;
  padding-right: 80px;
}

.case-study {
  padding-top: 100px;
  padding-bottom: 100px;
}
.case-study .case-title-wrapper {
  display: flex;
  align-items: center;
}
.case-study .case-title-wrapper .case-arrow {
  width: 25%;
  max-width: 200px;
}
.case-study .case-title-wrapper .case-arrow2 {
  width: 60px;
}
.case-study .case-title-wrapper .case-title2 {
  width: calc(100% - 62px);
  color: #B51B36;
}
.case-study .case-title-wrapper .case-title {
  width: 74%;
  padding-left: 20px;
  margin-bottom: 20px;
}
.case-study .case-title-wrapper .case-title h3, .case-study .case-title-wrapper .case-title h2 {
  margin: 0;
}

.tab-pane {
  text-align: left;
  color: #000;
  font-size: 14px;
  font-weight: normal;
  line-height: initial;
}

.case-icon {
  height: 120px;
  margin-bottom: 20px;
}

.quote-wrapper {
  color: #3E9994;
  font-style: italic;
}
.quote-wrapper .quote-content {
  font-weight: bold;
  font-size: 18px;
  font-style: italic;
  color: #fff;
  margin-bottom: 0;
  font-kerning: none;
  -webkit-text-rendering: optimizeSpeed;
  text-rendering: optimizeSpeed;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.quote-wrapper .quote-content div {
  display: inline-block !important;
  background: #3E9994;
  padding-right: 5px;
  margin-left: -6px;
}

.infographic {
  text-align: center;
  margin-bottom: 30px;
}

.info-caption {
  text-align: center;
  color: #3E9994;
  font-weight: bold;
}

.graphic-text {
  font-weight: bold;
  font-size: 28px;
  color: #B51B36;
  margin: 40px 0;
}

.spacer {
  height: 220px;
}

.spacer1 {
  height: 120px;
}

.spacer2 {
  height: 80px;
}

.spacer3 {
  height: 40px;
}

.btn {
  margin-bottom: 20px;
}

.container {
  max-width: 100%;
  width: 100%;
  padding: 0 100px;
}

.portrait-image {
  max-width: 400px;
  margin-bottom: 20px;
}

.landscape-image {
  max-width: 100%;
  margin-bottom: 20px;
}

.path-graphic {
  display: block;
  width: 59%;
  padding: 0 30px;
  float: left;
}

.path-content {
  display: block;
  width: 40%;
  float: left;
}

.contents-list {
  list-style: none;
  padding-left: 50px;
}
.contents-list .contents-number {
  font-size: 60px;
  width: 50px;
  display: inline-block;
  margin-left: -50px;
}
.contents-list span {
  display: inline-block;
}
.contents-list span:not(.contents-number) {
  vertical-align: text-top;
}
.contents-list .contents-1 .contents-number {
  color: #132048;
}
.contents-list .contents-2 .contents-number {
  color: #a42036;
}
.contents-list .contents-3 .contents-number {
  color: #b68d2e;
}
.contents-list .contents-4 .contents-number {
  color: #75246c;
}
.contents-list .contents-5 .contents-number {
  color: #1d988c;
}
.contents-list .contents-6 .contents-number {
  color: #406dab;
}
.contents-list .contents-7 .contents-number {
  color: #03793e;
}
.contents-list li {
  font-size: 26px;
  margin-bottom: 10px;
  font-family: "poppins", sans-serif;
  font-weight: bold;
  font-weight: 600;
}
.contents-list li a:hover {
  text-decoration: none;
  opacity: 0.9;
}
.contents-list .sub-contents {
  list-style: none;
}
.contents-list .sub-contents li {
  font-size: 1.4rem;
}

.timeline-outer {
  overflow-x: hidden;
  overflow-y: visible;
  padding-top: 350px;
  ms-touch-action: none;
}
.timeline-outer .timeline-hint {
  color: #555;
  font-size: 16px;
  font-style: italic;
  position: absolute;
  top: 100px;
  left: 80px;
}

.timeline-wrapper {
  width: 6500px;
  display: flex;
  position: relative;
  height: 300px;
  cursor: grab;
  padding-right: 120px;
  ms-touch-action: none;
}
.timeline-wrapper:active {
  cursor: grabbing;
}

.year-line {
  width: 5000px;
  display: inline-block;
  background: #00173A;
  color: #fff;
  font-weight: bold;
  font-size: 40px;
  line-height: 28px;
  height: 28px;
  font-family: "poppins", sans-serif;
  padding-left: 20px;
  overflow: hidden;
  position: absolute;
  z-index: 9;
}
.year-line::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background: #fff;
  transform: rotate(45deg);
  position: absolute;
  left: -10px;
  top: 4px;
}
.year-line::after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background: #00173A;
  transform: rotate(45deg);
  position: absolute;
  right: 4px;
  top: 4px;
}
.year-line span::after {
  content: "";
  display: inline-block;
  background: #fff;
  position: absolute;
  right: 0;
  height: 28px;
  width: 14px;
}

.year-2019 {
  background: repeating-linear-gradient(45deg, #00173A, #00173A 10px, #2b374b 10px, #2b374b 20px);
  width: 46%;
  left: 0;
}

.year-2020 {
  background: repeating-linear-gradient(45deg, #24635b, #24635b 10px, #338580 10px, #338580 20px);
  width: 130%;
  left: 46%;
}
.year-2020::after {
  background: #338580;
}

.timeline-item-outer {
  display: inline-table;
}

.timeline-item {
  width: 320px;
  position: relative;
  margin: 0 20px;
  border-left: 1px solid #00173A;
  display: table;
  min-height: 48%;
  padding: 0 8px;
}
.timeline-item .timeline-date {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 6px;
}
.timeline-item .timeline-text {
  font-size: 14px;
}

.timeline-item[data-year="2019"] {
  border-color: #00173A;
}
.timeline-item[data-year="2019"] .timeline-date {
  color: #00173A;
}

.timeline-item[data-year="2020"] {
  border-color: #338580;
}
.timeline-item[data-year="2020"] .timeline-date {
  color: #338580;
}

.timeline-item-outer:nth-of-type(even) {
  margin-left: -100px;
  margin-top: 14px;
}
.timeline-item-outer:nth-of-type(even) .timeline-item {
  padding-top: 28px;
}
.timeline-item-outer:nth-of-type(even) .timeline-text {
  margin: 0;
}

.timeline-item-outer:nth-of-type(odd) {
  transform: translateY(-98%);
}

.slider-outer {
  overflow-x: hidden;
  overflow-y: visible;
  padding-top: 40px;
  ms-touch-action: none;
}
.slider-outer .slider-hint {
  color: #555;
  font-size: 16px;
  font-style: italic;
  position: absolute;
  top: 100px;
  left: 80px;
}

.slider-wrapper {
  width: 8000px;
  display: flex;
  position: relative;
  height: 440px;
  cursor: grab;
  padding-right: 120px;
  ms-touch-action: none;
}
.slider-wrapper:active {
  cursor: grabbing;
}

.chap-one-item {
  width: 200px;
  float: left;
  margin-right: 30px;
  text-align: center;
}

#chapter-one-slider .slider-wrapper {
  width: 2200px;
}

#chapter-one-slider-2 .slider-wrapper {
  width: 600px;
  height: 400px;
}

.chapter-one-item h4 {
  margin-bottom: 0;
  font-size: 20px;
}

.tpl-progress-alt {
  background-color: transparent;
}
.tpl-progress-alt .progress-bar {
  background-color: #b51b36 !important;
}

.cat-stats .stat {
  margin-top: 0;
}

#response-timeline .timeline-item:not(.empty) {
  margin-bottom: 40px;
}
#response-timeline .timeline-item:nth-of-type(even) {
  margin-left: calc( 46% - 400px);
}
#response-timeline .timeline-item:nth-of-type(even) .line {
  left: calc(100% + 20px);
}
#response-timeline .timeline-item:nth-of-type(odd) {
  margin-left: 54%;
}
#response-timeline .timeline-item:nth-of-type(odd) .line {
  right: calc(100% + 20px);
}
#response-timeline .line {
  width: 150px;
  position: absolute;
  bottom: -30px;
}

.boxed-content {
  background: #E7EAED;
  padding: 32px 16px;
}
.boxed-content p {
  margin-bottom: 0;
}

.accordion dt a {
  border-color: #2b70b9 !important;
  color: #2b70b9 !important;
}
.accordion dt a::after {
  color: #2b70b9 !important;
}

.accordion dd {
  color: #000;
}

#transform-landscape img {
  max-width: 100% !important;
  width: 100% !important;
  transform-origin: bottom;
  transform: scaleY(0);
  transition: transform 0.8s ease-out;
}

#transform-landscape.animate-landscape img {
  transform: scaleY(1);
}

.map-image {
  max-width: 130% !important;
  width: 130% !important;
  margin-left: -25% !important;
}

.data-table {
  border: 1px solid rgba(182, 141, 46, 0.71);
  border-radius: 3px;
}
.data-table th {
  padding: 4px 6px;
  border: 1px solid rgba(182, 141, 46, 0.71);
  border-bottom: 2px solid rgba(182, 141, 46, 0.71);
  vertical-align: bottom;
}
.data-table td {
  padding: 4px 6px;
  border: 1px solid rgba(182, 141, 46, 0.71);
}
.data-table tr:nth-child(even) {
  background: #eff2f5;
}
.data-table table {
  border-collapse: collapse;
}
.data-table table tr:first-child th {
  border-top: 0;
}
.data-table table tr td:first-child,
.data-table table tr th:first-child {
  border-left: 0;
}
.data-table table tr:last-child td {
  border-bottom: 0;
}
.data-table table tr td:last-child,
.data-table table tr th:last-child {
  border-right: 0;
}

#sec5-body .accordion dt a {
  border-color: #75246C !important;
  color: #75246C !important;
}
#sec5-body .accordion dt a::after {
  color: #75246C !important;
}

#sec6-body .accordion dt a {
  border-color: #1D988C !important;
  color: #1D988C !important;
}
#sec6-body .accordion dt a::after {
  color: #1D988C !important;
}

.image-5g {
  width: 50vw;
  position: absolute;
  right: -4vw;
  z-index: -1;
}

.timeline-top {
  border-top: 2px solid #000000;
}

.years {
  height: 440px;
  position: relative;
}

.years-bug {
  width: 1000px;
  position: absolute;
  left: 50%;
  bottom: -73px;
  transform: translateX(-50%);
}

.years.start .years-container {
  animation: 120s timelineScroll linear infinite alternate;
}

.msie .years-container {
  animation: 120s timelineScroll linear infinite alternate;
}

.years-container {
  position: absolute;
  left: -150px;
  width: 8470px;
  height: auto;
  display: flex;
  padding: 0 150px;
  border-bottom: 1px solid #000;
  animation: 120s timelineScroll linear infinite alternate;
}
.years-container .years-item {
  display: inline-block;
  width: 370px;
  height: 440px;
  border-left: 1px solid #000000;
  position: relative;
}
.years-container .years-item:after {
  content: "";
  width: 18px;
  height: 18px;
  background: #ffffff;
  border: 1px solid #000000;
  border-radius: 100%;
  position: absolute;
  bottom: -9px;
  left: -9px;
}
.years-container .years-item .year-inner {
  width: 100%;
  height: auto;
  padding-left: 10px;
  padding-right: 60px;
  border-left: 2px solid #000000;
}
.years-container .years-item .year-inner h3, .years-container .years-item .year-inner p {
  margin: 0 !important;
}

.partner-logos {
  text-align: center;
}
.partner-logos .col-sm-4:nth-child(4) {
  clear: left;
}
.partner-logos img {
  width: 200px;
  margin: 0 auto;
}

.cyber-aware-list {
  list-style: none;
}
.cyber-aware-list li {
  position: relative;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  padding-bottom: 32px;
}
.cyber-aware-list li::before {
  content: url(../../assets/icons/tick.svg);
  width: 35px;
  display: inline-block;
  position: absolute;
  left: -40px;
  top: -5px;
}

#footer {
  min-height: 100vh;
}

.footer-content {
  max-width: 700px;
}
.footer-content .title-logo {
  width: 400px;
  max-width: 100%;
  margin: 0 auto 30px;
}
.footer-content .final-cta {
  font-size: 30px;
}
.footer-content .final-cta p {
  margin-bottom: 30px;
}
.footer-content .title-button {
  margin: 0 auto 60px !important;
}
.footer-content .title-bottom {
  width: 290px;
  margin: 0 auto;
}
.footer-content .final-social {
  text-align: left;
  margin: 20px auto;
}
.footer-content .final-social img {
  width: 30px;
  margin-right: 10px;
}

.mobile-only {
  display: none;
}

.msie .title-page .vid, .mobile .title-page .vid {
  display: none !important;
}

.not-edge:not(.msie):not(.mobile) {
  display: block;
}

.media-title p {
  margin-bottom: 5px;
  height: 40px;
}

.btn-mobile {
  display: none !important;
}

.btn-desktop {
  display: inline-block !important;
}

@keyframes timelineScroll {
  from {
    left: -250px;
  }
  to {
    left: calc(-8700px + 100vw);
  }
}
@-ms-keyframes timelineScroll {
  from {
    left: -250px;
  }
  to {
    left: -7600px;
  }
}
.msie .sidebar-right.chapters {
  display: none !important;
}
.msie .title-arrow {
  height: 400px;
}

@media screen and (min-width: 1200px) {
  .container {
    width: 1600px;
    padding: 0 150px;
  }

  @keyframes timelineScroll {
    from {
      left: -150px;
    }
    to {
      left: calc(-8700px + 100vw);
    }
  }
  @-ms-keyframes timelineScroll {
    from {
      left: -150px;
    }
    to {
      left: -7600px;
    }
  }
}
@media screen and (max-height: 870px), (max-width: 962px) {
  #title-1 {
    background-position: bottom center !important;
  }

  .title-page {
    padding: 60px 0;
  }
  .title-page .title-content .title-logo {
    max-width: 360px;
    margin-bottom: 20px;
  }
  .title-page .title-content .title-button {
    margin-bottom: 20px;
  }
  .title-page .title-content .title-button a {
    font-size: 10px;
  }
  .title-page .title-content .title-stamp {
    max-width: 400px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 992px) {
  .hide-tablet {
    display: none;
  }

  #title-1 .container-fluid .col-md-6 {
    background-color: #fff;
    width: 100%;
    height: auto;
  }
  #title-1 .container-fluid .title-image {
    height: 800px;
  }

  .cyber-path .spacer2 {
    clear: both;
  }

  .passwords-text {
    font-size: 22px !important;
  }

  .tablet-only {
    display: initial;
  }

  .timeline-item {
    width: 300px;
  }
  .timeline-item:nth-of-type(even) {
    margin-left: calc(90% - 300px);
  }
  .timeline-item:nth-of-type(odd) {
    margin-left: 10%;
  }
  .timeline-item .timeline-image {
    max-width: 280px;
  }

  .timeline-year {
    font-size: 13rem;
  }

  .stat {
    margin-top: 30px;
    padding: 0;
  }
  .stat .count {
    font-size: 3rem;
  }

  .stat2 .number {
    font-size: 3rem;
  }

  .stat h4.number, .stat .count, .stat h3 {
    font-size: 3rem;
  }

  .what-next {
    clear: left;
  }

  .title-page {
    min-height: 25vh;
  }
  .title-page .title-content {
    background: rgba(255, 255, 255, 0.8);
  }

  .title-page .section-number span {
    font-size: 140px;
    line-height: 120px;
  }
  .title-page .section-number svg {
    width: 28px;
  }

  #title-2 .title-bottom, #title-3 .title-bottom, #title-4 .title-bottom, #title-5 .title-bottom {
    bottom: 30px;
  }

  .title-stamp {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  #title-1 {
    margin-top: 100px;
    z-index: 1;
    height: 90vw;
    background-position: right center !important;
  }
  #title-1 div {
    display: none;
  }

  .spacer3 {
    height: 20px;
  }

  .partner-logos .col-sm-4:nth-child(4) {
    clear: initial;
  }
  .partner-logos .col-sm-4:nth-child(odd) {
    clear: left;
  }

  .contents-list .arrow-link {
    display: none;
  }

  .decoded-col-desktop {
    display: none !important;
  }

  .decoded-col-mobile {
    display: block !important;
  }

  .btn-mobile {
    display: inline-block !important;
  }

  .btn-desktop {
    display: none !important;
  }

  .vid {
    display: none;
  }

  section[data-section-type=body] .container-fluid,
.off-canvas .container-fluid {
    max-width: 100%;
    padding: 0;
  }
  section[data-section-type=body] .container-fluid .col-xs-1, section[data-section-type=body] .container-fluid .col-sm-1, section[data-section-type=body] .container-fluid .col-md-1, section[data-section-type=body] .container-fluid .col-lg-1, section[data-section-type=body] .container-fluid .col-xs-2, section[data-section-type=body] .container-fluid .col-sm-2, section[data-section-type=body] .container-fluid .col-md-2, section[data-section-type=body] .container-fluid .col-lg-2, section[data-section-type=body] .container-fluid .col-xs-3, section[data-section-type=body] .container-fluid .col-sm-3, section[data-section-type=body] .container-fluid .col-md-3, section[data-section-type=body] .container-fluid .col-lg-3, section[data-section-type=body] .container-fluid .col-xs-4, section[data-section-type=body] .container-fluid .col-sm-4, section[data-section-type=body] .container-fluid .col-md-4, section[data-section-type=body] .container-fluid .col-lg-4, section[data-section-type=body] .container-fluid .col-xs-5, section[data-section-type=body] .container-fluid .col-sm-5, section[data-section-type=body] .container-fluid .col-md-5, section[data-section-type=body] .container-fluid .col-lg-5, section[data-section-type=body] .container-fluid .col-xs-6, section[data-section-type=body] .container-fluid .col-sm-6, section[data-section-type=body] .container-fluid .col-md-6, section[data-section-type=body] .container-fluid .col-lg-6, section[data-section-type=body] .container-fluid .col-xs-7, section[data-section-type=body] .container-fluid .col-sm-7, section[data-section-type=body] .container-fluid .col-md-7, section[data-section-type=body] .container-fluid .col-lg-7, section[data-section-type=body] .container-fluid .col-xs-8, section[data-section-type=body] .container-fluid .col-sm-8, section[data-section-type=body] .container-fluid .col-md-8, section[data-section-type=body] .container-fluid .col-lg-8, section[data-section-type=body] .container-fluid .col-xs-9, section[data-section-type=body] .container-fluid .col-sm-9, section[data-section-type=body] .container-fluid .col-md-9, section[data-section-type=body] .container-fluid .col-lg-9, section[data-section-type=body] .container-fluid .col-xs-10, section[data-section-type=body] .container-fluid .col-sm-10, section[data-section-type=body] .container-fluid .col-md-10, section[data-section-type=body] .container-fluid .col-lg-10, section[data-section-type=body] .container-fluid .col-xs-11, section[data-section-type=body] .container-fluid .col-sm-11, section[data-section-type=body] .container-fluid .col-md-11, section[data-section-type=body] .container-fluid .col-lg-11, section[data-section-type=body] .container-fluid .col-xs-12, section[data-section-type=body] .container-fluid .col-sm-12, section[data-section-type=body] .container-fluid .col-md-12, section[data-section-type=body] .container-fluid .col-lg-12,
.off-canvas .container-fluid .col-xs-1,
.off-canvas .container-fluid .col-sm-1,
.off-canvas .container-fluid .col-md-1,
.off-canvas .container-fluid .col-lg-1,
.off-canvas .container-fluid .col-xs-2,
.off-canvas .container-fluid .col-sm-2,
.off-canvas .container-fluid .col-md-2,
.off-canvas .container-fluid .col-lg-2,
.off-canvas .container-fluid .col-xs-3,
.off-canvas .container-fluid .col-sm-3,
.off-canvas .container-fluid .col-md-3,
.off-canvas .container-fluid .col-lg-3,
.off-canvas .container-fluid .col-xs-4,
.off-canvas .container-fluid .col-sm-4,
.off-canvas .container-fluid .col-md-4,
.off-canvas .container-fluid .col-lg-4,
.off-canvas .container-fluid .col-xs-5,
.off-canvas .container-fluid .col-sm-5,
.off-canvas .container-fluid .col-md-5,
.off-canvas .container-fluid .col-lg-5,
.off-canvas .container-fluid .col-xs-6,
.off-canvas .container-fluid .col-sm-6,
.off-canvas .container-fluid .col-md-6,
.off-canvas .container-fluid .col-lg-6,
.off-canvas .container-fluid .col-xs-7,
.off-canvas .container-fluid .col-sm-7,
.off-canvas .container-fluid .col-md-7,
.off-canvas .container-fluid .col-lg-7,
.off-canvas .container-fluid .col-xs-8,
.off-canvas .container-fluid .col-sm-8,
.off-canvas .container-fluid .col-md-8,
.off-canvas .container-fluid .col-lg-8,
.off-canvas .container-fluid .col-xs-9,
.off-canvas .container-fluid .col-sm-9,
.off-canvas .container-fluid .col-md-9,
.off-canvas .container-fluid .col-lg-9,
.off-canvas .container-fluid .col-xs-10,
.off-canvas .container-fluid .col-sm-10,
.off-canvas .container-fluid .col-md-10,
.off-canvas .container-fluid .col-lg-10,
.off-canvas .container-fluid .col-xs-11,
.off-canvas .container-fluid .col-sm-11,
.off-canvas .container-fluid .col-md-11,
.off-canvas .container-fluid .col-lg-11,
.off-canvas .container-fluid .col-xs-12,
.off-canvas .container-fluid .col-sm-12,
.off-canvas .container-fluid .col-md-12,
.off-canvas .container-fluid .col-lg-12 {
    padding-left: 40px;
    padding-right: 40px;
  }

  #off-canvas-password-game h2 {
    font-size: 22px;
  }
  #off-canvas-password-game .btn {
    padding: 7px 10px !important;
  }
  #off-canvas-password-game .ranking-no {
    height: 37px;
    width: 30px;
    font-size: 24px;
  }
  #off-canvas-password-game .ranking {
    height: 40px;
    border-bottom: 4px solid #ffffff;
    width: calc(100% - 50px);
    font-size: 22px;
  }
  #off-canvas-password-game .password-selection {
    height: 30px;
    width: 90% !important;
    font-size: 22px;
  }

  .title-page.section-start .title-content {
    padding: 0;
    background: transparent;
  }
  .title-page.section-start .title-content .section-number,
.title-page.section-start .title-content .section-number span {
    font-size: 80px;
    line-height: 80px;
  }
  .title-page.section-start .title-content .section-title,
.title-page.section-start .title-content .title-summary {
    display: none;
  }

  .quote-wrapper .quote-content {
    font-size: 16px;
  }

  #title-1 .container-fluid .col-md-6 {
    background-color: #fff;
    width: 100%;
    height: auto;
  }
  #title-1 .container-fluid .title-image {
    height: 400px;
  }

  .timeline-outer {
    padding-top: 240px;
  }
  .timeline-outer .timeline-hint {
    position: absolute;
    top: 0;
    left: 40px;
  }

  .timeline-wrapper {
    width: 5630px;
  }

  .container-fluid {
    padding: 0 20px;
  }

  .graphic-text {
    font-size: 16px;
  }

  .path-graphic,
.path-content {
    width: 100%;
  }

  .container {
    padding: 0 20px;
  }

  .sidebar-left.share {
    left: -60px;
  }

  .sidebar-right.chapters {
    display: none !important;
    right: -80px;
  }

  .contents-list li {
    font-size: 18px;
  }

  .spacer {
    height: 50px;
  }

  .spacer2 {
    height: 30px;
  }

  .progress {
    margin-bottom: 20px;
  }

  .section-title {
    font-size: 2.4rem;
  }

  #response-timeline .timeline-item:nth-of-type(even) {
    margin-left: calc(90% - 300px);
  }
  #response-timeline .timeline-item:nth-of-type(odd) {
    margin-left: 10%;
  }
  #response-timeline .line {
    display: none;
  }

  #transform-landscape img {
    transform: scaleY(1);
  }

  .years {
    height: 280px;
  }

  .years-container .years-item {
    height: 280px;
  }

  #footer {
    background-position: center;
    height: auto;
    max-height: none;
  }
  #footer .title-page .title-content .title-logo {
    max-width: 200px;
  }
  #footer .title-content {
    display: block;
  }
  #footer .final-social {
    display: inline-block;
  }
  #footer .social-text {
    display: none;
  }
  #footer .title-bottom {
    text-align: center;
    width: 100%;
    white-space: normal;
  }

  .title-page.section-start .main-title {
    display: none;
  }
  .title-page.section-start .section-number span {
    font-size: 160px;
    line-height: 140px;
  }
  .title-page.section-start .section-number svg {
    width: 20px;
  }
  .title-page.section-start .local-scroll {
    display: none;
  }

  .mobile-only {
    display: initial;
  }
  .mobile-only .main-title {
    font-size: 36px !important;
    line-height: 1em;
    margin-bottom: 20px;
  }

  .vimeo-wrapper {
    max-width: 100%;
  }
  .vimeo-wrapper iframe {
    width: 100%;
    height: auto;
  }

  .main-nav {
    height: 100px !important;
  }
  .main-nav .nav-logo-wrap {
    margin-right: 10px;
  }
  .main-nav .logo {
    height: 40px !important;
    max-width: 120px;
  }
  .main-nav .main-nav .hamburger {
    height: 40px;
    width: 40px;
  }

  .btn:not(.download-main) {
    padding: 10px 20px !important;
    letter-spacing: 0;
  }

  .inner-nav ul li a.download-main {
    font-size: 10px;
    height: 34px !important;
    line-height: 34px !important;
    padding: 0 5px;
    letter-spacing: 0;
    margin-right: 10px;
    margin-top: 3px;
  }

  .image-5g {
    width: 80vw;
    position: absolute;
    right: 0;
  }

  .main-nav:not(.small-height) .nav-logo-wrap {
    margin-top: 0 !important;
    margin-left: 0 !important;
  }
  .main-nav:not(.small-height) .nav-logo-wrap .logo {
    height: 40px !important;
    max-width: 120px !important;
  }
  .main-nav:not(.small-height) .nav-logo-wrap .logo img {
    width: 100% !important;
  }
}

/*# sourceMappingURL=custom.css.map */
