@charset "UTF-8";
/* ----------------------------------------------------------------------------------

NS CSS

---------------------------------------------------------------------------------- */
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield; /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*! HTML5 Boilerplate v5.2.0 | MIT License | https://html5boilerplate.com/ */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html {
  color: #222;
  font-size: 1em;
  line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */
.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Hide visually and from screen readers:
 */
.hidden {
  display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */
.invisible {
  visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix:before,
.clearfix:after {
  content: " "; /* 1 */
  display: table; /* 2 */
}

.clearfix:after {
  clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}
@media print, (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 1.25dppx), (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}
/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */
@media print {
  *,
  *:before,
  *:after,
  *:first-letter,
  *:first-line {
    background: transparent !important;
    color: #000 !important; /* Black prints faster:
   http://www.sanbeiji.com/archives/953 */
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  /*
   * Printing Tables:
   * http://css-discuss.incutio.com/wiki/Printing_Tables
   */
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
/* Base Styles
-------------------------------------------------------------------------------------
---------------------------------------------------------------------------------- */
/* http://www.paulirish.com/2012/box-sizing-border-box-ftw/ */
html {
  box-sizing: border-box;
  overflow-x: hidden;
  scroll-behavior: smooth;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

.error404 main section,
.post-password-form {
  margin-top: 100px !important;
  margin-bottom: 100px !important;
  flex-direction: column !important;
  align-items: flex-start !important;
}

.single-wiki section.services .service-item {
  border-top: unset;
}
.single-wiki section.services .service-item .buttons {
  display: flex;
  gap: 10px;
}
.single-wiki section.services .service-item .buttons form {
  padding: 0;
}

/* Element Adjustments */
main {
  display: block;
  /* IE! */
}

img {
  margin: 0;
  max-width: 100%;
  height: auto;
}

figure {
  margin: 0;
}

nav ul,
nav li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

select {
  color: #000000;
}

/* Body */
body {
  width: 100%;
  height: 100%;
  margin: 0;
  color: #000000;
  font-family: "Figtree", sans-serif;
  font-size: 18px;
  line-height: 1.2;
  background-color: #F3F1EB;
  overflow-x: hidden;
}
body.loading-js {
  visibility: hidden;
}

/* Default element styles for WP editor */
h1,
h2,
h3,
h4,
h5 {
  font-family: "Shippori Mincho", serif;
  line-height: 1.2;
  text-rendering: optimizeLegibility;
}

h6,
h7 {
  font-family: "Figtree", sans-serif;
  line-height: 1.2;
  text-rendering: optimizeLegibility;
}

h1 {
  color: #000000;
  letter-spacing: -2.5px;
  line-height: 78px;
  font-weight: 400;
}

h2 {
  color: #000000;
  letter-spacing: -2.5px;
  font-weight: normal;
  padding-bottom: 25px;
}
h2.small {
  font-size: 30px !important;
}

h3 {
  font-size: 52px;
  color: #000000;
  letter-spacing: -2.17px;
  font-weight: 400 !important;
}

h4 {
  font-size: 38px;
  color: #000000;
  letter-spacing: -1.5px;
  font-weight: normal;
}

h5 {
  font-size: 28px;
  color: #000000;
  letter-spacing: -1.12px;
}

h6 {
  font-size: 20px;
  color: #ffffff;
  letter-spacing: 0px;
}

h7 {
  font-size: 16px;
  color: #000000;
  letter-spacing: 1px;
  font-weight: normal;
  text-transform: uppercase;
}

p,
ul,
ol {
  font-size: 18px;
  margin: 1em 0;
  color: #000000;
}

ul {
  margin: 0;
  padding: 0 0 0 20px;
}

hr {
  border-top: 1px solid #8D8D8D;
  margin: 50px 0;
}

a {
  color: #8E8E8B;
  text-decoration: none;
  transition: 0.5s;
}
a:focus {
  outline: none;
}

p {
  color: #000000;
}

.container {
  padding: 0 60px;
  margin: 0 auto;
  width: 100%;
  max-width: 1200px;
  display: flex;
  gap: 4%;
  align-items: center;
}
@media (min-device-width: 1441px) and (max-device-width: 2680px) {
  .container {
    max-width: 1320px;
  }
}
@media (min-device-width: 768px) and (max-device-width: 1024px) {
  .container {
    padding: 0 40px;
  }
}
@media screen and (max-width: 767px) {
  .container {
    padding: 0 20px;
  }
}
.container-wide {
  max-width: 840px;
  margin: 60px auto 120px;
}
.container-wide p {
  font-size: 17px;
  line-height: 26px;
}
.container-generic {
  margin: 60px auto 120px;
}
.container-generic p {
  font-size: 17px;
  line-height: 26px;
}
.container.two-columns > * {
  flex: 0 0 48%;
}
.container.three-columns {
  gap: 2%;
}
.container.three-columns > * {
  flex: 0 0 32% !important;
}

@media only screen and (max-width: 1024px) {
  h1 {
    font-size: 45px !important;
  }
  h2 {
    font-size: 45px;
  }
  h2.small {
    font-size: 30px !important;
  }
  h3 {
    font-size: 45px;
  }
  h4 {
    font-size: 35px;
  }
  h5 {
    font-size: 25px;
  }
  h6 {
    font-size: 18px;
  }
  h7 {
    font-size: 16px;
  }
  p,
  ul,
  ol {
    font-size: 17px;
  }
}
@media only screen and (max-width: 880px) {
  h1 {
    font-size: 52px !important;
  }
  h2 {
    font-size: 52px !important;
  }
  h2.small {
    font-size: 30px !important;
  }
  h3 {
    font-size: 30px;
  }
  h4 {
    font-size: 25px;
  }
  h5 {
    font-size: 23px;
  }
  h6 {
    font-size: 15px;
  }
  h7 {
    font-size: 14px;
  }
  p,
  ul,
  ol {
    font-size: 16px;
  }
  .container.two-columns {
    flex-direction: column;
  }
  .container.three-columns {
    flex-direction: column;
  }
}
/* Style for the tout message */
.tout-header__text {
  display: flex;
  flex-direction: row;
  background-color: #030303;
  padding: 12px 30px;
  text-align: center;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .tout-header__text {
    flex-direction: column;
  }
}

.tout-header__close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 10px;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .tout-header__close {
    padding: 16px;
  }
}
.tout-header__close img {
  height: 20px;
  width: 20px;
}
@media screen and (min-width: 768px) {
  .tout-header__close img {
    height: 24px;
    width: 24px;
  }
}

.tout-header p {
  font-family: "Figtree", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #ffffff;
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 768px) {
  .tout-header p {
    font-size: 18px;
    line-height: 32px;
  }
}

.learn-more-btn {
  font-family: "Figtree", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  display: inline-block;
  color: #ffffff;
  text-decoration: underline;
  border: none;
  border-radius: 5px;
  letter-spacing: 0.5px;
  margin-right: 23px;
}
@media screen and (min-width: 768px) {
  .learn-more-btn {
    font-size: 18px;
    border: none;
    border-radius: 5px;
    letter-spacing: 0.5px;
    margin-top: 3px;
    margin-left: 25px;
  }
}

/*Archive News*/
.hero-news-section {
  background-color: #F3F1EB;
  color: #fff;
  padding-top: 136px;
}
@media screen and (max-width: 767px) {
  .hero-news-section {
    padding-bottom: 0;
  }
}
.hero-news-section .news-section {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
  column-gap: 67px;
  padding-bottom: 76px;
}
.hero-news-section .news-section .hero-news-title {
  width: 45%;
}
@media screen and (max-width: 767px) {
  .hero-news-section .news-section .hero-news-title {
    width: 100%;
  }
}
.hero-news-section .news-section .hero-news-title h1 {
  font-size: 52px !important;
  color: #000;
  margin: 0;
  font-weight: 500;
}
.hero-news-section .news-section .hero-news-media {
  width: 49%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  column-gap: 67px;
}
@media screen and (max-width: 767px) {
  .hero-news-section .news-section .hero-news-media {
    width: 100%;
    flex-wrap: wrap;
    justify-content: flex-start;
    row-gap: 40px;
  }
}
.hero-news-section .news-section .hero-news-media .media-title {
  font-size: 18px;
  font-family: "Figtree", sans-serif;
  color: #000;
  font-weight: 600;
}
.hero-news-section .news-section .hero-news-media .media-title a {
  color: #000;
  font-weight: 400;
  text-decoration: none;
}
.hero-news-section .news-section .hero-news-media .media-file form {
  background-color: transparent;
  border: unset;
}
.hero-news-section .news-section .hero-news-media .media-file form button {
  background-color: #000000;
  color: #fff;
  border-radius: 30px;
  padding: 13px 26px;
  font-size: 17px;
  border: unset;
}

.hero-feature-news.research .feature-news {
  display: none !important;
}
.hero-feature-news.research .post-section .container .post-row {
  max-width: 840px;
  margin: 0 auto;
}
.hero-feature-news.research .post-section .container .post-row .article-section.research {
  width: 100%;
}
.hero-feature-news.research .post-section .container .post-row .article-section.research h2 {
  font-size: 52px !important;
  margin: 10px 0;
}
.hero-feature-news.research .post-section .container .post-row .article-section.research h2 a {
  color: #000;
}
.hero-feature-news.research .post-section .container .post-row .article-section.research .post-date {
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  font-family: "Figtree", sans-serif;
  color: #6E6E6E;
  padding-bottom: 14px;
  border-bottom: 2px solid #000;
}
.hero-feature-news.research .post-section .container .post-row .article-section.research p {
  font-size: 18px;
}

.hero-feature-news {
  background-color: #F3F1EB;
  padding-bottom: 100px;
}
.hero-feature-news .feature-news {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  width: 100%;
  column-gap: 66px;
  color: #fff;
  border-top: 2px solid #000;
  padding-top: 45px;
}
@media screen and (max-width: 767px) {
  .hero-feature-news .feature-news {
    flex-wrap: wrap;
  }
}
.hero-feature-news .feature-news .feature-topic {
  font-family: "Figtree", sans-serif;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 1px;
  color: #6E6E6E;
  text-transform: uppercase;
}
.hero-feature-news .feature-news .feature-title-content {
  width: 45%;
}
@media screen and (max-width: 767px) {
  .hero-feature-news .feature-news .feature-title-content {
    width: 100%;
    padding-top: 40px;
  }
}
.hero-feature-news .feature-news .feature-title-content h3 {
  color: #000;
  max-width: 520px;
  margin: 10px 0;
  font-weight: 500;
}
.hero-feature-news .feature-news .feature-title-content p {
  color: #000;
  max-width: 520px;
  font-size: 16px;
  line-height: 28px;
}
.hero-feature-news .feature-news .feature-title-content.no-image {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .hero-feature-news .feature-news .feature-title-content.no-image {
    width: 100%;
  }
}
.hero-feature-news .feature-news .feature-title-content.no-image h3 {
  max-width: 100%;
}
.hero-feature-news .feature-news .feature-title-content.no-image p {
  max-width: 100%;
}
.hero-feature-news .feature-news .feature-image {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .hero-feature-news .feature-news .feature-image {
    width: 100%;
  }
}
.hero-feature-news .feature-news .feature-image img {
  width: 600px;
  height: 400px;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .hero-feature-news .feature-news .feature-image img {
    width: 100%;
    height: 200px;
  }
}

.post-section {
  padding-bottom: 50px;
  background-color: #F3F1EB;
}

.post-section.cream {
  background-color: #F3F1EB;
  padding-bottom: 100px;
}

.post-row {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
  column-gap: 5%;
  row-gap: 70px;
}
.post-row .pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding-bottom: 50px;
}
.post-row .pagination .older {
  width: 50%;
}
.post-row .pagination .older a {
  float: right;
  background-color: #000000;
  color: #fff;
  border-radius: 30px;
  padding: 13px 26px;
  font-size: 17px;
  border: unset;
}
.post-row .pagination .older:hover a {
  background-color: transparent;
  border: 1px solid #000000;
  color: #000000;
}
.post-row .pagination .newer {
  width: 50%;
}
.post-row .pagination .newer a {
  background-color: #000000;
  color: #fff;
  border-radius: 30px;
  padding: 13px 26px;
  font-size: 17px;
  border: unset;
}
.post-row .pagination .newer:hover a {
  color: #fff;
  background-color: #000;
}
.post-row .article-section {
  width: 30%;
}
@media screen and (max-width: 767px) {
  .post-row .article-section {
    width: 100%;
  }
}
.post-row .article-section .label {
  margin: 20px 0 10px 0;
  display: inline-block;
  font-family: "Figtree", sans-serif;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 1px;
  color: #6E6E6E;
  text-transform: uppercase;
}
.post-row .article-section .content-type {
  display: inline-block;
}
.post-row .article-section .content-type a {
  font-family: "Figtree", sans-serif;
  font-weight: 500;
  color: #657486;
  text-transform: uppercase;
  font-size: 15px;
  text-decoration: none;
  display: inline-block;
  margin-left: 15px;
}
.post-row .article-section hr {
  margin: 0;
  border-top: 2px solid #000;
}
.post-row .article-section h5 {
  margin: 0;
  font-family: "Shippori Mincho", serif;
}
.post-row .article-section h5 a {
  text-decoration: none;
  color: #000;
  font-family: "Shippori Mincho", serif;
}
.post-row .article-section p {
  color: #000;
  font-size: 14px;
  line-height: 22px;
}
.post-row .article-section img {
  width: 100%;
  object-fit: cover;
  height: 270px;
}

.terms-search-block {
  padding: 80px 0;
  background-color: #F3F1EB;
}
.terms-search-block .terms-search-row {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .terms-search-block .terms-search-row {
    flex-wrap: wrap;
  }
}
.terms-search-block .terms-search-row .terms-filter-insights {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .terms-search-block .terms-search-row .terms-filter-insights {
    width: 100%;
  }
}
.terms-search-block .terms-search-row .terms {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  column-gap: 20px;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .terms-search-block .terms-search-row .terms {
    width: 100%;
    column-gap: 10px;
    row-gap: 20px;
    margin-bottom: 40px;
  }
}
.terms-search-block .terms-search-row .terms .activated {
  background-color: #F3F1EB;
  color: #000;
}
.terms-search-block .terms-search-row .terms .activated a {
  color: #000;
}
.terms-search-block .terms-search-row .terms > div {
  background-color: #E0E3E7;
  color: #000;
  font-size: 12px;
  line-height: 15px;
  padding: 12px 20px;
  font-family: "Gotham A", "Gotham B";
  font-weight: 700 !important;
  cursor: pointer;
  text-transform: uppercase;
}
.terms-search-block .terms-search-row .terms > div a {
  color: #000;
  text-decoration: none;
}
.terms-search-block .terms-search-row .terms > div:hover {
  background-color: #F3F1EB;
  color: #000;
}
.terms-search-block .terms-search-row .terms > div:hover a {
  color: #000;
}
.terms-search-block .terms-search-row .search {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .terms-search-block .terms-search-row .search {
    width: 100%;
  }
}
.terms-search-block .terms-search-row .search form {
  float: right;
  position: relative;
}
.terms-search-block .terms-search-row .search form input[type=text] {
  border: none;
  background: #F3F1EB;
  padding: 16px 20px;
  width: 380px;
  font-size: 15px;
  color: #000;
  font-weight: 500 !important;
  font-family: "Figtree", sans-serif;
  opacity: 0.6;
}
.terms-search-block .terms-search-row .search form input[type=text]::placeholder {
  font-size: 15px;
  color: #000;
  font-weight: 500;
  font-family: "Figtree", sans-serif;
}
.terms-search-block .terms-search-row .search form input[type=text]:focus-visible {
  outline: unset !important;
}
.terms-search-block .terms-search-row .search form input[type=submit] {
  position: absolute;
  right: 20px;
  top: 15px;
  cursor: pointer;
  background-color: transparent;
  width: 50px;
}
.terms-search-block .terms-search-row .archive-filters {
  margin-bottom: 40px;
  border-radius: 8px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  column-gap: 40px;
  margin-top: 44px;
}
.terms-search-block .terms-search-row .archive-filters ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  width: 100%;
  background-color: #F3F9FB;
  height: 50px;
}
.terms-search-block .terms-search-row .archive-filters ul li {
  font-size: 15px;
  line-height: 34px;
  position: relative;
}
.terms-search-block .terms-search-row .archive-filters ul li.active {
  background-color: #fff;
  box-shadow: 4px 1px 12px 0 rgba(0, 0, 0, 0.12);
}
.terms-search-block .terms-search-row .archive-filters ul.filters li.active {
  background: #F3F9FB;
  color: #72A6C3;
  box-shadow: unset !important;
}
.terms-search-block .terms-search-row .archive-filters > ul > li > span {
  display: block;
  height: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  padding: 0 15px;
}
.terms-search-block .terms-search-row .archive-filters > ul > li > span > b {
  font-weight: 500 !important;
  font-family: "Figtree", sans-serif;
  font-size: 15px;
  color: #000;
  line-height: 18px;
}
.terms-search-block .terms-search-row .archive-filters > ul > li > span > svg {
  float: right;
}
.terms-search-block .terms-search-row .archive-filters > ul > li > ul {
  position: absolute;
  z-index: 9;
  display: none;
  border-radius: 4px;
  overflow: hidden;
  background: #ffffff;
  box-shadow: 4px 7px 12px 0 rgba(0, 0, 0, 0.12);
}
.terms-search-block .terms-search-row .archive-filters > ul > li > ul > li {
  padding: 8px 15px;
  height: auto;
  font-size: 15px;
  line-height: 18px;
  font-weight: 500 !important;
  color: #327BA5;
  font-family: "Figtree", sans-serif;
  height: 48px;
  display: flex;
  align-items: center;
}
.terms-search-block .terms-search-row .archive-filters > ul > li > ul > li.show,
.terms-search-block .terms-search-row .archive-filters > ul > li > ul > li:hover {
  background: #F3F9FB;
  cursor: pointer;
  color: #72A6C3;
}
.terms-search-block .terms-search-row .archive-filters > ul > li.active svg {
  transform: rotate(180deg);
}
.terms-search-block .terms-search-row .archive-filters > ul li.active > ul {
  display: block;
  height: auto;
  overflow: auto;
  padding: 0 15px 20px 15px;
}

.single-post {
  max-width: 840px;
  margin: 0 auto;
}
.single-post article {
  padding: 90px 0;
}
@media screen and (min-width: 767px) {
  .single-post article > figure.wp-block-image.size-full {
    width: 1040px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    padding-bottom: 40px;
  }
}
.single-post article h1 {
  font-size: 52px !important;
  line-height: 68px;
}
@media screen and (max-width: 1024px) {
  .single-post article h1 {
    font-size: 45px !important;
    line-height: 55px;
  }
}
@media screen and (max-width: 767px) {
  .single-post article h1 {
    font-size: 30px !important;
    line-height: 40px;
  }
}
.single-post .post-date {
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  font-family: "Figtree", sans-serif;
  color: #6E6E6E;
  padding-bottom: 14px;
  border-bottom: 2px solid #000;
}
.single-post .buttons-media-single {
  padding-top: 20px;
  text-align: right;
  min-height: 65px;
}
.single-post .buttons-media-single .ns-primary-button {
  margin-right: 0px;
  margin-left: 20px;
  top: 8px;
}
@media screen and (max-width: 767px) {
  .single-post .buttons-media-single .ns-primary-button {
    margin-right: 7px;
    margin-left: 0px;
    font-size: 14px;
  }
}
.single-post .buttons-media-single .ns-primary-button::before {
  width: 18px;
  height: 24px;
  bottom: -11px;
  right: -8px;
}
.single-post .buttons-media-single .ns-primary-button::after {
  width: 18px;
  height: 26px;
  top: -11px;
  left: -7px;
}
.single-post p {
  line-height: 30px;
}
.single-post p a {
  color: #327BA5;
}
.single-post .wp-element-caption {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  font-family: "Figtree", sans-serif;
  color: #657486;
  margin-top: 13px;
}
.single-post .video-block .full {
  max-width: 120%;
  width: 120%;
  position: relative;
  height: 585px;
  margin-left: -85px;
}
@media screen and (max-width: 767px) {
  .single-post .video-block .full {
    max-width: 100%;
    width: 100%;
    margin-left: 0;
    height: 350px;
  }
}
.single-post .video-block .full figure {
  width: 1040px;
  left: 50%;
  transform: translateX(-50%);
}
.single-post .video-block .video-section img {
  height: 585px;
}
@media screen and (max-width: 767px) {
  .single-post .video-block .video-section img {
    height: 350px;
  }
}
.single-post .video-block .full video {
  height: 585px;
}
@media screen and (max-width: 767px) {
  .single-post .video-block .full video {
    height: 350px;
  }
}
.single-post figure {
  margin-top: 30px;
}
.single-post figure img {
  width: 100%;
  object-fit: cover;
  height: 560px;
  width: 840px;
}
@media screen and (max-width: 767px) {
  .single-post figure img {
    height: 350px;
    width: 100%;
  }
}
.single-post main ul {
  list-style: none;
}
.single-post ul {
  padding-left: 19px;
}
.single-post ul li {
  font-size: 18px;
  color: #030303;
  font-weight: 400;
  font-family: "Figtree", sans-serif;
  list-style: none;
  margin-bottom: 10px;
}
.single-post ul li::before {
  content: "•";
  color: #030303;
  font-weight: bold;
  display: inline-block;
  margin-left: -1em;
  margin-right: 10px;
}
.single-post ol {
  list-style: none;
  counter-reset: li;
  padding-left: 19px;
}
.single-post ol li {
  font-size: 18px;
  color: #030303;
  font-weight: 400;
  font-family: "Figtree", sans-serif;
  margin-bottom: 10px;
}
.single-post li::before {
  content: counter(li) ".";
  color: #030303;
  display: inline-block;
  margin-left: -1em;
  margin-right: 10px;
}
.single-post li {
  counter-increment: li;
}

.more-news-block {
  padding: 50px 0;
  background-color: #F8F7F2;
}
.more-news-block .container {
  display: block;
}
.more-news-block .more-news-section {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  width: 100%;
  column-gap: 50px;
  margin-bottom: 45px;
}
@media screen and (max-width: 767px) {
  .more-news-block .more-news-section {
    flex-wrap: wrap;
    width: 100%;
  }
}
.more-news-block .more-news-section .news-column {
  width: 33%;
}
@media screen and (max-width: 768px) {
  .more-news-block .more-news-section .news-column {
    width: 100%;
  }
}
.more-news-block .more-news-section .news-column a {
  text-decoration: none;
  padding-right: 15px;
}
.more-news-block .more-news-section .news-column h3 {
  color: #000;
  line-height: 40px !important;
  font-weight: 500;
  margin: 0;
  font-size: 36px;
}
@media screen and (max-width: 768px) {
  .more-news-block .more-news-section .news-column h3 {
    font-size: 20px;
    margin-bottom: 20px;
  }
}
.more-news-block .more-news-section .news-column p {
  color: #657486;
  font-size: 14px;
  font-family: "Figtree", sans-serif;
  font-weight: 500;
  line-height: 30px;
}
.more-news-block .more-news-section .news-column hr {
  margin: 0px 0 20px;
  border-top: 2px solid #000;
}
.more-news-block .more-news-section .news-column img {
  object-fit: cover;
  width: 100%;
  aspect-ratio: 16/9;
  object-position: top;
  margin-bottom: 25px;
}
.more-news-block .more-news-section .news-column .label {
  margin-bottom: 20px;
  font-family: "Figtree", sans-serif;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 1px;
  color: #6E6E6E;
  text-transform: uppercase;
}
.more-news-block .more-news-section .news-column .label > span a {
  color: #657486;
}
.more-news-block .more-news-row {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .more-news-block .more-news-row {
    display: block;
    margin-bottom: 40px;
  }
}
.more-news-block .more-news-row .more-news-title {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .more-news-block .more-news-row .more-news-title {
    width: 60%;
  }
}
.more-news-block .more-news-row .more-news-link {
  width: 50%;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .more-news-block .more-news-row .more-news-link {
    width: 100%;
  }
  .more-news-block .more-news-row .more-news-link .button {
    padding: 0;
    width: 100%;
  }
  .more-news-block .more-news-row .more-news-link .button button {
    width: 100%;
  }
}
.more-news-block .more-news-row .more-news-link form {
  background-color: transparent;
  border: unset;
}
.more-news-block .more-news-row .more-news-link form button {
  background-color: #000000;
  color: #fff;
  border-radius: 30px;
  padding: 13px 26px;
  font-size: 17px;
  border: unset;
}
.more-news-block .more-news-row .more-news-link .ns-primary-button {
  margin-right: 0;
}
.more-news-block .more-news-row .more-news-link .ns-primary-button::after {
  background-color: #F3F9FB;
}
.more-news-block .more-news-row .more-news-link .ns-primary-button::before {
  background-color: #F3F9FB;
}

@media screen and (max-width: 1024px) {
  .tout-header__text {
    flex-direction: column;
  }
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.btn-general a {
  background-color: #000000;
  color: #fff;
  border-radius: 30px;
  padding: 13px 26px;
  font-size: 17px;
  border: unset;
}

.button {
  display: inline-block;
  padding: 10px 20px;
  border: none;
  border-radius: 25px;
  font-size: 16px;
  text-transform: uppercase;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .buttons {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
}
header {
  background-color: #F3F1EB;
  position: relative;
}
header::before {
  content: "";
  display: block;
  width: 100%;
  position: absolute;
  bottom: 0;
  height: 1px;
  background: #D4D2CB;
}
header .container.header {
  justify-content: space-between;
  align-items: center;
  padding: 25px 65px;
  position: relative;
  max-width: 1440px;
  /*#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:hover,
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:focus {
      background-color: transparent;
  }*/
}
@media screen and (max-width: 800px) {
  header .container.header {
    padding: 25px 20px;
  }
}
@media (min-device-width: 768px) and (max-device-width: 1024px) {
  header .container.header {
    padding: 25px 40px;
  }
}
@media screen and (max-width: 767px) {
  header .container.header {
    padding: 25px 20px;
  }
}
header .container.header #mega-menu-wrap-primary {
  position: relative;
  width: 100%;
}
header .container.header #mega-menu-wrap-primary #mega-menu-primary {
  text-align: right;
}
header .container.header #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu {
  z-index: 1;
  border-radius: 0;
  background: #F3F1EB;
  border: 0;
  left: -119px;
  margin: 0px calc(50% - 50vw) 0;
  width: 102vw;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
  padding: 25px 0px 41px 0px;
  top: 74px;
  display: flex;
  align-items: center;
  justify-content: center;
}
header .container.header #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu .cta-menu {
  padding-left: 50px;
}
@media screen and (max-width: 1200px) {
  header .container.header #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu .cta-menu {
    display: none !important;
  }
}
@media screen and (max-width: 1440px) {
  header .container.header #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu .cta-menu {
    padding-right: 0;
  }
}
header .container.header #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu .cta-menu .textwidget {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  font-size: 18px;
  background-color: #EBE9E3;
  background-blend-mode: soft-light;
  padding: 24px 25px 24px 25px;
  border-radius: 10px;
  line-height: 24px;
  font-weight: 500;
}
header .container.header #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu .cta-menu .textwidget p {
  margin: 0;
  display: block;
  color: #000000;
}
header .container.header #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu .cta-menu .textwidget a {
  border-radius: 30px !important;
  padding: 13px 25px 13px 25px;
  max-width: 144px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none !important;
  margin-top: 10px;
  background-color: transparent;
  border: 1px solid #000000;
  margin: 30px 25px 0 0;
  font-weight: 400;
}
header .container.header #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu .cta-menu .textwidget a:hover {
  border: 1px solid #000;
  color: #fff;
  transition: 0.5s;
  background-color: #000;
}
header .container.header #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu .cta-menu .textwidget a::after {
  content: unset !important;
}
header .container.header #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu .textwidget a {
  font-size: 17px;
  color: #000;
  font-family: "Figtree", sans-serif;
  position: relative;
  font-weight: 500;
}
header .container.header #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu .textwidget a::after {
  content: url(/wp-content/themes/ns-laser-digital-v1/img/arrow-link-small.svg);
  width: 7px;
  height: 12px;
  margin-left: 10px;
  position: absolute;
  transition: 0.25s;
}
header .container.header #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu .textwidget a:hover::after {
  margin-left: 15px;
  transition: 0.25s;
}
header .container.header #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item {
  min-height: 120px;
}
@media screen and (max-width: 1200px) {
  header .container.header #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item {
    min-height: auto;
  }
}
header .container.header #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-1-of-12 {
  width: 50px;
}
header .container.header #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-3-of-12 {
  width: 26.5%;
}
@media screen and (max-width: 1440px) {
  header .container.header #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-3-of-12 {
    width: 26.2%;
  }
}
@media (min-device-width: 768px) and (max-device-width: 1024px) {
  header .container.header #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-3-of-12 {
    width: 26%;
  }
}
header .container.header #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row {
  max-width: 1440px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0px 65px;
}
@media screen and (max-width: 1440px) {
  header .container.header #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row {
    padding: 0px 80px;
  }
}
@media (min-device-width: 1277px) and (max-device-width: 1300px) {
  header .container.header #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row {
    padding: 0px 5% 0 5.5%;
  }
}
@media (min-device-width: 1201px) and (max-device-width: 1276px) {
  header .container.header #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row {
    padding: 0px 6% 0 7%;
  }
}
header .container.header #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
  font-family: "Figtree", sans-serif !important;
  font-weight: 500;
  font-size: 16px;
  margin-left: 30px !important;
  position: relative;
}
@media screen and (max-width: 800px) {
  header .container.header #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
    margin-left: 0px !important;
    font-size: 30px;
    line-height: 22px;
    color: #000;
    margin: 22px 0;
  }
}
header .container.header #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item:hover > a.mega-menu-link::before {
  content: "";
  position: absolute;
  height: 1px;
  background-image: linear-gradient(270deg, #F2050B 0%, #2556E6 100%);
  width: 100%;
  bottom: 0;
}
@media screen and (max-width: 1200px) {
  header .container.header #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item:hover > a.mega-menu-link::before {
    background-image: none !important;
  }
}
header .container.header #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator {
  display: none;
}
header .container.header #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item h4.mega-block-title, header .container.header #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item h4.mega-block-title {
  font-size: 36px;
  line-height: 34px;
  text-transform: unset;
  font-weight: 500;
  font-family: "Shippori Mincho", serif !important;
  color: #000 !important;
}
header .container.header #mega-menu-wrap-primary #mega-menu-primary a.mega-menu-link .mega-description-group .mega-menu-title {
  font-size: 17px;
  line-height: 26px;
  font-family: "Figtree", sans-serif !important;
  text-transform: unset !important;
  color: #000 !important;
  position: relative;
}
@media screen and (max-width: 800px) {
  header .container.header #mega-menu-wrap-primary #mega-menu-primary a.mega-menu-link .mega-description-group .mega-menu-title {
    font-size: 20px;
    line-height: 32px;
    font-weight: 400;
  }
}
header .container.header #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {
  font-size: 18px;
  line-height: 26px;
  font-family: "Figtree", sans-serif !important;
  text-transform: unset !important;
  color: #000 !important;
  font-weight: 500 !important;
}
header .container.header #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu .mega-description-group .mega-menu-description {
  font-size: 16px;
  color: #6E6E6E;
  line-height: 24px;
  font-style: normal;
}
@media screen and (max-width: 800px) {
  header .container.header #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu .mega-description-group .mega-menu-description {
    display: none;
  }
}
header .container.header #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu li a span.mega-menu-title::after {
  content: url(/wp-content/themes/ns-laser-digital-v1/img/arrow-link-small.svg);
  width: 7px;
  height: 12px;
  margin-left: 10px;
  position: absolute;
}
@media screen and (max-width: 800px) {
  header .container.header #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu li a span.mega-menu-title::after {
    content: unset;
  }
}
header .container.header #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu li a:hover span.mega-menu-title::after {
  margin-left: 15px;
  transition: 0.25s;
}
header .container.header header .container.header #mega-menu-wrap-primary #mega-menu-primary > li.btn-general > a.mega-menu-link:hover {
  color: #fff !important;
}
header .container.header #mega-menu-primary .btn-general a.mega-menu-link {
  /*background-image: linear-gradient(90deg, rgba(31, 44, 147, 1) 0%, rgba(110, 52, 146, 1) 100%) !important;
  background-blend-mode: soft-light !important;*/
  color: #fff !important;
  border-radius: 25px !important;
  padding: 8px 25px !important;
  text-decoration: none !important;
  height: auto !important;
  font-size: 17px !important;
  font-weight: 400 !important;
  background-color: #000 !important;
  border: 1px solid #000 !important;
  min-width: 160px;
  transition: 0.5s !important;
}
header .container.header #mega-menu-primary .btn-general a.mega-menu-link::before {
  background-image: unset !important;
}
header .container.header #mega-menu-primary .btn-general a.mega-menu-link:hover {
  background-color: transparent !important;
  border: 1px solid #000 !important;
  color: #000 !important;
  transition: 0.5s !important;
}
@media screen and (max-width: 1200px) {
  header .container.header #mega-menu-primary .btn-general a.mega-menu-link {
    background-color: unset !important;
    color: #000 !important;
    padding: 0 0 0 0px !important;
    border: unset !important;
    margin-left: 0px !important;
    font-size: 30px !important;
    line-height: 22px !important;
  }
  header .container.header #mega-menu-primary .btn-general a.mega-menu-link:hover {
    background-color: transparent !important;
    border: 0px solid #000 !important;
    color: #000 !important;
    transition: 0.5s !important;
  }
}

@media screen and (max-width: 1200px) {
  .active {
    display: block !important;
  }
  #mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open + #mega-menu-primary {
    background: #F3F1EB;
    height: 100vh;
    top: 65px;
    padding: 50px 20px 0 20px;
    z-index: 90000;
  }
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item {
    border-bottom: 1px solid #D4D2CB;
    height: 50px;
  }
  header .container.header #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
    font-family: "Shippori Mincho", serif !important;
    display: flex;
    align-items: center;
  }
  #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.header_title {
    display: none;
  }
  #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator {
    position: relative;
  }
  #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator:after {
    content: url(/wp-content/themes/ns-laser-digital-v1/img/chevron-down.png);
    width: 7px;
    height: 12px;
    margin-left: 10px;
    position: absolute;
    right: 5px;
  }
  header .container.header #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
    display: block;
    padding-left: 0;
  }
  header .container.header #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu {
    display: none;
  }
  #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.mega-toggle-on > ul.mega-sub-menu, #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu.mega-menu-item.mega-toggle-on ul.mega-sub-menu {
    display: block !important;
  }
  header .container.header #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator {
    display: block;
  }
  header .container.header #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row {
    align-items: flex-start;
    justify-content: flex-start;
    padding: 0px 0 24px 0;
    border-bottom: 1px solid #D4D2CB;
  }
  header .container.header #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item h4.mega-block-title, header .container.header #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item h4.mega-block-title {
    display: none;
  }
  header .container.header #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu {
    padding: 0 30px 20px 20px;
    box-shadow: unset;
  }
  #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item {
    padding: 5px 0;
  }
  header .container.header #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-3-of-12 {
    width: 100%;
  }
  header .container.header #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu .textwidget a::after {
    display: none;
  }
  header .container.header #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu .textwidget a {
    font-weight: 400;
    line-height: 32px;
    font-size: 20px;
  }
  #mega-menu-wrap-primary #mega-menu-primary p {
    margin-bottom: 10px;
    height: 22px;
  }
  #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item-has-children.mega-toggle-on > a.mega-menu-link > span.mega-indicator:after {
    content: url(/wp-content/themes/ns-laser-digital-v1/img/arrow-down.png);
  }
}
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.mega-menu-megamenu #mega-menu-63-0 .mega-sub-menu {
  display: flex;
}

#mega-menu-63-0-2 {
  display: flex;
  flex-direction: column;
}

#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-column {
  display: flex !important;
}

#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-column .mega-sub-menu {
  display: flex;
  flex-direction: column;
  flex: 1;
}

#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-column .mega-sub-menu .widget_text {
  display: flex !important;
  flex-direction: column;
  flex: 1;
}

#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-column .mega-sub-menu .textwidget {
  display: flex;
  flex-direction: column;
  flex: 1;
}

@media screen and (max-width: 1024px) {
  /*header .container.header #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link{
      padding-left:20px;
  }

  header .container.header #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row{
      justify-content: flex-start;
      padding:0 40px;
  }*/
}
/* Footer Styles
-------------------------------------------------------------------------------------
---------------------------------------------------------------------------------- */
.cta_section {
  background-color: #E7E4DC;
  cursor: pointer;
  height: 240px;
  display: flex;
}
@media screen and (max-width: 800px) {
  .cta_section {
    height: 120px;
    padding: 36px 0 41px 0;
  }
}
.cta_section .container.cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cta_section .container.cta .title_cta form {
  background-color: transparent;
}
.cta_section .container.cta .title_cta form button {
  background-color: transparent;
  border: none;
}
.cta_section .container.cta .title_cta h4 {
  font-size: 32px;
  font-weight: 500;
  margin: 0;
}
@media screen and (max-width: 800px) {
  .cta_section .container.cta .title_cta h4 {
    font-size: 26px;
  }
}
.cta_section .container.cta .img_cta {
  transition: 0.5s;
}
.cta_section .container.cta .img_cta svg {
  border: 1px solid #000;
  border-radius: 50%;
  transition: 0.5s;
}
@media screen and (max-width: 800px) {
  .cta_section .container.cta .img_cta svg {
    width: 60px;
    height: 60px;
  }
}
.cta_section .container.cta .img_cta svg #Oval {
  transition: 0.5s;
}
.cta_section .container.cta .img_cta svg:hover #Oval {
  transition: 0.5s;
  fill: transparent;
  stroke: #000000;
}
.cta_section .container.cta .img_cta svg:hover #arrow-copy-2 line, .cta_section .container.cta .img_cta svg:hover #arrow-copy-2 polyline {
  transition: 0.5s;
  stroke: #000000;
}

footer {
  background-color: #030303;
  padding: 104px 0;
}
@media screen and (max-width: 800px) {
  footer {
    padding: 60px 0;
  }
}
footer .container.top {
  display: block;
}
footer .container.top .top-footer {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding-top: 33px;
  position: relative;
}
footer .container.top .top-footer::before {
  content: "";
  display: block;
  width: 100%;
  position: absolute;
  top: 0;
  height: 1px;
  background: #8D8D8D;
}
@media screen and (max-width: 800px) {
  footer .container.top .top-footer {
    flex-wrap: wrap;
    border-top: 0;
  }
}
@media screen and (max-width: 800px) {
  footer .container.top .footer_content {
    width: 100%;
  }
}
footer .container.top .footer_content h4 {
  margin: 0;
  font-size: 38px;
  color: #F3F1EB;
  line-height: 58px;
  font-weight: 400;
  margin-bottom: 46px;
  padding-bottom: 0;
}
@media screen and (max-width: 800px) {
  footer .container.top .footer_content h4 {
    font-size: 32px;
    padding-top: 33px;
    margin-bottom: 37px;
  }
}
footer .container.top .footer_content p {
  color: #F3F1EB;
  margin: 0 0 9px;
  font-family: "Figtree", sans-serif !important;
  font-weight: 400;
  font-size: 16px;
  padding: 0;
}
@media screen and (max-width: 800px) {
  footer .container.top .footer_content p {
    font-size: 15px;
    line-height: 24px;
  }
}
footer .container.top .footer_content p a {
  margin-bottom: 30px;
  position: relative;
  display: block;
  font-size: 28px;
  color: #8D8D8D;
  font-family: "Shippori Mincho", serif !important;
  letter-spacing: -1.5px;
}
@media screen and (max-width: 800px) {
  footer .container.top .footer_content p a {
    font-size: 26px;
    line-height: 34px;
  }
}
footer .container.top .social_icons {
  display: flex;
  column-gap: 10px;
  margin-top: 14px;
  color: #F3F1EB !important;
}
@media screen and (max-width: 800px) {
  footer .container.top .social_icons {
    margin-top: 30px;
  }
}
@media screen and (max-width: 800px) {
  footer .container.top .social_icons.desktop {
    display: none;
  }
}
footer .container.bottom {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: 113px;
}
@media screen and (max-width: 800px) {
  footer .container.bottom {
    flex-wrap: wrap;
    flex-direction: column-reverse;
    margin-top: 40px;
    row-gap: 30px;
  }
}
footer .container.bottom .copyright {
  font-size: 15px;
  line-height: 22px;
  color: #8D8D8D;
}
footer .container.bottom .social_icons.mobile {
  display: none;
}
@media screen and (max-width: 800px) {
  footer .container.bottom .social_icons.mobile {
    display: block;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 800px) {
  footer .container.bottom .footer_menu {
    border-top: 1px solid #8D8D8D;
    border-bottom: 1px solid #8D8D8D;
    padding: 19px 0;
    margin-bottom: 30px;
  }
}
footer .container.bottom .footer_menu nav ul {
  display: flex;
  align-items: center;
  column-gap: 20px;
}
@media screen and (max-width: 800px) {
  footer .container.bottom .footer_menu nav ul {
    justify-content: space-between;
    flex-wrap: wrap;
    row-gap: 20px;
  }
}
footer .container.bottom .footer_menu nav ul li a {
  font-size: 15px;
  line-height: 22px;
  color: #8D8D8D;
}

@media screen and (max-width: 1024px) {
  footer .container.bottom .footer_menu {
    /*width:100%;*/
  }
}
.disclaimer {
  position: fixed;
  top: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(8px);
  z-index: 999999;
}
.disclaimer-container {
  width: 100%;
  max-width: 882px;
  padding: 30px 44px 50px;
  border-radius: 5px;
  background: #FFF;
  margin: 40px auto;
  height: calc(100vh - 80px);
  position: relative;
}
.disclaimer-title {
  color: #171A20;
  text-align: center;
  font-feature-settings: "clig" off, "liga" off;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  padding-top: 20px;
  margin-bottom: 40px;
}
.disclaimer-content {
  padding: 40px 0;
  border-top: 1px solid #D0D1D2;
  overflow: scroll;
  height: calc(100% - 160px);
}
.disclaimer-content * {
  color: #000;
  font-feature-settings: "clig" off, "liga" off;
  font-size: 14px !important;
  font-style: normal;
  line-height: 20px !important;
}
.disclaimer-content h4 {
  margin: 0 0 20px 0;
}
.disclaimer-content p {
  margin-bottom: 0 0 40px;
}
.disclaimer-agree {
  display: flex;
  padding-top: 40px;
  padding-bottom: 50px;
  align-items: center;
  gap: 30px;
  width: calc(100% - 88px);
  flex-wrap: nowrap;
  position: absolute;
  bottom: 0px;
  background: white;
  border-top: 1px solid #D0D1D2;
}
.disclaimer-agree a {
  min-width: 198px;
  width: 198px;
  max-width: 198px;
  color: white;
  border: 1px solid black;
  text-align: center;
  background: black;
  transition: all 0.5s;
}
.disclaimer-agree a:hover {
  background: white;
  color: black;
}
.disclaimer-agree p {
  font-size: 12px;
}

@media (max-width: 768px) {
  .disclaimer-container {
    max-width: 320px;
    padding: 20px 20px 20px;
  }
  .disclaimer-title {
    margin-bottom: 20px;
  }
  .disclaimer-content {
    padding: 20px 0 50px;
  }
  .disclaimer-agree {
    flex-direction: column;
    text-align: center;
    gap: 10px;
    padding-top: 20px;
    padding-bottom: 20px;
    width: calc(100% - 40px);
  }
  .disclaimer-agree a {
    min-width: 100%;
    width: 100%;
    max-width: 100%;
  }
}
/*COOKIE COMPLIANCE*/
.moove-gdpr-cookie-notice {
  max-width: 1188px;
  background-color: white;
}

.moove-gdpr-info-bar-content {
  align-items: flex-start !important;
}

.moove-gdpr-cookie-notice * {
  font-family: "Figtree", sans-serif !important;
}

#moove_gdpr_cookie_info_bar.moove-gdpr-light-scheme {
  border-top: 0 !important;
  padding-top: 39px;
  padding-bottom: 20px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
}

#moove_gdpr_cookie_info_bar.moove-gdpr-light-scheme p {
  color: #25282A !important;
  font-size: 15px;
  line-height: 24px;
  max-width: 1188px;
  font-weight: 500 !important;
}

#moove_gdpr_cookie_info_bar.moove-gdpr-light-scheme ul {
  display: flex;
  color: #000000;
  font-size: 15px;
  line-height: 24px;
  margin: 0;
  padding: 0;
  list-style-type: none;
  column-gap: 20px;
}
@media screen and (max-width: 375px) {
  #moove_gdpr_cookie_info_bar.moove-gdpr-light-scheme ul {
    flex-direction: column;
  }
}

#moove_gdpr_cookie_info_bar.moove-gdpr-light-scheme ul li:after {
  content: "";
  width: 3px;
  height: 3px;
  margin-left: 20px;
  margin-top: 11px;
  float: right;
  border-radius: 50%;
  display: inline-block;
  background-color: #000000;
}
@media screen and (max-width: 375px) {
  #moove_gdpr_cookie_info_bar.moove-gdpr-light-scheme ul li:after {
    display: none;
  }
}

#moove_gdpr_cookie_info_bar.moove-gdpr-light-scheme ul li:last-child:after {
  display: none;
}

#moove_gdpr_cookie_info_bar.moove-gdpr-light-scheme ul li a {
  color: inherit;
  text-decoration: none !important;
}

#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content a.mgbutton,
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton {
  background-color: #000000 !important;
  width: 117px;
}

/* Backend Specific Styles
-------------------------------------------------------------------------------------
---------------------------------------------------------------------------------- */
.wp-block {
  max-width: 100%;
  padding-left: 20px !important;
  padding-right: 20px !important;
}
.wp-block * {
  box-sizing: border-box;
}
.wp-block img[src$=".svg"]:not(.emoji) {
  width: auto !important;
}
.wp-block .hidden-warning * {
  font-family: "Shippori Mincho", serif;
}

.wp-block-post-title {
  font-size: revert;
}

.hidden-warning {
  background-color: #e5324d;
  color: white;
  font-size: 1.2em;
  text-align: center;
  padding: 15px;
}

.editor-styles-wrapper .button {
  border: 0.5px solid !important;
  padding-bottom: 10px !important;
  text-transform: unset !important;
  font-size: inherit !important;
  border-radius: 5px !important;
}

/* Hero Styles
-------------------------------------------------------------------------------------
---------------------------------------------------------------------------------- */
.block_news {
  background-color: #F3F1EB;
  padding: 90px 0 80px 0;
}
.block_news .container.top {
  display: block;
}
.block_news .container.top .hero_news {
  border-width: 1px 0;
  border-style: solid;
  border-color: #000;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 40px 0 100px;
}
@media screen and (max-width: 800px) {
  .block_news .container.top .hero_news {
    flex-wrap: wrap;
    padding: 40px 0;
  }
}
.block_news .container.top .hero_news h2 {
  font-size: 52px !important;
  font-weight: 500;
  margin: 0;
  line-height: 60px;
  padding: 0;
}
@media screen and (max-width: 800px) {
  .block_news .container.top .hero_news h2 {
    font-size: 30px !important;
  }
}
.block_news .container.top .hero_news form {
  background-color: transparent;
  border: unset;
}
.block_news .container.top .hero_news form button {
  background-color: #000000;
  color: #fff;
  border-radius: 30px;
  padding: 13px 25px;
  font-size: 17px;
  border: unset;
  transition: 0.5s;
  min-width: 160px;
}
.block_news .container.top .hero_news form button:hover {
  background-color: transparent;
  border: 1px solid #000000;
  color: #000000;
  transition: 0.5s;
}
.block_news .container.bottom {
  display: block;
}
.block_news .container.bottom .news_row {
  justify-content: space-between;
  border-bottom: 1px solid #000;
  column-gap: 20%;
  display: flex;
  padding: 30px 0;
}
.block_news .container.bottom .news_row h4 {
  margin: 0;
  max-width: 790px;
  font-weight: 400;
  font-family: "Figtree", sans-serif;
  line-height: 44px !important;
  font-size: 32px;
  letter-spacing: 0;
}
@media screen and (max-width: 800px) {
  .block_news .container.bottom .news_row h4 {
    font-size: 25px;
  }
}
.block_news .container.bottom .news_row h4 a {
  color: #000;
  font-weight: 300;
}
.block_news .container.bottom .news_row .news_date {
  font-size: 20px;
  line-height: 34px;
  color: #6E6E6E;
  flex: 0 1 25%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media screen and (max-width: 800px) {
  .block_news .container.bottom .news_row .news_date {
    font-size: 25px;
  }
}

@media screen and (max-width: 1024px) {
  .block_news {
    padding-top: 0;
  }
  .block_news .container.top .hero_news {
    /*padding:20px 0;*/
  }
  .block_news .container.top .hero_news form {
    padding: 0;
  }
  .block_news .container.bottom .news_row {
    flex-direction: column-reverse;
  }
  .block_news .container.bottom .news_row h4 {
    line-height: 24px;
  }
}
@media screen and (max-width: 1024px) {
  .block_news .container.top .hero_news {
    /*flex-direction: column;*/
  }
}
@media screen and (max-width: 768px) {
  .block_news .container.top .hero_news {
    flex-direction: column;
    align-items: flex-start;
  }
}
.image-content-section {
  background-color: #F3F1EB;
  display: flex;
  flex-direction: row;
}
.image-content-section .image-content {
  display: flex;
  flex-direction: row;
  padding-bottom: 91px;
  align-items: center;
  column-gap: 70px;
}
@media screen and (max-width: 767px) {
  .image-content-section .image-content {
    align-items: center;
    position: relative;
  }
}
@media screen and (max-width: 800px) {
  .image-content-section .image-content {
    column-gap: 17px;
  }
}
.image-content-section .image-content .left-image-container,
.image-content-section .image-content .right-image-container {
  width: 850px;
  height: 850px;
  position: relative;
  /*overflow: hidden;*/
}
@media screen and (max-width: 768px) {
  .image-content-section .image-content .left-image-container,
  .image-content-section .image-content .right-image-container {
    width: 300px;
    height: 300px;
  }
}
.image-content-section .image-content .left-image-container .left-image,
.image-content-section .image-content .left-image-container .right-image,
.image-content-section .image-content .right-image-container .left-image,
.image-content-section .image-content .right-image-container .right-image {
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-image: url(./../img/octoganal-img-mask.svg);
  mask-size: 100% !important;
  /*height: 0;
  padding-top: 100%;*/
  height: 850px;
  width: 850px;
  position: absolute;
}
@media screen and (max-width: 768px) {
  .image-content-section .image-content .left-image-container .left-image,
  .image-content-section .image-content .left-image-container .right-image,
  .image-content-section .image-content .right-image-container .left-image,
  .image-content-section .image-content .right-image-container .right-image {
    height: 300px;
    width: 300px;
  }
}
.image-content-section .image-content .left-image-container .left-image img,
.image-content-section .image-content .left-image-container .right-image img,
.image-content-section .image-content .right-image-container .left-image img,
.image-content-section .image-content .right-image-container .right-image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.image-content-section .image-content .left-image-container .left-image,
.image-content-section .image-content .right-image-container .left-image {
  right: 0;
}
.image-content-section .image-content .content-container {
  max-width: 550px;
}
@media screen and (max-width: 768px) {
  .image-content-section .image-content .content-container {
    width: 50%;
  }
}
@media screen and (max-width: 600px) {
  .image-content-section .image-content .content-container {
    width: auto;
  }
}
.image-content-section .image-content .content-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.image-content-section .image-content .content-container h2 {
  /*font-size: 32px;
  line-height: 35px;
  font-weight: $base-font-weight-regular;
  font-family: $font-one;
  color: $text-one;*/
  font-size: 52px !important;
  margin: 0;
  text-transform: none;
}
@media screen and (max-width: 1024px) {
  .image-content-section .image-content .content-container h2 {
    font-size: 30px !important;
    /*font-size: 30px;
    font-weight: 400;
    line-height: 40px;
    padding-top: 10px;*/
  }
}
@media screen and (min-width: 1200px) {
  .image-content-section .image-content .content-container h2 {
    /*font-size: 65px;
    font-weight: 400;
    line-height: 70px;
    margin: 0;*/
  }
}
.image-content-section .image-content .content-container p {
  /*font-size: 16px;*/
  font-weight: 400;
  line-height: 30px;
  font-family: "Figtree", sans-serif;
  color: #000000;
  text-transform: none;
}
@media screen and (min-width: 376px) {
  .image-content-section .image-content .content-container p {
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    padding-bottom: 34px;
    margin: 0;
  }
}
.image-content-section .image-content .content-container .button {
  display: inline-block;
  padding: 10px 20px 281px;
  border: none;
  border-radius: 25px;
  font-size: 16px;
  text-transform: uppercase;
  cursor: pointer;
  margin-right: 14px;
}
.image-content-section .image-content .content-container .ghost {
  background-color: transparent;
  border: 1px solid #000000;
  color: #000000;
  font-family: "Figtree", sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 22px;
  text-transform: none;
  padding: 13px 25px;
  border-radius: 24px;
  margin-right: 14px;
  min-width: 160px;
  transition: 0.5s;
  text-align: center;
}
.image-content-section .image-content .content-container .ghost:hover {
  border: 1px solid #000000;
  color: #fff;
  transition: 0.5s;
  background-color: #000;
}
.image-content-section .image-content .content-container .filled {
  background-color: #000000;
  font-family: "Figtree", sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 22px;
  color: #ffffff;
  padding: 13px 25px;
  border-radius: 24px;
  text-transform: none;
  min-width: 160px;
  transition: 0.5s;
  border: 1px solid #000;
  text-align: center;
}
.image-content-section .image-content .content-container .filled:hover {
  background-color: transparent;
  border: 1px solid #000000;
  color: #000000;
  transition: 0.5s;
}
.image-content-section .image-content:has(.right-image-container) {
  width: 100%;
}
@media screen and (max-width: 600px) {
  .image-content-section .image-content:has(.right-image-container) {
    flex-direction: column-reverse;
  }
}
.image-content-section .image-content:has(.left-image-container) {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .image-content-section .image-content:has(.left-image-container) {
    flex-direction: column;
  }
}

@media screen and (max-width: 1024px) {
  .image-content-section .image-content {
    padding-bottom: 0;
    margin-bottom: 80px;
  }
  .image-content-section .image-content .content-container {
    max-width: 450px;
  }
  .image-content-section .image-content .left-image-container,
  .image-content-section .image-content .right-image-container {
    width: 400px;
    height: 400px;
  }
  .image-content-section .image-content .left-image-container .left-image,
  .image-content-section .image-content .left-image-container .right-image,
  .image-content-section .image-content .right-image-container .left-image,
  .image-content-section .image-content .right-image-container .right-image {
    width: 400px;
    height: 400px;
  }
}
@media screen and (max-width: 768px) {
  .image-content-section .image-content {
    gap: 40px;
  }
}
.hero_section {
  padding: 40px 0 119px 0px;
}
@media screen and (max-width: 1024px) {
  .hero_section {
    padding-bottom: 20px;
    padding-left: 40px;
  }
}
.hero_section .container.hero {
  justify-content: space-between;
  align-items: flex-start;
  column-gap: 5%;
  width: 100%;
  padding: 0 0px 0 108px;
  max-width: 1440px;
}
@media (min-device-width: 768px) and (max-device-width: 1330px) {
  .hero_section .container.hero {
    padding: 0 0px 0 110px;
  }
}
@media screen and (max-width: 900px) {
  .hero_section .container.hero {
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .hero_section .container.hero {
    flex-wrap: wrap-reverse;
  }
}
.hero_section .container.hero .hero_content {
  width: 70%;
  display: flex;
  flex-direction: column;
}
@media (min-device-width: 768px) and (max-device-width: 1330px) {
  .hero_section .container.hero .hero_content {
    width: 45%;
  }
}
@media screen and (max-width: 900px) {
  .hero_section .container.hero .hero_content {
    width: 65%;
    padding: 0 20px 100px 0px;
  }
}
@media screen and (max-width: 600px) {
  .hero_section .container.hero .hero_content {
    width: 100%;
    padding: 0 20px 100px 0px;
  }
}
.hero_section .container.hero .hero_content h1 {
  font-size: 52px !important;
  line-height: 68px;
  margin: 0 0 18px 0;
  font-weight: 400;
  max-width: 500px;
}
@media (min-device-width: 768px) and (max-device-width: 1330px) {
  .hero_section .container.hero .hero_content h1 {
    max-width: 100%;
    line-height: 60px;
    font-size: 45px !important;
  }
}
@media screen and (max-width: 767px) {
  .hero_section .container.hero .hero_content h1 {
    max-width: 100%;
    line-height: 38px;
    font-size: 30px !important;
  }
}
.hero_section .container.hero .hero_content p {
  font-size: 18px;
  line-height: 30px;
  color: #000000;
  max-width: 518px;
}
.hero_section .container.hero .hero_content .post_hero_section {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  row-gap: 30px;
  margin-top: 79px;
  column-gap: 5%;
  z-index: 9000;
}
@media (min-device-width: 768px) and (max-device-width: 1024px) {
  .hero_section .container.hero .hero_content .post_hero_section {
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .hero_section .container.hero .hero_content .post_hero_section {
    margin-top: 40px;
  }
}
.hero_section .container.hero .hero_content .post_hero_section .hero_post {
  border-left: 1px solid #000;
  flex: 0 1 45%;
}
@media screen and (max-width: 767px) {
  .hero_section .container.hero .hero_content .post_hero_section .hero_post {
    flex: 0 1 100%;
  }
}
.hero_section .container.hero .hero_content .post_hero_section .hero_post h4 {
  padding-left: 14px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  text-transform: uppercase;
  position: relative;
  margin: 0;
  font-family: "Figtree", sans-serif;
  letter-spacing: 0;
}
.hero_section .container.hero .hero_content .post_hero_section .hero_post h4::after {
  content: url(/wp-content/themes/ns-laser-digital-v1/img/arrow-right-menu.png);
  width: 7px;
  height: 12px;
  margin-left: 10px;
  position: absolute;
  transition: 0.25s;
}
.hero_section .container.hero .hero_content .post_hero_section .hero_post h4:hover::after {
  margin-left: 15px;
  transition: 0.25s;
}
.hero_section .container.hero .hero_content .post_hero_section .hero_post p {
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: -0.5px;
  color: #6E6E6E;
  line-height: 24px;
  margin: 0;
  padding: 0 0 0 14px;
}
.hero_section .container.hero .hero_image_video {
  height: 672px;
  width: 672px;
}
@media screen and (max-width: 1440px) {
  .hero_section .container.hero .hero_image_video {
    width: 570px;
  }
}
@media screen and (min-device-width: 768px) and (max-device-width: 1300px) {
  .hero_section .container.hero .hero_image_video {
    width: 570px;
    height: 585px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    margin-right: -40px;
  }
}
@media screen and (max-width: 1300px) {
  .hero_section .container.hero .hero_image_video {
    width: 570px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    margin-right: -40px;
  }
}
@media screen and (max-width: 1150px) {
  .hero_section .container.hero .hero_image_video {
    width: 500px;
    height: 485px;
  }
}
@media screen and (max-width: 900px) {
  .hero_section .container.hero .hero_image_video {
    width: 39%;
    margin-right: -35px;
  }
}
@media screen and (max-width: 767px) {
  .hero_section .container.hero .hero_image_video {
    height: 327px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
    width: 100%;
  }
}
.hero_section .container.hero .hero_image_video .mask {
  height: 672px;
  mask-image: url("/wp-content/themes/ns-laser-digital-v1/img/hero-mask-2.svg");
  mask-position: top center;
  mask-repeat: no-repeat;
  mask-size: 672px 672px;
  width: 672px;
}
@media screen and (max-width: 1440px) {
  .hero_section .container.hero .hero_image_video .mask {
    width: 633px;
  }
}
@media screen and (max-width: 1300px) {
  .hero_section .container.hero .hero_image_video .mask {
    width: 570px;
    mask-size: 100% 100%;
    height: 570px;
  }
}
@media screen and (min-device-width: 768px) and (max-device-width: 1300px) {
  .hero_section .container.hero .hero_image_video .mask {
    width: 100%;
    mask-size: 100% 100%;
    height: 100%;
  }
}
@media screen and (max-width: 900px) {
  .hero_section .container.hero .hero_image_video .mask {
    width: 100%;
    mask-size: 100% 100%;
    height: 70%;
  }
}
@media screen and (max-width: 767px) {
  .hero_section .container.hero .hero_image_video .mask {
    height: 327px;
    mask-size: 327px 327px;
    width: 327px;
  }
}
.hero_section .container.hero .hero_image_video video {
  object-fit: cover;
}
.hero_section .container.hero .hero_image_video img {
  height: 100%;
  width: 100%;
}
@supports (-webkit-hyphens: none) {
  .hero_section .container.hero .hero_image_video {
    justify-content: flex-end;
  }
}

@media screen and (max-width: 1024px) {
  .hero_section .container.hero {
    padding-left: 0px;
  }
  .hero_section .container.hero .hero_content .post_hero_section {
    flex-direction: column;
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 767px) {
  @supports (-webkit-hyphens: none) {
    .hero_image_video {
      justify-content: center !important;
    }
  }
}
@media screen and (max-width: 768px) {
  .hero_section {
    padding-left: 20px;
  }
  .hero_section .container.hero .hero_content {
    padding-bottom: 0;
  }
  .hero_section .container.hero .hero_content .post_hero_section {
    margin-bottom: 0;
  }
}
.content-button-section {
  padding: 60px 0 164px 0;
}
.content-button-section.dark {
  background-color: #030303;
}
.content-button-section.dark p {
  color: #F3F1EB;
}
.content-button-section.dark h3 {
  color: #F3F1EB;
}
.content-button-section.dark h4 {
  color: #F3F1EB;
}
.content-button-section.dark .border-on {
  border-color: #F3F1EB;
}
.content-button-section.dark .buttons .ghost {
  color: #FFFFFF;
  border-color: #FFFFFF;
}
.content-button-section.dark .buttons .filled {
  color: #000000;
  background-color: #FFFFFF;
}
.content-button-section.light {
  background-color: #F3F1EB;
}
.content-button-section .container {
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 40px;
}
@media screen and (max-width: 768px) {
  .content-button-section .container {
    row-gap: 30px;
  }
}
.content-button-section .container p {
  font-size: 33px;
  line-height: 54px;
  max-width: 900px;
  font-family: "Shippori Mincho", serif;
  margin: 0;
}
.content-button-section .container h3 {
  font-size: 50px;
  line-height: 70px;
  font-weight: 400;
  max-width: 900px;
  margin: 0;
}
.content-button-section .container h4 {
  font-size: 38px;
  line-height: 52px;
  font-weight: 400;
  max-width: 900px;
  margin: 0;
}
.content-button-section .container.border-on {
  border-top: 1px solid #030303;
  padding: 34px 0 0;
  max-width: 1200px;
}
.content-button-section .container .buttons .button {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .content-button-section .container .buttons .button {
    margin: 0px;
  }
}
.content-button-section .container .buttons .ghost {
  background-color: transparent;
  border: 1px solid #000000;
  color: #000000;
  font-family: "Figtree", sans-serif;
  font-size: 17px;
  font-weight: 500;
  line-height: 22px;
  text-transform: none;
  padding: 13px 25px;
  border-radius: 24px;
  margin-left: 14px;
  transition: 0.5s;
}
.content-button-section .container .buttons .ghost:hover {
  background-color: #000000;
  border: none;
  color: #FFFFFF;
  transition: 0.5s;
}
.content-button-section .container .buttons .filled {
  background-color: #000000;
  font-family: "Figtree", sans-serif;
  font-size: 17px;
  font-weight: 500;
  line-height: 22px;
  color: #ffffff;
  padding: 13px 30px;
  border-radius: 24px;
  text-transform: none;
  transition: 0.5s;
  border: 1px solid #000;
}
.content-button-section .container .buttons .filled:hover {
  background-color: transparent;
  border: 1px solid #000000;
  color: #000000;
  transition: 0.5s;
}
@media screen and (max-width: 600px) {
  .content-button-section {
    padding-top: 30px 0 0;
  }
}

.ns-hero-internal {
  padding: 85px 0 185px 0;
  background-color: #F3F1EB;
}
@media screen and (max-width: 800px) {
  .ns-hero-internal {
    padding: 45px 0 80px 0;
  }
}
@media screen and (max-width: 800px) {
  .ns-hero-internal .container.hero-internal {
    flex-wrap: wrap-reverse;
    row-gap: 60px;
  }
}
.ns-hero-internal .hero-internal__img {
  flex: 0 1 50%;
}
@media screen and (max-width: 800px) {
  .ns-hero-internal .hero-internal__img {
    flex: 0 1 100%;
  }
}
.ns-hero-internal .hero-internal__content {
  flex: 0 1 50%;
}
@media screen and (max-width: 800px) {
  .ns-hero-internal .hero-internal__content {
    flex: 0 1 100%;
  }
}
.ns-hero-internal .hero-internal__content h1 {
  margin: 0;
  font-size: 65px;
  color: #000000;
  line-height: 65px;
  font-weight: 400;
  width: 500px;
}
@media screen and (max-width: 800px) {
  .ns-hero-internal .hero-internal__content h1 {
    width: 100%;
    font-size: 29px;
  }
}
.ns-hero-internal .hero-internal__content p {
  font-size: 18px;
  line-height: 30px;
  margin-top: 41px;
}
.ns-hero-internal .hero-internal__content .label-hero {
  font: 500 14px "Manrope", sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #1F2C93;
  line-height: 17px;
  margin-bottom: 28px;
}
.ns-hero-internal .hero-internal__content .hero-cta {
  background-color: transparent;
  margin-top: 41px;
}
.ns-hero-internal .hero-internal__content .hero-cta button {
  background-color: transparent;
  border: unset;
  padding: 0;
  text-transform: uppercase;
  position: relative;
  line-height: 22px;
}
.ns-hero-internal .hero-internal__content .hero-cta button::before {
  content: "";
  position: absolute;
  height: 2px;
  background-image: -webkit-gradient(linear, right top, left top, from(#F2050B), to(#2556E6));
  background-image: linear-gradient(270deg, #F2050B 0%, #2556E6 100%);
  width: 100%;
  bottom: -5px;
}

section.services {
  padding: 35px 0 32px;
  background-color: #F3F1EB;
}
section.services .container {
  flex-direction: column;
  align-items: unset;
}
section.services .service-item {
  display: flex;
  flex-direction: column;
  align-content: center;
  border-top: 2px solid #000;
  margin: 0 0 50px;
}
@media screen and (max-width: 768px) {
  section.services .service-item {
    margin-bottom: 40px;
  }
}
section.services .service-item .header-row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 111px;
}
@media screen and (max-width: 768px) {
  section.services .service-item .header-row {
    flex-direction: column-reverse;
    margin-bottom: 20px;
  }
}
section.services .service-item .header-row .title {
  flex: 0 0 50%;
}
section.services .service-item .header-row .title h1 {
  font-size: 52px !important;
  font-weight: normal;
  line-height: 75px;
  margin: 35px 0;
  max-width: 450px;
}
section.services .service-item .header-row .title h3 {
  font: 18px "Figtree", sans-serif;
  letter-spacing: normal;
  line-height: 30px;
  color: #6E6E6E;
  padding: 0;
  margin: 30px 0 0;
}
section.services .service-item .header-row figure.icon {
  margin-top: 32px;
}
section.services .service-item .header-row figure.icon img {
  height: auto;
  width: 99px;
}
section.services .service-item .content-row {
  align-items: flex-start;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  section.services .service-item .content-row {
    flex-direction: column;
    gap: 20px;
  }
  section.services .service-item .content-row .buttons {
    width: 100%;
  }
  section.services .service-item .content-row .buttons .button {
    padding: 0;
  }
  section.services .service-item .content-row .buttons .button button {
    width: 100%;
  }
}
section.services .service-item .content-row .text-content {
  flex: 0 0 50%;
  max-width: 580px;
}
@media screen and (max-width: 768px) {
  section.services .service-item .content-row .text-content {
    max-width: 100%;
  }
}
section.services .service-item .content-row .text-content p {
  line-height: 30px;
  margin: 0;
  padding: 0;
}
section.services .service-item .content-row a.hero {
  background-color: transparent;
  color: #000;
  border-radius: 24px;
  padding: 13px 25px;
  text-transform: initial;
  height: auto;
  font-size: 17px;
  min-width: 160px;
  background-color: #000;
  transition: 0.5s;
  color: #fff;
  font-weight: 400;
  border: 1px solid #000;
}
section.services .service-item .content-row a.hero:hover {
  transition: 0.5s;
  background-color: transparent;
  color: #000;
}
section.services .service-item .content-row.links {
  margin-top: 50px;
  border-top: 1px solid #D4D2CB;
  padding-top: 45px;
  align-items: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  section.services .service-item .content-row.links {
    align-items: flex-start;
  }
}
section.services .service-item .content-row.links .title-links {
  font-size: 28px;
  line-height: 38px;
  font-family: "Shippori Mincho", serif;
}
section.services .service-item .content-row.links .links {
  z-index: 9999;
}
@media screen and (max-width: 767px) {
  section.services .service-item .content-row.links .links {
    display: flex;
    flex-direction: column;
    row-gap: 5px;
  }
}
section.services .service-item .content-row.links .links a {
  font-size: 18px;
  line-height: 24px;
  border-left: 1px solid #D4D2CB;
  padding-left: 14px;
  margin-left: 14px;
  color: #000;
  transition: 0.5s;
}
@media screen and (max-width: 767px) {
  section.services .service-item .content-row.links .links a {
    border-left: none;
    padding-left: 0;
    margin-left: 3px;
  }
}
section.services .service-item .content-row.links .links a:hover {
  color: #6E6E6E;
  transition: 0.5s;
}
section.services .service-item .content-row.links .links a:first-child {
  border-left: none;
}
section.services .service-item .content-row.links .links a img {
  margin-right: 8px;
}

.services.solutions .service-item,
.services.asset-management .service-item,
.services.trading .service-item,
.services.ventures .service-item {
  border: none;
}
.company-people-block {
  /*padding: 0px $s-pad;*/
  margin: 50px 0;
}
.company-people-block .container {
  display: block;
}
@media screen and (min-width: 1024px) {
  .company-people-block {
    /*padding: 0  $m-pad;*/
    margin: 100px 0 0;
  }
}
@media screen and (min-width: 1200px) {
  .company-people-block {
    /*padding: 0 $l-pad;*/
    margin: 150px 0 150px;
  }
}
.company-people-block > div > div {
  /*margin: 0 -10px;*/
  display: flex;
  flex-wrap: wrap;
  column-gap: 5%;
  row-gap: 40px;
}
.company-people-block > div > div .people-column {
  flex: 0 1 30%;
  /*padding: 0 10px;*/
  margin-bottom: 0px;
}
@media screen and (min-width: 1024px) {
  .company-people-block > div > div .people-column {
    margin-bottom: 0px;
  }
}
@media screen and (max-width: 768px) {
  .company-people-block > div > div .people-column {
    margin-bottom: 0px;
    flex: 0 1 100%;
  }
}
.company-people-block > div > div .people-column a {
  text-decoration: none;
}
.company-people-block > div > div .people-column a img {
  width: 100%;
  max-height: 400px;
  object-fit: cover;
  aspect-ratio: 1;
  object-position: top;
}
.company-people-block > div > div .people-column a:hover {
  transition: 0.5s;
}
.company-people-block > div > div .people-column a:hover h5 {
  color: #6E6E6E;
  transition: 0.5s;
}
.company-people-block > div > div .people-column h5 {
  margin: 20px 0 12px;
  font-weight: 500;
  line-height: 28px;
  color: #000000;
  transition: 0.15s linear;
}
@media screen and (max-width: 767px) {
  .company-people-block > div > div .people-column h5 {
    font-size: 18px;
    line-height: 18px;
  }
}
.company-people-block > div > div .people-column h7 {
  margin: 0;
  font: 14px "Figtree", sans-serif;
  line-height: 24px;
  text-transform: uppercase;
  color: #6E6E6E;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  .company-people-block > div > div .people-column h7 {
    font-size: 14px;
    line-height: 18px;
  }
}
.company-people-block > div > div .people-column:hover {
  transition: 0.5s;
}
.company-people-block > div > div .people-column:hover h5 {
  transition: 0.5s;
  color: #6E6E6E;
}

.ns-content-elements {
  padding: 0px 20px;
  margin: 50px 0 0 0;
}
@media screen and (min-width: 1024px) {
  .ns-content-elements {
    padding: 0 50px;
    margin: 100px 0;
  }
}
@media screen and (min-width: 1200px) {
  .ns-content-elements {
    padding: 0 100px;
    margin: 100px 0;
  }
}
.ns-content-elements.middle-gap > div {
  row-gap: 25px;
}
.ns-content-elements > div {
  display: flex;
  flex-direction: column;
  row-gap: 65px;
  align-items: flex-start;
}
.ns-content-elements > div :nth-of-type(8) {
  margin-top: 26px;
}
.ns-content-elements > div .ns-content-text {
  max-width: 850px;
  font-family: "Shippori Mincho", serif;
  line-height: 34px;
  font-weight: 500;
  font-size: 22px;
}
@media screen and (min-width: 768px) {
  .ns-content-elements > div .ns-content-text {
    font-size: 26px;
    line-height: 40px;
  }
}
.ns-content-elements > div .ns-content-text.title {
  font-size: 45px;
  letter-spacing: -1.88px;
  line-height: 55px;
}
.ns-content-elements > div .ns-content-text.title > span {
  font-size: 36px;
}
@media screen and (max-width: 768px) {
  .ns-content-elements > div .ns-content-text.title {
    font-size: 22px;
    line-height: 38px;
  }
}
.ns-content-elements > div .ns-content-other-content {
  max-width: 1000px;
}
.ns-content-elements > div .ns-content-other-content p {
  font-family: "Figtree", sans-serif;
  font-size: 18px;
  line-height: 30px;
  text-align: left;
  margin: 0;
  color: #000;
  font-weight: 400;
  margin: 20px 0;
}
@media screen and (min-width: 768px) {
  .ns-content-elements > div .ns-content-other-content p {
    font-size: 18px;
  }
}
.ns-content-elements > div .ns-content-logos {
  display: flex;
  width: 100%;
  flex-direction: column;
}
.ns-content-elements > div .ns-content-logos .ns-logos-group {
  display: none;
  width: 100%;
  justify-content: center;
  text-align: center;
  align-items: center;
  column-gap: 4%;
  flex-wrap: wrap;
  row-gap: 50px;
  transition: all 0.5s ease-in;
}
.ns-content-elements > div .ns-content-logos .ns-logos-group figure {
  flex: 0 0 30%;
}
@media screen and (min-width: 1200px) {
  .ns-content-elements > div .ns-content-logos .ns-logos-group figure {
    flex: 0 0 11.3%;
  }
}
.ns-content-elements > div .ns-content-logos .ns-logos-group:first-child {
  display: flex;
}
.ns-content-elements > div .ns-content-cta {
  background: transparent;
  border: 2px solid #1BBA92;
  border-radius: 22px;
  font-size: 16px;
  font-weight: 600;
  font-family: "Shippori Mincho", serif;
  color: #00243E;
  padding: 10px 35px;
  text-decoration: none;
  line-height: 14px;
  text-align: center;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .ns-content-elements > div .ns-content-cta {
    width: auto;
  }
}
.ns-content-elements .stats-row {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  width: 100%;
  flex-direction: row;
  column-gap: 70px;
  margin-top: 48px;
}
@media (min-device-width: 768px) and (max-device-width: 1024px) {
  .ns-content-elements .stats-row {
    column-gap: 50px;
  }
}
@media screen and (max-width: 767px) {
  .ns-content-elements .stats-row {
    column-gap: 35px;
    flex-wrap: wrap;
    flex-direction: column;
  }
}
.ns-content-elements .stats-row .stats-column {
  width: 15%;
}
@media (min-device-width: 768px) and (max-device-width: 1024px) {
  .ns-content-elements .stats-row .stats-column {
    width: 20%;
  }
}
@media screen and (max-width: 767px) {
  .ns-content-elements .stats-row .stats-column {
    width: 100%;
  }
}
.ns-content-elements .stats-row .stats-column h3 {
  font-size: 52px !important;
  line-height: 52px;
  font-family: "Shippori Mincho", serif;
  margin: 0;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .ns-content-elements .stats-row .stats-column h3 {
    margin-top: 20px;
  }
}
.ns-content-elements .stats-row .stats-column p {
  font-size: 17px;
  line-height: 24px;
  margin: 0;
  font-weight: 400;
  color: #4F5255;
  margin-top: 12px;
  font-family: "Figtree", sans-serif;
}

.ns-animate.active-fadein {
  animation: fadeInUp;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}

@media screen and (max-width: 1024px) {
  .home .ns-content-elements {
    margin-bottom: 50px;
  }
}

.ns-hero-image {
  width: 100%;
  height: auto;
  padding: 50px 20px;
  background-color: #F3F1EB;
}
@media screen and (max-width: 1024px) {
  .ns-hero-image {
    padding: 50px 0;
  }
}
.ns-hero-image .container {
  /*.video {
      flex: 0 1 100%;
      max-width: 100%;
      position: relative;
      height: 100%;
      @media screen and (min-width: $s-tablet) {
          flex: 0 1 50%;
          max-width: 50%;
      }

      > div {
          width: 100%;
          height: 100%;
          padding-top: 70%;
          position: relative;

          > iframe {
              width: 100%;
              height: 100%;
              position: absolute;
              top: 0;
              left: 0;
          }
      }
  }*/
  /*
  figure {
      height: 100%;
      width: 813px;
      img {
          width: 100%;
          height: 100%;
          object-fit: cover;
          object-position: left;
      }
  }*/
}
@media screen and (max-width: 768px) {
  .ns-hero-image .container {
    flex-direction: column;
  }
}
.ns-hero-image .container .content {
  display: flex;
  flex: 0 1 100%;
  max-width: 100%;
  padding: 170px 0;
}
@media screen and (max-width: 1024px) {
  .ns-hero-image .container .content {
    margin-bottom: 0;
    flex: 0 1 50%;
    max-width: 50%;
    padding: 50px 0;
  }
}
.ns-hero-image .container .content h1 {
  flex: 0 1 100%;
  font-size: 52px !important;
}
@media screen and (max-width: 1024px) {
  .ns-hero-image .container .content h1 {
    padding: 0 20px 40px;
    margin: 0;
    max-width: unset;
    font-size: 45px !important;
    /*flex: 0 1 50%;*/
  }
}
.ns-hero-image .container figure {
  flex: 0 1 100%;
  max-width: 100%;
  position: relative;
  animation: fadeIn ease-in 0.5s forwards 0.1s;
}
.ns-hero-image .container figure.ns-fig-mobile {
  display: none;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .ns-hero-image .container figure.ns-fig-mobile {
    display: block;
    flex: 0 1 70%;
    max-width: 70%;
  }
}
@media screen and (max-width: 768px) {
  .ns-hero-image .container figure.ns-fig-mobile {
    flex: 0 1 80%;
    max-width: 80%;
  }
}
@media screen and (max-width: 768px) {
  .ns-hero-image .container figure {
    flex: 0 1 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .ns-hero-image .ns-fig-desktop {
    display: none;
  }
}

.colums-facts-section {
  padding: 75px 0 150px;
}
.colums-facts-section.dark {
  background-color: #030303;
  position: relative;
}
.colums-facts-section.dark p {
  color: #F3F1EB;
}
.colums-facts-section.dark h4 {
  color: #F3F1EB;
}
.colums-facts-section.dark .label {
  color: #8E8E8B !important;
}
.colums-facts-section.dark::after {
  content: "";
  width: 400px;
  height: 300px;
  background-image: url("../../ns-laser-digital-v1/img/curve-bg-bottom-2.png");
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  bottom: 0px;
  right: 0px;
  background-position: right bottom;
}
.colums-facts-section.dark::before {
  content: "";
  width: 100%;
  height: 298px;
  background-image: url("../../ns-laser-digital-v1/img/curve-bg-top-new.png");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: -189px;
  background-color: transparent;
}
@media (min-device-width: 768px) and (max-device-width: 1024px) {
  .colums-facts-section.dark::before {
    top: -140px;
  }
}
@media screen and (max-width: 600px) {
  .colums-facts-section.dark::before {
    top: -70px;
    left: 0px;
  }
}
@media screen and (min-width: 601px) and (max-width: 768px) {
  .colums-facts-section.dark::before {
    height: 100px;
    top: -63px;
  }
}
.colums-facts-section.dark.hide-shape {
  margin-top: 0;
}
.colums-facts-section.dark.hide-shape-top::before {
  height: 0;
}
.colums-facts-section.dark.hide-shape-bottom::after {
  height: 0;
}
.colums-facts-section.dark.hide-shape-top-bottom::after, .colums-facts-section.dark.hide-shape-top-bottom::before {
  height: 0;
}
.colums-facts-section.light {
  background-color: #F3F1EB;
}
.colums-facts-section.light .container .ns-facts .ns-fact-item .number {
  color: #000000;
}
.colums-facts-section.light .container .ns-facts .ns-fact-item .number::after {
  background: #000000;
  opacity: 1;
}
.colums-facts-section.light .container .ns-facts .ns-fact-item .label {
  color: #6E6E6E;
}
.colums-facts-section.light .container .ns-facts .ns-fact-item .ns-facts-content ul, .colums-facts-section.light .container .ns-facts .ns-fact-item .ns-facts-content li, .colums-facts-section.light .container .ns-facts .ns-fact-item .ns-facts-content p {
  color: #000000;
}
.colums-facts-section.light .container .ns-facts .ns-fact-item .ns-facts-content ul li::marker {
  color: #8E8E8B;
}
.colums-facts-section .container {
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-top: 50px;
}
@media screen and (max-width: 768px) {
  .colums-facts-section .container {
    row-gap: 30px;
    padding-top: 30px;
  }
}
.colums-facts-section .container h4 {
  font-size: 65px;
  line-height: 75px;
  font-weight: 400;
  max-width: 749px;
  margin: 0;
  letter-spacing: -2.6px;
  margin-bottom: 145px;
}
@media screen and (max-width: 600px) {
  .colums-facts-section .container h4 {
    margin-bottom: 40px;
    font-size: 32px;
    line-height: 38px;
  }
}
.colums-facts-section .container .ns-facts {
  display: flex;
  flex-wrap: wrap;
  column-gap: 3%;
  position: relative;
  z-index: 1;
}
.colums-facts-section .container .ns-facts .ns-fact-item {
  flex: 1 0 30%;
}
@media screen and (max-width: 600px) {
  .colums-facts-section .container .ns-facts .ns-fact-item {
    flex: 100%;
  }
}
.colums-facts-section .container .ns-facts .ns-fact-item .number {
  font-family: "Shippori Mincho", serif;
  color: #8E8E8B;
  font-size: 75px;
  line-height: 109px;
  margin: 0;
  position: relative;
  margin-bottom: 26px;
}
.colums-facts-section .container .ns-facts .ns-fact-item .number::after {
  content: "";
  display: block;
  width: 100%;
  position: absolute;
  bottom: 0;
  height: 2px;
  background: #FFFFFF;
  opacity: 0.3;
}
.colums-facts-section .container .ns-facts .ns-fact-item .subtitle {
  font-family: "Shippori Mincho", serif;
  font-size: 28px;
  line-height: 38px;
  letter-spacing: -1.12px;
  margin: 0;
  margin-bottom: 14px;
}
.colums-facts-section .container .ns-facts .ns-fact-item .label {
  margin: 0 0 35px 0;
  font-size: 14px;
  line-height: 24px;
  text-transform: uppercase;
  font-weight: 500;
  color: #A19FC3;
  letter-spacing: 1px;
}
.colums-facts-section .container .ns-facts .ns-fact-item .ns-facts-content ul, .colums-facts-section .container .ns-facts .ns-fact-item .ns-facts-content li, .colums-facts-section .container .ns-facts .ns-fact-item .ns-facts-content p {
  color: #F3F1EB;
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
}
.colums-facts-section .container .ns-facts .ns-fact-item .ns-facts-content ul {
  padding-inline-start: 1em;
}
.colums-facts-section .container .ns-facts .ns-fact-item .ns-facts-content ul li {
  padding-inline-start: 5px;
  padding-bottom: 15px;
}
.colums-facts-section .container .ns-facts .ns-fact-item .ns-facts-content ul li::marker {
  color: #F3F1EB;
}
@media screen and (max-width: 600px) {
  .colums-facts-section {
    padding-top: 30px 0 0;
  }
}

.intro-columns-section {
  padding: 35px 0 120px;
  position: relative;
}
.intro-columns-section.dark {
  background-color: #030303;
  padding-top: 115px;
}
.intro-columns-section.dark p {
  color: #F3F1EB;
}
.intro-columns-section.dark h4 {
  color: #F3F1EB;
}
.intro-columns-section.dark .container::before {
  background: #F3F1EB;
}
.intro-columns-section.dark::after {
  content: "";
  width: 200px;
  height: 300px;
  background-image: url("../../ns-laser-digital-v1/img/curve-bg-bottom-2.png");
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  bottom: 0px;
  right: 0px;
  background-position: right bottom;
}
.intro-columns-section.dark::before {
  content: "";
  width: 100%;
  height: 298px;
  background-image: url("../../ns-laser-digital-v1/img/curve-bg-top-new.png");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: -189px;
  background-color: transparent;
}
@media (min-device-width: 768px) and (max-device-width: 1024px) {
  .intro-columns-section.dark::before {
    top: -140px;
  }
}
@media screen and (max-width: 600px) {
  .intro-columns-section.dark::before {
    top: -70px;
    left: 0px;
  }
}
@media screen and (min-width: 601px) and (max-width: 768px) {
  .intro-columns-section.dark::before {
    height: 100px;
    top: -63px;
  }
}
.intro-columns-section.light {
  background-color: #F3F1EB;
}
.intro-columns-section .container {
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-top: 34px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .intro-columns-section .container {
    row-gap: 30px;
  }
}
.intro-columns-section .container p {
  max-width: 450px;
  line-height: 30px;
  font-family: "Figtree", sans-serif;
  margin: 0;
}
.intro-columns-section .container h4 {
  font-size: 38px;
  line-height: 52px;
  font-weight: 400;
  max-width: 900px;
  font-family: "Shippori Mincho", serif;
  margin: 0;
}
.intro-columns-section .container .intro-columns-container {
  display: flex;
  align-items: flex-start;
}
@media screen and (max-width: 600px) {
  .intro-columns-section .container .intro-columns-container {
    flex-direction: column;
    row-gap: 30px;
    padding-top: 50px;
  }
}
.intro-columns-section .container .intro-columns-container > div:first-child {
  padding-right: 63px;
}
@media screen and (max-width: 600px) {
  .intro-columns-section .container .intro-columns-container > div:first-child {
    padding-right: 0;
  }
}
.intro-columns-section .container::before {
  content: "";
  display: block;
  width: calc(100% - 40px);
  position: absolute;
  top: 0;
  height: 2px;
  background: #000000;
}
@media screen and (max-width: 600px) {
  .intro-columns-section {
    padding: 30px 0 60px;
  }
}

.ns-hero-bg-image {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 670px;
  background-size: cover;
  background-position: center center;
  margin: 40px 0 93px;
}
@media screen and (max-width: 768px) {
  .ns-hero-bg-image {
    height: 250px;
    margin: 30px 0;
  }
}
.ns-hero-bg-image .hero-content {
  height: 670px;
  padding: 0 7%;
  justify-content: flex-start;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1300px) {
  .ns-hero-bg-image .hero-content {
    padding: 0 5%;
    height: 700px;
  }
}
@media screen and (max-width: 768px) {
  .ns-hero-bg-image .hero-content {
    padding: 0 20px;
    height: 300px;
  }
}
.ns-hero-bg-image .hero-content h1 {
  font-size: 52px !important;
  color: #FFFFFF;
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .ns-hero-bg-image .hero-content h1 {
    font-size: 30px !important;
    line-height: 38px;
  }
}

.ns-hero-bg-image::before {
  content: "";
  position: absolute;
  top: 1px;
  right: 0;
  bottom: 0;
  width: 100vw;
  height: 100%;
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: contain;
  background-image: url("./../img/curve-bg-top.svg");
}

.our-goal-section {
  padding: 125px 0 150px 0;
}
.our-goal-section .container {
  background-color: #F8F7F2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .our-goal-section .container {
    row-gap: 30px;
  }
}
.our-goal-section .container p {
  max-width: 450px;
  line-height: 30px;
  font-family: "Figtree", sans-serif;
  margin: 0;
}
.our-goal-section .container h4 {
  font-size: 45px;
  line-height: 56px;
  font-weight: 400;
  max-width: 585px;
  font-family: "Shippori Mincho", serif;
  letter-spacing: -1.8px;
  margin: 0;
  margin-bottom: 15px;
}
.our-goal-section .container ul, .our-goal-section .container li {
  margin: 0;
}
.our-goal-section .container ul {
  padding-inline-start: 1em;
}
.our-goal-section .container li {
  padding-bottom: 15px;
  padding-left: 10px;
  line-height: 28px;
  font-size: 18px;
}
.our-goal-section .container li::marker {
  color: #8E8E8B;
  font-size: 18px;
  line-height: 28px;
}
.our-goal-section .container .ns-goal-container {
  display: flex;
  flex-direction: column;
  padding-left: 56px;
  flex-wrap: wrap;
}
@media screen and (max-width: 600px) {
  .our-goal-section .container .ns-goal-container {
    padding: 0 20px;
  }
}
.our-goal-section .container .ns-goal-container > div:first-child {
  position: relative;
  margin-bottom: 30px;
}
.our-goal-section .container .ns-goal-container > div:first-child::before {
  content: "";
  display: block;
  width: calc(100% - 40px);
  position: absolute;
  bottom: -30px;
  height: 1px;
  background: #D4D2CB;
}
.our-goal-section .container .ns-goal-container > div:last-child {
  margin-top: 30px;
}
@media screen and (max-width: 600px) {
  .our-goal-section .container figure {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .our-goal-section {
    padding: 30px 20px 75px;
  }
}
@media screen and (max-width: 600px) {
  .our-goal-section {
    padding: 50px 20px;
  }
}

.ns-positions {
  width: 100%;
  padding-bottom: 150px;
}
.ns-positions > div.container {
  margin: auto;
  flex-direction: column;
  align-items: unset;
}
.ns-positions > div.container h2 {
  font-size: 52px !important;
  font-weight: 500;
  margin-bottom: 47px;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .ns-positions > div.container h2 {
    font-size: 30px !important;
    margin-top: 0;
  }
}
.ns-positions > div.container .ns-positions-container {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.ns-positions > div.container .ns-positions-container .ns-position-item {
  display: flex;
  width: 100%;
  column-gap: 5%;
  align-items: center;
  margin: 30px 0;
  position: relative;
}
@media screen and (min-width: 768px) {
  .ns-positions > div.container .ns-positions-container .ns-position-item {
    column-gap: 1%;
  }
}
.ns-positions > div.container .ns-positions-container .ns-position-item::before {
  content: "";
  position: absolute;
  width: 100%;
  border-top: 1px solid #000000;
  top: -30px;
}
.ns-positions > div.container .ns-positions-container .ns-position-item .ns-top-location-mb {
  margin: 0;
  font-size: 14px;
  line-height: 18px;
  color: #4F5255;
}
@media screen and (min-width: 768px) {
  .ns-positions > div.container .ns-positions-container .ns-position-item .ns-top-location-mb {
    display: none;
  }
}
.ns-positions > div.container .ns-positions-container .ns-position-item > div {
  flex: 1 0 60%;
}
.ns-positions > div.container .ns-positions-container .ns-position-item h3 {
  margin: 0;
  font-size: 22px;
  line-height: 28px;
  color: #000000;
  font-weight: 500;
}
.ns-positions > div.container .ns-positions-container .ns-position-item h3 a {
  color: #000000;
  border: none;
  text-decoration: none;
}
.ns-positions > div.container .ns-positions-container .ns-position-item h3 a::before {
  background: unset;
}
.ns-positions > div.container .ns-positions-container .ns-position-item h3 a:hover {
  color: #005A9D;
  background-color: unset;
}
.ns-positions > div.container .ns-positions-container .ns-position-item h3 a:hover::before {
  background-image: unset;
}
.ns-positions > div.container .ns-positions-container .ns-position-item h4 {
  margin: 20px 0 30px 0;
  font-weight: 500;
}
.ns-positions > div.container .ns-positions-container .ns-position-item h4 a {
  color: #000000;
}
.ns-positions > div.container .ns-positions-container .ns-position-item h6 {
  flex: 1 0 30%;
  margin: 0 0;
  font-weight: 400;
  color: #6E6E6E;
  line-height: 34px;
  display: none;
}
@media screen and (min-width: 768px) {
  .ns-positions > div.container .ns-positions-container .ns-position-item h6 {
    display: block;
  }
}
.ns-positions > div.container .ns-positions-container .ns-position-item a.ns-position-cta {
  flex: 1 0 8%;
  max-width: 40px;
  height: 40px;
  transition: all 0.2s ease;
  background-color: #000000;
  border-radius: 100%;
  position: relative;
}
@media screen and (min-width: 768px) {
  .ns-positions > div.container .ns-positions-container .ns-position-item a.ns-position-cta {
    max-width: 52px;
    height: 52px;
  }
}
.ns-positions > div.container .ns-positions-container .ns-position-item a.ns-position-cta::before {
  content: "";
  position: absolute;
  background-image: url(../img/arrow-small.svg);
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (min-width: 768px) {
  .ns-positions > div.container .ns-positions-container .ns-position-item a.ns-position-cta::before {
    width: 52px;
    height: 52px;
  }
}
.ns-positions > div.container .ns-positions-container .ns-position-item a.ns-position-cta:hover {
  background-color: transparent;
  border: 1px solid #000000;
}
.ns-positions > div.container .ns-positions-container .ns-position-item a.ns-position-cta:hover::before {
  background-image: url(../img/arrow-small-black.svg);
  width: 28px;
  left: 6px;
}
@media screen and (min-width: 768px) {
  .ns-positions > div.container .ns-positions-container .ns-position-item a.ns-position-cta:hover::before {
    width: 28px;
    height: 51px;
    left: 10px;
  }
}

.funds-section {
  margin: 0 0 174px 0;
  position: relative;
  padding: 0 60px !important;
}
@media (min-device-width: 768px) and (max-device-width: 1024px) {
  .funds-section {
    padding: 0 40px !important;
  }
}
.funds-section.dark {
  background-color: #030303;
  padding: 150px 60px !important;
  z-index: 1;
}
@media (min-device-width: 768px) and (max-device-width: 1024px) {
  .funds-section.dark {
    padding: 150px 40px !important;
  }
}
.funds-section.dark ul, .funds-section.dark li, .funds-section.dark p {
  color: #F3F1EB !important;
}
.funds-section.dark h2 {
  font-size: 52px !important;
  color: #F3F1EB !important;
  padding-top: 34px;
}
.funds-section.dark h5 {
  color: #8E8E8B !important;
}
.funds-section.dark h6 {
  color: #8E8E8B !important;
}
.funds-section.dark .container.border-on {
  border-color: #F3F1EB;
  border-top: 2px solid #F3F1EB;
}
.funds-section.dark .container.border-on .ns-adittional-info h7 {
  color: #8E8E8B;
}
.funds-section.dark .container .buttons .ghost {
  color: #FFFFFF;
  border-color: #FFFFFF;
}
.funds-section.dark .container .buttons .filled {
  color: #000000;
  background-color: #FFFFFF;
}
.funds-section.dark .container .nns-adittional-info p {
  color: #F3F1EB !important;
}
.funds-section.dark .container .funds-intro h5 {
  color: #8e8e8b;
}
.funds-section.dark .container .funds-content .ns-adittional-info h6 {
  color: #8e8e8b;
}
.funds-section.dark .container .funds-content .ns-adittional-info p span {
  color: #8E8E8B;
}
.funds-section.dark::after {
  content: "";
  width: 400px;
  height: 300px;
  background-image: url("../../ns-laser-digital-v1/img/curve-bg-bottom-2.png");
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  bottom: 0px;
  right: 0px;
  background-position: right bottom;
}
.funds-section.dark::before {
  content: "";
  width: 100%;
  height: 298px;
  background-image: url("../../ns-laser-digital-v1/img/curve-bg-top-new.png");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: -189px;
  background-color: transparent;
  left: 0;
}
@media (min-device-width: 768px) and (max-device-width: 1024px) {
  .funds-section.dark::before {
    top: -140px;
  }
}
@media screen and (max-width: 600px) {
  .funds-section.dark::before {
    top: -70px;
    left: 0px;
  }
}
@media screen and (min-width: 601px) and (max-width: 768px) {
  .funds-section.dark::before {
    height: 100px;
    top: -63px;
  }
}
.funds-section.light {
  background-color: #F3F1EB;
  color: #6E6E6E;
}
.funds-section .container {
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  .funds-section .container {
    row-gap: 30px;
  }
}
.funds-section .container.border-on {
  max-width: 1200px;
  padding: 34px 0px;
  border-top: 2px solid #000;
}
.funds-section .container.border-on .ns-adittional-info h7 {
  color: #6E6E6E;
}
.funds-section .container h2 {
  font-size: 52px !important;
  line-height: 70px;
  letter-spacing: -2.5px;
  margin: 0 0 115px;
  padding: 0;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .funds-section .container h2 {
    margin-bottom: 50px;
    font-size: 32px;
    line-height: 38px;
    letter-spacing: -1.28px;
  }
}
.funds-section .container .funds-intro {
  margin-bottom: 110px;
}
@media screen and (max-width: 768px) {
  .funds-section .container .funds-intro {
    margin-bottom: 50px;
  }
}
.funds-section .container .funds-intro p {
  font-size: 33px;
  line-height: 54px;
  max-width: 900px;
  font-family: "Shippori Mincho", serif;
  margin: 0;
  letter-spacing: -1px;
}
@media screen and (max-width: 768px) {
  .funds-section .container .funds-intro p {
    font-size: 22px;
    line-height: 30px;
    letter-spacing: -0.75px;
  }
}
.funds-section .container .funds-intro h5 {
  margin: 0;
  margin-bottom: 25px;
  font-size: 16px;
  line-height: 24px;
  font-family: "Figtree", sans-serif;
  color: #6E6E6E;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .funds-section .container .funds-intro h5 {
    font-size: 14px;
    line-height: 24px;
  }
}
.funds-section .container .funds-content {
  display: flex;
  width: 100%;
  justify-content: space-between;
  flex-wrap: wrap;
  z-index: 2;
}
.funds-section .container .funds-content .ns-content ul {
  max-width: 590px;
  padding: 0 0 0 24px;
}
.funds-section .container .funds-content .ns-content li {
  max-width: 590px;
  margin-bottom: 15px;
  line-height: 28px;
  list-style: none;
  position: relative;
}
.funds-section .container .funds-content .ns-content li::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #6E6E6E;
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  left: -22px;
  top: 12px;
}
.funds-section .container .funds-content .ns-content li p {
  font-family: "Figtree", sans-serif;
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .funds-section .container .funds-content .ns-content li p {
    font-size: 18px;
    line-height: 26px;
  }
}
.funds-section .container .funds-content .ns-content h5 {
  font-size: 16px;
  line-height: 24px;
  font-family: "Figtree", sans-serif;
  color: #6E6E6E;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 500;
  margin: 0 0 25px;
}
@media screen and (max-width: 768px) {
  .funds-section .container .funds-content .ns-content h5 {
    font-size: 14px;
    line-height: 24px;
  }
}
.funds-section .container .funds-content .ns-content ul {
  margin-bottom: 59px;
}
.funds-section .container .funds-content .ns-adittional-info h6 {
  font-size: 16px;
  line-height: 24px;
  font-family: "Figtree", sans-serif;
  margin: 0;
  color: #6E6E6E;
  text-transform: uppercase;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .funds-section .container .funds-content .ns-adittional-info h6 {
    font-size: 14px;
    line-height: 24px;
  }
}
.funds-section .container .funds-content .ns-adittional-info p {
  display: flex;
  flex-direction: column;
  color: #000000;
  font-size: 20px;
  line-height: 34px;
  font-family: "Figtree", sans-serif;
  position: relative;
  margin-bottom: 20px;
}
.funds-section .container .funds-content .ns-adittional-info p span {
  font-family: "Figtree", sans-serif;
  font-weight: 500;
  font-size: 12px;
  text-transform: uppercase;
  line-height: 24px;
  letter-spacing: 0.75px;
  color: #6E6E6E;
  margin-top: 12px;
}
.funds-section .container .funds-content .ns-adittional-info p::before {
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  height: 1px;
  background: #D4D2CB;
}
.funds-section .container .funds-content .ns-adittional-info p.ns-launch {
  margin-top: 32px;
}
@media screen and (max-width: 768px) {
  .funds-section .container .funds-content .ns-adittional-info {
    width: 100%;
  }
}
.funds-section .container .buttons {
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .funds-section .container .buttons .button {
    margin: 0px;
  }
}
.funds-section .container .buttons .ghost {
  background-color: transparent;
  border: 1px solid #000000;
  color: #000000;
  font-family: "Figtree", sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 22px;
  text-transform: none;
  padding: 13px 25px;
  border-radius: 24px;
  margin-left: 14px;
  transition: 0.5s;
}
.funds-section .container .buttons .ghost:hover {
  border: 1px solid #F3F1EB;
  color: #000;
  transition: 0.5s;
  background-color: #F3F1EB;
}
.funds-section .container .buttons .filled {
  background-color: #000000;
  font-size: 17px;
  font-weight: 400;
  line-height: 22px;
  color: #ffffff;
  font-family: "Figtree", sans-serif;
  padding: 13px 25px;
  border-radius: 24px;
  text-transform: none;
  border: 1px solid #000000;
  transition: 0.5s;
}
.funds-section .container .buttons .filled:hover {
  background-color: transparent;
  border: 1px solid #000000;
  color: #000000;
  transition: 0.5s;
}
@media screen and (max-width: 768px) {
  .funds-section {
    padding: 30px 20px 60px !important;
    margin-bottom: 0;
  }
  .funds-section.dark {
    padding: 30px 20px 60px !important;
  }
}

.post-list-section {
  padding: 75px 0 150px;
  position: relative;
  margin-bottom: 100px;
}
.post-list-section.dark {
  background-color: #030303;
}
.post-list-section.dark p {
  color: #F3F1EB;
}
.post-list-section.dark h4 {
  color: #F3F1EB;
}
.post-list-section.dark h3 {
  color: #F3F1EB;
}
.post-list-section.dark a {
  color: #F3F1EB;
}
.post-list-section.dark.hide-shape {
  margin-top: 0;
}
.post-list-section.dark.hide-shape-top::before {
  height: 0;
}
.post-list-section.dark.hide-shape-bottom::after {
  height: 0;
}
.post-list-section.dark.hide-shape-top-bottom::after, .post-list-section.dark.hide-shape-top-bottom::before {
  height: 0;
}
.post-list-section .container {
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-top: 50px;
}
@media screen and (max-width: 768px) {
  .post-list-section .container {
    row-gap: 30px;
    padding-top: 30px;
  }
}
.post-list-section .container h3 {
  font-size: 50px;
  line-height: 70px;
  font-weight: 400;
  max-width: 780px;
  margin: 0;
  letter-spacing: -2.08px;
  margin-bottom: 200px;
}
@media screen and (max-width: 768px) {
  .post-list-section .container h3 {
    margin-bottom: 40px;
    font-size: 32px;
    line-height: 38px;
  }
}
.post-list-section .container .ns-posts-list {
  display: flex;
  column-gap: 3%;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  border-top: 1px solid #F3F1EB;
  padding-top: 33px;
  row-gap: 50px;
}
.post-list-section .container .ns-posts-list h4 {
  margin: 0;
  font-size: 52px !important;
  line-height: 75px;
  letter-spacing: -2.5px;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .post-list-section .container .ns-posts-list h4 {
    font-size: 32px;
    line-height: 38px;
  }
}
.post-list-section .container .ns-posts-list .ns-post-items {
  display: flex;
  flex-direction: column;
}
.post-list-section .container .ns-posts-list .ns-post-items .ns-post-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 29px;
  z-index: 2;
}
.post-list-section .container .ns-posts-list .ns-post-items .ns-post-item:not(:last-child) .content {
  border-bottom: 1px solid #F3F1EB;
}
@media screen and (max-width: 600px) {
  .post-list-section .container .ns-posts-list .ns-post-items .ns-post-item {
    flex-direction: column;
    gap: 20px;
  }
}
.post-list-section .container .ns-posts-list .ns-post-items .ns-post-item figure {
  width: 100%;
  max-width: 45px;
  height: 50.9px;
}
.post-list-section .container .ns-posts-list .ns-post-items .ns-post-item figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.post-list-section .container .ns-posts-list .ns-post-items .ns-post-item div {
  position: relative;
  min-width: 650px;
  margin-left: 27px;
}
@media screen and (max-width: 600px) {
  .post-list-section .container .ns-posts-list .ns-post-items .ns-post-item div {
    min-width: unset;
    margin-left: unset;
  }
}
.post-list-section .container .ns-posts-list .ns-post-items .ns-post-item div h5 {
  font-size: 38px;
  line-height: 52px;
  color: #F3F1EB;
  margin: 0;
  font-weight: 400;
  letter-spacing: -1.5px;
}
@media screen and (max-width: 768px) {
  .post-list-section .container .ns-posts-list .ns-post-items .ns-post-item div h5 {
    font-size: 30px;
    line-height: 38px;
  }
}
.post-list-section .container .ns-posts-list .ns-post-items .ns-post-item div a h5 {
  font-size: 38px;
  line-height: 52px;
  color: #F3F1EB;
  margin: 0;
  font-weight: 400;
  letter-spacing: -1.5px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .post-list-section .container .ns-posts-list .ns-post-items .ns-post-item div a h5 {
    font-size: 30px;
    line-height: 38px;
  }
}
.post-list-section .container .ns-posts-list .ns-post-items .ns-post-item div a::after {
  content: "";
  width: 26px;
  height: 10px;
  background-image: url("../../ns-laser-digital-v1/img/arrow-link.svg");
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 1em;
  right: 0;
}
.post-list-section .container .ns-posts-list .ns-post-items .ns-post-item div p {
  max-width: 600px;
  color: #8E8E8B;
  margin: 14px 0 38px;
  line-height: 30px;
}
@media screen and (max-width: 768px) {
  .post-list-section {
    margin-top: 100px;
    margin-bottom: unset;
    padding-bottom: 50px;
    margin-bottom: 50px;
  }
}
.post-list-section::after {
  content: "";
  width: 400px;
  height: 300px;
  background-image: url("../../ns-laser-digital-v1/img/curve-bg-bottom-2.png");
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  bottom: 0px;
  right: 0px;
  background-position: right bottom;
}
.post-list-section::before {
  content: "";
  width: 100%;
  height: 298px;
  background-image: url("../../ns-laser-digital-v1/img/curve-bg-top-new.png");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: -189px;
  background-color: transparent;
}
@media (min-device-width: 768px) and (max-device-width: 1024px) {
  .post-list-section::before {
    top: -140px;
  }
}
@media screen and (max-width: 600px) {
  .post-list-section::before {
    top: -70px;
    left: 0px;
  }
}
@media screen and (min-width: 601px) and (max-width: 768px) {
  .post-list-section::before {
    height: 100px;
    top: -63px;
  }
}

@media screen and (max-width: 1024px) {
  .post-list-section {
    margin-bottom: 90px;
  }
  .post-list-section .container .ns-posts-list .ns-post-items {
    width: 100%;
  }
  .post-list-section .container .ns-posts-list .ns-post-items .ns-post-item {
    width: 100%;
  }
  .post-list-section .container .ns-posts-list .ns-post-items .ns-post-item div {
    width: 100%;
  }
  .post-list-section .container .ns-posts-list .ns-post-items .ns-post-item div p {
    max-width: 100%;
  }
  .post-list-section::after {
    bottom: -30px;
  }
}
.service-features-section {
  padding: 0px 0 150px;
  position: relative;
}
.service-features-section.dark {
  background-color: #030303;
}
.service-features-section.dark p {
  color: #F3F1EB;
}
.service-features-section.dark h2 {
  font-size: 52px !important;
  color: #F3F1EB;
}
.service-features-section.dark h3 {
  color: #F3F1EB;
  margin: 0;
}
.service-features-section.dark .container::before {
  background: #F3F1EB;
}
.service-features-section.dark .container .ns-features .ns-features-item .label {
  color: #F3F1EB;
}
.service-features-section.dark .container .ns-features .ns-features-item .ns-features-content ul, .service-features-section.dark .container .ns-features .ns-features-item .ns-features-content li, .service-features-section.dark .container .ns-features .ns-features-item .ns-features-content p {
  color: #F3F1EB;
}
.service-features-section.dark::after {
  content: "";
  width: 400px;
  height: 300px;
  background-image: url("../../ns-laser-digital-v1/img/curve-bg-bottom-2.png");
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  bottom: 0px;
  right: 0px;
  background-position: right bottom;
}
.service-features-section.dark::before {
  content: "";
  width: 100%;
  height: 298px;
  background-image: url("../../ns-laser-digital-v1/img/curve-bg-top-new.png");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: -189px;
  background-color: transparent;
}
@media (min-device-width: 768px) and (max-device-width: 1024px) {
  .service-features-section.dark::before {
    top: -140px;
  }
}
@media screen and (max-width: 600px) {
  .service-features-section.dark::before {
    top: -70px;
    left: 0px;
  }
}
@media screen and (min-width: 601px) and (max-width: 768px) {
  .service-features-section.dark::before {
    height: 100px;
    top: -63px;
  }
}
.service-features-section.light {
  background-color: #F3F1EB;
}
.service-features-section.light .container .ns-features .ns-features-item .label {
  color: #000000;
}
.service-features-section.light .container .ns-features .ns-features-item .ns-features-content ul, .service-features-section.light .container .ns-features .ns-features-item .ns-features-content li, .service-features-section.light .container .ns-features .ns-features-item .ns-features-content p {
  color: #000000;
}
.service-features-section .container {
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-top: 20px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .service-features-section .container {
    row-gap: 30px;
  }
}
.service-features-section .container h2 {
  font-size: 28px;
  line-height: 38px;
  font-weight: 400;
  max-width: 585px;
  margin: 0;
  letter-spacing: -1.12px;
  margin-bottom: 70px;
  padding-bottom: 0;
}
@media screen and (max-width: 600px) {
  .service-features-section .container h2 {
    margin-bottom: 40px;
  }
}
.service-features-section .container .ns-features {
  display: flex;
  flex-wrap: wrap;
  column-gap: 2%;
  row-gap: 50px;
  z-index: 1;
}
@media screen and (max-width: 600px) {
  .service-features-section .container .ns-features {
    row-gap: 39px;
  }
}
.service-features-section .container .ns-features .ns-features-item {
  flex: 1 0 48%;
}
@media screen and (max-width: 600px) {
  .service-features-section .container .ns-features .ns-features-item {
    flex: 100%;
  }
}
.service-features-section .container .ns-features .ns-features-item .label {
  font-family: "Figtree", sans-serif;
  color: #000000;
  font-size: 16px;
  line-height: 24px;
  margin: 0;
  margin-bottom: 10px;
  font-weight: 500;
}
.service-features-section .container .ns-features .ns-features-item .ns-features-content p {
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  max-width: 450px;
}
@media screen and (max-width: 600px) {
  .service-features-section .container .ns-features .ns-features-item .ns-features-content p {
    font-size: 16px;
    line-height: 24px;
  }
}
.service-features-section .container .ns-features .ns-features-item .ns-features-content h4 {
  font-family: "Shippori Mincho", serif;
  margin: 0;
  font-weight: 400;
  margin: 20px 0 20px 0;
}
@media screen and (max-width: 600px) {
  .service-features-section .container .ns-features .ns-features-item .ns-features-content h4 {
    font-size: 30px;
    line-height: 38px;
  }
}
.service-features-section .container::before {
  content: "";
  display: block;
  width: calc(100% - 40px);
  position: absolute;
  top: 0;
  height: 1px;
  background: #000000;
}
@media screen and (max-width: 600px) {
  .service-features-section {
    padding: 60px 0;
  }
}

.ns-gravity-form {
  margin-bottom: 80px;
}
.ns-gravity-form .gform_wrapper.gravity-theme textarea,
.ns-gravity-form .gform_wrapper.gravity-theme .ginput_complex input,
.ns-gravity-form .gform_wrapper.gravity-theme .ginput_complex select {
  border: 1px solid #E1E6E9;
  border-radius: 22px;
  min-width: 254px;
  color: #00243E;
  font-weight: 500;
  font-family: "Plus Jakarta Sans", sans-serif;
  outline-color: #E1E6E9;
}
.ns-gravity-form .gform_wrapper form .gfield input {
  padding: 11px 20px !important;
  outline: none;
  border: 1px solid #E1E6E9;
  border-radius: 22px;
}
.ns-gravity-form .gform_wrapper.gravity-theme .gform_footer button {
  padding: 6px 25px !important;
  background: transparent;
  border-radius: 20px;
  border: 1px solid #000000;
  font-size: 16px;
  font-weight: 500;
}
@media screen and (max-width: 600px) {
  .ns-gravity-form .gform_wrapper.gravity-theme .gform_footer button {
    width: 100%;
  }
}
.ns-gravity-form .gform_wrapper.gravity-theme .gform_footer button span:nth-child(2) {
  top: 6px;
}
.ns-gravity-form .gform_wrapper.gravity-theme .gform_validation_errors > h2 {
  letter-spacing: unset;
  font-size: 16px;
  font-family: "Figtree", sans-serif;
}
.ns-gravity-form .gform_wrapper.gravity-theme .field_description_above .gfield_description {
  padding-top: 1em;
  font-size: 14px;
  font-family: "Figtree", sans-serif;
  border-radius: 5px;
}
@media screen and (max-width: 600px) {
  .ns-gravity-form .gform_wrapper.gravity-theme .gform_fields {
    row-gap: 0;
  }
}

.gform_wrapper.gravity-theme .ginput_complex label, .gform_wrapper.gravity-theme .ginput_complex legend,
.gform_wrapper.gravity-theme .gfield_label {
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 8px;
  padding: 0;
}

.gform_wrapper.gravity-theme fieldset {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}

.gform_required_legend {
  display: none;
}

.ns-porfolio-block {
  padding: 200px 0 75px 0;
}
.ns-porfolio-block h2 {
  font-size: 52px !important;
  margin: 0;
  font-weight: 500;
}
@media (max-width: 768px) {
  .ns-porfolio-block {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.ns-porfolio-block .container.portfolio-top {
  padding: 37px 20px 0 20px;
  position: relative;
  justify-content: flex-start;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .ns-porfolio-block .container.portfolio-top {
    flex-wrap: wrap;
    row-gap: 20px;
  }
}
.ns-porfolio-block .container.portfolio-top::before {
  display: block;
  content: "";
  width: calc(100% - 40px);
  height: 2px;
  background: #000;
  position: absolute;
  top: 0;
}
.ns-porfolio-block .container.portfolio-top .portfolio-title {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .ns-porfolio-block .container.portfolio-top .portfolio-title {
    width: 100%;
  }
}
.ns-porfolio-block .container.portfolio-top .portfolio-title h2 {
  font-size: 52px !important;
  padding-bottom: 0;
}
.ns-porfolio-block .container.portfolio-top .portfolio-intro-text {
  width: 50%;
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .ns-porfolio-block .container.portfolio-top .portfolio-intro-text {
    width: 100%;
    margin-top: 0;
  }
}
.ns-porfolio-block .container.portfolio-top::before {
  display: block;
  content: "";
  width: calc(100% - 40px);
  height: 2px;
  background: #000;
  position: absolute;
  top: 0;
}
.ns-porfolio-block h4 {
  margin-bottom: 0;
  text-align: center;
}
.ns-porfolio-block .container.portfolio-section {
  flex-wrap: wrap;
  row-gap: 22px;
  align-items: flex-start;
  column-gap: 20px;
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .ns-porfolio-block .container.portfolio-section {
    margin-top: 50px;
  }
}
.ns-porfolio-block .container.portfolio-section .porfolio-column {
  align-self: stretch;
  width: 48%;
  background-color: #F8F7F2;
  padding: 32px 34px 48px 35px;
}
@media screen and (max-width: 767px) {
  .ns-porfolio-block .container.portfolio-section .porfolio-column {
    width: 100%;
  }
}
.ns-porfolio-block .container.portfolio-section .porfolio-column .icon_link img {
  /*max-width: 50%;*/
  height: 40px;
}
.ns-porfolio-block .container.portfolio-section .porfolio-column h3 {
  margin: 0;
  font-size: 38px;
  line-height: 52px;
  font-weight: 500;
}
.ns-porfolio-block .container.portfolio-section .porfolio-column small {
  font-size: 14px;
  line-height: 24px;
  color: #6E6E6E;
  text-transform: uppercase;
  margin-top: 10px;
  display: block;
  font-weight: 500;
  letter-spacing: 1px;
}
.ns-porfolio-block .container.portfolio-section .porfolio-column p {
  font-size: 16px;
  line-height: 26px;
}
.ns-porfolio-block .container.portfolio-section .porfolio-column .portfolio-links {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 99px;
}
.ns-porfolio-block .container.portfolio-section .porfolio-column .portfolio-links form {
  margin-top: 5px;
  padding: 0;
}
.ns-porfolio-block .container.portfolio-section .porfolio-column .portfolio-links form button {
  background-color: transparent;
  color: #000000;
  border-radius: 24px;
  padding: 13px 25px;
  text-transform: initial;
  height: auto;
  border: 1px solid #000;
  font-size: 17px;
  transition: 0.5s;
}
.ns-porfolio-block .container.portfolio-section .porfolio-column .portfolio-links form button:hover {
  border: 1px solid #000000;
  color: #fff;
  transition: 0.5s;
  background-color: #000;
}
.ns-porfolio-block .container.portfolio-section .porfolio-column .portfolio-links form button.no-border {
  border: none;
}
.ns-porfolio-block .container.portfolio-section .porfolio-column .portfolio-links form button.no-border:hover {
  border: none;
  color: transparent;
  background-color: transparent;
  cursor: auto;
}
.ns-porfolio-block.dark {
  background-color: #030303;
  position: relative;
}
.ns-porfolio-block.dark .container.portfolio-top::before {
  display: block;
  content: "";
  width: calc(100% - 40px);
  height: 2px;
  background: rgba(255, 255, 255, 0.3);
  position: absolute;
  top: 0;
}
.ns-porfolio-block.dark h4 {
  margin-bottom: 0;
  text-align: center;
}
.ns-porfolio-block.dark .porfolio-column {
  background: transparent !important;
  border-top: 2px solid rgba(255, 255, 255, 0.3) !important;
  padding: 32px 34px 48px 0 !important;
}
.ns-porfolio-block.dark .porfolio-column .portfolio-link form button {
  color: #F3F1EB !important;
  border: 1px solid #F3F1EB !important;
}
.ns-porfolio-block.dark .porfolio-column .portfolio-link form button:hover {
  border: 1px solid #F3F1EB !important;
  color: #000 !important;
  transition: 0.5s !important;
  background-color: #F3F1EB !important;
}
.ns-porfolio-block.dark .porfolio-column .portfolio-link form button.no-border {
  border: none !important;
}
.ns-porfolio-block.dark .porfolio-column .portfolio-link form button.no-border:hover {
  border: none;
  color: #000 !important;
  background-color: #000 !important;
  cursor: auto;
}
.ns-porfolio-block.dark .porfolio-column .portfolio-social svg path {
  fill: #F3F1EB;
}
.ns-porfolio-block.dark .porfolio-column .portfolio-social svg polygon {
  fill: #F3F1EB;
}
.ns-porfolio-block.dark .porfolio-column h3 {
  color: #F3F1EB;
}
.ns-porfolio-block.dark .porfolio-column small {
  color: #8E8E8B !important;
}
.ns-porfolio-block.dark .porfolio-column p {
  color: #F3F1EB;
}
.ns-porfolio-block.dark h2 {
  color: #F3F1EB;
  font-size: 52px !important;
}
.ns-porfolio-block.dark .portfolio-intro-text {
  color: #F3F1EB;
}
.ns-porfolio-block.dark::after {
  content: "";
  width: 400px;
  height: 300px;
  background-image: url("../../ns-laser-digital-v1/img/curve-bg-bottom-2.png");
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  bottom: 0px;
  right: 0px;
  background-position: right bottom;
}
.ns-porfolio-block.dark::before {
  content: "";
  width: 100%;
  height: 298px;
  background-image: url("../../ns-laser-digital-v1/img/curve-bg-top-new.png");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: -189px;
  background-color: transparent;
}
@media (min-device-width: 768px) and (max-device-width: 1024px) {
  .ns-porfolio-block.dark::before {
    top: -140px;
  }
}
@media screen and (max-width: 600px) {
  .ns-porfolio-block.dark::before {
    top: -70px;
    left: 0px;
  }
}
@media screen and (min-width: 601px) and (max-width: 768px) {
  .ns-porfolio-block.dark::before {
    height: 100px;
    top: -63px;
  }
}
.ns-porfolio-block.dark.hide-shape {
  margin-top: 0;
}
.ns-porfolio-block.dark.hide-shape-top::before {
  height: 0;
}
.ns-porfolio-block.dark.hide-shape-bottom::after {
  height: 0;
}
.ns-porfolio-block.dark.hide-shape-top-bottom::after, .ns-porfolio-block.dark.hide-shape-top-bottom::before {
  height: 0;
}
.ns-porfolio-block.light {
  background-color: #F3F1EB;
}
.ns-porfolio-block.light .portfolio-intro-text {
  color: #000;
}
.ns-porfolio-block.light .portfolio-social svg path {
  fill: #000;
}
.ns-porfolio-block.light.hide-shape {
  margin-top: 0;
}
.ns-porfolio-block.light.hide-shape::after, .ns-porfolio-block.light.hide-shape::before {
  height: 0;
}

.locations-block-section {
  align-items: flex-start;
  flex-direction: column;
}

.location-title {
  display: block;
  position: relative;
}
@media screen and (max-width: 767px) {
  .location-title {
    margin-top: 50px;
  }
}
.location-title h2 {
  font-size: 52px !important;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .location-title h2 {
    font-size: 32px;
    line-height: 38px;
    font-size: 30px !important;
  }
}

.locations-block {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
  column-gap: 5%;
  padding: 0px 0px 120px 0px;
  row-gap: 50px;
  margin-top: 50px;
}
.locations-block .location-column {
  width: 45%;
}
@media screen and (max-width: 767px) {
  .locations-block .location-column {
    width: 100%;
  }
}
.locations-block .location-column h4 {
  border-bottom: 1px solid #D0D5DA;
  padding-bottom: 20px;
  margin: 0;
  font-family: "Shippori Mincho", serif;
}
@media screen and (max-width: 768px) {
  .locations-block .location-column h4 {
    font-size: 32px;
    line-height: 38px;
  }
}
.locations-block .location-column .city {
  padding: 30px 0;
  font-size: 30px;
  font-family: "Shippori Mincho", serif;
}
.locations-block .location-column .label {
  font-size: 18px;
  color: #6E6E6E;
  font-family: "Figtree", sans-serif;
  font-weight: 500;
  line-height: 20px;
  padding-bottom: 8px;
}
.locations-block .location-column .address {
  font-size: 18px;
  line-height: 32px;
  font-weight: 400;
  max-width: 370px;
  font-family: "Figtree", sans-serif;
}
.locations-block .location-column .phone {
  font-size: 18px;
  line-height: 32px;
  font-weight: 400;
  max-width: 370px;
  font-family: "Figtree", sans-serif;
}

.title-text-career {
  padding: 60px 0;
}
.title-text-career.dark {
  background-color: #030303;
}
.title-text-career.dark p {
  color: #F3F1EB;
}
.title-text-career.dark h3 {
  color: #F3F1EB;
}
.title-text-career.dark h4 {
  color: #F3F1EB;
}
.title-text-career.dark .border-on {
  border-color: #F3F1EB;
}
.title-text-career.light {
  background-color: #F3F1EB;
}
.title-text-career .container {
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .title-text-career .container {
    row-gap: 30px;
  }
}
.title-text-career .container p {
  font-size: 33px;
  line-height: 54px;
  max-width: 900px;
  font-family: "Shippori Mincho", serif;
  margin: 0;
  letter-spacing: -1.3px;
}
@media screen and (max-width: 768px) {
  .title-text-career .container p {
    font-size: 16px;
    line-height: 30px;
  }
}
.title-text-career .container h2 {
  font-size: 52px !important;
  font-size: 65px;
  margin-top: 40px;
  margin-bottom: 115px;
}
@media screen and (max-width: 768px) {
  .title-text-career .container h2 {
    font-size: 30px !important;
    margin: 30px 0 35px 0;
  }
}
.title-text-career .container.border-on::before {
  display: block;
  content: "";
  height: 2px;
  width: calc(100% - 40px);
  background-color: #000000;
}
@media screen and (max-width: 600px) {
  .title-text-career {
    padding-top: 30px;
  }
}

.ns-team-block {
  padding-top: 150px;
  margin-bottom: 150px;
  padding-bottom: 150px;
}
@media screen and (max-width: 600px) {
  .ns-team-block {
    margin-bottom: 50px;
  }
}
.ns-team-block .container.team-top {
  display: block;
  position: relative;
  padding-top: 37px;
}
.ns-team-block .container.team-top h2 {
  font-size: 52px !important;
  margin: 0;
  font-weight: 400;
  padding-bottom: 140px;
  font-size: 65px;
  line-height: 65px;
}
@media screen and (max-width: 768px) {
  .ns-team-block .container.team-top h2 {
    font-size: 30px !important;
    font-size: 32px;
    line-height: 38px;
    padding-bottom: 40px;
  }
}
.ns-team-block .container.team-top::before {
  display: block;
  content: "";
  width: calc(100% - 40px);
  height: 2px;
  background: #000;
  position: absolute;
  top: 0;
}
.ns-team-block .container.team-top .team_section-intro-text p {
  font-size: 33px;
  font-weight: 400;
  line-height: 54px;
  font-family: "Shippori Mincho", serif;
  max-width: 1000px;
  margin-bottom: 160px;
}
@media screen and (max-width: 768px) {
  .ns-team-block .container.team-top .team_section-intro-text p {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 80px;
  }
}
.ns-team-block .container.people {
  display: block;
  position: relative;
  z-index: 1;
}
.ns-team-block .container.people .people-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  position: relative;
  padding: 41px 0 70px 0;
}
@media screen and (max-width: 768px) {
  .ns-team-block .container.people .people-row {
    flex-wrap: wrap;
  }
}
.ns-team-block .container.people .people-row::before {
  display: block;
  content: "";
  width: 100%;
  height: 2px;
  background: #000;
  position: absolute;
  top: 0;
}
.ns-team-block .container.people .people-row .people-left {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 50%;
  gap: 21px;
}
@media screen and (max-width: 768px) {
  .ns-team-block .container.people .people-row .people-left {
    width: 100%;
    flex-wrap: wrap;
    text-align: center;
  }
}
.ns-team-block .container.people .people-row .people-left .people-img {
  width: 40%;
}
@media screen and (max-width: 768px) {
  .ns-team-block .container.people .people-row .people-left .people-img {
    width: 100%;
  }
}
.ns-team-block .container.people .people-row .people-left .people-info {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .ns-team-block .container.people .people-row .people-left .people-info {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
}
.ns-team-block .container.people .people-row .people-left .people-info h3 {
  margin: 0;
  font-size: 65px;
  line-height: 65px;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .ns-team-block .container.people .people-row .people-left .people-info h3 {
    font-size: 32px;
    line-height: 38px;
  }
}
.ns-team-block .container.people .people-row .people-left .people-info a {
  display: block;
}
.ns-team-block .container.people .people-row .people-left .people-info a svg {
  margin-top: 14px;
}
.ns-team-block .container.people .people-row .people-left .people-info a svg path {
  fill: #000;
}
.ns-team-block .container.people .people-row .people-left .people-info small {
  font-size: 14px;
  line-height: 24px;
  color: #6E6E6E;
  text-transform: uppercase;
  margin-top: 10px;
  display: block;
  font-weight: 500;
  letter-spacing: 1px;
  margin-top: 20px;
}
.ns-team-block .container.people .people-row .people-right {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .ns-team-block .container.people .people-row .people-right {
    width: 100%;
  }
}
.ns-team-block .container.people .people-row .people-right ol li,
.ns-team-block .container.people .people-row .people-right ul li {
  font-size: 20px;
  line-height: 32px;
  font-family: "Figtree", sans-serif;
  margin-bottom: 12px;
  padding-left: 15px;
}
.ns-team-block .container.people .people-row .people-right ol li::marker,
.ns-team-block .container.people .people-row .people-right ul li::marker {
  color: #8E8E8B;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .ns-team-block .container.people .people-row .people-right p {
    line-height: 24px;
  }
}
.ns-team-block .container.people .people-row .people-right form {
  margin-top: 25px;
  padding: 0;
}
.ns-team-block .container.people .people-row .people-right form button {
  background-color: transparent;
  color: #000000;
  border-radius: 24px;
  padding: 13px 25px;
  text-transform: initial;
  height: auto;
  border: 1px solid #000;
  font-size: 17px;
  transition: 0.5s;
}
.ns-team-block .container.people .people-row .people-right form button:hover {
  border: 1px solid #000000;
  color: #fff;
  transition: 0.5s;
  background-color: #000;
}
.ns-team-block.dark {
  background-color: #030303;
  position: relative;
}
.ns-team-block.dark .container.team-top::before {
  display: block;
  content: "";
  width: calc(100% - 40px);
  height: 2px;
  background: rgba(255, 255, 255, 0.3);
  position: absolute;
  top: 0;
}
.ns-team-block.dark .container.team-top .team_section-title h2 {
  color: #f3f1eb;
}
.ns-team-block.dark .container.team-top .team_section-intro-text p {
  color: #F3F1EB;
}
.ns-team-block.dark .container.people .people-row::before {
  background: rgba(255, 255, 255, 0.3);
}
.ns-team-block.dark .container.people .people-row .people-left .people-info h3 {
  color: #F3F1EB;
}
.ns-team-block.dark .container.people .people-row .people-left .people-info a svg path {
  fill: #F3F1EB;
}
.ns-team-block.dark .container.people .people-row .people-left small {
  color: #8E8E8B;
}
.ns-team-block.dark .container.people .people-row .people-right ul li {
  color: #F3F1EB;
}
.ns-team-block.dark .container.people .people-row .people-right form button {
  color: #F3F1EB;
  border: 1px solid #F3F1EB;
}
.ns-team-block.dark .container.people .people-row .people-right form button:hover {
  border: 1px solid #F3F1EB;
  color: #000;
  transition: 0.5s;
  background-color: #F3F1EB;
}
.ns-team-block.dark::after {
  content: "";
  width: 400px;
  height: 300px;
  background-image: url("../../ns-laser-digital-v1/img/curve-bg-bottom-2.png");
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  bottom: 0px;
  right: 0px;
  background-position: right bottom;
}
.ns-team-block.dark::before {
  content: "";
  width: 100%;
  height: 298px;
  background-image: url("../../ns-laser-digital-v1/img/curve-bg-top-new.png");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: -189px;
  background-color: transparent;
}
@media (min-device-width: 768px) and (max-device-width: 1024px) {
  .ns-team-block.dark::before {
    top: -140px;
  }
}
@media screen and (max-width: 600px) {
  .ns-team-block.dark::before {
    top: -70px;
    left: 0px;
  }
}
@media screen and (min-width: 601px) and (max-width: 768px) {
  .ns-team-block.dark::before {
    height: 100px;
    top: -63px;
  }
}
.ns-team-block.dark.hide-shape {
  margin-top: 0;
}
.ns-team-block.dark.hide-shape-top::before {
  height: 0;
}
.ns-team-block.dark.hide-shape-bottom::after {
  height: 0;
}
.ns-team-block.dark.hide-shape-top-bottom::after, .ns-team-block.dark.hide-shape-top-bottom::before {
  height: 0;
}
.ns-team-block.light {
  background-color: #F3F1EB;
}
.ns-team-block.light.hide-shape {
  margin-top: 0;
}
.ns-team-block.light.hide-shape::after, .ns-team-block.light.hide-shape::before {
  height: 0;
}

.investment-solutions-section {
  position: relative;
  margin-bottom: 180px;
  padding: 121px 0 60px 0;
  margin-top: 100px;
}
.investment-solutions-section.dark {
  margin-top: 5em;
  background-color: #030303;
}
.investment-solutions-section.dark p {
  color: #8E8E8B;
}
.investment-solutions-section.dark h2 {
  color: #F3F1EB;
  font-size: 52px !important;
}
.investment-solutions-section.dark h3, .investment-solutions-section.dark h4 {
  color: #F3F1EB;
}
.investment-solutions-section.dark ul, .investment-solutions-section.dark li {
  color: #F3F1EB;
}
.investment-solutions-section.dark a {
  color: #F3F1EB;
}
.investment-solutions-section.dark span {
  color: #F3F1EB;
}
.investment-solutions-section.dark .gray h7, .investment-solutions-section.dark .gray ul, .investment-solutions-section.dark .gray li {
  color: #8E8E8B !important;
}
.investment-solutions-section.dark.hide-shape {
  margin-top: 0;
}
.investment-solutions-section.dark.hide-shape-top::before {
  height: 0;
}
.investment-solutions-section.dark.hide-shape-bottom::after {
  height: 0;
}
.investment-solutions-section.dark.hide-shape-top-bottom::after, .investment-solutions-section.dark.hide-shape-top-bottom::before {
  height: 0;
}
@media screen and (max-width: 600px) {
  .investment-solutions-section.dark {
    padding-top: 50px;
    padding-bottom: 200px;
  }
}
@media screen and (min-width: 601px) and (max-width: 768px) {
  .investment-solutions-section.dark {
    padding-top: 50px;
    margin-bottom: 50px;
  }
}
.investment-solutions-section.light {
  background-color: #F3F1EB;
  padding: 0;
}
.investment-solutions-section.light .container {
  position: relative;
}
.investment-solutions-section.light .container::before {
  content: "";
  position: absolute;
  height: 2px;
  width: calc(100% - 40px);
  background: #000000;
  background-image: unset;
  top: 0;
}
.investment-solutions-section.light .container ul, .investment-solutions-section.light .container li, .investment-solutions-section.light .container p {
  color: #000000;
}
.investment-solutions-section.light .container .ns-solutions-list {
  border-color: #000000;
}
.investment-solutions-section.light .container .ns-solutions-list .ns-solutions-intro p {
  color: #6E6E6E;
}
.investment-solutions-section.light::after, .investment-solutions-section.light::before {
  height: 0;
}
.investment-solutions-section .container {
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-top: 50px;
}
@media screen and (max-width: 768px) {
  .investment-solutions-section .container {
    row-gap: 30px;
    padding-top: 30px;
  }
}
.investment-solutions-section .container h2 {
  font-size: 65px;
  line-height: 70px;
  font-weight: 400;
  max-width: 639px;
  margin: 0;
  letter-spacing: -2.5px;
  margin-bottom: 80px;
  padding-bottom: 0;
}
@media screen and (max-width: 768px) {
  .investment-solutions-section .container h2 {
    margin-bottom: 40px;
    font-size: 32px;
    line-height: 38px;
  }
}
.investment-solutions-section .container .ns-solutions-list {
  display: flex;
  column-gap: 3%;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  border-top: 2px solid rgba(216, 216, 216, 0.3);
  padding-top: 38px;
  row-gap: 50px;
  margin-top: 60px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .investment-solutions-section .container .ns-solutions-list {
    margin-top: 0;
    row-gap: 30px;
  }
}
.investment-solutions-section .container .ns-solutions-list .ns-solutions-intro {
  display: flex;
}
@media screen and (max-width: 768px) {
  .investment-solutions-section .container .ns-solutions-list .ns-solutions-intro {
    flex-direction: column;
    gap: 20px;
  }
}
.investment-solutions-section .container .ns-solutions-list .ns-solutions-intro span {
  font-family: "Figtree", sans-serif;
  font-size: 16px;
  line-height: 24px;
  padding-right: 28px;
  margin-top: 2px;
  letter-spacing: 1px;
}
@media screen and (max-width: 768px) {
  .investment-solutions-section .container .ns-solutions-list .ns-solutions-intro span {
    padding-top: 0;
  }
}
.investment-solutions-section .container .ns-solutions-list .ns-solutions-intro > div {
  display: flex;
  flex-direction: column;
}
.investment-solutions-section .container .ns-solutions-list .ns-solutions-intro > div h2 {
  font-size: 50px;
  line-height: 70px;
  margin: 0;
  font-weight: 400;
  margin-bottom: 17px;
  margin-top: -12px;
}
@media screen and (max-width: 768px) {
  .investment-solutions-section .container .ns-solutions-list .ns-solutions-intro > div h2 {
    font-size: 32px;
    line-height: 38px;
  }
}
.investment-solutions-section .container .ns-solutions-list .ns-solutions-intro > div h3 {
  font-weight: 400;
  font-family: "Figtree", sans-serif;
  font-size: 20px;
  line-height: 34px;
  margin: 0;
  letter-spacing: 0;
  margin-bottom: 5px;
}
@media screen and (max-width: 768px) {
  .investment-solutions-section .container .ns-solutions-list .ns-solutions-intro > div h3 {
    font-size: 18px;
    line-height: 32px;
    margin-bottom: 0;
  }
}
.investment-solutions-section .container .ns-solutions-list .ns-solutions-intro > div p {
  font-family: "Figtree", sans-serif;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 24px;
  margin: 0;
  letter-spacing: 1px;
}
.investment-solutions-section .container .ns-solutions-list .ns-solutions-items {
  display: flex;
  flex-direction: column;
}
.investment-solutions-section .container .ns-solutions-list .ns-solutions-items .ns-solution-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 24px;
}
@media screen and (max-width: 600px) {
  .investment-solutions-section .container .ns-solutions-list .ns-solutions-items .ns-solution-item {
    flex-direction: column;
    gap: 20px;
  }
}
.investment-solutions-section .container .ns-solutions-list .ns-solutions-items .ns-solution-item ul, .investment-solutions-section .container .ns-solutions-list .ns-solutions-items .ns-solution-item li {
  font-family: "Figtree", sans-serif;
  font-size: 18px;
  line-height: 30px;
  max-width: 500px;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .investment-solutions-section .container .ns-solutions-list .ns-solutions-items .ns-solution-item ul, .investment-solutions-section .container .ns-solutions-list .ns-solutions-items .ns-solution-item li {
    font-size: 16px;
    line-height: 28px;
    max-width: none;
  }
}
.investment-solutions-section .container .ns-solutions-list .ns-solutions-items .ns-solution-item ul {
  padding-inline-start: 1em;
}
.investment-solutions-section .container .ns-solutions-list .ns-solutions-items .ns-solution-item ul li {
  padding-left: 2px;
  margin-bottom: 10px;
}
.investment-solutions-section .container .ns-solutions-list .ns-solutions-items .ns-solution-item ul li::marker {
  color: #8E8E8B;
}
.investment-solutions-section .container .ns-solutions-list .ns-solutions-items .ns-solution-item.gray {
  flex-direction: column;
  margin-bottom: 31px;
}
.investment-solutions-section .container .ns-solutions-list .ns-solutions-items .ns-solution-item.gray h7 {
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #6E6E6E;
}
.investment-solutions-section .container .ns-solutions-list .ns-solutions-items .ns-solution-item.gray ul {
  margin-top: 13px;
}
.investment-solutions-section .container .ns-solutions-list .ns-solutions-items .ns-solution-item.gray ul li {
  font-size: 15px;
  line-height: 24px;
  color: #6E6E6E;
}
.investment-solutions-section .container .ns-solutions-list .ns-solutions-items .ns-solution-item.gray ul li::marker {
  color: #6E6E6E;
}
@media screen and (max-width: 768px) {
  .investment-solutions-section {
    margin-top: 100px;
    margin-bottom: unset;
  }
}
.investment-solutions-section::after {
  content: "";
  width: 400px;
  height: 300px;
  background-image: url("../../ns-laser-digital-v1/img/curve-bg-bottom-2.png");
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  bottom: 0px;
  right: 0px;
  background-position: right bottom;
}
.investment-solutions-section::before {
  content: "";
  width: 100%;
  height: 298px;
  background-image: url("../../ns-laser-digital-v1/img/curve-bg-top-new.png");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: -189px;
  background-color: transparent;
}
@media (min-device-width: 768px) and (max-device-width: 1024px) {
  .investment-solutions-section::before {
    top: -140px;
  }
}
@media screen and (max-width: 600px) {
  .investment-solutions-section::before {
    top: -70px;
    left: 0px;
  }
}
@media screen and (min-width: 601px) and (max-width: 768px) {
  .investment-solutions-section::before {
    height: 100px;
    top: -63px;
  }
}

.regular-team-master {
  padding: 0 60px;
}
@media (max-width: 900px) {
  .regular-team-master {
    padding: 0 20px;
  }
}

.regular-team-section {
  background-color: #F8F7F2;
  margin-bottom: 150px;
  padding: 40px 20px;
  margin-top: 60px;
}
.regular-team-section.container {
  max-width: 1200px;
}
@media (max-width: 768px) {
  .regular-team-section.container {
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  .regular-team-section {
    padding: 90px 40px 85px 40px;
  }
}
.regular-team-section .regular-team {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media (min-width: 768px) {
  .regular-team-section .regular-team {
    flex-direction: row;
    gap: 120px;
  }
}
.regular-team-section .regular-team .right-container {
  width: 100%;
}
@media (min-width: 768px) {
  .regular-team-section .regular-team .right-container {
    width: 60%;
    max-width: 540px;
  }
}
.regular-team-section .regular-team .left-container {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (min-width: 768px) {
  .regular-team-section .regular-team .left-container {
    width: 40%;
  }
}
.regular-team-section .regular-team .left-container .section-title {
  font-family: "Shippori Mincho", serif;
  font-size: 30px;
  line-height: 38px;
  font-weight: 400;
  color: #000000;
  margin-bottom: 21px;
  margin-top: 0;
  padding-bottom: 0;
  letter-spacing: -2.08px;
}
@media (min-width: 768px) {
  .regular-team-section .regular-team .left-container .section-title {
    font-size: 50px;
    line-height: 70px;
  }
}
.regular-team-section .regular-team .left-container p {
  margin: 0;
  line-height: 30px;
}
.regular-team-section .regular-team .left-container p > span {
  font-family: "Figtree", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  color: #000000;
}
@media (min-width: 768px) {
  .regular-team-section .regular-team .left-container p > span {
    font-size: 18px;
  }
}
.regular-team-section .regular-team .left-container .button-link {
  background-color: #000000;
  font-family: "Figtree", sans-serif;
  font-weight: 400;
  font-size: 17px;
  line-height: 22px;
  padding: 13px 25px;
  border-radius: 24px;
  border: none;
  margin-top: 40px;
  color: #ffffff;
  text-transform: none;
  transition: 0.5s;
  border: 1px solid #000;
}
.regular-team-section .regular-team .left-container .button-link:hover {
  background-color: transparent;
  border: 1px solid #000000;
  color: #000000;
  transition: 0.5s;
}
.regular-team-section .regular-team .left-container .button-link:hover a {
  color: #000;
}
.regular-team-section .regular-team .left-container .button-link a {
  font-size: 17px;
  line-height: 22px;
  color: #ffffff;
}
.regular-team-section .regular-team .right-container {
  border-bottom: 1px solid #D4D2CB;
}
.regular-team-section .regular-team .right-container .container {
  border-top: 1px solid #D4D2CB;
  padding: 22px 0 0;
  position: relative;
}
.regular-team-section .regular-team .right-container .container .name-and-position .name {
  font-family: "Shippori Mincho", serif;
  font-size: 23px;
  line-height: 34px;
  font-weight: 400;
  color: #000000;
  text-transform: none;
  margin: 0 0 10px 0;
}
@media (min-width: 768px) {
  .regular-team-section .regular-team .right-container .container .name-and-position .name {
    font-size: 28px;
    line-height: 38px;
  }
}
.regular-team-section .regular-team .right-container .container .name-and-position .position {
  font-family: "Figtree", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  color: #6E6E6E;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 0 0 20px 0;
}
@media (min-width: 768px) {
  .regular-team-section .regular-team .right-container .container .name-and-position .position {
    margin-bottom: 50px;
  }
}
.regular-team-section .regular-team .right-container .container .name-and-position .learn-more {
  background-color: transparent;
  border: 1px solid #000000;
  color: #000000;
  font-family: "Figtree", sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 22px;
  text-transform: none;
  padding: 10px 25px;
  border-radius: 24px;
  margin-bottom: 30px;
  min-width: 130px;
  max-height: 42px;
  transition: 0.5s;
}
.regular-team-section .regular-team .right-container .container .name-and-position .learn-more:hover {
  border: 1px solid #000000;
  color: #fff;
  transition: 0.5s;
  background-color: #000;
}
.regular-team-section .regular-team .right-container .container .name-and-position .learn-more .regular-team-section {
  background-color: #F8F7F2;
  padding: 40px 20px 40px 20px;
  margin-bottom: 150px;
}
@media (min-width: 768px) {
  .regular-team-section .regular-team .right-container .container .name-and-position .learn-more .regular-team-section {
    padding: 76px 60px 85px 60px;
  }
}
.regular-team-section .regular-team .right-container .container .name-and-position .learn-more .regular-team-section .regular-team {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media (min-width: 768px) {
  .regular-team-section .regular-team .right-container .container .name-and-position .learn-more .regular-team-section .regular-team {
    flex-direction: row;
    gap: 100px;
  }
}
.regular-team-section .regular-team .right-container .container .name-and-position .learn-more .regular-team-section .regular-team .left-container,
.regular-team-section .regular-team .right-container .container .name-and-position .learn-more .regular-team-section .regular-team .right-container {
  width: 100%;
}
@media (min-width: 768px) {
  .regular-team-section .regular-team .right-container .container .name-and-position .learn-more .regular-team-section .regular-team .left-container,
  .regular-team-section .regular-team .right-container .container .name-and-position .learn-more .regular-team-section .regular-team .right-container {
    width: 50%;
  }
}
.regular-team-section .regular-team .right-container .container .name-and-position .learn-more .regular-team-section .regular-team .left-container .section-title {
  font-family: "Shippori Mincho", serif;
  font-size: 30px;
  line-height: 38px;
  font-weight: 400;
  color: #000000;
  margin-bottom: 21px;
  margin-top: 0;
}
@media (min-width: 768px) {
  .regular-team-section .regular-team .right-container .container .name-and-position .learn-more .regular-team-section .regular-team .left-container .section-title {
    font-size: 45px;
    line-height: 56px;
  }
}
.regular-team-section .regular-team .right-container .container .name-and-position .learn-more .regular-team-section .regular-team .left-container p {
  margin: 0;
  line-height: 30px;
}
.regular-team-section .regular-team .right-container .container .name-and-position .learn-more .regular-team-section .regular-team .left-container p > span {
  font-family: "Figtree", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #000000;
}
@media (min-width: 768px) {
  .regular-team-section .regular-team .right-container .container .name-and-position .learn-more .regular-team-section .regular-team .left-container p > span {
    font-size: 18px;
  }
}
.regular-team-section .regular-team .right-container .container .name-and-position .learn-more .regular-team-section .regular-team .left-container .button-link {
  background-color: #000000;
  font-family: "Figtree", sans-serif;
  font-weight: 500;
  font-size: 15px;
  line-height: 22px;
  color: #ffffff;
  padding: 13px 26.5px;
  border-radius: 24px;
  border: none;
  margin-top: 25px;
}
@media (min-width: 768px) {
  .regular-team-section .regular-team .right-container .container .name-and-position .learn-more .regular-team-section .regular-team .left-container .button-link {
    font-size: 17px;
    line-height: 22px;
    margin-top: 40px;
  }
}
.regular-team-section .regular-team .right-container .container .name-and-position .learn-more .regular-team-section .regular-team .right-container .container {
  border-top: 1px solid #D4D2CB;
  padding: 22px 0 0 0;
  position: relative;
}
.regular-team-section .regular-team .right-container .container .name-and-position .learn-more .regular-team-section .regular-team .right-container .container .name-and-position {
  margin-bottom: 20px;
}
.regular-team-section .regular-team .right-container .container .name-and-position .learn-more .regular-team-section .regular-team .right-container .container .name-and-position .name {
  font-family: "Shippori Mincho", serif;
  font-size: 23px;
  line-height: 34px;
  font-weight: 400;
  color: #000000;
  text-transform: none;
  margin: 0 0 10px 0;
}
@media (min-width: 768px) {
  .regular-team-section .regular-team .right-container .container .name-and-position .learn-more .regular-team-section .regular-team .right-container .container .name-and-position .name {
    font-size: 28px;
    line-height: 38px;
  }
}
.regular-team-section .regular-team .right-container .container .name-and-position .learn-more .regular-team-section .regular-team .right-container .container .name-and-position .position {
  font-family: "Figtree", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  color: #6E6E6E;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 0 0 50px 0;
}
@media (min-width: 768px) {
  .regular-team-section .regular-team .right-container .container .name-and-position .learn-more .regular-team-section .regular-team .right-container .container .name-and-position .position {
    margin-bottom: 20px;
  }
}
.regular-team-section .regular-team .right-container .container .name-and-position .learn-more .regular-team-section .regular-team .right-container .container .name-and-position .learn-more {
  background-color: transparent;
  border: 1px solid #000000;
  color: #000000;
  font-family: "Figtree", sans-serif;
  font-size: 15px;
  line-height: 22px;
  font-weight: 500;
  text-transform: none;
  padding: 10px 25px;
  border-radius: 24px;
  margin-bottom: 30px;
  max-width: 130px;
  max-height: 42px;
}
.regular-team-section .regular-team .right-container .container .name-and-position .learn-more .regular-team-section .regular-team .right-container .container .media-linkden {
  position: absolute;
  top: 12%;
  left: 91%;
  margin-top: 6px;
}
@media (min-width: 768px) {
  .regular-team-section .regular-team .right-container .container .name-and-position .learn-more .regular-team-section .regular-team .right-container .container .media-linkden {
    left: 94%;
  }
}
.regular-team-section .regular-team .right-container .container .media-linkden {
  position: absolute;
  top: 12%;
  left: 91%;
  margin-top: 6px;
}
@media (min-width: 768px) {
  .regular-team-section .regular-team .right-container .container .media-linkden {
    left: 94%;
  }
}

.offering-section {
  padding: 125px 0 100px 0;
  position: relative;
}
.offering-section.dark {
  background-color: #030303;
}
.offering-section.dark ul, .offering-section.dark li, .offering-section.dark p {
  color: #F3F1EB;
}
.offering-section.dark h2 {
  font-size: 52px !important;
  color: #F3F1EB;
}
.offering-section.dark h5 {
  color: #F3F1EB;
}
.offering-section.dark h7 {
  color: #F3F1EB;
}
.offering-section.dark::after {
  content: "";
  width: 400px;
  height: 300px;
  background-image: url("../../ns-laser-digital-v1/img/curve-bg-bottom-2.png");
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  bottom: 0px;
  right: 0px;
  background-position: right bottom;
}
.offering-section.dark::before {
  content: "";
  width: 100%;
  height: 298px;
  background-image: url("../../ns-laser-digital-v1/img/curve-bg-top-new.png");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: -189px;
  background-color: transparent;
}
@media (min-device-width: 768px) and (max-device-width: 1024px) {
  .offering-section.dark::before {
    top: -140px;
  }
}
@media screen and (max-width: 600px) {
  .offering-section.dark::before {
    top: -70px;
    left: 0px;
  }
}
@media screen and (min-width: 601px) and (max-width: 768px) {
  .offering-section.dark::before {
    height: 100px;
    top: -63px;
  }
}
.offering-section.light {
  background-color: #F3F1EB;
}
.offering-section .container {
  align-items: start;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .offering-section .container {
    row-gap: 20px;
    flex-direction: column;
  }
}
.offering-section .container > div {
  max-width: 50%;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .offering-section .container > div {
    max-width: 100%;
  }
}
.offering-section .container h2 {
  font-size: 65px;
  line-height: 70px;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .offering-section .container h2 {
    margin-bottom: 30px;
    font-size: 32px;
    line-height: 38px;
    letter-spacing: -1.28px;
  }
}
.offering-section .container .main-text {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .offering-section .container .main-text {
    margin-bottom: 40px;
  }
}
.offering-section .container .main-text p {
  font-family: "Figtree", sans-serif;
  margin: 0 0 20px 0;
  line-height: 30px;
}
@media screen and (max-width: 768px) {
  .offering-section .container .main-text p {
    line-height: 30px;
    letter-spacing: -0.75px;
  }
}
.offering-section .container .listed-info {
  border-top: 1px solid #D4D2CB;
  margin: 0;
}
.offering-section .container .listed-info ul {
  margin-top: 35px;
  margin-bottom: 50px;
}
.offering-section .container .listed-info li {
  line-height: 28px;
  font-family: "Figtree", sans-serif;
  margin-bottom: 20px;
  list-style: none;
  position: relative;
}
.offering-section .container .listed-info li::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #6E6E6E;
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  left: -22px;
  top: 12px;
}
@media screen and (max-width: 768px) {
  .offering-section .container .listed-info li {
    line-height: 20px;
  }
}
@media screen and (max-width: 768px) {
  .offering-section {
    padding: 40px 0 0;
  }
}

.upcoming-events {
  width: 100%;
  padding: 0 20px;
  margin: 50px 0;
}
@media screen and (min-width: 1024px) {
  .upcoming-events {
    margin: 100px 0;
    padding: 0 50px;
  }
}
@media screen and (min-width: 1200px) {
  .upcoming-events {
    margin: 100px 0;
    padding: 0 100px;
  }
}
.upcoming-events .container {
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  .upcoming-events > div {
    display: flex;
    flex-direction: column-reverse !important;
    padding: 0;
  }
  .upcoming-events > div .headline-section__title {
    display: none;
  }
  .upcoming-events > div .articles-section {
    margin-bottom: 17px;
  }
}
.upcoming-events .headline-section {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 10px 0;
  width: 100%;
}
.upcoming-events .headline-section .headline-section__title {
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  margin: 15px 0;
  width: 50%;
}
@media (min-device-width: 768px) and (max-device-width: 1024px) {
  .upcoming-events .headline-section .headline-section__title {
    width: 50%;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .upcoming-events .headline-section .headline-section__title {
    width: 100%;
    margin-bottom: 20px;
  }
}
.upcoming-events .headline-section .headline-section__button {
  width: 50%;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
@media (min-device-width: 768px) and (max-device-width: 1024px) {
  .upcoming-events .headline-section .headline-section__button {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .upcoming-events .headline-section .headline-section__button {
    width: 100%;
    display: block;
  }
  .upcoming-events .headline-section .headline-section__button .button {
    width: 100%;
  }
  .upcoming-events .headline-section .headline-section__button .button button {
    width: 100%;
    min-width: 100%;
  }
}
.upcoming-events .headline-section .headline-section__button form {
  margin: 0;
  padding: 0;
}
.upcoming-events .headline-section .headline-section__button form button {
  background-color: #000000;
  color: #fff;
  border-radius: 30px;
  padding: 13px 25px;
  font-size: 17px;
  border: 1px solid #000;
  min-width: 160px;
  font-weight: 400;
  transition: 0.5s;
}
.upcoming-events .headline-section .headline-section__button form button:hover {
  background-color: transparent;
  color: #000;
  border: 1px solid #000;
  transition: 0.5s;
}
.upcoming-events .articles-section {
  width: 100%;
  gap: 5%;
  display: flex;
  margin-bottom: 45px;
}
@media screen and (max-width: 768px) {
  .upcoming-events .articles-section {
    flex-wrap: wrap;
  }
}
.upcoming-events .articles-section .article-column {
  width: 25%;
  padding-top: 19px;
  gap: 5%;
}
@media (min-device-width: 768px) and (max-device-width: 1024px) {
  .upcoming-events .articles-section .article-column {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .upcoming-events .articles-section .article-column {
    width: 100%;
  }
}
.upcoming-events .articles-section .article-column::before {
  background-color: #0b0b0b;
  content: "";
  height: 2px;
  margin-top: 8px;
  display: block;
}
.upcoming-events .articles-section .article-column h5 {
  color: #000000;
  font-weight: 500;
  padding: 0;
  margin: 10px 0 15px;
}
@media screen and (max-width: 768px) {
  .upcoming-events .articles-section .article-column h5 {
    font-size: 15px;
    margin-bottom: 10px;
  }
}
.upcoming-events .articles-section .article-column .event-time {
  font-size: 15px;
  font-family: "Figtree", sans-serif;
  font-weight: 400;
  line-height: 20px;
  color: #6E6E6E;
  margin-top: 15px;
}
.upcoming-events .articles-section .article-column .event-venue {
  font-size: 15px;
  font-family: "Figtree", sans-serif;
  font-weight: 400;
  line-height: 20px;
  color: #6E6E6E;
  margin-top: 7px;
}
@media screen and (max-width: 768px) {
  .upcoming-events .articles-section .article-column .event-venue {
    margin-bottom: 30px;
  }
}

.ns-floated-image {
  padding-right: 20px;
  margin: 50px 0;
}
.ns-floated-image .floated-image-container .img-container {
  position: relative;
  max-width: 1370px;
  margin-right: 20px;
}
.ns-floated-image .floated-image-container .img-container::after {
  content: "";
  background-image: url("../img/sprite-pattern.svg");
  position: absolute;
  width: 225px;
  height: 225px;
  right: 0;
  bottom: -30px;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .ns-floated-image .floated-image-container .img-container::after {
    width: 100px;
    height: 100px;
    right: -20px;
    bottom: -20px;
  }
}
.ns-floated-image .floated-image-container img {
  max-width: 100%;
  height: auto;
}
@media screen and (min-width: 1200px) {
  .ns-floated-image .floated-image-container img {
    max-width: 1370px;
  }
}
.ns-floated-image .floated-image-container .video .video-content {
  position: relative;
  max-width: 1370px;
}
.ns-floated-image .floated-image-container .video .video-content::after {
  content: "";
  background-image: url("../img/sprite-pattern.svg");
  position: absolute;
  width: 225px;
  height: 225px;
  right: -25px;
  bottom: -30px;
  z-index: -1;
}
.ns-floated-image .floated-image-container .video video {
  width: 100%;
  max-height: 730px;
  object-fit: cover;
  object-position: center;
}
@media screen and (min-width: 1200px) {
  .ns-floated-image .floated-image-container .video video {
    max-width: 1370px;
  }
}
.ns-floated-image .floated-image-container .embed-container {
  position: relative;
  max-width: 1370px;
  height: 290px;
  flex: unset;
}
@media screen and (min-width: 768px) {
  .ns-floated-image .floated-image-container .embed-container {
    height: 420px;
  }
}
@media screen and (min-width: 1200px) {
  .ns-floated-image .floated-image-container .embed-container {
    height: 730px;
  }
}
.ns-floated-image .floated-image-container .embed-container::after {
  content: "";
  background-image: url("../img/sprite-pattern.svg");
  position: absolute;
  width: 225px;
  height: 225px;
  right: -25px;
  bottom: -30px;
  z-index: -1;
}
.ns-floated-image .floated-image-container .embed-container iframe,
.ns-floated-image .floated-image-container .embed-container object,
.ns-floated-image .floated-image-container .embed-container embed {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-width: 1370px;
}

#trading-api-header {
  max-width: 1280px;
  padding: 0 40px;
  margin: 77px auto 130px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
#trading-api-header h1 {
  font-size: 52px !important;
  max-width: 569px;
  margin: 0;
}
#trading-api-header h6 {
  font-size: 16px;
  color: #6E6E6E;
  letter-spacing: 1.14px;
  line-height: 26px;
  text-transform: uppercase;
  font-weight: 400;
  margin: 0;
}
#trading-api-header h6 span {
  font-family: "Manrope", sans-serif;
}

#trading-api-container {
  max-width: 1280px;
  padding: 0 40px;
  margin: 0 auto 150px;
  display: flex;
  gap: 80px;
}
#trading-api-container .trading-api-menu {
  width: 263px;
}
#trading-api-container .trading-api-menu ul {
  padding: 0;
  list-style-type: none;
}
#trading-api-container .trading-api-menu ul li {
  border-top: 1px solid #D4D2CB;
}
#trading-api-container .trading-api-menu ul li a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 16px;
  color: #000000;
  letter-spacing: 0;
  line-height: 24px;
  padding: 12px 0;
  font-weight: 700;
  transition: all 0.5s;
}
#trading-api-container .trading-api-menu ul li a:hover {
  color: #6E6E6E !important;
}
#trading-api-container .trading-api-menu ul li a svg {
  display: none;
}
#trading-api-container .trading-api-menu ul li .child-pages {
  padding-left: 20px;
  margin-bottom: 12px;
}
#trading-api-container .trading-api-menu ul li .child-pages li {
  border-top: unset;
}
#trading-api-container .trading-api-menu ul li .child-pages li a {
  font-size: 15px;
  color: #000000;
  letter-spacing: 0;
  line-height: 24px;
  padding: 0;
  font-weight: 400;
  padding-bottom: 4px;
}
#trading-api-container .trading-api-menu ul li.active > a svg {
  display: block;
}
#trading-api-container .trading-api-content {
  max-width: 870px;
  width: calc(100% - 80px - 263px);
  overflow: scroll;
}
#trading-api-container .trading-api-content h3 {
  border-top: 2px solid #000000;
  padding-top: 20px;
  font-size: 33px;
  color: #000000;
  letter-spacing: -1px;
  line-height: 54px;
  margin-top: 0;
  margin-bottom: 110px;
  font-weight: 400;
}
#trading-api-container .trading-api-content h4 {
  border-top: 2px solid #000000;
  padding-top: 15px;
  font-size: 28px;
  color: #000000;
  letter-spacing: -1.12px;
  line-height: 38px;
  margin-top: 30px;
  font-weight: 400;
}
#trading-api-container .trading-api-content h6 {
  font-size: 16px;
  color: #6E6E6E;
  letter-spacing: 1.14px;
  line-height: 26px;
  margin-bottom: 20px;
  text-transform: uppercase;
  font-weight: 400;
}
#trading-api-container .trading-api-content h6:first-of-type {
  margin-top: 0 !important;
}
#trading-api-container .trading-api-content p,
#trading-api-container .trading-api-content ul li,
#trading-api-container .trading-api-content ol li {
  font-size: 18px;
  color: #000000;
  letter-spacing: 0;
  line-height: 30px;
  margin-top: 0;
}
#trading-api-container .trading-api-content p::marker,
#trading-api-container .trading-api-content ul li::marker,
#trading-api-container .trading-api-content ol li::marker {
  color: #8E8E8B;
  font-size: 12px;
}
#trading-api-container .trading-api-content p a,
#trading-api-container .trading-api-content ul li a,
#trading-api-container .trading-api-content ol li a {
  font-size: 18px;
  color: #6E6E6E;
  letter-spacing: 0;
  line-height: 30px;
  margin-bottom: 20px;
  text-decoration: underline;
}
#trading-api-container .trading-api-content p {
  margin-bottom: 20px;
}
#trading-api-container .trading-api-content ul li,
#trading-api-container .trading-api-content ol li {
  margin-bottom: 3px;
}
#trading-api-container .trading-api-content table {
  margin-top: 20px;
  border: 1px solid #000000;
  width: 868px;
}
#trading-api-container .trading-api-content table:first-of-type {
  margin-top: 0;
}
#trading-api-container .trading-api-content table * {
  font-size: 15px;
  color: #000000;
  letter-spacing: 0;
  line-height: 20px;
}
#trading-api-container .trading-api-content table p {
  margin-bottom: 0 !important;
}
#trading-api-container .trading-api-content table ul {
  padding-left: 10px;
}
#trading-api-container .trading-api-content table tr {
  border-bottom: 1px solid #D4D2CB;
  vertical-align: top;
}
#trading-api-container .trading-api-content table tr td {
  padding: 18px 20px;
  height: auto !important;
  width: fit-content !important;
  max-width: fit-content !important;
}
#trading-api-container .trading-api-content table tr td:nth-child(even) {
  background: #F8F7F2;
}
#trading-api-container .trading-api-content table tr td p:first-of-type {
  margin: 0;
}
#trading-api-container .trading-api-content table tr td p:last-of-type {
  margin-bottom: 0;
}
#trading-api-container .trading-api-content table tr td:nth-of-type(1) {
  width: 13% !important;
}
#trading-api-container .trading-api-content table tr td:nth-of-type(2) {
  width: 25% !important;
}
#trading-api-container .trading-api-content table tr td:nth-of-type(3) {
  width: 25% !important;
}
#trading-api-container .trading-api-content table tr td:last-child {
  width: 40% !important;
}
#trading-api-container .trading-api-content table tr:last-of-type {
  border: unset;
}
#trading-api-container .trading-api-content table tbody tr:first-of-type {
  height: 46px !important;
  border-bottom: unset;
  vertical-align: middle;
}
#trading-api-container .trading-api-content table tbody tr:first-of-type * {
  color: #ffffff;
  font-size: 13px;
  color: #F3F1EB;
  letter-spacing: 0.75px;
  line-height: 16px;
  text-transform: uppercase;
}
#trading-api-container .trading-api-content table tbody tr:first-of-type td {
  padding: 0 20px;
  background: black !important;
}

.postid-664 #trading-api-container .trading-api-content p:nth-child(2) {
  margin-bottom: 40px;
}

.postid-660 table tbody tr td:nth-child(2) {
  min-width: 275px;
}

@media only screen and (max-width: 1320px) and (min-width: 1024px) {
  #trading-api-header,
  #trading-api-container {
    padding: 0 60px;
  }
}
@media screen and (max-width: 1024px) {
  #trading-api-header,
  #trading-api-container {
    padding: 0 20px;
  }
  #trading-api-header {
    margin: 77px auto 40px;
  }
  #trading-api-header h1 {
    line-height: 29px;
  }
  #trading-api-container {
    display: block;
    overflow: hidden;
  }
  #trading-api-container .trading-api-menu {
    width: 100%;
  }
  #trading-api-container .trading-api-content {
    margin-top: 40px;
    float: left;
    width: 100%;
  }
}
/*Archive Team page*/
main {
  background-color: #F3F1EB;
}

.bg-single-team {
  padding: 20px 20px;
  /*background-color: $design-color-fourth;*/
}
@media screen and (min-width: 1024px) {
  .bg-single-team {
    padding: 50px 50px;
    /*margin: 100px 0;*/
  }
}
@media screen and (min-width: 1200px) {
  .bg-single-team {
    padding: 100px 100px;
    /*margin: 100px 0;*/
  }
}
@media screen and (max-width: 1024px) {
  .bg-single-team {
    margin-top: 20px;
  }
}

.social-icons-team {
  width: 70px;
  height: 70px;
  position: absolute;
  bottom: 30px;
  left: -35px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .social-icons-team {
    bottom: 30px;
    left: -10px;
  }
}

.social-icons-team a {
  margin-right: 12px;
  background-color: #000000;
  padding: 20px 20px;
  border-radius: 50%;
  display: flex;
  width: 70px;
  height: 70px;
  justify-content: center;
  align-items: center;
}
.social-icons-team a:hover {
  background-color: #6E6E6E;
}

.team-single-title {
  margin: 20px 0;
}

.team-position {
  font-size: 18px;
  font-weight: 400;
  font-family: "Figtree", sans-serif;
  margin-bottom: 25px;
  color: #6E6E6E;
}

.team-single-content p {
  font-size: 18px;
  font-family: "Figtree", sans-serif;
  max-width: 580px;
  line-height: 32px;
  color: #4F5255;
}

.single-team-container {
  max-width: 1161px;
  margin: auto;
}

.single-team-container .single-image figure img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .single-team-container .single-image figure img {
    display: block;
  }
}

.single-image {
  flex: 0 1 100%;
  position: relative;
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .single-image {
    flex: 0 1 50%;
    padding-left: 100px;
  }
}
.single-image figure {
  position: relative;
  max-width: 450px;
}
@media screen and (min-width: 768px) {
  .single-image figure {
    max-width: 100%;
  }
}

.single-image figure::before {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: -20px;
  right: -20px;
  background-image: url(/wp-content/themes/edison-research/img/team-back-pattern.svg);
  width: 225px;
  height: 374px;
}

.team-back img {
  margin-left: -15px;
  margin-right: 15px;
}

.team-back a::before {
  content: "";
  position: absolute;
  top: -4px;
  background-image: url(/wp-content/themes/ns-laser-digital-v1/img/chevron-down.svg);
  transform: rotate(180deg);
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  left: 0;
}

.single-title.team-back {
  position: relative;
  width: 100%;
  margin-bottom: 20px;
  border-bottom: 2px solid #000000;
  padding-bottom: 15px;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .single-title.team-back {
    margin-bottom: 0;
    max-width: 50%;
  }
}
@media screen and (max-width: 768px) {
  .single-title.team-back {
    margin-top: 0;
  }
}

.single-title.team-back a {
  text-decoration: none;
  font-size: 16px;
  line-height: 21px;
  font-family: "Figtree", sans-serif;
  font-weight: 600;
  padding-left: 27px;
  transition: 0.15s linear;
  letter-spacing: 1px;
}
.single-title.team-back a:hover {
  color: #6E6E6E;
}

.single-row {
  flex: 0 1 100%;
  display: flex;
  justify-content: center;
  width: 100%;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .single-row {
    flex-direction: row-reverse;
    flex: 0 1 50%;
  }
}

.team-single-content {
  flex: 0 1 100%;
}
@media screen and (min-width: 768px) {
  .team-single-content {
    flex: 0 1 50%;
  }
}

.single-title a {
  color: #181B1E;
  font-weight: bold;
  font-size: 16px;
  text-decoration: none;
}

.ns-single-position {
  width: 100%;
  padding: 47.5px 20px 60px 20px;
}
@media screen and (min-width: 768px) {
  .ns-single-position {
    padding: 47.5px 0 110px 0;
  }
}
.ns-single-position > div.container {
  flex-direction: column;
}
.ns-single-position > div.container .ns-single-back {
  border-bottom: 2px solid #000000;
  padding-bottom: 15px;
  margin-bottom: 10px;
  width: 100%;
}
.ns-single-position > div.container .ns-single-back a {
  margin-left: 20px;
  text-decoration: none;
  position: relative;
}
.ns-single-position > div.container .ns-single-back a:before {
  content: "";
  position: absolute;
  background: url(../img/chevron-down.svg) right center no-repeat;
  width: 12px;
  height: 12px;
  transform: rotate(180deg);
  left: -20px;
  top: 6px;
}
.ns-single-position > div.container .ns-single-back a:hover {
  color: #8E8E8B;
}
.ns-single-position > div.container .ns-single-position-container {
  padding-bottom: 25px;
  border-bottom: 2px solid #000000;
}
.ns-single-position > div.container .ns-single-position-container h1 {
  font-size: 52px !important;
  line-height: 70px;
  font-weight: 400;
  margin: 20px 0;
}
.ns-single-position > div.container .ns-single-position-container h2 {
  font-size: 52px !important;
  font-weight: 400;
  margin-top: 30px;
}
.ns-single-position > div.container .ns-single-position-container h4 {
  font-family: "Shippori Mincho", serif;
  line-height: 42px;
  margin: 30px 0 15px;
}
.ns-single-position > div.container .ns-single-position-container h6 {
  color: #6E6E6E;
  font-family: "Figtree", sans-serif;
  font-weight: 400;
  line-height: 34px;
  margin: 15px 0 25px 0;
}
.ns-single-position > div.container .ns-single-position-container p {
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .ns-single-position > div.container .ns-single-position-container p {
    font-size: 18px;
  }
}
.ns-single-position > div.container .ns-single-position-container li {
  font-size: 20px;
  line-height: 32px;
  font-family: "Figtree", sans-serif;
  margin-bottom: 12px;
  padding-left: 15px;
}
@media screen and (max-width: 768px) {
  .ns-single-position > div.container .ns-single-position-container li {
    font-size: 18px;
  }
}
.ns-single-position > div.container .ns-single-position-container li::marker {
  color: #8E8E8B;
}
.ns-single-position > div.container .ns-single-apply {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  row-gap: 30px;
  padding: 25px 0 0 0;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .ns-single-position > div.container .ns-single-apply {
    flex-direction: row;
  }
}
.ns-single-position > div.container .ns-single-apply h5 {
  margin: 0;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .ns-single-position > div.container .ns-single-apply h5 {
    flex: 1 0 68%;
  }
}
.ns-single-position > div.container .ns-single-apply .button-link a {
  background-color: #000000;
  color: #fff;
  border-radius: 30px;
  padding: 13px 26px;
  font-size: 17px;
  border: unset;
}
.ns-single-position > div.container .ns-single-footnotes {
  line-height: 1.2;
  color: #4F5255;
}
@media screen and (max-width: 768px) {
  .ns-single-position > div.container .ns-single-footnotes {
    font-size: 18px;
  }
}

body.page-template-page-wide {
  background-color: #F3F1EB;
}
body.page-template-page-wide h6, body.page-template-page-wide h7 {
  font-weight: 400;
}
@media screen and (max-width: 600px) {
  body.page-template-page-wide h6 {
    font-size: 15px;
    margin: 18px 0;
  }
}
body.page-template-page-wide h7 {
  margin: 30px 0;
  line-height: 26px;
  color: #6E6E6E;
}
@media screen and (max-width: 600px) {
  body.page-template-page-wide h7 {
    font-size: 14px;
    margin: 18px 0;
  }
}
body.page-template-page-wide h2 {
  font-size: 52px !important;
}
@media screen and (max-width: 768px) {
  body.page-template-page-wide h2.small {
    font-size: 30px !important;
  }
}
body.page-template-page-wide h1 {
  font-size: 52px !important;
}
@media screen and (max-width: 768px) {
  body.page-template-page-wide h1 {
    font-size: 30px !important;
    line-height: 38px;
  }
}
@media screen and (max-width: 600px) {
  body.page-template-page-wide p {
    font-size: 16px;
    line-height: 24px;
  }
}
body.page-template-page-wide ul, body.page-template-page-wide ol {
  padding-inline-start: 1em;
}
body.page-template-page-wide ul li, body.page-template-page-wide ol li {
  font-size: 17px;
  line-height: 28px;
  margin-bottom: 10px;
}
@media screen and (max-width: 600px) {
  body.page-template-page-wide ul li, body.page-template-page-wide ol li {
    font-size: 16px;
    line-height: 24px;
  }
}
@media screen and (max-width: 768px) {
  body.page-template-page-wide .container-wide {
    margin: 30px auto 50px;
  }
}
