@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800&display=swap");

@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap");

/*
! tailwindcss v3.4.1 | MIT License | https://tailwindcss.com
*/

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box;
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;
  /* 2 */
  border-color: #e5e7eb;
  /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
  -webkit-tap-highlight-color: transparent;
  /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0;
  /* 1 */
  line-height: inherit;
  /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0;
  /* 1 */
  color: inherit;
  /* 2 */
  border-top-width: 1px;
  /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  /* 1 */
  font-feature-settings: normal;
  /* 2 */
  font-variation-settings: normal;
  /* 3 */
  font-size: 1em;
  /* 4 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0;
  /* 1 */
  border-color: inherit;
  /* 2 */
  border-collapse: collapse;
  /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-feature-settings: inherit;
  /* 1 */
  font-variation-settings: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: inherit;
  /* 1 */
  color: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
  padding: 0;
  /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
  /* 1 */
  background-color: transparent;
  /* 2 */
  background-image: none;
  /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  /* 1 */
  vertical-align: middle;
  /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden] {
  display: none;
}

*, ::before, ::after{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}

::backdrop{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}

.fixed{
  position: fixed;
}

.absolute{
  position: absolute;
}

.relative{
  position: relative;
}

.inset-x-0{
  left: 0px;
  right: 0px;
}

.-right-\[5\%\]{
  right: -5%;
}

.bottom-8{
  bottom: 2rem;
}

.right-\[calc\(25\%-12px\)\]{
  right: calc(25% - 12px);
}

.top-0{
  top: 0px;
}

.right-0{
  right: 0px;
}

.-right-8{
  right: -2rem;
}

.z-10{
  z-index: 10;
}

.z-50{
  z-index: 50;
}

.z-\[60\]{
  z-index: 60;
}

.z-0{
  z-index: 0;
}

.mx-auto{
  margin-left: auto;
  margin-right: auto;
}

.mt-4{
  margin-top: 1rem;
}

.mt-8{
  margin-top: 2rem;
}

.flex{
  display: flex;
}

.contents{
  display: contents;
}

.hidden{
  display: none;
}

.h-auto{
  height: auto;
}

.h-full{
  height: 100%;
}

.h-screen{
  height: 100vh;
}

.w-\[50px\]{
  width: 50px;
}

.w-full{
  width: 100%;
}

.w-auto{
  width: auto;
}

.max-w-screen-lg{
  max-width: 1024px;
}

.max-w-screen-xl{
  max-width: 1280px;
}

.shrink-0{
  flex-shrink: 0;
}

.-translate-x-\[200\%\]{
  --tw-translate-x: -200%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.translate-x-\[200\%\]{
  --tw-translate-x: 200%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.transform{
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.flex-col{
  flex-direction: column;
}

.items-center{
  align-items: center;
}

.justify-center{
  justify-content: center;
}

.justify-between{
  justify-content: space-between;
}

.gap-4{
  gap: 1rem;
}

.overflow-hidden{
  overflow: hidden;
}

.border-0{
  border-width: 0px;
}

.border-gray-300{
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
}

.bg-\[\#193CEB\]{
  --tw-bg-opacity: 1;
  background-color: rgb(25 60 235 / var(--tw-bg-opacity));
}

.bg-transparent{
  background-color: transparent;
}

.bg-white{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.bg-policies-footer{
  background-image: url('../themes/pnb/assets/img/policies-footer.png');
}

.object-cover{
  -o-object-fit: cover;
     object-fit: cover;
}

.px-6{
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.py-6{
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.text-center{
  text-align: center;
}

.text-3xl{
  font-size: 1.875rem;
  line-height: 2.25rem;
}

.text-base{
  font-size: 1rem;
  line-height: 1.5rem;
}

.text-lg{
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.font-medium{
  font-weight: 400;
}

.text-\[\#193CEB\]{
  --tw-text-opacity: 1;
  color: rgb(25 60 235 / var(--tw-text-opacity));
}

.text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.opacity-0{
  opacity: 0;
}

.opacity-100{
  opacity: 1;
}

.outline-none{
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.transition-all{
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.duration-\[1s\]{
  transition-duration: 1s;
}

.duration-\[2s\]{
  transition-duration: 2s;
}

:root {
  --gradient-background-start: #1a2a68;
  --gradient-background-end: #193ceb;
  --first-color: 25, 60, 235;
  /* Primary shade */
  --second-color: 0, 229, 255;
  /* Light shade */
  --third-color: 26, 42, 104;
  /* Dark shade */
  --fourth-color: 25, 60, 235;
  /* Primary shade */
  --fifth-color: 0, 229, 255;
  /* Light shade */
  --color-interactive: 140, 100, 255;
  --size: 80%;
  --blending-value: hard-light;
}

@font-face {
  font-family: "Calistie";

  src: url("/themes/pnb/assets/Calistie.otf") format("opentype");

  src: local(""),
    url("/themes/pnb/assets/fonts/Calistie.otf") format("opentype"),
    url("/themes/pnb/assets/Calistie.ttf") format("truetype");
}

.font-calistie {
  font-family: "Calistie", sans-serif;
  line-height: 140%;
}

* {
  box-sizing: border-box;
  hyphens: none !important;
}

html{
  font-family: Montserrat, sans;
  font-weight: 300;
  hyphens: none !important;
}

body {
  hyphens: none !important;
}

button,
a {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0
    var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0
    calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow),
    var(--tw-shadow, 0 0 #0000) !important;
  /* border: none !important; */
  outline: none !important;
}

button,
a,
ul,
li {
  cursor: pointer !important;
}

@media (min-width: 1024px) and (max-height: 786px) {
  .ipad-mini-landscape-tower-bg-img {
    height: 135vh !important;
    width: 100% !important;
  }

  .ipad-mini-landscape-investment-cards {
    bottom: 2.5rem !important;
  }

  .ipad-mini-landscape-tower-img {
    left: 13rem !important;
    top: 0 !important;
  }
}

.image-style-donation-logo {
  -o-object-position: left !important;
     object-position: left !important;
}

[x-cloak] {
  display: none !important;
}

.zero-swiper .swiper-button-prev,
.zero-swiper .swiper-button-next {
  position: unset;
}

.zero-swiper .swiper-button-prev::after {
  width: 38px;
  height: 38px;
  background-image: url(../assets/svg/chevron-orange.svg);
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
}

.zero-swiper .swiper-button-next::after {
  width: 38px;
  height: 38px;
  background-image: url(../assets/svg/chevron-orange.svg);
  background-size: contain;
  background-repeat: no-repeat;
  transform: scaleX(-1);
  content: "";
}

.policies-bg {
  width: 100%;
  height: 629px;
  background: url("../assets/img/policies-footer.png");
  background-repeat: no-repeat;
  -o-object-fit: cover;
     object-fit: cover;
}

.hamburger-menu {
  width: 24px;
  height: 18px;
  position: relative;
  cursor: pointer;
}

.line {
  width: 100%;
  height: 1px;
  background-color: #fff;
  position: absolute;
  transition: transform 0.4s;
}

.line:nth-child(1) {
  top: 0;
}

.line:nth-child(2) {
  top: 50%;
}

.line:nth-child(3) {
  bottom: 0;
}

.hamburger-menu.active .line:nth-child(1) {
  transform: translateY(10px) rotate(45deg);
}

.hamburger-menu.active .line:nth-child(2) {
  transform: scale(0);
}

.hamburger-menu.active .line:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

/*----- Header Navigation -----*/

.mainNavWrap .menu-main__submenu-container{
  display: none;
}

/* 
.mainNavWrap::before {
    @apply content-[''] absolute top-0 left-0 w-full h-0 bg-pnb-primary transition-all duration-300 ease-in-out
} */

.mainNavWrap::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(var(--before-height, 0) + 10px);
  background-color: #193ceb;
  /* transition: all 300ms ease-in-out; */
}

header .header {
  transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1),
    transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

header .header .bannerWrap{
  pointer-events: auto;
}

header .header .subNavWrap {
  transition: padding-top 0.3s cubic-bezier(0.4, 0, 0.2, 1),
    opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1),
    transform 0.75s cubic-bezier(0.4, 0, 0.2, 1);
  position: absolute;
  z-index: -1;
  margin-top: -3px;
  --tw-translate-y: -150%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  padding-top: -3px;
}

/* header .header .subNavWrap:has(div.show) {
    @apply mt-[15px];
} */

header .header .subNavWrap .eachSubNav{
  display: none;
}

header .header .subNavWrap .eachSubNav.show{
  display: block;
}

header .header .subNavWrap .eachSubNav .linkWrap{
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
  margin-left: -43px;
  height: calc(100% + 50px);
  width: calc(100% + 86px);
}

header.desktopSubNavShow .header{
  pointer-events: auto;
}

header .menu-main__link.menu-level0__link.atSubShow{
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

header.desktopSubNavShow .menu-main__link.menu-level0__link.atSubShow{
  --tw-text-opacity: 1;
  color: rgb(226 110 0 / var(--tw-text-opacity));
}

header.desktopSubNavShow .header .subNavWrap{
  pointer-events: auto;
  --tw-translate-y: -36px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  transition: padding-top 0.3s cubic-bezier(0.4, 0, 0.2, 1),
    opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1),
    transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

header.desktopSubNavShow .header .subNavWrap .eachSubNav .linkWrap{
  pointer-events: none;
}

header.desktopSubNavShow .header .subNavWrap .eachSubNav .linkWrap .link{
  pointer-events: auto;
}

header .header .subNavWrap .eachSubNav .wrapper-submenu ul > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.25rem * var(--tw-space-y-reverse));
}

header .header .subNavWrap .eachSubNav .wrapper-submenu a.menu-main__link{
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

header .header .subNavWrap .eachSubNav .wrapper-submenu .link-field-wrapper a::after{
  margin-left: 0.75rem;
  display: inline-block;
  height: 18px;
  width: 36px;
  background-image: url(../assets/svg/arrow-white.svg);
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  --tw-content: '';
  content: var(--tw-content);
}

header
  .header
  .subNavWrap
  .eachSubNav
  .wrapper-submenu
  .group:hover
  .link-field-wrapper
  a::after{
  content: var(--tw-content);
  background-image: url(../assets/svg/arrow-orange.svg);
}

header #lang-switcher ul{
  display: flex;
  flex-direction: row-reverse;
}

header #lang-switcher ul > :not([hidden]) ~ :not([hidden]){
  margin-right: calc(1rem * var(--tw-space-x-reverse));
  margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
  --tw-space-x-reverse: 1;
}

header #lang-switcher ul li{
  border-width: 0px;
  outline: 2px solid transparent;
  outline-offset: 2px;
}

header #lang-switcher ul li:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
}

/* header #lang-switcher ul a {
  @apply text-white;
}
header #lang-switcher ul a.is-active {
  @apply font-semibold;
}  */

/*----- Footer Navigation -----*/

footer #block-pnb-sitebranding svg{
  width: 104px;
}

footer #footer-branding .block-block-content{
  margin-top: 2.5rem;
}

footer #footer-branding .block-block-content .field--name-field-title{
  margin-bottom: 2.5rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 600;
  text-transform: uppercase;
}

footer ul.menu-footer{
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}

footer ul.menu-footer > li{
  width: 33.333333%;
  flex-shrink: 0;
  padding-left: 52px;
  padding-right: 52px;
  padding-bottom: 42px;
}

footer ul.menu-footer > li .footer-link-title span{
  margin-bottom: 15px;
  display: block;
  font-weight: 600;
  text-transform: capitalize;
  --tw-text-opacity: 1;
  color: rgb(226 110 0 / var(--tw-text-opacity));
}

footer ul.menu-footer .menu-footer-1{
  max-width: 189px;
}

footer ul.menu-footer .menu-footer-1 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(15px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(15px * var(--tw-space-y-reverse));
}

footer ul.menu-footer #menu-who-we-are,
footer ul.menu-footer #menu-our-investments,
footer ul.menu-footer #menu-sustainability{
  padding-top: 7rem;
}

footer ul.menu-footer .menu-footer-1 li{
  font-size: 0.875rem;
  line-height: 1.25rem;
}

footer ul.menu-footer .menu-footer-1 li a{
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

footer ul.menu-footer .menu-footer-1 li a:hover{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

footer ul.menu-footer .footer-group-media-contact #menu-media{
  margin-bottom: 4rem;
}

footer #subfooter-copyright #disclaimer ul{
  line-height: 1;
}

footer #subfooter-copyright #disclaimer ul li{
  list-style-type: none;
}

footer #subfooter-copyright #disclaimer ul li a{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

footer #subfooter-copyright #disclaimer ul li a:hover{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

/*----- Homepage -----*/

#home-stats .field--name-field-stats-paragraph{
  position: relative;
  z-index: 100;
  margin-left: 185px;
  display: flex;
  min-width: calc(100% - 185px);
  flex-direction: row;
  padding-left: 22px;
}

#home-stats .field--name-field-stats-paragraph:hover>div{
  width: 33.333333%;
}

#home-stats .field--name-field-stats-paragraph > .field__item{
  position: relative;
  display: flex;
  min-height: 300px;
  width: 33.333333%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  flex-direction: column;
  justify-content: flex-end;
  --tw-bg-opacity: 1;
  background-color: rgb(25 60 235 / var(--tw-bg-opacity));
  padding: 3rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  transition-property: all;
  transition-duration: 1500ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

#home-stats .field--name-field-stats-paragraph > .field__item:hover{
  width: 66.666667% !important;
  padding-bottom: 8rem !important;
}

#home-stats .field--name-field-stats-paragraph > .field__item:hover>img{
  opacity: 1;
}

#home-stats .field--name-field-stats-paragraph > .field__item {
  animation: statsPopup 0.1s ease-in-out;
  animation-fill-mode: forwards;
}

@keyframes statsPopup {
  from {
    margin-top: 0;
  }

  to {
    margin-top: -150px;
  }
}

#home-stats .field--name-field-stats-paragraph > .field__item:nth-child(2){
  --tw-bg-opacity: 1;
  background-color: rgb(0 229 255 / var(--tw-bg-opacity));
}

#home-stats .field--name-field-stats-paragraph > .field__item:nth-child(3){
  --tw-bg-opacity: 1;
  background-color: rgb(193 195 196 / var(--tw-bg-opacity));
}

#home-stats .field--name-field-stats-paragraph > .field__item:nth-child(3) > *{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

#home-stats
  .field--name-field-stats-paragraph
  > .field__item:nth-child(2)
  #stats-val
  .prefix{
  display: none;
}

/* .view-about-pnb {
    @apply relative before:content-[''] before:bg-white before:w-full before:h-full before:absolute before:top-0 before:left-0;
} */

.view-about-pnb .swiper-container{
  margin: 0px;
  overflow: unset;
}

/* .view-about-pnb .swiper-container .swiper-slide:not(.swiper-slide-active) {
  transform: perspective(800px) rotateY(30deg) scale(0.9) rotateX(10deg);
  filter: blur(2px);
  opacity: 0.5;
  transition: transform 1s ease 0s;
}
.view-about-pnb .swiper-container .swiper-slide.swiper-slide-active {
  filter: blur(0);
  opacity: 1;
} */

.view-about-pnb .swiper-container .swiper-slide:not(.swiper-slide-active) {
  transform: scale(0.5) !important;
  transform-origin: center left;
  filter: blur(2px);
  opacity: 0.5;
}

.view-about-pnb .swiper-container .swiper-slide.swiper-slide-active {
  transform: scale(1) !important;
  filter: blur(0);
  opacity: 1;
}

/* .view-about-pnb [aria-label].swiper-slide {
  transform: scale(0.5) !important;
  transform-origin: center left;
  filter: blur(2px);
  opacity: 0.5;
}
.view-about-pnb [aria-label].swiper-slide.swiper-slide-active {
  transform: scale(1) !important;
  filter: blur(0);
  opacity: 1;
} */

/* 
ORIGINAL
.view-about-pnb .swiper-container .swiper-slide {
  @apply bg-pnb-primary text-white relative pl-[30rem] py-28 transition-all duration-500 ease-out hover:bg-pnb-primary overflow-hidden;
} */

.view-about-pnb .swiper-container .swiper-slide{
  position: relative;
  padding-top: 7rem;
  padding-bottom: 7rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

.view-about-pnb .views-field {
  /* @apply overflow-hidden; */
}

.view-about-pnb .field-content{
  --tw-translate-x: 30rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.view-about-pnb .field-content p{
  padding-left: 1.75rem;
  font-size: 20px;
}

.view-about-pnb .swiper-container .swiper-slide:before{
  position: absolute;
  top: 10rem;
  padding-top: 8rem;
  font-size: 120px;
  font-weight: 300;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  /* @apply text-white text-8xl font-normal absolute top-[78px] pt-32; */
  /* @apply text-white text-8xl font-normal absolute top-[78px] pt-12; */
}

.view-about-pnb .swiper-container .swiper-slide:nth-child(1):before{
  --tw-translate-x: 31rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  --tw-content: '01';
  content: var(--tw-content);
}

.view-about-pnb .swiper-container .swiper-slide:nth-child(2):before{
  --tw-translate-x: 31rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  --tw-content: '02';
  content: var(--tw-content);
}

.view-about-pnb .swiper-container .swiper-slide:nth-child(3):before{
  --tw-translate-x: 31rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  --tw-content: '03';
  content: var(--tw-content);
}

.view-about-pnb .swiper-container .swiper-slide:nth-child(4):before{
  --tw-translate-x: 31rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  --tw-content: '04';
  content: var(--tw-content);
}

.view-about-pnb .swiper-container .swiper-slide:nth-child(5):before{
  --tw-translate-x: 31rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  --tw-content: '05';
  content: var(--tw-content);
}

/* .view-about-pnb .swiper-container .swiper-slide:nth-child(1):before {
  @apply content-['01'] translate-x-[30rem] translate-y-[200px] h-16 overflow-hidden transition-all duration-1000 ease-in-out;
}
.view-about-pnb .swiper-container .swiper-slide:nth-child(2):before {
  @apply content-['02'] translate-x-[30rem] translate-y-[200px] h-16 overflow-hidden transition-all duration-1000 ease-in-out;
}
.view-about-pnb .swiper-container .swiper-slide:nth-child(3):before {
  @apply content-['03'] translate-x-[30rem] translate-y-[200px] h-16 overflow-hidden transition-all duration-1000 ease-in-out;
}
.view-about-pnb .swiper-container .swiper-slide:nth-child(4):before {
  @apply content-['04'] translate-x-[30rem] translate-y-[200px] h-16 overflow-hidden transition-all duration-1000 ease-in-out;
}
.view-about-pnb .swiper-container .swiper-slide:nth-child(5):before {
  @apply content-['05'] translate-x-[30rem] translate-y-[200px] h-16 overflow-hidden transition-all duration-1000 ease-in-out;
} */

.view-about-pnb .swiper-container .swiper-slide:after{
  pointer-events: none;
}

/* .view-about-pnb .swiper-container .swiper-slide:nth-child(1):after {
  @apply content-[''] bg-[url(../assets/img/aboutus-gradient-01.png)] bg-contain bg-no-repeat w-[634px] h-[536px] hover:w-[1217px] hover:h-[1282px] absolute top-0 left-[30rem] rotate-[135deg] -translate-x-[25%] -translate-y-[35%] hover:-translate-x-[30%] hover:-translate-y-[30%] transition-all duration-500 ease-out;
}
.view-about-pnb .swiper-container .swiper-slide:nth-child(2):after {
  @apply content-[''] bg-[url(../assets/img/aboutus-gradient-03.png)] bg-contain bg-no-repeat w-[739px] h-[624px] hover:w-[1262px] hover:h-[1319px] absolute top-0 left-[30rem] -rotate-[135deg] -translate-x-[15%] -translate-y-[50%] hover:-translate-x-[25%] hover:-translate-y-[50%] transition-all duration-500 ease-out;
}
.view-about-pnb .swiper-container .swiper-slide:nth-child(3):after {
  @apply content-[''] bg-[url(../assets/img/aboutus-gradient-01.png)] bg-contain bg-no-repeat w-[634px] h-[536px] hover:w-[1217px] hover:h-[1282px] absolute top-0 left-[30rem] rotate-[135deg] -translate-x-[25%] -translate-y-[35%] hover:-translate-x-[30%] hover:-translate-y-[30%] transition-all duration-500 ease-out;
}
.view-about-pnb .swiper-container .swiper-slide:nth-child(4):after {
  @apply content-[''] bg-[url(../assets/img/aboutus-gradient-03.png)] bg-contain bg-no-repeat w-[739px] h-[624px] hover:w-[1262px] hover:h-[1319px] absolute top-0 left-[30rem] -rotate-[135deg] -translate-x-[15%] -translate-y-[50%] hover:-translate-x-[25%] hover:-translate-y-[50%] transition-all duration-500 ease-out;
}
.view-about-pnb .swiper-container .swiper-slide:nth-child(5):after {
  @apply content-[''] bg-[url(../assets/img/aboutus-gradient-01.png)] bg-contain bg-no-repeat w-[634px] h-[536px] hover:w-[1217px] hover:h-[1282px] absolute top-0 left-[30rem] rotate-[135deg] -translate-x-[25%] -translate-y-[35%] hover:-translate-x-[30%] hover:-translate-y-[30%] transition-all duration-500 ease-out;
} */

/* .view-about-pnb .swiper-container .swiper-slide:nth-child(1):after {
  @apply content-[''] bg-[url(../assets/img/half-circle.png)] bg-contain bg-no-repeat w-[578px] h-[578px] absolute top-14 left-0 -translate-y-[2%];
} */

.view-about-pnb .swiper-container .swiper-slide:nth-child(1):after{
  position: absolute;
  top: 3.5rem;
  left: 0px;
  --tw-translate-y: -2%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  background-image: url(../assets/img/half-circle.png);
  background-size: contain;
  background-repeat: no-repeat;
  --tw-content: '';
  content: var(--tw-content);
  /* @apply content-[''] bg-[url(../assets/img/half-circle.png)] bg-contain bg-no-repeat w-[578px] h-[578px] absolute top-14 left-0 -translate-y-[2%]; */
}

/* .view-about-pnb .swiper-container .swiper-slide:nth-child(1).hide-after::after {
  display: none; 
  opacity: 0 !important;
} */

.view-about-pnb .swiper-container .swiper-slide:nth-child(1).translate::after{
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  transition-property: all;
  transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.view-about-pnb .swiper-container .swiper-slide:nth-child(2):after{
  position: absolute;
  top: -18rem;
  left: -15rem;
  height: 890px;
  width: 890px;
  background-image: url(../assets/img/slant-2.png);
  background-size: contain;
  background-repeat: no-repeat;
  --tw-content: '';
  content: var(--tw-content);
}

.view-about-pnb .swiper-container .swiper-slide:nth-child(3):after{
  position: absolute;
  top: 3.5rem;
  left: 0px;
  height: 578px;
  width: 578px;
  --tw-translate-y: -7%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  background-image: url(../assets/img/half-circle.png);
  background-size: contain;
  background-repeat: no-repeat;
  --tw-content: '';
  content: var(--tw-content);
}

.view-about-pnb .swiper-container .swiper-slide:nth-child(4):after{
  position: absolute;
  top: -18rem;
  left: -15rem;
  height: 890px;
  width: 890px;
  background-image: url(../assets/img/slant-2.png);
  background-size: contain;
  background-repeat: no-repeat;
  --tw-content: '';
  content: var(--tw-content);
}

.view-about-pnb .swiper-container .swiper-slide:nth-child(5):after{
  position: absolute;
  top: 3.5rem;
  left: 0px;
  height: 578px;
  width: 578px;
  --tw-translate-y: -10%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  background-image: url(../assets/img/half-circle.png);
  background-size: contain;
  background-repeat: no-repeat;
  --tw-content: '';
  content: var(--tw-content);
}

/* .view-about-pnb .swiper-container .swiper-slide:nth-child(1):after {
  @apply content-[''] bg-[url(../assets/img/aboutus-gradient-01.png)] bg-contain bg-no-repeat w-[1268px] h-[1068px] absolute -top-52 left-0 z-10;
} */

/* .view-about-pnb .swiper-container .swiper-slide:nth-child(1):after {
  @apply content-[''] bg-[url(../assets/img/aboutus-gradient-01.png)] bg-contain bg-no-repeat w-[634px] h-[536px] hover:w-[951px] hover:h-[804px] absolute top-0 left-[30rem] rotate-[135deg] -translate-x-[25%] -translate-y-[35%] hover:-translate-x-[30%] hover:-translate-y-[30%] transition-all duration-500 ease-out;
}
.view-about-pnb .swiper-container .swiper-slide:nth-child(2):after {
  @apply content-[''] bg-[url(../assets/img/aboutus-gradient-03.png)] bg-contain bg-no-repeat w-[739px] h-[624px] hover:w-[1108px] hover:h-[936px] absolute top-0 left-[30rem] -rotate-[135deg] -translate-x-[15%] -translate-y-[50%] hover:-translate-x-[25%] hover:-translate-y-[50%] transition-all duration-500 ease-out;
}
.view-about-pnb .swiper-container .swiper-slide:nth-child(3):after {
  @apply content-[''] bg-[url(../assets/img/aboutus-gradient-01.png)] bg-contain bg-no-repeat w-[634px] h-[536px] hover:w-[951px] hover:h-[804px] absolute top-0 left-[30rem] rotate-[135deg] -translate-x-[25%] -translate-y-[35%] hover:-translate-x-[30%] hover:-translate-y-[30%] transition-all duration-500 ease-out;
}
.view-about-pnb .swiper-container .swiper-slide:nth-child(4):after {
  @apply content-[''] bg-[url(../assets/img/aboutus-gradient-03.png)] bg-contain bg-no-repeat w-[739px] h-[624px] hover:w-[1108px] hover:h-[936px] absolute top-0 left-[30rem] -rotate-[135deg] -translate-x-[15%] -translate-y-[50%] hover:-translate-x-[25%] hover:-translate-y-[50%] transition-all duration-500 ease-out;
}
.view-about-pnb .swiper-container .swiper-slide:nth-child(5):after {
  @apply content-[''] bg-[url(../assets/img/aboutus-gradient-01.png)] bg-contain bg-no-repeat w-[634px] h-[536px] hover:w-[951px] hover:h-[804px] absolute top-0 left-[30rem] rotate-[135deg] -translate-x-[25%] -translate-y-[35%] hover:-translate-x-[30%] hover:-translate-y-[30%] transition-all duration-500 ease-out;
} */

/* .view-about-pnb .swiper-container .swiper-slide:nth-child(2):after {
  @apply content-[''] bg-[url(../assets/img/aboutus-gradient-02.png)] bg-contain bg-no-repeat w-[865px] h-[730px] hover:w-[1762px] hover:h-[1486px] absolute top-0 left-[30rem] -translate-x-[10%] -translate-y-[40%] hover:-translate-x-[13%] hover:-translate-y-[37%] transition-all duration-500 ease-out;
}
.view-about-pnb .swiper-container .swiper-slide:nth-child(3):after {
  @apply content-[''] bg-[url(../assets/img/aboutus-gradient-03.png)] bg-contain bg-no-repeat w-[739px] h-[624px] hover:w-[1562px] hover:h-[1319px] absolute top-0 left-[30rem] -rotate-[45deg] -translate-x-[15%] -translate-y-[50%] hover:-translate-x-[25%] hover:-translate-y-[50%] transition-all duration-500 ease-out;
}
.view-about-pnb .swiper-container .swiper-slide:nth-child(4):after {
  @apply content-[''] bg-[url(../assets/img/aboutus-gradient-04.png)] bg-contain bg-no-repeat w-[644px] h-[544px] hover:w-[1454px] hover:h-[1228px] absolute top-0 left-[30rem] -scale-x-100 -translate-x-[30%] -translate-y-[40%] hover:-translate-x-[35%] hover:-translate-y-[40%] transition-all duration-500 ease-out;
} */

.view-about-pnb .swiper-container .swiper-slide .views-field-field-title{
  position: relative;
  z-index: 1;
  padding-top: 22.5rem;
  padding-left: 1.5rem;
  font-size: 4.5rem;
  line-height: 1;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(0 229 255 / var(--tw-text-opacity));
  /* @apply pt-96 text-pnb-primary-light text-6xl font-medium relative z-[1]; */
  /* @apply pt-64 text-pnb-primary-light text-6xl font-medium relative z-[1]; */
}

.view-about-pnb .swiper-container .swiper-button-prev{
  top: auto;
  left: auto;
  right: calc(94px + 44px);
  bottom: 7rem;
  margin: 0px;
  height: 18px;
  width: 36px;
  --tw-translate-x: -100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.view-about-pnb .swiper-container .swiper-button-prev:focus{
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  outline: 2px solid transparent;
  outline-offset: 2px;
}

/* .view-about-pnb .swiper-container .swiper-button-prev::after {
  @apply content-[''] bg-[url(../assets/svg/arrow-white.svg)] w-[36px] h-[18px] bg-contain bg-no-repeat transition-all duration-500 ease-out -scale-x-100;
}
.view-about-pnb .swiper-container .swiper-button-prev:hover::after {
  @apply bg-[url(../assets/svg/arrow-orange.svg)];
}
.view-about-pnb
  .swiper-container
  .swiper-wrapper:hover
  ~ .swiper-button-prev::after {
  @apply bg-[url(../assets/svg/arrow-orange.svg)];
} */

.view-about-pnb .swiper-container .swiper-button-prev::after{
  height: 18px;
  width: 36px;
  --tw-scale-x: -1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  background-color: transparent;
  background-size: contain;
  background-repeat: no-repeat;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  --tw-content: '';
  content: var(--tw-content);
}

.view-about-pnb .swiper-container .swiper-button-prev:hover::after{
  background-color: transparent;
}

.view-about-pnb
  .swiper-container
  .swiper-wrapper:hover
  ~ .swiper-button-prev::after{
  background-color: transparent;
}

.view-about-pnb .swiper-container .swiper-button-next{
  top: auto;
  right: 94px;
  bottom: 7rem;
  margin: 0px;
  height: 18px;
  width: 36px;
}

.view-about-pnb .swiper-container .swiper-button-next:focus{
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  outline: 2px solid transparent;
  outline-offset: 2px;
}

/* .view-about-pnb .swiper-container .swiper-button-next::after {
  @apply content-[''] bg-[url(../assets/svg/arrow-white.svg)] w-[36px] h-[18px] bg-contain bg-no-repeat transition-all duration-500 ease-out;
} */

/* .view-about-pnb .swiper-container .swiper-button-next:hover::after {
  @apply bg-[url(../assets/svg/arrow-orange.svg)];
}
.view-about-pnb
  .swiper-container
  .swiper-wrapper:hover
  ~ .swiper-button-next::after {
  @apply bg-[url(../assets/svg/arrow-orange.svg)];
} */

.view-about-pnb .swiper-container .swiper-button-next::after{
  height: 18px;
  width: 36px;
  background-color: transparent;
  background-size: contain;
  background-repeat: no-repeat;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  --tw-content: '';
  content: var(--tw-content);
}

.view-about-pnb .swiper-container .swiper-button-next:hover::after{
  background-color: transparent;
}

.view-about-pnb
  .swiper-container
  .swiper-wrapper:hover
  ~ .swiper-button-next::after{
  background-color: transparent;
}

.view-about-pnb .swiper-container .swiper-slide .views-field-field-body{
  position: relative;
  z-index: 1;
  margin-top: 2.5rem;
  margin-bottom: 2.25rem;
  max-width: 345px;
  line-height: 1.625;
}

/* .view-about-pnb .swiper-wrapper {
  width: 80vw !important;
}*/

#home-invest-cards .field--name-field-cards{
  display: flex;
}

#home-invest-cards .field--name-field-cards > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(51px * var(--tw-space-x-reverse));
  margin-left: calc(51px * calc(1 - var(--tw-space-x-reverse)));
}

#home-invest-cards .field--name-field-cards > .field__item{
  position: relative;
  display: flex;
  min-height: 390px;
  width: 25%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  flex-direction: column;
  justify-content: space-between;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 3.5rem;
  padding-bottom: 34px;
  transition-property: transform;
  transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

#home-invest-cards .field--name-field-cards > .field__item:hover{
  --tw-translate-x: 0.625rem;
  --tw-translate-y: 0.625rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  --tw-shadow: 0px 20px 30px 0px rgba(25, 60, 235, 0.10);
  --tw-shadow-colored: 0px 20px 30px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

#home-invest-cards
  .field--name-field-cards
  > .field__item:hover
  > div:last-child
  > a
  > div.arrow-wrapper
  > img:first-child{
  --tw-translate-x: 100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

#home-invest-cards
  .field--name-field-cards
  > .field__item:hover
  > div:last-child
  > a
  > div.arrow-wrapper
  > img:last-child{
  left: 50%;
}

#home-media .view-media .view-header{
  display: flex;
  flex-direction: column;
}

#home-media .view-media .view-header > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(2.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2.5rem * var(--tw-space-y-reverse));
}

#home-media .view-media .view-content{
  display: flex;
  flex-direction: row;
}

#home-media .view-media .view-content > div:first-child{
  border-left-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(193 195 196 / var(--tw-border-opacity));
}

#home-media .view-media .view-content > div:first-child:hover{
  border-left-color: transparent;
  --tw-shadow: 0px 20px 30px 0px rgba(25, 60, 235, 0.10);
  --tw-shadow-colored: 0px 20px 30px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

#home-media .view-media .view-content > div:not(:first-child):not(:last-child){
  border-left-width: 1px;
  border-right-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(193 195 196 / var(--tw-border-opacity));
}

#home-media .view-media .view-content > div:not(:first-child):not(:last-child):hover{
  border-left-color: transparent;
  border-right-color: transparent;
  --tw-shadow: 0px 20px 30px 0px rgba(25, 60, 235, 0.10);
  --tw-shadow-colored: 0px 20px 30px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

#home-media .view-media .view-content > div:last-child{
  border-right-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(193 195 196 / var(--tw-border-opacity));
}

#home-media .view-media .view-content > div:last-child:hover{
  border-right-color: transparent;
  --tw-shadow: 0px 20px 30px 0px rgba(25, 60, 235, 0.10);
  --tw-shadow-colored: 0px 20px 30px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

#home-media .view-media .view-footer{
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}

#home-media .view-media .view-footer > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(22px * var(--tw-space-x-reverse));
  margin-left: calc(22px * calc(1 - var(--tw-space-x-reverse)));
}

#home-media .view-media .view-footer{
  overflow: hidden;
  padding-top: 115px;
  padding-bottom: 115px;
}

#home-media .view-media .view-footer a{
  position: relative;
  z-index: 20;
  display: flex;
  flex-direction: row;
  align-items: center;
  overflow: hidden;
  border-radius: 0.75rem;
  --tw-bg-opacity: 1;
  background-color: rgb(226 110 0 / var(--tw-bg-opacity));
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
}

#home-media .view-media .view-footer a:hover{
  border-radius: 0.75rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  --tw-shadow: 0px 10px 20px 0px rgba(226, 110, 0, 0.50);
  --tw-shadow-colored: 0px 10px 20px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

#home-media .view-media .view-footer a span{
  z-index: 20;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(226 110 0 / var(--tw-bg-opacity));
  padding-right: 60px;
}

#home-media .view-media .view-footer a div{
  position: relative;
  z-index: 10;
  display: flex;
  min-height: 18px;
  min-width: 36px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  flex-direction: row;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  transition-property: transform;
  transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

#home-media .view-media .view-footer a div span.link-arrow-before{
  position: absolute;
  top: 50%;
  left: -100%;
  z-index: 30;
  --tw-translate-y: -50%;
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  padding-left: 0.25rem;
  transition-property: all;
  transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

#home-media .view-media .view-footer a div span.link-arrow-before::after{
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 10;
  height: 18px;
  width: 36px;
  --tw-translate-x: -50%;
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  background-image: url(../assets/svg/arrow-white.svg);
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 1;
  --tw-content: '';
  content: var(--tw-content);
}

#home-media .view-media .view-footer a:hover div span.link-arrow-before{
  --tw-translate-x: 50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

/* #home-media .view-media .view-footer a div span.link-arrow-after {
  @apply relative transform transition-all duration-500 ease-in-out;
}

#home-media .view-media .view-footer a div span.link-arrow-after::after {
  @apply content-[''] bg-[url(../assets/svg/arrow-white.svg)] z-10 opacity-100 absolute w-[36px] h-[18px] bg-contain bg-no-repeat top-1/2 left-1/2 -translate-x-1/2 -translate-y-1/2;
}

#home-media .view-media .view-footer a:hover div span.link-arrow-after {
  @apply translate-x-full;
} */

#home-media .media-card:after{
  position: absolute;
  right: 0px;
  bottom: 0px;
  height: 0px;
  width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-left-color: transparent;
  border-bottom-color: transparent;
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  --tw-content: '';
  content: var(--tw-content);
}

#home-media .media-card:hover:after{
  position: absolute;
  right: 0px;
  bottom: 0px;
  height: 0px;
  width: 0px;
  border-left-width: 40px;
  border-bottom-width: 40px;
  border-style: solid;
  border-left-color: transparent;
  --tw-border-opacity: 1;
  border-bottom-color: rgb(226 110 0 / var(--tw-border-opacity));
  --tw-content: '';
  content: var(--tw-content);
}

.media-title{
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 400;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(26 42 104 / var(--tw-text-opacity));
}

.media-subtitle{
  padding-bottom: 69px;
  font-size: 3rem;
  line-height: 1;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(26 42 104 / var(--tw-text-opacity));
}

#home-sustainability .parallax-image {
  clip-path: inset(0 0 0 0);
  transition: clip-path 1s;
}

#home-sustainability .parallax-image.cut {
  clip-path: inset(0 0 0 calc(56%)) !important;
}

.sustainability-marquee {
  animation: marquee 25s linear infinite;
}

@keyframes marquee {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-100%);
  }
}

@keyframes moveVertical {
  0% {
    transform: translateY(-50%);
  }

  50% {
    transform: translateY(50%);
  }

  100% {
    transform: translateY(-50%);
  }
}

.animate-first {
  animation: moveVertical 30s ease infinite;
}

@keyframes moveInCircle {
  0% {
    transform: rotate(0deg);
  }

  50% {
    transform: rotate(180deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.animate-second {
  animation: moveInCircle 20s reverse infinite;
}

@keyframes moveInCircle {
  0% {
    transform: rotate(0deg);
  }

  50% {
    transform: rotate(180deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.animate-third {
  animation: moveInCircle 40s linear infinite;
}

@keyframes moveHorizontal {
  0% {
    transform: translateX(-50%) translateY(-10%);
  }

  50% {
    transform: translateX(50%) translateY(10%);
  }

  100% {
    transform: translateX(-50%) translateY(-10%);
  }
}

.animate-fourth {
  animation: moveHorizontal 40s ease infinite;
}

@keyframes moveInCircle {
  0% {
    transform: rotate(0deg);
  }

  50% {
    transform: rotate(180deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.animate-fifth {
  animation: moveInCircle 20s ease infinite;
}

.hidden-parallax{
  position: absolute;
  top: -169px;
  left: -70px;
  z-index: 50;
  height: calc(100% + 169px);
  min-height: 100%;
  width: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  transition-property: width;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.visible-parallax{
  visibility: visible;
  position: absolute;
  top: -169px;
  left: -70px;
  z-index: 50;
  height: calc(100% + 169px);
  min-height: 100%;
  width: 70px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
  --tw-gradient-from: #fff var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-from-position: 50%;
  --tw-gradient-to: #F7F7F9 var(--tw-gradient-to-position);
  --tw-gradient-to-position: 90%;
  transition-property: width;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

#search-form #block-pnb-searchform{
  position: relative;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  width: 100%;
  max-width: 1920px;
  align-items: flex-end;
  justify-content: space-between;
  --tw-bg-opacity: 1;
  background-color: rgb(26 42 104 / var(--tw-bg-opacity));
}

#search-form #block-pnb-searchform .form-item__label{
  font-size: 32px;
  font-weight: 400;
}

#search-form #block-pnb-searchform #search-block-form{
  position: relative;
  width: 100%;
}

#search-form #block-pnb-searchform #search-block-form .js-form-item{
  position: relative;
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 242px;
}

#search-form #block-pnb-searchform #search-block-form .js-form-item label{
  margin-bottom: 70px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

#search-form
  #block-pnb-searchform
  #search-block-form
  .js-form-item
  label::after{
  --tw-content: '' !important;
  content: var(--tw-content) !important;
}

#search-form #block-pnb-searchform #search-block-form #edit-keys{
  width: 100%;
  border-width: 0px;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  outline: 2px solid transparent;
  outline-offset: 2px;
}

#search-form
  #block-pnb-searchform
  #search-block-form
  #edit-keys[type="search"]::-webkit-search-cancel-button,
#search-form
  #block-pnb-searchform
  #search-block-form
  #edit-keys[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
  appearance: none;
}

#search-form #block-pnb-searchform #search-block-form #edit-actions{
  position: absolute;
  right: 0px;
  bottom: 25px;
  border-style: none;
}

#search-form #block-pnb-searchform #search-block-form #edit-submit{
  position: relative;
  z-index: 20;
  margin: 0px;
  padding: 0px;
  opacity: 0;
  --tw-shadow: 0 0 #0000 !important;
  --tw-shadow-colored: 0 0 #0000 !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

#search-form #block-pnb-searchform #search-block-form #edit-submit:hover{
  background-color: transparent;
}

#search-form #block-pnb-searchform #search-block-form #edit-actions::after{
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 10;
  height: 18px;
  width: 36px;
  --tw-translate-x: -50%;
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  background-image: url(../assets/svg/arrow-orange.svg);
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 1 !important;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  --tw-content: '';
  content: var(--tw-content);
}

ul.menu-main{
  --tw-translate-y: -350%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

ul.menu-main[aria-expanded="true"]{
  --tw-translate-y: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.clip-vid-transition {
  clip-path: inset(0 0 0 calc(100%));
}

.clip-vid-transition.cut {
  clip-path: inset(0 0 0 0) !important;
  transition: clip-path 2s;
  /* transition-delay: 0.2s; */
}

.readmore-nav .field__item a:hover{
  color: rgb(255 255 255 / 0.8);
}

.embla__slide{
  margin-right: 27px;
  min-width: 0px;
  flex: 0 0 13%;
}

.embla__slide.active{
  position: relative;
  flex: 0 0 100% !important;
}

@media (min-width: 1280px){
  .embla__slide.active{
    flex: 0 0 40% !important;
  }
}

.embla__slide {
  margin-right: 27px;
  min-width: 0px;
  flex: 0 0 27%;
}

.embla__slide.active {
  position: relative;
  flex: 0 0 100% !important;
}

@media (min-width: 1280px) {
  .embla__slide.active {
    flex: 0 0 40% !important;
  }
}

/* .container-circular {
  position: relative;
  max-width: 500px;
  margin: auto;    
} */

.item-circular {
  width: 137px;
  height: auto;
  z-index: 1;
  cursor: pointer;
}

.item-circular.active {
}

svg#circular-svg {
  height: 300px;
  overflow: visible;
  width: 300px;
  z-index: -1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.st0 {
  fill: none;
  stroke: none;
  stroke-width: 2;
  stroke-miterlimit: 1;
}

.start-circular {
  position: absolute;
  top: 50%;
  right: -30px;
}

.swiper-button-next-ra,
.swiper-button-prev-ra {
  background-color: #193ceb;
  border-radius: 9999px;
  background-repeat: no-repeat;
  background-size: 30px 30px;
  background-position: center;
}

.swiper-button-prev-ra {
  background-image: url(../assets/svg/swiper-left.svg) !important;
}

.swiper-button-next-ra {
  background-image: url(../assets/svg/swiper-right.svg) !important;
}

.swiper-button-next-ra::after,
.swiper-button-prev-ra::after {
  display: none;
}

@media (min-width: 768px){
  .backdrop-swiper-compliance::before{
    position: absolute;
    left: 0px;
    z-index: 2;
    height: 100%;
    width: 33.333333%;
    --tw-translate-x: -100%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    --tw-content: '';
    content: var(--tw-content);
  }

  .backdrop-swiper-compliance::after{
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 2;
    height: 100%;
    width: 33.333333%;
    --tw-translate-x: 60%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    --tw-content: '';
    content: var(--tw-content);
  }
}

@media (min-width: 1280px){
  .backdrop-swiper-compliance::before{
    width: 50%;
    content: var(--tw-content);
    --tw-translate-x: -85%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .backdrop-swiper-compliance::after{
    content: var(--tw-content);
    width: 50%;
  }
}

.backdrop-swiper-compliance::after {
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 1) 48px,
    rgba(255, 255, 255, 1) 100%
  );
  opacity: 0.7;
}

.swiper-button-prev.swiper-button-prev-insight{
  top: 50%;
  height: 50px;
  width: 50px;
  --tw-translate-y: calc(-50% - 160px);
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

@media (min-width: 768px){
  .swiper-button-prev.swiper-button-prev-insight{
    left: 28px;
  }
}

@media (min-width: 1280px){
  .swiper-button-prev.swiper-button-prev-insight{
    left: 62px;
    --tw-translate-y: calc(-50% - 62px);
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
}

.swiper-button-next.swiper-button-next-insight{
  top: 50%;
  height: 50px;
  width: 50px;
  --tw-translate-y: calc(-50% - 160px);
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

@media (min-width: 768px){
  .swiper-button-next.swiper-button-next-insight{
    right: 28px;
  }
}

@media (min-width: 1280px){
  .swiper-button-next.swiper-button-next-insight{
    right: 62px;
    --tw-translate-y: calc(-50% - 62px);
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
}

.pnb-insight-swiper .swiper-pagination-insight{
  right: 0px;
  margin-left: auto;
  max-width: -moz-max-content;
  max-width: max-content;
  padding-bottom: 65px;
  padding-right: 1.5rem;
}

@media (min-width: 768px){
  .pnb-insight-swiper .swiper-pagination-insight{
    padding-bottom: 76px;
    padding-right: 84px;
  }
}

.pnb-insight-swiper .swiper-pagination-insight .swiper-pagination-bullet {
  background: white !important;
  opacity: 0.3;
}

.pnb-insight-swiper
  .swiper-pagination-insight
  .swiper-pagination-bullet-active {
  background: white;
  opacity: 1;
}

.swiper-button-prev.swiper-button-prev-perspective{
  top: 50%;
  height: 50px;
  width: 50px;
  --tw-translate-y: calc(-50% - 160px);
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

@media (min-width: 768px){
  .swiper-button-prev.swiper-button-prev-perspective{
    left: 28px;
  }
}

@media (min-width: 1280px){
  .swiper-button-prev.swiper-button-prev-perspective{
    left: 62px;
    --tw-translate-y: calc(-50% - 62px);
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
}

.swiper-button-next.swiper-button-next-perspective{
  top: 50%;
  height: 50px;
  width: 50px;
  --tw-translate-y: calc(-50% - 160px);
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

@media (min-width: 768px){
  .swiper-button-next.swiper-button-next-perspective{
    right: 28px;
  }
}

@media (min-width: 1280px){
  .swiper-button-next.swiper-button-next-perspective{
    right: 62px;
    --tw-translate-y: calc(-50% - 62px);
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
}

.pnb-perspective-swiper .swiper-pagination-perspective{
  right: 0px;
  margin-left: auto;
  max-width: -moz-max-content;
  max-width: max-content;
  padding-bottom: 65px;
  padding-right: 1.5rem;
}

@media (min-width: 768px){
  .pnb-perspective-swiper .swiper-pagination-perspective{
    padding-bottom: 76px;
    padding-right: 84px;
  }
}

.pnb-perspective-swiper
  .swiper-pagination-perspective
  .swiper-pagination-bullet {
  background: white !important;
  opacity: 0.3;
}

.pnb-perspective-swiper
  .swiper-pagination-perspective
  .swiper-pagination-bullet-active {
  background: white;
  opacity: 1;
}

.pager .pager__items a{
  margin-left: auto;
  margin-right: auto;
  margin-top: 6rem;
  display: flex;
  width: 12rem;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  border-width: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(226 110 0 / var(--tw-bg-opacity));
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  text-align: center;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.pager .pager__items a:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.itgy_table_side {
  flex: 1;
  display: flex;
  overflow: hidden;
  align-items: center;
  justify-content: center;
}

.itgy_table_side:nth-child(1) {
  align-items: start;
  justify-content: center;
}

.itgy_table_side:nth-child(3) {
  align-items: end;
  justify-content: center;
}

.itgy_table_side span {
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  white-space: pre-wrap;
  word-wrap: break-word;
  width: 100%;
}

.iframe-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

.iframe-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.focus\:outline-none:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.group:hover .group-hover\:translate-x-0{
  --tw-translate-x: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

@media (min-width: 768px){
  .md\:-right-\[5\%\]{
    right: -5%;
  }

  .md\:mt-16{
    margin-top: 4rem;
  }

  .md\:w-\[80px\]{
    width: 80px;
  }

  .md\:px-6{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .md\:px-8{
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .md\:py-12{
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .md\:text-2xl{
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .md\:text-5xl{
    font-size: 3rem;
    line-height: 1;
  }

  .md\:text-\[20px\]{
    font-size: 20px;
  }
}

@media (min-width: 1024px){
  .lg\:-bottom-8{
    bottom: -2rem;
  }

  .lg\:bottom-0{
    bottom: 0px;
  }

  .lg\:-bottom-12{
    bottom: -3rem;
  }

  .lg\:block{
    display: block;
  }

  .lg\:px-0{
    padding-left: 0px;
    padding-right: 0px;
  }
}

@media (min-width: 1280px){
  .xl\:bottom-8{
    bottom: 2rem;
  }

  .xl\:right-0{
    right: 0px;
  }

  .xl\:px-24{
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .xl\:text-\[26px\]{
    font-size: 26px;
  }

  .xl\:text-\[64px\]{
    font-size: 64px;
  }
}

@media (min-width: 1680px){
  .widescreen\:right-\[10\%\]{
    right: 10%;
  }
}
