@keyframes animateBackground {
  0% {
    background-position: 0% 0%;
  }
  50% {
    background-position: 50% 100%;
  }
  100% {
    background-position: 0% 0%;
  }
}
@keyframes slideInHeader {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: none;
  }
}
@font-face {
  font-family: "Barlow Regular";
  src: url(../assets/fonts/Barlow/Barlow-Regular.ttf);
}
@font-face {
  font-family: "Barlow Bold";
  src: url(../assets/fonts/Barlow/Barlow-Bold.ttf);
}
@font-face {
  font-family: "Barlow Semi Condensed Regular";
  src: url(../assets/fonts/Barlow/BarlowSemiCondensed-Regular.ttf);
}
@font-face {
  font-family: "Barlow Semi Condensed Bold";
  src: url(../assets/fonts/Barlow/BarlowSemiCondensed-Bold.ttf);
}
@font-face {
  font-family: "Barlow Semi Condensed Extra Light";
  src: url(../assets/fonts/Barlow/BarlowSemiCondensed-ExtraLight.ttf);
}
@font-face {
  font-family: "Barlow Condensed Regular";
  src: url(../assets/fonts/Barlow/BarlowCondensed-Regular.ttf);
}
@font-face {
  font-family: "Barlow Condensed Bold";
  src: url(../assets/fonts/Barlow/BarlowCondensed-Bold.ttf);
}
@font-face {
  font-family: "Barlow Condensed Extra Light";
  src: url(../assets/fonts/Barlow/BarlowCondensed-ExtraLight.ttf);
}
@font-face {
  font-family: "Barlow Medium";
  src: url(../assets/fonts/Barlow/BarlowMedium.ttf);
}
body {
  background: #000;
  color: #fff;
  font-family: "Barlow Regular";
}
body p {
  font-size: 18px;
  line-height: 24px;
}
body .large-text,
body .large-text p {
  font-size: 24px;
  line-height: 32px;
}
@media screen and (max-width: 999px) {
  body .large-text,
body .large-text p {
    font-size: 18px;
    line-height: 24px;
  }
}
body .small-text {
  font-size: 16px;
  line-height: 24px;
}
@media screen and (max-width: 999px) {
  body .small-text {
    font-size: 16px;
    line-height: 24px;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.mobile {
  display: none;
}
@media screen and (max-width: 999px) {
  .mobile {
    display: block;
  }
}

.desktop {
  display: block;
}
@media screen and (max-width: 999px) {
  .desktop {
    display: none;
  }
}

.screen-reader-text {
  color: #fff;
}

hr,
.wp-block-separator {
  background-color: rgba(255, 255, 255, 0.3);
  height: 1px;
  border: none;
}

.no-margin {
  margin: 0 !important;
}

.no-margin-top {
  margin-top: 0 !important;
}

.no-margin-bottom {
  margin-bottom: 0 !important;
}

.no-margin-left {
  margin-left: 0 !important;
}

.no-margin-right {
  margin-right: 0 !important;
}

a {
  color: #00B8FF;
}
a:visited, a:active {
  color: #A2DFF5;
}
a:hover {
  color: #6AD0F7;
}

.uppercase {
  text-transform: uppercase;
}

.text-outline {
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 2px #fff;
}
@media screen and (max-width: 767px) {
  .text-outline {
    -webkit-text-stroke: 1px #fff;
  }
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4 {
  font-family: "Barlow Regular", Arial;
  color: #00B8FF;
  margin: 0;
  font-weight: normal;
  margin-bottom: 24px;
}

h1, .h1 {
  font-size: 60px;
  line-height: 64px;
  font-size: clamp(36px, calc(0rem + 6vw), 60px);
  line-height: clamp(42px, 1.25em, 64px);
}
@media screen and (max-width: 999px) {
  h1, .h1 {
    font-size: 36px;
    line-height: 42px;
    font-size: clamp(36px, calc(0rem + 6vw), 60px);
    line-height: clamp(42px, 1.15em, 64px);
  }
}

h2, .h2 {
  font-size: 50px;
  line-height: 54px;
  font-size: clamp(24px, calc(-1.5rem + 6.5vw), 50px);
  line-height: clamp(32px, 1.33em, 54px);
}
@media screen and (max-width: 999px) {
  h2, .h2 {
    font-size: 24px;
    line-height: 32px;
    font-size: clamp(24px, calc(-1.5rem + 6.5vw), 50px);
    line-height: clamp(32px, 1.33em, 54px);
  }
}
h2.section-heading, .h2.section-heading {
  font-size: 44px;
  line-height: 50px;
  font-size: clamp(24px, calc(-0.6rem + 5vw), 44px);
  line-height: clamp(32px, 1.33em, 50px);
}
@media screen and (max-width: 999px) {
  h2.section-heading, .h2.section-heading {
    font-size: 24px;
    line-height: 32px;
    font-size: clamp(24px, calc(-0.6rem + 5vw), 44px);
    line-height: clamp(32px, 1.33em, 50px);
  }
}

h3, .h3 {
  color: #fff;
  font-size: 36px;
  line-height: 42px;
  font-size: clamp(24px, calc(0.6rem + 3vw), 36px);
  line-height: clamp(32px, 1.33em, 42px);
}
@media screen and (max-width: 999px) {
  h3, .h3 {
    font-size: 24px;
    line-height: 32px;
    font-size: clamp(24px, calc(0.6rem + 3vw), 36px);
    line-height: clamp(32px, 1.33em, 42px);
  }
}

h4, .h4 {
  color: #fff;
  font-size: 24px;
  line-height: 32px;
  font-family: "Barlow Medium";
  font-size: clamp(18px, calc(0.9rem + 1.5vw), 24px);
  line-height: clamp(24px, 1.33em, 32px);
}
@media screen and (max-width: 999px) {
  h4, .h4 {
    font-size: 18px;
    line-height: 24px;
    font-size: clamp(18px, calc(0.9rem + 1.5vw), 24px);
    line-height: clamp(24px, 1.33em, 32px);
  }
}

h5, .h5 {
  color: #fff;
  font-size: 18px;
  line-height: 24px;
  font-family: "Barlow Bold";
  font-size: clamp(16px, calc(1.3rem + 0.5vw), 18px);
}
@media screen and (max-width: 999px) {
  h5, .h5 {
    font-size: 16px;
    font-size: clamp(16px, calc(1.3rem + 0.5vw), 18px);
  }
}

.section-inner,
.header-inner,
.page-section,
#site-content {
  width: calc(100% - 200px);
  max-width: 168rem;
}
@media screen and (max-width: 999px) {
  .section-inner,
.header-inner,
.page-section,
#site-content {
    width: calc(100% - 50px);
  }
}

.menu-modal {
  background-color: #020e22;
}
.menu-modal .mobile-menu {
  padding-top: 80px;
}
.menu-modal .menu-modal-inner {
  background-color: #020e22;
}
.menu-modal .menu-modal-inner .modal-menu {
  width: auto;
  position: static;
}
.menu-modal .menu-modal-inner .menu-item {
  display: flex;
  font-weight: normal;
  margin: 0;
  border: none;
  align-items: center;
  flex-wrap: nowrap;
  font-size: 24px;
  line-height: 26px;
}
.menu-modal .menu-modal-inner .menu-item a {
  font-family: "Barlow Condensed Regular";
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 0.36px;
  font-weight: normal;
  padding: 7.5px 0;
}
.menu-modal .menu-modal-inner .menu-item a[aria-current=page] {
  color: #FC5F42;
  font-weight: bold;
}
.menu-modal .menu-modal-inner .menu-item a:active {
  color: #A2DFF5;
}
.menu-modal .menu-modal-inner .menu-item .menu-item-number {
  width: 1em;
  margin-right: 0.3em;
  color: #FC5F42;
}

.page-heading {
  font-size: 60px;
  line-height: 64px;
  font-size: clamp(36px, calc(0rem + 6vw), 60px);
  line-height: clamp(42px, 1.25em, 64px);
}
@media (max-width: 999px) {
  .page-heading {
    font-size: 36px;
    line-height: 42px;
    font-size: clamp(36px, calc(0rem + 6vw), 60px);
    line-height: clamp(42px, 1.25em, 64px);
  }
}

.hadfield-text {
  font-family: "Barlow Semi Condensed Bold", Arial;
  font-size: 208px;
  font-size: clamp(8.1rem, calc(-10.5rem + 31.75vw), 20.8rem);
  line-height: 0.85;
  white-space: nowrap;
  margin-left: -2px;
  margin-bottom: 18px;
}
@media screen and (max-width: 999px) {
  .hadfield-text {
    font-size: 81px;
    font-size: clamp(8.1rem, calc(-10.5rem + 31.75vw), 20.8rem);
  }
}

#site-header {
  position: fixed;
  background: transparent;
  width: 100%;
  z-index: 100;
  top: 0;
}
#site-header .header-inner {
  display: block;
  padding: 2rem 0;
}
#site-header .header-inner .primary-menu-wrapper {
  width: auto;
}
@media (max-width: 999px) {
  #site-header .header-inner .custom-logo {
    height: 40px;
  }
}
#site-header .header-inner .primary-menu {
  flex-direction: column;
  margin-top: 1em;
}
#site-header .header-inner .primary-menu .menu-item {
  display: flex;
  font-weight: normal;
  margin: 0;
}
#site-header .header-inner .primary-menu .menu-item a {
  font-family: "Barlow Condensed Regular";
  font-size: 18px;
  line-height: 26px;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 0.36px;
}
#site-header .header-inner .primary-menu .menu-item a[aria-current=page] {
  color: #FC5F42;
  font-weight: bold;
}
#site-header .header-inner .primary-menu .menu-item a:active {
  color: #A2DFF5;
}
#site-header .header-inner .primary-menu .menu-item .menu-item-number {
  width: 1em;
  margin-right: 0.3em;
  color: #FC5F42;
}
#site-header .header-inner .mobile-nav-toggle {
  background: transparent;
  color: #fff;
}
#site-header .header-inner .mobile-nav-toggle:hover {
  background: transparent;
  color: #fff;
}
#site-header .header-inner .mobile-nav-toggle .toggle-icon {
  height: 26px;
  width: 26px;
  color: #fff;
}
#site-header .header-inner .mobile-nav-toggle .toggle-icon svg {
  height: 100%;
  width: 100%;
}
#site-header .header-inner .mobile-nav-toggle .toggle-icon svg line {
  transition: all 0.2s linear;
}
#site-header .header-inner .mobile-nav-toggle.active svg line:first-child {
  transform: rotate(45deg) translate(27px, -25px);
}
#site-header .header-inner .mobile-nav-toggle.active svg line:nth-child(2) {
  display: none;
}
#site-header .header-inner .mobile-nav-toggle.active svg line:last-child {
  transform: rotate(-45deg) translate(-45px, -5px);
}
#site-header.sticky {
  background: #020e22;
  z-index: 100;
  transform: translateY(-100%);
  animation: slideInHeader 0.3s linear forwards;
}
#site-header.sticky .custom-logo {
  height: 40px;
}
#site-header.sticky .header-inner {
  display: flex;
  justify-content: flex-start;
  align-items: baseline;
}
#site-header.sticky .header-inner .primary-menu {
  flex-direction: row;
  margin-top: 0;
}
#site-header.sticky .header-inner .primary-menu .menu-item {
  margin: 0.8rem 0 0 2.5rem;
}
#site-header.sticky .header-inner .primary-menu .menu-item .menu-item-number {
  display: none;
}

#site-content {
  position: relative;
  z-index: 1;
  margin: 0 auto;
  overflow: visible;
  margin-bottom: calc(150px + 100px);
  min-height: calc(100vh - 150px);
}

.page-content-wrapper {
  background: radial-gradient(circle at 100% 33%, #112753 10%, #020E22 65%), radial-gradient(circle at 0 100%, #112753, #020E22);
  width: 100%;
  overflow: hidden;
  position: relative;
}

.page-section {
  display: flex;
  height: 100vh;
  opacity: 0;
  align-items: center;
  padding: 0;
  z-index: 0;
  position: fixed;
  top: 0;
  left: 0;
  padding-top: 102px;
  left: 50%;
  transform: translateX(-50%) scale(0.1);
  transition: opacity 0.6s ease-in, transform 0.6s ease-out;
  transition: opacity 0.3s ease-out, transform 0.7s ease-out;
}
@media screen and (max-width: 999px) {
  .page-section {
    padding-top: 80px;
  }
}
.page-section:last-child {
  height: calc(100vh - 150px);
}
.page-section[data-section-index="0"] {
  align-items: flex-end;
}
.page-section[data-section-index="0"] .section-wrapper {
  align-items: flex-end;
}
.page-section .section-wrapper {
  display: flex;
  width: 100%;
  align-items: center;
  height: 100%;
  flex-wrap: wrap;
}
@media screen and (max-width: 999px) {
  .page-section .section-wrapper {
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 1em;
  }
}
.page-section .section-wrapper .text-block {
  width: 50%;
  display: flex;
  margin-bottom: 1em;
  z-index: 1;
}
@media screen and (max-width: 999px) {
  .page-section .section-wrapper .text-block {
    flex-direction: column;
    width: 100%;
    margin-bottom: 0;
  }
}
.page-section .section-wrapper .image-block {
  height: 100%;
  width: 50%;
  max-width: 1000px;
}
@media screen and (max-width: 999px) {
  .page-section .section-wrapper .image-block {
    width: auto;
    height: 25%;
    flex-grow: 1;
    display: flex;
    align-items: center;
  }
}
.page-section .section-wrapper .image-block.thumbnail {
  padding: 15%;
}
.page-section .section-wrapper .image-block.medium {
  padding: 10%;
}
.page-section .section-wrapper .image-block.large {
  padding: 5%;
}
.page-section .section-wrapper .image-block.fill {
  position: absolute;
  bottom: 0;
  right: 0;
  display: flex;
  align-items: flex-end;
}
@media screen and (max-width: 999px) {
  .page-section .section-wrapper .image-block.fill {
    height: 100vw;
    display: block;
    position: relative;
    width: 100%;
    right: -50px;
    margin-top: -10%;
  }
}
.page-section .section-wrapper .image-block.fill img.fill {
  object-fit: unset;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  position: absolute;
  right: 0;
  height: auto;
}
@media screen and (max-width: 999px) {
  .page-section .section-wrapper .image-block.fill img.fill {
    object-fit: cover;
    height: 100%;
  }
}
.page-section .section-wrapper .image-block img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}
.page-section .section-wrapper .image-block img.fill {
  object-fit: unset;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 999px) {
  .page-section .section-wrapper .image-block img.fill {
    max-height: 100%;
    position: absolute;
    right: -50px;
    bottom: 0;
    width: auto;
  }
}
.page-section .section-wrapper .image-block img.top-left {
  object-position: top left;
}
.page-section .section-wrapper .image-block img.top-center {
  object-position: top center;
}
.page-section .section-wrapper .image-block img.top-right {
  object-position: top right;
}
.page-section .section-wrapper .image-block img.middle-left {
  object-position: left center;
}
.page-section .section-wrapper .image-block img.middle-center {
  object-position: center;
}
.page-section .section-wrapper .image-block img.middle-right {
  object-position: right center;
}
.page-section .section-wrapper .image-block img.bottom-left {
  object-position: bottom left;
}
.page-section .section-wrapper .image-block img.bottom-center {
  object-position: bottom center;
}
.page-section .section-wrapper .image-block img.bottom-right {
  object-position: bottom right;
}
.page-section .section-wrapper .image-block img.crop-circle {
  clip-path: circle(50% at 63% 66%);
}
@media screen and (max-width: 999px) {
  .page-section .section-wrapper .image-block img.crop-circle {
    clip-path: circle(55% at 63% 66%);
  }
}
.page-section.active {
  opacity: 1;
  z-index: 1;
  transform: translateX(-50%) scale(1);
}
.page-section.scrolled {
  opacity: 0;
  transform: translateX(-50%) scale(3);
}
.page-section .section-label {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 1em;
  text-transform: uppercase;
  font-family: "Barlow Condensed Extra Light";
  font-size: 36px;
  line-height: 36px;
  margin-right: 0.75em;
  font-size: clamp(24px, calc(0.6rem + 3vw), 36px);
  line-height: clamp(29px, 1.2em, 36px);
}
.page-section .section-label span {
  transform: rotate(-90deg) translateX(-42%);
  white-space: nowrap;
}
@media screen and (max-width: 999px) {
  .page-section .section-label span {
    transform: none;
  }
}
@media screen and (max-width: 999px) {
  .page-section .section-label {
    display: block;
    font-size: 24px;
    line-height: 29px;
    font-size: clamp(24px, calc(0.6rem + 3vw), 36px);
    line-height: clamp(29px, 1.2em, 36px);
  }
}

.wp-block-embed.is-type-video {
  margin-bottom: 0;
}

.transcript-link {
  margin-top: 18px;
  display: block;
}

/* Home page */
@media screen and (max-width: 999px) {
  #home-hero-section .section-wrapper {
    align-items: flex-start;
    justify-content: flex-end;
  }
}
#home-hero-section .text-block {
  width: 50%;
  margin-bottom: 1em;
}
#home-hero-section .text-block .section-label span {
  transform: rotate(-90deg) translateX(-45%);
  font-size: 70px;
  line-height: 70px;
}
@media screen and (max-width: 999px) {
  #home-hero-section .text-block .section-label span {
    font-size: 26px;
    line-height: 31px;
  }
}
@media screen and (max-width: 999px) {
  #home-hero-section .text-block {
    width: calc(100% - (20px + 1em));
    flex-wrap: nowrap;
    gap: unset;
  }
}

body.page-template-template-hadfield-home .hero-image-block {
  position: fixed;
  height: 45vw;
  width: 45vw;
  top: calc(100vh / 3);
  left: 75%;
  transform: translate(-50%, -50%);
  clip-path: circle(50%);
  max-height: 720px;
  max-width: 720px;
  transition: opacity 0.6s ease-in;
}
body.page-template-template-hadfield-home .hero-image-block.scrolled {
  opacity: 0;
  transition: none;
}
@media screen and (max-width: 999px) {
  body.page-template-template-hadfield-home .hero-image-block {
    top: 80px;
    transform: translateX(-50%);
    height: 75vw;
    width: 75vw;
    left: 80%;
    max-width: 450px;
    max-height: 450px;
  }
}

body.page-template-template-hadfield-home.scrolling-page .hero-image-block {
  position: relative;
  top: 80px;
  transform: translate(-50%, 0);
  right: 0;
  opacity: 1;
}

body.page-template-template-hadfield-home .page-section,
body.page-template-template-hadfield-home #site-content {
  width: 100%;
  max-width: unset;
}

body.page-template-template-hadfield-home .section-wrapper {
  width: calc(100% - 200px);
  max-width: 168rem;
  margin: 0 auto;
}
@media screen and (max-width: 999px) {
  body.page-template-template-hadfield-home .section-wrapper {
    width: calc(100% - 50px);
  }
}

/* End Home page */
.scroll-indicator {
  border: 1px solid white;
  border-radius: 50%;
  height: 54px;
  width: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FC5F42;
  cursor: pointer;
  font-size: 24px;
  margin-bottom: 35px;
}
.scroll-indicator:hover {
  border: 2px solid white;
  font-weight: bold;
}
.scroll-indicator:hover i.fa-light,
.scroll-indicator:hover i.fa {
  font-weight: bold;
}

.btn,
.cta-btn,
button,
.button,
.faux-button,
.wp-block-button__link,
.wp-block-file .wp-block-file__button,
input[type=button],
input[type=reset],
input[type=submit] {
  background-color: #FC5F42;
  color: #020E22;
  padding: 0.75em 1em;
  width: fit-content;
  white-space: nowrap;
  text-decoration: none;
  border: 1px solid #FC5F42;
  text-transform: uppercase;
  font-family: "Barlow Bold";
  font-size: 16px;
  cursor: pointer;
  border-radius: unset;
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
  -webkit-font-smoothing: antialiased;
}
.btn:visited, .btn:active,
.cta-btn:visited,
.cta-btn:active,
button:visited,
button:active,
.button:visited,
.button:active,
.faux-button:visited,
.faux-button:active,
.wp-block-button__link:visited,
.wp-block-button__link:active,
.wp-block-file .wp-block-file__button:visited,
.wp-block-file .wp-block-file__button:active,
input[type=button]:visited,
input[type=button]:active,
input[type=reset]:visited,
input[type=reset]:active,
input[type=submit]:visited,
input[type=submit]:active {
  color: #020E22;
}
.btn:hover,
.cta-btn:hover,
button:hover,
.button:hover,
.faux-button:hover,
.wp-block-button__link:hover,
.wp-block-file .wp-block-file__button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
  color: #FC5F42;
  background-color: #020E22;
}
@media (max-width: 767px) {
  .btn,
.cta-btn,
button,
.button,
.faux-button,
.wp-block-button__link,
.wp-block-file .wp-block-file__button,
input[type=button],
input[type=reset],
input[type=submit] {
    white-space: initial;
  }
}

input[type=submit],
.wpcf7-submit {
  padding-right: calc(1em + 20px);
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
  -webkit-font-smoothing: antialiased;
  font-weight: 400;
}
input[type=submit] + i,
.wpcf7-submit + i {
  position: relative;
  left: -1em;
  transform: translateX(-100%);
  color: #020E22;
  transition: transform 0.1s linear;
}
input[type=submit]:hover + i,
.wpcf7-submit:hover + i {
  transform: translate(calc(-100% + 3px), -3px);
  color: #FC5F42;
}

a.cta,
.btn,
.wp-element-button {
  margin-top: 2em;
  margin-bottom: 2em;
  display: block;
  align-items: center;
}
a.cta i,
.btn i,
.wp-element-button i {
  margin-left: 7px;
  transition: transform 0.1s linear;
}
a.cta:hover i,
.btn:hover i,
.wp-element-button:hover i {
  transform: translateX(5px);
}
a.cta[target=_blank]:hover i,
.btn[target=_blank]:hover i,
.wp-element-button[target=_blank]:hover i {
  transform: translate(3px, -3px);
}

@media screen and (max-width: 767px) {
  .cta-btn,
.btn,
.wp-element-button,
.wp-block-button,
input[type=submit] {
    width: 100%;
    justify-content: center;
    text-align: center;
  }
}

p + .wp-block-buttons .wp-element-button {
  margin-top: 0;
}

/* Navigation */
.nav-dots {
  position: fixed;
  bottom: 2em;
  right: 2em;
  z-index: 10;
  display: flex;
  flex-wrap: wrap;
  width: 20px;
  gap: 0.5em;
}
@media screen and (max-width: 999px) {
  .nav-dots {
    right: 1em;
    bottom: 1em;
  }
}
.nav-dots .nav-dot {
  height: 12px;
  width: 12px;
  background: transparent;
  border: 1px solid #fff;
  border-radius: 50%;
  cursor: pointer;
}
.nav-dots .nav-dot.active {
  background: #fff;
}

/* End Navigation */
/* Orbit */
.orbit-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  position: fixed;
  opacity: 0;
  /*transition: all 1s ease-in-out;*/
  transform: translate(-50%, -50%);
  z-index: 0;
  transition: all 0.1s linear, opacity 0.4s linear;
}
.orbit-container.active {
  opacity: 0.3;
}
.orbit-container[data-section-index=inner-page] {
  height: 95vh;
  width: 95vh;
  top: calc(100vh / 3);
  left: 82%;
  position: fixed;
  transform: none;
  max-height: min(55vw, 900px);
  max-width: min(55vw, 900px);
}
@media screen and (max-width: 999px) {
  .orbit-container[data-section-index=inner-page] {
    height: 55vh;
    width: 55vh;
    left: unset;
    right: -40vh;
    max-width: 80vw;
    max-height: 80vw;
    top: calc((100vh / 4) + 80px);
  }
}
.orbit-container[data-section-index="0"] {
  height: 50vw;
  width: 50vw;
  left: 75%;
  top: calc(100% / 3);
  max-height: calc(720px + 5vw);
  max-width: calc(720px + 5vw);
}
@media screen and (max-width: 999px) {
  .orbit-container[data-section-index="0"] {
    top: calc(80px + 2em - 2.5vw);
    transform: translateX(-50%);
    left: 80%;
    height: 80vw;
    width: 80vw;
    max-width: calc(450px + 5vw);
    max-height: calc(450px + 5vw);
  }
}

body.has-featured-image .orbit-container[data-section-index=inner-page] {
  position: absolute;
}

.orbit-path {
  stroke: #fff;
  stroke-width: 1px;
  fill: none;
  position: absolute;
  opacity: 0;
}
.orbit-path.active {
  opacity: 1;
  transition: opacity 0.6s linear;
}

.orbit-planet {
  background-color: #000;
  position: absolute;
  border: 1px solid #fff;
  border-radius: 50%;
  z-index: 1;
  opacity: 0;
  width: 40px;
  height: 40px;
  top: -20px;
  left: -20px;
}
.orbit-planet.active {
  opacity: 1;
  transition: opacity 1.2s linear;
}
.orbit-planet.planet-1 {
  width: 15px;
  height: 15px;
  top: -7.5px;
  left: -7.5px;
}
@media screen and (max-width: 999px) {
  .orbit-planet.planet-1 {
    width: 15px;
    height: 15px;
    top: -7.5px;
    left: -7.5px;
  }
}
.orbit-planet.planet-2 {
  width: 25px;
  height: 25px;
  top: -12.5px;
  left: -12.5px;
}
@media screen and (max-width: 999px) {
  .orbit-planet.planet-2 {
    width: 18px;
    height: 18px;
    top: -9px;
    left: -9px;
  }
}
.orbit-planet.planet-3 {
  width: 30px;
  height: 30px;
  top: -15px;
  left: -15px;
}
@media screen and (max-width: 999px) {
  .orbit-planet.planet-3 {
    width: 22px;
    height: 22px;
    top: -11px;
    left: -11px;
  }
}
.orbit-planet.planet-4 {
  width: 20px;
  height: 20px;
  top: -10px;
  left: -10px;
}
@media screen and (max-width: 999px) {
  .orbit-planet.planet-4 {
    width: 20px;
    height: 20px;
    top: -10px;
    left: -10px;
  }
}
.orbit-planet.planet-5 {
  width: 40px;
  height: 40px;
  top: -20px;
  left: -20px;
}
@media screen and (max-width: 999px) {
  .orbit-planet.planet-5 {
    width: 25px;
    height: 25px;
    top: -12.5px;
    left: -12.5px;
  }
}

/* End orbit */
/* Latest news */
.latest-news {
  margin-bottom: 4em;
  height: auto;
  max-height: 100%;
}
.latest-news .news-list {
  display: flex;
  justify-content: flex-start;
  gap: 2em;
  flex-wrap: wrap;
  height: calc(100% - 4em);
}
@media screen and (max-width: 999px) {
  .latest-news .news-list {
    overflow: scroll;
    height: calc(100% - 56px);
    -ms-overflow-style: none;
    scrollbar-width: none;
    gap: 0;
  }
  .latest-news .news-list::-webkit-scrollbar {
    display: none;
  }
}
.latest-news .news-list .news-item {
  display: flex;
  gap: 1em;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  flex-basis: calc(25% - 2em);
}
.latest-news .news-list .news-item .news-title {
  font-size: 24px;
  line-height: 32px;
}
@media screen and (max-width: 999px) {
  .latest-news .news-list .news-item .news-title {
    font-size: 18px;
    line-height: 24px;
  }
}
.latest-news .news-list .news-item .news-content a.cta {
  margin-top: 24px;
  margin-bottom: 24px;
}
@media screen and (max-width: 999px) {
  .latest-news .news-list .news-item {
    flex-basis: 100%;
  }
}
.latest-news .news-list .news-item.has-image {
  flex-grow: 1;
  flex-basis: calc(33% - 2em);
  max-width: 50%;
}
@media screen and (max-width: 999px) {
  .latest-news .news-list .news-item.has-image {
    max-width: unset;
  }
}
@media screen and (max-width: 767px) {
  .latest-news .news-list .news-item.has-image {
    flex-wrap: wrap;
  }
}
.latest-news .news-list .news-item.has-image img {
  height: 250px;
  max-width: unset;
}

/* End Latest news */
/* Footer */
#site-footer {
  position: relative;
  background: transparent;
  z-index: 1;
  padding: 0;
  position: absolute;
  bottom: 0;
  width: 100%;
}
#site-footer:not(.is-visible) {
  opacity: 0;
}
#site-footer.mobile-menu {
  opacity: 1;
  position: fixed;
  bottom: 0;
  z-index: 100;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}

#site-footer .section-inner {
  justify-content: center;
  flex-wrap: wrap;
  gap: 2.5em;
  font-size: 1.2rem;
  background: #fff;
  padding: 3em 0 20px;
  bottom: 0;
  left: 50%;
  clip-path: circle(600px at 50% 600px);
  width: 100%;
  margin: 0 auto;
  margin-top: 2em;
}
#site-footer .section-inner .footer-copyright {
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
}
#site-footer .section-inner .footer-copyright a {
  color: #122D5E;
  text-decoration: underline;
  font-weight: 700;
}
#site-footer .section-inner .footer-copyright a:visited {
  color: #1C4187;
}
#site-footer .section-inner .footer-copyright a:hover {
  color: #020e22;
}
#site-footer .section-inner .footer-copyright a:active {
  color: #1C4187;
}

i.fa, i.fa-brands, i.fa-light {
  font-style: normal;
}

.footer-social-links {
  width: 100%;
}
.footer-social-links .social-links {
  list-style: none;
  display: flex;
  gap: 10px;
  margin: 0;
  justify-content: center;
}
.footer-social-links .social-links li {
  margin: 0;
}
.footer-social-links .social-links li a {
  text-decoration: none !important;
  display: inline-flex;
  background: #000;
  border-radius: 50%;
  height: 44px;
  width: 44px;
  align-items: center;
  justify-content: center;
  transition: all 0.1s linear;
  margin: 0;
  font-size: 22px;
}
.footer-social-links .social-links li a:hover {
  transform: scale(1.090909);
  background: #122D5E;
}
.footer-social-links .social-links li a i.fa, .footer-social-links .social-links li a i.fa-brands {
  color: #fff;
}

/* End Footer */
/* Inner pages */
hr.wp-block-separator {
  margin-top: 80px;
  margin-bottom: 80px;
}
@media screen and (max-width: 999px) {
  hr.wp-block-separator {
    margin-top: 26px;
    margin-bottom: 26px;
  }
}

.wp-block-columns.alignfull, .alignfull:not(.has-background) .wp-block-columns {
  padding-left: 0;
  padding-right: 0;
}

.page-content-inner {
  padding-top: calc(244px);
  margin-bottom: 4em;
}
@media screen and (max-width: 999px) {
  .page-content-inner {
    padding-top: 80px;
  }
}

body.has-featured-image .page-content-inner {
  padding-top: 244px;
  margin-bottom: 4em;
}
@media screen and (max-width: 999px) {
  body.has-featured-image .page-content-inner {
    padding-top: calc(min(min(75vw, 50vh), 700px) + 80px);
  }
}

.top-section.has-featured-image {
  min-height: calc(min(90vh, 800px) - 244px);
}
@media screen and (max-width: 999px) {
  .top-section.has-featured-image {
    min-height: unset;
  }
}
.top-section .top-content {
  display: flex;
  gap: 2em;
}
.top-section .top-content > div {
  width: 50%;
}
.top-section .top-content > div.contact-form {
  width: 40%;
}
@media screen and (max-width: 999px) {
  .top-section .top-content {
    flex-wrap: wrap;
  }
  .top-section .top-content > div {
    width: 100%;
  }
  .top-section .top-content > div.contact-form {
    width: 100%;
  }
}
.top-section .breadcrumbs {
  margin: 24px 0;
}
.top-section .text-block {
  width: 50%;
}
@media screen and (max-width: 999px) {
  .top-section .text-block {
    width: 100%;
  }
}
.top-section .text-block .section-content-inner {
  margin: 24px 0;
}

.hero-image-block {
  position: absolute;
  height: 90vh;
  width: 90vh;
  top: 0;
  left: 82%;
  transform: translate(-50%, -10%);
  clip-path: circle(50%);
  max-height: min(50vw, 800px);
  max-width: min(50vw, 800px);
}
@media (max-width: 999px) {
  .hero-image-block {
    top: calc(80px + 36px);
    height: 50vh;
    width: 50vh;
    left: unset;
    right: 0;
    max-width: 75vw;
    max-height: 75vw;
    transform: translate(10%, -10%);
  }
}

/* End inner pages */
/* Book list */
.book-list {
  display: flex;
  gap: 2em;
  flex-wrap: wrap;
}
.book-list .book-item {
  display: flex;
  width: calc(50% - 2em);
  align-items: flex-start;
  gap: 1em;
  min-width: 270px;
}
@media screen and (max-width: 900px) {
  .book-list .book-item {
    width: 100%;
    flex-wrap: wrap;
  }
}
.book-list .book-item .book-cover {
  width: 30%;
  transition: all 0.1s linear;
  min-width: 156px;
}
.book-list .book-item .book-cover.zoom {
  transform: scale(1.05);
}
@media screen and (max-width: 900px) {
  .book-list .book-item .book-cover {
    width: 50%;
    max-width: 220px;
  }
}
.book-list .book-item .book-details {
  width: 70%;
}
@media screen and (max-width: 900px) {
  .book-list .book-item .book-details {
    width: 100%;
    position: relative;
  }
}
.book-list .book-item .book-details .book-summary {
  font-size: 16px;
  line-height: 24px;
}
.book-list .book-item .book-details .book-item-title {
  color: #fff;
  margin-bottom: 0.5em;
}
.book-list .book-item .book-details .badge {
  max-width: 108px;
  margin-top: 1em;
}
@media screen and (max-width: 900px) {
  .book-list .book-item .book-details .badge {
    position: absolute;
    bottom: calc(100% + 1em);
    left: min(220px, 50%);
  }
}

/* End book list */
/* Speaking topics */
.speaking-topics {
  display: flex;
  gap: 2em;
  margin-top: 4em;
}
@media screen and (max-width: 999px) {
  .speaking-topics {
    display: block;
    margin-top: 24px;
  }
}
.speaking-topics .topic-titles {
  width: 33.333%;
}
.speaking-topics .topic-titles ul {
  list-style: none;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
  padding-right: 2em;
  margin: 0;
}
.speaking-topics .topic-titles ul .topic-title {
  text-align: right;
  font-size: 18px;
  line-height: 24px;
}
.speaking-topics .topic-titles ul .topic-title:not(:first-child) {
  margin-top: 1em;
}
@media screen and (max-width: 999px) {
  .speaking-topics .topic-titles ul .topic-title {
    font-size: 16px;
  }
}
.speaking-topics .topic-titles ul .topic-title.active a {
  pointer-events: none;
  color: #fff;
  text-decoration: none;
}
.speaking-topics .topic-descriptions {
  width: 66.666%;
  padding-right: calc(100% / 12);
}
.speaking-topics .topic-descriptions .topic-description-content {
  display: none;
  opacity: 0;
  transition: opacity 0.25s linear;
}
.speaking-topics .topic-descriptions .topic-description-content.active {
  display: block;
  opacity: 1;
}
.speaking-topics .topic-descriptions .topic-description-content .topic-description-content-title {
  color: #fff;
  margin-bottom: 0.5em;
}

/* End speaking topics */
/* Tour */
.vip-box {
  border: 1px solid rgba(255, 255, 255, 0.3);
  background: rgba(255, 255, 255, 0.1);
  padding: 36px;
  margin: 0;
}
.vip-box p {
  padding: 0 !important;
}
@media screen and (max-width: 999px) {
  .vip-box {
    padding: 25px;
  }
}
.vip-box h2 {
  display: flex;
  align-items: center;
  font-size: 44px;
  line-height: 50px;
}
@media screen and (max-width: 999px) {
  .vip-box h2 {
    font-size: 24px;
    line-height: 32px;
  }
}
.vip-box h2 i {
  font-size: 32px;
  line-height: 43px;
}

.tour-list {
  margin-top: 4em;
}
.tour-list ul {
  list-style: none;
  margin: 0;
}
.tour-list ul li.tour-item {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin: 0;
  align-items: center;
  padding: 2em 0;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}
@media screen and (max-width: 999px) {
  .tour-list ul li.tour-item {
    display: flex;
    flex-direction: column;
    gap: 25px;
  }
  .tour-list ul li.tour-item > div {
    width: 100% !important;
  }
}
.tour-list ul li.tour-item .tour-date {
  width: 148px;
}
.tour-list ul li.tour-item .tour-venue,
.tour-list ul li.tour-item .tour-location {
  width: calc(46% - 254px);
}
.tour-list ul li.tour-item .tour-link {
  width: 254px;
}
.tour-list ul li.tour-item .tour-link a.cta-btn {
  margin: 0;
}
.tour-list ul li.tour-item span {
  display: block;
}
.tour-list ul li.tour-item span.font-30 {
  font-size: 30px;
  line-height: 42px;
}
.tour-list ul li.tour-item span.heading-colour {
  color: #00B8FF;
}

/* End Tour */
.books-cta {
  border: 1px solid rgba(255, 255, 255, 0.6);
  padding: 4em;
  background-color: rgba(255, 255, 255, 0.1);
  background-image: url(/wp-content/uploads/2023/06/stars.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.books-cta h2 {
  margin: 24px auto;
  text-align: center;
}
.books-cta p.books-cta-text {
  margin: 24px auto;
  max-width: 100rem;
}
.books-cta .wp-block-image {
  margin: 0 auto;
}
.books-cta a.cta {
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 767px) {
  .books-cta {
    padding: 2em 1em;
  }
}

/* Contact */
.contact-us-grid .wp-block-heading {
  color: #fff;
  padding-bottom: 0.5em;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

/* End Contact */
/* Testimonials */
.hadfield-testimonials {
  min-height: 100vh;
  margin-bottom: 150px !important;
}
.hadfield-testimonials .hadfield-testimonial-item {
  width: 40vw;
  max-width: none;
  position: absolute;
  opacity: 0;
  transform: scale(0.7);
  width: calc(100vw - 50px);
  max-width: 600px;
}
.hadfield-testimonials .hadfield-testimonial-item:not(.is-visible) {
  visibility: hidden;
  transition: none;
}
.hadfield-testimonials .hadfield-testimonial-item .content {
  font-weight: bold;
  font-size: 20px;
}
.hadfield-testimonials .hadfield-testimonial-item .source {
  margin-top: 0.5em;
}
.hadfield-testimonials .testimonials-background {
  width: 300vh;
  left: 60%;
  position: absolute;
  transition: left 0.3s ease-out;
  top: 102px;
  opacity: 0.3;
}
.hadfield-testimonials .testimonials-background.slideIn {
  left: 10%;
}

/* End Testimonials */
/* Book pages */
.book-content-wrapper {
  display: flex;
  gap: 4em;
  flex-wrap: nowrap;
  justify-content: space-between;
}
@media screen and (max-width: 999px) {
  .book-content-wrapper {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
}
.book-content-wrapper .book-description {
  margin-bottom: 18px;
}
.book-content-wrapper .book-details {
  width: 65%;
}
@media screen and (max-width: 999px) {
  .book-content-wrapper .book-details {
    width: 100%;
  }
}
.book-content-wrapper .book-images {
  width: 35%;
}
@media screen and (max-width: 999px) {
  .book-content-wrapper .book-images {
    width: 100%;
  }
}
.book-content-wrapper .book-images .feature-image-wrapper {
  /*padding: 0 10px;*/
}
.book-content-wrapper .book-images .feature-image-wrapper .feature-image {
  max-height: 100%;
  margin: 0 auto;
}
.book-content-wrapper .book-images .book-thumbnails {
  margin-top: 10px;
}
.book-content-wrapper .book-images .book-thumbnails .slick-arrow {
  color: #00B8FF;
  font-size: 2em;
  cursor: pointer;
  position: absolute;
  top: 50%;
  display: block;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.book-content-wrapper .book-images .book-thumbnails .slick-arrow.slick-prev {
  -webkit-transform: translate(-100%, -50%);
  -ms-transform: translate(-100%, -50%);
  transform: translate(-100%, -50%);
  left: 0;
}
.book-content-wrapper .book-images .book-thumbnails .slick-arrow.slick-next {
  -webkit-transform: translate(100%, -50%);
  -ms-transform: translate(100%, -50%);
  transform: translate(100%, -50%);
  right: 0;
}
.book-content-wrapper .book-images .book-thumbnails .slick-list {
  width: calc(100% + 20px);
  position: relative;
  left: -10px;
}
.book-content-wrapper .book-images .book-thumbnails .slick-track {
  display: flex;
  align-items: center;
  padding: 10px 0;
}
.book-content-wrapper .book-images .book-thumbnails .slick-track .slick-slide {
  cursor: pointer;
  margin: 0 10px;
}
.book-content-wrapper .book-images .book-thumbnails .slick-track .slick-slide.slick-current .thumbnail-image {
  border: 3px solid #fff;
}
.book-content-wrapper .book-images .book-thumbnails .slick-track .slick-slide .thumbnail-image {
  min-height: 100px;
  transition: transform 0.1s linear;
}
.book-content-wrapper .book-images .book-thumbnails .slick-track .slick-slide:hover .thumbnail-image {
  transform: scale(1.05);
}
.book-content-wrapper .book-images .book-thumbnails .slick-track .slick-slide .thumbnail-caption {
  font-size: 16px;
  margin-top: 0.5em;
  text-align: center;
}

.purchasing-options .purchase-options-heading {
  font-size: 24px;
  line-height: 30px;
  font-weight: bold;
}
@media screen and (max-width: 999px) {
  .purchasing-options .purchase-options-heading {
    font-size: 18px;
    line-height: 24px;
  }
}
.purchasing-options .country-select {
  margin: 1em 0;
}
.purchasing-options .country-select ul {
  list-style: none;
  display: inline-block;
  margin: 0;
  border: 1px solid #FC5F42;
  font-weight: normal;
  width: 175px;
}
@media screen and (max-width: 767px) {
  .purchasing-options .country-select ul {
    width: 100%;
  }
}
.purchasing-options .country-select ul.open li:first-child {
  background: transparent;
  color: #FC5F42;
}
.purchasing-options .country-select ul.open li:not(:first-child) {
  display: flex;
}
.purchasing-options .country-select ul li {
  margin: 0;
  font-size: 16px;
  line-height: 24px;
  padding: 10px;
  cursor: default;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.purchasing-options .country-select ul li:first-child {
  background: #FC5F42;
  color: #020E22;
  font-weight: bold;
  text-transform: uppercase;
  font-family: "Barlow Bold";
}
.purchasing-options .country-select ul li:not(:first-child) {
  background: #fff;
  color: #020E22;
  display: none;
}
.purchasing-options .country-select ul li:not(:first-child):hover, .purchasing-options .country-select ul li:not(:first-child):active, .purchasing-options .country-select ul li:not(:first-child).active {
  background: #eaeaea;
}

.purchase-options-block {
  display: none;
}
.purchase-options-block.active {
  display: flex;
  gap: 2em;
}
@media screen and (max-width: 767px) {
  .purchase-options-block.active {
    display: block;
  }
}
.purchase-options-block .purchase-options-list {
  flex-grow: 1;
}
@media screen and (max-width: 767px) {
  .purchase-options-block .purchase-options-list:not(:first-child) {
    margin-top: 0.5em;
  }
}
.purchase-options-block .purchase-options-list .purchase-list-heading {
  font-size: 16px;
  line-height: 45px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  display: block;
  margin-bottom: 0.5em;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .purchase-options-block .purchase-options-list .purchase-list-heading {
    max-width: 250px;
  }
}
.purchase-options-block .purchase-options-list ul {
  list-style: none;
  margin: 0;
}
.purchase-options-block .purchase-options-list ul li {
  margin: 0;
}
.purchase-options-block .purchase-options-list ul li a {
  margin: 0;
}
@media screen and (max-width: 767px) {
  .purchase-options-block .purchase-options-list ul li a {
    justify-content: flex-start;
  }
}

/* End book pages */
/* Contact form */
.form-row {
  display: flex;
  justify-content: space-between;
  gap: 2em;
}
.form-row .col-1 {
  width: 100%;
}
.form-row .col-2 {
  width: 50%;
}
.form-row .col-3 {
  width: 33.33%;
}
.form-row select {
  padding: 1.5rem 1.8rem;
  width: 100%;
}
.form-row select option {
  color: #000;
}

input[type=text], input[type=password], input[type=email], input[type=url], input[type=date], input[type=month], input[type=time], input[type=datetime], input[type=datetime-local], input[type=week], input[type=number], input[type=search], input[type=tel], input[type=color], textarea,
select {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: #fff;
}
input[type=text].wpcf7-not-valid, input[type=password].wpcf7-not-valid, input[type=email].wpcf7-not-valid, input[type=url].wpcf7-not-valid, input[type=date].wpcf7-not-valid, input[type=month].wpcf7-not-valid, input[type=time].wpcf7-not-valid, input[type=datetime].wpcf7-not-valid, input[type=datetime-local].wpcf7-not-valid, input[type=week].wpcf7-not-valid, input[type=number].wpcf7-not-valid, input[type=search].wpcf7-not-valid, input[type=tel].wpcf7-not-valid, input[type=color].wpcf7-not-valid, textarea.wpcf7-not-valid,
select.wpcf7-not-valid {
  border: 1px solid #FC5F42;
}

.wpcf7-not-valid-tip {
  color: #FC5F42;
}

.wpcf7 form.invalid .wpcf7-response-output {
  display: none;
}

/* End contact form */
/* small devices */
@media screen and (max-width: 999px) {
  .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column[style*=flex-basis] {
    flex-grow: 1;
  }
}
@media screen and (max-width: 999px) and (max-height: 799px), screen and (max-height: 700px) {
  body.page-template-template-hadfield-home .hero-image-block {
    position: absolute;
  }

  #site-content {
    height: auto !important;
  }
  #site-content .page-section {
    position: relative;
    left: initial;
    top: initial;
    transform: none;
    width: 100%;
    padding-top: 0;
    opacity: 1;
    height: auto;
    min-height: unset;
  }
  #site-content .page-section:not(:last-child) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    padding-top: 8rem;
  }
  #site-content .page-section#home-hero-section {
    padding-top: 0;
  }
  #site-content .page-section:last-child {
    height: auto;
    padding-top: 8rem;
  }

  .latest-news .news-list {
    overflow: initial;
    height: auto;
    display: block;
  }
}
/* Accordions */
.accordion {
  margin-bottom: 24px;
}
.accordion:not(:last-child) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.accordion .accordion-heading {
  color: #00B8FF;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0;
  cursor: pointer;
  font-size: 18px;
  line-height: 24px;
  padding-bottom: 24px;
}
.accordion .accordion-heading .heading-text {
  text-decoration: underline;
  margin-right: 10px;
}
.accordion .accordion-heading i {
  transition: all 0.1s linear;
  font-size: 18px;
  text-decoration: none;
}
.accordion .accordion-heading.active i {
  transform: rotate(180deg);
}
.accordion .accordion-heading.active + .accordion-content {
  display: block;
}
.accordion .accordion-content {
  display: none;
}

/* End accordions */
/** New orbits **/
.orbit {
  position: fixed;
  transform: translate(-50%, -50%);
  opacity: 0.3;
  max-width: 800px;
  max-height: 800px;
}
.orbit .path {
  position: absolute;
  stroke: #fff;
  stroke-width: 1px;
  fill: none;
  width: 100%;
  height: 100%;
}
.orbit .planet {
  width: 40px;
  height: 40px;
  top: -20px;
  left: -20px;
  position: absolute;
  background-color: #000;
  position: absolute;
  border: 1px solid #fff;
  border-radius: 50%;
  z-index: 1;
  opacity: 1;
}