@import url("https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@400;700&display=swap");
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

:root {
  font-size: 16px;
}

/*! 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; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

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

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

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

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

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

/**
 * 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; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * 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; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * 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; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

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

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

/**
 * 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; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 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; /* 1 */
  padding: 0; /* 2 */
}

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

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

/**
 * Remove the inner padding 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; /* 1 */
  font: inherit; /* 2 */
}

/* 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;
}

button,
input,
optgroup,
select,
textarea {
  border: none;
  background-image: none;
  background-color: transparent;
  box-shadow: none;
  outline: none;
}

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

a:focus, button:focus, .button.alt:focus, input:focus, textarea:focus, input[type=button]:focus, input[type=reset]:focus, input[type=submit]:focus, input[type=email]:focus, input[type=tel]:focus, input[type=url]:focus, input[type=password]:focus, input[type=search]:focus {
  outline-color: transparent;
}

/*----- site fonts -----*/
/* ---- site variables ---- */
/*
 * General style
 * @author Anil - PURPOSE Marketing
 */
/* -------------------------------------------------------------------------- */
:root {
  scroll-behavior: smooth;
}

* {
  transition: all 0.2s linear;
}

body {
  color: #ffffff;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.container {
  max-width: 1480px;
  margin: 0 auto;
  padding: 0 20px;
}

.grecaptcha-badge {
  visibility: hidden;
}

img.svg {
  display: none;
}

#svg-filters {
  height: 0;
  position: absolute;
}

p {
  font-size: 16px;
  line-height: 21px;
}

h2 {
  font-size: 32px;
  line-height: 43px;
  font-weight: 700;
  text-transform: uppercase;
}

h3 {
  font-size: 21px;
  font-weight: 700;
  line-height: 28px;
}

.btn {
  display: inline-block;
  padding: 15px 24px;
  text-align: center;
  cursor: pointer;
  background-color: #013C5A;
  font-weight: 700;
  text-transform: uppercase;
  color: #ffffff;
  text-decoration: none;
}
.btn:hover, .btn:active, .btn:focus {
  background-image: url(../images/btn-hover-bg.png);
  color: #ffffff;
}

.btn-clean {
  display: inline-block;
  padding: 15px 24px;
  text-align: center;
  cursor: pointer;
  background-color: transparent;
  font-weight: 700;
  text-transform: uppercase;
  color: #ffffff;
  text-decoration: none;
  border: 1px solid #ffffff;
}
.btn-clean:hover, .btn-clean:active, .btn-clean:focus {
  background-image: url(../images/btn-hover-bg.png);
  color: #ffffff;
}
.btn-clean:hover, .btn-clean:active, .btn-clean:focus, .btn-clean-active, main#product[tabActive="5"] .tabs > span:nth-child(5), main#product[tabActive="4"] .tabs > span:nth-child(4), main#product[tabActive="3"] .tabs > span:nth-child(3), main#product[tabActive="2"] .tabs > span:nth-child(2), main#product[tabActive="1"] .tabs > span:nth-child(1) {
  background-image: none;
  background-color: rgba(255, 255, 255, 0.5019607843);
  color: #ffffff;
}

.social {
  display: inline-block;
  width: 24px;
  height: 24px;
}
.social img {
  width: 100%;
  height: 100%;
}
.social + .social {
  margin-left: 8px;
}

.feature-image-wrapper {
  position: relative;
  height: fit-content;
}
.feature-image-wrapper::before {
  content: "";
  width: 100%;
  height: 45%;
  position: absolute;
  left: 0;
  top: 0;
  background: linear-gradient(180deg, rgb(0, 0, 0) 0%, rgba(14, 14, 14, 0) 100%);
  z-index: 1;
}
.feature-image-wrapper::after {
  content: "";
  width: 100%;
  height: 320px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: linear-gradient(360deg, rgb(0, 0, 0) 0%, rgba(14, 14, 14, 0) 100%);
}

img.feature {
  width: 100%;
  height: clamp(240px, 38vmax, 720px);
  object-fit: cover;
  object-position: bottom;
}

main h3 {
  margin-bottom: 16px;
  text-transform: uppercase;
}
main section p {
  margin-bottom: 8px;
}
main section p:last-of-type {
  margin-bottom: 0;
}
main .btn-clean {
  margin-top: 24px;
}
main ul.disk-list {
  list-style: none;
}
main ul.disk-list li {
  color: #000;
  position: relative;
  padding-left: 20px;
  margin-bottom: 8px;
}
main ul.disk-list li:last-child {
  margin-bottom: 0;
}
main ul.disk-list li::before {
  content: "";
  width: 12px;
  height: 12px;
  border: 1px solid #000;
  border-radius: 100%;
  position: absolute;
  left: 0;
  top: 4px;
}
main ol {
  list-style-position: outside;
  padding-left: 15px;
}
main ol li {
  margin-bottom: 8px;
}
main ol li:last-child {
  margin-bottom: 0;
}
main dl p {
  margin-bottom: 8px;
}
main dl div {
  margin-bottom: 8px;
}
main dl dt {
  display: inline-block;
  font-weight: 700;
  color: #4A96BE;
}
main dl dd {
  display: inline-block;
  color: #000;
}
main img.bordered {
  width: clamp(320px, 100%, 600px);
  padding: 8px;
  border: 1px solid #ffffff;
  aspect-ratio: 600/400;
  object-fit: cover;
  object-position: center;
}
main .img-frame {
  background: url(../images/frame-1.png);
  background-size: 100%;
  background-repeat: no-repeat;
  padding: 15px;
  width: clamp(320px, 100%, 600px);
  aspect-ratio: 600/448;
  position: relative;
}
main .img-frame div {
  width: 100%;
  height: 100%;
  -webkit-mask: url(../images/image-mask-1.svg);
  mask: url(../images/image-mask-1.svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 95%;
  mask-size: 95%;
  -webkit-mask-position: center;
  mask-position: center;
  position: absolute;
  left: 0;
  top: 0;
}
main .img-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
main .thumbnail-frame {
  background: url(../images/frame-2.png);
  background-size: 100%;
  background-repeat: no-repeat;
  padding: 15px;
  width: clamp(150px, 46%, 200px);
  aspect-ratio: 200/150;
  position: relative;
}
main .thumbnail-frame div {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  -webkit-mask: url(../images/image-mask-2.svg);
  mask: url(../images/image-mask-2.svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 95%;
  mask-size: 95%;
  -webkit-mask-position: center;
  mask-position: center;
  position: absolute;
  left: 0;
  top: 0;
}
main .thumbnail-frame img {
  width: 65%;
  height: 65%;
  object-fit: contain;
  object-position: center;
}

/*
* Header section style
* @author Anil - PURPOSE Marketing
*/
/* -------------------------------------------------------------------------- */
@media screen and (max-width: 1087px) {
  body.open-nav {
    height: 100vh;
    height: 100dvb;
    overflow: hidden;
  }
  body.open-nav header.main {
    height: 100%;
    background-color: #E4ECF0;
  }
  body.open-nav header.main .top {
    visibility: hidden;
    height: 35px;
  }
  body.open-nav header.main .top > * {
    display: none;
  }
  body.open-nav header.main .menu-contacts {
    display: flex;
    animation-name: fadeIn;
    animation-duration: 2s;
    animation-fill-mode: forwards;
  }
}
header.main {
  display: flex;
  flex-direction: column;
  background-repeat: repeat;
  background-size: 664px 374px;
  background-position: center;
  position: absolute;
  inset: 0;
  z-index: 99;
  height: fit-content;
}
header.main .top {
  background-color: #013C5A;
  flex: 0 0 auto;
}
header.main .top > div {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding-top: 6px;
  padding-bottom: 5px;
  max-width: 100%;
}
header.main .top a {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 18px;
  line-height: 24px;
  color: #fff;
}
header.main .top a:nth-child(1), header.main .top a:nth-child(2) {
  display: none;
}
header.main .top a:last-of-type {
  margin-left: auto;
  color: #fff;
  text-transform: uppercase;
  text-decoration: underline;
  font-weight: 700;
}
header.main nav {
  flex: 1 1 auto;
}
header.main nav > div {
  display: flex;
  flex-direction: column;
  height: 100%;
}
header.main .logo-wrapper {
  display: flex;
  flex: 0 0 auto;
  justify-content: space-between;
  align-items: center;
  padding: 9px 20px 9px 13px;
  margin-left: -20px;
  margin-right: -20px;
}
header.main .logo {
  display: inline-block;
  width: 150px;
  max-height: 114px;
}
header.main .logo img {
  width: 100%;
}
header.main .menu-contacts {
  display: none;
  flex: 1 1 auto;
  flex-direction: column;
  width: 100%;
  max-height: calc(100dvb - 117px);
  overflow-y: scroll;
  justify-content: space-between;
  align-items: flex-start;
  padding: 40px 0 26px;
}
header.main .menu-contacts > ul {
  margin-bottom: 40px;
}
header.main .menu-contacts ul {
  list-style: none;
}
header.main .menu-contacts ul a {
  font-size: 21px;
  font-weight: 700;
  line-height: 28px;
  color: #013C5A;
  text-transform: uppercase;
}
header.main .menu-contacts ul li {
  position: relative;
  margin-bottom: 32px;
}
header.main .menu-contacts ul li:last-child {
  margin-bottom: 0;
}
header.main .menu-contacts ul li.open-sub-menu > a {
  color: #046497;
  font-size: 24px;
  line-height: 32px;
}
header.main .menu-contacts ul li.open-sub-menu > ul {
  display: block;
  animation-name: fadeIn;
  animation-duration: 2s;
  animation-fill-mode: forwards;
}
header.main .menu-contacts ul ul {
  display: none;
  width: 320px;
  padding: 23px 16px;
  margin-top: 18px;
  background-color: #013C5A;
  position: relative;
  z-index: 1;
}
header.main .menu-contacts ul ul::before {
  content: "";
  width: 0;
  height: 0;
  border: 8px solid transparent;
  border-bottom-color: #013C5A;
  position: absolute;
  top: -16px;
  left: 0;
}
header.main .menu-contacts ul ul a {
  color: #ffffff;
}
header.main .menu-contacts ul ul a:hover {
  text-decoration: underline;
}
header.main .menu-contacts ul ul li {
  margin-bottom: 15px;
}
header.main .menu-contacts ul ul li:last-child {
  margin-bottom: 0;
}
header.main .menu-contacts > div {
  display: flex;
  flex-direction: column;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}
header.main .menu-contacts > div * {
  width: fit-content;
  color: #000;
}
header.main .menu-contacts > div .btn {
  color: #fff;
}
header.main .menu-contacts > div a {
  margin-bottom: 16px;
}
header.main .menu-contacts > div span,
header.main .menu-contacts > div .btn {
  margin-bottom: 24px;
}
header.main .menu-contacts > div .social {
  margin-bottom: 0;
}
header.main .menu-contacts > div .social + .social {
  margin-left: 16px;
}
@media screen and (min-width: 1088px) {
  header.main .top a {
    font-family: "Roboto Condensed", sans-serif;
    font-size: 21px;
    line-height: 28px;
  }
  header.main .top a:nth-child(1) {
    position: relative;
    margin-right: 24px;
    display: block;
  }
  header.main .top a:nth-child(1)::after {
    content: "|";
    position: absolute;
    right: -15px;
  }
  header.main .top a:nth-child(2) {
    margin-right: 24px;
    display: block;
  }
  header.main .top a:last-of-type {
    display: inline-block;
    padding: 15px 24px;
    text-align: center;
    cursor: pointer;
    background-color: #ffffff;
    font-weight: 700;
    text-transform: uppercase;
    color: #013C5A;
    text-decoration: none;
    padding: 7px 24px;
    margin-left: 24px;
  }
  header.main .top a:last-of-type:hover, header.main .top a:last-of-type:active, header.main .top a:last-of-type:focus {
    background-image: url(../images/btn-hover-bg.png);
    color: #ffffff;
  }
  header.main nav > div {
    flex-direction: row;
    height: 145px;
    align-items: center;
    justify-content: space-between;
  }
  header.main .logo-wrapper {
    flex: 0 0 300px;
    background-color: transparent;
    border: none;
    padding: 0;
  }
  header.main .logo-wrapper .hamburger {
    display: none;
  }
  header.main .logo {
    width: 300px;
  }
  header.main .menu-contacts {
    display: flex;
    max-height: 100%;
    padding: 0;
    overflow: initial;
    justify-content: center;
    align-items: flex-end;
  }
  header.main .menu-contacts > ul {
    margin-bottom: 0;
  }
  header.main .menu-contacts > ul > li {
    display: inline-block;
    margin-bottom: 0;
    margin-right: 32px;
    height: 50px;
  }
  header.main .menu-contacts > ul > li > a {
    line-height: 50px;
    color: #fff;
  }
  header.main .menu-contacts > ul > li:last-child {
    margin-right: 0;
  }
  header.main .menu-contacts ul li.open-sub-menu > a,
  header.main .menu-contacts ul li:hover > a {
    color: #ffffff;
    font-size: 21px;
    line-height: 50px;
  }
  header.main .menu-contacts ul li.open-sub-menu > ul,
  header.main .menu-contacts ul li:hover > ul {
    position: absolute;
    display: block;
    animation-name: fadeIn;
    animation-duration: 1s;
    animation-fill-mode: forwards;
    left: 0;
    top: 60%;
    z-index: 2;
    background-color: #E4ECF0;
  }
  header.main .menu-contacts ul li.open-sub-menu > ul::before,
  header.main .menu-contacts ul li:hover > ul::before {
    border-bottom-color: #e4ecf0;
  }
  header.main .menu-contacts ul li.open-sub-menu > ul a,
  header.main .menu-contacts ul li:hover > ul a {
    font-size: 21px;
    line-height: 28px;
    color: #046497;
  }
  header.main .menu-contacts > div {
    order: -1;
    flex-direction: row;
    align-items: center;
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
  }
  header.main .menu-contacts > div * {
    color: #013C5A;
  }
  header.main .menu-contacts > div span,
  header.main .menu-contacts > div a,
  header.main .menu-contacts > div .btn,
  header.main .menu-contacts > div div {
    display: none;
  }
}

/*
* Footer section style
* @author Anil - PURPOSE Marketing
*/
/* -------------------------------------------------------------------------- */
footer.main {
  display: flex;
  flex-direction: column;
  color: #013C5A;
  background-color: #fff;
}
footer.main img {
  border: 1px solid #013C5A;
  padding: 8px;
  width: clamp(320px, 100%, 687px);
  aspect-ratio: 600/400;
  object-fit: cover;
}
footer.main h3 {
  text-transform: uppercase;
}
footer.main h3,
footer.main h3 + p {
  margin-bottom: 16px;
}
footer.main h3 + p + a {
  display: none;
  width: fit-content;
  height: fit-content;
  margin-bottom: 24px;
}
footer.main dt,
footer.main label {
  font-weight: 700;
  color: #046497;
}
footer.main dt {
  text-transform: uppercase;
}
footer.main dd {
  margin-bottom: 8px;
}
footer.main dd:last-of-type {
  margin-bottom: 0;
}
footer.main dd,
footer.main dd > * {
  color: #444444;
}
footer.main dl {
  margin-bottom: 31px;
}
footer.main label {
  text-transform: uppercase;
  width: fit-content;
}
footer.main label.required {
  padding-right: 8px;
  position: relative;
}
footer.main label.required::after {
  content: "*";
  position: absolute;
  top: -1px;
  right: 0;
}
footer.main input {
  margin-bottom: 16px;
  line-height: 21px;
  border-bottom: 1px solid #4A96BE;
  color: #013C5A;
}
footer.main textarea {
  padding: 3px 8px;
  border: 1px solid #4A96BE;
  border-radius: 4px;
  height: 70px;
  line-height: 21px;
  color: #013C5A;
}
footer.main .btn-wrapper {
  display: grid;
  grid-template-columns: 1fr 102px;
  column-gap: 16px;
  align-items: center;
  margin-top: 24px;
}
footer.main .btn-wrapper p {
  font-size: 12px;
  line-height: 14px;
  text-align: left;
  width: fit-content;
  display: none;
}
footer.main .btn-wrapper p.fail {
  color: #F2461D;
}
footer.main .btn-wrapper p.success {
  color: #046497;
}
footer.main .btn-wrapper > div {
  direction: rtl;
}
footer.main .btn-wrapper > div.showFail p.fail {
  display: block;
}
footer.main .btn-wrapper > div.showSuccess p.success {
  display: block;
}
footer.main .btn-wrapper .btn {
  max-height: 51px;
}
footer.main form {
  display: grid;
  grid-template-columns: 1fr;
}
footer.main > div:first-child {
  display: flex;
  flex-direction: column;
  row-gap: 48px;
  padding: 40px 20px;
}
footer.main > div:last-child {
  background-color: #013C5A;
  padding: 15px 0;
}
footer.main > div:last-child p {
  color: #fff;
  flex: 0 1 fit-content;
  font-weight: 700;
  text-transform: uppercase;
}
footer.main > div:last-child p a {
  color: #fff;
  text-decoration: underline;
}
footer.main > div:last-child div {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  row-gap: 8px;
  column-gap: 100px;
  padding: 0 10px;
}
@media screen and (min-width: 728px) {
  footer.main h3 {
    margin-bottom: 24px;
  }
  footer.main h3 + p + a {
    display: block;
  }
  footer.main dd {
    margin-bottom: 16px;
  }
  footer.main dd:last-of-type {
    margin-bottom: 0;
  }
  footer.main dl {
    margin-bottom: 24px;
  }
  footer.main textarea {
    height: 79px;
  }
  footer.main > div:first-child {
    flex-direction: row;
    column-gap: 24px;
    justify-content: space-between;
  }
  footer.main > div:first-child > div {
    order: -1;
    flex: 1 0 320px;
  }
  footer.main > div:first-child img {
    height: fit-content;
    width: clamp(320px, 46%, 600px);
  }
  footer.main > div:last-child div {
    flex-direction: row;
    margin: 0 auto;
    padding: 0 20px;
  }
}
@media screen and (min-width: 1369px) {
  footer.main h3 + p {
    margin-bottom: 24px;
    flex: 0 0 448px;
  }
  footer.main h3,
  footer.main dl,
  footer.main form {
    flex: 1 1 100%;
  }
  footer.main dl {
    display: grid;
    grid-template-columns: auto 139px auto;
    margin-bottom: 40px;
    column-gap: 32px;
    justify-content: start;
  }
  footer.main dt {
    grid-row: 1;
  }
  footer.main dt:nth-of-type(1) {
    grid-column: 1;
  }
  footer.main dt:nth-of-type(2) {
    grid-column: 2;
  }
  footer.main dt:nth-of-type(3) {
    grid-column: 3;
  }
  footer.main form {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 32px;
  }
  footer.main form label:nth-of-type(4) {
    grid-column: 2;
    grid-row: 1;
  }
  footer.main form label:nth-of-type(4) + input {
    grid-column: 2;
    grid-row: 2;
  }
  footer.main form label:nth-of-type(5) {
    grid-column: 2;
    grid-row: 3;
  }
  footer.main form label:nth-of-type(5) + textarea {
    grid-column: 2;
    grid-row: 4/span 3;
  }
  footer.main form .btn-wrapper {
    grid-column: 2;
    margin-top: 8px;
  }
  footer.main > div:first-child {
    column-gap: 32px;
    align-items: center;
  }
  footer.main > div:first-child > div {
    flex: 0 0 672px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}

/*
* Carousel slider style
* @author Anil - PURPOSE Marketing
*/
/* -------------------------------------------------------------------------- */
#carousel {
  width: 100%;
  height: clamp(240px, 38vmax, 720px);
  position: relative;
  overflow: hidden;
  margin-top: 35px;
}
#carousel::before {
  content: "";
  width: 100%;
  height: 45%;
  position: absolute;
  left: 0;
  top: 0;
  background: linear-gradient(180deg, rgb(0, 0, 0) 0%, rgba(14, 14, 14, 0) 100%);
  z-index: 1;
}
#carousel::after {
  content: "";
  width: 100%;
  height: 320px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: linear-gradient(360deg, rgb(0, 0, 0) 0%, rgba(14, 14, 14, 0) 100%);
}
#carousel[active-item="1"] #items {
  left: 0%;
}
#carousel[active-item="1"] .sliderIndicators span:nth-child(1) {
  width: 12px;
  height: 12px;
  background-color: rgba(255, 255, 255, 0.7490196078);
}
#carousel[active-item="2"] #items {
  left: -100%;
}
#carousel[active-item="2"] .sliderIndicators span:nth-child(2) {
  width: 12px;
  height: 12px;
  background-color: rgba(255, 255, 255, 0.7490196078);
}
#carousel[active-item="3"] #items {
  left: -200%;
}
#carousel[active-item="3"] .sliderIndicators span:nth-child(3) {
  width: 12px;
  height: 12px;
  background-color: rgba(255, 255, 255, 0.7490196078);
}
#carousel[active-item="4"] #items {
  left: -300%;
}
#carousel[active-item="4"] .sliderIndicators span:nth-child(4) {
  width: 12px;
  height: 12px;
  background-color: rgba(255, 255, 255, 0.7490196078);
}
#carousel h2 {
  margin-bottom: 8px;
  font-size: 24px;
  line-height: 32px;
}
#carousel .info {
  position: absolute;
  bottom: 52px;
  width: 100%;
  padding: 0 5px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 1;
  text-align: center;
  filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.7490196078));
}
#carousel #items {
  position: absolute;
  width: max-content;
  height: 100%;
  left: 0;
  top: 0;
  transition: left 0.5s ease-out;
}
#carousel #items::after {
  content: "";
  clear: both;
  display: table;
}
#carousel #items > div {
  height: 100%;
  float: left;
  position: relative;
}
#carousel #items > div img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: bottom;
}
#carousel .sliderIndicators {
  position: absolute;
  width: 100%;
  height: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  bottom: 0;
  left: 0;
  z-index: 1;
  gap: 8px;
  padding-right: 5px;
}
#carousel .sliderIndicators span {
  width: 8px;
  height: 8px;
  background-color: rgba(255, 255, 255, 0.5019607843);
  border-radius: 100%;
}
@media screen and (min-width: 728px) {
  #carousel h2 {
    font-size: 36px;
    line-height: 48px;
  }
  #carousel .sliderIndicators {
    padding-right: 0;
  }
}

/*!
* Hamburgers
* @description Tasty CSS-animated hamburgers
* @author Jonathan Suh @jonsuh
* @site https://jonsuh.com/hamburgers
* @link https://github.com/jonsuh/hamburgers
* @author James - PURPOSE Marketing
*/
/* -------------------------------------------------------------------------- */
.hamburger {
  padding: 0px 0px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}
.hamburger:hover {
  opacity: 0.7;
}
.hamburger.is-active:hover {
  opacity: 0.7;
}
.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: #013C5A;
}

.hamburger-box {
  width: 32px;
  height: 33px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -1.5px;
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 32px;
  height: 3px;
  background-color: #fff;
  border-radius: 0px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}
.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}
.hamburger-inner::before {
  top: -15px;
  background-color: #fff;
}
.hamburger-inner::after {
  bottom: -15px;
  background-color: #fff;
}

/* -------------------------------------------------------------------------- */
.hamburger--spin .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin .hamburger-inner::before {
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}
.hamburger--spin .hamburger-inner::after {
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin.is-active .hamburger-inner {
  transform: rotate(225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--spin.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}
.hamburger--spin.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

main#homepage .about-product {
  background-color: #E4ECF0;
  color: #000;
}
main#homepage .about-product h3 {
  color: #046497;
}
main#homepage .about-product > div {
  padding: 24px 20px 40px;
  display: grid;
  grid-template-areas: "about" "image" "products";
  row-gap: 32px;
}
main#homepage .about-product > div section:first-of-type {
  grid-area: about;
}
main#homepage .about-product > div section:last-of-type {
  grid-area: products;
}
main#homepage .about-product .btn {
  margin-top: 24px;
}
main#homepage .about-product img.bordered,
main#homepage .about-product .img-frame {
  grid-area: image;
}
main#homepage .about-product ul {
  margin-bottom: 24px;
}
main#homepage .work-award-2 {
  background-image: url(../images/black-dot-pattern.png);
  background-repeat: repeat;
  background-size: 360px;
  background-position: center;
}
main#homepage .work-award-2 .container {
  width: clamp(320px, 100%, 1360px);
  padding: 40px 20px;
}
main#homepage .work-award-2 h3 {
  text-align: center;
}
main#homepage .work-award-2 section:not(:last-of-type) {
  margin-bottom: 40px;
}
main#homepage .work-award-2 ul {
  margin-top: 16px;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 16px 20px;
  align-items: center;
  justify-content: center;
}
main#homepage .work-award-2 ul li {
  display: none;
  opacity: 0;
  margin: 0;
  padding: 0;
}
main#homepage .work-award-2 ul li img {
  width: 113px;
  height: auto;
  aspect-ratio: 129/97;
  object-fit: contain;
}
main#homepage .work-award-2 ul#partners2[data-count="1"] li:nth-child(1) {
  display: flex;
  animation-name: fadeIn;
  animation-duration: 1s;
  animation-delay: 0.1s;
  animation-fill-mode: forwards;
}
main#homepage .work-award-2 ul#partners2[data-count="1"] li:nth-child(2) {
  display: flex;
  animation-name: fadeIn;
  animation-duration: 1s;
  animation-delay: 0.2s;
  animation-fill-mode: forwards;
}
main#homepage .work-award-2 ul#partners2[data-count="1"] li:nth-child(3) {
  display: flex;
  animation-name: fadeIn;
  animation-duration: 1s;
  animation-delay: 0.3s;
  animation-fill-mode: forwards;
}
main#homepage .work-award-2 ul#partners2[data-count="1"] li:nth-child(4) {
  display: flex;
  animation-name: fadeIn;
  animation-duration: 1s;
  animation-delay: 0.4s;
  animation-fill-mode: forwards;
}
main#homepage .work-award-2 ul#partners2[data-count="1"] li:nth-child(5) {
  display: flex;
  animation-name: fadeIn;
  animation-duration: 1s;
  animation-delay: 0.5s;
  animation-fill-mode: forwards;
}
main#homepage .work-award-2 ul#partners2[data-count="1"] li:nth-child(6) {
  display: flex;
  animation-name: fadeIn;
  animation-duration: 1s;
  animation-delay: 0.6s;
  animation-fill-mode: forwards;
}
main#homepage .work-award-2 ul#partners2[data-count="2"] li:nth-child(7) {
  display: flex;
  animation-name: fadeIn;
  animation-duration: 1s;
  animation-delay: 0.1s;
  animation-fill-mode: forwards;
}
main#homepage .work-award-2 ul#partners2[data-count="2"] li:nth-child(8) {
  display: flex;
  animation-name: fadeIn;
  animation-duration: 1s;
  animation-delay: 0.2s;
  animation-fill-mode: forwards;
}
main#homepage .work-award-2 ul#partners2[data-count="2"] li:nth-child(9) {
  display: flex;
  animation-name: fadeIn;
  animation-duration: 1s;
  animation-delay: 0.3s;
  animation-fill-mode: forwards;
}
main#homepage .work-award-2 ul#partners2[data-count="2"] li:nth-child(10) {
  display: flex;
  animation-name: fadeIn;
  animation-duration: 1s;
  animation-delay: 0.4s;
  animation-fill-mode: forwards;
}
main#homepage .work-award-2 ul#partners2[data-count="2"] li:nth-child(11) {
  display: flex;
  animation-name: fadeIn;
  animation-duration: 1s;
  animation-delay: 0.5s;
  animation-fill-mode: forwards;
}
main#homepage .work-award-2 ul#partners2[data-count="2"] li:nth-child(12) {
  display: flex;
  animation-name: fadeIn;
  animation-duration: 1s;
  animation-delay: 0.6s;
  animation-fill-mode: forwards;
}
main#homepage .work-award-2 ul#partners2[data-count="3"] li:nth-child(13) {
  display: flex;
  animation-name: fadeIn;
  animation-duration: 1s;
  animation-delay: 0.1s;
  animation-fill-mode: forwards;
}
main#homepage .work-award-2 ul#partners2[data-count="3"] li:nth-child(14) {
  display: flex;
  animation-name: fadeIn;
  animation-duration: 1s;
  animation-delay: 0.2s;
  animation-fill-mode: forwards;
}
main#homepage .work-award-2 ul#partners2[data-count="3"] li:nth-child(15) {
  display: flex;
  animation-name: fadeIn;
  animation-duration: 1s;
  animation-delay: 0.3s;
  animation-fill-mode: forwards;
}
main#homepage .work-award-2 ul#partners2[data-count="3"] li:nth-child(16) {
  display: flex;
  animation-name: fadeIn;
  animation-duration: 1s;
  animation-delay: 0.4s;
  animation-fill-mode: forwards;
}
main#homepage .work-award-2 ul#partners2[data-count="3"] li:nth-child(17) {
  display: flex;
  animation-name: fadeIn;
  animation-duration: 1s;
  animation-delay: 0.5s;
  animation-fill-mode: forwards;
}
main#homepage .work-award-2 ul#partners2[data-count="3"] li:nth-child(18) {
  display: flex;
  animation-name: fadeIn;
  animation-duration: 1s;
  animation-delay: 0.6s;
  animation-fill-mode: forwards;
}
main#homepage .work-award-2 ul#awards2[data-count="1"] li:nth-child(1) {
  display: flex;
  animation-name: fadeIn;
  animation-duration: 1s;
  animation-delay: 0.1s;
  animation-fill-mode: forwards;
}
main#homepage .work-award-2 ul#awards2[data-count="1"] li:nth-child(2) {
  display: flex;
  animation-name: fadeIn;
  animation-duration: 1s;
  animation-delay: 0.2s;
  animation-fill-mode: forwards;
}
main#homepage .work-award-2 ul#awards2[data-count="1"] li:nth-child(3) {
  display: flex;
  animation-name: fadeIn;
  animation-duration: 1s;
  animation-delay: 0.3s;
  animation-fill-mode: forwards;
}
main#homepage .work-award-2 ul#awards2[data-count="1"] li:nth-child(4) {
  display: flex;
  animation-name: fadeIn;
  animation-duration: 1s;
  animation-delay: 0.4s;
  animation-fill-mode: forwards;
}
main#homepage .work-award-2 ul#awards2[data-count="2"] li:nth-child(5) {
  display: flex;
  animation-name: fadeIn;
  animation-duration: 1s;
  animation-delay: 0.1s;
  animation-fill-mode: forwards;
}
main#homepage .work-award-2 ul#awards2[data-count="2"] li:nth-child(6) {
  display: flex;
  animation-name: fadeIn;
  animation-duration: 1s;
  animation-delay: 0.2s;
  animation-fill-mode: forwards;
}
main#homepage .work-award-2 ul#awards2[data-count="2"] li:nth-child(7) {
  display: flex;
  animation-name: fadeIn;
  animation-duration: 1s;
  animation-delay: 0.3s;
  animation-fill-mode: forwards;
}
main#homepage .work-award-2 ul#awards2[data-count="2"] li:nth-child(8) {
  display: flex;
  animation-name: fadeIn;
  animation-duration: 1s;
  animation-delay: 0.4s;
  animation-fill-mode: forwards;
}
@media screen and (min-width: 728px) {
  main#homepage .about-product > div {
    padding: 40px 20px;
    column-gap: 40px;
    grid-template-columns: clamp(320px, 41.7%, 600px) minmax(328px, 1fr);
    grid-template-areas: "image about" "image products";
  }
}
@media screen and (min-width: 1369px) {
  main#homepage .about-product ul {
    margin-bottom: 24px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    height: 203px;
  }
  main#homepage .about-product dl {
    display: flex;
    flex-wrap: wrap;
    column-gap: 24px;
  }
  main#homepage .about-product dl p {
    flex: 1 1 100%;
  }
}

/*
* About section style
* @author Anil - PURPOSE Marketing
*/
/* -------------------------------------------------------------------------- */
main#aboutus {
  background-color: #E4ECF0;
  color: #000;
}
main#aboutus > div.container {
  padding: 24px 20px 40px;
}
main#aboutus h2 {
  margin-bottom: 16px;
  color: #046497;
}
main#aboutus h3 {
  color: #046497;
}
main#aboutus section:not(:last-of-type),
main#aboutus .img-frame {
  margin-bottom: 32px;
}
main#aboutus .btn {
  margin-top: 24px;
  margin-bottom: 24px;
}
main#aboutus .ourvalues {
  padding: 10px;
  background-color: #013C5A;
}
main#aboutus .ourvalues h3, main#aboutus .ourvalues dt, main#aboutus .ourvalues dd {
  color: #fff;
}
main#aboutus dl {
  display: flex;
  flex-direction: column;
  gap: 24px;
  justify-content: center;
  align-items: center;
}
main#aboutus dl dt {
  text-transform: uppercase;
}
main#aboutus dl div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  max-width: 300px;
}
main#aboutus dl .svg {
  height: 64px;
  width: auto;
  object-fit: cover;
  margin-bottom: 16px;
}
@media screen and (min-width: 840px) {
  main#aboutus section:nth-of-type(1) {
    grid-area: vision;
  }
  main#aboutus section:nth-of-type(2) {
    grid-area: mission;
  }
  main#aboutus section:nth-of-type(3) {
    grid-area: values;
  }
  main#aboutus section:nth-of-type(4) {
    grid-area: products;
  }
  main#aboutus h2 {
    grid-area: title;
    margin-bottom: 24px;
    font-size: 36px;
    line-height: 48px;
  }
  main#aboutus > div.container {
    padding: 49px 20px;
    display: grid;
    grid-template-areas: "title" "vision" "mission" "values" "image" "products";
  }
  main#aboutus > div.container > img {
    grid-area: image;
    margin-left: auto;
    margin-right: auto;
  }
  main#aboutus dl {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 32px;
    max-width: 776px;
    margin: 0 auto;
  }
  main#aboutus dl > div {
    flex: 0 0 200px;
  }
  main#aboutus ul {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    max-width: 776px;
    height: 120px;
  }
  main#aboutus ul:first-of-type {
    height: 210px;
  }
  main#aboutus ul li {
    width: 50%;
  }
  main#aboutus .ourvalues {
    margin-top: 21px;
  }
}
@media screen and (min-width: 1369px) {
  main#aboutus > div.container {
    padding: 40px 20px 60px;
    grid-template-columns: 600px 1fr;
    grid-template-areas: "title title" "vision values" "mission values" "image products";
    column-gap: 40px;
  }
  main#aboutus > div.container > img {
    margin-bottom: 0;
  }
  main#aboutus section:nth-of-type(4) {
    margin-bottom: 86px;
  }
  main#aboutus .ourvalues {
    max-width: 776px;
    margin-top: 0;
    margin-bottom: 40px;
  }
  main#aboutus dl {
    max-width: 100%;
  }
  main#aboutus ul {
    max-width: 700px;
  }
}

/*
* Safety & standards section style
* @author Anil - PURPOSE Marketing
*/
/* -------------------------------------------------------------------------- */
main#safety {
  background-color: #E4ECF0;
  color: #000;
}
main#safety h2 {
  margin-bottom: 16px;
  color: #046497;
}
main#safety h3 {
  margin-bottom: 8px;
  color: #046497;
}
main#safety > div.container {
  padding: 24px 20px 40px;
  display: grid;
  grid-template-areas: "info" "image" "standards";
  row-gap: 32px;
}
main#safety > div.container section:first-of-type {
  grid-area: info;
}
main#safety > div.container section:last-of-type {
  grid-area: standards;
}
main#safety > div.container > img {
  grid-area: image;
}
@media screen and (min-width: 728px) {
  main#safety > div.container {
    padding: 40px 20px;
    column-gap: 40px;
    grid-template-columns: clamp(320px, 41.7%, 600px) minmax(328px, 1fr);
    grid-template-areas: "image info" "image standards";
  }
  main#safety h2 {
    font-size: 36px;
    line-height: 48px;
    margin-bottom: 24px;
  }
}
@media screen and (min-width: 1369px) {
  main#safety dl {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    height: 116px;
  }
  main#safety dl > div {
    width: 50%;
  }
}

/*
* Contact section style
* @author Anil - PURPOSE Marketing
*/
/* -------------------------------------------------------------------------- */
main#contact {
  background-color: #000000;
}
main#contact h2 {
  font-size: 28px;
  line-height: 37px;
}
@media screen and (min-width: 728px) {
  main#contact h2 {
    font-size: 36px;
    line-height: 48px;
  }
}

/*
* Product & services section style
* @author Anil - PURPOSE Marketing
*/
/* -------------------------------------------------------------------------- */
main#product {
  background-color: #E4ECF0;
}
main#product .container {
  padding: 24px 20px 40px;
}
main#product h2 {
  margin-bottom: 16px;
  color: #046497;
}
main#product .tabs {
  display: flex;
  flex-direction: column;
  gap: 8px 16px;
}
main#product .tabs .btn-clean {
  margin-top: 0;
  width: 100%;
  background-color: #013C5A;
  border: none;
}
main#product .panels {
  background-image: url("../images/black-dot-pattern.png");
  background-repeat: repeat;
  background-size: 360px;
  background-position: center;
}
main#product .panels > div {
  display: none;
  padding: 24px 20px 40px;
  grid-template-areas: "img-placeholder" "thumbnails" "info";
}
main#product .panels > div ul.disk-list {
  list-style: none;
}
main#product .panels > div ul.disk-list li {
  color: #fff;
}
main#product .panels > div ul.disk-list li::before {
  border: 1px solid #fff;
}
main#product[tabActive="1"] .tabs > span:nth-child(1) {
  background-color: #000;
}
main#product[tabActive="1"] .panels > div:nth-child(1) {
  display: grid;
  animation-name: fadeIn;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}
main#product[tabActive="2"] .tabs > span:nth-child(2) {
  background-color: #000;
}
main#product[tabActive="2"] .panels > div:nth-child(2) {
  display: grid;
  animation-name: fadeIn;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}
main#product[tabActive="3"] .tabs > span:nth-child(3) {
  background-color: #000;
}
main#product[tabActive="3"] .panels > div:nth-child(3) {
  display: grid;
  animation-name: fadeIn;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}
main#product[tabActive="4"] .tabs > span:nth-child(4) {
  background-color: #000;
}
main#product[tabActive="4"] .panels > div:nth-child(4) {
  display: grid;
  animation-name: fadeIn;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}
main#product[tabActive="5"] .tabs > span:nth-child(5) {
  background-color: #000;
}
main#product[tabActive="5"] .panels > div:nth-child(5) {
  display: grid;
  animation-name: fadeIn;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}
main#product .img-placeholder {
  max-width: 600px;
  height: fit-content;
  grid-area: img-placeholder;
  position: relative;
}
main#product .controls {
  display: flex;
  justify-content: space-between;
  margin-top: 16px;
  width: 100%;
}
main#product .controls .btn-clean {
  margin: 0;
  width: 66px;
  height: 22px;
  padding: 0;
  font-size: 12px;
}
main#product .controls-2 {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
main#product .controls-2 span {
  display: inline-block;
  width: 9%;
  height: 12%;
  max-width: 80px;
  max-height: 80px;
  position: absolute;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  top: 7%;
  right: 4%;
  cursor: pointer;
}
main#product .controls-2 span.prev {
  background-image: url(../images/arrow-prev.png);
  top: 82%;
  right: 86%;
}
main#product .controls-2 span.next {
  background-image: url(../images/arrow-next.png);
}
@media screen and (min-width: 1369px) {
  main#product .controls-2 span {
    width: 14%;
    height: 18%;
    top: 3%;
    right: 3%;
  }
  main#product .controls-2 span.prev {
    background-image: url(../images/arrow-prev.png);
    top: 79%;
    right: 84%;
  }
}
main#product .thumbnails {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(96px, 1fr));
  gap: 16px;
  justify-content: space-between;
  margin-top: 16px;
  width: clamp(320px, 100%, 700px);
  grid-area: thumbnails;
}
main#product .thumbnails li {
  cursor: pointer;
}
main#product .thumbnails li img {
  width: 100%;
  aspect-ratio: 104/76;
  object-fit: cover;
  object-position: center;
}
main#product .thumbnails li.thumbnail-frame {
  width: auto;
}
main#product .thumbnails li.thumbnail-frame img {
  width: 100%;
  height: 100%;
}
main#product section {
  margin-top: 32px;
  grid-area: info;
}
main#product section ul {
  margin-top: 24px;
}
@media screen and (min-width: 1038px) {
  main#product h2 {
    margin-bottom: 24px;
    font-size: 36px;
    line-height: 48px;
  }
  main#product .container {
    padding: 40px 20px 32px;
  }
  main#product .tabs {
    flex-direction: row;
  }
  main#product .tabs .btn-clean {
    width: fit-content;
  }
  main#product .panels > div {
    padding: 32px 20px;
    grid-template-columns: 600px 1fr;
    grid-template-areas: "img-placeholder info" "img-placeholder thumbnails";
    column-gap: 32px;
  }
  main#product section {
    margin-top: 0;
  }
  main#product .thumbnails,
  main#product section ul {
    margin-top: 32px;
  }
}
@media screen and (min-width: 1369px) {
  main#product .panels > div {
    padding: 32px 20px 40px;
    column-gap: 40px;
  }
}

/*
* Management team section style
* @author Anil - PURPOSE Marketing
*/
/* -------------------------------------------------------------------------- */
main#team {
  background-color: #000000;
  border-bottom: 3px solid #4A96BE;
}
main#team h2 {
  font-size: 28px;
  line-height: 37px;
  color: #046497;
}
main#team .container {
  padding: 16px 20px;
}
main#team > div:last-of-type {
  background-color: #E4ECF0;
}
main#team ul {
  list-style: none;
  max-width: 1480px;
  padding: 0px 20px 40px;
  margin: 0 auto;
}
main#team li {
  display: grid;
  grid-template-columns: 120px 1fr;
  column-gap: 20px;
  border-bottom: 1px solid #4A96BE;
  padding-bottom: 24px;
}
main#team li:not(:last-child) {
  margin-bottom: 32px;
}
main#team li img {
  width: 120px;
  height: 150px;
  object-fit: cover;
}
main#team li div {
  display: flex;
  flex-direction: column;
  color: #000000;
}
main#team li div span {
  font-size: 24px;
  line-height: 24px;
  text-transform: capitalize;
  margin-bottom: 24px;
  font-weight: 700;
}
main#team li div span:first-of-type {
  font-size: 28px;
  line-height: 28px;
  text-transform: none;
  margin-bottom: 8px;
  color: #046497;
}
main#team li div p {
  margin-bottom: 16px;
  font-size: 18px;
}
main#team li div p:last-of-type {
  margin-bottom: 0;
}
@media screen and (min-width: 728px) {
  main#team h2 {
    font-size: 36px;
    line-height: 48px;
  }
  main#team .container {
    padding: 40px 20px 24px;
  }
}

/*# sourceMappingURL=styles.css.map */
