/*!
Theme Name: poi
Theme URI: http://underscores.me/
Author: Ricky Dawn
Author URI: https://wrd.studio
Description: Bespoke theme for Power of Inkjet / Fuji
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
Text Domain: poi
*/
/*--------------------------------------------------------------
# Variables
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* Box sizing
--------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.main-navigation {
  display: block;
  width: 100%;
}
.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
}
.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}
.main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
  display: block;
  left: auto;
}
.main-navigation ul ul a {
  width: 200px;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}
.main-navigation li {
  position: relative;
}
.main-navigation a {
  display: block;
  text-decoration: none;
}
/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }
  .main-navigation ul {
    display: flex;
  }
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
}
.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
  display: flex;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  flex: 1 0 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  text-align: end;
  flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
  display: block;
}

.post,
.page {
  margin: 0 0 1.5em;
}

.updated:not(.published) {
  display: none;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
  margin: 0 0 1.5em;
}
.widget select {
  max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

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

/* Galleries
--------------------------------------------- */
.gallery {
  margin-bottom: 1.5em;
  display: grid;
  grid-gap: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%;
}

.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/* Jetpack infinite scroll
--------------------------------------------- */
/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  -webkit-clip-path: none;
          clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
  outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}

/* POI Specific
--------------------------------------------- */
/* Remove / MOVE */
.block-editor-inserter__panel-title {
  letter-spacing: 0;
}

.site-header {
  margin-bottom: -24px;
}

/* Basic Styles */
h1, h2, h3, h4, h5 {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
}

h1 {
  font-size: 65px;
  line-height: 90px;
  letter-spacing: -2px;
}

h2 {
  font-size: 50px;
  line-height: 50px;
  letter-spacing: -2px;
}

h3 {
  font-size: 30px;
  line-height: 38px;
  letter-spacing: -1px;
}

h4 {
  font-size: 25px;
  line-height: 30px;
  letter-spacing: -1px;
}

h5 {
  font-size: 20px;
  line-height: 22px;
  letter-spacing: 0;
}

p {
  font-size: 18px;
  line-height: 29px;
  font-family: "Poppins", sans-serif;
}

a {
  text-decoration: underline;
  font-family: "Poppins", sans-serif;
}

li {
  font-size: 20px;
  line-height: 33px;
  font-family: "Poppins", sans-serif;
  margin-bottom: 20px;
}

/* Global Styles */
.dash-1 {
  width: 100px;
  height: 3px;
  background-color: #00E5C2;
  margin: 0 auto;
  margin-bottom: 60px;
}

.center {
  text-align: center;
}

.page {
  margin-bottom: 0;
}

/* Bootstrap Edits */
.container {
  max-width: 1024px;
}

/* Menu */
.post-navigation {
  display: none;
}

/* Footer */
.site-footer {
  background-color: #ebebeb;
}

/* Buttons */
.btn {
  font-weight: 600;
  display: inline-block;
  transition: all 0.2s ease-in;
  font-size: 18px;
}

.btn-purple {
  background-color: #63609F;
  color: #fff;
  padding: 20px 40px 20px 30px;
  text-decoration: none;
  position: relative;
  margin: 50px 0 20px 0;
  font-weight: 400;
}

.btn-purple:hover {
  background-color: #575488;
  color: #EBEBEB;
}

.btn-purple:before, .btn-outline:before, .btn-outline-dark:before {
  content: "";
  float: right;
  width: 15px;
  height: 15px;
  background-image: url(/wp-content/themes/poi/media/chev-white.svg);
  background-size: 15px 15px;
  background-repeat: no-repeat;
  position: absolute;
  right: 13px;
  top: 50%;
  transform: translateY(-50%);
}

.btn-outline-dark:before {
  background-image: url(/wp-content/themes/poi/media/chev.svg);
}

.btn-outline {
  background-color: transparent;
  color: #fff;
  padding: 15px 40px 15px 30px;
  text-decoration: none;
  position: relative;
  margin: 20px 0 40px 0;
  border: 2px solid;
}

.btn-outline-dark {
  background-color: transparent;
  color: rgb(0, 0, 0);
  padding: 15px 40px 15px 30px;
  text-decoration: none;
  position: relative;
  margin: 20px 0 40px 0;
  border: 2px solid #9F9F9F;
}

.btn-outline-dark:hover {
  background-color: #F7F7F7;
}

button {
  font-family: "Poppins", sans-serif;
  border: none;
  cursor: pointer;
}

.overlay {
  background-color: rgba(0, 0, 0, 0.5411764706);
}

/* Icons */
.poi-icons {
  background-color: #00e5c2;
  padding: 20px;
  border-radius: 500px;
  max-width: 115px;
  margin: 0 auto;
}

/* WPML Switcher */
.wpml-ls-menu-item .gm-dropdown-menu-wrapper, .wpml-ls-menu-item .gm-dropdown-menu {
  max-width: 50px !important;
  min-width: 50px !important;
}

/* Marketo Overrides */
#dark-form form, #dark-form .mktoForm input, #dark-form .mktoFieldWrap, #dark-form .mktoForm .mktoFormCol, #dark-form .mktoForm select {
  width: 100% !important;
}

#dark-form .mktoHtmlText {
  width: 100% !important;
  font-family: "Poppins", sans-serif;
  color: #cbcbcb;
}

#dark-form .mktoForm label, #dark-form .mktoOffset, #dark-form .mktoGutter {
  display: none !important;
}

#dark-form .mktoForm input {
  margin-bottom: 10px;
}

#dark-form .mktoForm .mktoButton {
  color: #fff;
  padding: 15px 40px 15px 30px;
  font-family: "Poppins", sans-serif;
  text-decoration: none;
  position: relative;
  margin: 20px 0 40px 0;
  border: 2px solid;
  font-weight: 600;
  display: inline-block;
  transition: all 0.2s ease-in;
  font-size: 18px;
  background: transparent;
}

#dark-form .mktoForm .mktoButton:before {
  content: "";
  float: right;
  width: 15px;
  height: 15px;
  background-image: url(/wp-content/themes/poi/media/chev-white.svg);
  background-size: 15px 15px;
  background-repeat: no-repeat;
  position: absolute;
  right: 13px;
  top: 50%;
  transform: translateY(-50%);
}

#dark-form .mktoForm .mktoButtonWrap {
  margin-left: 0 !important;
}

#dark-form input,
#dark-form textarea,
[contenteditable] {
  caret-color: rgb(255, 255, 255);
}

#dark-form textarea {
  background: #000;
  margin-top: 10px;
  border: none;
  border-bottom: 2px solid grey;
  width: 100% !important;
  padding: 20px 20px 20px 0;
  height: 150px;
}

#dark-form .mktoCheckboxList input, #dark-form .mktoCheckboxList label {
  color: #fff;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  display: inline-block !important;
}

#dark-form .mktoCheckboxList label {
  min-width: 275px;
  max-width: 275px;
}

#dark-form .mktoCheckboxList input {
  min-width: 25px;
  max-width: 25px;
  height: 20px;
}

.mktoCheckboxList {
  width: 100% !important;
  display: flex;
  flex-direction: row;
  align-content: center;
  align-items: center;
  flex-wrap: wrap;
}

#dark-form .mktoForm label#LblProduct_Of_Interest__c {
  width: 100% !important;
  display: block !important;
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  margin: 30px 0;
}

.translatepress-ja #dark-form {
  display: none;
}

/* Popup Form */
.popup {
  position: fixed;
  inset: 0;
  z-index: 10001;
  overflow: hidden;
  overflow-y: scroll;
  opacity: 0;
  pointer-events: none;
}

.popup.active {
  opacity: 1;
  pointer-events: all;
  background-color: rgba(3, 3, 3, 0.98);
  transition: background-color 0.6s, opacity 0.6s;
}

.popup .main-btn-rect {
  padding: 10px 100px;
}

.popup .popup-content {
  width: 100%;
  min-width: 320px;
  max-width: 992px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 150px;
  padding: 25px;
  background-color: #FFFFF0;
  color: #070000;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  transition: margin 0.6s;
  -webkit-transition: margin 0.6s;
  -moz-transition: margin 0.6s;
  -o-transition: margin 0.6s;
}

.popup.active .popup-content {
  margin-top: 0;
}

.popup .fade-out {
  position: absolute;
  top: 5%;
  right: 5%;
  text-align: center;
  font-size: 15px;
  background-color: #fc4f4f;
  color: #fff;
}

.main-btn-circle {
  height: 40px;
  width: 40px;
  border-radius: 100%;
  line-height: 40px;
  transition: box-shadow 0.3s;
}

.main-btn-circle:hover {
  box-shadow: inset 2px 1px 0px 20px rgba(255, 255, 240, 0.2);
}

/* Footer */
.footer-terms a {
  text-decoration: none;
  color: #000;
}

/* Link Styling */
.sub-menu .external {
  background: url(/wp-content/uploads/2022/10/foreign-1.png) center right no-repeat;
  padding-right: 13px;
}

/* Nav */
.megamenu-subcat-link {
  display: inline-block;
  border-bottom: 2px solid;
  padding-bottom: 0px;
}

/* Footer */
.social-links a {
  text-decoration: none;
}

.footer_menu ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  font-size: 16px;
  font-weight: 600;
  line-height: 31px;
  color: #000;
  margin-left: 0px;
  font-family: "Poppins", sans-serif;
}

.footer_menu li {
  font-size: 16px;
  font-weight: 600;
  line-height: 31px;
  float: left;
  margin-left: 18px;
  color: #000;
}

.footer_menu li:first-child {
  margin-left: 0;
}

.social-footer img {
  max-width: 45px;
  margin-left: 5px;
}

/* New Sector Banner */
.sector-banner {
  background-size: cover;
  background-position: center;
  min-height: 650px;
  padding: 50px 0;
  margin-bottom: 300px;
  position: relative;
}

.sector-carousel {
  position: absolute !important;
  bottom: -180px;
}

.owl-carousel .owl-stage {
  transition-timing-function: linear !important;
}

.banner-content {
  max-width: 1400px;
  margin: 0 auto;
  text-align: center;
  padding-top: 40px;
}

.banner-content h4 {
  color: #fff;
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 15px;
}

.sector-carousel h3 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 5px;
  margin-top: 17px;
  letter-spacing: -1px;
}

.banner-content h1 {
  color: #00e5c2;
  font-size: 67px;
  font-weight: 600;
  letter-spacing: -2px;
  margin-top: 0;
  line-height: 78px;
}

.owl-carousel .owl-item img {
  transition: all 0.5s ease-in-out;
}

.owl-carousel .owl-item h3 {
  transition: all 0.2s ease-in-out;
}

.owl-carousel .owl-item:hover {
  cursor: pointer;
}

.owl-carousel .owl-item:hover img {
  transition: all 0.5s ease-in-out;
  transform: scale(1.1);
  z-index: 9999;
}

.owl-carousel .owl-item:hover h3 {
  transition: all 0.2s ease-in-out;
  color: #00e5c2;
}

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

html .owl-theme .owl-dots .owl-dot.active span {
  background: #00e5c2;
}

html .owl-theme .owl-dots .owl-dot span {
  background: #000000;
  width: 15px;
  height: 15px;
}

/* Blocks */
/* 001 Hero Banner */
#hero-banner {
  top: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 600px;
  overflow: hidden;
  text-align: center;
  height: 100vh;
}

#hero-banner #video-box {
  height: 100vh;
  width: 100%;
}

#hero-banner video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

#hero-content {
  position: absolute;
  z-index: 500;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.7607843137);
  width: 100%;
  height: 100vh;
}

#hero-banner div h1 {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  letter-spacing: -2px;
  font-size: 110px;
  line-height: 110px;
  margin: 0;
  color: #fff;
}

#hero-banner div span {
  color: #00E5C2;
}

#hero-banner div p {
  color: #fff;
  max-width: 500px;
  font-size: 25px;
  margin: 60px 0 0 0;
}

/* 002 Text 3 Buttons Bottom */
#txt-tbb {
  margin: 100px 0 80px 0;
}

#txt-tbb a {
  text-decoration: none;
  color: #000;
}

#txt-tbb h2 {
  margin-top: 0;
}

#txt-tbb p {
  padding: 0 100px;
}

#txt-tbb h2, #txt-tbb p {
  text-align: center;
  margin-bottom: 60px;
}

#txt-tbb h4 {
  margin: 0;
  font-size: 23px;
  padding-right: 45px;
}

#txt-tbb .btn-inner {
  position: relative;
  min-height: 60px;
  background-color: #00E5C2;
  padding: 25px 20px;
  height: 100%;
}

#txt-tbb .btn-inner img {
  max-height: 26px;
  position: absolute;
  right: 15px;
  bottom: 25px;
}

/* 003 Text and Video*/
#txt-vid h2, #txt-vid p {
  text-align: center;
  margin-bottom: 60px;
  color: #fff;
}

#txt-vid h4 {
  margin: 0;
  font-size: 23px;
  padding-right: 50px;
}

#txt-vid h2 {
  margin-top: 0;
}

#txt-vid .container-fluid {
  background: #000;
  padding: 200px 0;
  background: #000;
  padding: 200px 0;
  background-image: url(/wp-content/uploads/2022/05/gettyimages-1226698069-170667a-1.jpg);
  background-position: bottom;
  background-repeat: no-repeat;
}

#txt-vid video {
  width: 100%;
  max-height: 100%;
}

/* 004 Articles Block */
#articles-block h3 {
  color: #00E5C2;
  margin-bottom: 15px;
}

#articles-block h2 {
  margin-top: 0;
}

#articles-block h4 {
  margin: 0;
  font-size: 23px;
  padding-right: 50px;
}

#articles-block .btn-inner {
  position: relative;
  min-height: 60px;
  background-color: #00E5C2;
  padding: 25px 20px;
  text-align: left;
}

#articles-block .btn-inner img {
  max-height: 26px;
  position: absolute;
  right: 15px;
  bottom: 25px;
}

#articles-block .img-004 {
  width: 100%;
  margin-bottom: -5px;
}

/* 005 Testimonial V1 */
#testimonial-v1 .container-fluid {
  background: #00E5C2;
  padding: 80px 0 70px 0;
}

#testimonial-v1 img {
  max-width: 100%;
  color: #fff;
}

#testimonial-v1 p {
  font-size: 46px;
  margin: 0;
  line-height: 60px;
  font-weight: 500;
}

#testimonial-v1 p.name {
  font-size: 22px;
  font-weight: 700;
  margin-top: 25px;
}

/* 006 Testimonial V2 */
#testimonial-v2 .container {
  padding: 70px 0 50px 0;
}

#testimonial-v2 .testiv1-inner {
  background: #00E5C2;
  padding: 40px;
}

#testimonial-v2 p {
  margin: 0;
  font-size: 23px;
  font-weight: 400;
}

#testimonial-v2 .btn.btn-purple {
  margin-top: 0;
  float: right;
}

#testimonial-v2 img {
  width: 50px;
  margin-bottom: 15px;
}

#testimonial-v2 p.name {
  font-size: 20px;
  font-weight: 700;
  margin-top: 25px;
}

.slider-fade .slick-arrow {
  position: absolute;
  z-index: 999;
  top: 41%;
  padding: 15px;
  background: #63609f;
  color: #fff;
  font-weight: 600;
  font-size: 50px;
}

.slider-fade .slick-next {
  right: 0;
}

/* 007 Testimonial V3 */
#testimonial-v3 .container-fluid {
  background: #F7F7F7;
  padding: 80px 0 70px 0;
}

#testimonial-v3 img {
  max-width: 100%;
  color: #fff;
}

#testimonial-v3 p {
  font-size: 46px;
  margin: 0;
  line-height: 60px;
}

#testimonial-v3 p.name {
  font-size: 22px;
  font-weight: 700;
  margin-top: 25px;
}

/* 008 Text With Call-outs */
#twco h3 {
  color: #00e5c2;
  margin-bottom: 15px;
}

#twco h2 {
  margin-top: 20px;
  margin-bottom: 35px;
  line-height: 57px;
}

#twco p {
  margin-bottom: 35px;
}

.twco-inner {
  background: #00e5c2;
  padding: 30px 15px;
  text-align: center;
  height: 190px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.twco-inner h4 {
  font-size: 35px;
  line-height: 45px;
  margin: 10px 0;
}

.twco-inner h5 {
  margin: 0;
  font-weight: 200;
  font-size: 27px;
}

.twco-inner p {
  margin: 10px 0 0 0;
  font-size: 16px;
  line-height: inherit;
}

/* 009 Product Header */
#product-head {
  text-align: center;
}

#product-head .container-fluid {
  background-color: #000;
  padding: 100px 0;
  background-image: url(https://print-emea.fujifilm.com/wp-content/themes/poi/media/swoosh.jpg);
  background-size: 500px;
  background-repeat: no-repeat;
  background-position-x: 175px;
}

#product-head h1 {
  color: #00e5c2;
  font-weight: 600;
  margin-bottom: 50px;
  font-size: 100px;
  margin-top: 0;
}

#product-head h3 {
  color: #fff;
  margin-bottom: 0;
  font-weight: 200;
}

#product-head img {
  max-width: 100%;
  margin-top: 40px;
  margin-bottom: -285px;
}

#ph-mob {
  display: none;
}

.ph-container {
  max-width: 1300px;
  margin-top: 25px;
}

#product-header {
  margin-bottom: 200px;
  margin-top: 20px;
}

img.headerIMG {
  -webkit-clip-path: url(#clipper);
          clip-path: url(#clipper);
  max-width: 100%;
}

#clipped {
  width: 100%;
  height: 650px;
  background-size: cover;
  -webkit-clip-path: url(#cross);
          clip-path: url(#cross);
}

.text {
  text-align: center;
  padding: 140px 0;
}

.text p {
  color: #fff;
  margin-top: 0;
  font-size: 1.5em;
  max-width: 450px;
  margin: 0 auto;
}

.text h1 {
  color: #00E5C2;
  margin-top: 0;
  margin-bottom: 10px;
  font-weight: 600;
  font-size: 5.2em;
}

.head-container {
  position: relative;
}

.prod-img {
  position: absolute;
  bottom: -92px;
  max-width: 1000px;
  left: 8%;
}

.ico-outline {
  position: absolute;
  max-width: 250px;
  bottom: 44px;
  right: 25px;
}

/* 010 Three Icons Three Columns */
#tc-icons {
  text-align: center;
}

/* 011 Accordion */
.acc-container {
  width: 100%;
}

.acc {
  margin-bottom: 10px;
}

.acc-head {
  padding: 20px 10px;
  position: relative;
  cursor: pointer;
}

.acc-head::before,
.acc-head::after {
  content: "";
  position: absolute;
  top: 50%;
  background-color: #000;
  transition: all 0.3s;
}

.acc-head::before {
  right: 30px;
  width: 3px;
  height: 20px;
  margin-top: -10px;
}

.acc-head::after {
  right: 21px;
  width: 20px;
  height: 3px;
  margin-top: -2px;
}

.acc-head p {
  margin: 5px 0;
  font-size: 25px;
}

.acc-content {
  padding: 15px 10px;
  display: none;
}

.acc-head.active::before {
  transform: rotate(90deg);
}

.acc {
  border-bottom: 3px solid #00e5c2;
}

.acc-container .acc:nth-child(1) {
  border-top: 3px solid #00e5c2;
}

.acc-inner {
  max-width: 80%;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 65px;
}

/* 012 Form with Background */
#form-bg .container-fluid {
  background: #000;
  padding: 100px 0 100px 0;
}

#form-bg input {
  width: 100%;
  padding: 20px 10px;
  margin-bottom: 25px;
  border: none;
}

#form-bg input::-moz-placeholder {
  font-family: "Poppins", sans-serif;
  font-size: 18px;
}

#form-bg input::placeholder {
  font-family: "Poppins", sans-serif;
  font-size: 18px;
}

#form-bg select {
  width: 100%;
  padding: 15px 10px;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  border: none;
}

#form-bg .rendered-form {
  background: #00e5c2;
  padding: 35px 40px;
  margin-top: -150px;
}

#form-bg .privacy {
  margin-top: 0;
  font-size: 13px;
  line-height: 19px;
}

#form-bg h4 {
  margin-top: 0;
}

#form-bg h3 {
  color: #00e5c2;
  letter-spacing: 0px;
  font-size: 23px;
  margin-top: 0;
}

#form-bg .frm-h {
  color: #fff;
  font-size: 40px;
  line-height: 55px;
  margin-bottom: 0;
  margin-top: 0;
}

/* 013 Text with Header */
#txt-header h3 {
  color: #00e5c2;
  margin-bottom: 15px;
}

#txt-header h2 {
  margin-top: 20px;
  margin-bottom: 35px;
  line-height: 60px;
}

#txt-header p {
  margin-bottom: 35px;
}

/* 014 Text with Media */
#txt-media {
  margin: 35px 0;
}

#txt-media h3 {
  margin-top: 0;
  font-weight: 600;
  color: #000;
  letter-spacing: -1px;
  font-size: 27px;
}

#txt-media .txt-cols {
  -moz-column-count: 2;
       column-count: 2;
  -moz-column-gap: 40px;
       column-gap: 40px;
}

#txt-media .txt-cols p, #txt-media .txt-cols ul {
  margin-top: 0;
}

/* 015 Product Grid */
#product-grid {
  text-align: center;
}

#product-grid .pgrid-inner {
  padding: 20px;
  height: 100%;
}

#product-grid img {
  max-width: 100%;
}

#product-grid .pgrid-inner h3 {
  color: #00E5C2;
  font-size: 43px;
}

#product-grid .pgrid-inner p {
  color: #FFFFFF;
}

#product-grid .col-md-6 {
  margin-bottom: 25px;
}

#product-grid .active {
  border-bottom: 1px solid white;
  border-left: 1px solid #000;
  border-right: 1px solid #000;
  border-top: 5px solid #00e5c2;
}

#product-grid .active.tab::before {
  content: "";
  display: block;
  position: absolute;
  top: 29%;
  height: 40%;
  right: 0;
  border-right: 2px solid #fff;
  pointer-events: none;
}

#product-grid .prod-tab {
  background-color: transparent;
  font-size: 22px;
  font-weight: 500;
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
  text-align: left;
  font-family: "Poppins", sans-serif;
  cursor: pointer;
}

#product-grid .tab {
  background-color: transparent;
  padding: 25px;
  margin-bottom: -1px;
  position: relative;
}

#product-grid .tab::before {
  content: "";
  display: block;
  position: absolute;
  top: 29%;
  height: 40%;
  right: 0;
  border-right: 2px solid #000;
  pointer-events: none;
}

#product-grid .packaging-active.tab::before {
  content: "";
  display: block;
  position: absolute;
  top: 29%;
  height: 40%;
  left: 0;
  border-left: 2px solid #000 !important;
  border-right: none;
  pointer-events: none;
}

#product-grid .packaging-active2.tab::before {
  content: "";
  display: block;
  position: absolute;
  top: 29%;
  height: 40%;
  left: 0;
  border-left: 2px solid #000 !important;
  border-right: 2px solid #fff !important;
  pointer-events: none;
}

#product-grid .product-tabs {
  border-bottom: 1px solid #000;
  margin-bottom: 50px;
}

#product-grid .prod-titles {
  margin: 100px 0 50px 0;
}

#product-grid .product-gtitle {
  margin: 100px 0 100px 0;
}

#product-grid .prod-icon svg {
  width: 100px;
  fill: #00e5c2;
}

#product-grid .tab.active .prod-label {
  font-weight: 800 !important;
}

#product-grid .wide-active.tab::before {
  content: "";
  display: block;
  position: absolute;
  top: 29%;
  height: 40%;
  left: 0;
  border-left: 2px solid #000;
  border-right: none;
  pointer-events: none;
}

#product-grid .wide-active2.tab::before {
  content: "";
  display: block;
  position: absolute;
  top: 29%;
  height: 40%;
  right: 0;
  border-right: 2px solid #000;
  pointer-events: none;
}

/* Gated Content 016 */
#gated-header .container-fluid {
  background-color: #00e5c2;
  text-align: center;
  padding: 100px 0;
}

#gated-header .container-fluid h1 {
  margin-top: 0;
}

#gated-header .container-fluid h3 {
  color: #fff;
}

#gated-header h3 {
  margin-bottom: 0;
  color: #00e5c2;
  margin-top: 80px;
}

#gated-header h2 {
  margin-top: 20px;
}

.hidden {
  position: relative;
}

.hidden:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: linear-gradient(0deg, rgb(255, 255, 255) 5%, rgba(255, 255, 255, 0) 79%);
}

/* Closed (default) State */
:root {
  --gated-content-animation-speed: 400ms;
}

.gated-content {
  position: relative;
  transition: opacity var(--gated-content-animation-speed) ease;
}

.gated-content__layout {
  transition: max-height calc(var(--gated-content-animation-speed) * 2) ease;
}

.gated-content::before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
  width: 100%;
  height: 70vh;
  transition: opacity var(--gated-content-animation-speed) ease;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
}

.gated-content ~ * {
  display: none;
  opacity: 0;
}

/* Open State */
.gated-content.open {
  opacity: 0;
}

.gated-content.open .gated-content__layout {
  max-height: 0 !important;
}

.gated-content.open::before {
  opacity: 0;
}

.gated-content.open ~ * {
  display: block;
  animation: openGated var(--gated-content-animation-speed) ease 0ms;
  animation-fill-mode: forwards;
}

@keyframes openGated {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* Dark Form 017 */
#dark-form {
  background: #000;
  padding: 50px;
}

#dark-form input:focus {
  outline: none;
}

#dark-form input, #dark-form textarea {
  color: #fff;
  font-size: 20px;
  font-family: "Poppins", sans-serif;
}

#dark-form select {
  color: #fff;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}

#dark-form input {
  width: 100%;
  background: transparent;
  border: none;
  border-bottom: 2px solid grey;
  padding: 15px 0;
  margin-bottom: 25px;
}

#dark-form select option {
  color: #000;
}

#dark-form select {
  width: 100%;
  background: none;
  color: #fff;
  padding: 15px 0;
  border: none;
  font-family: "Poppins", sans-serif;
  border-bottom: 2px solid gray;
}

#dark-form ::-moz-placeholder {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
}

#dark-form ::placeholder {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
}

#dark-form .privacy {
  margin-top: 0;
  font-size: 13px;
  line-height: 19px;
  color: #fff;
}

#dark-form h2 {
  color: #00E5C2;
  font-size: 45px;
}

#dark-form p {
  color: #fff;
}

#dark-form .mktoHtmlText a {
  color: #63609F;
}

/* Event Block 018 / 0019 */
.event-block {
  margin-bottom: 50px;
}

.center {
  text-align: center;
}

.event-block .event-inner {
  padding: 25px;
  background-color: #ebebeb;
}

.event-block .event-inner img {
  max-width: 100%;
}

.event-block .event-inner h5 {
  margin-bottom: 0;
  color: #9f9f9f;
}

.event-block .event-inner h3 {
  margin-top: 10px;
}

.event-block .details p {
  font-weight: 500;
}

.event-block .details {
  margin: 23px 0 0px 0;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.event-block .acc-container .acc:nth-child(1), #event-block .acc {
  border: none;
}

.event-block .acc-container {
  margin-bottom: 20px;
}

.event-block .acc-head::before,
.event-block .acc-head::after {
  background-color: #ebebeb;
}

.event-block .acc-head p {
  font-size: 20px;
  font-weight: 600;
}

.event-block .acc-content {
  padding: 0;
}

.event-block .acc-head {
  padding: 0;
}

/* Event Header 020 */
#event-block .event-banner {
  background-image: url(https://cdn.pixabay.com/photo/2019/07/15/21/05/fantasy-4340432_1280.jpg);
  background-size: cover;
  background-position: bottom;
  padding: 100px 0;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2509803922), inset 0 0 0 1000px rgba(0, 0, 0, 0.15);
}

#event-block .event-banner h3 {
  color: #00E5C2;
}

#event-block .event-banner h2 {
  color: #fff;
  margin-top: 20px;
  font-weight: 400;
}

.event-pt {
  background: #00E5C2;
  padding: 50px 0;
  text-align: center;
}

.event-pt h2 {
  margin-bottom: 0;
}

.event-pt h3 {
  margin-top: 15px;
}

/* Green Header 021 */
.green-pt {
  background: #00E5C2;
  padding: 50px 0;
  text-align: center;
}

.green-pt h2 {
  margin-bottom: 0;
}

.green-pt h3 {
  margin-top: 15px;
  font-weight: 500;
}

/* Contact Section 022 */
#contact-section {
  background-color: #ebebeb;
  padding: 120px 0;
}

.contact-inner img {
  max-height: 100px;
}

.contact-inner p {
  font-size: 30px;
  margin-top: 0;
}

.contact-row {
  margin: 70px 0;
}

.contact-inner h3 {
  margin-bottom: 0;
}

.contact-inner {
  background-color: #fff;
  text-align: center;
  padding: 25px;
}

.contact-inner {
  background-color: #fff;
  text-align: center;
  padding: 25px;
}

/* Small CTA 023 */
#small-cta .green {
  background: #00E5C2;
  padding: 30px 25px 30px 50px;
}

#small-cta .green h3 {
  margin-top: 0;
}

#small-cta .img-bg {
  background-size: cover;
}

#small-cta .btn-purple {
  margin-top: 0;
}

#small-cta h3 {
  margin-bottom: 0;
  letter-spacing: -0.5px;
}

#small-cta .small-ctav2 h3, #small-cta .small-ctav2 p {
  color: #fff;
}

#small-cta .small-cta-inner {
  background-size: cover;
  height: 100%;
}

#small-cta .small-cta-inner .overlay {
  background-color: rgba(0, 0, 0, 0.5411764706);
  padding: 10px 40px;
  height: 100%;
}

/* Image Hotspot */
.no-sidebar .tippy-box {
  background-color: #EBEBEB !important;
  border-radius: 0;
}

.tippy-arrow:before {
  border-top-color: #EBEBEB !important;
}

.no-sidebar .wp-block-getwid-image-hotspot__tooltip-title {
  font-size: 16px;
  font-weight: 500;
  font-family: "Poppins";
  color: #000000;
}

.wp-block-getwid-image-hotspot__tooltip-content {
  font-size: 14px;
  font-family: "Poppins";
  color: #000000;
}

.wp-block-getwid-image-hotspot .wp-block-getwid-image-hotspot__dot {
  background-color: #63609F !important;
}

.no-sidebar .wp-block-getwid-image-hotspot .wp-block-getwid-image-hotspot__dot.has-animation-pulse:before, .no-sidebar .wp-block-getwid-image-hotspot .wp-block-getwid-image-hotspot__dot {
  border-radius: 0;
}

.wp-block-getwid-image-hotspot {
  max-width: 1300px;
  margin: 0 auto;
}

/* Black Header 024 */
.black-pt {
  background: #000;
  padding: 200px 0;
  text-align: center;
}

.black-pt h2 {
  color: #00E5C2;
  font-size: 5em;
  font-weight: 600;
  margin-top: 0;
}

.black-pt h3 {
  color: #F7F7F7;
  font-weight: 500;
  margin-top: 50px;
  margin-bottom: 0;
}

/* Case studies Grid 025 */
#cs-grid h2 {
  text-align: center;
}

#cs-grid .col-md-6 p {
  margin-top: 0;
}

#cs-grid p.cs-head {
  font-weight: 800;
  margin-bottom: 0;
  margin-top: 15px;
}

#cs-grid .col-md-6 img {
  max-width: 100%;
}

#cs-grid .col-md-6 a {
  text-decoration: none;
  color: #000;
}

/* Full Width Image 026 */
#fw-image .container-fluid {
  background-size: cover;
}

/* Sustainability Block 027 */
#sus-block .container-fluid {
  background-color: #EBEBEB;
  padding: 50px 0;
}

#sus-block h3 {
  color: #00E5C2;
  margin-top: 0;
}

#sus-block .fh2 {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 60px;
  font-size: 55px;
}

#sus-block .sh2 {
  margin-top: 16px;
  line-height: 60px;
  font-weight: 400;
}

#sus-block a.btn {
  margin-bottom: 0;
}

/* Case Study Header 028 */
#study-header .black-pt {
  background: #000;
  padding: 150px 0 250px 0;
  text-align: center;
}

#study-header .black-pt h2 {
  color: #00E5C2;
  font-size: 5.5em;
  font-weight: 600;
  margin-top: 25px;
  margin-bottom: 0;
  line-height: 90px;
}

#study-header .black-pt h3 {
  color: #F7F7F7;
  font-weight: 600;
  margin: 0;
  font-size: 2em;
  letter-spacing: -1px;
}

/* Resources Archive */
.resources-results h3 {
  margin-top: 0;
}

.resources-results .col-md-6 {
  margin-bottom: 30px;
}

.resources-results .col-md-6 a {
  text-decoration: none;
  color: #000;
  position: relative;
}

.resources-results .col-md-6 a .chev {
  max-height: 26px;
  position: absolute;
  right: 15px;
  bottom: 25px;
}

.resources-results .resource-desc {
  background-color: #EBEBEB;
  min-height: 350px;
  padding: 35px;
}

.resource-filter {
  margin-bottom: 20px;
}

.resource-total {
  border-bottom: 1px solid #9F9F9F;
  margin-bottom: 50px;
}

@media (min-width: 768px) {
  .resource-filter {
    margin-bottom: 50px;
  }
  .resource-total {
    text-align: right;
    position: absolute;
    top: 0;
    right: 0;
    margin-bottom: 0px;
  }
}
.resource-total p {
  margin: 0;
  padding: 10px;
  font-weight: 600;
}

.resource-filter form ul {
  padding: 0;
}

.resource-filter form ul li {
  padding: 0;
}

.resource-filter .sf-input-select {
  font-weight: 600;
  border-radius: 0;
  padding: 10px 32px 10px 10px;
  text-align: left;
  border: 1px solid #9F9F9F;
}

.resource-filter form li {
  float: left;
}

.resource-filter form li.sf-field-taxonomy-resource-categories {
  margin-right: 10px;
}

/* Table */
.wp-block-table {
  display: block !important;
  padding: 0 0.75rem;
  margin-right: 0 auto;
  width: 100% !important;
  max-width: 1024px;
  overflow-x: auto;
  border: none !important;
  font-size: 20px;
  line-height: 33px;
  font-family: "Poppins", sans-serif;
}

.wp-block-table td,
.wp-block-table th {
  padding: 1rem;
  max-width: 90vw;
}

.wp-block-table table {
  width: -moz-max-content !important;
  width: max-content !important;
  min-width: 100%;
  position: relative;
}

/* Sector Banner */
.sector-banner a {
  text-decoration: none;
  color: #000;
}

.owl-carousel .owl-dots.disabled {
  display: block;
}

.sector-banner {
  background-size: cover;
  background-position: center;
  padding: 50px 0;
  position: relative;
  margin-bottom: calc(240px + 1.5625vw);
}

.banner-content {
  padding-bottom: calc(50px + 10vw);
}

.sector-carousel {
  position: absolute !important;
  bottom: calc(-72px - 5vw);
}

.owl-carousel .owl-stage {
  transition-timing-function: linear !important;
}

.banner-content {
  max-width: 1400px;
  margin: 0 auto;
  text-align: center;
  padding-top: 40px;
}

.banner-content h4 {
  color: #fff;
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 15px;
}

.sector-carousel h3 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 5px;
  margin-top: 17px;
  letter-spacing: -1px;
}

.banner-content h1 {
  color: #00e5c2;
  font-size: 67px;
  font-weight: 600;
  letter-spacing: -2px;
  margin-top: 0;
  line-height: 78px;
}

.owl-carousel .owl-item img {
  transition: all 0.5s ease-in-out;
}

.owl-carousel .owl-item h3 {
  transition: all 0.2s ease-in-out;
}

.owl-carousel .owl-item:hover {
  cursor: pointer;
}

.owl-carousel .owl-item:hover img {
  transition: all 0.5s ease-in-out;
  transform: scale(1.1);
  z-index: 9999;
}

.owl-carousel .owl-item:hover h3 {
  transition: all 0.2s ease-in-out;
  color: #00e5c2;
}

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

html .owl-theme .owl-dots .owl-dot.active span {
  background: #00e5c2;
}

html .owl-theme .owl-dots .owl-dot span {
  background: #000000;
  width: 15px;
  height: 15px;
}

/* New Product Grid Boxes */
.Commercial .col-md-6 {
  min-height: 600px;
}

.grid-bg {
  height: 100%;
  background-size: cover;
}

.owl-carousel .owl-item img {
  max-width: 500px;
  margin: 0 auto;
}

/* Short CTA Changes */
#form-bg .mktoForm .mktoRequiredField .mktoAsterix {
  display: none;
}

#form-bg .mktoHtmlText.mktoHasWidth {
  display: none;
}

#form-bg .mktoForm .mktoFormRow {
  width: 48%;
  float: left;
  clear: none;
}

#form-bg .mktoForm {
  width: 100% !important;
}

#form-bg .mktoForm .mktoClear {
  clear: none;
}

#form-bg .mktoForm .mktoButton {
  background-color: #63609F;
  color: #fff;
  padding: 20px 40px 20px 30px;
  text-decoration: none;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
}

#form-bg .mktoButtonRow span {
  margin-left: 22px !important;
}

#form-bg .mktoButtonRow button {
  width: 385px;
}

#form-bg input, #form-bg select {
  width: 385px !important;
}

/* Card Grid */
.card-grid {
  margin-top: 50px;
  margin-bottom: 50px;
}

.card-grid .card {
  margin-bottom: 25px;
  padding: 20px;
  border: 1px solid #e7e7e7;
  border-radius: 10px;
  min-height: 300px;
}

.card-grid h6 {
  font-family: "Poppins", sans-serif;
  color: grey;
  font-weight: 600;
  margin-top: 15px;
}

.card-grid .card-title {
  margin-top: 0;
  margin-bottom: 0;
}

.card-grid .card-link {
  color: #63609F;
  text-decoration: none;
  font-weight: 500;
}

/* Printer Icons */
.printer-icons .icons-flex {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

.poi-icons-printers img {
  max-height: 110px;
}

/* Where to Buy */
.showroom-yes .resource-desc.wtb-resource {
  background-color: #5fe0c3;
}

.resource-desc.wtb-resource {
  min-height: 477px;
  position: relative;
}

.showroom-yes .resource-desc.wtb-resource {
  min-height: 556px;
  background-color: #5fe0c3;
}

.showroom-icon {
  position: absolute;
  bottom: 10px;
  right: 10px;
  max-width: 120px;
}

.sf-field-taxonomy-showroom ul .sf-level-0 {
  font-size: 18px;
  line-height: 29px;
  font-family: "Poppins", sans-serif;
  margin-right: 10px;
}

.sf-level-0.sf-item-180 {
  background: #7ddcc4;
}

/* Hide Show Mob */
.mob-hide {
  display: none;
}

.dt-hide {
  display: block;
}

/* Popup Form */
@media only screen and (max-width: 768px) {
  form#send .main-btn-rect {
    padding: 7px 60px;
    font-size: 14px;
  }
}
/* Global */
@media only screen and (max-width: 1700px) {
  .single-lp .sector-banner {
    min-height: 300px;
  }
  .sector-banner {
    margin-top: 50px !important;
  }
}
@media only screen and (max-width: 480px) {
  .banner-content h1 {
    font-size: 50px;
    line-height: 55px;
  }
  .banner-content h4 {
    font-size: 22px;
    margin-bottom: 2px;
  }
  .sector-carousel h3 {
    font-size: 17px;
    margin-top: 0px;
  }
  .sector-banner {
    min-height: 50vh;
    margin-bottom: 150px;
  }
  .single-lp .sector-banner {
    min-height: 150px;
  }
  .sector-carousel {
    bottom: -104px;
  }
  #hero-banner div h1 {
    font-size: 75px;
    line-height: 80px;
  }
  h3 {
    font-size: 24px;
    line-height: 50px;
  }
  p {
    font-size: 17px;
  }
  #txt-media .txt-cols {
    -moz-column-count: 1;
         column-count: 1;
  }
  #txt-media .txt-cols ul li {
    font-size: 18px;
  }
  #testimonial-v1 img {
    max-width: 20%;
  }
  #testimonial-v1 p {
    font-size: 32px;
    line-height: 40px;
  }
  #testimonial-v1 p.name {
    font-size: 18px;
  }
  #form-bg .frm-h {
    font-size: 32px;
    line-height: 45px;
  }
  #txt-header h2 {
    line-height: 44px;
  }
  .container-fluid.block-short-cta-form.slick-slide.slick-current.slick-active {
    padding-top: 30px !important;
    padding-bottom: 35px !important;
  }
  .col-md-6.social-footer {
    text-align: center !important;
  }
  .margin-footer {
    margin: 0 !important;
  }
  .footer_menu li {
    float: none;
  }
  #dark-form h2 {
    font-size: 32px;
  }
  .dt-hide {
    display: none;
  }
  .mob-hide {
    display: block;
  }
  #txt-tbb p {
    padding: 0;
  }
  #txt-tbb .col-md-4 {
    margin-bottom: 10px;
  }
  #articles-block .col-md-4 {
    margin-bottom: 10px;
  }
  #dark-form {
    padding: 50px 10px;
  }
  #product-grid .product-gtitle {
    line-height: 70px;
  }
  #ph-dt {
    display: none;
  }
  #ph-mob {
    display: block;
  }
  #clipped {
    -webkit-clip-path: url(#cross-mob) !important;
            clip-path: url(#cross-mob) !important;
    width: 100%;
    height: 650px;
    background-size: cover;
  }
  #product-header h1 {
    font-size: 3.2em;
    line-height: 60px;
  }
  #product-header .text p {
    font-size: 1.5em;
  }
  #product-header .prod-img {
    max-width: 100%;
    left: 0;
  }
  #product-header .ico-outline {
    max-width: 250px;
    bottom: 93px;
    right: 50px;
    height: 215px;
  }
  #product-header .prod-img {
    bottom: 105px !important;
  }
  #product-header {
    margin-bottom: 0;
    margin-top: 15px;
  }
  #twco .col {
    margin-bottom: 10px;
  }
  .wp-block-getwid-image-hotspot {
    display: none;
  }
  .small-ctav2 .col-md-6 {
    margin-bottom: 10px;
  }
  #small-cta .img-bg {
    min-height: 230px;
  }
  h2 {
    font-size: 37px;
    line-height: 43px;
  }
  #sus-block .sh2 {
    line-height: 52px;
  }
  #sus-block .fh2 {
    line-height: 50px;
    font-size: 45px;
  }
  .acc-inner {
    max-width: 95%;
  }
  .black-pt h2 {
    line-height: 62px;
    font-size: 3.3em;
  }
  #black-header .overlay {
    padding: 100px 0 !important;
  }
  .resource-filter form li, .resource-filter form label, .resource-filter form select {
    width: 100%;
  }
  .resource-filter form li {
    margin-bottom: 15px;
  }
  .footer-terms, .social-links, .site-info {
    text-align: center !important;
  }
  .social-links {
    margin: 25px 0 0 0;
  }
  #twco .col-sm {
    margin-bottom: 10px;
  }
  .acc-head {
    text-align: left;
  }
  .acc-content .pgrid-inner {
    margin-bottom: 15px;
  }
  .pg-mobile .acc-content {
    padding: 0;
  }
  #study-header .black-pt h2 {
    font-size: 3.5em;
    line-height: 65px;
  }
  #study-header .overlay {
    padding: 100px 0 !important;
  }
  #study-header .container-fluid.black-pt {
    background-position: center;
  }
  #form-bg input, #form-bg select {
    width: 100% !important;
  }
  #form-bg .mktoForm .mktoFormRow {
    width: 100%;
    float: none;
  }
  #form-bg .mktoButtonRow button {
    width: 220px;
    margin-top: 20px;
    margin-left: -20px;
  }
}/*# sourceMappingURL=style.css.map */