[data-theme="light"] {
  --color-bg: #ffffff;
  --color-fg: #012366;
  --color-accent: #0072c3;
  --color-title: #0072c3;
  --color-txt: #697077;
  --color-timeline: #C1C7CD;
  --color-gradient: #0072c3;
}

[data-theme="dark"] {
  --color-bg: #012366;
  --color-fg: #ffffff;
  --color-accent: #f3c91e;
  --color-title: #ffffff;
  --color-txt: #ffffff;
  --color-timeline: #0072CE;
  --color-gradient: #FF7EB6;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

html[data-theme="light"] body:before {
  opacity: .4;
}

body {
  font-family: "Roboto", sans-serif;
  background-color: var(--color-bg);
  color: var(--color-fg);
  margin: 0;
}

#star {
  position: fixed;
  right: -8%;
  width: 30%;
  height: 80vh;
  top: 10vh;
  overflow: hidden;
}

#star img {
  width: auto;
  height: 100%;
  position: relative;
  display: block;
  transition: all ease .1s;
}

button {
  font-size: 16px;
  font-weight: bold;
  padding: 14px 20px;
  transition: all var(--global-transition-time) ease-in-out;
  border-radius: 5px;
  cursor: pointer;
  color: #0d3868;
  background-color: #ffcf31;
  position: relative;
  top: 18px;
  right: 15px;
  font-family: "Roboto", sans-serif;
  border: none;
  transition: all ease .5s;
  float:right;
  z-index: 99;
}

button:hover {
  background: #ecaf06;
}

.awsm-timeline *,
.awsm-timeline *::after,
.awsm-timeline *::before,
.awsm-timeline,
.awsm-timeline::after,
.awsm-timeline::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.explore {
  position: absolute;
  top: 250px;
  z-index: 9999;
  left: 1.7%;
  width: 4%;
  opacity: 0;
  transition: opacity .5s linear 1s;
}

.loaded .explore {
  opacity: 1;
}

.scroll-explore {
  writing-mode: vertical-rl;
  text-orientation: mixed;
  color: #FFFFFF;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  white-space: nowrap;
  transform: rotate(180deg);
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 2.3px;
}

html[data-theme="light"] .scroll-explore {
  color: #0072c3;
}

.loaded.c-scrolldown {
  width: 1px;
  height: 60px;
  position: absolute;
  top: 188px;
  left: 8px;
  right: auto;
  margin: 0 auto;
  overflow: hidden;
}

.loaded.c-scrolldown .c-line {
  width: 100%;
  height: 100%;
  display: block;
  background: linear-gradient(to bottom, #FEC62B 50%, rgba(255, 255, 255, 0) 50%);
  background-position: 0 -60px;
  background-size: 100% 200%;
  animation: scrolldown 2.2s cubic-bezier(0.76, 0, 0.3, 1) forwards infinite;
}

@keyframes scrolldown {
  0% {
    background-position: 0 -60px;
  }

  75% {
    background-position: 0 0;
  }

  100% {
    background-position: 0 60px;
  }
}

.awsm-timeline img {
  max-width: 100%;
  height: auto;
}

.awsm-container {
  padding: 45px 0 100px;
  overflow: hidden;
  clear: both;
}

.awsm-container:after {
  content: "";
  position: fixed;
  left: 0;
  top: 0;
  width: 4%;
  height: 0;
  transition: height 1s;
  -webkit-transition: height 1s;
  -moz-transition: height 1s;
  -o-transition: height 1s;
  z-index: 999;
  display: block;
  background-color: transparent;
  background-image: linear-gradient(180deg, #011CB100 1%, #03C9EB 50%, #011CB100 100%);
}

.loaded .awsm-container:after {
  height: 100vh;
  -webkit-transition-delay: .6s;
  -moz-transition-delay: .5s;
  transition-delay: .5s;
  -o-transition-delay: .5s;
}


/* -------------------------------- 

Main components 

-------------------------------- */

.awsm-timeline,
.awsm-timeline-block {
  position: relative;
  overflow: hidden;
}

.awsm-timeline-block {
  height: auto;
  min-height: 80vh;
}

.awsm-right-align {
  text-align: right;
}

.awsm-timeline-block:last-child .timeline-wrapper {
  padding-bottom: 0;
}

.timeline-wrapper {
  position: relative;
  min-height: 16px;
  padding-left: 50px;
  padding-right: 35px;
  max-width: 1200px;
  margin: 0 auto;
  z-index: 2;
  display: flex;
  height: 100%;
  padding-bottom: 12em;
  margin-bottom: 12em;
}

.awsm-timeline-block:last-child .awsm-image {
  padding-block: 0;
}

.timeline-wrapper:before,
.timeline-wrapper:after {
  content: "";
  position: absolute;
  height: 130px;
  left: 290px;
  top: 0;
}

.timeline-wrapper:after {
  top: 280px;
  bottom: 0;
  height: 130%;
}

.awsm-timeline-block:last-child .timeline-wrapper::before {
  height: 100px;
}

.awsm-right-align .timeline-wrapper::before {
  right: 0;
  left: auto !important;
  margin-left: 0 !important;
}

.awsm-timeline-img {
  position: absolute;
  min-width: 1px;
  min-height: 1px;
  left: 278px;
  width: 20px;
  height: 118px;
  margin-left: 0;
  top: 110px;
  text-align: center;
}

.awsm-timeline-block:first-child .awsm-timeline-img {
  top: -15px;
}

.awsm-timeline-img {
  display: none;
}

.awsm-image {
  position: absolute;
  width: 82%;
  left: 0;
  top: 0;
  opacity: 0;
  transform: scale(.8) translateX(-55%);
  transition: ease all 2s;
  height: 100%;
  padding-bottom: 10em;
}

html[data-theme="light"] .awsm-image:after {
  content: "";
  position: absolute;
  top: 0;
  right: -1px;
  left: auto;
  height: 100%;
  width: 80%;
  background: rgb(255, 255, 255);
  background: -moz-linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
  background: -webkit-linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#ffffff", GradientType=1);
}

html[data-theme="light"] .awsm-image img {
  filter: grayscale(100%);
}

html[data-theme="dark"] .awsm-image:after {
  content: "";
  position: absolute;
  top: 0;
  right: -1px;
  left: auto;
  height: 100%;
  width: 80%;
  background: rgb(1, 35, 102);
  background: -moz-linear-gradient(90deg, rgba(1, 35, 102, 0) 0%, rgba(1, 35, 102, 1) 100%);
  background: -webkit-linear-gradient(90deg, rgba(1, 35, 102, 0) 0%, rgba(1, 35, 102, 1) 100%);
  background: linear-gradient(90deg, rgba(1, 35, 102, 0) 0%, rgba(1, 35, 102, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#012366", endColorstr="#012366", GradientType=1);
}

.active .awsm-image,
.first .awsm-image {
  transform: scale(1.06) translateX(7.4%);
  opacity: .15;
}

html[data-theme="dark"] .active .awsm-image,
html[data-theme="dark"] .first .awsm-image {
  opacity: .18;
}

html[data-theme="light"] .active .awsm-image,
html[data-theme="light"] .first .awsm-image {
  opacity: .25;
}

.awsm-image img {
  opacity: 0;
  transition: all ease .3s;
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.active .awsm-image img,
.first .awsm-image img {
  opacity: 1;
}

.awsm-right-align .awsm-timeline-img {
  margin-left: 0 !important;
  left: auto !important;
  right: 0;
}

.awsm-last-empty-item .awsm-timeline-img span {
  vertical-align: top;
}

.awsm-timeline-content-inner {
  position: relative;
  margin-top: 160px;
}

.awsm-date {
  display: block;
}

.cssanimations .awsm-timeline-content.is-hidden {
  visibility: hidden;
}

.cssanimations .awsm-timeline-content.animated {
  visibility: visible;
}

@media only screen and (min-width:679px) {

  .awsm-date-opposite.awsm-alternate {
    margin: 0;
  }

  .awsm-timeline.awsm-alternate.awsm-left-align .awsm-timeline-content,
  .awsm-timeline.awsm-date-opposite.awsm-left-align .awsm-timeline-content,
  .awsm-timeline.awsm-alternate.awsm-right-align .awsm-timeline-content,
  .awsm-timeline.awsm-date-opposite.awsm-right-align .awsm-timeline-content {
    width: 100%;
  }

  .awsm-date-opposite .awsm-date {
    position: absolute;
    top: 0;
    text-align: right;
  }

  .awsm-alternate .timeline-wrapper.awsm-odd-item .awsm-timeline-content,
  .awsm-alternate.awsm-date-opposite .timeline-wrapper.awsm-even-item .awsm-date,
  .awsm-date-opposite.awsm-left-align .awsm-date,
  .awsm-right-align {
    text-align: right;
  }

  .awsm-alternate.awsm-date-opposite .timeline-wrapper.awsm-odd-item .awsm-timeline-content .awsm-date,
  .awsm-date-opposite.awsm-right-align .awsm-date {
    text-align: left;
  }

}

@media only screen and (max-width:678px) {
  .awsm-timeline {
    margin-left: 20px;
  }

  .awsm-timeline.awsm-right-align,
  .awsm-timeline.awsm-responsive-right {
    margin-right: 20px;
    margin-left: 0;
  }

  .awsm-responsive-right .timeline-wrapper::before,
  .awsm-responsive-right .timeline-wrapper::after {
    right: auto;
    left: 85px !important;
    margin-left: 0 !important;
  }

  .awsm-responsive-right {
    text-align: right;
  }

  .awsm-date {
    margin-bottom: 10px;
  }
}

/*-------- Type- 01 ------*/

.awsm-timeline-style-2 {
  color: #000;
}

.awsm-timeline-style-2 .timeline-wrapper:before,
.awsm-timeline-style-2 .timeline-wrapper:after {
  width: 1px;
  background: var(--color-timeline);
  margin-left: -1px;
}

.awsm-timeline-style-2.awsm-right-align .timeline-wrapper:before {
  margin-right: -1px;
}

.awsm-timeline-block:first-child .timeline-wrapper {}

/* .awsm-timeline-block:after {
content: "";
height: 30%;
width: 100%;
position: absolute;
bottom: 0;
}
html[data-theme="light"] .awsm-timeline-block:after {
background: rgb(255,255,255);
background: -moz-linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(238,238,238,.75) 100%);
background: -webkit-linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(238,238,238,.75) 100%);
background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(238,238,238,.75) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#eeeeee",GradientType=1);
}

html[data-theme="dark"] .awsm-timeline-block:after {
background: rgb(0,0,0);
background: -moz-linear-gradient(0deg, rgba(0, 0, 0, .35) 0%, rgba(0, 0, 0, 0) 89%);
background: -webkit-linear-gradient(0deg, rgba(0, 0, 0, .35) 0%, rgba(0, 0, 0, 0) 89%);
background: linear-gradient(0deg, rgba(0, 0, 0, .35) 0%, rgba(0, 0, 0, 0) 89%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#061727",endColorstr="#061727",GradientType=1);
}
*/



.awsm-timeline-style-2.awsm-right-align .awsm-timeline-img {
  margin-right: -18px;
}

.awsm-timeline-style-2 .awsm-timeline-img span {
  display: block;
  padding: 0;
  background: var(--color-bg);
  width: 20px;
  height: 118px;
}

.awsm-timeline-style-2 .awsm-timeline-content {
  padding-left: 6em;
  max-width: 700px;
  margin-left: 290px;
}

.awsm-timeline-style-2 .awsm-date {
  font-weight: 100;
  font-size: 8em;
  margin-bottom: 10px;
  color: var(--color-accent);
  line-height: 30px;
}

/*.awsm-timeline-style-2 .active .awsm-date {
  background: -webkit-linear-gradient(var(--color-accent), var(--color-gradient));
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}*/

.awsm-timeline-style-2 h2 {
  font-size: 50px;
  margin: 20px 0;
  font-weight: 700;
  color: var(--color-title);
  font-family: "Source Sans 3", sans-serif;
  letter-spacing: -1px;
  line-height: 1.1em;
}

.awsm-date-opposite.awsm-timeline-style-2 h2 {
  margin-top: 0;
}

.timeline-wrapper h3 {
  color: var(--color-accent);
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: .75px;
  font-size: 22px;
}

.awsm-timeline-style-2 p {
  margin: 0;
  font-family: "Source Sans 3", sans-serif;
  color: var(--color-txt);
  font-size: 17px;
  line-height: 28px;
}

.awsm-timeline-style-2 .awsm-labels span {
  position: relative;
  left: -36px;
  background: #e6e6e6;
  color: #000;
  padding: 8px 20px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

.awsm-timeline-style-2.awsm-right-align .awsm-labels span {
  left: auto;
  right: -36px;
}

/*---------- Responsive ------------*/


@media only screen and (min-width:679px) {
  .awsm-timeline-style-2.awsm-alternate .awsm-timeline-content {
    width: calc(50% - 32px);
  }

  .awsm-timeline-style-2.awsm-date-opposite .awsm-date {
    left: -392px;
    line-height: 1.2em;
    width: 280px;
    top: -31px;
  }

  .awsm-timeline-style-2.awsm-date-opposite.awsm-right-align .awsm-date,
  .awsm-timeline-style-2.awsm-date-opposite.awsm-alternate .timeline-wrapper.awsm-odd-item .awsm-date {
    right: -225px;
    left: auto;
    text-align: left;
  }
}

@media only screen and (min-width:1100px) {
  /* .timeline-wrapper {
    height: 70vh;
    min-height: 1090px;
} */
}

@media only screen and (max-width:1260px) {
  .timeline-wrapper {
    padding-left: 80px;
  }

  .timeline-wrapper:before,
  .timeline-wrapper:after {
    left: 320px;
  }

  .awsm-container:after {
    width: 4.6%;
  }

  .active .awsm-image,
  .first .awsm-image {
    transform: scale(1.06) translateX(8.1%);
  }
}

@media only screen and (max-width:1099px) {
  .timeline-wrapper {

    min-height: auto;
    padding-bottom: 8em;
    margin-bottom: 8em;
  }

  .timeline-wrapper:before,
  .timeline-wrapper:after {
    height: 54px;
    left: 288px;
  }

  .timeline-wrapper:after {
    height: 100%;
    top: 185px;
  }

  .awsm-timeline-style-2 h2 {
    font-size: 40px;
  }

  .timeline-wrapper h3 {
    font-size: 18px;
  }

  .awsm-timeline-content-inner {
    margin-top: 80px;
  }

  .awsm-timeline-style-2 .awsm-timeline-content {
    width: 480px;
    margin-left: 235px;
  }

  .awsm-timeline-style-2 .awsm-date,
  .awsm-timeline-style-2.awsm-date-opposite .awsm-date {
    font-size: 6em;
    left: -346px;
    top: -19px;
  }

  .awsm-image {
    height: 100%;
  }
}

@media only screen and (max-width:1023px) {
  #star {
    display: none;
  }

  .awsm-timeline-style-2 .awsm-timeline-content {
    padding-left: 4em;
  }

}

@media only screen and (max-width:767px) {
  .explore {
    display: none;
  }
}

@media only screen and (max-width:678px) {
  .awsm-timeline-style-2.awsm-responsive-right .timeline-wrapper::before {
    margin-right: -1px;
  }

  .awsm-timeline-style-2.awsm-responsive-right .awsm-labels span {
    left: auto;
    right: auto;
    height: 98px;
  }

  .awsm-timeline-style-2 .awsm-timeline-content {
    padding-left: 30px;
    max-width: 100%;
    margin-left: 0;
    text-align: left;
  }

  .awsm-timeline-style-2.awsm-date-opposite .awsm-date {
    left: -45px;
    position: absolute;
    line-height: 1.2em;
    width: 280px;
    top: -85px;
    font-size: 70px;
  }

  .awsm-timeline-img {
    position: absolute;
    min-width: 1px;
    min-height: 1px;
    left: 33px;
    width: 20px;
    height: 98px;
    margin-left: 0;
    top: 30px;
    text-align: center;
  }

  .timeline-wrapper h3 {
    font-size: 22px;
  }

  .awsm-timeline-style-2 h2 {
    font-size: 44px;
  }

  .awsm-timeline-block:first-child .awsm-timeline-img {
    top: -126px;
  }

  .awsm-container {
    padding-top: 140px;
  }

  .timeline-wrapper {
    padding-top: 50px;
    padding-bottom: 50px;
    margin-bottom: 7em;
  }

  .timeline-wrapper:before,
  .timeline-wrapper:after {
    height: 40px;
  }

  .timeline-wrapper:after {
    height: 100%;
  }

  .awsm-image {
    padding-bottom: 7em;
  }

  .timeline-wrapper:after {
    top: 133px;
  }
}

.footer {
  position: relative;
  z-index: 999;
}

.button.button--ultimenu {
  display: none !important;
}

@media (max-width: 950px) {
  .ultimenu--main {

  }
}

#branding .site-logo img {
  min-height: 5rem;
  max-width: 20rem;
  width: 100%;
  margin-left: 20px;
}

#site-header {
  z-index: 9999;
}