/* Core Styles */
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
}
/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0;
}
/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}
/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 0;
}
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  text-decoration: none;
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}
/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}
/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}
/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}
/**
 * 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;
}
/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}
/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}
/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}
/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}
/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}
/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-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 and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-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 */
}
/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}
/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}
/**
 * Add the correct display in IE.
 */
template {
  display: none;
}
/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}
@font-face {
  font-family: "Geomanist";
  src: url("/iwov-resources/sg/ocbc/personal/fonts/Geomanist/Geomanist-Regular.woff2") format("woff2"), url("/iwov-resources/sg/ocbc/personal/fonts/Geomanist/Geomanist-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
}
@font-face {
  font-family: "Geomanist";
  src: url("/iwov-resources/sg/ocbc/personal/fonts/Geomanist/Geomanist-Light.woff2") format("woff2"), url("/iwov-resources/sg/ocbc/personal/fonts/Geomanist/Geomanist-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
}
@font-face {
  font-family: "Geomanist";
  src: url("/iwov-resources/sg/ocbc/personal/fonts/Geomanist/GeomanistBook.woff2") format("woff2"), url("/iwov-resources/sg/ocbc/personal/fonts/Geomanist/GeomanistBook.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
}
@font-face {
  font-family: "Geomanist";
  src: url("/iwov-resources/sg/ocbc/personal/fonts/Geomanist/Geomanist-Medium.woff2") format("woff2"), url("/iwov-resources/sg/ocbc/personal/fonts/Geomanist/Geomanist-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
}
@font-face {
  font-family: 'Open Sans';
  src: url('/iwov-resources/sg/ocbc/personal/fonts/OpenSans/opensans-light.woff2') format('woff2'), url('/iwov-resources/sg/ocbc/personal/fonts/OpenSans/opensans-light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Open Sans';
  src: url('/iwov-resources/sg/ocbc/personal/fonts/OpenSans/opensans-regular.woff2') format('woff2'), url('/iwov-resources/sg/ocbc/personal/fonts/OpenSans/opensans-regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Open Sans';
  src: url('/iwov-resources/sg/ocbc/personal/fonts/OpenSans/opensans-semibold.woff2') format('woff2'), url('/iwov-resources/sg/ocbc/personal/fonts/OpenSans/opensans-semibold.woff') format('woff');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Open Sans';
  src: url('/iwov-resources/sg/ocbc/personal/fonts/OpenSans/opensans-bold.woff2') format('woff2'), url('/iwov-resources/sg/ocbc/personal/fonts/OpenSans/opensans-bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
}
.space-xlg {
  margin-top: 100px;
}
@media screen and (max-width: 1280px) {
  .space-xlg {
    margin-top: 40px;
  }
}
.space-lg {
  margin-top: 80px;
}
@media screen and (max-width: 1280px) {
  .space-lg {
    margin-top: 40px;
  }
}
.space-md {
  margin-top: 40px;
}
.space-sm {
  margin-top: 35px;
}
.space-sm-20 {
  margin-top: 20px;
}
*,
::after,
::before {
  box-sizing: border-box;
}
html * {
  margin: 0;
  padding: 0;
}
html {
  font-size: 16px;
  font-size: 1rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  scroll-behavior: smooth;
}
body {
  font-family: "Open Sans", sans-serif, Arial;
  margin: 0;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.3;
  color: #4A4A49;
}
a {
  text-decoration: none;
  color: inherit;
  outline: none;
}
::selection {
  color: #FFFFFF;
  background: #484848;
}
.slide-up {
  transform: translateY(100%);
  opacity: 0;
  animation: slide-up 0.8s ease forwards 0.2s;
}
.slide-right-to-left {
  transform: translateX(100%);
  opacity: 0;
  animation: slide-right-to-left 1s ease forwards;
}
.slide-left-to-right {
  transform: translateX(-20%);
  animation: slide-left-to-right 0.8s ease forwards;
}
.animate-sequence {
  overflow: hidden;
}
.animate-sequence > * {
  opacity: 0;
  transform: translateY(100%);
}
@media screen and (max-width: 840px) {
  .animate-sequence > * {
    transform: translateY(10%);
  }
}
.animate-content > *:not(section):not(.animate-sequence):not(.row):not(.no-animation) {
  opacity: 0;
}
.animate-content > *:not(section):not(.animate-sequence):not(.row):not(.no-animation).slide-up {
  animation: slide-up 0.8s ease forwards 0.2s;
}
.animate-content > .section > *:not(.no-animation),
.animate-content > .animate-sequence > *:not(.no-animation),
.animate-content > .row > *:not(.no-animation),
.animate-content > .no-animation > *:not(.no-animation) {
  opacity: 0;
}
.animate-content > .section > *:not(.no-animation).slide-up,
.animate-content > .animate-sequence > *:not(.no-animation).slide-up,
.animate-content > .row > *:not(.no-animation).slide-up,
.animate-content > .no-animation > *:not(.no-animation).slide-up {
  animation: slide-up 0.8s ease forwards 0.2s;
}
.donation-chart.slide-up .lines {
  animation: line-grow 0.8s ease forwards 0.2s;
  animation-delay: 1s;
}
.donation-chart.slide-up .community,
.donation-chart.slide-up .environment,
.donation-chart.slide-up .circle {
  opacity: 1;
  transform: translateY(0%);
  transition: transform 0.8s, opacity 1s;
  transition-delay: 1.5s;
}
.donation-chart.slide-up .circle {
  transition-delay: 2s;
}
.donation-chart.slide-up .grey-circle > g,
.donation-chart.slide-up .red-circle > g,
.donation-chart.slide-up .grey-circle > path,
.donation-chart.slide-up .red-circle > path {
  transform: rotate(0deg);
  transition: 0.8s;
  transition-delay: 2.7s;
}
.donation-chart.slide-up .red-circle > g,
.donation-chart.slide-up .red-circle > path {
  transition-delay: 3.5s;
}
.donation-chart svg {
  display: block;
  margin: 0 auto;
  width: 100%;
  height: 660px;
}
@media screen and (max-width: 840px) {
  .donation-chart svg {
    height: 440px;
  }
}
.donation-chart .lines {
  transform: scaleX(0);
  transform-origin: center;
}
.donation-chart .environment,
.donation-chart .community,
.donation-chart .circle {
  opacity: 0;
  transform: translateY(100%);
}
.donation-chart .circle {
  opacity: 1;
}
.donation-chart .grey-circle > g,
.donation-chart .red-circle > g,
.donation-chart .grey-circle > path,
.donation-chart .red-circle > path {
  transform-origin: center 66%;
  transform: rotate(-180deg);
}
@media screen and (max-width: 840px) {
  .donation-chart .grey-circle > g,
  .donation-chart .red-circle > g,
  .donation-chart .grey-circle > path,
  .donation-chart .red-circle > path {
    transform-origin: center 60%;
  }
}
.donation-chart .red-circle > g {
  transform: rotate(120deg);
}
.add-chart.animate .circle {
  transform: rotate(0deg);
  transition: 0.8s;
}
.add-chart.animate .add-text,
.add-chart.animate .add-text-2 {
  opacity: 1;
  transition: 0.5s;
  transition-delay: 0.4s;
}
.add-chart.animate .add-text-2 {
  transition-delay: 0.8s;
}
.add-chart.animate .line-left,
.add-chart.animate .line-right {
  transform: translateX(0);
  transition: 0.5s;
  transition-delay: 1.2s;
}
.add-chart.animate .top-text,
.add-chart.animate .bottom-text {
  transform: translateY(0%);
  transition: 0.5s;
  transition-delay: 1.7s;
}
.add-chart.animate .top-text path,
.add-chart.animate .bottom-text path {
  opacity: 1;
  transition: 1s;
  transition-delay: 1.7s;
}
.add-chart svg {
  width: 100%;
}
.add-chart .circle {
  transform: rotate(-180deg);
  transform-origin: center;
}
.add-chart .add-text,
.add-chart .add-text-2 {
  opacity: 0;
}
.add-chart .line-left {
  transform: translateX(26%);
}
.add-chart .line-right {
  transform: translateX(-26%);
}
.add-chart .top-text path,
.add-chart .bottom-text path {
  opacity: 0;
}
.add-chart .top-text {
  transform: translateY(16%);
}
.add-chart .top-text path {
  opacity: 0;
}
.add-chart .bottom-text {
  transform: translateY(-16%);
}
.add-chart .bottom-text path {
  opacity: 0;
}
.chart-bar.animate .bar {
  animation: slide-up 0.8s ease forwards 0.2s;
}
.chart-bar.animate .bar-value {
  opacity: 1;
  transition: 0.5s;
  transition-delay: 0.5s;
}
.chart-bar .bar {
  transform: translateY(100%);
}
.chart-bar .bar-value {
  opacity: 0;
}
@keyframes opacityGlow {
  0% {
    opacity: 0;
    transform: scale(0);
  }
  100% {
    opacity: 0.7;
    transform: scale(1);
  }
}
@keyframes slide-right-to-left {
  0% {
    transform: translateX(100%);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes slide-left-to-right {
  0% {
    transform: translateX(-20%);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes slide-up {
  0% {
    transform: translateY(100%);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes imageScale {
  0% {
    transform: scale(1.8);
    object-position: 40% 0%;
  }
  100% {
    transform: scale(1);
    object-position: 45% 50%;
  }
}
@keyframes shrink-right {
  0% {
    width: 100%;
  }
  100% {
    width: 0;
  }
}
@keyframes hide-background {
  0% {
    background-color: #FFFFFF;
  }
  100% {
    background-color: transparent;
  }
}
@keyframes line-grow {
  0% {
    transform: scaleX(0);
  }
  100% {
    transform: scaleX(1);
  }
}
@keyframe slide-down {
  0% {
    transform: translateY(-100%);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
/* Third Party Styles */
/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 15px 15px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}
.hamburger:hover {
  opacity: 0.7;
}
.hamburger-box {
  width: 40px;
  height: 24px;
  display: inline-block;
  position: relative;
}
.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}
.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
  width: 40px;
  height: 4px;
  background-color: #000;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}
.hamburger-inner::before,
.hamburger-inner::after {
  content: "";
  display: block;
}
.hamburger-inner::before {
  top: -10px;
}
.hamburger-inner::after {
  bottom: -10px;
}
/*
   * 3DX
   */
.hamburger--3dx .hamburger-box {
  perspective: 80px;
}
.hamburger--3dx .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dx .hamburger-inner::before,
.hamburger--3dx .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dx.is-active .hamburger-inner {
  background-color: transparent;
  transform: rotateY(180deg);
}
.hamburger--3dx.is-active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--3dx.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}
/*
   * 3DX Reverse
   */
.hamburger--3dx-r .hamburger-box {
  perspective: 80px;
}
.hamburger--3dx-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dx-r .hamburger-inner::before,
.hamburger--3dx-r .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dx-r.is-active .hamburger-inner {
  background-color: transparent;
  transform: rotateY(-180deg);
}
.hamburger--3dx-r.is-active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--3dx-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}
/*
   * 3DY
   */
.hamburger--3dy .hamburger-box {
  perspective: 80px;
}
.hamburger--3dy .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dy .hamburger-inner::before,
.hamburger--3dy .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dy.is-active .hamburger-inner {
  background-color: transparent;
  transform: rotateX(-180deg);
}
.hamburger--3dy.is-active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--3dy.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}
/*
   * 3DY Reverse
   */
.hamburger--3dy-r .hamburger-box {
  perspective: 80px;
}
.hamburger--3dy-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dy-r .hamburger-inner::before,
.hamburger--3dy-r .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dy-r.is-active .hamburger-inner {
  background-color: transparent;
  transform: rotateX(180deg);
}
.hamburger--3dy-r.is-active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--3dy-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}
/*
   * 3DXY
   */
.hamburger--3dxy .hamburger-box {
  perspective: 80px;
}
.hamburger--3dxy .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dxy .hamburger-inner::before,
.hamburger--3dxy .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dxy.is-active .hamburger-inner {
  background-color: transparent;
  transform: rotateX(180deg) rotateY(180deg);
}
.hamburger--3dxy.is-active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--3dxy.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}
/*
   * 3DXY Reverse
   */
.hamburger--3dxy-r .hamburger-box {
  perspective: 80px;
}
.hamburger--3dxy-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dxy-r .hamburger-inner::before,
.hamburger--3dxy-r .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dxy-r.is-active .hamburger-inner {
  background-color: transparent;
  transform: rotateX(180deg) rotateY(180deg) rotateZ(-180deg);
}
.hamburger--3dxy-r.is-active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--3dxy-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}
/*
   * Arrow
   */
.hamburger--arrow.is-active .hamburger-inner::before {
  transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}
.hamburger--arrow.is-active .hamburger-inner::after {
  transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1);
}
/*
   * Arrow Right
   */
.hamburger--arrow-r.is-active .hamburger-inner::before {
  transform: translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1);
}
.hamburger--arrow-r.is-active .hamburger-inner::after {
  transform: translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}
/*
   * Arrow Alt
   */
.hamburger--arrowalt .hamburger-inner::before {
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hamburger--arrowalt .hamburger-inner::after {
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hamburger--arrowalt.is-active .hamburger-inner::before {
  top: 0;
  transform: translate3d(-8px, -10px, 0) rotate(-45deg) scale(0.7, 1);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}
.hamburger--arrowalt.is-active .hamburger-inner::after {
  bottom: 0;
  transform: translate3d(-8px, 10px, 0) rotate(45deg) scale(0.7, 1);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}
/*
   * Arrow Alt Right
   */
.hamburger--arrowalt-r .hamburger-inner::before {
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hamburger--arrowalt-r .hamburger-inner::after {
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hamburger--arrowalt-r.is-active .hamburger-inner::before {
  top: 0;
  transform: translate3d(8px, -10px, 0) rotate(45deg) scale(0.7, 1);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}
.hamburger--arrowalt-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: translate3d(8px, 10px, 0) rotate(-45deg) scale(0.7, 1);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}
/*
 * Arrow Turn
 */
.hamburger--arrowturn.is-active .hamburger-inner {
  transform: rotate(-180deg);
}
.hamburger--arrowturn.is-active .hamburger-inner::before {
  transform: translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1);
}
.hamburger--arrowturn.is-active .hamburger-inner::after {
  transform: translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}
/*
 * Arrow Turn Right
 */
.hamburger--arrowturn-r.is-active .hamburger-inner {
  transform: rotate(-180deg);
}
.hamburger--arrowturn-r.is-active .hamburger-inner::before {
  transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}
.hamburger--arrowturn-r.is-active .hamburger-inner::after {
  transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1);
}
/*
   * Boring
   */
.hamburger--boring .hamburger-inner,
.hamburger--boring .hamburger-inner::before,
.hamburger--boring .hamburger-inner::after {
  transition-property: none;
}
.hamburger--boring.is-active .hamburger-inner {
  transform: rotate(45deg);
}
.hamburger--boring.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}
.hamburger--boring.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
}
/*
   * Collapse
   */
.hamburger--collapse .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse .hamburger-inner::after {
  top: -20px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}
.hamburger--collapse .hamburger-inner::before {
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse.is-active .hamburger-inner {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--collapse.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
}
.hamburger--collapse.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(-90deg);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}
/*
   * Collapse Reverse
   */
.hamburger--collapse-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse-r .hamburger-inner::after {
  top: -20px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}
.hamburger--collapse-r .hamburger-inner::before {
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse-r.is-active .hamburger-inner {
  transform: translate3d(0, -10px, 0) rotate(45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--collapse-r.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
}
.hamburger--collapse-r.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(90deg);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}
/*
   * Elastic
   */
.hamburger--elastic .hamburger-inner {
  top: 2px;
  transition-duration: 0.275s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic .hamburger-inner::before {
  top: 10px;
  transition: opacity 0.125s 0.275s ease;
}
.hamburger--elastic .hamburger-inner::after {
  top: 20px;
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(135deg);
  transition-delay: 0.075s;
}
.hamburger--elastic.is-active .hamburger-inner::before {
  transition-delay: 0s;
  opacity: 0;
}
.hamburger--elastic.is-active .hamburger-inner::after {
  transform: translate3d(0, -20px, 0) rotate(-270deg);
  transition-delay: 0.075s;
}
/*
   * Elastic Reverse
   */
.hamburger--elastic-r .hamburger-inner {
  top: 2px;
  transition-duration: 0.275s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic-r .hamburger-inner::before {
  top: 10px;
  transition: opacity 0.125s 0.275s ease;
}
.hamburger--elastic-r .hamburger-inner::after {
  top: 20px;
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic-r.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(-135deg);
  transition-delay: 0.075s;
}
.hamburger--elastic-r.is-active .hamburger-inner::before {
  transition-delay: 0s;
  opacity: 0;
}
.hamburger--elastic-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -20px, 0) rotate(270deg);
  transition-delay: 0.075s;
}
/*
   * Emphatic
   */
.hamburger--emphatic {
  overflow: hidden;
}
.hamburger--emphatic .hamburger-inner {
  transition: background-color 0.125s 0.175s ease-in;
}
.hamburger--emphatic .hamburger-inner::before {
  left: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in;
}
.hamburger--emphatic .hamburger-inner::after {
  top: 10px;
  right: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in;
}
.hamburger--emphatic.is-active .hamburger-inner {
  transition-delay: 0s;
  transition-timing-function: ease-out;
  background-color: transparent;
}
.hamburger--emphatic.is-active .hamburger-inner::before {
  left: -80px;
  top: -80px;
  transform: translate3d(80px, 80px, 0) rotate(45deg);
  transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.hamburger--emphatic.is-active .hamburger-inner::after {
  right: -80px;
  top: -80px;
  transform: translate3d(-80px, 80px, 0) rotate(-45deg);
  transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}
/*
   * Emphatic Reverse
   */
.hamburger--emphatic-r {
  overflow: hidden;
}
.hamburger--emphatic-r .hamburger-inner {
  transition: background-color 0.125s 0.175s ease-in;
}
.hamburger--emphatic-r .hamburger-inner::before {
  left: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in;
}
.hamburger--emphatic-r .hamburger-inner::after {
  top: 10px;
  right: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in;
}
.hamburger--emphatic-r.is-active .hamburger-inner {
  transition-delay: 0s;
  transition-timing-function: ease-out;
  background-color: transparent;
}
.hamburger--emphatic-r.is-active .hamburger-inner::before {
  left: -80px;
  top: 80px;
  transform: translate3d(80px, -80px, 0) rotate(-45deg);
  transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.hamburger--emphatic-r.is-active .hamburger-inner::after {
  right: -80px;
  top: 80px;
  transform: translate3d(-80px, -80px, 0) rotate(45deg);
  transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}
/*
   * Minus
   */
.hamburger--minus .hamburger-inner::before,
.hamburger--minus .hamburger-inner::after {
  transition: bottom 0.08s 0s ease-out, top 0.08s 0s ease-out, opacity 0s linear;
}
.hamburger--minus.is-active .hamburger-inner::before,
.hamburger--minus.is-active .hamburger-inner::after {
  opacity: 0;
  transition: bottom 0.08s ease-out, top 0.08s ease-out, opacity 0s 0.08s linear;
}
.hamburger--minus.is-active .hamburger-inner::before {
  top: 0;
}
.hamburger--minus.is-active .hamburger-inner::after {
  bottom: 0;
}
/*
   * Slider
   */
.hamburger--slider .hamburger-inner {
  top: 2px;
}
.hamburger--slider .hamburger-inner::before {
  top: 10px;
  transition-property: transform, opacity;
  transition-timing-function: ease;
  transition-duration: 0.15s;
}
.hamburger--slider .hamburger-inner::after {
  top: 20px;
}
.hamburger--slider.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--slider.is-active .hamburger-inner::before {
  transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
  opacity: 0;
}
.hamburger--slider.is-active .hamburger-inner::after {
  transform: translate3d(0, -20px, 0) rotate(-90deg);
}
/*
   * Slider Reverse
   */
.hamburger--slider-r .hamburger-inner {
  top: 2px;
}
.hamburger--slider-r .hamburger-inner::before {
  top: 10px;
  transition-property: transform, opacity;
  transition-timing-function: ease;
  transition-duration: 0.15s;
}
.hamburger--slider-r .hamburger-inner::after {
  top: 20px;
}
.hamburger--slider-r.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(-45deg);
}
.hamburger--slider-r.is-active .hamburger-inner::before {
  transform: rotate(45deg) translate3d(5.71429px, -6px, 0);
  opacity: 0;
}
.hamburger--slider-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -20px, 0) rotate(90deg);
}
/*
   * Spin
   */
.hamburger--spin .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin .hamburger-inner::before {
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}
.hamburger--spin .hamburger-inner::after {
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin.is-active .hamburger-inner {
  transform: rotate(225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  background-color: #fff;
}
.hamburger--spin.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
  background-color: #fff;
}
.hamburger--spin.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  background-color: #fff;
}
/*
   * Spin Reverse
   */
.hamburger--spin-r .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin-r .hamburger-inner::before {
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}
.hamburger--spin-r .hamburger-inner::after {
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin-r.is-active .hamburger-inner {
  transform: rotate(-225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--spin-r.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}
.hamburger--spin-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(90deg);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}
/*
   * Spring
   */
.hamburger--spring .hamburger-inner {
  top: 2px;
  transition: background-color 0s 0.13s linear;
}
.hamburger--spring .hamburger-inner::before {
  top: 10px;
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring .hamburger-inner::after {
  top: 20px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring.is-active .hamburger-inner {
  transition-delay: 0.22s;
  background-color: transparent;
}
.hamburger--spring.is-active .hamburger-inner::before {
  top: 0;
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--spring.is-active .hamburger-inner::after {
  top: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, 10px, 0) rotate(-45deg);
}
/*
   * Spring Reverse
   */
.hamburger--spring-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring-r .hamburger-inner::after {
  top: -20px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0s linear;
}
.hamburger--spring-r .hamburger-inner::before {
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring-r.is-active .hamburger-inner {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--spring-r.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0s 0.22s linear;
}
.hamburger--spring-r.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(90deg);
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
}
/*
   * Stand
   */
.hamburger--stand .hamburger-inner {
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear;
}
.hamburger--stand .hamburger-inner::before {
  transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--stand .hamburger-inner::after {
  transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--stand.is-active .hamburger-inner {
  transform: rotate(90deg);
  background-color: transparent;
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear;
}
.hamburger--stand.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(-45deg);
  transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--stand.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(45deg);
  transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}
/*
   * Stand Reverse
   */
.hamburger--stand-r .hamburger-inner {
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear;
}
.hamburger--stand-r .hamburger-inner::before {
  transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--stand-r .hamburger-inner::after {
  transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--stand-r.is-active .hamburger-inner {
  transform: rotate(-90deg);
  background-color: transparent;
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear;
}
.hamburger--stand-r.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(-45deg);
  transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--stand-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(45deg);
  transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}
/*
   * Squeeze
   */
.hamburger--squeeze .hamburger-inner {
  transition-duration: 0.075s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--squeeze .hamburger-inner::before {
  transition: top 0.075s 0.12s ease, opacity 0.075s ease;
}
.hamburger--squeeze .hamburger-inner::after {
  transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--squeeze.is-active .hamburger-inner {
  transform: rotate(45deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--squeeze.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.075s ease, opacity 0.075s 0.12s ease;
}
.hamburger--squeeze.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}
/*
   * Vortex
   */
.hamburger--vortex .hamburger-inner {
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.hamburger--vortex .hamburger-inner::before,
.hamburger--vortex .hamburger-inner::after {
  transition-duration: 0s;
  transition-delay: 0.1s;
  transition-timing-function: linear;
}
.hamburger--vortex .hamburger-inner::before {
  transition-property: top, opacity;
}
.hamburger--vortex .hamburger-inner::after {
  transition-property: bottom, transform;
}
.hamburger--vortex.is-active .hamburger-inner {
  transform: rotate(765deg);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.hamburger--vortex.is-active .hamburger-inner::before,
.hamburger--vortex.is-active .hamburger-inner::after {
  transition-delay: 0s;
}
.hamburger--vortex.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}
.hamburger--vortex.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(90deg);
}
/*
   * Vortex Reverse
   */
.hamburger--vortex-r .hamburger-inner {
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.hamburger--vortex-r .hamburger-inner::before,
.hamburger--vortex-r .hamburger-inner::after {
  transition-duration: 0s;
  transition-delay: 0.1s;
  transition-timing-function: linear;
}
.hamburger--vortex-r .hamburger-inner::before {
  transition-property: top, opacity;
}
.hamburger--vortex-r .hamburger-inner::after {
  transition-property: bottom, transform;
}
.hamburger--vortex-r.is-active .hamburger-inner {
  transform: rotate(-765deg);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.hamburger--vortex-r.is-active .hamburger-inner::before,
.hamburger--vortex-r.is-active .hamburger-inner::after {
  transition-delay: 0s;
}
.hamburger--vortex-r.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}
.hamburger--vortex-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
}
/* Shared Styles */
.text-red {
  color: #E30613;
}
.text-white {
  color: #FFFFFF;
}
hr {
  border: none;
  border-bottom: solid 1px rgba(74, 74, 73, 0.2);
  height: 1px;
}
hr.black {
  background: #4A4A49;
}
hr.red {
  background: #E30613;
}
hr.white {
  background: #FFFFFF;
}
ul.basic,
ol.basic {
  margin-top: 20px;
  padding-left: 20px;
}
ul.basic li,
ol.basic li {
  margin: 0 0 10px;
}
ul.basic li {
  list-style: disc;
}
button,
input,
optgroup,
select,
textarea {
  font-family: "Open Sans", sans-serif;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  line-height: 1.1;
  font-weight: 500;
  font-family: "Geomanist", sans-serif, Arial;
}
h1,
.h1 {
  font-size: 60px;
  font-size: 3.75rem;
}
@media screen and (max-width: 1440px) {
  h1,
  .h1 {
    font-size: 50px;
    font-size: 3.125rem;
  }
}
@media screen and (max-width: 1080px) {
  h1,
  .h1 {
    font-size: 40px;
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 600px) {
  h1,
  .h1 {
    font-size: 32px;
    font-size: 2rem;
  }
}
h2,
.h2 {
  font-size: 40px;
  font-size: 2.5rem;
}
@media screen and (max-width: 1440px) {
  h2,
  .h2 {
    font-size: 35px;
    font-size: 2.1875rem;
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 1.25) {
  h2,
  .h2 {
    font-size: 35px;
    font-size: 2.1875rem;
  }
}
@media screen and (max-width: 600px) {
  h2,
  .h2 {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
h3,
.h3 {
  font-size: 36px;
  font-size: 2.25rem;
}
@media screen and (max-width: 1440px) {
  h3,
  .h3 {
    font-size: 30px;
    font-size: 1.875rem;
  }
}
@media screen and (max-width: 600px) {
  h3,
  .h3 {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
h4,
.h4 {
  font-size: 36px;
  font-size: 2.25rem;
}
@media screen and (max-width: 1440px) {
  h4,
  .h4 {
    font-size: 30px;
    font-size: 1.875rem;
  }
}
@media screen and (max-width: 600px) {
  h4,
  .h4 {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
h5,
.h5,
h6,
.h6 {
  font-size: 24px;
  font-size: 1.5rem;
}
@media screen and (max-width: 1440px) {
  h5,
  .h5,
  h6,
  .h6 {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 600px) {
  h5,
  .h5,
  h6,
  .h6 {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
li,
th,
td {
  font-size: 18px;
  font-size: 1.125rem;
}
@media screen and (max-width: 1280px) {
  li,
  th,
  td {
    font-size: 16px;
    font-size: 1rem;
  }
}
@media screen and (max-width: 600px) {
  li,
  th,
  td {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
strong {
  font-weight: 500;
}
p,
.body-text {
  margin: 30px 0 0;
  font-size: 18px;
  font-size: 1.125rem;
}
@media screen and (max-width: 1280px) {
  p,
  .body-text {
    font-size: 16px;
    font-size: 1rem;
  }
}
@media screen and (max-width: 600px) {
  p,
  .body-text {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
p:first-child,
.body-text:first-child {
  margin-top: 0;
}
.intro-banner {
  font-size: 32px;
  font-size: 2rem;
}
@media screen and (-webkit-min-device-pixel-ratio: 1.25) {
  .intro-banner {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 1440px) {
  .intro-banner {
    font-size: 28px;
    font-size: 1.75rem;
  }
}
@media screen and (max-width: 1280px) {
  .intro-banner {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 1080px) {
  .intro-banner {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
@media screen and (max-height: 1000px) and (orientation: landscape) {
  .intro-banner {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
.intro {
  font-size: 24px;
  font-size: 1.5rem;
}
@media screen and (max-width: 1440px) {
  .intro {
    font-size: 22px;
    font-size: 1.375rem;
  }
}
@media screen and (max-width: 600px) {
  .intro {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.caption {
  font-size: 14px;
  font-size: 0.875rem;
}
@media screen and (max-width: 600px) {
  .caption {
    font-size: 11px;
    font-size: 0.6875rem;
  }
}
.numbers {
  font-size: 48px;
  font-size: 3rem;
  font-weight: 500;
  font-family: "Geomanist", sans-serif, Arial;
}
@media screen and (max-width: 1440px) {
  .numbers {
    font-size: 30px;
    font-size: 1.875rem;
  }
}
@media screen and (max-width: 600px) {
  .numbers {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
.quote {
  display: flex;
  line-height: 1.1;
  font-weight: 500;
  font-family: "Geomanist", sans-serif, Arial;
  font-size: 36px;
  font-size: 2.25rem;
  font-weight: normal;
}
@media screen and (max-width: 1440px) {
  .quote {
    font-size: 30px;
    font-size: 1.875rem;
  }
}
@media screen and (max-width: 600px) {
  .quote {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.quote:before,
.quote span:after {
  content: open-quote;
  margin-right: 5px;
  font-family: "Geomanist", sans-serif, Arial;
  font-size: 60px;
  font-size: 3.75rem;
  font-weight: normal;
  color: #E30613;
  margin-top: -0.75rem;
}
@media screen and (max-width: 600px) {
  .quote:before,
  .quote span:after {
    font-size: 24px;
    font-size: 1.5rem;
    margin-top: 0;
  }
}
.quote span {
  position: relative;
}
.quote span:after {
  content: close-quote;
  position: absolute;
}
body {
  overflow-x: hidden;
}
body.overflow-hidden {
  overflow: hidden;
}
body.overflow-hidden .hm-banner__main,
body.overflow-hidden .message,
body.overflow-hidden .teaser {
  opacity: 0;
}
* {
  box-sizing: border-box;
}
main {
  padding-top: 140px;
}
@media screen and (max-width: 600px) {
  main {
    padding: 120px 0 0;
  }
}
.homepage main {
  padding-top: 0;
}
ul:not(.basic) li,
ol:not(.basic) li {
  list-style: none;
}
ul li:not(:last-child),
ol li:not(:last-child) {
  margin-bottom: 30px;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
  width: 100%;
}
.container-default {
  width: auto;
  max-width: 1720px;
  margin: 0 auto;
  padding: 60px 0;
}
@media (max-width: 1720px) {
  .container-default {
    padding: 60px 100px;
  }
}
@media screen and (max-width: 1440px) {
  .container-default {
    padding: 80px 40px;
  }
}
@media screen and (max-width: 1080px) {
  .container-default {
    padding: 40px;
  }
}
@media screen and (max-width: 600px) {
  .container-default {
    padding: 20px 20px 30px;
  }
}
.container-default.narrow {
  padding: 40px;
}
@media screen and (max-width: 600px) {
  .container-default.narrow {
    padding: 20px;
  }
}
.container-default.height-full {
  height: 100%;
}
.container-default + .container {
  margin-top: 50px;
}
@media screen and (max-width: 600px) {
  .container-default + .container {
    margin-top: 30px;
  }
}
.container-default.no-shadow {
  box-shadow: none;
}
.container {
  width: auto;
  max-width: 1720px;
  margin: 0 auto;
  padding: 60px 0;
}
@media (max-width: 1720px) {
  .container {
    padding: 60px 100px;
  }
}
@media screen and (max-width: 1440px) {
  .container {
    padding: 80px 40px;
  }
}
@media screen and (max-width: 1080px) {
  .container {
    padding: 40px;
  }
}
@media screen and (max-width: 600px) {
  .container {
    padding: 20px 20px 30px;
  }
}
.container.narrow {
  padding: 40px;
}
@media screen and (max-width: 600px) {
  .container.narrow {
    padding: 20px;
  }
}
.container.height-full {
  height: 100%;
}
.container + .container {
  margin-top: 50px;
}
@media screen and (max-width: 600px) {
  .container + .container {
    margin-top: 30px;
  }
}
.container.no-shadow {
  box-shadow: none;
}
.no-padding {
  padding: 0;
}
.no-padding-top {
  padding-top: 0;
}
.no-padding-bottom {
  padding-bottom: 0;
}
.no-padding-left {
  padding-left: 0;
}
.no-padding-right {
  padding-right: 0;
}
.padding-top-20 {
  padding-top: 20px;
}
.padding-top-30 {
  padding-top: 30px;
}
.padding-top-40 {
  padding-top: 40px;
}
.padding-top-50 {
  padding-top: 50px;
}
.padding-top-60 {
  padding-top: 60px;
}
.padding-bottom-20 {
  padding-bottom: 20px;
}
.padding-bottom-30 {
  padding-bottom: 30px;
}
.padding-bottom-40 {
  padding-bottom: 40px;
}
.padding-bottom-50 {
  padding-bottom: 50px;
}
.padding-bottom-60 {
  padding-bottom: 60px;
}
.no-wrap {
  white-space: nowrap;
}
.hide {
  display: none;
}
.font-open-sans {
  font-family: "Open Sans", sans-serif;
}
.font-geomanist {
  font-family: "Geomanist", sans-serif, Arial;
}
.font-light {
  font-weight: 300 !important;
}
.font-book {
  font-weight: 400;
}
.font-medium {
  font-weight: 500;
}
.font-bold {
  font-weight: 600;
}
.font-normal {
  font-weight: normal;
}
.font-italic {
  font-style: italic;
}
.flex {
  display: flex;
}
.flex.align-center {
  align-items: center;
}
.flex.flex-column {
  flex-direction: column;
}
.nowrap {
  white-space: nowrap;
}
.tbc {
  position: relative;
}
.tbc:before {
  content: 'TBC';
  position: absolute;
  background: #E30613;
  color: #FFFFFF;
  padding: 10px 20px;
  display: block;
  top: 0;
  right: 0;
  font-size: 1.5em;
}
figcaption {
  font-size: 14px;
  font-size: 0.875rem;
  margin-top: 35px;
  width: 100%;
}
@media screen and (max-width: 600px) {
  .table-container {
    max-width: 300px;
    overflow: scroll;
  }
}
.border[data-direction="top"] {
  border-top: solid 1px;
}
.border[data-direction="bottom"] {
  border-bottom: solid 1px;
}
.border[data-direction="left"] {
  border-left: solid 1px;
}
.border[data-direction="right"] {
  border-right: solid 1px;
}
@media screen and (max-width: 840px) {
  .border[data-direction="right"] {
    border-right: none;
    border-bottom: solid 1px;
  }
}
.border[data-color="red"] {
  border-color: #E30613;
}
.overflow-hidden {
  overflow: hidden;
}
a:hover {
  text-decoration: none;
}
.btn {
  padding: 12.5px 50px;
  min-width: 195px;
  text-align: center;
  font-family: "Open Sans", sans-serif;
  display: block;
  width: max-content;
  margin-top: 50px;
  transition: all 0.2s ease;
  border: solid 1px;
  font-weight: bold;
}
.btn:hover {
  color: #FFFFFF;
  background: #E30613;
}
@media (max-height: 1000px) and (orientation: landscape) {
  .btn {
    font-size: 16px;
    font-size: 1rem;
  }
}
@media screen and (max-width: 600px) {
  .btn {
    padding: 10px 25px;
    margin-top: 26px;
    min-width: 0;
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.btn.btn-red {
  border: none;
  color: #E30613;
}
.btn.btn-red:hover {
  background: #E30613;
  color: #FFFFFF;
}
.btn.btn-white {
  border: none;
  background-color: #FFFFFF;
}
.btn.btn-white:hover {
  background: #E30613;
  color: #FFFFFF;
}
.btn-download {
  padding-right: 30px;
  position: relative;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  margin-top: 40px;
  display: inline-block;
  border-bottom: 1px solid transparent;
}
.btn-download::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 15px;
  height: 15px;
  background-image: url(/iwov-resources/sg/ocbc/gbc/investors/campaign/annual-report-2025/images/icons/download.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom;
}
.btn-download:hover {
  text-decoration: none;
  border-bottom: 1px solid #4A4A49;
}
.bottom-nav {
  box-shadow: 0px 4px 50px 0px rgba(0, 0, 0, 0.1);
  margin-top: 80px;
}
@media screen and (max-width: 600px) {
  .bottom-nav {
    margin-top: 50px;
  }
}
.homepage .bottom-nav {
  margin-top: 0;
}
.chapter-link {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 840px) {
  .chapter-link {
    padding-top: 40px;
  }
}
.chapter-link.flex-end {
  justify-content: flex-end;
}
.chapter-link a {
  position: relative;
}
.chapter-link a strong {
  display: block;
  font-weight: 500;
}
@media screen and (max-width: 840px) {
  .chapter-link a strong {
    display: none;
  }
}
.chapter-link a:before,
.chapter-link a:after {
  position: absolute;
  height: 70px;
  width: 70px;
  background-image: url(/iwov-resources/sg/ocbc/gbc/investors/campaign/annual-report-2025/images/icons/arrow-white.svg);
  background-color: #E30613;
  background-size: 50%;
  background-repeat: no-repeat;
  background-position-x: 50%;
  background-position-y: 50%;
  top: calc(50% - 35px);
  box-shadow: 10px 10px 50px 0 rgba(0, 0, 0, 0.1);
  transition: 0.4s;
  border-radius: 50%;
}
@media screen and (max-width: 1440px) {
  .chapter-link a:before,
  .chapter-link a:after {
    width: 60px;
    height: 60px;
    top: calc(60% - 35px);
  }
}
@media screen and (max-width: 600px) {
  .chapter-link a:before,
  .chapter-link a:after {
    width: 45px;
    height: 45px;
    top: calc(60% - 25px);
    border-width: 2px;
  }
}
.chapter-link a:hover::before,
.chapter-link a:hover::after {
  background-color: #FFFFFF;
  background-image: url(/iwov-resources/sg/ocbc/gbc/investors/campaign/annual-report-2025/images/icons/arrow.svg);
  transition: 0.4s;
  background-position-x: 70%;
}
.chapter-link .prev {
  padding-left: 90px;
}
@media screen and (max-width: 600px) {
  .chapter-link .prev {
    padding-left: 60px;
  }
}
.chapter-link .prev:before {
  content: "";
  transform: scale(-1);
  left: 0;
  transition: left 0.3s;
}
.chapter-link .next {
  text-align: right;
  padding-right: 90px;
  margin: auto 0 auto auto;
}
@media screen and (max-width: 600px) {
  .chapter-link .next {
    padding-right: 60px;
  }
}
.chapter-link .next::after {
  content: "";
  right: 0;
  transition: right 0.3s;
}
.cta-arrow {
  display: flex;
  align-items: center;
  height: 40px;
  position: relative;
  padding-right: 60px;
  transition: padding-right 0.2s ease;
  width: max-content;
}
@media screen and (max-width: 600px) {
  .cta-arrow {
    height: 30px;
  }
}
.cta-arrow:hover {
  text-decoration: underline;
  padding-right: 80px;
}
.cta-arrow:hover:after {
  background-image: url(/iwov-resources/sg/ocbc/gbc/investors/campaign/annual-report-2025/images/icons/arrow-white.svg);
  background-color: #E30613;
}
.cta-arrow:after {
  content: '';
  width: 40px;
  height: 40px;
  background-image: url(/iwov-resources/sg/ocbc/gbc/investors/campaign/annual-report-2025/images/icons/arrow.svg);
  background-size: 10px;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  border: solid 1px #E30613;
  transition: all 0.2s ease;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.bg-white-swoosh-red {
  background-color: #E30613;
  position: relative;
  padding: 100px 0;
}
@media screen and (max-width: 1440px) {
  .bg-white-swoosh-red {
    padding: 80px 0 150px;
  }
}
@media screen and (max-width: 840px) {
  .bg-white-swoosh-red {
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 600px) {
  .bg-white-swoosh-red {
    padding: 60px 0;
  }
}
.bg-white-swoosh-red:before {
  content: '';
  background-color: #FFFFFF;
  border-bottom-left-radius: 250px;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
}
@media screen and (max-width: 1440px) {
  .bg-white-swoosh-red:before {
    border-bottom-left-radius: 150px;
  }
}
@media screen and (max-width: 600px) {
  .bg-white-swoosh-red:before {
    border-bottom-left-radius: 80px;
  }
}
.bg-white-swoosh-red > * {
  z-index: 1;
  position: relative;
}
@media screen and (max-width: 1440px) {
  .bg-white-swoosh-red .container {
    padding: 0 100px;
  }
}
@media screen and (max-width: 1080px) {
  .bg-white-swoosh-red .container {
    padding: 40px;
  }
}
@media screen and (max-width: 600px) {
  .bg-white-swoosh-red .container {
    padding: 0 20px;
  }
}
.bg-red-swoosh-white {
  background-color: #FFFFFF;
  position: relative;
  padding: 100px 0;
  color: #FFFFFF;
}
@media screen and (max-width: 1440px) {
  .bg-red-swoosh-white {
    padding: 80px 0 150px;
  }
}
@media screen and (max-width: 840px) {
  .bg-red-swoosh-white {
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 600px) {
  .bg-red-swoosh-white {
    padding: 60px 0;
  }
}
.bg-red-swoosh-white:before {
  content: '';
  background-color: #E30613;
  border-bottom-left-radius: 250px;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
}
@media screen and (max-width: 1440px) {
  .bg-red-swoosh-white:before {
    border-bottom-left-radius: 150px;
  }
}
@media screen and (max-width: 600px) {
  .bg-red-swoosh-white:before {
    border-bottom-left-radius: 80px;
  }
}
.bg-red-swoosh-white > * {
  z-index: 1;
  position: relative;
}
@media screen and (max-width: 1440px) {
  .bg-red-swoosh-white .container {
    padding: 0 100px;
  }
}
@media screen and (max-width: 1080px) {
  .bg-red-swoosh-white .container {
    padding: 40px;
  }
}
@media screen and (max-width: 600px) {
  .bg-red-swoosh-white .container {
    padding: 0 20px;
  }
}
.bg-red-swoosh-grey {
  background-color: #F6F6F6;
  position: relative;
  padding: 100px 0;
  color: #FFFFFF;
}
@media screen and (max-width: 1440px) {
  .bg-red-swoosh-grey {
    padding: 80px 0 150px;
  }
}
@media screen and (max-width: 840px) {
  .bg-red-swoosh-grey {
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 600px) {
  .bg-red-swoosh-grey {
    padding: 60px 0;
  }
}
.bg-red-swoosh-grey:before {
  content: '';
  background-color: #E30613;
  border-bottom-left-radius: 250px;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
}
@media screen and (max-width: 1440px) {
  .bg-red-swoosh-grey:before {
    border-bottom-left-radius: 150px;
  }
}
@media screen and (max-width: 600px) {
  .bg-red-swoosh-grey:before {
    border-bottom-left-radius: 80px;
  }
}
.bg-red-swoosh-grey > * {
  z-index: 1;
  position: relative;
}
@media screen and (max-width: 1440px) {
  .bg-red-swoosh-grey .container {
    padding: 0 100px;
  }
}
@media screen and (max-width: 1080px) {
  .bg-red-swoosh-grey .container {
    padding: 40px;
  }
}
@media screen and (max-width: 600px) {
  .bg-red-swoosh-grey .container {
    padding: 0 20px;
  }
}
.border-right {
  border-right: solid 1px;
  padding-right: 30px;
}
.border-right.red {
  border-color: #E30613;
}
@media screen and (max-width: 600px) {
  .border-right {
    border-right: none;
    border-bottom: solid 1px;
    margin-bottom: 40px;
    padding-bottom: 40px !important;
  }
}
.border-left {
  border-left: solid 1px;
  padding-left: 20px;
}
@media screen and (max-width: 600px) {
  .border-left {
    padding-left: 10px;
  }
}
.border-left.slanted {
  border-left: none;
  position: relative;
  padding-left: 20px;
}
.border-left.slanted:before {
  content: '';
  height: 100%;
  width: 1px;
  background: #E30613;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  transform: rotate(-171deg);
}
.numeric-values {
  margin-top: 80px;
}
@media screen and (max-width: 1280px) {
  .numeric-values {
    margin-top: 40px;
  }
}
.numeric-values .flex {
  justify-content: space-between;
  flex-wrap: wrap;
}
.numeric-values .flex > div {
  width: 50%;
  padding-left: 80px;
}
@media screen and (max-width: 1280px) {
  .numeric-values .flex > div {
    padding-left: 40px;
  }
}
@media screen and (max-width: 600px) {
  .numeric-values .flex > div {
    width: 80%;
    padding: 0;
    margin-bottom: 20px;
  }
  .numeric-values .flex > div:last-child {
    margin-bottom: 0;
  }
}
.numeric-values .flex > .border-right {
  padding-right: 80px;
  padding-left: 0;
}
@media screen and (max-width: 1280px) {
  .numeric-values .flex > .border-right {
    padding-right: 40px;
  }
}
@media screen and (max-width: 600px) {
  .numeric-values .flex > .border-right {
    padding: 0;
  }
}
.numeric-values .value-item {
  text-align: right;
  max-width: 300px;
  margin: auto 0 40px auto;
}
@media screen and (max-width: 600px) {
  .numeric-values .value-item {
    margin: 0 0 20px;
    text-align: left;
  }
}
.numeric-values .value-item:last-child {
  margin-bottom: 0;
}
.numeric-values .value {
  font-weight: 500;
  font-family: "Geomanist", sans-serif, Arial;
  padding-bottom: 20px;
  margin-top: 0;
}
.media-block {
  display: flex;
  flex-direction: column;
}
.media-block.thumbnail {
  align-items: flex-start;
}
.media-block.thumbnail p {
  margin-top: 20px;
}
.media-block img {
  width: 100%;
}
.max-width-800 {
  max-width: 800px;
  margin: 0 auto;
}
.border-bottom {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: solid 1px rgba(74, 74, 73, 0.2);
}
@media screen and (max-width: 600px) {
  .border-bottom {
    padding-bottom: 20px;
    margin-bottom: 20px;
    margin-top: 20px;
  }
}
.border-bottom:last-child {
  border-bottom: none;
  margin-bottom: 0;
}
.border-bottom-red {
  border-bottom: solid 1px #E30613;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
@media screen and (max-width: 600px) {
  .border-bottom-red {
    border-bottom-width: 1px;
  }
}
.border-bottom-red h3 {
  margin-bottom: 45px;
}
@media screen and (max-width: 600px) {
  .border-bottom-red h3 {
    margin-bottom: 30px;
  }
}
.border-bottom-red h3:last-child {
  margin-bottom: 0;
}
.tile-row {
  display: flex;
  justify-content: space-between;
  margin-top: 45px;
  flex-wrap: wrap;
}
@media screen and (max-width: 1280px) {
  .tile-row[data-tiles="5"] {
    justify-content: flex-start;
  }
}
.tile-row[data-tiles="5"] .tile {
  width: calc(calc(100%/5) - 25px);
}
@media screen and (max-width: 1280px) {
  .tile-row[data-tiles="5"] .tile {
    width: calc(calc(100%/3) - 20px);
    margin-bottom: 40px;
    margin-right: 20px;
  }
}
@media screen and (max-width: 840px) {
  .tile-row[data-tiles="5"] .tile {
    width: calc(calc(100%/2) - 20px);
  }
}
@media screen and (max-width: 600px) {
  .tile-row[data-tiles="5"] .tile {
    width: 100%;
    margin-right: 0;
  }
}
.tile-row[data-tiles="5"] .tile:last-child {
  margin-bottom: 0;
}
.tile-row[data-tiles="3"] .tile {
  width: calc(calc(100%/3) - 25px);
}
@media screen and (max-width: 840px) {
  .tile-row[data-tiles="3"] .tile {
    width: 100%;
    margin-bottom: 20px;
  }
}
.tile-row .tile.center {
  text-align: center;
}
.tile-row .tile h6 {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
}
.sticky > * {
  position: sticky;
  top: 110px;
  padding-bottom: 30px;
}
.img-placeholder {
  background: #E3E3E3;
  width: 100%;
}
.img-placeholder img {
  opacity: 0;
}
.no-margin {
  margin: 0 !important;
}
.no-margin-bottom {
  margin-bottom: 0 !important;
}
.no-margin-top {
  margin-top: 0 !important;
}
.drop-shadow {
  box-shadow: 10px 10px 50px 0 rgba(0, 0, 0, 0.1);
}
.bold {
  font-weight: bold;
}
.icon-up,
.icon-down {
  width: 22px;
  height: 16px;
  display: inline-block;
  background: url("/iwov-resources/sg/ocbc/gbc/investors/campaign/annual-report-2025/images/icons/arrow-up.svg");
  background-repeat: no-repeat;
  margin-right: 10px;
  background-size: contain;
  background-position: center;
}
.icon-down {
  transform: rotate(180deg);
}
.bg-grey,
.bg-red {
  padding: 40px 30px;
}
@media screen and (max-width: 600px) {
  .bg-grey,
  .bg-red {
    padding: 20px;
  }
}
.bg-grey.padding-sm,
.bg-red.padding-sm {
  padding: 20px 30px;
}
.bg-grey.padding-lg,
.bg-red.padding-lg {
  padding: 100px;
}
@media screen and (max-width: 840px) {
  .bg-grey.padding-lg,
  .bg-red.padding-lg {
    padding: 50px;
  }
}
@media screen and (max-width: 600px) {
  .bg-grey.padding-lg,
  .bg-red.padding-lg {
    padding: 20px;
  }
}
.bg-grey .container,
.bg-red .container {
  padding: 0;
}
@media (max-width: 1720px) {
  .bg-grey .container,
  .bg-red .container {
    padding: 20px 70px;
  }
}
@media screen and (max-width: 1440px) {
  .bg-grey .container,
  .bg-red .container {
    padding: 0;
  }
}
.bg-grey {
  background: rgba(74, 74, 73, 0.05);
}
.bg-red {
  background: #E30613;
  color: #FFFFFF;
}
.equal-height .heading {
  display: flex;
  align-items: center;
}
.equal-height .heading.align-top {
  align-items: flex-start;
}
.equal-height-img img {
  aspect-ratio: 16 / 12;
  object-fit: cover;
  object-position: center;
}
.height-100 {
  height: 100%;
}
.footnotes p {
  margin: 0;
  display: flex;
  gap: 10px;
  font-size: 14px;
  font-size: 0.875rem;
}
@media screen and (max-width: 600px) {
  .footnotes p {
    font-size: 11px;
    font-size: 0.6875rem;
  }
}
.img-height-100 {
  height: 100%;
  object-fit: cover;
}
.chart-container img {
  width: 80%;
}
@media screen and (max-width: 840px) {
  .chart-container img {
    width: 100%;
  }
}
.svg-container svg {
  width: 80%;
}
.img-responsive {
  display: block;
  max-width: 100%;
}
.list-striped {
  margin: 60px 0;
}
.list-striped__heading {
  border-bottom: 1px solid #4A4A49;
}
.list-striped ul li {
  padding: 10px 20px 10px 0;
  list-style: none;
  display: flex;
}
.list-striped ul li span {
  flex: 0 0 40px;
  color: #E30613;
  display: inline-block;
  padding-left: 10px;
}
.list-striped ul li:nth-child(odd) {
  background-color: #EDEDED;
}
@media screen and (max-width: 840px) {
  .desktop {
    display: none !important;
  }
}
.mobile {
  display: none !important;
}
@media screen and (max-width: 840px) {
  .mobile {
    display: block !important;
  }
}
.text-center {
  text-align: center;
  justify-content: center;
}
.read-more {
  display: flex;
  align-items: center;
  cursor: pointer;
  font-weight: bold;
}
.read-more:after {
  content: '';
  width: 20px;
  height: 10px;
  background: url("/iwov-resources/sg/ocbc/gbc/investors/campaign/annual-report-2025/images/icons/chevron-down.svg") no-repeat center;
  display: block;
  margin-left: 10px;
  transform: rotate(180deg);
}
.read-more.expanded:after {
  transform: rotate(0deg);
}
.read-more-content {
  display: none;
}
.row {
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 30px;
}
@media screen and (max-width: 1080px) {
  .row {
    gap: 20px;
  }
}
@media screen and (max-width: 600px) {
  .row {
    gap: 0;
  }
}
.row + .row {
  margin-top: 30px;
}
@media screen and (max-width: 600px) {
  .row + .row {
    margin-top: 20px;
  }
}
.row.no-wrap {
  flex-wrap: nowrap;
}
@media screen and (max-width: 600px) {
  .row.no-wrap {
    gap: 20px;
  }
}
.row.gutters-md {
  gap: 20px;
}
.row.gutters-sm {
  gap: 10px;
}
@media screen and (max-width: 600px) {
  .row.gutters-sm > [class*="col"] {
    margin-bottom: 10px !important;
  }
}
@media screen and (max-width: 840px) {
  .row.reverse-mobile {
    flex-direction: column-reverse;
  }
  .row.reverse-mobile > div:first-child {
    margin-bottom: 0;
  }
  .row.reverse-mobile > div:last-child {
    margin-bottom: 20px;
  }
  .row.reverse-mobile > * {
    margin-bottom: 40px;
  }
}
.row.align-top {
  align-items: flex-start;
}
.row.align-center {
  align-items: center;
}
.row.justify-center {
  justify-content: center;
}
.row.justify-left {
  justify-content: flex-start;
}
.row.bg-gray {
  background: #F5F5F5;
  padding: 30px;
}
.row.border-divider {
  overflow: hidden;
  gap: 0;
}
@media screen and (max-width: 1440px) {
  .row.border-divider {
    column-gap: 0;
  }
}
@media screen and (max-width: 840px) {
  .row.border-divider {
    flex-direction: row;
  }
}
.row.border-divider + .border-divider {
  padding-top: 30px;
  margin-top: 0;
  position: relative;
}
.row.border-divider + .border-divider:before {
  content: "";
  width: calc(100% - 60px);
  display: block;
  height: 1px;
  background: rgba(74, 74, 73, 0.2);
  position: absolute;
  top: 0;
}
@media screen and (max-width: 840px) {
}
.row.border-divider > div {
  flex: 1;
}
@media screen and (max-width: 1280px) {
  .row.border-divider > div {
    width: 48%;
    flex: unset;
  }
}
@media screen and (max-width: 840px) {
  .row.border-divider > div {
    width: 50%;
  }
}
.row.border-divider > div:not(:last-child) {
  padding-right: 20px;
  margin-right: 20px;
}
@media screen and (max-width: 1280px) {
  .row.border-divider > div:not(:last-child) {
    margin-right: 0;
    border-right: 0;
    padding-right: 0;
    margin-bottom: 0;
  }
}
.row.border-divider h6 + h6 {
  margin-top: 10px;
}
.five-cols {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 30px;
}
@media screen and (max-width: 840px) {
  .five-cols {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}
@media screen and (max-width: 600px) {
  .five-cols {
    grid-template-columns: 1fr;
    gap: 0;
  }
}
@media screen and (max-width: 840px) {
  .five-cols .col > * {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.col-1 {
  width: calc(((1 / 12) * 100%) - 30px);
  box-sizing: border-box;
}
@media screen and (max-width: 1080px) {
  .row:not(.mobile-resize) .col-1 {
    width: calc(50% - 20px);
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 1080px) {
  .col-1 .row:not(.no-wrap) > div {
    width: 100%;
  }
}
.gutters-md .col-1 {
  width: calc(((1 / 12) * 100%) - 20px);
}
.gutters-sm .col-1 {
  width: calc(((1 / 12) * 100%) - 10px);
}
.col-1.force-left {
  margin-right: auto;
  margin-left: 0;
}
.col-2 {
  width: calc(((2 / 12) * 100%) - 30px);
  box-sizing: border-box;
}
@media screen and (max-width: 1080px) {
  .row:not(.mobile-resize) .col-2 {
    width: calc(50% - 20px);
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 1080px) {
  .col-2 .row:not(.no-wrap) > div {
    width: 100%;
  }
}
.gutters-md .col-2 {
  width: calc(((2 / 12) * 100%) - 20px);
}
.gutters-sm .col-2 {
  width: calc(((2 / 12) * 100%) - 10px);
}
.col-2.force-left {
  margin-right: auto;
  margin-left: 0;
}
.col-3 {
  width: calc(((3 / 12) * 100%) - 30px);
  box-sizing: border-box;
}
@media screen and (max-width: 1080px) {
  .row:not(.mobile-resize) .col-3 {
    width: calc(50% - 20px);
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 1080px) {
  .col-3 .row:not(.no-wrap) > div {
    width: 100%;
  }
}
.gutters-md .col-3 {
  width: calc(((3 / 12) * 100%) - 20px);
}
.gutters-sm .col-3 {
  width: calc(((3 / 12) * 100%) - 10px);
}
.col-3.force-left {
  margin-right: auto;
  margin-left: 0;
}
.col-4 {
  width: calc(((4 / 12) * 100%) - 30px);
  box-sizing: border-box;
}
@media screen and (max-width: 1080px) {
  .row:not(.mobile-resize) .col-4 {
    width: calc(50% - 20px);
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 1080px) {
  .col-4 .row:not(.no-wrap) > div {
    width: 100%;
  }
}
.gutters-md .col-4 {
  width: calc(((4 / 12) * 100%) - 20px);
}
.gutters-sm .col-4 {
  width: calc(((4 / 12) * 100%) - 10px);
}
.col-4.force-left {
  margin-right: auto;
  margin-left: 0;
}
.col-5 {
  width: calc(((5 / 12) * 100%) - 30px);
  box-sizing: border-box;
}
@media screen and (max-width: 1080px) {
  .row:not(.mobile-resize) .col-5 {
    width: calc(50% - 20px);
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 1080px) {
  .col-5 .row:not(.no-wrap) > div {
    width: 100%;
  }
}
.gutters-md .col-5 {
  width: calc(((5 / 12) * 100%) - 20px);
}
.gutters-sm .col-5 {
  width: calc(((5 / 12) * 100%) - 10px);
}
.col-5.force-left {
  margin-right: auto;
  margin-left: 0;
}
.col-6 {
  width: calc(((6 / 12) * 100%) - 30px);
  box-sizing: border-box;
}
@media screen and (max-width: 1080px) {
  .row:not(.mobile-resize) .col-6 {
    width: calc(50% - 20px);
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 1080px) {
  .col-6 .row:not(.no-wrap) > div {
    width: 100%;
  }
}
.gutters-md .col-6 {
  width: calc(((6 / 12) * 100%) - 20px);
}
.gutters-sm .col-6 {
  width: calc(((6 / 12) * 100%) - 10px);
}
.col-6.force-left {
  margin-right: auto;
  margin-left: 0;
}
.col-7 {
  width: calc(((7 / 12) * 100%) - 30px);
  box-sizing: border-box;
}
@media screen and (max-width: 1080px) {
  .row:not(.mobile-resize) .col-7 {
    width: calc(50% - 20px);
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 1080px) {
  .col-7 .row:not(.no-wrap) > div {
    width: 100%;
  }
}
.gutters-md .col-7 {
  width: calc(((7 / 12) * 100%) - 20px);
}
.gutters-sm .col-7 {
  width: calc(((7 / 12) * 100%) - 10px);
}
.col-7.force-left {
  margin-right: auto;
  margin-left: 0;
}
.col-8 {
  width: calc(((8 / 12) * 100%) - 30px);
  box-sizing: border-box;
}
@media screen and (max-width: 1080px) {
  .row:not(.mobile-resize) .col-8 {
    width: calc(50% - 20px);
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 1080px) {
  .col-8 .row:not(.no-wrap) > div {
    width: 100%;
  }
}
.gutters-md .col-8 {
  width: calc(((8 / 12) * 100%) - 20px);
}
.gutters-sm .col-8 {
  width: calc(((8 / 12) * 100%) - 10px);
}
.col-8.force-left {
  margin-right: auto;
  margin-left: 0;
}
.col-9 {
  width: calc(((9 / 12) * 100%) - 30px);
  box-sizing: border-box;
}
@media screen and (max-width: 1080px) {
  .row:not(.mobile-resize) .col-9 {
    width: calc(50% - 20px);
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 1080px) {
  .col-9 .row:not(.no-wrap) > div {
    width: 100%;
  }
}
.gutters-md .col-9 {
  width: calc(((9 / 12) * 100%) - 20px);
}
.gutters-sm .col-9 {
  width: calc(((9 / 12) * 100%) - 10px);
}
.col-9.force-left {
  margin-right: auto;
  margin-left: 0;
}
.col-10 {
  width: calc(((10 / 12) * 100%) - 30px);
  box-sizing: border-box;
}
@media screen and (max-width: 1080px) {
  .row:not(.mobile-resize) .col-10 {
    width: calc(50% - 20px);
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 1080px) {
  .col-10 .row:not(.no-wrap) > div {
    width: 100%;
  }
}
.gutters-md .col-10 {
  width: calc(((10 / 12) * 100%) - 20px);
}
.gutters-sm .col-10 {
  width: calc(((10 / 12) * 100%) - 10px);
}
.col-10.force-left {
  margin-right: auto;
  margin-left: 0;
}
.col-11 {
  width: calc(((11 / 12) * 100%) - 30px);
  box-sizing: border-box;
}
@media screen and (max-width: 1080px) {
  .row:not(.mobile-resize) .col-11 {
    width: calc(50% - 20px);
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 1080px) {
  .col-11 .row:not(.no-wrap) > div {
    width: 100%;
  }
}
.gutters-md .col-11 {
  width: calc(((11 / 12) * 100%) - 20px);
}
.gutters-sm .col-11 {
  width: calc(((11 / 12) * 100%) - 10px);
}
.col-11.force-left {
  margin-right: auto;
  margin-left: 0;
}
.col-12 {
  width: calc(((12 / 12) * 100%) - 30px);
  box-sizing: border-box;
}
.gutters-md .col-12 {
  width: calc(((12 / 12) * 100%) - 20px);
}
.gutters-sm .col-12 {
  width: calc(((12 / 12) * 100%) - 10px);
}
.col-12.force-left {
  margin-right: auto;
  margin-left: 0;
}
@media screen and (max-width: 600px) {
  .row:not(.no-wrap) > [class*="col"] {
    width: 100% !important;
    margin-bottom: 30px;
  }
  .row:not(.no-wrap) > [class*="col"]:last-child {
    margin-bottom: 0;
  }
}
/* components Styles */
.main-header {
  width: 100%;
  z-index: 10;
  transition: 0.4s;
  position: fixed;
  /* ===== Scrollbar CSS ===== */
  /* Firefox */
  /* Chrome, Edge, and Safari */
}
.main-header * {
  scrollbar-width: thin;
  scrollbar-color: #E30613 #FFFFFF;
}
.main-header *::-webkit-scrollbar {
  width: 10px;
}
.main-header *::-webkit-scrollbar-track {
  background: #FFFFFF;
}
.main-header *::-webkit-scrollbar-thumb {
  background-color: #E30613;
  border: 3px solid #FFFFFF;
}
.main-header .main-header__wrapper {
  background-color: #FFFFFF;
  box-shadow: rgba(74, 74, 73, 0.1) 0 0 20px;
}
.main-header .main-header__wrapper .container {
  width: 100%;
}
.main-header .main-header__wrapper .nav-bar {
  padding: 25px 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 840px) {
  .main-header .main-header__wrapper .nav-bar a:not(.logo) {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.main-header__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 840px) {
  .main-header__wrapper {
    padding: 0;
  }
}
@media screen and (max-width: 600px) {
  .main-header__wrapper {
    padding: 0;
    height: 100%;
  }
}
.main-header__logo {
  display: flex;
  align-items: center;
  font-family: "Open Sans", sans-serif;
}
@media screen and (max-width: 600px) {
  .main-header__logo {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 400px) {
  .main-header__logo {
    font-size: 0.75rem;
  }
}
@media screen and (max-width: 375px) {
  .main-header__logo {
    font-size: 0;
  }
}
.main-header__logo .logo {
  padding-right: 40px;
  margin-right: 40px;
  position: relative;
}
@media screen and (max-width: 600px) {
  .main-header__logo .logo {
    border-right: 20px;
    padding-right: 20px;
    margin-right: 20px;
  }
}
.main-header__logo .logo:after {
  content: '';
  height: 50px;
  width: 1px;
  background: #E30613;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  transform: rotate(-171deg);
}
.main-header__logo .logo img {
  height: 40px;
  width: auto;
}
@media screen and (max-width: 600px) {
  .main-header__logo .logo img {
    height: 25px;
  }
}
.main-header .header-options {
  display: flex;
  align-items: center;
}
.main-header .header-options__download {
  position: relative;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  border-bottom: 1px solid transparent;
  display: flex;
  align-items: flex-end;
  line-height: 0.8;
  padding: 20px 30px;
  border: solid 1px;
  font-family: "Open Sans", sans-serif;
  transition: 0.2s;
}
@media screen and (max-width: 768px) {
  .main-header .header-options__download {
    display: none;
  }
}
.main-header .header-options__download::after {
  content: "";
  width: 15px;
  height: 15px;
  background-image: url(/iwov-resources/sg/ocbc/gbc/investors/campaign/annual-report-2025/images/icons/download.svg);
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: 10px;
  background-position: bottom;
  transition: 0.2s;
}
.main-header .header-options__download:hover {
  text-decoration: none;
  background: #E30613;
  color: #FFFFFF;
}
.main-header .header-options__download:hover::after {
  filter: brightness(0) invert(1);
}
.main-header .header-options .hamburger {
  height: 22px;
  width: 30px;
  padding: 0;
  margin-left: 50px;
}
@media screen and (max-width: 600px) {
  .main-header .header-options .hamburger {
    margin-left: 10px;
  }
}
.main-header .header-options .hamburger-inner,
.main-header .header-options .hamburger-inner::before,
.main-header .header-options .hamburger-inner::after {
  width: 30px;
  height: 3px;
  background-color: #E30613;
}
@media screen and (max-width: 600px) {
  .main-header .header-options .hamburger-inner,
  .main-header .header-options .hamburger-inner::before,
  .main-header .header-options .hamburger-inner::after {
    height: 2px;
  }
}
.main-header .main-nav {
  height: 95vh;
  position: absolute;
  right: 20px;
  top: -30px;
  background-color: #FFFFFF;
  width: 100%;
  max-width: 550px;
  box-shadow: rgba(74, 74, 73, 0.2) 0 0 10px;
  padding: 60px 0 60px 40px;
  transform: translateY(-110%);
  transition: transform 0.4s;
}
@media screen and (max-width: 600px) {
  .main-header .main-nav {
    padding-top: 110px;
    right: 0;
    top: -75px;
    height: 100dvh;
  }
}
.main-header .main-nav.is-active {
  transform: translateY(0);
}
.main-header .main-nav__container {
  position: relative;
}
.main-header .main-nav__close {
  width: 40px;
  height: 40px;
  font-size: 0;
  background-image: url(/iwov-resources/sg/ocbc/gbc/investors/campaign/annual-report-2025/images/icons/close.svg);
  background-size: 20px;
  background-position: center;
  background-repeat: no-repeat;
  border: none;
  background-color: transparent;
  position: absolute;
  right: 40px;
  top: 20px;
  cursor: pointer;
  z-index: 1;
}
@media screen and (max-width: 840px) {
  .main-header .main-nav__links {
    display: flex;
    flex-direction: column;
  }
}
.main-header .main-nav__links:not(.sublinks):not(.main-nav__parent) {
  list-style: none;
  max-height: 100%;
  overflow-y: auto;
}
.main-header .main-nav__links.sublinks > * {
  display: list-item;
  list-style-type: disc;
  padding-right: 0;
}
.main-header .main-nav__links.sublinks > *::marker {
  color: #4A4A49;
}
.main-header .main-nav__links.sublinks > * a.active:after,
.main-header .main-nav__links.sublinks > * a:hover:after {
  right: 30px;
  width: calc(100% - 30px);
}
.main-header .main-nav__links li {
  margin-top: 0;
  margin-bottom: 0;
  display: block;
  position: relative;
  padding: 10px 20px 5px 0;
  font-family: "Geomanist", sans-serif, Arial !important;
  font-weight: lighter;
}
@media screen and (max-width: 840px) {
  .main-header .main-nav__links li {
    order: 0;
  }
}
@media screen and (max-width: 840px) {
  .main-header .main-nav__links li.mobile {
    order: 1;
  }
}
.main-header .main-nav__links li.parent {
  padding-right: 20px;
  position: relative;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.main-header .main-nav__links li.parent::after {
  content: '';
  display: block;
  background: url(/iwov-resources/sg/ocbc/gbc/investors/campaign/annual-report-2025/images/icons/chevron-down.svg);
  width: 12px;
  height: 6px;
  transform: rotate(90deg);
  margin-left: 10px;
}
.main-header .main-nav__links > li:nth-child(2) {
  padding-top: 12px;
}
.main-header .main-nav__links a::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  height: 1px;
  background-color: #E30613;
  transition: width 0.3s;
  width: 0;
}
.main-header .main-nav__links a:hover {
  color: #E30613;
}
.main-header .main-nav__links a:hover::after {
  width: 100%;
}
.main-header .main-nav .parent.show-sublinks .sublinks-container {
  right: 0;
}
.main-header .main-nav .sublinks-container {
  background: #FFFFFF;
  position: fixed;
  top: 30px;
  height: 88vh;
  width: 100%;
  padding: 140px 0 40px 40px;
  z-index: 1;
  right: -999px;
  transition: 0.4s;
}
@media screen and (max-width: 600px) {
  .main-header .main-nav .sublinks-container {
    padding-top: 110px;
  }
}
.main-header .main-nav .sublinks-container .back {
  display: flex;
  align-items: center;
}
.main-header .main-nav .sublinks-container .back::before {
  content: '';
  display: block;
  background: url(/iwov-resources/sg/ocbc/gbc/investors/campaign/annual-report-2025/images/icons/chevron-down.svg);
  width: 12px;
  height: 6px;
  transform: rotate(-90deg);
  margin-right: 10px;
}
.main-header .main-nav .sublinks-container .back::after {
  display: none;
}
.main-header .main-nav .sublinks-container ul {
  padding-left: 30px;
}
.main-header .main-nav .active {
  color: #E30613;
}
.main-header .main-nav .active::after {
  width: 100%;
}
.space {
  height: 80px;
}
.space + * {
  margin-top: 0 !important;
}
@media screen and (max-width: 840px) {
  .space:not(.force) {
    height: 30px !important;
  }
}
.space[data-height="100"] {
  height: 100px;
}
@media screen and (-webkit-min-device-pixel-ratio: 1.5) {
  .space[data-height="100"] {
    height: 50px;
  }
}
@media screen and (max-width: 840px) {
  .space[data-height="100"] {
    height: 50px !important;
  }
}
.space[data-height="60"] {
  height: 60px;
}
.space[data-height="50"] {
  height: 50px;
}
.space[data-height="40"] {
  height: 40px;
}
.space[data-height="30"] {
  height: 30px;
}
.space[data-height="20"] {
  height: 20px;
}
@media screen and (max-width: 840px) {
  .space[data-height="20"] {
    height: 20px !important;
  }
}
.space[data-height="10"] {
  height: 10px;
}
@media screen and (max-width: 840px) {
  .space[data-height="10"] {
    height: 10px !important;
  }
}
.divider {
  width: 100%;
  height: 1px;
  background: #E30613;
}
.divider.black {
  background: #4A4A49;
}
.divider.grey {
  background: rgba(74, 74, 73, 0.5);
}
.divider.light-grey {
  background: rgba(74, 74, 73, 0.2);
}
.divider + p {
  margin-top: 10px;
}
.hm-banner__preload {
  height: 100vh;
  overflow: hidden;
  position: fixed;
  z-index: 11;
  width: 100%;
  background-color: #FFFFFF;
  top: 0;
}
@media screen and (max-width: 600px) {
  .hm-banner__preload {
    width: inherit;
  }
}
.hm-banner__preload .logo-background {
  position: absolute;
  top: 0;
  width: 70%;
  height: 100%;
  right: 0;
  z-index: 0;
  filter: drop-shadow(-13px 0 14px rgba(0, 0, 0, 0.25));
}
@media screen and (max-width: 840px) {
  .hm-banner__preload .logo-background {
    width: 100%;
    height: 60vh;
    bottom: 0;
    top: auto;
  }
}
@media screen and (max-width: 600px) {
  .hm-banner__preload .logo-background {
    height: calc(100vh - 100px);
  }
}
.hm-banner__preload .logo-background .wrapper {
  clip-path: polygon(10% 0, 100% 0%, 100% 100%, 0% 100%);
  opacity: 0;
  animation: slide-right-to-left 1s ease forwards;
  animation-delay: 1s;
  height: 100%;
}
@media screen and (max-width: 840px) {
  .hm-banner__preload .logo-background .wrapper {
    clip-path: polygon(0 10%, 100% 0%, 100% 100%, 0% 100%);
    animation: slide-up 1s ease forwards;
    animation-delay: 1s;
  }
}
.hm-banner__preload .logo-background img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: right center;
}
@media screen and (max-width: 1440px) {
  .hm-banner__preload .logo-background img {
    object-position: 85% 0%;
  }
}
@media screen and (max-width: 1280px) {
  .hm-banner__preload .logo-background img {
    object-fit: cover;
    height: 110%;
  }
}
@media screen and (max-width: 1080px) {
  .hm-banner__preload .logo-background img {
    object-position: 55% 0%;
    height: 100%;
  }
}
@media screen and (max-height: 500px) and (orientation: landscape) {
  .hm-banner__preload .logo-background img {
    object-position: 0% 29%;
  }
}
.hm-banner__preload .logo-background img:first-child {
  position: absolute;
  width: auto;
  object-fit: cover;
  object-position: center;
  animation: opacityGlow 2s linear infinite alternate;
  background: rgba(238, 113, 81, 0.6);
  filter: blur(300px);
  right: -20%;
}
@media screen and (max-width: 840px) {
  .hm-banner__preload .logo-background img:first-child {
    width: 50%;
    right: -2%;
    height: 400px;
    top: 0;
    bottom: 0;
    margin: auto;
    filter: blur(100px);
  }
}
.hm-banner__container {
  display: flex;
  position: relative;
  z-index: 1;
  height: 100%;
}
@media screen and (max-width: 840px) {
  .hm-banner__container {
    flex-direction: column;
  }
}
.hm-banner__container h1,
.hm-banner__container h2 {
  font-size: 100px;
  font-size: 6.25rem;
}
@media screen and (-webkit-min-device-pixel-ratio: 1.25) {
  .hm-banner__container h1,
  .hm-banner__container h2 {
    font-size: 70px;
    font-size: 4.375rem;
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 1.5) {
  .hm-banner__container h1,
  .hm-banner__container h2 {
    font-size: 50px;
    font-size: 3.125rem;
  }
}
@media screen and (min-width: 1536px) and (max-width: 1792px) {
  .hm-banner__container h1,
  .hm-banner__container h2 {
    font-size: 70px;
    font-size: 4.375rem;
  }
}
@media screen and (max-width: 1440px) {
  .hm-banner__container h1,
  .hm-banner__container h2 {
    font-size: 70px;
    font-size: 4.375rem;
  }
}
@media screen and (max-width: 1280px) {
  .hm-banner__container h1,
  .hm-banner__container h2 {
    font-size: 50px;
    font-size: 3.125rem;
  }
}
@media screen and (max-width: 840px) {
  .hm-banner__container h1,
  .hm-banner__container h2 {
    font-size: 70px;
    font-size: 4.375rem;
  }
}
@media screen and (max-width: 600px) {
  .hm-banner__container h1,
  .hm-banner__container h2 {
    font-size: 40px;
    font-size: 2.5rem;
  }
}
.hm-banner__container h1 span,
.hm-banner__container h2 span {
  display: block;
}
.hm-banner__container p {
  font-size: 28px;
  font-size: 1.75rem;
}
@media screen and (-webkit-min-device-pixel-ratio: 1.25) {
  .hm-banner__container p {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 1.5) {
  .hm-banner__container p {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 1536px) and (max-width: 1792px) {
  .hm-banner__container p {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 1440px) {
  .hm-banner__container p {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 1280px) {
  .hm-banner__container p {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 840px) {
  .hm-banner__container p {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 600px) {
  .hm-banner__container p {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.hm-banner__container > * {
  height: 100%;
}
.hm-banner__container .powering-shifts {
  display: flex;
  align-items: flex-end;
  padding-right: 65px;
  width: 40%;
  padding-left: 150px;
}
@media (max-width: 1770px) {
  .hm-banner__container .powering-shifts {
    padding-left: 50px;
  }
}
@media screen and (max-width: 840px) {
  .hm-banner__container .powering-shifts {
    align-items: center;
    width: 100%;
    height: 40vh;
    padding-left: 40px;
  }
}
@media screen and (max-width: 600px) {
  .hm-banner__container .powering-shifts {
    height: 150px;
  }
}
.hm-banner__container .powering-shifts h1 {
  height: 65%;
}
@media screen and (max-width: 840px) {
  .hm-banner__container .powering-shifts h1 {
    height: auto;
  }
}
.hm-banner__container .powering-shifts h1 span:first-child {
  opacity: 0.5;
}
.hm-banner__container .powering-growth {
  display: flex;
  align-items: flex-end;
  width: 60%;
}
@media screen and (max-width: 840px) {
  .hm-banner__container .powering-growth {
    width: 100%;
    height: 60vh;
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 768px) {
  .hm-banner__container .powering-growth {
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 600px) {
  .hm-banner__container .powering-growth {
    align-items: center;
    height: calc(100vh - 100px);
  }
}
.hm-banner__container .powering-growth .writeup {
  width: 50%;
  height: 65%;
}
@media screen and (max-width: 840px) {
  .hm-banner__container .powering-growth .writeup {
    padding-left: 40px;
    height: auto;
  }
}
@media screen and (max-width: 600px) {
  .hm-banner__container .powering-growth .writeup {
    width: 55%;
    margin-top: -50px;
  }
}
.hm-banner__container .powering-growth .writeup h2,
.hm-banner__container .powering-growth .writeup p {
  opacity: 0;
  color: #FFFFFF;
  animation: slide-up 1s ease forwards;
  animation-delay: 2s;
}
.hm-banner__container .powering-growth .writeup h2 + p {
  margin-top: 10px;
}
@media screen and (max-width: 600px) {
  .hm-banner__container .powering-growth .writeup h2 + p {
    margin-top: 5px;
  }
}
.hm-banner__container .powering-growth .writeup p {
  animation-delay: 2.2s;
}
@media screen and (max-height: 500px) and (orientation: landscape) {
  .hm-banner__container .powering-growth .writeup p {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  .hm-banner__container .powering-growth .writeup p {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.hm-banner__container .powering-growth .writeup .btn {
  opacity: 0;
  animation: slide-up 1s ease forwards;
  animation-delay: 2.4s;
}
.hm-banner__main {
  height: 100vh;
  position: relative;
  overflow: hidden;
}
.hm-banner__main.show > img {
  animation: imageScale 1s ease forwards;
  animation-delay: 0.5s;
}
.hm-banner__main.show .writeup p {
  animation: slide-up 1s ease forwards;
  animation-delay: 1.5s;
}
.hm-banner__main.show .writeup .btn {
  animation: slide-up 1s ease forwards;
  animation-delay: 1.5s;
}
.hm-banner__main.show .arrow-down {
  animation: fade-in 1s ease forwards;
  animation-delay: 2.5s;
}
.hm-banner__main > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.8);
  object-position: 40% 0%;
}
.hm-banner__main .writeup {
  position: absolute;
  bottom: 25%;
  max-width: 600px;
  right: 20%;
}
@media (max-width: 1770px) {
  .hm-banner__main .writeup {
    right: 10%;
  }
}
@media screen and (min-width: 1536px) and (max-width: 1792px) {
  .hm-banner__main .writeup {
    right: 15%;
  }
}
@media screen and (max-width: 1280px) {
  .hm-banner__main .writeup {
    right: 80px;
  }
}
@media screen and (max-width: 1080px) {
  .hm-banner__main .writeup {
    max-width: 400px;
  }
}
@media screen and (max-width: 600px) {
  .hm-banner__main .writeup {
    max-width: 350px;
    right: 0;
    padding-right: 40px;
    padding-left: 100px;
    bottom: 40%;
  }
}
.hm-banner__main .writeup p {
  color: #FFFFFF;
  font-size: 28px;
  font-size: 1.75rem;
  transform: translateY(100%);
  opacity: 0;
}
@media screen and (max-width: 1080px) {
  .hm-banner__main .writeup p {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 600px) {
  .hm-banner__main .writeup p {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
@media screen and (max-height: 500px) and (orientation: landscape) {
  .hm-banner__main .writeup p {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.hm-banner__main .writeup .btn {
  transform: translateY(100%);
  opacity: 0;
}
.hm-banner__main .arrow-down {
  width: 30px;
  height: 60px;
  display: block;
  background: url("/iwov-resources/sg/ocbc/gbc/investors/campaign/annual-report-2025/images/icons/arrow-long.svg") no-repeat;
  position: absolute;
  bottom: 40px;
  left: 0;
  right: 0;
  margin: auto;
  background-size: contain;
  background-position: center;
  border: none;
  transition: 0.3s;
  cursor: pointer;
  opacity: 0;
}
@media screen and (max-height: 500px) and (orientation: landscape) {
  .hm-banner__main .arrow-down {
    height: 40px;
  }
}
@media screen and (max-width: 600px) {
  .hm-banner__main .arrow-down {
    bottom: 100px;
  }
}
.hm-banner__main .arrow-down:hover {
  transform: translateY(20px);
}
.message .col-6 {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 840px) {
  .message .col-6 {
    width: 100%;
    margin-bottom: 50px;
    padding: 0;
  }
  .message .col-6:last-child {
    margin-bottom: 0;
  }
}
.message .col-6 .writeup {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.message .col-6 .writeup .bottom {
  margin: auto 0 0 0;
}
.message img {
  margin-bottom: 50px;
}
@media screen and (max-width: 600px) {
  .message img {
    margin-bottom: 20px;
  }
}
.message .title {
  margin-bottom: 30px;
}
.message .author {
  margin-bottom: 30px;
}
.message .author strong {
  display: block;
}
.message .btn {
  margin-top: 0;
}
.signatures img {
  max-width: 300px;
  max-height: 150px;
  object-fit: contain;
}
@media screen and (max-width: 840px) {
  .teaser {
    margin-bottom: 20px;
  }
}
.teaser-section {
  padding: 50px 0 70px;
}
@media (max-width: 1720px) {
  .teaser-section {
    padding: 60px 100px;
  }
}
@media screen and (max-width: 1440px) {
  .teaser-section {
    padding: 80px 40px;
  }
}
@media screen and (max-width: 840px) {
  .teaser-section {
    padding: 20px 20px 30px;
  }
}
.teaser-section.bg-red-glow {
  background: url("/iwov-resources/sg/ocbc/gbc/investors/campaign/annual-report-2025/images/home/bg-red-glow.jpg") no-repeat center bottom;
}
@media screen and (max-width: 840px) {
  .teaser-section.bg-red-glow {
    padding: 40px;
  }
}
@media screen and (max-width: 600px) {
  .teaser-section.bg-red-glow {
    padding: 40px 20px;
  }
}
.teaser-section.bg-red-glow .container {
  border: solid 1px #FFFFFF;
  padding: 60px;
}
@media screen and (max-width: 1440px) {
  .teaser-section.bg-red-glow .container {
    padding: 80px 40px;
  }
}
@media screen and (max-width: 1080px) {
  .teaser-section.bg-red-glow .container {
    padding: 40px;
  }
}
@media screen and (max-width: 840px) {
  .teaser-section.bg-red-glow .container {
    padding: 30px 20px 30px;
  }
}
.teaser-section.no-padding-bottom {
  padding-bottom: 0;
}
.teaser-section .row {
  gap: 0;
}
.teaser-section .row > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 50%;
}
@media screen and (max-width: 840px) {
  .teaser-section .row > div {
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  .teaser-section .row > div {
    margin-bottom: 0;
  }
}
.teaser-section .row > div:first-child {
  padding-right: 50px;
}
.teaser-section .row > div:last-child {
  border-left: solid 1px #FFFFFF;
  padding-left: 50px;
}
@media screen and (max-width: 840px) {
  .teaser-section .row > div:last-child {
    border: none;
    padding-left: 0;
    border-top: 1px solid #FFFFFF;
    padding-top: 30px;
  }
}
@media screen and (max-width: 840px) {
  .teaser-section .row > div:last-child .teaser {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 600px) {
  .teaser-section .teaser {
    margin-bottom: 30px;
  }
}
.teaser-section .flex {
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 1080px) {
  .teaser-section .flex {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
}
@media screen and (max-width: 600px) {
  .teaser-section .flex {
    margin-bottom: 0;
    gap: 0;
  }
}
.teaser-section .flex .title,
.teaser-section .flex .btn {
  margin: 0;
  flex: 1;
  max-width: max-content;
}
@media screen and (max-width: 600px) {
  .teaser-section .flex .title {
    margin-bottom: 20px;
  }
}
.bs-accordion {
  border-top: 1px solid #4A4A49;
  margin-top: 10px;
}
.bs-accordion__item {
  border-bottom: 1px solid #EDEDED;
  list-style: none;
}
.bs-accordion__item:last-child {
  border-color: #4A4A49;
}
.bs-accordion__header {
  display: block;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 500;
}
.bs-accordion__header button {
  background: none;
  border: none;
  color: #E30613;
  width: 100%;
  text-align: left;
  position: relative;
  padding: 25px 5px 20px 0;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.bs-accordion__header button:hover {
  background: none;
}
.bs-accordion__header button:hover span {
  background-color: #4A4A49;
}
.bs-accordion__header button:hover span::before,
.bs-accordion__header button:hover span::after {
  background-color: #FFFFFF;
}
.bs-accordion__header button span {
  display: inline-block;
  position: relative;
  flex: 0 0 45px;
  height: 45px;
  border: 1px solid #4A4A49;
  margin-right: 20px;
  transition: background-color 0.3s;
}
.bs-accordion__header button span:before,
.bs-accordion__header button span:after {
  content: "";
  display: block;
  position: absolute;
  background-color: #4A4A49;
  transition: background-color 0.3s;
}
.bs-accordion__header button span:before {
  top: 50%;
  left: 50%;
  width: 15px;
  height: 2px;
  transform: translate(-50%, -50%);
}
.bs-accordion__header button span:after {
  width: 2px;
  height: 15px;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
}
.bs-accordion__header button.selected span::after {
  transform: translate(50%, -50%) rotate(90deg);
}
.bs-accordion__header button.selected span {
  background-color: #4A4A49;
}
.bs-accordion__header button.selected span::before,
.bs-accordion__header button.selected span::after {
  background-color: #FFFFFF;
}
.bs-accordion__body {
  transition: height 0.3s ease;
  overflow: hidden;
  box-sizing: content-box;
}
.bs-accordion__body:not(.selected) {
  display: none;
}
.bs-accordion__body .content-wrap {
  padding: 20px 20px 40px;
}
@media screen and (max-width: 600px) {
  .bs-accordion__body .content-wrap {
    padding: 0px 0 40px;
  }
}
.mobile-accordion.expand > h2:before {
  content: '';
  background-image: url("/iwov-resources/sg/ocbc/gbc/investors/campaign/annual-report-2025/images/icons/minus-circle.svg");
  width: 30px;
  height: 30px;
  display: block;
  position: absolute;
  right: 0;
}
@media screen and (max-width: 840px) {
  .mobile-accordion:not(.expand) {
    border-top: solid 1px rgba(74, 74, 73, 0.2);
    padding-top: 30px;
    margin-bottom: 20px;
  }
  .mobile-accordion:not(.expand) > * {
    display: none;
    transform: none !important;
    opacity: 1;
  }
  .mobile-accordion:not(.expand) > h2 {
    display: block;
    font-size: 21px;
    font-size: 1.3125rem;
    font-weight: normal;
    padding-right: 50px;
    position: relative;
  }
  .mobile-accordion:not(.expand) > h2:before {
    content: '';
    background-image: url("/iwov-resources/sg/ocbc/gbc/investors/campaign/annual-report-2025/images/icons/plus-circle.svg");
    width: 30px;
    height: 30px;
    display: block;
    position: absolute;
    right: 0;
  }
}
@media screen and (max-width: 840px) {
  .mobile-accordion h2 {
    padding-right: 40px;
    opacity: 1 !important;
  }
}
.accordion-animation.animate .heading .h5:after {
  animation: shrink-right 1s forwards;
}
.accordion-animation .heading {
  gap: 30px;
}
.accordion-animation .heading .h2 {
  padding-right: 30px;
  position: relative;
}
.accordion-animation .heading .h5 {
  position: relative;
  width: calc(100% - 320px);
}
@media screen and (max-width: 1280px) {
  .accordion-animation .heading .h5 {
    width: 70%;
  }
}
@media screen and (max-width: 840px) {
  .accordion-animation .heading .h5 {
    width: 50%;
  }
}
.accordion-animation .heading .h5:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background: #E30613;
}
.accordion-animation .body {
  padding-top: 20px;
  display: none;
}
table {
  width: 100%;
  border-collapse: collapse;
}
table tr.border-bottom.black td,
table tr.border-bottom.black th {
  border-bottom-color: #4A4A49;
}
table tr.border-bottom td,
table tr.border-bottom th {
  border-bottom: solid 1px #E30613;
}
table tr.border-bottom + tr td:not(.section) {
  padding-top: 20px;
}
table td,
table th {
  text-align: right;
  padding: 10px 10px;
  border-bottom: solid 1px #ECECEC;
}
table td:first-child,
table th:first-child {
  text-align: left;
  padding-left: 0;
}
table td:last-child:not(.section):not(.section-header),
table th:last-child:not(.section):not(.section-header) {
  background: #ECECEC;
  font-weight: bold;
}
table td.section,
table th.section {
  font-weight: bold;
  padding-top: 70px;
  border-right: solid 1px #ECECEC;
}
table td.section-header,
table th.section-header {
  font-weight: bold;
}
.net-zero-table {
  overflow: auto;
}
.sustainability-table td,
.sustainability-table th {
  padding: 20px 20px;
  text-align: left;
}
.sustainability-table th {
  border-bottom: solid 2px #E30613;
  background: #FFFFFF !important;
  vertical-align: top;
}
.sustainability-table td:not(:first-child) {
  background: rgba(74, 74, 73, 0.05) !important;
  vertical-align: top;
}
.sustainability-table td:last-child {
  font-weight: normal !important;
}
.sustainability-table ul li {
  margin-bottom: 10px;
}
.sustainability-table .flex {
  align-items: center;
  gap: 20px;
}
.sustainability-table .icon {
  width: 80px;
  height: 80px;
  border-radius: 80px;
  background: #E30613;
}
.sustainability-table .icon img {
  filter: brightness(0) invert(1);
}
.tab-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
@media screen and (max-width: 840px) {
  .tab-pills {
    gap: 10px;
  }
}
.tab-pills .tab-link {
  padding: 10px 80px;
  margin-right: 5px;
  border: 0.5px solid #4A4A49;
  border-radius: 20px;
  background-color: #FFFFFF;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
@media screen and (max-width: 840px) {
  .tab-pills .tab-link {
    padding: 10px 40px;
  }
}
@media screen and (max-width: 600px) {
  .tab-pills .tab-link {
    padding: 10px 20px;
  }
}
.tab-pills .tab-link.active {
  background-color: #E30613;
  color: #FFFFFF;
  border-color: #E30613;
}
.tab-pills .tab-link:hover:not(.active) {
  background-color: #F6F6F6;
}
.tab-content {
  display: none;
}
.tab-content.active {
  display: block;
}
.chart-bar {
  display: flex;
  justify-content: center;
}
.chart-bar .bar-item {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 300px;
  text-align: center;
  padding: 0 7px;
  overflow: hidden;
}
.chart-bar .bar {
  height: 300px;
  width: 30px;
  margin: 0 auto;
}
.chart-bar .bar-value,
.chart-bar .bar-label {
  font-size: 14px;
  font-size: 0.875rem;
}
.chart-bar .bar-value {
  margin-bottom: 10px;
}
.chart-bar .bar-label {
  padding-top: 10px;
  position: relative;
  background: #FFFFFF;
}
.chart-bar .bar-label:before {
  content: '';
  height: 1px;
  background: #4A4A49;
  display: block;
  position: absolute;
  top: 0;
  left: -7px;
  width: calc(100% + 14px);
}
.main-footer {
  position: relative;
  background: #FFFFFF;
}
.main-footer .container {
  display: flex;
  justify-content: space-between;
  padding-top: 50px;
  padding-bottom: 50px;
}
@media screen and (max-width: 840px) {
  .main-footer .container {
    flex-direction: column;
  }
}
.main-footer__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 40px;
}
@media screen and (max-width: 1440px) {
  .main-footer__wrapper {
    width: 80%;
  }
}
@media screen and (max-width: 840px) {
  .main-footer__wrapper {
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  .main-footer__wrapper {
    justify-content: center;
  }
}
.main-footer__wrapper h6 {
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
  width: 100%;
}
.main-footer__wrapper .full-report:hover {
  text-decoration: underline;
}
.main-footer__wrapper .social-links {
  display: flex;
  list-style: none;
  margin-right: 12vw;
  width: 100%;
  gap: 30px;
}
@media screen and (max-width: 1440px) {
  .main-footer__wrapper .social-links {
    margin-right: 40px;
  }
}
@media screen and (max-width: 840px) {
  .main-footer__wrapper .social-links {
    margin-right: 0;
  }
}
@media screen and (max-width: 600px) {
  .main-footer__wrapper .social-links {
    margin: 40px 0 10px;
  }
}
.main-footer__wrapper .social-links li {
  margin-bottom: 0;
}
.main-footer__wrapper .social-links a {
  font-size: 0;
  display: block;
  height: 20px;
  width: 20px;
  background-position: center;
  background-repeat: no-repeat;
  transition: backround-color 0.3s;
  background-size: contain;
}
.main-footer__wrapper .social-links .icon-fb {
  background-image: url(/iwov-resources/sg/ocbc/gbc/investors/campaign/annual-report-2025/images/icons/facebook.svg);
}
.main-footer__wrapper .social-links .icon-in {
  background-image: url(/iwov-resources/sg/ocbc/gbc/investors/campaign/annual-report-2025/images/icons/instagram.svg);
}
.main-footer__wrapper .social-links .icon-yt {
  background-image: url(/iwov-resources/sg/ocbc/gbc/investors/campaign/annual-report-2025/images/icons/youtube.svg);
}
.main-footer__wrapper .social-links .icon-ln {
  background-image: url(/iwov-resources/sg/ocbc/gbc/investors/campaign/annual-report-2025/images/icons/linkedin.svg);
  background-size: 20px;
}
.main-footer__wrapper .social-links .icon-tw {
  background-image: url(/iwov-resources/sg/ocbc/gbc/investors/campaign/annual-report-2025/images/icons/twitter.svg);
}
.main-footer .site-services-links {
  display: flex;
  list-style: none;
}
@media screen and (max-width: 600px) {
  .main-footer .site-services-links {
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 10px;
    margin-bottom: 30px;
  }
}
.main-footer .site-services-links li {
  margin-left: 60px;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: normal;
  margin-bottom: 0;
}
@media screen and (max-width: 1440px) {
  .main-footer .site-services-links li {
    margin-left: 40px;
  }
}
@media screen and (max-width: 600px) {
  .main-footer .site-services-links li {
    margin-left: 20px;
    margin-top: 0;
  }
}
.main-footer .site-services-links li:first-child {
  margin-left: 0;
}
.main-footer .copy {
  font-size: 12px;
  font-size: 0.75rem;
}
@media screen and (max-width: 840px) {
  .main-footer .copy {
    margin: 0 0 30px;
  }
}
@media screen and (max-width: 600px) {
  .main-footer .copy {
    text-align: center;
  }
}
/* pages Styles */
.section-page p,
.section-page li,
.section-page table {
  line-height: 1.4;
}
.section-page p:not(.font-geomanist),
.section-page li:not(.font-geomanist),
.section-page table:not(.font-geomanist) {
  font-family: "Open Sans", sans-serif;
}
.section-page p.h1.font-geomanist,
.section-page li.h1.font-geomanist,
.section-page table.h1.font-geomanist {
  font-family: "Geomanist", sans-serif, Arial;
}
.section-page p.h1.font-geomanist strong,
.section-page li.h1.font-geomanist strong,
.section-page table.h1.font-geomanist strong {
  font-weight: 500;
}
.section-page p strong:not(.font-medium),
.section-page li strong:not(.font-medium),
.section-page table strong:not(.font-medium) {
  font-weight: bold;
}
@media screen and (max-width: 600px) {
  .section-page h1 br {
    display: none;
  }
}
.section-page .banner {
  margin: auto auto 0;
  position: relative;
  max-width: 1920px;
}
@media screen and (-webkit-min-device-pixel-ratio: 1.5) {
  .section-page .banner {
    margin-bottom: 0px;
  }
}
@media screen and (max-width: 1080px) {
  .section-page .banner {
    height: auto;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 840px) {
  .section-page .banner {
    background: none;
    margin-bottom: 0;
    height: auto;
  }
}
.section-page .banner:before {
  content: '';
  width: 100%;
  height: 94%;
  display: block;
  position: absolute;
  top: 0;
  background: #F5F5F5;
}
@media screen and (-webkit-min-device-pixel-ratio: 1.5) {
}
@media screen and (-webkit-min-device-pixel-ratio: 1.25) {
}
@media screen and (max-width: 840px) {
  .section-page .banner:before {
    display: none;
  }
}
.section-page .banner.height-auto .img,
.section-page .banner.height-auto {
  height: auto;
}
@media screen and (max-width: 840px) {
  .section-page .banner + .container {
    padding-top: 70px;
    position: relative;
  }
}
.section-page .banner .container {
  overflow: hidden;
  max-width: 100%;
}
@media screen and (max-width: 600px) {
  .section-page .banner .container {
    width: 100%;
  }
}
.section-page .banner .container > div,
.section-page .banner .container {
  height: auto;
}
.section-page .banner .container .bg-grey {
  position: absolute;
  top: 0;
  width: 100%;
}
@media screen and (max-width: 840px) {
  .section-page .banner .container .bg-grey {
    display: none;
  }
}
.section-page .banner .container .row {
  min-height: 360px;
  width: 100%;
  justify-content: flex-start;
}
@media screen and (max-width: 1280px) {
  .section-page .banner .container .row {
    gap: 0;
    justify-content: flex-start;
  }
}
@media screen and (max-width: 840px) {
  .section-page .banner .container .row {
    flex-direction: column;
    min-height: 0;
    align-items: flex-start;
  }
}
.section-page .banner .container .row > * {
  margin-bottom: 0;
}
@media screen and (max-width: 840px) {
  .section-page .banner .container .row > * {
    width: 100%;
  }
}
.section-page .banner img {
  object-fit: cover;
  object-position: right center;
  display: block;
  animation: slide-left-to-right 1s ease forwards;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1080px) {
  .section-page .banner img {
    flex-direction: column;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 840px) {
  .section-page .banner img {
    width: 100%;
    height: 100%;
  }
}
@media screen and (max-width: 600px) {
  .section-page .banner img {
    border-bottom-right-radius: 40px;
    height: 200px;
  }
}
.section-page .banner .writeup {
  padding-right: 40px;
  position: relative;
  z-index: 1;
  height: inherit;
}
@media screen and (max-width: 1280px) {
  .section-page .banner .writeup {
    padding-right: 0;
  }
}
@media screen and (max-width: 840px) {
  .section-page .banner .writeup {
    padding: 40px 40px 40px;
    width: 100%;
    background: #F5F5F5;
    margin-top: -8.5%;
  }
}
@media screen and (max-width: 600px) {
  .section-page .banner .writeup {
    padding: 20px 20px 40px;
  }
}
.section-page .banner .writeup .container {
  margin: 0;
  overflow: visible;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 80px 0;
}
@media screen and (-webkit-min-device-pixel-ratio: 1.5) {
  .section-page .banner .writeup .container {
    padding: 40px 0;
  }
}
@media screen and (max-width: 1080px) {
  .section-page .banner .writeup .container {
    padding: 40px 0;
  }
}
@media screen and (max-width: 600px) {
  .section-page .banner .writeup .container {
    display: flex;
    flex-direction: column;
  }
}
@media screen and (max-height: 1000px) and (orientation: landscape) {
  .section-page .banner .writeup .container {
    justify-content: flex-start;
  }
}
.section-page .banner .writeup .container .intro-banner {
  transform: translateY(100%);
  opacity: 0;
  animation: slide-up 0.8s ease forwards 0.2s;
}
@media (max-height: 1000px) {
  .section-page .banner .writeup .container .quote {
    font-size: 26px;
    font-size: 1.625rem;
  }
}
@media screen and (max-width: 600px) {
  .section-page .banner .writeup .container .quote {
    order: 1;
    margin-top: 20px;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 600px) {
  .section-page .banner .writeup .container .quote:before,
  .section-page .banner .writeup .container .quote:after {
    font-size: 22px;
    font-size: 1.375rem;
  }
}
.section-page .banner .writeup .position {
  margin: auto 0 0;
  transform: translateY(100%);
  opacity: 0;
  animation: slide-up 0.8s ease forwards 0.2s;
  animation-delay: 0.5s;
  position: absolute;
  bottom: 100px;
}
@media screen and (max-width: 1080px) {
  .section-page .banner .writeup .position {
    position: static;
    margin-top: 40px;
  }
}
@media screen and (max-width: 600px) {
  .section-page .banner .writeup .position {
    margin-bottom: 0;
  }
}
@media screen and (max-height: 1000px) and (orientation: landscape) {
  .section-page .banner .writeup .position {
    bottom: 100px;
  }
}
.section-page .banner .writeup .position.mt20 {
  margin-top: 20px;
}
.section-page .banner .caption {
  font-family: "Open Sans", sans-serif;
  text-align: right;
  margin-top: 30px;
}
@media screen and (max-width: 600px) {
  .section-page .banner .caption {
    margin-top: 15px;
    font-size: 10px;
    font-size: 0.625rem;
  }
}
.section-page .banner .caption + .row .caption {
  margin-top: 10px;
}
.section-page .main-wrapper {
  background-color: #FFFFFF;
  position: relative;
  padding: 100px 0 0;
}
@media screen and (max-width: 600px) {
  .section-page .main-wrapper {
    padding-top: 80px;
  }
}
.section-page .main-wrapper > *.banner {
  width: 100%;
}
.section-page .main-wrapper.full {
  margin: 0;
}
.section-page .main-wrapper.full .container {
  padding: 0 100px;
}
@media screen and (max-width: 1440px) {
  .section-page .main-wrapper.full .container {
    padding: 0px 80px;
  }
}
@media screen and (max-width: 600px) {
  .section-page .main-wrapper.full .container {
    padding: 0 20px;
  }
}
.section-page .main-wrapper > .container > h2 {
  line-height: 1.1;
  margin-bottom: 20px;
}
@media screen and (max-width: 1440px) {
  .section-page .main-wrapper > .container > h2 br {
    display: none;
  }
}
.section-page .main-wrapper .caption {
  font-family: "Open Sans", sans-serif;
}
.section-page #a-year-of-growth .border-divider h6 {
  line-height: 1.2;
}
@media screen and (max-width: 840px) {
  .page-body__navigation {
    width: 100%;
    box-shadow: rgba(74, 74, 73, 0.1) 0 4px 8px;
    margin-bottom: 40px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background: #FFFFFF;
    opacity: 0;
  }
}
.menu-open .page-body__navigation {
  z-index: 0;
  display: none;
}
@media screen and (max-width: 840px) {
  .stickyNav .page-body__navigation {
    margin: 0 auto;
    top: 105px;
    opacity: 1;
  }
}
@media screen and (max-width: 600px) {
  .stickyNav .page-body__navigation {
    top: 75px;
  }
}
@media screen and (max-width: 840px) {
  .page-body__navigation.expand ul li {
    display: block;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 840px) {
  .page-body__navigation.expand ul li.active-nav {
    padding: 10px 20px;
    margin: -10px -20px 20px;
  }
}
@media screen and (max-width: 840px) {
  .page-body__navigation.expand ul li.active-nav::after {
    right: 20px;
  }
}
.page-body__navigation ul {
  position: sticky;
  top: 140px;
}
@media screen and (max-width: 1280px) {
  .page-body__navigation ul {
    padding: 0;
  }
}
@media screen and (max-width: 840px) {
  .page-body__navigation ul {
    padding: 10px 40px;
    position: static;
    background: #FFFFFF;
  }
}
@media screen and (max-width: 600px) {
  .page-body__navigation ul {
    padding: 10px 20px;
  }
}
.page-body__navigation li {
  list-style: none;
}
@media screen and (max-width: 840px) {
  .page-body__navigation li {
    display: none;
    margin-bottom: 0;
  }
}
.page-body__navigation li:not(:last-child) {
  margin-bottom: 30px;
}
@media screen and (max-width: 840px) {
  .page-body__navigation li:not(:last-child) {
    margin-bottom: 0;
  }
}
.page-body__navigation li > ul {
  margin-left: 40px;
}
.page-body__navigation li a:hover,
.page-body__navigation li a.active {
  color: #E30613;
}
@media screen and (max-width: 840px) {
  .page-body__navigation li a:hover,
  .page-body__navigation li a.active {
    color: #4A4A49;
  }
}
.page-body__navigation li.active-nav {
  display: none;
}
@media screen and (max-width: 840px) {
  .page-body__navigation li.active-nav {
    display: block;
    position: relative;
    padding-right: 20px;
  }
  .page-body__navigation li.active-nav:after {
    content: "";
    display: block;
    background: url("/iwov-resources/sg/ocbc/gbc/investors/campaign/annual-report-2025/images/icons/chevron-down.svg");
    width: 10px;
    height: 5px;
    background-size: contain;
    background-repeat: no-repeat;
    transform: rotate(180deg);
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
  }
}
@media screen and (max-width: 840px) {
  .page-body__content {
    width: 100% !important;
  }
}
.page-body__content section:not(:last-child) {
  margin-bottom: 40px;
}
.boat-animation {
  position: relative;
}
.boat-animation:after {
  content: '';
  width: 100%;
  height: 100%;
  background: #FFFFFF;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  animation: shrink-right 1s forwards;
}
@media screen and (max-width: 840px) {
  .boat-animation h1 {
    width: 70%;
  }
}
@media screen and (max-width: 600px) {
  .boat-animation h1 {
    width: 60%;
  }
}
@media screen and (max-width: 768px) {
  .boat-animation h1 br {
    display: none;
  }
}
.boat-animation .intro {
  width: 45%;
}
@media screen and (max-width: 600px) {
  .boat-animation .intro {
    width: 55%;
  }
}
.boat-animation .boat-container {
  position: absolute;
  top: 30px;
  left: 0;
  width: 75%;
  height: 100%;
  display: flex;
  justify-content: flex-end;
  z-index: 2;
}
@media screen and (max-width: 1280px) {
  .boat-animation .boat-container {
    width: 90%;
  }
}
.boat-animation .boat-container:after {
  content: '';
  width: 100%;
  height: 100%;
  animation: shrink-right 0.5s forwards;
}
.boat-animation .boat-container img {
  height: 80%;
  max-height: 225px;
  width: auto;
  object-fit: contain;
}
@media screen and (max-width: 768px) {
  .boat-animation .boat-container img {
    max-height: 150px;
  }
}
@media screen and (max-width: 600px) {
  .boat-animation .boat-container img {
    max-height: 120px;
    margin-top: 25px;
  }
}
.scene-selector {
  position: relative;
  padding-bottom: 40px;
  overflow: hidden;
}
.scene-selector:after {
  content: '';
  width: 100%;
  height: 1px;
  background: #4A4A49;
  display: block;
  position: absolute;
  left: 0;
}
@media screen and (max-width: 600px) {
  .scene-selector:after {
    display: none;
  }
}
.scene-selector .arrow {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  background: #E30613;
  box-shadow: none;
  border: none;
  padding: 21px 17px;
  transform: rotate(90deg);
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 0;
  z-index: 1;
  cursor: pointer;
  transition: 0.2s;
  z-index: 2;
  box-shadow: 10px 10px 50px 0 rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 600px) {
  .scene-selector .arrow {
    top: 30%;
  }
}
.scene-selector .arrow:hover {
  background: #FFFFFF;
}
.scene-selector .arrow:hover img {
  filter: none;
}
.scene-selector .arrow.left {
  transform: rotate(-90deg);
  left: 0;
  right: auto;
}
.scene-selector .arrow.disabled {
  cursor: default;
  pointer-events: none;
  background: rgba(227, 6, 19, 0.5);
}
.scene-selector .arrow img {
  filter: brightness(0) invert(1);
}
.scene-selector .bike-path {
  position: relative;
  width: calc(100% - 200px);
  margin: 0 auto;
}
@media screen and (max-width: 840px) {
  .scene-selector .bike-path {
    width: 50%;
  }
}
@media screen and (max-width: 600px) {
  .scene-selector .bike-path {
    width: 100%;
  }
}
.scene-selector .scenes {
  justify-content: space-between;
  align-items: flex-end;
  margin: 0 auto;
}
.scene-selector .scenes.slick-initialized {
  display: block;
}
.scene-selector .scenes .slick-track {
  display: flex;
}
.scene-selector .scenes .scene {
  width: calc(25% - 50px);
  position: relative;
}
@media screen and (max-width: 840px) {
  .scene-selector .scenes .scene {
    margin: 0 30px;
    overflow: hidden;
  }
}
.scene-selector .scenes .scene:after {
  content: '';
  width: 80%;
  height: 100%;
  background: #FFFFFF;
  opacity: 0;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.2s;
}
.scene-selector .scenes .scene.active:not(.slick-slide)::after {
  opacity: 0.8;
}
.scene-selector .scenes .scene.slick-current::after {
  opacity: 0.8;
}
.scene-selector .scenes .scene img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: bottom;
}
.scene-selector .countries {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  justify-content: space-between;
  align-items: center;
  width: calc(100% - 200px);
}
@media screen and (max-width: 840px) {
  .scene-selector .countries {
    display: block;
    overflow: hidden;
  }
}
@media screen and (max-width: 600px) {
  .scene-selector .countries {
    position: static;
    height: 150px;
    border-top: solid 1px #4A4A49;
    width: 100%;
    padding-top: 20px;
  }
}
.scene-selector .countries .slick-track {
  display: flex;
}
@media screen and (max-width: 600px) {
  .scene-selector .countries .slick-track {
    flex-direction: column;
  }
}
.scene-selector .countries p {
  width: calc(25% - 50px);
  text-align: center;
  margin: 0;
  font-weight: bold;
  cursor: pointer;
}
@media screen and (max-width: 600px) {
  .scene-selector .countries p {
    margin-bottom: 20px;
  }
}
.scene-selector .countries p.active:not(.slick-slide) {
  color: #E30613;
}
.scene-selector .countries p.slick-current {
  color: #E30613;
}
.scene-selector .bike {
  width: calc(25% - 50px);
  z-index: 1;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: 0.2s;
}
@media screen and (max-width: 840px) {
  .scene-selector .bike {
    width: 100%;
  }
}
.scene-selector .bike img {
  width: 70%;
  display: block;
  margin: 0;
}
@media screen and (max-width: 840px) {
  .scene-selector .bike img {
    width: 50%;
    margin: 0 auto;
  }
}
.scene-content__item {
  display: none;
}
.scene-content__item.active {
  display: block;
}
.use-cases {
  overflow: hidden;
}
.the-power-of-one-group .charts .col-4 {
  padding-right: 0px;
  width: calc((100% / 3) - 30px);
}
.the-power-of-one-group .charts .col-4 > p:first-child {
  margin-bottom: 30px;
}
.the-power-of-one-group .charts .col-4 .row p:first-child {
  height: 80px;
}
@media screen and (max-width: 840px) {
  .the-power-of-one-group .charts .col-4 .row p:first-child {
    height: auto;
  }
}
.the-power-of-one-group .charts .col-4 .text-center:not(.heading) {
  padding: 10px 0;
  margin: 30px 0;
  border-top: solid 1px #E30613;
  border-bottom: solid 1px #E30613;
}
.the-power-of-one-group .charts .col-4 img {
  height: 300px;
  object-fit: contain;
}
.our-board .mobile .row {
  gap: 20px;
}
.our-board .mobile .col-6 p {
  margin-top: 10px;
}
.powering-shifts-accelerating-growth .media-bottom > .col-6 {
  height: inherit;
}
.powering-shifts-accelerating-growth .media-bottom > .col-6 .media-block {
  margin: auto 0 0 0 !important;
}
.driving-customer-centricity-through-ai-digital-and-data .bottom-nav {
  margin-top: 0;
}
.paying-it-forward .row {
  gap: 100px;
}
@media screen and (max-width: 840px) {
  .paying-it-forward .row {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
}
@media screen and (max-width: 600px) {
  .paying-it-forward .row {
    gap: 0;
  }
}
.paying-it-forward .row .slanted {
  width: max-content !important;
}
@media screen and (max-width: 840px) {
  .paying-it-forward .row .slanted {
    width: 165px !important;
  }
}
.key-achievements .grid-container {
  display: grid;
  gap: 30px 40px;
  grid-template-columns: 1fr 1fr 1.162fr;
  grid-auto-rows: minmax(90px, auto);
  margin: 100px 0 60px 0;
  padding-bottom: 30px;
}
@media screen and (max-width: 1440px) {
  .key-achievements .grid-container {
    margin-top: 60px;
  }
}
@media screen and (max-width: 600px) {
  .key-achievements .grid-container {
    margin: 0 0 30px;
  }
}
.key-achievements .grid-container header {
  border-top: 3px solid #4A4A49;
  border-bottom: 3px solid #4A4A49;
  display: flex;
  align-items: center;
  padding-bottom: 0;
  font-size: 35px;
  font-size: 2.1875rem;
}
@media screen and (max-width: 1440px) {
  .key-achievements .grid-container header {
    font-size: 32px;
    font-size: 2rem;
  }
}
@media screen and (max-width: 1280px) {
  .key-achievements .grid-container header {
    font-size: 27px;
    font-size: 1.6875rem;
  }
}
.key-achievements .grid-container header.aw-1 {
  border-color: #E30613;
  color: #E30613;
}
.key-achievements .grid-container .grid-item:not(header) {
  font-weight: 300;
  position: relative;
  margin-bottom: 40px;
  border-bottom: solid 1px;
  padding-bottom: 40px;
}
.key-achievements .grid-container .grid-item:not(header) img {
  margin-bottom: 20px;
}
@media screen and (max-width: 600px) {
  .key-achievements .grid-container .grid-item:not(header) img {
    width: 70px;
    margin-top: 0;
  }
}
.key-achievements .grid-container .grid-item:not(header) h3 {
  line-height: 1.1;
  border-bottom: 1px solid #4A4A49;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.key-achievements .grid-container .grid-item:not(header) p {
  margin-top: 5px;
  font-size: 24px;
  font-size: 1.5rem;
}
.key-achievements .grid-container .grid-item:not(header) p strong {
  font-size: 30px;
  font-size: 1.875rem;
}
.key-achievements .grid-container .one {
  grid-column: 1 / 3;
}
@media screen and (max-width: 600px) {
  .key-achievements .grid-container .one {
    grid-column: 1 / 2;
  }
}
@media screen and (min-width: 601px) {
  .key-achievements .grid-container .last-3 {
    border-bottom: 3px solid #4A4A49 !important;
    position: relative;
  }
  .key-achievements .grid-container .last-3::after {
    content: "";
    position: absolute;
    bottom: -3px;
    height: 3px;
    background-color: #4A4A49;
    width: 100%;
    z-index: 0;
    right: -40px;
  }
}
.key-achievements .grid-container .grid-item.grid-item-last {
  border-bottom: 3px solid #4A4A49;
}
.key-achievements .grid-container .grid-item.grid-item-last.aw-4 {
  border-color: #E30613;
}
.key-achievements .grid-container .aw h3 {
  color: #E30613;
}
@media screen and (max-width: 840px) {
  .key-achievements .grid-container {
    grid-template-columns: repeat(2, 1fr);
  }
  .key-achievements .grid-container .aw-1 {
    grid-row: 5;
    grid-column: 1 / 3;
  }
  .key-achievements .grid-container .aw-2 {
    grid-row: 6;
    grid-column: 1 / 3;
  }
  .key-achievements .grid-container .aw-3 {
    grid-row: 7;
    grid-column: 1 / 3;
  }
  .key-achievements .grid-container .aw-4 {
    grid-row: 8;
    grid-column: 1 / 3;
  }
}
@media screen and (max-width: 600px) {
  .key-achievements .grid-container {
    grid-template-columns: repeat(1, 1fr);
  }
  .key-achievements .grid-container .aw-1 {
    grid-row: 8;
    grid-column: 1 / 2;
  }
  .key-achievements .grid-container .aw-2 {
    grid-row: 9;
    grid-column: 1 / 2;
  }
  .key-achievements .grid-container .aw-3 {
    grid-row: 10;
    grid-column: 1 / 2;
  }
  .key-achievements .grid-container .aw-4 {
    grid-row: 11;
    grid-column: 1 / 2;
  }
}
.message-from-chairman main {
  contain: paint;
}
.message-from-chairman .dividends-chart {
  display: flex;
  flex-wrap: wrap;
}
.message-from-chairman .dividends-chart .item {
  padding: 0 20px;
  width: calc(100% / 3);
}
@media screen and (max-width: 1440px) {
  .message-from-chairman .dividends-chart .item {
    width: 50%;
  }
}
@media screen and (max-width: 840px) {
  .message-from-chairman .dividends-chart .item {
    width: 100%;
  }
}
.message-from-chairman .dividends-chart .item .top-content {
  padding: 20px 0;
  border-top: solid 3px #4A4A49;
  border-bottom: solid 3px #4A4A49;
  margin-bottom: 20px;
}
.message-from-chairman .dividends-chart .item .top-content p {
  font-size: 24px;
  font-size: 1.5rem;
}
.message-from-chairman .dividends-chart .item .body-content ul > li {
  margin-bottom: 20px;
  position: relative;
  display: flex;
  justify-content: space-between;
}
.message-from-chairman .dividends-chart .item .body-content h2 {
  margin-bottom: 10px;
  line-height: 1;
  font-size: 24px;
  font-size: 1.5rem;
}
.message-from-chairman .dividends-chart .item .body-content .text {
  margin: 0;
}
@media screen and (max-width: 840px) {
  .message-from-chairman .dividends-chart .item .body-content .text {
    min-height: 0;
  }
}
.message-from-chairman .dividends-chart .item .body-content .value-change {
  width: 75px;
  top: 0;
  right: 20px;
}
.message-from-chairman .dividends-chart .item .body-content .value-change.value-up p,
.message-from-chairman .dividends-chart .item .body-content .value-change.value-down p {
  margin: 0 0 10px;
  display: flex;
  align-items: center;
}
.message-from-chairman .dividends-chart .item .body-content .value-change.value-up p:before,
.message-from-chairman .dividends-chart .item .body-content .value-change.value-down p:before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 20px 10px;
  border-color: transparent transparent #80C851 transparent;
  margin-right: 10px;
  display: block;
}
.message-from-chairman .dividends-chart .item .body-content .value-change.value-down p:before {
  border-width: 20px 10px 0 10px;
  border-color: #80C851 transparent transparent transparent;
}
.message-from-chairman .dividends-chart .item .body-content .value-change span {
  font-size: 0.75rem;
  line-height: 1;
  display: block;
}
.message-from-chairman .financial-performance {
  background-color: #EDEDED;
  padding: 40px 0px 80px;
  position: relative;
}
@media screen and (max-width: 840px) {
  .message-from-chairman .financial-performance {
    padding-bottom: 40px;
  }
}
.message-from-chairman .financial-performance:before {
  content: "";
  position: absolute;
  width: 500%;
  left: -200%;
  background-color: #EDEDED;
  height: 100%;
  top: 0;
  z-index: -1;
}
.message-from-chairman .financial-performance__chart {
  background-color: #FFFFFF;
  padding: 30px 20px;
  margin-top: 60px;
}
.message-from-chairman .financial-performance__chart img {
  width: 100%;
  margin-top: 30px;
}
.message-from-chairman .financial-performance__chart strong {
  display: block;
}
.message-from-chairman .dividends img {
  margin-top: 30px;
  width: 100%;
}
.message-from-chairman .signatures {
  flex-wrap: wrap;
}
.message-from-chairman .signatures > div {
  margin-right: 20px;
}
@media screen and (max-width: 600px) {
  .message-from-chairman .signatures > div {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 600px) {
  .message-from-chairman .signatures > div img {
    width: 60%;
  }
}
.message-from-chairman .signatures .position {
  margin-top: 0;
}
.message-from-chairman .media-block {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.message-from-chairman .media-block img {
  width: 100%;
}
.excel-for-sustainable-growth {
  position: relative;
}
.excel-for-sustainable-growth .purpose-and-values h4 {
  margin-bottom: 20px;
}
.excel-for-sustainable-growth .purpose-and-values ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.excel-for-sustainable-growth .purpose-and-values li {
  width: 50%;
  margin-bottom: 20px;
}
@media screen and (max-width: 840px) {
  .excel-for-sustainable-growth .purpose-and-values > div {
    margin-bottom: 30px;
  }
}
.excel-for-sustainable-growth .bottom-divider {
  background-image: url("/iwov-resources/sg/ocbc/gbc/investors/campaign/annual-report-2025/images/excel-for-sustainable-growth/divider.png");
  padding-bottom: 100px;
  background-position: bottom center;
  background-repeat: no-repeat;
  margin-bottom: 50px;
}
.excel-for-sustainable-growth .table {
  margin: 20px 0;
}
.excel-for-sustainable-growth .table > .row.red {
  background: #E30613;
  padding: 10px 0;
  margin-bottom: 20px;
}
@media screen and (max-width: 840px) {
  .excel-for-sustainable-growth .table > .row.red {
    padding: 10px 30px;
  }
}
@media screen and (max-width: 840px) {
  .excel-for-sustainable-growth .table > .row.red > div {
    margin: 10px 0;
  }
}
.excel-for-sustainable-growth .table > .row.red p {
  color: #FFFFFF;
}
.excel-for-sustainable-growth .table > .row .row-heading {
  font-size: 2.5rem;
}
@media screen and (max-width: 600px) {
  .excel-for-sustainable-growth .table > .row .row-heading {
    font-size: 30px;
    font-size: 1.875rem;
  }
}
.excel-for-sustainable-growth .table > .row ul li {
  list-style-type: disc;
  font-size: 1em;
}
@media screen and (max-width: 840px) {
  .excel-for-sustainable-growth .table > .row ul li {
    list-style-position: inside;
  }
}
.excel-for-sustainable-growth .table > .row .row {
  border-bottom: solid 1px #707070;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.excel-for-sustainable-growth .create-value-for {
  margin-top: 40px;
}
.excel-for-sustainable-growth .create-value-for > div {
  width: 20%;
  text-align: center;
}
@media screen and (max-width: 840px) {
  .excel-for-sustainable-growth .create-value-for > div {
    width: 100%;
  }
}
.excel-for-sustainable-growth .create-value-for > div img {
  margin: auto;
  display: block;
  width: 120px;
}
.excel-for-sustainable-growth .create-value-for > div p {
  margin-top: 10px;
}
.sustainability .net-zero .border {
  padding-left: 20px;
}
.sustainability .net-zero .border a {
  text-decoration: underline;
}
.sustainability .nz-table {
  overflow: auto;
}
.sustainability .nz-table table {
  width: 100%;
  min-width: 1100px;
}
.sustainability .nz-table table th,
.sustainability .nz-table table td {
  width: 10%;
  border-right: none;
}
.sustainability .nz-table table th:first-child,
.sustainability .nz-table table td:first-child {
  width: 20%;
}
.sustainability .nz-table table th:nth-child(n+5),
.sustainability .nz-table table td:nth-child(n+5) {
  width: 5%;
}
.sustainability .nz-table table th {
  font-weight: 600;
  border-bottom: solid 1px #E30613;
  padding-bottom: 20px;
  margin-bottom: 20px;
  background: transparent;
  text-align: left;
  padding: 0 7.5px 10px;
}
@media screen and (max-width: 600px) {
  .sustainability .nz-table table th {
    border-bottom-width: 1px;
  }
}
.sustainability .nz-table table th h3 {
  margin-bottom: 45px;
}
@media screen and (max-width: 600px) {
  .sustainability .nz-table table th h3 {
    margin-bottom: 30px;
  }
}
.sustainability .nz-table table th h3:last-child {
  margin-bottom: 0;
}
.sustainability .nz-table table td {
  border-bottom: solid 1px #ECECEC;
  text-align: left;
  background: none;
  font-weight: initial;
  padding: 20px 7.5px;
  vertical-align: top;
}
.sustainability .nz-table table td:first-child img,
.sustainability .nz-table table td:first-child p {
  display: inline-block;
}
.sustainability .nz-table table td:first-child img {
  width: 100px;
  height: 100px;
  object-fit: contain;
}
@media screen and (max-width: 600px) {
  .sustainability .nz-table table td:first-child img {
    width: 70px;
    height: 70px;
  }
}
.sustainability .nz-table table td:first-child p {
  font-weight: 600;
}
.sustainability .nz-table table td ul {
  margin: 0;
}
.sustainability .nz-table table td ul li {
  margin-bottom: 0;
}
.bod-page {
  position: relative;
}
@media screen and (max-width: 600px) {
  .bod-page .banner img {
    width: 100%;
    height: 190px;
  }
}
.bod-page h2 {
  margin: 40px 0 80px;
}
@media screen and (max-width: 1440px) {
  .bod-page h2 {
    margin-bottom: 40px;
  }
}
.bod-page h6 + p {
  margin-top: 10px;
}
.bod-page .person-list {
  margin: 60px 0 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px 40px;
}
.bod-page .person-list[data-number-of-items="3"] {
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 840px) {
  .bod-page .person-list[data-number-of-items="3"] {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 1080px) {
  .bod-page .person-list {
    grid-template-columns: repeat(3, 1fr);
    gap: 40px 40px;
  }
}
@media screen and (max-width: 840px) {
  .bod-page .person-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 20px;
    margin-top: 0;
  }
}
@media screen and (max-width: 600px) {
  .bod-page .person-list {
    gap: 20px 10px;
  }
}
@media screen and (max-width: 400px) {
  .bod-page .person-list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.bod-page .person-list li {
  list-style: none;
}
@media screen and (max-width: 600px) {
  .bod-page .person-list li {
    margin-bottom: 0;
  }
}
.bod-page .person-list .article {
  padding: 0;
  overflow: hidden;
  cursor: pointer;
  transition: 0.4s;
}
.bod-page .person-list .article:hover p:first-child {
  color: #E30613;
}
.bod-page .person-list .article__media {
  background-color: #EDEDED;
}
.bod-page .person-list .article__content {
  padding: 20px 0;
}
.bod-page .person-list .article img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  object-position: center;
}
.bod-page .person-list .article p {
  margin-top: 0;
}
.bod-page .person-list .article p:first-child {
  width: max-content;
  max-width: 100%;
  padding-bottom: 5px;
}
@media screen and (max-width: 600px) {
  .bod-page .person-list .article p:first-child {
    width: auto;
  }
}
.bod-page .person-list .article p:first-child::after {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  transition: 0.4s;
  background-color: #E30613;
  width: 0;
}
.commentary-page.message-from-chairman {
  background: #FFFFFF;
}
@media screen and (max-width: 1440px) {
  .commentary-page.leaders-insight-chin-yee .management-quote__media img {
    object-position: 25%;
  }
}
@media screen and (min-width: 900px) and (max-height: 1400px) and  (orientation: portrait) {
  .commentary-page.leaders-insight-chin-yee .management-quote__media img {
    object-position: 28%;
  }
}
@media screen and (max-width: 375px) {
  .commentary-page.leaders-insight-chin-yee .management-quote__media img {
    object-position: 34%;
  }
}
@media screen and (max-width: 600px) {
  .commentary-page .banner img {
    height: 100%;
  }
}
.commentary-page .management-quote {
  height: calc(100vh - 70px);
  position: relative;
}
@media (max-height: 800px) {
  .commentary-page .management-quote {
    min-height: 600px;
  }
}
@media screen and (min-width: 900px) and (max-height: 1400px) and  (orientation: portrait) {
  .commentary-page .management-quote {
    height: 670px;
  }
}
@media screen and (max-width: 840px) {
  .commentary-page .management-quote {
    height: auto;
  }
}
.commentary-page .management-quote__media {
  position: absolute;
  height: 100%;
  width: 60%;
  right: 0;
  top: 0;
  z-index: 1;
  overflow: hidden;
}
@media screen and (max-width: 1440px) {
  .commentary-page .management-quote__media {
    width: 55%;
  }
}
@media screen and (max-width: 840px) {
  .commentary-page .management-quote__media {
    width: 100%;
    position: relative;
    height: 600px;
  }
}
@media screen and (max-width: 600px) {
  .commentary-page .management-quote__media {
    height: 440px;
  }
}
.commentary-page .management-quote__media img {
  width: 100%;
  object-fit: cover;
  height: 100%;
  clip-path: ellipse(65% 120% at 30% 50%);
}
.commentary-page .management-quote__media .mask {
  position: absolute;
  height: 120%;
  width: 30%;
  background: #e30613;
  top: 50%;
  left: -23%;
  transform: translateY(-50%);
  z-index: 1;
}
@media screen and (max-width: 840px) {
  .commentary-page .management-quote__media .mask {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  .commentary-page .management-quote__media .mask {
    display: none;
  }
}
.commentary-page .management-quote__content {
  background: #e30613;
  background: radial-gradient(circle, #e30613 0%, #e30812 75%, #a70e13 100%);
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}
@media screen and (max-width: 840px) {
  .commentary-page .management-quote__content {
    position: relative;
    height: auto;
    padding: 40px 0;
  }
}
.commentary-page .management-quote__content::after {
  content: "";
  position: absolute;
  height: 100%;
  top: 0;
  right: 0;
  width: 20%;
  background-color: #EDEDED;
}
@media screen and (max-width: 840px) {
  .commentary-page .management-quote__content::after {
    content: none;
  }
}
.commentary-page .management-quote__content .container {
  display: flex;
  align-items: center;
  height: 100%;
}
@media screen and (max-width: 1440px) {
  .commentary-page .management-quote__content .container {
    width: 50%;
    margin: 0;
  }
}
@media screen and (max-width: 840px) {
  .commentary-page .management-quote__content .container {
    width: 100%;
  }
}
.commentary-page .management-quote__content .wrapper {
  max-width: 480px;
  width: 100%;
  color: #FFFFFF;
}
@media screen and (max-width: 1440px) {
  .commentary-page .management-quote__content .wrapper {
    max-width: 460px;
  }
}
@media screen and (max-width: 1440px) {
  .commentary-page .management-quote__content .wrapper {
    max-width: 400px;
  }
}
@media screen and (max-width: 1080px) {
  .commentary-page .management-quote__content .wrapper {
    max-width: 380px;
  }
}
@media screen and (max-width: 840px) {
  .commentary-page .management-quote__content .wrapper {
    max-width: none;
  }
}
.commentary-page .management-quote__content h2 {
  line-height: 1.1;
  color: #FFFFFF;
}
.commentary-page .management-quote__content blockquote {
  margin-top: 20px;
}
.commentary-page .management-quote__content blockquote > p {
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: 500;
}
@media screen and (max-width: 1440px) {
  .commentary-page .management-quote__content blockquote > p {
    font-size: 28px;
    font-size: 1.75rem;
  }
}
@media screen and (max-width: 1280px) {
  .commentary-page .management-quote__content blockquote > p {
    font-size: 23px;
    font-size: 1.4375rem;
  }
}
@media screen and (max-width: 600px) {
  .commentary-page .management-quote__content blockquote > p {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.commentary-page .management-quote__content blockquote strong {
  display: block;
}
.commentary-page .management-quote__content blockquote .attribution {
  margin-top: 40px;
}
.commentary-page .management-quote__content .btn-download {
  margin-top: 40px;
}
.commentary-page .management-quote__content .btn-download:after {
  filter: invert(1);
}
.commentary-page .management-quote__content .btn-download:hover {
  border-color: #FFFFFF;
}
.commentary-page .management-quote__content .btn-primary {
  margin-top: 55px;
}
@media screen and (max-width: 600px) {
  .commentary-page .main-wrapper.key-achievements {
    padding-top: 40px;
  }
}
@media screen and (max-width: 600px) {
  .commentary-page .page-body {
    margin-top: 0;
  }
}
.commentary-page .page-body__content section {
  margin: 60px 0;
}
.commentary-page .page-body__content section:not(:last-child) {
  padding-bottom: 70px;
  border-bottom: solid 1px rgba(74, 74, 73, 0.3);
}
@media screen and (max-width: 840px) {
  .commentary-page .page-body__content section:not(:last-child) {
    padding-bottom: 0;
    border-bottom: none;
  }
}
@media screen and (max-width: 840px) {
  .commentary-page .page-body__content section {
    margin: 30px 0;
  }
}
.commentary-page .page-body__content section:first-child {
  margin-top: 0;
}
.commentary-page .commentary-list li {
  border-bottom: 1px solid #4A4A49;
  list-style: none;
  padding: 20px 0;
}
.commentary-page .commentary-list li:first-child {
  border-top: 3px solid #4A4A49;
  border-bottom: 3px solid #4A4A49;
}
.commentary-page .commentary-list li:last-child {
  border-bottom: 3px solid #4A4A49;
}
.commentary-page .commentary-list li h2 {
  font-size: 50px;
  font-size: 3.125rem;
}
@media screen and (max-width: 1440px) {
  .commentary-page .commentary-list li h2 {
    font-size: 45px;
    font-size: 2.8125rem;
  }
}
@media screen and (max-width: 1280px) {
  .commentary-page .commentary-list li h2 {
    font-size: 40px;
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 600px) {
  .commentary-page .commentary-list li h2 {
    font-size: 32px;
    font-size: 2rem;
  }
}
.commentary-page .commentary-list li p {
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: 300;
  margin-top: 0;
}
@media screen and (max-width: 1440px) {
  .commentary-page .commentary-list li p {
    font-size: 28px;
    font-size: 1.75rem;
  }
}
@media screen and (max-width: 1280px) {
  .commentary-page .commentary-list li p {
    font-size: 23px;
    font-size: 1.4375rem;
  }
}
@media screen and (max-width: 600px) {
  .commentary-page .commentary-list li p {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.commentary-page .commentary-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0px 40px;
}
@media screen and (max-width: 840px) {
  .commentary-page .commentary-grid {
    gap: 0 20px;
  }
}
@media screen and (max-width: 600px) {
  .commentary-page .commentary-grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
.commentary-page .commentary-grid[data-column="2"] {
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 600px) {
  .commentary-page .commentary-grid[data-column="2"] {
    grid-template-columns: repeat(1, 1fr);
  }
}
.commentary-page .commentary-grid[data-column="2"]::after {
  grid-column: 1 / 3;
}
@media screen and (max-width: 600px) {
  .commentary-page .commentary-grid[data-column="2"]::after {
    grid-column: 1 / 2;
  }
}
.commentary-page .commentary-grid[data-column="2"] header {
  grid-column: 1 / 3;
}
@media screen and (max-width: 600px) {
  .commentary-page .commentary-grid[data-column="2"] header {
    grid-column: 1 / 2;
  }
}
.commentary-page .commentary-grid::after {
  content: "";
  display: block;
  height: 3px;
  background-color: rgba(74, 74, 73, 0.2);
  grid-column: 1 / 4;
  margin-top: -1px;
}
@media screen and (max-width: 600px) {
  .commentary-page .commentary-grid::after {
    grid-column: 1 / 2;
  }
}
.commentary-page .commentary-grid header {
  grid-column: 1 / 4;
  border-top: 3px solid rgba(74, 74, 73, 0.2);
  border-bottom: 3px solid rgba(74, 74, 73, 0.2);
  display: flex;
  align-items: center;
  padding-bottom: 0;
  font-size: 24px;
  font-size: 1.5rem;
}
@media screen and (max-width: 1280px) {
  .commentary-page .commentary-grid header {
    font-size: 19px;
    font-size: 1.1875rem;
  }
}
@media screen and (max-width: 600px) {
  .commentary-page .commentary-grid header {
    grid-column: 1 / 2;
  }
}
.commentary-page .commentary-grid header.aw-1 {
  border-color: #E30613;
  color: #E30613;
}
.commentary-page .commentary-grid .grid-item:not(header) {
  border-bottom: 1px solid #4A4A49;
}
.commentary-page .commentary-grid .grid-item {
  padding: 20px 0 20px;
}
.commentary-page .commentary-grid .grid-item h3 {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.1;
}
@media screen and (max-width: 1280px) {
  .commentary-page .commentary-grid .grid-item h3 {
    font-size: 19px;
    font-size: 1.1875rem;
  }
}
.commentary-page .commentary-grid .grid-item h4 {
  font-weight: 400;
  line-height: 1.1;
}
.commentary-page .commentary-grid .grid-item p {
  margin-top: 0;
}
.commentary-page .commentary-grid .grid-item p span {
  font-size: 24px;
  font-size: 1.5rem;
}
@media screen and (max-width: 1280px) {
  .commentary-page .commentary-grid .grid-item p span {
    font-size: 19px;
    font-size: 1.1875rem;
  }
}
.commentary-page .commentary-grid [data-colspan="2"] {
  grid-column: 1 / 3;
  border-top: 1px solid #4A4A49;
  margin-top: -1px;
}
@media screen and (max-width: 600px) {
  .commentary-page .commentary-grid [data-colspan="2"] {
    grid-column: 1 / 2;
  }
}
.a-year-of-achievements .icon-set-row .row {
  justify-content: flex-start;
}
@media screen and (max-width: 840px) {
  .a-year-of-achievements .icon-set-row .row {
    flex-direction: row;
    justify-content: space-between;
    margin: 0;
    padding-bottom: 0 !important;
  }
}
.a-year-of-achievements .icon-set-row .row:not(:last-child) {
  padding-bottom: 40px;
  border-bottom: solid 1px rgba(74, 74, 73, 0.2);
}
@media screen and (max-width: 840px) {
  .a-year-of-achievements .icon-set-row .row:not(:last-child) {
    margin: 0;
    border: none;
  }
}
.a-year-of-achievements .icon-set-row .row:last-child > div:last-child:after,
.a-year-of-achievements .icon-set-row .row:last-child > div:nth-last-child(2):after {
  display: none;
}
@media screen and (max-width: 840px) {
  .a-year-of-achievements .icon-set-row .row > div {
    flex: none;
    position: relative;
    padding: 0 20px 0 0;
    margin-bottom: 40px;
  }
}
.a-year-of-achievements .icon-set-row .row > div:last-child,
.a-year-of-achievements .icon-set-row .row > div:nth-last-child(2) {
  border-bottom: none;
}
@media screen and (max-width: 840px) {
  .a-year-of-achievements .icon-set-row .row > div:after {
    content: '';
    width: 100%;
    height: 1px;
    background: rgba(74, 74, 73, 0.2);
    display: block;
    position: absolute;
    bottom: -20px;
    left: 0;
  }
}
.a-year-of-achievements .icon-set-row h3 {
  margin-bottom: 20px;
}
@media screen and (max-width: 600px) {
  .a-year-of-achievements .icon-set-row h3 {
    margin-bottom: 10px;
  }
}
.a-year-of-achievements .icon-set-row p {
  margin-top: 0;
}
.a-year-of-achievements .icon-set-row p span {
  font-size: 48px;
  font-size: 3rem;
  font-weight: 300 !important;
  line-height: 1.2;
  margin-bottom: 10px;
  display: block;
  font-family: "Geomanist", sans-serif, Arial;
}
@media screen and (max-width: 1280px) {
  .a-year-of-achievements .icon-set-row p span {
    font-size: 32px;
    font-size: 2rem;
  }
}
@media screen and (max-width: 1440px) {
  .a-year-of-achievements .icon-set-row .col-2 {
    margin-bottom: 40px;
    width: 30%;
  }
}
@media screen and (max-width: 840px) {
  .a-year-of-achievements .icon-set-row .col-2 {
    width: 48%;
  }
}
.a-year-of-achievements .icon-set-row .icon-grey-round {
  background-color: #F6F6F6;
  width: 160px;
  height: 160px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 600px) {
  .a-year-of-achievements .icon-set-row .icon-grey-round {
    width: 100px;
    height: 100px;
  }
}
.a-year-of-achievements .icon-set-row .icon-grey-round img {
  width: 60%;
}
.a-year-of-achievements .icon-set-row .icon {
  padding-left: 120px;
  position: relative;
}
@media screen and (max-width: 1280px) {
  .a-year-of-achievements .icon-set-row .icon {
    padding-left: 0;
  }
}
@media screen and (max-width: 1280px) {
  .a-year-of-achievements .icon-set-row .icon span {
    padding-left: 60px;
  }
}
@media screen and (max-width: 840px) {
  .a-year-of-achievements .icon-set-row .icon span br {
    display: none;
  }
}
.a-year-of-achievements .icon-set-row .icon img {
  width: 100px;
  object-fit: contain;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 1280px) {
  .a-year-of-achievements .icon-set-row .icon img {
    width: 40px;
  }
}
@media screen and (max-width: 840px) {
  .a-year-of-achievements main .no-padding {
    margin-left: auto;
    margin-right: auto;
  }
}
.creating-value-through-ai .chart {
  width: 70%;
  margin: auto;
  display: block;
}
@media screen and (max-width: 600px) {
  .creating-value-through-ai .chart {
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  .creating-value-through-ai main .container:nth-child(3) .intro {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 600px) {
  .creating-value-through-ai main .container:nth-child(3) .border-divider .col-3 {
    margin-bottom: 30px;
    padding-bottom: 10px;
    position: relative;
  }
}
.creating-value-through-ai main .container:nth-child(3) .border-divider .col-3:after {
  content: '';
  width: 100%;
  border-bottom: solid 1px rgba(74, 74, 73, 0.2);
  height: 2px;
  display: block;
  position: absolute;
  bottom: -15px;
  left: 0;
}
@media screen and (max-width: 600px) {
  .creating-value-through-ai main .container:nth-child(3) .border-divider .col-3:nth-child(3),
  .creating-value-through-ai main .container:nth-child(3) .border-divider .col-3:nth-child(4) {
    padding-top: 20px;
    border-bottom: none;
  }
}
@media screen and (max-width: 600px) {
  .creating-value-through-ai main .container:nth-child(3) .border-divider p {
    margin-top: 20px;
  }
}
.timeline {
  position: relative;
  overflow: hidden;
  padding: 0;
}
@media screen and (max-width: 840px) {
  .timeline {
    padding-bottom: 100px;
  }
}
.timeline:before {
  content: '';
  width: 1px;
  height: 100%;
  position: absolute;
  background: #E30613;
  display: block;
  left: calc(55px / 2);
  top: 50px;
}
.timeline .item {
  align-items: center;
  margin-bottom: 60px;
  background: #FFFFFF;
}
@media screen and (max-width: 840px) {
  .timeline .item {
    margin-bottom: 50px;
  }
}
.timeline .item .year {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  margin-right: 90px;
  text-align: center;
  background: #FFFFFF;
  position: relative;
  z-index: 1;
  padding: 10px 0;
  width: 55px;
}
@media screen and (max-width: 1440px) {
  .timeline .item .year {
    margin-right: 40px;
  }
}
@media screen and (max-width: 600px) {
  .timeline .item .year {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.timeline .item img {
  height: 60px;
  width: auto;
}
@media screen and (max-width: 1440px) {
  .timeline .item img {
    height: 60px;
  }
}
@media screen and (max-width: 600px) {
  .timeline .item img {
    height: 50px;
  }
}
.ai-tiles .container {
  position: relative;
  display: flex;
  flex-direction: column;
  padding-right: 30px;
}
@media screen and (max-width: 600px) {
  .ai-tiles .container > * {
    order: 1;
  }
}
.ai-tiles .container img {
  position: absolute;
  top: 40px;
  right: 40px;
  width: auto;
  width: 80px;
}
@media screen and (max-width: 1280px) {
  .ai-tiles .container img {
    right: auto;
    left: 40px;
    margin: auto;
  }
}
@media screen and (max-width: 600px) {
  .ai-tiles .container img {
    position: static;
    order: 0;
    margin: 0;
    width: 80px;
    height: 80px;
    object-fit: contain;
  }
}
.ai-tiles .container > p {
  padding-right: 100px;
}
@media screen and (max-width: 1280px) {
  .ai-tiles .container > p {
    padding-right: 0;
  }
}
@media screen and (max-width: 1280px) {
  .ai-tiles .container > p.font-bold {
    padding-top: 120px;
  }
}
@media screen and (max-width: 600px) {
  .ai-tiles .container > p.font-bold {
    padding-top: 0;
    margin-top: 30px;
  }
}
.ai-tiles .container > p:not(.font-bold) {
  margin-bottom: 50px;
}
@media screen and (max-width: 600px) {
  .ai-tiles .container > p:not(.font-bold) {
    margin-bottom: 30px;
  }
}
.ai-tiles .container .bottom-section {
  background: rgba(74, 74, 73, 0.1);
  padding: 15px 30px;
  margin: auto 0 0 -40px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
@media screen and (max-width: 600px) {
  .ai-tiles .container .bottom-section {
    margin-left: -20px;
    height: auto !important;
  }
}
.ai-tiles .container .bottom-section p {
  margin-bottom: 0;
}
.year-in-review .main-wrapper > .container > .flex {
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 840px) {
  .year-in-review .main-wrapper > .container > .flex.mobile-reverse {
    flex-direction: column-reverse;
  }
}
@media screen and (max-width: 840px) {
  .year-in-review .main-wrapper > .container > .flex .col-9 {
    width: 100%;
  }
}
@media screen and (max-width: 840px) {
  .year-in-review .main-wrapper > .container > .flex .col-3 {
    width: 100%;
  }
}
@media screen and (max-width: 840px) {
  .year-in-review .main-wrapper > .container > .flex .col-3 .flex-mobile {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 840px) {
  .year-in-review .main-wrapper > .container > .flex .col-3 .flex-mobile > div {
    width: 48%;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 840px) {
  .year-in-review .main-wrapper > .container > .flex .col-3 .flex-mobile > div.space {
    display: none;
  }
}
.other-page .page-heading {
  margin: 60px 0;
}
.other-page .download-links {
  border-top: 3px solid #4A4A49;
  border-bottom: 3px solid #4A4A49;
  margin-bottom: 60px;
  padding-bottom: 70px;
}
@media screen and (max-width: 840px) {
  .other-page .download-links {
    border: none;
  }
}
.other-page .download-links__list {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 300;
}
@media screen and (max-width: 1280px) {
  .other-page .download-links__list {
    font-size: 19px;
    font-size: 1.1875rem;
  }
}
.other-page .download-links__list li {
  margin: 15px 0;
}

/*# sourceMappingURL=main.css.map */