/* fancy css**/
body.compensate-for-scrollbar {
  overflow: hidden;
}

.fancybox-active {
  height: auto;
}

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}

.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}

.fancybox-container * {
  box-sizing: border-box;
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}

.fancybox-bg {
  background: rgb(30, 30, 30);
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
  opacity: 0.9;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity 0.25s ease, visibility 0s ease 0.25s;
  visibility: hidden;
  z-index: 99997;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
  visibility: visible;
}

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fancybox-toolbar {
  right: 0;
  top: 0;
}

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  transform: translateZ(0);
  z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  /* Using without prefix would break IE11 */
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: transform, opacity;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}

.fancybox-slide::before {
  content: "";
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block;
}

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0;
}

.fancybox-slide--image::before {
  display: none;
}

.fancybox-slide--html {
  padding: 6px;
}

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -ms-transform-origin: top left;
  transform-origin: top left;
  transition-property: transform, opacity;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
  cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
  cursor: zoom-in;
}

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.fancybox-container [data-selectable="true"] {
  cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}

.fancybox-spaceball {
  z-index: 1;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%;
}

.fancybox-slide--video .fancybox-content {
  background: #000;
}

.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
  background: #fff;
}

.fancybox-video,
.fancybox-iframe {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

/* Fix iOS */
.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0;
}

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}

/* Buttons */

.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  transition: color 0.2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px;
}

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: #ccc;
}

.fancybox-button:hover {
  color: #fff;
}

.fancybox-button:focus {
  outline: none;
}

.fancybox-button.fancybox-focus {
  outline: 1px dotted;
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none;
}

/* Fix IE11 */
.fancybox-button div {
  height: 100%;
}

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%;
}

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0;
}

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
  display: none;
}

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
  display: none;
}

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -ms-transform-origin: 0;
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  z-index: 99998;
}

/* Close button on the top right corner of html content */

.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: 0.8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401;
}

.fancybox-close-small:hover {
  color: #fff;
  opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none;
}

/* Navigation arrows */

.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px;
}

.fancybox-navigation .fancybox-button div {
  padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  left: env(safe-area-inset-left);
  padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
  right: env(safe-area-inset-right);
}

/* Caption */

.fancybox-caption {
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.85) 0%,
    rgba(0, 0, 0, 0.3) 50%,
    rgba(0, 0, 0, 0.15) 65%,
    rgba(0, 0, 0, 0.075) 75.5%,
    rgba(0, 0, 0, 0.037) 82.85%,
    rgba(0, 0, 0, 0.019) 88%,
    rgba(0, 0, 0, 0) 100%
  );
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px 44px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996;
}

@supports (padding: max(0px)) {
  .fancybox-caption {
    padding: 75px max(44px, env(safe-area-inset-right))
      max(25px, env(safe-area-inset-bottom))
      max(44px, env(safe-area-inset-left));
  }
}

.fancybox-caption--separate {
  margin-top: -50px;
}

.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}

/* Loading indicator */

.fancybox-loading {
  animation: fancybox-rotate 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999;
}

@keyframes fancybox-rotate {
  100% {
    transform: rotate(360deg);
  }
}

/* Transition effects */

.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

/* transitionEffect: slide */

.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

/* transitionEffect: fade */

.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}

/* transitionEffect: zoom-in-out */

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  transform: scale3d(1, 1, 1);
}

/* transitionEffect: rotate */

.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -ms-transform: rotate(-360deg);
  transform: rotate(-360deg);
}

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
}

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

/* transitionEffect: circular */

.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

/* transitionEffect: tube */

.fancybox-fx-tube.fancybox-slide--previous {
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
  transform: translate3d(0, 0, 0) scale(1);
}

/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px;
  }

  .fancybox-slide--image {
    padding: 6px 0;
  }

  .fancybox-close-small {
    right: -6px;
  }

  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px;
  }

  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px;
  }

  @supports (padding: max(0px)) {
    .fancybox-caption {
      padding-left: max(12px, env(safe-area-inset-left));
      padding-right: max(12px, env(safe-area-inset-right));
    }
  }
}
/* Share */

.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px 0;
}

.fancybox-share p {
  margin: 0;
  padding: 0;
}

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px 5px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all 0.2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.fancybox-share__button:visited,
.fancybox-share__button:link {
  color: #fff;
}

.fancybox-share__button:hover {
  text-decoration: none;
}

.fancybox-share__button--fb {
  background: #3b5998;
}

.fancybox-share__button--fb:hover {
  background: #344e86;
}

.fancybox-share__button--pt {
  background: #bd081d;
}

.fancybox-share__button--pt:hover {
  background: #aa0719;
}

.fancybox-share__button--tw {
  background: #1da1f2;
}

.fancybox-share__button--tw:hover {
  background: #0d95e8;
}

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}

.fancybox-share__button svg path {
  fill: #fff;
}

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}
/* Thumbs */

.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px 2px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 0;
  width: 212px;
  z-index: 99995;
}

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}

.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}

.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}

.fancybox-thumbs__list a::before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}

.fancybox-thumbs__list a:focus::before {
  opacity: 0.5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
  opacity: 1;
}

/* Styling for Small-Screen Devices */
@media all and (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px;
  }

  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }

  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px);
  }
}

@font-face {
  font-family: "GT America Trial Bd";
  src: url("../fonts/GTAmericaTrial-Bd.woff2") format("woff2"),
    url("../fonts/GTAmericaTrial-Bd.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "ABCArizonaMix-Light";
  src: url("../fonts/ABCArizonaMix-Light.woff2") format("woff2"),
    url("../fonts/ABCArizonaMix-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "ABC Arizona Mix Unlicensed Trial";
  src: url("../fonts/ABCArizonaMix-Medium.woff2") format("woff2"),
    url("../fonts/ABCArizonaMix-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "GTAmericaTrial-CnMd";
  src: url("../fonts/GTAmericaTrial-CnMd.woff2") format("woff2"),
    url("../fonts/GTAmericaTrial-CnMd.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "GTAmericaTrial-CnLt";
  src: url("../fonts/GTAmericaTrial-CnLt.woff2") format("woff2"),
    url("../fonts/GTAmericaTrial-CnLt.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "GTAmericaTrial-ExpBd";
  src: url("../fonts/GTAmericaTrial-ExpBd.woff2") format("woff2"),
    url("../fonts/GTAmericaTrial-ExpBd.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  -webkit-font-smoothing: antialiased;
}

* {
  outline: none;
  box-sizing: border-box;
}

a,
button {
  outline: none;
}
ul li {
  list-style: none;
}
html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}
body {
  font-family: "GTAmericaTrial-CnLt";
  margin: 0px;
  padding: 0px;
  font-size: 16px;
  line-height: 1.21;
}
p {
  font-family: "GTAmericaTrial-CnLt";
  font-size: 18px;
  line-height: 1.21;
  margin: 0 0 15px;
  color: #0019bd;
}
.archive-description {
  font-family: "GTAmericaTrial-CnLt";
  font-size: 18px;
  line-height: 1.21;
  margin: 0 0 15px;
  color: #0019bd;
}

.btn {
  background: #0019bd;
  color: #fff;
  border: 0.08vw solid #fff;
  padding: 14px 30px;
  border-radius: 30px;
  text-decoration: none;
  font-size: 18px;
  font-family: "GTAmericaTrial-CnMd";
  display: block;
  max-width: max-content;
  margin-top: 10px;
}
.power-section .left-column .left-column-inner p:last-child br {
  display: none;
}
section.team-banner.about img {
  border-radius: 40px;
}
section.error-404 .container {
  background: #ebf3fa;
  padding: 30px 50px;
  border-radius: 40px;
}
section.error-404 p {
  margin: 0 0 30px;
}

img {
  max-width: 100%;
  height: auto;
}
/*div::after, header::after, footer::after, section::after{width:100%;display:block;content:"";clear:both;}*/
.clearboth {
  clear: both;
}
a {
  text-decoration: none;
}

h1 {
  font-size: 60px;
  letter-spacing: -2.5px;
  text-transform: uppercase;
  font-family: "ABCArizonaMix-Light";
  color: #0019bd;
  margin: 0 0 20px;
  font-weight: 300;
}

h2 {
  font-size: 32px;
  line-height: 1;
  color: #0019bd;
  margin: 0 0 20px;
  font-family: "ABCArizonaMix-Light";
  font-weight: 300;
}

h3 {
  font-family: "ABCArizonaMix-Light";
  font-weight: 300;
  margin: 0 0 20px;
  line-height: 1;
  font-size: 28px;
  color: #0019bd;
}
h4 {
  font-family: "ABCArizonaMix-Light";
  font-weight: 300;
  font-size: 26px;
  margin: 0 0 20px;
  line-height: 1;
  color: #0019bd;
}
h5 {
  font-family: "ABCArizonaMix-Light";
  font-weight: 300;
  font-size: 24px;
  line-height: 1;
  color: #0019bd;
  margin: 0 0 20px;
}
h6 {
  font-family: "ABCArizonaMix-Light";
  font-weight: 300;
  margin: 0 0 20px;
  line-height: 1;
  font-size: 22px;
  color: #0019bd;
}

.container {
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  max-width: 100%;
}

blockquote,
blockquote p {
  font-size: 60px;
  font-family: "ABCArizonaMix-Light";
  font-weight: 300;
  font-style: italic;
  margin-left: 0;
}
.wp-block-table thead {
  border-bottom: 2px solid;
}
ul.wp-block-list li {
  list-style: disc;
  font-size: 18px;
  color: #0019bd;
  font-family: "ABCArizonaMix-Light";
  margin: 0 0 10px;
}
table {
  color: #0019bd;
  font-family: "ABCArizonaMix-Light";
}
ol.wp-block-list li {
  font-size: 18px;
  color: #0019bd;
  font-family: "ABCArizonaMix-Light";
  margin: 0 0 10px;
}
@media (min-width: 768px) {
  .container {
    width: 100%;
  }
}

@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 100%;
    max-width: 1230px;
    padding-left: 15px;
    padding-right: 15px;
  }
}

body {
  background-color: #e2e9f0;
}
/* --- Header --- */
header.header {
  background: #ebf3fa;
  margin: 20px 20px;
  border-radius: 72px;
}
header.header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
header.header .logo {
  width: 280px;
  display: inline-block;
}
header.header .main-menu {
  width: calc(100% - 280px);
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
header.header .main-menu ul {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  column-gap: 50px;
}
header.header .main-menu ul li a {
  display: inline-block;
  font-family: "GTAmericaTrial-CnMd";
  text-decoration: none;
  font-weight: 500;
  color: #0019bd;
  font-size: 18px;
  padding: 28px 0;
  transition: all 0.5s;
  position: relative;
  line-height: 1;
}
header.header .main-menu ul li a::after {
  content: "";
  position: absolute;
  bottom: 0px;
  width: 0%;
  height: 3px;
  background: linear-gradient(90deg, #0019bd 0%, #0047ff 50%, #00c3ffcf 100%);
  left: 0;
  border-radius: 3px;
  transition: all 0.5s;
}
header.header .main-menu ul li a:hover::after {
  width: 100%;
}

@media (min-width: 767px) {
  header.header .main-menu ul li.current-menu-item a::after {
    content: "";
    position: absolute;
    bottom: 0px;
    width: 0%;
    height: 3px;
    background: linear-gradient(90deg, #0019bd 0%, #0047ff 50%, #00c3ffcf 100%);
    left: 0;
    border-radius: 3px;
    transition: all 0.5s;
    width: 100%;
  }
}

.hamburger {
  position: relative;
  width: 1em;
  height: 1em;
  font-size: inherit;
  transition: all 0.3s ease;
  cursor: pointer;
  display: none;
}
.hamburger.is-md {
  font-size: 1.5rem;
}

.hamburger-line {
  position: absolute;
  right: 0;
  width: 100%;
  height: 0.1em;
  border-radius: 0.125em;
  background: #0000a6;
  transition: inherit;
}
.hamburger-line:nth-child(1) {
  top: 0.125em;
}
.hamburger.is-active .hamburger-line:nth-child(1) {
  top: 50%;
  transform: translateY(-50%) rotateZ(-135deg);
}
.hamburger-line:nth-child(2) {
  top: 0.438em;
}
.hamburger.is-active .hamburger-line:nth-child(2) {
  right: 50%;
  width: 0;
}
.hamburger-line:nth-child(3) {
  top: 0.75em;
  width: 0.625em;
}
.hamburger.is-active .hamburger-line:nth-child(3) {
  top: 50%;
  width: 100%;
  transform: translateY(-50%) rotateZ(135deg);
}

/* --- Hero --- */
.hero-section {
  margin: 0 20px;
  position: relative;
  overflow: hidden;
  border-radius: 40px;
}
.hero-section .hero-image {
  width: 100%;
  max-width: 100%;
  display: block;
  height: auto;
  animation: kenBurnsZoom 25s ease-in-out infinite;
}

@keyframes kenBurnsZoom {
  0% {
    transform: scale(1.1);
  }
  50% {
    transform: scale(1.3);
  }
  100% {
    transform: scale(1.1);
  }
}

.hero-section .hero-content {
  position: absolute;
  bottom: 100px;
  text-align: center;
  width: 100%;
}
.hero-section .hero-content figure img {
  width: auto;
  height: auto;
  object-fit: contain;
  display: block;
  margin: 0 auto 20px;
}
/* .hero-section h1{font-size:3vw;font-family:'ABCArizonaMix-Light';margin-bottom:0px;font-weight:300;text-transform:uppercase;line-height:1;color:#fff;letter-spacing:-0.064vw;} */
.hero-section h1 {
  font-size: 60px;
  font-family: "ABCArizonaMix-Light";
  margin-bottom: 0px;
  font-weight: 300;
  text-transform: uppercase;
  line-height: 1;
  color: #fff;
  letter-spacing: -0.156rem;
}
.hero-section .btn {
  background: transparent;
  color: #fff;
  border: 0.08vw solid #fff;
  padding: 1vw 2vw;
  border-radius: 1.8vw;
  text-decoration: none;
  font-size: 1vw;
  font-family: "GTAmericaTrial-CnMd";
  display: block;
  max-width: max-content;
  margin: 1.5vw auto 0;
}
section.about-author {
    padding-bottom: 50px;
}

.hero-section .hero-content .btn {
  transition: all 0.5s;
}
.hero-section .hero-content .btn:hover {
  transform: scale(1.05);
  background-color: #fff;
  color: #0019bd;
}

.hero-section .heading {
  color: #fff;
  font-size: 60px;
  font-family: "ABCArizonaMix-Light";
  margin-bottom: 0px;
  font-weight: 300;
  text-transform: uppercase;
  line-height: 1;
  color: #fff;
  letter-spacing: -0.156rem;
}
.hero-section .heading > div {
  overflow: hidden;
}
.hero-section .heading > div > p {
  color: #fff;
  width: max-content;
  white-space: nowrap;
  margin: 0;
  font-size: 60px;
  font-family: "ABCArizonaMix-Light";
  width: 100%;
  text-align: center;
  line-height: 117%;
}

section.reactor {
  padding-top: 4vw;
  padding-bottom: 5vw;
}
section.reactor .reactor-grid {
  max-width: 40vw;
  margin: 0 auto;
  position: relative;
  width: 100%;
}
/* section.reactor .reactor-grid h2{position:absolute;top:-2.8vw;left:50%;transform:translateX(-50%);width:100%;text-align:center;margin:0;line-height:1;font-size:3vw;font-family:'ABCArizonaMix-Light';color:#0019bd;letter-spacing:-0.064vw;} */

section.reactor .reactor-grid h2 {
  position: relative;
  top: 0.5vw;
  width: 100%;
  text-align: center;
  margin: 0;
  line-height: 1;
  font-size: 60px;
  font-family: "ABCArizonaMix-Light";
  color: #0019bd;
  letter-spacing: -0.156rem;
  text-transform: uppercase;
  min-width: 60vw;
  left: 50%;
  transform: translateX(-50%);
}
section.reactor .heading {
  min-width: 80vw;
  left: 50%;
  position: relative;
  transform: translateX(-50%);
}
section.reactor .heading > div {
  overflow: hidden;
}
section.reactor .heading > div > p {
  text-transform: uppercase;
  color: #0019bd;
  margin: 0;
  font-size: 60px;
  font-family: "ABCArizonaMix-Light";
  width: 100%;
  text-align: center;
}

section.reactor .reactor-info {
  position: absolute;
  top: 0;
  left: 0;
}
section.reactor .reactor-info h4 {
  font-family: "ABCArizonaMix-Light";
  color: #0019bd;
  font-size: 1.5vw;
  line-height: 1;
  letter-spacing: -0.05vw;
  text-transform: uppercase;
  margin: 0 0 0.6vw;
}
section.reactor .reactor-info p {
  color: #0019bd;
  font-size: 1vw;
  margin: 0;
}
section.reactor .reactor-info span.number {
  background: #e9eff4;
  border: 0.09vw solid #0019bd;
  width: 3vw;
  display: flex;
  height: 3vw;
  justify-content: center;
  align-items: center;
  color: #0019bd;
  border-radius: 0.6vw;
  font-size: 1.6vw;
  font-family: "ABCArizonaMix-Light";
  font-weight: 300;
  position: absolute;
  right: -3.8vw;
}
section.reactor .reactor-list .reactor-info:first-child {
    display: block;
    top: 22vh;
    left: -16vw;
}
section.reactor .reactor-list .reactor-info:first-child span.number {
  top: 0.4vw;
  right: 0vw;
}
section.reactor .reactor-list .reactor-info:first-child p {
  max-width: 12vw;
}
section.reactor .reactor-info:nth-child(2) {
    top: 54vh;
    left: -20.5vw;
}
section.reactor .reactor-info:nth-child(2) span.number {
    top: -2vw;
    right: 0;
}
section.reactor .reactor-info:nth-child(3) {
    top: 78vh;
    left: -10vw;
   
}
section.reactor .reactor-info:nth-child(3) span.number {
  right: 0;
}
section.reactor .reactor-info:nth-child(4) {
  top: 22vh;
  right: -15vw;
  left: auto;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
section.reactor .reactor-info:nth-child(4) span.number {
  order: 3;
  position: relative;
  right: auto;
  margin-top: 1vw;
}
section.reactor .reactor-info:nth-child(4) h4 {
  order: 1;
}
section.reactor .reactor-info:nth-child(4) p {
  order: 2;
}
section.reactor .reactor-info:nth-child(5) {
    top: 49.5vh;
    right: -18vw;
    left: auto;
   
}
section.reactor .reactor-info:nth-child(5) span.number {
  right: auto;
  left: 0vw;
}
section.reactor .reactor-info:nth-child(6) {
    top: 73.5vh;
    right: -12vw;
    left: auto;
}
section.reactor .reactor-info:nth-child(6) span.number {
  position: relative;
  right: auto;
  margin: 0 0 1vw;
}
.reactor-animation {
  position: relative;
  height: 100vh;
}
img.round-shape-bg {
  position: absolute;
  top: 55%;
  width: 100%;
  height: auto;
  object-fit: cover;
  transform: translateY(-50%);
  z-index: -1;
}

/* img.round-shape-bg{position:absolute;top:50%;width:100%;height:auto;object-fit:cover;transform:translateY(-50%);z-index:-1;} */
/* .reactor-animation canvas{width:100%;height:100%;display:block;object-fit:cover;} */
.reactor-animation canvas {
  width: 100%;
  height: 78%;
  display: block;
  object-fit: cover;
  position: absolute;
  top: 55%;
  transform: translateY(-50%);
  left: -2%;
}

.video-section {
  position: relative;
  margin: 20px;
  overflow: hidden;
  border-radius: 40px;
}
.video-section .video-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
}
.video-section .video-content button.play-btn {
  background: transparent;
  border: 0;
  outline: 0;
  width: 120px;
  pointer-events: none;
}
.video-section img {
  display: block;
}
.video-section .video-content h2 {
  font-size: 60px;
  font-family: "ABCArizonaMix-Light";
  margin: 25px 0 0px;
  font-weight: 300;
  text-transform: uppercase;
  line-height: 1;
  color: #fff;
  letter-spacing: -0.156rem;
}
.video-section .overlay {
  position: absolute;
  background: rgba(0, 0, 166, 0.5);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.plant {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 100px 0;
  margin: 0 20px;
  border-radius: 40px;
}
.plant-cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  column-gap: 30px;
}
.plant-cards .card {
  transition: all 0.3s ease;
  width: calc(50% - 15px);
  display: flex;
  flex-wrap: wrap;
  background: #fff;
  border-radius: 40px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.plant-cards .card .text-wrap {
  width: 50%;
  padding: 40px 30px;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  padding-right: 0;
}
.plant-cards .card .text-wrap h3 {
  font-size: 46px;
  line-height: 1;
  color: #0019bd;
  text-transform: uppercase;
  letter-spacing: -0.156rem;
}
.plant-cards .card .text-wrap p {
  color: #0019bd;
  font-weight: 300;
  font-family: "GTAmericaTrial-CnLt";
  margin: 0;
  max-width: 90%;
  font-size: 22px;
}
.plant-cards .card .text-wrap h3 strong {
  font-family: "ABC Arizona Mix Unlicensed Trial";
  font-weight: 500;
  display: block;
}
.plant-cards .card figure {
  width: 50%;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
}
.plant-cards .card figure img {
  display: block;
  height: 100%;
  object-fit: cover;
  max-width: 100%;
  width: 100%;
}
@media (min-width: 991px) {
  .plant-cards .card:hover {
    transform: scale(1.02) !important;
  }
}
/* --- Reactor --- */
.experience {
  padding: 100px 0 60px;
  position: relative;
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: 30%;
  overflow: hidden;
}
.experience::after {
  content: "";
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0;
  background-image: url(../images/ex-shp.png);
  width: 40%;
  height: 40%;
  background-size: contain;
  background-position: left bottom;
  z-index: -1;
  background-repeat: no-repeat;
  opacity: 0.3;
}
.experience .star-logo {
  content: "";
  position: absolute;
  width: 50px;
  height: 50px;
  bottom: 4vw;
  left: 13vw;
}
.experience .col-one {
  border: 2px solid #0019bd;
  border-radius: 40px;
  padding: 50px 0;
  width: 22%;
}
.experience .col-one h3 {
  font-family: "ABCArizonaMix-Light";
  color: #0019bd;
  font-size: 35px;
  text-align: center;
      transition: all 0.3s;
  line-height: 1.08;
  letter-spacing: -1.04px;
  font-weight: 300;
  max-width: 174px;
  margin: 0 auto;
}
@media(min-width:767px){
.experience .col-one:hover h3{
  transform: scale(1.02);
}
}
.experience .custom-row {
  display: flex;
  flex-wrap: wrap;
  column-gap: 20px;
  align-items: flex-start;
}
.experience .experience-grid {
  width: calc(100% - 22% - 20px);
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.experience .exp-item {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.experience .exp-item .text-wrapper {
  width: 55%;
  background: #ebf0f5;
  border-radius: 40px;
  padding: 20px 35px;
}
.experience .exp-item .text-wrapper h4 {
  text-transform: uppercase;
  font-family: "ABCArizonaMix-Light";
  color: #0019bd;
  font-size: 30px;
  text-align: left;
  line-height: 1.05;
  font-weight: 300;
  margin: 0;
  letter-spacing: -1.04px;
}
.experience .exp-item .text-wrapper p {
  /*font-family: "ABCArizonaMix-Light";*/
  color: #0019bd;
  font-size: 20px;
  margin: 8px 0 0;
  line-height: 1.08;
}
.experience .exp-item figure {
  transition: all 0.3s;
  width: calc(45% - 10px);
  position: relative;
  overflow: hidden;
  margin: 0;
  display: block;
  border-radius: 40px;
}
.experience .exp-item figure img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.experience .exp-item figure:hover {
  transform: scale(1.02);
}
.team-banner {
  padding: 100px 0 40px;
  margin: 0 20px;
}
.team-banner h1 {
  margin: 0 0 50px;
  font-weight: 300;
}

.team-section .list-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  padding: 0 20px;
}
.team-section .list-wrapper .list-item {
  width: calc(25% - 15px);
  background: #ebf0f5;
  border-radius: 20px;
  overflow: hidden;
}
img.hero-image {
  display: block;
  border-radius: 40px;
  width: 100%;
  height: auto;
}
.team-section .content-section {
  max-width: 100%;
  margin: 0 0 40px;
  width: 48.8%;
}
.team-section .content-section p {
  font-size: 20px;
  text-align: justify;
}
.team-section .team-info {
  position: absolute;
  bottom: 0;
  padding: 1.25rem 1.5rem;
  width: 100%;
}
.team-section .list-wrapper .list-item figure {
  margin: 0;
  position: relative;
  padding-top: 150%;
  display: block;
}
.team-section .container {
  max-width: 100%;
  padding: 0 10.5%;
}
.team-section .list-wrapper .list-item .list-content p {
  font-size: 18px;
}
.team-section .list-wrapper .list-item .list-content {
  padding: 30px 20px 20px;
}
.team-section .list-wrapper .list-item figure img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.team-section .list-wrapper .list-item .team-info .team-name {
  color: #00c8ff;
  font-family: "ABC Arizona Mix Unlicensed Trial";
  font-weight: 500;
  font-size: 22px;
  margin: 0 0 5px;
}
.team-section .list-wrapper .list-item .team-info p {
  font-family: "ABCArizonaMix-Light";
  color: #fff;
  margin: 0;
}
.team-section .list-item .list-content {
  background: transparent url(../images/icon-divider-arrow-red.svg) 15px -10px/24px
    21px no-repeat;
}
.team-section {
  position: relative;
  padding: 40px 0 100px;
  background: url(../images/team-bg.png);
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: 50% auto;
}

footer.footer {
  background: #0000a6;
  padding: 70px 0;
  position: relative;
  overflow: hidden;
}
footer.footer .footer-content {
  grid-template-columns: 3fr 1.6fr 1.6fr 1.4fr;
  display: grid;
}
.footer.footer .footer-logo {
  max-width: 280px;
  display: inline-block;
}
.footer.footer h6 {
  margin: 0 0 20px;
  font-family: "GT America Trial Bd";
  color: #fff;
  font-weight: bold;
  font-size: 16px;
}
.footer.footer a,
.footer.footer p,
.footer.footer address {
  font-family: "GTAmericaTrial-CnLt";
  color: #fff;
  font-size: 16px;
  position: relative;
  font-style: normal;
}
.copyright {
  margin: 20px 0 0;
}

ul.social-links {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
  gap: 20px;
}
ul.social-links li a svg {
  width: 24px;
  fill: #fff;
}

.team-banner.project .container {
  padding: 0 50px;
}

.project-section-modular {
  padding: 40px 0 80px;
}

.project-section-modular .container {
  display: flex;
  flex-wrap: wrap;
  column-gap: 60px;
  padding-left: 50px;
  padding-right: 50px;
}

.project-section-modular .container .column {
  width: calc(50% - 30px);
}

.project-section-modular .container .column figure {
  margin: 0;
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 30px;
}

.project-section-modular .container .column figure img {
  display: block;
  width: 100%;
  max-width: 100%;
}

.project-section-modular .container .column h3 {
  font-family: "GTAmericaTrial-CnMd";
}

section.reactor.project {
  background: #d2deea;
  border-radius: 40px;
  margin: 0 20px;
  overflow: hidden;
  position: relative;
  padding-top: 0;
  padding-bottom: 0;
}

section.reactor.project .left-column {
  position: absolute;
  width: 45%;
  top: 50%;
  transform: translateY(-50%);
  left: -50%;
}

section.reactor.project .left-column h3 {
  font-size: 3.58vw;
  line-height: 1;
  letter-spacing: -2.5px;
  text-transform: uppercase;
}

section.reactor.project .left-column p {
  font-size: 1.4vw;
  font-family: "GTAmericaTrial-CnLt";
  font-weight: 300;
  margin: 0;
}

section.reactor.project canvas {
  height: 85%;
  top: 50%;
}

ul.feature-list {
  position: absolute;
  left: 90%;
  width: 65%;
  top: 50%;
  transform: translateY(-50%);
}

.feature-list li {
  counter-increment: feature-counter;
  position: relative;
  padding-left: 4.5vw;
  margin-bottom: 2vw;
}

.feature-list li::before {
  content: counter(feature-counter);
  position: absolute;
  left: 0;
  top: 0;
  width: 2.5vw;
  height: 2.5vw;
  border: 0.12vw solid #0019bd;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0019bd;
  background-color: #dde6ef;
  font-size: 1.5vw;
  font-family: "ABCArizonaMix-Light";
}

.feature-list h4 {
  margin: 0 0 0.4vw;
  font-size: 1vw;
  font-family: "GT America Trial Bd";
  color: #0019bd;
}

.feature-list p {
  margin: 0;
  color: #0019bd;
  line-height: 1.2;
  max-width: 480px;
  font-size: 1vw;
}

.spectrum-reactor {
  margin: 20px 20px;
}
.spectrum-reactor .inner-wrapper {
  display: flex;
  flex-wrap: wrap;
  border-radius: 40px;
  overflow: hidden;
  background-color: #0019bd;
}
.spectrum-reactor .inner-wrapper .col-left {
  width: 45%;
}
.spectrum-reactor .inner-wrapper .col-left img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: left;
}
.spectrum-reactor .col-right {
  width: 55%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  padding: 40px 100px;
  max-width: 722px;
  margin: 0 auto;
}
.spectrum-reactor .col-right h2 {
  color: #fff;
  font-size: 60px;
  text-transform: uppercase;
}

.spectrum-reactor .col-right p {
  color: #fff;
  text-align: justify;
}

.power-section .container {
  display: flex;
  flex-wrap: wrap;
}

.power-section .left-column {
  width: 40%;
}
.power-section h2 {
  font-size: 60px;
}
.power-section .left-column p {
  text-align: justify;
}
.power-section .right-column {
  width: 60%;
  padding-left: 80px;
}
.power-section .right-column img {
  max-width: 400px;
}
.power-section .left-column {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.power-section .left-column-inner strong {
  display: block;
  color: #0019bd;
  font-family: "GT America Trial Bd";
}

.nuclear-section {
  background-color: #d2deea;
  margin: 0 20px 20px;
  border-radius: 40px;
  padding: 60px 0;
  position: relative;
  overflow: hidden;
}

.nuclear-section h2 {
  font-size: 60px;
}
.nuclear-section .container {
  display: flex;
  flex-wrap: wrap;
}
.nuclear-section .left-column {
  width: 40%;
}
.nuclear-section .right-column {
  width: 50%;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
}
.nuclear-section .right-column img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.nuclear-section h6 {
  font-family: "GT America Trial Bd";
  color: #ff0059;
  font-size: 16px;
  margin: 0 0 5px;
}
.nuclear-section h6 span {
  font-family: "GTAmericaTrial-CnLt";
}

body.archive .blog-posts,
body.search-results .blog-posts {
  padding-top: 60px;
}
body.archive header.page-header,
body.search-results header.page-header
{
  padding-top: 90px;
}
body.archive main,
body.search-results main {
  background-image: url(../images/blog-bg.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: left bottom;
}
.search-no-results section.no-results.not-found {
    background: #ebf3fa;
    margin: 90px auto 90px;
    max-width: 1230px;
    border-radius: 40px;
    padding: 30px 40px;
    width: 92%;
}
.search-no-results .fanuclear-search-form {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-left: 0;
    margin-right: auto;
    max-width: max-content;
    margin-top: 30px;
    margin-bottom: 10px;
}
.search-no-results .search-field {
    color: #fff;

}
section.error-404 {
  padding: 90px 0;
}

.power-section {
  background-color: #d2deea;
  margin: 0 20px 20px;
  border-radius: 40px;
  padding: 60px 0;
  background-image: url(../images/shape-pw.png);
  background-repeat: no-repeat;
  background-position: right top;
  background-size: 18%;
}

.spectrum-reactor .inner-wrapper {
  background-image: url(../images/ranbow-shape.png);
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: 14%;
}

section.team-banner.about {
  padding-bottom: 20px;
}
.about-section {
  background: #d2deea;
  border-radius: 40px;
  margin: 0 20px;
  padding: 70px 0;
}
.about-section .container {
  display: flex;
  flex-wrap: wrap;
  column-gap: 60px;
}
.about-section .container .column {
  width: calc(33% - 20px);
}

.about-section .container .column h3 {
  text-transform: uppercase;
}
.about-section .container .column:nth-child(1) {
  padding-right: 60px;
}
.about-section .container .column:nth-child(2) {
  width: calc(66% - 34px);
}
.about-section .container .column p {
  text-align: justify;
  font-size: 18px;
}
.about-section .container .column:nth-child(1) img {
  max-width: 85px;
  margin-top: 30px;
}

.timeline-section {
  position: relative;
  background-color: #d2deea;
  margin: 20px 20px;
  overflow: hidden;
  border-radius: 40px;
  background-image: url(../images/bg-wave.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.timeline-section .timeline-container {
  display: flex;
  flex-wrap: wrap;
  max-width: 55vw;
  margin: 0 auto;
}
.timeline-section .timeline-item {
  position: relative;
  width: 20%;
  padding-top: 84%;
}
.timeline-section .timeline-item p {
  position: absolute;
  color: #0019bd;
  top: 26%;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  font-size: 1.3vw;
  font-family: "ABCArizonaMix-Light";
}
.timeline-section .timeline-item:nth-child(2) p,
.timeline-section .timeline-item:nth-child(4) p {
  top: 49%;
}
.timeline-section .image-wrap {
  position: absolute;
  top: 58%;
}

.timeline-section .image-wrap img {
  width: 100%;
  max-width: 100%;
  display: block;
  height: auto;
  /*aspect-ratio: 1.5;*/
  border-radius: 10px;
}
.timeline-section .image-wrap img + img {
  margin-top: 1vw;
}
.timeline-section .timeline-item:nth-child(2) .image-wrap,
.timeline-section .timeline-item:nth-child(4) .image-wrap {
  top: 7.5%;
}
.timeline-section .star-icon {
  position: absolute;
  top: 42.9%;
  left: 13%;
  width: 3vw;
  height: 3vw;
  z-index: 1;
}
.timeline-section .dot-icon {
  background: #0044be;
  width: 3.5vw;
  height: 3.5vw;
  border-radius: 50%;
  position: absolute;
  margin: 0 auto;
  top: 38%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.timeline-section .dot-icon::before {
  content: "";
  position: absolute;
  background: #00c8ff;
  width: 1.3vw;
  height: 1.3vw;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  z-index: 1;
}
.timeline-section .dot-icon::after {
  content: "";
  position: absolute;
  background: #0044be;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
}
.timeline-section .dot-icon span {
  content: "";
  position: absolute;
  width: 0.1vw;
  height: 225%;
  top: 100%;
  left: 50%;
  background: #00c8ff;
  z-index: -1;
}
.timeline-section .timeline-item:nth-child(2) .dot-icon span,
.timeline-section .timeline-item:nth-child(4) .dot-icon span {
  top: -145%;
  height: 330%;
}
.timeline-section::after {
  content: "";
  position: absolute;
  left: 15vw;
  width: 85vw;
  height: 0.1vw;
  background: #ff0059;
  top: 46%;
}

/*Blog Grid*/
.blog-posts {
  display: flex;
  flex-direction: column;
  gap: 40px;
  padding-top: 100px;
  margin: 0 20px;
  flex-wrap: wrap;
  padding-bottom: 70px;
}
.nav-links {
  text-align: center;
  margin-top: 20px;
  display: flex;
  justify-content: center;
  gap: 20px;
}

.first-post {
  width: 100%;
}
.post-item.first-post .container,
.single-post article .entry-header .container,
.page-template-template-news .entry-header .container,
.single-fanuclear_news .entry-header .container {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  margin-bottom: 20px;
}
.post-item.first-post .container .entry-header-inner,
.single-post article .entry-header .container .entry-header-inner,
.page-template-template-news .entry-header .container .entry-header-inner,
.single-fanuclear_news .entry-header .container .entry-header-inner {
  width: calc(100% - 220px);
  padding-right: 40px;
}
.page-template-template-news .entry-header .container .entry-header-inner h1,
.page-template-template-news .entry-header .container .entry-header-inner h1 a {
  color: #fff;
}
.single-fanuclear_news .entry-header .container .entry-header-inner h1,
.single-fanuclear_news .entry-header .container .entry-header-inner h1 a {
  color: #fff;
}
.post-item.first-post a.post-thumbnail img {
  border-radius: 40px;
  display: block;
  height: auto;
  width: 100%;
  max-width: 100%;
}
.fanuclear-share a.trigger-share img.share-icon {
  width: 22px;
}
.fanuclear-share a.trigger-share {
  background: #ff0059;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  border-radius: 30px;
  font-size: 18px;
  color: #8e0032;
  padding: 10px 15px;
  gap: 10px;
  text-transform: uppercase;
  max-width: max-content;
  font-family: "GT America Trial Bd";
}
.post-item.first-post .container .fanuclear-search,
.single-post .container .fanuclear-search,
.page-template-template-news .entry-header .container .fanuclear-search {
  position: relative;
  top: -62px;
}
.post-item.first-post .container .entry-header-inner h1.entry-title a,
.single-post
  article
  .entry-header
  .container
  .entry-header-inner
  h1.entry-title
  a {
  color: #0019bd;
}
.post-item.first-post .container .entry-header-inner h1.entry-title,
.single-post
  article
  .entry-header
  .container
  .entry-header-inner
  h1.entry-title {
  max-width: 388px;
  margin-bottom: 30px;
}
.page-template-template-news
  .entry-header
  .container
  .entry-header-inner
  h1.entry-title,
.single-fanuclear_news
  .entry-header
  .container
  .entry-header-inner
  h1.entry-title {
  margin-bottom: 0;
}
.page-template-template-news header.entry-header,
.single-fanuclear_news header.entry-header {
  margin-top: 90px;
}
.post-grid .post-item article footer.entry-footer a.trigger-share {
  padding: 7px 14px;
  font-size: 16px;
}
.post-grid
  .post-item
  article
  footer.entry-footer
  a.trigger-share
  img.share-icon {
  width: 18px;
}
.post-item.first-post .content-main .container .entry-content,
.single-post article .entry-header .container .entry-content {
  width: calc(100% - 124px);
  padding-right: 100px;
}
.post-item.first-post .content-main .container .entry-content p,
.single-post article .entry-header .container .entry-content p {
  font-family: "ABCArizonaMix-Light";
  margin: 0;
}
.post-item.first-post .content-main {
  margin-top: 90px;
}
.post-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
.page-template-template-news .entry-header .container .fanuclear-search {
  top: 0;
}
.page-template-template-news .entry-header .container,
.single-fanuclear_news .entry-header .container {
  align-items: center;
  margin-bottom: 35px;
}

/* .post-item {
  background: #fff;
  border: 1px solid #eee;
  padding: 20px;
  transition: all 0.3s ease;
} */

/* .post-item:hover {
  transform: translateY(-5px);
}  */
/*Search Form*/
.fanuclear-search-form {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.search-input-wrapper {
  display: flex;
  align-items: center;
  background: #0000a6;
  border-radius: 40px;
  padding: 10px 15px;
  width: 220px;
  transition: all 0.3s ease;
}
/* .search-input-wrapper:hover,
.search-input-wrapper:focus-within {
  background: #e9ecef;
} */
.single-post .content-main .container .entry-content,
.single-fanuclear_news .content-main .container .entry-content {
  width: calc(100% - 200px);
}

.single-fanuclear_news .content-main {
  padding-bottom: 90px;
  background-image: url(../images/news-details-bg.png);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: contain;
}
.single-post .content-main .container,
.single-fanuclear_news .content-main .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
.single-post header.entry-header + .post-thumbnail,
.page-template-template-news header.entry-header + .post-thumbnail,
.single-fanuclear_news header.entry-header + .post-thumbnail {
  border-radius: 40px;
  overflow: hidden;
  margin: 0 20px 90px;
}

.page-template-template-news .search-input-wrapper,
.single-fanuclear_news .search-input-wrapper {
  background: #ffffff;
  /*box-shadow: inset 0 0 15px #0000a6;*/
}
.single-fanuclear_news .content-main * {
  color: #fff;
}
.single-post .content-main p {
  font-family: "ABCArizonaMix-Light";
}
.single-post header.entry-header + .post-thumbnail img {
  display: block;
  width: 100%;
  height: auto;
}

.search-icon {
  color: #999;
  margin-right: 8px;
  flex-shrink: 0;
}

.post-item.first-post .container .entry-header-inner .entry-meta,
.single-post article .entry-header .container .entry-header-inner .entry-meta {
  font-family: "ABC Arizona Mix Unlicensed Trial" !important;
  font-weight: 500;
}

.post-item.first-post a.read-more {
  font-family: "ABC Arizona Mix Unlicensed Trial";
  font-weight: 500;
  margin-left: 6px;
  color: #0019bd;
}
.post-grid .post-item {
  background: #0019bd;
  border-radius: 35px;
  padding-top: 35px;
  padding-bottom: 15px;
  display: flex;
}
.post-grid .post-item article {
  display: flex;
  flex-direction: column;
  flex: 1;
}
.post-grid .post-item article header.entry-header {
  flex-grow: 1;
  flex-basis: 0;
  padding: 0 30px;
}
.post-grid .post-item article header.entry-header h2 {
  font-size: 50px;
  font-family: "ABCArizonaMix-Light";
}
.post-grid .post-item article header.entry-header h2 a {
  color: #fff;
}
.post-grid .post-item article .entry-content p {
  color: #fff;
}
.post-grid .post-item article .entry-content {
  padding: 30px 30px 30px;
}
.post-grid .post-item article footer.entry-footer {
  display: flex;
  justify-content: space-between;
  padding: 0 15px 0 30px;
  align-items: center;
  margin-top: 40px;
}
.post-grid .post-item article footer.entry-footer .entry-meta {
  width: calc(100% - 130px);
  padding-right: 10px;
}
.fanuclear-share {
  position: relative;
}
.fanuclear-share .share-buttons {
  position: absolute;
  min-width: max-content;
  right: 0;
  top: 100%;
}
.post-grid .post-item article footer.entry-footer .entry-meta * {
  color: #23ddff;
  text-transform: uppercase;
  font-family: "GTAmericaTrial-CnMd";
}
.single-post article {
  padding-top: 100px;
}
.post-item.first-post .container .entry-header-inner .entry-meta *,
.single-post
  article
  .entry-header
  .container
  .entry-header-inner
  .entry-meta
  * {
  color: #0019bd;
  text-transform: uppercase;
}
body.blog main {
  background-image: url(../images/blog-bg.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: left bottom;
}
.search-input-wrapper svg.search-icon {
  width: 25px;
  height: 25px;
  fill: #ffffff;
}
.search-field {
  border: none;
  background: transparent;
  outline: none;
  width: 100%;
  font-size: 20px;
  color: #0019bd;
  font-family: "GTAmericaTrial-CnLt";
}

.search-field::placeholder {
  color: #ffffff;
  font-style: italic;
}

.search-submit {
  display: none; /* hide default button */
}

/*Related Post*/
.related-posts {
  margin-top: 80px;
  padding-top: 70px;
  background: #0000a6;
  padding-bottom: 40px;
}

.related-title {
  color: #fff;
  font-size: 24px;
  margin-bottom: 30px;
  font-weight: 600;
  text-align: center;
}

.related-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.related-item {
  text-align: left;
  background: transparent;
}
.related-item a.related-thumb {
  display: block;
  overflow: hidden;
  border-radius: 10px;
}

.related-thumb img {
  width: 100%;

  transition: transform 0.3s ease;
}

.related-thumb img:hover {
  transform: scale(1.02);
}
.nav-links a {
  background: #0019bd;
  color: #fff;
  border-radius: 30px;
  padding: 7px 15px;
  display: inline-block;
}
.related-date {
  display: block;
  margin-top: 10px;
  font-size: 15px;
  color: #fff;
  font-family: "GTAmericaTrial-CnLt";
}
.related-heading {
  margin-top: 5px;
  line-height: 1.2;
  font-family: "ABC Arizona Mix Unlicensed Trial";
  font-size: 34px;
}

.related-heading a {
  color: #fff;
  text-decoration: none;
  transition: color 0.3s ease;
}

/* Responsive */
@media (max-width: 900px) {
  .related-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 600px) {
  .related-grid {
    grid-template-columns: 1fr;
  }
}

/*Author Section*/
.about-author .author-box {
  background: #0018b0;
  color: #fff;
  border-radius: 40px;
  padding: 50px 70px;
  margin-top: 60px;
  position: relative;
  display: flex;
  align-items: center;
  gap: 70px;
  flex-wrap: wrap;
}

.author-image img {
  border-radius: 50%;
  width: 240px;
  height: 240px;
  object-fit: cover;
}
.search-field::placeholder {
  color: #ffffff;
  opacity: 1; /* ensures consistent color across browsers */
}

/* Optional: if you want to match all browsers */
.search-field:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #ffffff;
}
.search-field::-ms-input-placeholder {
  /* Microsoft Edge (legacy) */
  color: #ffffff;
}
.page-template-default header.entry-header +  .post-thumbnail {
    border-radius: 40px;
    overflow: hidden;
    margin: 0 20px 60px;
}
.page-template-default main#primary {
    padding-bottom: 50px;
}
.page-template-default header.entry-header {
    margin: 90px 0 30px;
}
.page-template-default header.entry-header + .post-thumbnail img {
    display: block;
}
body.blog .search-field,
.single-post .search-field {
  color: #fff;
}
.page-template-template-news .search-field::placeholder,
.single-fanuclear_news .search-field::placeholder {
  color: #0000a6;
}

/* Optional: if you want to match all browsers */
.page-template-template-news .search-field:-ms-input-placeholder,
.single-fanuclear_news .search-field:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #0000a6;
}
.page-template-template-news .search-field::-ms-input-placeholder,
.single-fanuclear_news .search-field::-ms-input-placeholder {
  /* Microsoft Edge (legacy) */
  color: #0000a6;
}
.page-template-template-news .search-input-wrapper svg.search-icon,
.single-fanuclear_news .search-input-wrapper svg.search-icon {
  fill: #0000a6;
}

.news-wrap {
  background-image: url(../images/news-bg.png);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 100% auto;
  padding-bottom: 100px;
}

.author-info {
  flex: 1;
  max-width: 619px;
}
.author-info h4 {
  margin: 0 0 15px;
  color: #fff;
  font-family: "GT America Trial Bd";
  font-size: 20px;
  font-weight: bold;
}

.author-info p {
  color: #fff;
}

.author-link {
  display: inline-block;
  color: #ff0059;
  margin-top: 10px;
  font-family: "ABCArizonaMix-Light";
  text-decoration: none;
  border-bottom: 1px solid #ff0059;
}

@media (max-width: 768px) {
  .author-box {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .author-share {
    margin-left: 0;
  }
}

/*News List*/
.news-category-section {
  padding: 70px 0;
  background: #0000a6; /* dark blue background */
}

.news-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.news-card {
  background: #e3e8ef;
  border-radius: 15px;
  padding: 30px 25px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-template-template-news .nav-links a {
  background: #fff;
  display: inline-block;
}

.news-cat {
  font-size: 15px;
  color: #0000a6;
  text-transform: capitalize;
  margin-bottom: 10px;
  font-family: "GTAmericaTrial-CnLt";
}

.news-title {
  font-size: 32px;
  color: #0019bd;
  margin-bottom: 30px;
  font-family: "ABC Arizona Mix Unlicensed Trial";
  font-weight: 500;
}
.news-category-section .news-card-inner {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  width: 100%;
}
.news-category-section .news-card-inner .news-title {
  flex-grow: 1;
  font-size: 36px;
  flex-basis: 0;
}

.news-title a {
  text-decoration: none;
  color: #0019bd;
}

.news-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-top: 80px;
}
.news-footer .arrow-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.cat-name {
  font-size: 18px;
  color: #0019bd;
  text-transform: uppercase;
  text-decoration: underline;
  font-family: "ABCArizonaMix-Light";
}

.arrow-link {
  color: #0019bd;
  font-size: 20px;
  font-weight: 600;
  text-decoration: none;
  transition: transform 0.2s ease;
}

.arrow-link:hover {
  transform: translateX(4px);
}

/* Responsive */
@media (max-width: 992px) {
  .news-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .news-grid {
    grid-template-columns: 1fr;
  }
}
.news-list-page {
  padding: 60px 0;
}

.news-list {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.page-template-template-news .fanuclear-share {
  margin-right: 30px;
  margin-left: auto;
  max-width: max-content;
  margin-bottom: 20px;
}
.news-card {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  background: #e3e8ef;
  border-radius: 20px;
  padding: 25px 30px;
  gap: 40px;
  color: #0019bd;
}
.news-card {
  background: #e2e9f0 !important;
  border-radius: 40px !important;
  padding: 30px 30px !important;
}
.news-content {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}

.news-thumb img {
  border-radius: 15px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 1.2;
}
.news-thumb {
  width: 35%;
}

.news-meta {
  font-family: "ABC Arizona Mix Unlicensed Trial" !important;
  font-weight: 500;
  color: #0019bd;

  text-transform: uppercase;
}

.divider {
  border: none;
  border-top: 1px solid rgba(0, 27, 123, 0.3);
  margin: 8px 0 15px;
}
.news-category-section h2 {
  font-size: 60px;
  margin: 0 0 40px !important;
  display: block;
  color: #fff;
}

.news-title a {
  color: inherit;
  text-decoration: none;
}

.news-excerpt {
  font-size: 22px;
  line-height: 1.2;
  color: #0019bd;
  font-family: "ABCArizonaMix-Light";
  font-weight: 300;
  margin-top: auto;
  margin-bottom: 0;
  display: block;
}

.read-more {
  color: #ff004c;
  font-weight: 600;
  text-decoration: none;
}

.read-more:hover {
  text-decoration: underline;
}

/* Pagination */
.pagination-wrap {
  text-align: center;
  margin-top: 40px;
}

.pagination-wrap .nav-links a {
  color: #0019bd;
  font-weight: 600;
  padding: 8px 12px;
  text-decoration: none;
}

.pagination-wrap .nav-links a:hover {
  color: #ff004c;
}

.news-grid .news-card {
  border-radius: 25px !important;
}

body.page-template-template-news,
.single-fanuclear_news {
  background: #0019bd;
}
body.page-template-template-news header.header,
.single-fanuclear_news header.header {
  background: #0d26ce;
}
body.page-template-template-news header.header .main-menu ul li a,
body.single-fanuclear_news header.header .main-menu ul li a {
  color: #fff;
}

/* Responsive */
@media (max-width: 768px) {
  .news-card {
    flex-direction: column;
  }

  .news-thumb img {
    width: 100%;
    height: auto;
  }
}

@media (max-width: 1200px) {
  h1 {
    font-size: 52px;
    letter-spacing: -2.3px;
  }
  header.header .logo {
    width: 250px;
  }
  header.header .main-menu {
    width: calc(100% - 250px);
  }
  header.header .main-menu ul {
    column-gap: 32px;
  }
  .hero-section .hero-content {
    bottom: 50px;
  }
  .hero-section h1 {
    font-size: 44px;
  }
  .hero-section .heading > div > p,
  .video-section .video-content h2,
  section.reactor .heading > div > p {
    font-size: 44px;
  }
  .hero-section .btn {
    border: 0.1vw solid #fff;
    padding: 1vw 2vw;
    font-size: 1.4vw;
  }

  .plant-cards .card .text-wrap h3 {
    font-size: 34px;
  }

  .video-section .video-content button.play-btn {
    width: 100px;
  }
  .experience .exp-item .text-wrapper h4,
  .experience .col-one h3 {
    font-size: 26px;
  }

  .team-section .list-wrapper .list-item .team-info .team-name {
    font-size: 20px;
  }
  .team-banner {
    padding: 70px 0 40px;
  }

  .spectrum-reactor .col-right h2,
  .power-section h2,
  .nuclear-section h2 {
    font-size: 50px;
  }
  .nuclear-section .left-column {
    width: 45%;
  }
  .about-section .container .column h3 {
    font-size: 25px;
  }
  .about-section .container .column:nth-child(1) {
    padding-right: 0;
  }
  .post-grid .post-item article header.entry-header h2 {
    font-size: 40px;
  }
}

@media (max-width: 991px) {
  h1 {
    font-size: 44px;
    letter-spacing: -2.2px;
  }
  .post-grid .post-item article header.entry-header h2 {
    font-size: 34px;
  }
  header.header .logo {
    width: 200px;
  }
  header.header .main-menu {
    width: calc(100% - 200px);
  }
  header.header .main-menu ul {
    column-gap: 15px;
  }
  header.header .main-menu ul li a {
    font-size: 16px;
    padding: 25px 0;
  }
  .hero-section h1 {
    font-size: 38px;
  }
  .hero-section .heading > div > p,
  .video-section .video-content h2,
  section.reactor .heading > div > p {
    font-size: 38px;
  }
  .plant-cards .card .text-wrap h3 {
    font-size: 28px;
  }
  .plant-cards .card .text-wrap {
    padding: 25px 25px;
  }
  blockquote,
  blockquote p {
    font-size: 44px;
  }
  .plant-cards .card .text-wrap p {
    font-size: 14px;
  }
  .experience .exp-item .text-wrapper {
    width: 100%;
    padding: 20px 40px;
  }
  .experience .exp-item figure {
    width: 100%;
  }
  .experience .exp-item {
    border-bottom: 1px solid #ddd;
    padding-bottom: 25px;
    margin-bottom: 15px;
  }
  .experience .exp-item:last-child {
    margin: 0;
    padding: 0;
    border: 0;
  }
  .plant {
    padding: 80px 0;
  }
  .experience {
    padding: 60px 0 60px;
  }
  .experience .exp-item .text-wrapper h4,
  .experience .col-one h3 {
    font-size: 22px;
  }
  .team-section .list-wrapper .list-item {
    width: calc(33.33% - 14px);
  }
  section.reactor .heading {
    min-width: 100vw;
  }
  ul.social-links {
    gap: 15px;
  }
  .footer.footer .footer-logo {
    max-width: 250px;
  }
  ul.social-links li a svg {
    width: 22px;
  }
  .project-section-modular .container .column {
    width: 100%;
  }
  .project-section-modular .container {
    column-gap: 0;
    row-gap: 30px;
  }
  .spectrum-reactor .col-right h2,
  .power-section h2,
  .nuclear-section h2 {
    font-size: 44px;
  }
  .power-section .right-column {
    padding-left: 40px;
  }
  .about-section .container .column:nth-child(1) {
    padding-right: 0;
  }
}

@media (max-width: 767px) {
  h1 {
    font-size: 34px;
    letter-spacing: -0.5px;
  }
  body.archive header.page-header,
  body.search-results header.page-header {
    padding-top: 50px;
  }
  body.archive .blog-posts,
  body.search-results .blog-posts {
    padding-top: 40px;
    margin: 0;
  }
  .post-item.first-post .container .entry-header-inner h1.entry-title,
  .single-post
    article
    .entry-header
    .container
    .entry-header-inner
    h1.entry-title {
    font-size: 34px;
  }
  p {
    font-size: 16px;
  }
  .hamburger {
    display: inline-block;
  }
  header.header {
    margin: 15px 15px;
    position: relative;
    padding: 15px 0;
  }
  header.header .main-menu ul {
    column-gap: 15px;
    position: fixed;
    top: 75px;
    background: #e2e9f0;
    z-index: 1;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    left: auto;
    right: 0;
    transform: translatex(110%);
    transition: all 0.5s;
    height: 100%;
    justify-content: flex-start;
    padding-bottom: 100px;
    overflow-y: auto;
  }
  header.header .main-menu ul li {
    width: 100%;
    text-align: center;
  }
  header.header .main-menu ul li a {
    font-size: 22px;
    padding: 20px 0;
    border-bottom: 1px solid;
    width: 100%;
    display: block;
  }

  body.open {
    position: fixed;
    width: 100%;
    overflow: hidden;
    top: 0;
    left: 0;
  }

  header.header .main-menu ul.open {
    transform: translatex(0);
  }
  body {
    overflow-x: hidden;
  }
  .hero-section .hero-content {
    bottom: 100px;
  }
  .hero-section h1 {
    font-size: 22px;
  }
  .hero-section .heading > div > p {
    font-size: 22px;
  }
  .hero-section {
    margin: 0 15px;
  }

  .hero-section .hero-content figure img {
    width: 25px;
    height: 25px;
    margin: 0 auto 10px;
  }
  .hero-section .btn {
    border: 1px solid #fff;
    padding: 12px 20px;
    font-size: 16px;
    border-radius: 30px;
    margin: 15px auto 0;
  }
  .hero-section .hero-image {
    animation: none;
    min-height: calc(100vh - 110px);
    object-fit: cover;
  }

  .plant-cards .card {
    width: 100%;
  }
  .plant-cards .card .text-wrap {
    padding: 20px 20px;
  }
  .plant-cards .card .text-wrap h3 {
    font-size: 22px;
    letter-spacing: -1px;
  }
  .experience .exp-item .text-wrapper p {
    font-size: 16px;
  }
  .plant-cards {
    column-gap: 0;
    row-gap: 20px;
  }
  .plant {
    padding: 60px 0;
  }
  .video-section .video-content {
    width: 100%;
  }
  .video-section .video-content h2 {
    font-size: 28px;
    margin: 10px 0 0px;
    letter-spacing: -1px;
  }
  .video-section .video-content button.play-btn {
    width: 60px;
  }

  .experience .col-one {
    padding: 40px 0;
    width: 100%;
  }
  .experience .experience-grid {
    width: 100%;
    margin-top: 25px;
  }
  .experience .exp-item .text-wrapper {
    padding: 20px 30px;
  }
  .experience {
    padding: 40px 0 80px;
  }
  section.reactor .reactor-info h4 {
    font-size: 3vw;
    margin: 0 0 1vw;
  }

  section.reactor .reactor-list .reactor-info:first-child p {
    max-width: 22vw;
  }
  section.reactor .reactor-info p {
    font-size: 2.7vw;
  }
  section.reactor .reactor-grid h2 {
    top: 7.2vh;
    width: 100%;
    font-size: 7vw;
    width: 100%;
    min-width: 70vw;
  }
  section.reactor .reactor-info:nth-child(3) span.number {
    right: -7vw;
    top: -2vw;
  }
  section.reactor .reactor-info:nth-child(4) {
    top: 21vh;
    right: -30.5vw;
    max-width: 29vw;
  }
  section.reactor .reactor-info:nth-child(4) br {
    display: none;
  }
  section.reactor .reactor-info:nth-child(4) span.number {
    margin-top: 3vw;
  }
  section.reactor .heading {
    top: 30px;
    position: absolute;
  }
  section.reactor .heading > div > p {
    font-size: 20px;
  }
  section.reactor .reactor-info span.number {
    border: 1px solid #0019bd;
    width: 5vw;
    height: 5vw;
    border-radius: 4px;
    font-size: 3vw;
    right: 1vw;
    top: -2vw;
  }
  footer.footer .footer-content {
    display: block;
  }
  footer.footer .footer-content .column:nth-child(1) {
    width: 100%;
    margin: 0 0 30px;
  }
  footer.footer .footer-content .column:nth-child(3),
  footer.footer .footer-content .column:nth-child(4) {
    width: calc(50% - 2px);
    display: inline-block;
    vertical-align: top;
  }
  ul.social-links {
    margin: 0 0 20px;
  }
  footer.footer {
    padding: 50px 0;
  }
  .reactor-animation canvas {
    height: 55%;
  }
  .reactor-animation {
    display: flex;
    align-items: center;
  }
  section.reactor .reactor-info:nth-child(5) {
    right: -28.5vw;
    max-width: 25vw;
  }
  section.reactor .reactor-info:nth-child(5) br {
    display: none;
  }
  section.reactor .reactor-info:nth-child(5) span.number {
    right: auto;
    left: 0vw;
    top: -7vw;
  }
  section.experience {
    overflow: hidden;
  }
  html {
    overflow-x: hidden;
  }
  .experience .star-logo {
    width: 35px;
    height: 35px;
    bottom: 4vw;
    left: 5vw;
  }
  .team-banner {
    padding: 40px 0 40px;
  }
  .team-banner h1 br {
    display: none;
  }
  .team-banner > .container {
    padding: 0;
  }
  .team-banner h1 {
    font-size: 30px;
    letter-spacing: -1.5px;
    margin: 0 0 30px;
  }
  .team-banner {
    margin: 0 15px;
  }
  .team-section .list-wrapper .list-item {
    width: 100%;
  }
  .team-section .list-wrapper {
    gap: 15px;
    padding: 0;
  }
  .team-section .list-wrapper .list-item .list-content {
    padding: 25px 14px 15px;
  }
  section.reactor .heading {
    top: 30px;
    position: absolute;
    left: -25%;
    width: 100vw;
    transform: translateX(-50%);
  }
  section.reactor .reactor-list .reactor-info:first-child {
    left: -55vw;
    top: 17vh;
  }
  section.reactor .reactor-info:nth-child(2) {
    left: -55vw;
    top: 34vh;
  }
  section.reactor .reactor-info:nth-child(3) {
    top: 44vh;
    left: -55vw;
  }
  section.reactor .reactor-info:nth-child(4) {
    top: 56vh;
    right: auto;
    max-width: 29vw;
    left: -55vw;
  }
  section.reactor .reactor-info:nth-child(5) {
    right: auto;
    max-width: 25vw;
    left: -55vw;
    top: 70vh;
  }
  section.reactor .reactor-info:nth-child(6) {
    top: 82vh;
    right: auto;
    left: -55vw;
  }
  section.reactor .reactor-list .reactor-info p {
    max-width: 100% !important;
  }
  /* .reactor-info {
    padding-left: 8vw;
  } */
  section.reactor .reactor-info {
    max-width: 38vw !important;
  }
  section.reactor .reactor-info::after {
    width: calc(100% + 7vw) !important;
    height: calc(100% + 6vw) !important;
 }
  .reactor-animation canvas {
    height: 68%;
    left: -15%;
  }
  section.reactor .reactor-list .reactor-info p br {
    display: none;
}
  img.round-shape-bg {
    transform: translateY(-50%) scale(1.5);
    left: -10%;
  }
  section.reactor .reactor-info span.number {
    top: 0;
    position: absolute !important;
    right: auto !important;
    left: 0 !important;
    top: 0 !important;
  }
  section.reactor .reactor-grid {
    max-width: 40vw;
    margin: 0 auto;
    position: relative;
    width: 100%;
    margin-right: 0;
    margin-left: auto;
  }
 .reactor-list {
    position: absolute;
    left: -55vw;
    height: calc(100% - 30vh);
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: space-between;
    top: 18vh;
}
  section.reactor .reactor-info {
    /* max-width: 40vw !important; */
    position: relative !important;
    top: auto !important;
    left: 1.5vw !important;
    right: auto !important;
  }
  .team-banner.project .container {
    padding: 0 15px;
  }
  .project-section-modular .container {
    padding-left: 15px;
    padding-right: 15px;
  }
  .project-section-modular {
    padding: 10px 0 50px;
  }
  .spectrum-reactor .inner-wrapper .col-left {
    width: 100%;
  }
  .spectrum-reactor .col-right {
    width: 100%;
    padding: 30px 30px 60px;
    max-width: 100%;
  }
  .spectrum-reactor .col-right h2,
  .power-section h2,
  .nuclear-section h2 {
    font-size: 30px;
  }
  .spectrum-reactor .inner-wrapper {
    background-size: 32%;
  }
  .power-section .left-column {
    width: 100%;
  }
  .power-section .right-column {
    padding-left: 0;
    width: 100%;
    padding-top: 40px;
  }
  .power-section .right-column img {
    max-width: 100%;
  }
  .spectrum-reactor {
    margin: 20px 15px;
  }
  .power-section {
    margin: 0 15px 20px;
    background-size: 41%;
  }
  .nuclear-section .left-column {
    width: 100%;
    margin-bottom: 30px;
  }
  .nuclear-section .right-column {
    width: 100%;
    height: auto;
    position: relative;
  }
  .nuclear-section {
    margin: 0 15px 20px;
    padding: 40px 0 0;
  }
  section.reactor.project canvas {
    height: 55%;
    top: 50%;
  }
 section.reactor.project .left-column {
    width: 100%;
    top: 9%;
    min-width: 70vw;
    left: -98%;
}
  ul.feature-list {
    position: absolute;
    left: -47vw;
    width: 85%;
    top: 52%;
    transform: translateY(-50%);
    height: 70%;
    display: flex;
    flex-wrap: wrap;
    padding: 0;
  }
  .feature-list h4 {
    margin: 0 0 0.7vw;
    font-size: 2.5vw;
  }
  section.reactor.project .left-column h3 {
    font-size: 3.8vw;
    letter-spacing: -0.5px;
    margin: 0 0 1.2vw;
  }
  section.reactor.project .left-column h3 br {
    display: none;
  }
  .feature-list p {
    font-size: 2.5vw;
  }
  .project-section-modular .container .column h3 {
    font-size: 22px;
  }
  .nuclear-section .right-column img {
    border-radius: 40px;
    display: block;
  }
  .plant {
    margin: 0 15px;
  }
  .video-section {
    margin: 20px 15px;
  }
  .container {
    padding-right: 15px;
    padding-left: 15px;
  }
  .team-section .content-section {
    max-width: 100%;
    width: 100%;
  }
  .team-section .container {
    padding: 0 15px;
  }
  .timeline-section {
    margin: 20px 15px;
  }
  .timeline-section .timeline-container {
    max-width: 82vw;
  }
  .timeline-section .timeline-item p {
    font-size: 2.1vw;
  }
  .timeline-section .dot-icon span {
    width: 0.2vw;
    height: 359%;
  }
  .timeline-section::after {
    left: 6vw;
    width: 88vw;
    height: 0.2vw;
    top: 45%;
  }
  .timeline-section .star-icon {
    top: 41.5%;
    left: 3%;
    width: 5vw;
    height: 5vw;
  }
  .timeline-section .timeline-item:nth-child(2) .dot-icon span,
  .timeline-section .timeline-item:nth-child(4) .dot-icon span {
    top: -240%;
    height: 460%;
  }
  .about-section .container .column:nth-child(1) {
    padding-right: 0;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column-reverse;
    column-gap: 0;
    row-gap: 30px;
  }
  .about-section .container .column:nth-child(2) {
    width: 100%;
  }
  .about-section {
    margin: 0 15px;
    padding: 30px 0 40px;
  }
  .about-section .container .column:nth-child(1) img {
    max-width: 45px;
    margin-top: 0;
  }
  .about-section .container .column p {
    font-size: 16px;
  }
  .post-grid .post-item article header.entry-header h2 {
    font-size: 30px;
  }
  .post-grid {
    grid-template-columns: repeat(1, 1fr);
  }
  .post-grid .post-item article header.entry-header {
    padding: 0 20px;
  }
  .post-grid .post-item article .entry-content {
    padding: 20px;
  }
  .post-grid .post-item article footer.entry-footer {
    padding: 0 10px 0 20px;
    flex-wrap: wrap;
  }
  .post-grid .post-item article footer.entry-footer .fanuclear-share {
    position: relative;
    margin-right: 0;
    margin-left: auto;
    margin-top: 10px;
  }
  .fanuclear-share a.trigger-share {
    font-size: 16px;
    padding: 5px 14px;
  }
  .post-item.first-post .container .entry-header-inner,
  .single-post article .entry-header .container .entry-header-inner,
  .page-template-template-news .entry-header .container .entry-header-inner {
    width: 100%;
    padding-right: 0;
  }
  .post-item.first-post + .container {
    padding: 0;
  }
  .post-item.first-post .container {
    padding: 0;
  }
  .blog-posts {
    padding-top: 50px;
    margin: 0 15px;
    padding-bottom: 50px;
  }
  .single-post article {
    padding-top: 50px;
  }
  .post-item.first-post .container .entry-header-inner h1.entry-title,
  .single-post
    article
    .entry-header
    .container
    .entry-header-inner
    h1.entry-title,
  .page-template-template-news
    .entry-header
    .container
    .entry-header-inner
    h1.entry-title {
    max-width: 100%;
    margin-bottom: 30px;
  }
  .post-item.first-post .container .fanuclear-search,
  .single-post article .entry-header .fanuclear-search,
  .page-template-template-news .entry-header .container .fanuclear-search {
    position: relative;
    top: 0;
    margin-top: 15px;
    width: 100%;
  }
  .single-fanuclear_news .entry-header .fanuclear-search {
    margin-top: 15px;
    width: 100%;
  }
  .page-template-template-news header.entry-header {
    margin-top: 50px;
  }
  .page-template-template-news header.entry-header + .post-thumbnail {
    margin: 0 15px 50px;
  }
  .page-template-template-news
    .entry-header
    .container
    .entry-header-inner
    h1.entry-title,
  .single-fanuclear_news
    .entry-header
    .container
    .entry-header-inner
    h1.entry-title {
    margin-bottom: 0;
    font-size: 34px;
  }
  .post-item.first-post .container .fanuclear-search label,
  .single-post article .entry-header .fanuclear-search label,
  .page-template-template-news .entry-header .container .fanuclear-search label,
  .single-fanuclear_news .entry-header .fanuclear-search label {
    display: block;
    width: 100%;
  }
  .single-fanuclear_news header.entry-header + .post-thumbnail {
    margin: 0 15px 50px;
  }
  .single-post header.entry-header + .post-thumbnail {
    margin: 0 15px 50px;
  }
  .single-post .content-main .container .entry-content {
    width: 100%;
  }
  .single-post .content-main .container .entry-content,
  .single-fanuclear_news .content-main .container .entry-content {
    width: 100%;
  }
  .single-fanuclear_news .fanuclear-share {
    margin-right: 0;
    margin-left: auto;
    margin-top: 10px;
  }
  .single-fanuclear_news .content-main {
    padding-bottom: 50px;
    background-size: 50%;
  }
  .search-input-wrapper {
    width: 100%;
  }
  .post-item.first-post .content-main .container .entry-content,
  .single-fanuclear_news .entry-header .container .entry-header-inner {
    width: 100%;
    padding-right: 0;
  }
  .post-item.first-post .container .fanuclear-share {
    margin-right: 0;
    margin-left: auto;
    margin-top: 10px;
  }
  .blog-posts {
    gap: 20px;
  }
  .post-item.first-post .content-main,
  .single-fanuclear_news header.entry-header {
    margin-top: 50px;
  }
  .post-grid .post-item article footer.entry-footer .entry-meta {
    width: 100%;
    padding-right: 0;
  }
  blockquote,
  blockquote p {
    font-size: 32px;
  }
  ul.wp-block-list li,
  ol.wp-block-list li {
    font-size: 16px;
  }
  .single-post .fanuclear-share {
    margin-right: 0;
    margin-left: auto;
    margin-top: 5px;
  }
  .about-author .author-box {
    padding: 35px 25px;
    margin-top: 40px;
    gap: 35px;
  }
  .related-heading {
    font-size: 24px;
  }
  .related-posts {
    margin-top: 60px;
    padding-top: 50px;
    padding-bottom: 30px;
  }
  .news-thumb {
    width: 100%;
  }
  .news-card {
    padding: 30px 25px !important;
  }
  .news-excerpt {
    font-size: 18px;
  }
  .news-title {
    font-size: 28px;
    margin-bottom: 20px;
  }
  .news-wrap {
    padding-bottom: 50px;
  }
  .news-category-section h2 {
    font-size: 42px;
    margin: 0 0 30px !important;
  }
  .news-category-section {
    padding: 50px 0;
  }
  .news-category-section .news-card-inner .news-title {
    font-size: 30px;
  }
  .cat-name {
    font-size: 16px;
  }
  header.header .main-menu ul li a::after {
    display: none;
  }
  .single-fanuclear_news .hamburger-line,
  .page-template-template-news .hamburger-line {
    background: #fff;
  }
  .single-fanuclear_news header.header .main-menu ul,
  .page-template-template-news header.header .main-menu ul {
    background: #0019bd;
  }
  section.error-404 .container {
    padding: 25px 30px;
    width: 100%;
    max-width: 95%;
  }
  /* section.reactor .reactor-info:nth-child(5) {
    padding-left: 7vw;
} */
.page-template-default header.entry-header {
    margin: 50px 0 20px;
}
.page-template-default header.entry-header +  .post-thumbnail {
    margin: 0 15px 30px;
}
section.reactor.project .left-column p {
  font-size:3.12vw;
}
}

/* .reactor-animation canvas {
    height: 95vh;
} */


section.reactor .reactor-info::after {
    background: #ebf0f5;
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: calc(100% + 4vw);
    height: calc(100% + 4vw);
    z-index: -1;
    transform: translate(-50%,-50%);
    border-radius: 2vw;
}
section.reactor .reactor-list .reactor-info:nth-child(2):after {
    height: calc(100% + 6vw);

}

@media(max-width:376px){
  .reactor-list {
    height: calc(100% - 28vh);
 }
}